/*
Theme Name: NatCoast 0.2.1 Launch Build
Theme URI: https://natcoast.com/
Author: NatCoast
Description: Custom subscription website design theme for NatCoast.com with portfolio case studies and lead capture.
Version: 0.2.1
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: natcoast
*/

:root {
  --nc-deep: #031d31;
  --nc-navy: #062b46;
  --nc-gulf: #1a7994;
  --nc-sea: #39a7a0;
  --nc-green: #63ae2b;
  --nc-lime: #84c341;
  --nc-sand: #f4efe6;
  --nc-mist: #eaf3f5;
  --nc-ink: #102b3d;
  --nc-muted: #58717f;
  --nc-white: #ffffff;
  --nc-border: #d8e5e9;
  --nc-shadow: 0 16px 45px rgba(3, 29, 49, 0.10);
  --nc-shadow-soft: 0 10px 26px rgba(3, 29, 49, 0.07);
  --nc-radius: 18px;
  --nc-max: 1220px;
  --nc-heading: "Arial Narrow", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--nc-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--nc-gulf); text-underline-offset: 3px; }
a:hover { color: var(--nc-green); }
p { margin: 0 0 1.12rem; }
ul, ol { margin-top: 0; }

h1, h2, h3, h4 {
  margin: 0 0 .65em;
  color: var(--nc-navy);
  font-family: var(--nc-heading);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
h1 { font-size: clamp(2.85rem, 5vw, 4.85rem); }
h2 { font-size: clamp(2.1rem, 3.8vw, 3.45rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }

.nc-container { width: min(var(--nc-max), calc(100% - 42px)); margin-inline: auto; }
.nc-section { padding: 90px 0; }
.nc-section--compact-top { padding-top: 72px; }
.nc-section--mist { background: linear-gradient(180deg, #f8fbfc, var(--nc-mist)); }
.nc-section--sand { background: var(--nc-sand); }
.nc-centered { text-align: center; }
.nc-centered .nc-lead { margin-inline: auto; }
.nc-section-note { margin: 30px auto 0; }
.nc-green { color: var(--nc-green); }
.nc-lead { max-width: 770px; color: #355464; font-size: clamp(1.08rem, 1.65vw, 1.28rem); }
.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }

.nc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  color: var(--nc-gulf);
  font-size: .79rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.nc-eyebrow::before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: var(--nc-green);
}

.nc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 52px;
  padding: .78rem 1.4rem;
  border: 2px solid transparent;
  border-radius: 7px;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.nc-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(3,29,49,.14); }
.nc-btn--primary { background: var(--nc-green); color: #fff; }
.nc-btn--primary:hover { background: #559a22; color: #fff; }
.nc-btn--secondary { border-color: var(--nc-navy); background: #fff; color: var(--nc-navy); }
.nc-btn--secondary:hover { background: var(--nc-navy); color: #fff; }
.nc-btn--navy { background: var(--nc-navy); color: #fff; }
.nc-btn--navy:hover { background: var(--nc-deep); color: #fff; }
.nc-btn--wide { width: 100%; }
.nc-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.nc-text-link { display: inline-flex; align-items: center; gap: .35rem; color: var(--nc-gulf); font-weight: 850; text-decoration: none; }
.nc-text-link:hover { color: var(--nc-green); }
.nc-text-link--muted { color: var(--nc-muted); font-weight: 750; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(3,29,49,.98);
  box-shadow: 0 6px 24px rgba(0,0,0,.12);
  backdrop-filter: blur(12px);
}
.site-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-branding img { width: min(330px, 44vw); max-height: 56px; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav ul { display: flex; align-items: center; gap: 25px; list-style: none; margin: 0; padding: 0; }
.site-nav a { color: #fff; font-size: .89rem; font-weight: 850; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover { color: var(--nc-lime); }
.site-nav .nc-btn { color: #fff; }
.menu-toggle { display: none; padding: .6rem .82rem; border: 1px solid rgba(255,255,255,.35); border-radius: 6px; background: transparent; color: #fff; font-weight: 800; }

/* Homepage hero */
.nc-hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.96) 36%, rgba(255,255,255,.78) 55%, rgba(255,255,255,.20) 76%, rgba(255,255,255,0) 100%),
    url('assets/images/nature-coast-waterfront.jpg');
  background-position: center center;
  background-size: cover;
}
.nc-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 76px;
  background: linear-gradient(transparent, #fff);
}
.nc-hero__content { max-width: 760px; padding: 82px 0 102px; }
.nc-hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 4.35vw, 4.5rem);
  line-height: .99;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.nc-hero .nc-lead { max-width: 625px; color: #294b5d; font-weight: 520; }
.nc-checkline { display: flex; flex-wrap: wrap; gap: 22px; margin: 25px 0 29px; font-size: .92rem; font-weight: 760; }
.nc-checkline span { display: flex; align-items: center; gap: .48rem; }
.nc-checkline span::before { content: "✓"; display: grid; place-items: center; width: 21px; height: 21px; border: 2px solid var(--nc-green); border-radius: 50%; color: var(--nc-green); font-size: .7rem; }
.nc-inclusions-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; color: #23485b; font-size: .84rem; font-weight: 820; }
.nc-inclusions-strip span { padding: .52rem .74rem; border: 1px solid rgba(6,43,70,.12); border-radius: 999px; background: rgba(255,255,255,.82); }

/* Done-for-you split */
.nc-split { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 58px; }
.nc-photo-card { position: relative; overflow: hidden; border-radius: var(--nc-radius); background: #dfeef1; box-shadow: var(--nc-shadow); }
.nc-photo-card img { width: 100%; aspect-ratio: 1.56; object-fit: cover; object-position: center center; }
.nc-photo-card__note { position: absolute; right: 22px; bottom: 22px; width: min(320px, calc(100% - 44px)); padding: 19px; border-radius: 10px; background: rgba(3,29,49,.94); color: #fff; font-size: .93rem; font-weight: 650; line-height: 1.45; }

/* Industry and feature grids */
.nc-grid { display: grid; gap: 20px; }
.nc-grid--7 { grid-template-columns: repeat(7, minmax(0, 1fr)); align-items: stretch; }
.nc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nc-category {
  display: grid;
  grid-template-rows: 62px auto;
  align-content: start;
  justify-items: center;
  min-height: 180px;
  padding: 21px 11px 17px;
  border: 1px solid var(--nc-border);
  border-radius: 13px;
  background: #fff;
  box-shadow: var(--nc-shadow-soft);
  text-align: center;
  font-size: .86rem;
  font-weight: 820;
}
.nc-category img { width: 54px; height: 54px; object-fit: contain; }
.nc-category span { width: 100%; line-height: 1.38; }
.nc-grid--4 .nc-category { display: block; min-height: 0; padding: 28px 24px; text-align: left; font-weight: 400; }
.nc-grid--4 .nc-category h3 { margin-bottom: .45rem; font-size: 1.28rem; text-transform: none; }
.nc-grid--4 .nc-category p { margin-bottom: 0; color: var(--nc-muted); font-size: .93rem; }

.nc-features {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px 14px;
  padding: 34px;
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius);
  background: #fff;
  box-shadow: var(--nc-shadow);
}
.nc-feature {
  display: grid;
  grid-template-rows: 56px auto;
  align-content: start;
  justify-items: center;
  min-height: 118px;
  padding: 4px 6px;
  text-align: center;
  font-size: .84rem;
  font-weight: 760;
}
.nc-feature img { width: 46px; height: 46px; object-fit: contain; }
.nc-feature span { width: 100%; line-height: 1.38; }

/* Pricing */
.nc-pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 40px; text-align: left; }
.nc-plan { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--nc-border); border-radius: 16px; background: #fff; box-shadow: var(--nc-shadow); }
.nc-plan__head { padding: 15px; background: var(--nc-green); color: #fff; font-family: var(--nc-heading); font-size: 1.42rem; font-weight: 850; line-height: 1; text-align: center; text-transform: uppercase; }
.nc-plan--lead .nc-plan__head { background: var(--nc-navy); }
.nc-plan__body { display: flex; flex: 1; flex-direction: column; padding: 31px 36px 35px; }
.nc-price { color: var(--nc-navy); font-size: 4.1rem; font-weight: 900; line-height: 1; text-align: center; }
.nc-price sup { font-size: 1.55rem; vertical-align: top; }
.nc-price small { display: block; margin-top: .4rem; font-size: .8rem; letter-spacing: .09em; text-transform: uppercase; }
.nc-plan__intro { max-width: 430px; margin: 17px auto; color: var(--nc-muted); text-align: center; }
.nc-plan ul { columns: 2; column-gap: 28px; margin: 13px 0 27px; padding: 0; list-style: none; }
.nc-plan li { position: relative; break-inside: avoid; margin-bottom: .62rem; padding-left: 1.2rem; font-size: .92rem; }
.nc-plan li::before { content: "✓"; position: absolute; left: 0; color: var(--nc-green); font-weight: 900; }
.nc-plan__term { margin-top: 10px; font-size: .8rem; font-weight: 820; text-align: center; }

/* Ownership promise */
.nc-promise { position: relative; overflow: hidden; padding: 45px 0; background: linear-gradient(120deg, var(--nc-deep), var(--nc-navy)); color: #fff; }
.nc-promise::after { content: ""; position: absolute; right: -60px; bottom: -160px; width: 370px; height: 370px; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #7fb6ad, #416f70 48%, #244552 70%); opacity: .30; }
.nc-promise h2 { color: #fff; font-size: 2.5rem; }
.nc-promise-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.nc-promise-item { font-size: .87rem; font-weight: 750; line-height: 1.45; }
.nc-promise-item::before { content: "✓"; display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: .5rem; border: 2px solid var(--nc-lime); border-radius: 50%; color: var(--nc-lime); }
.nc-promise__bottom { position: relative; z-index: 1; margin: 24px 0 0; color: #d7e6eb; }

/* Portfolio */
.nc-section-heading { margin-bottom: 36px; }
.nc-section-heading--split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: end; gap: 50px; }
.nc-section-heading--split h2 { margin-bottom: 0; }
.nc-section-heading--split > p { margin-bottom: .4rem; color: var(--nc-muted); }
.nc-featured-projects { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.nc-secondary-projects { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.nc-portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.nc-portfolio-grid--archive { align-items: stretch; }
.nc-portfolio-group + .nc-portfolio-group { margin-top: 88px; padding-top: 88px; border-top: 1px solid var(--nc-border); }

.nc-project-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--nc-border); border-radius: 16px; background: #fff; box-shadow: var(--nc-shadow-soft); transition: transform .18s ease, box-shadow .18s ease; }
.nc-project-card:hover { transform: translateY(-4px); box-shadow: var(--nc-shadow); }
.nc-browser-frame { display: block; overflow: hidden; border-bottom: 1px solid var(--nc-border); background: #dfe9ed; text-decoration: none; }
.nc-browser-frame__bar { display: flex; align-items: center; gap: 6px; height: 28px; padding: 0 12px; background: #f6f8f9; }
.nc-browser-frame__bar i { width: 8px; height: 8px; border-radius: 50%; background: #c6d2d7; }
.nc-browser-frame__bar i:first-child { background: #f08f82; }
.nc-browser-frame__bar i:nth-child(2) { background: #e7c760; }
.nc-browser-frame__bar i:nth-child(3) { background: #6eb982; }
.nc-browser-frame img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top center; }
.nc-project-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.nc-project-type { display: inline-flex; align-self: flex-start; margin-bottom: 9px; padding: .28rem .58rem; border-radius: 999px; background: var(--nc-mist); color: var(--nc-gulf); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.nc-project-card h3 { margin-bottom: .5rem; font-family: inherit; font-size: 1.35rem; letter-spacing: -.025em; text-transform: none; }
.nc-project-card h3 a { color: var(--nc-navy); text-decoration: none; }
.nc-project-card h3 a:hover { color: var(--nc-green); }
.nc-project-card p { margin-bottom: 1rem; color: var(--nc-muted); font-size: .93rem; line-height: 1.5; }
.nc-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 2px 0 17px; }
.nc-tag { padding: .3rem .58rem; border: 1px solid #d6e4e8; border-radius: 999px; background: var(--nc-mist); color: #31586b; font-size: .69rem; font-weight: 760; }
.nc-project-card__actions { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 4px; font-size: .85rem; }
.nc-project-card--compact .nc-project-card__body { padding: 18px; }
.nc-project-card--compact h3 { font-size: 1.12rem; }
.nc-project-card--compact p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: .84rem; }
.nc-project-card--compact .nc-project-card__actions { display: block; }
.nc-project-card--compact .nc-text-link--muted { display: none; }
.nc-more-work-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 54px 0 20px; }
.nc-more-work-heading h3 { margin: 0; font-family: inherit; font-size: 1.25rem; text-transform: none; }
.nc-all-work-link { margin-top: 30px; }

/* Process */
.nc-process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin-top: 40px; }
.nc-step { position: relative; text-align: center; }
.nc-step:not(:last-child)::after { content: "→"; position: absolute; top: 25px; right: -17px; color: var(--nc-gulf); font-size: 1.5rem; }
.nc-step img { width: 56px; margin: 0 auto 12px; }
.nc-step__number { display: inline-grid; place-items: center; width: 25px; height: 25px; margin-right: .35rem; border-radius: 50%; background: var(--nc-green); color: #fff; font-size: .75rem; font-weight: 900; }
.nc-step h3 { font-size: 1.05rem; }
.nc-step p { color: var(--nc-muted); font-size: .83rem; }

/* Page and project interiors */
.nc-page-hero { padding: 82px 0 74px; background: linear-gradient(120deg, #edf6f7, #fff 68%); }
.nc-page-hero h1 { max-width: 900px; }
.nc-page-hero--portfolio { background: linear-gradient(120deg, #eaf4f5, #fff 58%, #f4efe6); }
.nc-project-hero { padding-bottom: 82px; }
.nc-project-hero__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 54px; }
.nc-browser-frame--hero { overflow: hidden; border: 1px solid var(--nc-border); border-radius: 15px; box-shadow: var(--nc-shadow); }
.nc-project-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: 58px; }
.nc-project-features { padding: 28px; border: 1px solid var(--nc-border); border-radius: 14px; background: var(--nc-mist); }
.nc-project-features h2 { font-size: 1.55rem; }
.nc-project-features ul { margin: 0; padding: 0; list-style: none; }
.nc-project-features li { position: relative; padding: .6rem 0 .6rem 1.4rem; border-bottom: 1px solid rgba(6,43,70,.10); }
.nc-project-features li:last-child { border-bottom: 0; }
.nc-project-features li::before { content: "✓"; position: absolute; left: 0; color: var(--nc-green); font-weight: 900; }
.entry-content { max-width: 850px; }
.entry-content h2 { margin-top: 1.5em; font-size: 2.05rem; }
.entry-content h3 { margin-top: 1.45em; font-family: inherit; font-size: 1.25rem; text-transform: none; }
.entry-content img { border-radius: 13px; }

/* Legacy simple cards used by the included-service page. */
.nc-project { overflow: hidden; border: 1px solid var(--nc-border); border-radius: 16px; background: #fff; box-shadow: var(--nc-shadow-soft); }
.nc-project__body { padding: 28px; }
.nc-project__body h3 { font-family: inherit; font-size: 1.3rem; text-transform: none; }

/* Forms */
.nc-form { padding: 30px; border: 1px solid var(--nc-border); border-radius: 15px; background: #fff; box-shadow: var(--nc-shadow-soft); }
.nc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.nc-field { display: grid; gap: 6px; }
.nc-field--full { grid-column: 1 / -1; }
.nc-field label { color: var(--nc-navy); font-size: .86rem; font-weight: 800; }
.nc-field input, .nc-field select, .nc-field textarea { width: 100%; padding: .8rem .9rem; border: 1px solid #bfd0d7; border-radius: 7px; background: #fff; color: var(--nc-ink); font: inherit; }
.nc-field input:focus, .nc-field select:focus, .nc-field textarea:focus { outline: 3px solid rgba(57,167,160,.18); border-color: var(--nc-sea); }
.nc-checkbox { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px; }
.nc-checkbox input { width: auto; margin-top: .3rem; }
.nc-hp { position: absolute; left: -9999px; }
.nc-form-notice { margin-bottom: 20px; padding: 14px 16px; border-left: 4px solid var(--nc-green); background: #eef8e8; }
.nc-form-notice--error { border-color: #b94b4b; background: #fff0f0; }

/* Footer */
.nc-review-cta { padding: 39px 0; background-image: linear-gradient(90deg, rgba(3,29,49,.98), rgba(6,43,70,.84)), url('assets/images/nature-coast-boardwalk.jpg'); background-position: center 62%; background-size: cover; color: #fff; }
.nc-review-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.nc-review-cta h2 { margin-bottom: .25rem; color: #fff; font-size: 2.05rem; }
.nc-review-cta p { margin: 0; color: #d7e6eb; }
.site-footer { padding: 58px 0 24px; background: var(--nc-deep); color: #d5e3e8; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 55px; }
.site-footer img { width: 270px; margin-bottom: 18px; }
.site-footer h3 { color: #fff; font-family: inherit; font-size: .93rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { color: #d5e3e8; }
.site-footer a:hover { color: var(--nc-lime); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

@media (max-width: 1100px) {
  .site-nav { gap: 18px; }
  .site-nav ul { gap: 18px; }
  .site-nav a { font-size: .82rem; }
  .nc-grid--7 { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .nc-features { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .nc-promise-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .nc-secondary-projects { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 880px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; padding: 0 21px 22px; background: var(--nc-deep); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: block; }
  .site-nav li { border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav a { display: block; padding: 14px 0; }
  .site-nav .nc-btn { display: inline-flex; margin-top: 16px; padding-inline: 1.15rem; }

  .nc-hero { min-height: auto; background-image: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.91) 60%, rgba(255,255,255,.48) 100%), url('assets/images/nature-coast-waterfront.jpg'); background-position: 48% center; }
  .nc-hero__content { max-width: 88%; padding: 72px 0 88px; }
  .nc-hero h1 { font-size: clamp(2.7rem, 7vw, 3.85rem); }

  .nc-split, .nc-pricing-grid, .nc-project-hero__grid, .nc-project-detail-grid { grid-template-columns: 1fr; }
  .nc-featured-projects { grid-template-columns: 1fr; }
  .nc-featured-projects .nc-project-card { display: grid; grid-template-columns: 1.1fr .9fr; }
  .nc-featured-projects .nc-browser-frame { border-right: 1px solid var(--nc-border); border-bottom: 0; }
  .nc-featured-projects .nc-browser-frame img { height: 100%; min-height: 300px; }
  .nc-section-heading--split { grid-template-columns: 1fr; gap: 12px; }
  .nc-portfolio-grid { grid-template-columns: 1fr; }
  .nc-process { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nc-step::after { display: none; }
  .nc-promise-grid { grid-template-columns: 1fr 1fr; }
  .nc-plan ul { columns: 1; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .nc-review-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .nc-container { width: min(var(--nc-max), calc(100% - 28px)); }
  .nc-section { padding: 66px 0; }
  .site-branding img { width: 235px; }
  .nc-hero { background-position: 60% center; }
  .nc-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(255,255,255,.69); }
  .nc-hero__content { max-width: 100%; padding: 57px 0 76px; }
  .nc-hero h1 { font-size: clamp(2.35rem, 11vw, 3rem); line-height: 1.01; }
  .nc-checkline { display: grid; gap: 10px; }
  .nc-actions .nc-btn { width: 100%; }
  .nc-grid--7, .nc-grid--4 { grid-template-columns: 1fr 1fr; }
  .nc-category { min-height: 158px; grid-template-rows: 57px auto; padding: 17px 9px 14px; }
  .nc-category img { width: 49px; height: 49px; }
  .nc-grid--4 .nc-category { padding: 21px 17px; }
  .nc-features { grid-template-columns: 1fr 1fr; gap: 18px 8px; padding: 24px 13px; }
  .nc-feature { min-height: 108px; grid-template-rows: 52px auto; font-size: .79rem; }
  .nc-feature img { width: 42px; height: 42px; }
  .nc-price { font-size: 3.65rem; }
  .nc-plan__body { padding: 27px 21px; }
  .nc-promise-grid, .nc-process, .nc-secondary-projects, .site-footer__grid, .nc-form-grid { grid-template-columns: 1fr; }
  .nc-featured-projects .nc-project-card { display: flex; }
  .nc-featured-projects .nc-browser-frame { border-right: 0; border-bottom: 1px solid var(--nc-border); }
  .nc-featured-projects .nc-browser-frame img { min-height: 0; }
  .nc-more-work-heading { align-items: flex-start; flex-direction: column; }
  .nc-project-card__actions { flex-direction: column; }
  .nc-field--full { grid-column: auto; }
  .nc-photo-card__note { position: static; width: 100%; border-radius: 0; }
  .nc-review-cta .nc-btn { width: 100%; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
}
