:root {
  --navy: #102b3d;
  --navy-deep: #081a27;
  --ink: #17252d;
  --muted: #64747a;
  --paper: #fffdf9;
  --cream: #f3eee6;
  --line: #dedbd4;
  --orange: #e7652c;
  --orange-dark: #b9491e;
  --gold: #c99f58;
  --shadow: 0 20px 50px rgba(16, 43, 61, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.case-detail { scroll-margin-top: 7rem; }
.project-jump { margin: 1.5rem 0 3rem; }
.case-next { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.5rem; }
.privacy-links { display: flex; flex-wrap: wrap; gap: 1.25rem; padding-top: 1rem; font-size: .85rem; }
.privacy-links button, .privacy-settings { padding: 0; border: 0; background: none; color: inherit; text-decoration: underline; cursor: pointer; }
.analytics-choice { position: fixed; z-index: 90; right: 1rem; bottom: 1rem; max-width: 34rem; max-height: 60vh; overflow: auto; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.analytics-choice p { margin: .45rem 0 1rem; font-size: .9rem; line-height: 1.5; }
.analytics-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.analytics-actions button { flex: 1; min-height: 44px; padding: .65rem .85rem; border: 1px solid var(--navy); border-radius: .5rem; background: var(--paper); color: var(--navy); cursor: pointer; }
.analytics-actions button:last-child { background: var(--navy); color: white; }
@media (max-width: 760px) { .analytics-choice { left: .65rem; right: .65rem; bottom: calc(5rem + env(safe-area-inset-bottom)); } }
body { margin: 0; background: var(--cream); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.topline { background: var(--orange); color: #fff; font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.topline .shell { display: flex; justify-content: space-between; gap: 1rem; padding: .68rem 0; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(16,43,61,.96); color: #fff; box-shadow: 0 8px 25px rgba(0,0,0,.12); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: #fff; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; border: 2px solid var(--gold); border-radius: 10px 10px 10px 3px; color: var(--gold); font-size: .75rem; font-weight: 950; letter-spacing: -.08em; transform: rotate(-4deg); }
.brand-name { display: block; font-size: 1.28rem; font-weight: 950; letter-spacing: .12em; }
.brand-sub { display: block; margin-top: 2px; color: #b8c6ca; font-size: .59rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 1.25rem; font-size: .86rem; font-weight: 750; }
.nav-links a { color: #e7eef0; text-decoration: none; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { padding: .72rem .95rem; border-radius: 4px; background: var(--orange); color: #fff !important; }
.menu-toggle { display: none; border: 1px solid #72858d; border-radius: 4px; padding: .5rem .65rem; background: transparent; color: #fff; font-weight: 800; }

.hero { position: relative; overflow: hidden; background: var(--navy-deep); color: #fff; }
.hero::after { position: absolute; right: -15vw; bottom: -20vw; width: 58vw; height: 58vw; border: 1px solid rgba(201,159,88,.16); border-radius: 50%; content: ""; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; min-height: 690px; padding-top: 5.5rem; padding-bottom: 5.5rem; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 1.35rem; font-size: clamp(3.2rem, 7vw, 6.2rem); line-height: .91; letter-spacing: -.075em; text-wrap: balance; }
h2 { margin-bottom: .75rem; font-size: clamp(2.25rem, 5vw, 4.2rem); line-height: .96; letter-spacing: -.065em; text-wrap: balance; }
h3 { letter-spacing: -.025em; }
.hero-copy { max-width: 560px; color: #d4dfe1; font-size: clamp(1.05rem, 2vw, 1.24rem); line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: .8rem 1.1rem; border: 1px solid transparent; border-radius: 4px; font-size: .9rem; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 9px 20px rgba(231,101,44,.2); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { border-color: rgba(255,255,255,.35); background: transparent; color: #fff; }
.button-ghost:hover { border-color: var(--gold); color: var(--gold); }
.hero-note { display: flex; gap: .55rem; align-items: center; margin: 1.1rem 0 0; color: #aebdc0; font-size: .82rem; }
.hero-note::before { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); content: ""; }
.hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; max-width: 440px; margin-top: 2.2rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.14); }
.hero-points span { display: flex; gap: .55rem; color: #dce7e7; font-size: .76rem; font-weight: 800; }
.hero-points strong { color: var(--gold); font-size: .66rem; letter-spacing: .1em; }
.hero-collage { position: relative; min-height: 560px; padding: 1rem 2.4rem 1.2rem 0; }
.hero-collage-main { width: 86%; height: 560px; margin-left: auto; border: 1px solid rgba(255,255,255,.28); border-radius: 5px; overflow: hidden; box-shadow: 0 28px 60px rgba(0,0,0,.3); }
.hero-collage-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-collage-small { position: absolute; z-index: 2; width: 190px; padding: 0; border: 1px solid rgba(255,255,255,.35); background: var(--navy); color: #fff; box-shadow: 0 14px 28px rgba(0,0,0,.28); }
.hero-collage-small img { width: 100%; height: 125px; object-fit: cover; }
.hero-collage-small span { display: block; padding: .55rem .7rem .6rem; color: #dce7e7; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero-collage-one { top: 2.2rem; left: 0; }
.hero-collage-two { right: -1.2rem; bottom: 1.5rem; }
.hero-caption { position: absolute; right: 3.8rem; bottom: 2.3rem; max-width: 245px; padding: .9rem 1rem; border-left: 3px solid var(--orange); background: rgba(8,26,39,.9); color: #fff; font-size: .76rem; font-weight: 750; line-height: 1.45; }
.hero-caption strong { display: block; margin-bottom: .2rem; color: var(--gold); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

.trust { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 1.2rem 0; }
.trust-item { display: flex; align-items: center; gap: .65rem; color: var(--navy); font-size: .78rem; font-weight: 850; }
.trust-item span:first-child { display: grid; place-items: center; width: 29px; height: 29px; flex: 0 0 auto; border-radius: 50%; background: #f6e4d7; color: var(--orange-dark); font-size: .7rem; }

.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-light { background: var(--paper); }
.section-dark { background: var(--navy); color: #fff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.3rem; }
.section-head > div { max-width: 700px; }
.lead { max-width: 700px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.section-dark .lead { color: #cad5d7; }
.text-link { color: var(--orange-dark); font-weight: 850; text-decoration: none; white-space: nowrap; }
.text-link:hover { text-decoration: underline; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.intro-grid h2 { max-width: 430px; }
.intro-grid .lead { max-width: 620px; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { border: 1px solid var(--line); background: var(--cream); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 170px; object-fit: cover; }
.service-card-body { padding: 1.2rem; }
.service-card .service-number { color: var(--orange-dark); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.service-card h3 { margin: .45rem 0 .4rem; font-size: 1.2rem; }
.service-card p { margin-bottom: 1rem; color: var(--muted); font-size: .87rem; line-height: 1.55; }
.service-card a { color: var(--orange-dark); font-size: .83rem; font-weight: 850; text-decoration: none; }

.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 6.5rem); align-items: center; }
.proof-photo { position: relative; padding: 0 1.4rem 1.4rem 0; }
.proof-photo::after { position: absolute; right: 0; bottom: 0; width: 86%; height: 86%; border: 1px solid var(--sand); content: ""; pointer-events: none; }
.proof-photo img { position: relative; z-index: 1; width: 100%; height: 470px; border: 7px solid var(--paper); object-fit: cover; box-shadow: var(--shadow); }
.proof-photo-note { position: absolute; z-index: 2; right: -1rem; bottom: 1rem; max-width: 220px; padding: .8rem .9rem; background: var(--navy); color: #fff; font-size: .76rem; font-weight: 750; line-height: 1.45; }
.proof-photo-note strong { display: block; margin-bottom: .2rem; color: var(--gold); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.proof-list { display: grid; gap: .75rem; margin: 1.8rem 0 0; padding: 0; list-style: none; }
.proof-list li { display: grid; grid-template-columns: 34px 1fr; gap: .8rem; padding: .95rem 0; border-top: 1px solid var(--line); }
.proof-list li > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #edcdbd; border-radius: 50%; color: var(--orange-dark); font-weight: 950; }
.proof-list strong { display: block; margin-bottom: .15rem; font-size: .98rem; }
.proof-list p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }

.project-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: 245px; gap: .9rem; }
.project { position: relative; overflow: hidden; border-radius: 4px; background: var(--navy); cursor: zoom-in; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.project:hover img { transform: scale(1.045); }
.project::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,26,39,.92)); content: ""; pointer-events: none; }
.project-caption { position: absolute; z-index: 1; right: 1rem; bottom: .85rem; left: 1rem; color: #fff; }
.project-caption strong { display: block; font-size: 1rem; }
.project-caption span { color: #dce7e7; font-size: .75rem; }
.project-tall { grid-row: span 2; }

.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: stretch; }
.review-card { padding: 1.6rem; border: 1px solid var(--line); background: var(--paper); }
.review-card h3 { margin: 0 0 .6rem; }
.review-card p { color: var(--muted); line-height: 1.6; }
.review-card a { color: var(--orange-dark); font-weight: 850; text-decoration: none; }
.review-note { border-left: 3px solid var(--orange); background: #fff8f0; }
.review-source { display: inline-flex; align-items: center; gap: .55rem; margin-top: .6rem; font-size: .83rem; }
.review-source::before { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); content: ""; }

.credentials { background: var(--cream); }
.credentials-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.credentials-grid h2 { max-width: 460px; }
.credential-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.credential-card { min-height: 150px; padding: 1.25rem; border: 1px solid var(--line); background: var(--paper); }
.credential-card .label { display: block; margin-bottom: 1.6rem; color: var(--orange-dark); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.credential-card strong { display: block; margin-bottom: .35rem; color: var(--navy); font-size: 1.05rem; }
.credential-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.credential-card a { color: var(--orange-dark); font-weight: 800; text-decoration: none; }
.credential-footnote { margin: 1rem 0 0; color: var(--muted); font-size: .77rem; line-height: 1.5; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.process-card { padding: 1.35rem; border-top: 2px solid var(--orange); background: rgba(255,255,255,.05); }
.process-card .step { color: var(--gold); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.process-card h3 { margin: .8rem 0 .4rem; font-size: 1.1rem; }
.process-card p { margin: 0; color: #c5d0d2; font-size: .87rem; line-height: 1.55; }

.faq-list { display: grid; gap: .6rem; max-width: 840px; margin: 0 auto; }
.faq-list details { border-top: 1px solid var(--line); padding: 1rem 0; }
.faq-list summary { cursor: pointer; color: var(--navy); font-weight: 850; }
.faq-list p { margin: .8rem 0 0; color: var(--muted); line-height: 1.65; }

.estimate { background: var(--orange); color: #fff; }
.estimate-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.estimate .lead { color: #ffede4; }
.estimate-aside { padding: 1.25rem; border: 1px solid rgba(255,255,255,.3); background: rgba(8,26,39,.15); }
.estimate-aside strong { display: block; margin-bottom: .4rem; font-size: 1.1rem; }
.estimate-aside p { color: #ffede4; font-size: .88rem; line-height: 1.6; }
.estimate-aside a { color: #fff; font-weight: 850; }
.estimate-form { padding: 1.35rem; background: var(--paper); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.field { display: grid; gap: .35rem; }
.field-wide { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: .75rem; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cbc9c2; border-radius: 2px; padding: .72rem; background: #fff; color: var(--ink); }
.field textarea { min-height: 110px; resize: vertical; }
.file-note { color: var(--muted); font-size: .73rem; line-height: 1.45; }
.file-preview { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .4rem; }
.file-preview span { padding: .35rem .5rem; background: #f4e7dc; color: var(--orange-dark); font-size: .7rem; }
.estimate-form .button { margin-top: 1rem; }
.form-result { min-height: 1.3rem; margin: .75rem 0 0; color: var(--orange-dark); font-size: .78rem; font-weight: 750; line-height: 1.45; }

.page-hero { padding: 4.7rem 0 4rem; background: var(--navy); color: #fff; }
.page-hero-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 3rem; align-items: end; }
.page-hero h1 { max-width: 720px; margin-bottom: 1rem; font-size: clamp(2.9rem, 6vw, 5.3rem); }
.page-hero .lead { color: #d1dcdf; }
.page-hero-image { height: 280px; overflow: hidden; }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumb { margin: 0 0 1rem; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.content-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.content-copy h2 { margin-top: 2.5rem; font-size: clamp(2rem, 4vw, 3.2rem); }
.content-copy h2:first-child { margin-top: 0; }
.content-copy p, .content-copy li { color: var(--muted); line-height: 1.7; }
.content-copy ul { padding-left: 1.2rem; }
.side-card { position: sticky; top: 105px; padding: 1.35rem; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.side-card img { width: 100%; height: 220px; object-fit: cover; margin-bottom: 1rem; }
.side-card h3 { margin-bottom: .45rem; }
.side-card p { color: var(--muted); font-size: .88rem; line-height: 1.55; }
.side-card .button { width: 100%; margin-top: .6rem; }
.detail-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 1.5rem; }
.detail-point { padding: 1rem; border-left: 2px solid var(--orange); background: var(--cream); }
.detail-point strong { display: block; margin-bottom: .25rem; color: var(--navy); }
.detail-point span { color: var(--muted); font-size: .8rem; line-height: 1.5; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.case-study { border: 1px solid var(--line); background: var(--paper); }
.case-study img { width: 100%; height: 240px; object-fit: cover; }
.case-body { padding: 1.2rem; }
.case-kicker { color: var(--orange-dark); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.case-body h3 { margin: .45rem 0 .6rem; }
.case-body p { margin-bottom: .55rem; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.case-body strong { color: var(--navy); }
.case-intro { max-width: 860px; margin-bottom: 3rem; }
.case-detail { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(1.5rem, 5vw, 4.5rem); align-items: start; padding: clamp(2.5rem, 6vw, 5rem) 0; border-top: 1px solid var(--line); }
.case-detail:first-of-type { border-top: 0; }
.case-detail:nth-of-type(even) .case-media { order: 2; }
.case-media { position: sticky; top: 105px; display: grid; gap: .7rem; }
.case-media img { width: 100%; max-height: 570px; object-fit: cover; cursor: zoom-in; box-shadow: var(--shadow); }
.case-media-grid { grid-template-columns: 1fr 1fr; }
.case-media-grid img { height: 230px; }
.case-media-grid img:first-child { grid-column: 1 / -1; height: 430px; }
.case-media-two img:first-child { grid-column: auto; }
.case-media-two img { height: 430px; }
.case-content h2 { margin: .45rem 0 1.4rem; font-size: clamp(2rem, 4vw, 3.35rem); }
.case-facts { display: grid; margin: 0; border-top: 1px solid var(--line); }
.case-facts > div { display: grid; grid-template-columns: 105px 1fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.case-facts dt { color: var(--navy); font-size: .76rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.case-facts dd { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.case-outcome { margin-top: 1.3rem; padding: 1.1rem 1.2rem; border-left: 3px solid var(--orange); background: #fff8f1; }
.case-outcome strong { display: block; margin-bottom: .3rem; color: var(--navy); }
.case-outcome p { margin: 0; color: var(--ink); line-height: 1.6; }
.customer-quote { margin: 1.3rem 0 .5rem; padding: 0 0 0 1.1rem; border-left: 3px solid var(--gold); color: var(--navy); font-size: 1.2rem; font-weight: 800; line-height: 1.5; }
.case-disclosure { color: var(--muted); font-size: .78rem; line-height: 1.55; }
.case-disclosure a { color: var(--orange-dark); font-weight: 800; }
.case-publish { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.publish-flow { margin: 0; padding: 0; list-style: none; counter-reset: publish-step; }
.publish-flow li { position: relative; padding: 1rem 0 1rem 3.4rem; border-top: 1px solid var(--line); counter-increment: publish-step; line-height: 1.55; }
.publish-flow li::before { position: absolute; left: 0; top: .78rem; display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--navy); color: #fff; content: counter(publish-step); font-size: .72rem; font-weight: 900; }
.intake-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.intake-grid .button-call { border-color: var(--line); background: #fff; color: var(--navy); }
.intake-note { max-width: 690px; margin-top: 1rem; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.intake-card { padding: clamp(1.4rem, 4vw, 2.3rem); border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.intake-card h3 { margin: .45rem 0 1.2rem; font-size: 1.55rem; }
.intake-card > p { margin: 1rem 0 0; color: var(--muted); font-size: .85rem; line-height: 1.6; }
.intake-steps { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; counter-reset: intake-step; }
.intake-steps li { display: grid; grid-template-columns: 2.3rem 1fr; column-gap: .8rem; counter-increment: intake-step; }
.intake-steps li::before { grid-row: span 2; display: grid; place-items: center; width: 2.3rem; height: 2.3rem; border-radius: 50%; background: var(--orange); color: #fff; content: counter(intake-step); font-size: .74rem; font-weight: 900; }
.intake-steps strong { color: var(--navy); }
.intake-steps span { color: var(--muted); font-size: .82rem; line-height: 1.5; }
.location-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.4rem; }
.location-list a { padding: .55rem .7rem; border: 1px solid #ead7c9; border-radius: 999px; background: #fff8f1; color: var(--orange-dark); font-size: .8rem; font-weight: 800; text-decoration: none; }
.areas { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: stretch; }
.area-panel { padding: clamp(1.4rem, 4vw, 2.8rem); border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.cta-panel { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.4rem, 4vw, 2.8rem); background: var(--orange); color: #fff; overflow: hidden; }
.cta-panel::after { position: absolute; right: -70px; bottom: -100px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.06), 0 0 0 48px rgba(255,255,255,.04); content: ""; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel .eyebrow { color: #ffe0c8; }
.cta-panel h2 { max-width: 500px; }
.cta-panel p { max-width: 520px; color: #fff0e8; line-height: 1.65; }
.cta-panel .button { align-self: flex-start; background: var(--navy); color: #fff; }
.callout { margin: 2rem 0 0; padding: 1.15rem 1.25rem; border-left: 3px solid var(--orange); background: #fff8f1; }
.callout p { margin: 0; color: var(--ink); font-size: .9rem; line-height: 1.6; }
.callout a { color: var(--orange-dark); font-weight: 850; }
.cred-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1rem; }
.cred-page-card { padding: 1.5rem; border: 1px solid var(--line); background: var(--paper); }
.cred-page-card h2 { margin-top: .55rem; font-size: 2rem; }
.cred-page-card p { color: var(--muted); line-height: 1.65; }
.cred-page-card ul { padding-left: 1.1rem; color: var(--muted); line-height: 1.7; }
.cred-links { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.cred-links a { color: var(--orange-dark); font-size: .82rem; font-weight: 850; text-decoration: none; }
.review-page { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1rem; }
.review-page-card { padding: 1.5rem; border: 1px solid var(--line); background: var(--paper); }
.review-page-card h2 { margin-top: .5rem; font-size: 2rem; }
.review-page-card p { color: var(--muted); line-height: 1.65; }
.review-google-card { position: relative; overflow: hidden; }
.review-google-card::after { position: absolute; right: -28px; bottom: -58px; width: 150px; height: 150px; border: 1px solid #d9e4df; border-radius: 50%; box-shadow: 0 0 0 18px #eef4f0, 0 0 0 36px #f7faf7; content: ""; }
.review-google-mark { display: grid; place-items: center; width: 2rem; height: 2rem; margin-bottom: .9rem; border: 1px solid #d9e4df; border-radius: 50%; background: #fff; color: #4285f4; font-family: Arial, sans-serif; font-size: 1.1rem; font-weight: 900; }
.review-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.1rem; }
.review-actions .button { margin-top: 0; }
.review-meta { position: relative; z-index: 1; margin: .8rem 0 0; color: #7b8c8b !important; font-size: .75rem; }

footer { padding: 3rem 0 5rem; background: #071722; color: #d9e2e3; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
footer h3 { margin-bottom: .55rem; color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
footer p, footer a { margin-bottom: .35rem; color: #c1ced0; font-size: .86rem; line-height: 1.55; }
footer a { text-decoration: none; }
footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.3rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.13); color: #8ea0a4; font-size: .74rem; }
.lightbox { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 2rem; background: rgba(3,13,20,.93); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: min(1100px, 94vw); max-height: 86vh; border: 1px solid rgba(255,255,255,.22); box-shadow: var(--shadow); }
.lightbox button { position: absolute; top: 1.1rem; right: 1.1rem; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; color: #fff; font-size: 1.5rem; cursor: pointer; }
.mobile-cta { display: none; }

@media (max-width: 940px) {
  .nav-links { position: absolute; top: 76px; right: 22px; left: 22px; display: none; flex-direction: column; align-items: stretch; padding: .8rem; border: 1px solid rgba(255,255,255,.18); background: var(--navy); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .65rem; }
  .menu-toggle { display: block; }
  .hero-grid, .proof-grid, .credentials-grid, .estimate-grid, .content-grid, .areas, .case-detail, .case-publish, .intake-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 4rem; padding-bottom: 4rem; }
  .hero-collage { max-width: 700px; margin: 0 auto; }
  .side-card { position: static; }
  .case-media { position: static; }
  .case-detail:nth-of-type(even) .case-media { order: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .intro-grid, .page-hero-grid, .cred-page-grid, .review-page { grid-template-columns: 1fr; }
  .page-hero-image { max-width: 620px; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1180px); }
  .topline .shell { align-items: flex-start; flex-direction: column; gap: .15rem; }
  .brand-sub { display: none; }
  h1 { font-size: clamp(2.8rem, 13vw, 3.6rem); overflow-wrap: anywhere; }
  .hero-grid > * { min-width: 0; }
  h2 { font-size: clamp(2.25rem, 11vw, 3.35rem); }
  .hero-points, .trust-grid, .service-grid, .process, .footer-grid, .form-grid, .detail-points, .case-grid, .credential-cards, .review-grid { grid-template-columns: 1fr; }
  .case-media-grid, .case-facts > div { grid-template-columns: 1fr; }
  .case-media-grid img:first-child { grid-column: auto; }
  .case-media-grid img, .case-media-grid img:first-child, .case-media-two img { height: auto; }
  .hero-collage { min-height: 380px; padding: .5rem 0 1rem; }
  .hero-collage-main { width: 88%; height: 365px; }
  .hero-collage-small { width: 116px; }
  .hero-collage-small img { height: 76px; }
  .hero-collage-small span { padding: .35rem .2rem .2rem; font-size: .56rem; }
  .hero-collage-one { top: 0; left: 0; }
  .hero-collage-two { right: -3px; bottom: 0; }
  .hero-caption { right: 11px; bottom: 18px; max-width: 185px; padding: .65rem .7rem; font-size: .67rem; }
  .section-head { display: block; }
  .section-head .text-link { display: inline-block; margin-top: .5rem; }
  .proof-photo img { height: 330px; }
  .proof-photo-note { right: 0; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 175px; gap: .65rem; }
  .project-caption { right: .7rem; bottom: .6rem; left: .7rem; }
  .project-caption strong { font-size: .8rem; }
  .project-caption span { font-size: .63rem; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 3.8rem 0 3.2rem; }
  .page-hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .page-hero-image { height: 220px; }
  .mobile-cta { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding: .6rem .65rem calc(.6rem + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.15); background: rgba(7,23,34,.95); box-shadow: 0 -10px 25px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
  .mobile-cta .button { min-height: 43px; padding: .65rem .7rem; font-size: .76rem; }
  footer { padding-bottom: 8rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}


/* Service discovery and readable scope checklists. */
.service-links { display:flex; flex-wrap:wrap; gap:.65rem 1.1rem; margin:1.5rem 0; }
.service-links a { color:var(--orange-dark); font-size:1rem; font-weight:750; text-underline-offset:.25em; }
.scope-checklist { padding-left:1.4rem; line-height:1.75; }
.scope-checklist li { margin:.65rem 0; }
.content-grid > *, .service-card, .nav-links { min-width:0; }
.side-card .service-links { flex-direction:column; }
.faq-list summary { font-size:1rem; }
.faq-list p, .detail-point span, .scope-checklist { font-size:1rem; }
.lightbox:not(.open) { visibility:hidden; }
.lightbox.open { visibility:visible; }
