:root {
  --navy: #071c35;
  --navy-2: #0a294b;
  --blue: #0f79b8;
  --sky: #59c7ee;
  --ice: #eef9fd;
  --white: #fff;
  --ink: #0c2035;
  --muted: #5b6b7d;
  --line: #d9e7ee;
  --shadow: 0 24px 70px rgba(1, 25, 49, .18);
  --radius: 26px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(7,28,53,.96); box-shadow: 0 10px 35px rgba(0,0,0,.15); backdrop-filter: blur(14px); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand { width: 205px; background: #fff; border-radius: 10px; padding: 7px 10px; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; justify-content: center; gap: 28px; }
.primary-nav a { color: rgba(255,255,255,.9); font-size: .89rem; font-weight: 750; text-decoration: none; }
.primary-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { display: grid; text-decoration: none; font-weight: 800; font-size: .92rem; line-height: 1.05; }
.phone-link span { font-size: .64rem; font-weight: 700; opacity: .66; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 4px; }
.menu-toggle { display: none; }

.button { border: 0; border-radius: 999px; background: linear-gradient(135deg, #68d4f6, #25a7de); color: #06213b; display: inline-flex; justify-content: center; align-items: center; gap: 12px; padding: 16px 24px; font-weight: 850; text-decoration: none; cursor: pointer; box-shadow: 0 10px 24px rgba(21,171,224,.22); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(21,171,224,.32); }
.button--small { padding: 12px 18px; font-size: .84rem; }
.button--full { width: 100%; }

.hero { min-height: 820px; position: relative; padding: 148px 0 0; color: #fff; isolation: isolate; background: var(--navy); }
.hero-backdrop { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(90deg, rgba(4,22,42,.96) 0%, rgba(4,22,42,.85) 34%, rgba(4,22,42,.18) 65%, rgba(4,22,42,.34) 100%), url("assets/photography/hero-residential-window-cleaning.png"); background-size: cover; background-position: center; }
.hero-backdrop::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(5,24,45,.48)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); align-items: center; gap: clamp(55px, 8vw, 118px); min-height: 590px; }
.hero-copy { padding-bottom: 68px; }
.hero-scene { display: none; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow--light { color: #a7eaff; display: flex; align-items: center; gap: 10px; }
.eyebrow--light span { width: 30px; height: 2px; background: currentColor; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(3.5rem, 6.3vw, 6.2rem); line-height: .92; letter-spacing: -.065em; }
.hero h1 em { font-family: Georgia, serif; font-weight: 400; color: #7ddafb; letter-spacing: -.045em; }
.hero-lede { max-width: 580px; margin: 28px 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.65; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-bottom: 28px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 750; }
.hero-proof img { width: 18px; filter: brightness(0) invert(1); }
.text-link { font-weight: 850; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link--light { color: #fff; }
.text-link span { color: var(--sky); margin-left: 7px; }

.quote-card { color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.quote-card h2 { margin: 0 0 24px; max-width: 360px; font-size: clamp(1.7rem, 2.5vw, 2.35rem); line-height: 1.05; letter-spacing: -.04em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.field { display: grid; gap: 7px; color: #344b60; font-size: .72rem; font-weight: 800; }
.field--wide { grid-column: 1 / -1; }
.field input, .field select { width: 100%; min-width: 0; height: 48px; border: 1px solid var(--line); border-radius: 11px; background: #f9fcfd; color: var(--ink); padding: 0 13px; outline: none; }
.field input:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(15,121,184,.12); }
.form-note { margin: 13px 0 0; color: var(--muted); text-align: center; font-size: .7rem; }
.form-note.is-success { color: #08734b; font-weight: 750; }

.trust-rail { position: absolute; z-index: 3; inset: auto 0 -56px; min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); color: var(--ink); background: #fff; border-radius: 20px; box-shadow: 0 18px 50px rgba(2,30,56,.16); }
.trust-rail > div { display: flex; align-items: center; gap: 13px; padding: 20px 24px; }
.trust-rail > div + div { border-left: 1px solid var(--line); }
.trust-rail img { width: 30px; height: 30px; }
.trust-rail span { display: grid; gap: 3px; color: var(--muted); font-size: .71rem; line-height: 1.25; }
.trust-rail strong { color: var(--ink); font-size: .82rem; }

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .primary-nav { display: none; position: fixed; inset: 80px 20px auto; background: #fff; color: var(--ink); border-radius: 18px; padding: 22px; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: grid; gap: 18px; }
  .primary-nav a { color: var(--ink); }
  .menu-toggle { justify-self: end; display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: #fff; }
  .header-actions { display: none; }
  .hero-grid { grid-template-columns: 1fr 390px; gap: 35px; }
  .trust-rail > div { padding: 18px 14px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 76px; }
  .brand { width: 170px; }
  .hero { min-height: 0; padding: 122px 0 84px; }
  .hero-backdrop { background-image: linear-gradient(180deg, rgba(4,22,42,.83), rgba(4,22,42,.95)), url("assets/photography/hero-residential-window-cleaning.png"); background-position: 57% center; }
  .hero-grid { display: block; min-height: 0; }
  .hero-copy { padding-bottom: 42px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .hero-lede { margin: 22px 0; }
  .quote-card { padding: 24px 20px; border-radius: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .trust-rail { position: relative; inset: auto; width: var(--shell); margin: 28px auto -132px; grid-template-columns: 1fr 1fr; }
  .trust-rail > div + div { border-left: 0; }
  .trust-rail > div:nth-child(even) { border-left: 1px solid var(--line); }
  .trust-rail > div:nth-child(n+3) { border-top: 1px solid var(--line); }
}

/* Shared editorial sections */
.section { position: relative; padding: 122px 0; overflow: hidden; }
.services { padding-top: 180px; }
.section-heading { margin-bottom: 54px; }
#services { scroll-margin-top: 108px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 72px; }
.section-heading--split > p { margin: 0 0 8px; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.section-heading--center { max-width: 760px; margin-inline: auto; text-align: center; }
.section h2, .work-film h2, .service-area h2, .final-cta h2 { margin: 0; font-size: clamp(2.55rem, 4.6vw, 4.7rem); line-height: .98; letter-spacing: -.055em; }
.section-lede { color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.tick-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 11px; }
.tick-list li { position: relative; padding-left: 25px; color: var(--muted); font-size: .87rem; line-height: 1.45; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--blue); font-weight: 900; }

/* Services */
.service-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 24px; }
.service-feature { min-height: 680px; position: relative; isolation: isolate; overflow: hidden; border-radius: 30px; background: var(--navy); color: #fff; }
.service-feature > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.service-feature__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(3,20,39,.04) 25%, rgba(3,20,39,.9) 100%); }
.service-feature__content { position: absolute; inset: auto 0 0; padding: clamp(30px, 5vw, 56px); }
.service-feature h3 { max-width: 530px; margin: 0 0 14px; font-size: clamp(2.2rem, 3.5vw, 3.6rem); line-height: 1; letter-spacing: -.05em; }
.service-feature p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.77); line-height: 1.65; }
.service-number { display: grid; width: 42px; height: 42px; margin-bottom: 24px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: .72rem; font-weight: 850; }
.service-side { display: grid; grid-template-rows: 1fr 210px; gap: 24px; }
.service-commercial { display: grid; grid-template-columns: 1fr; position: relative; min-height: 446px; overflow: hidden; border-radius: 30px; background: var(--ice); }
.service-commercial__copy { position: relative; z-index: 2; width: 64%; padding: 36px 0 32px 36px; }
.service-commercial__copy .service-number { color: var(--blue); border-color: rgba(15,121,184,.3); }
.service-commercial h3 { margin: 0 0 12px; font-size: clamp(1.8rem, 2.6vw, 2.7rem); line-height: 1.03; letter-spacing: -.045em; }
.service-commercial p { color: var(--muted); line-height: 1.55; }
.service-commercial__photo { position: absolute; inset: 0 0 0 auto; width: 46%; height: 100%; object-fit: cover; object-position: 55% center; mask-image: linear-gradient(90deg, transparent, #000 25%); }
.service-detail { display: grid; grid-template-columns: 43% 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.service-detail img { width: 100%; height: 100%; object-fit: cover; }
.service-detail p { align-self: center; margin: 0; padding: 28px; color: var(--muted); font-size: .87rem; line-height: 1.55; }
.service-detail strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 1.03rem; }

/* Film */
.work-film { padding: 115px 0; position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.work-film::before { content: ""; position: absolute; width: 680px; height: 680px; left: -340px; top: -340px; border: 1px solid rgba(90,204,241,.18); border-radius: 50%; box-shadow: 0 0 0 110px rgba(90,204,241,.035), 0 0 0 220px rgba(90,204,241,.025); }
.film-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.film-copy { position: relative; z-index: 2; }
.film-copy p:not(.eyebrow) { color: rgba(255,255,255,.69); font-size: 1.05rem; line-height: 1.72; }
.film-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.film-meta span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.76); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.film-frame { position: relative; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; padding: 10px; background: rgba(255,255,255,.06); box-shadow: 0 35px 80px rgba(0,0,0,.3); transform: rotate(1.25deg); }
.film-video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 21px; background: #02070d; }
.film-video--vertical { display: none; }
.film-label { position: absolute; top: -18px; right: 24px; padding: 11px 15px; color: var(--ink); background: #fff; border-radius: 999px; font-size: .72rem; font-weight: 850; box-shadow: 0 10px 25px rgba(0,0,0,.18); }
.film-label i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: #f05252; border-radius: 50%; }

/* Signature section */
.signature { min-height: 800px; background: var(--ice); }
.signature-pattern { position: absolute; inset: 0 50% 0 0; background: url("assets/graphics/window-grid-pattern.svg") center / 420px; opacity: .11; }
.signature-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 100px; }
.signature-copy { position: relative; z-index: 3; }
.proof-list { margin: 34px 0; border-top: 1px solid rgba(7,28,53,.14); }
.proof-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 21px 0; border-bottom: 1px solid rgba(7,28,53,.14); }
.proof-list > div > span { color: var(--blue); font-size: .69rem; font-weight: 900; letter-spacing: .1em; }
.proof-list p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.proof-list strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 1rem; }
.button--dark { color: #fff; background: var(--navy); box-shadow: 0 12px 28px rgba(7,28,53,.2); }
.signature-visual { min-height: 575px; position: relative; }
.signature-photo-wrap { position: absolute; inset: 0 0 0 11%; overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); }
.signature-photo { width: 100%; height: 100%; object-fit: cover; }
.signature-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,121,184,.08), transparent 50%); }
.signature-person { position: absolute; z-index: 3; width: 47%; max-height: 91%; left: -11%; bottom: -1px; object-fit: contain; object-position: bottom; filter: drop-shadow(12px 18px 18px rgba(5,34,60,.22)); }
.signature-stamp { position: absolute; z-index: 4; top: 24px; right: 24px; display: grid; place-content: center; width: 114px; height: 114px; color: #fff; text-align: center; background: rgba(7,28,53,.88); border: 1px solid rgba(255,255,255,.36); border-radius: 50%; backdrop-filter: blur(8px); transform: rotate(7deg); }
.signature-stamp strong { font-family: Georgia, serif; font-size: 1.15rem; font-style: italic; }
.signature-stamp span { margin-top: 3px; font-size: .58rem; text-transform: uppercase; letter-spacing: .13em; }

/* Process */
.process { background: #fff; }
.process-line { counter-reset: steps; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; margin: 68px 0 0; padding: 0; list-style: none; }
.process-line::before { content: ""; position: absolute; top: 43px; left: 15%; right: 15%; height: 1px; background: linear-gradient(90deg, var(--line), var(--sky), var(--line)); }
.process-line li { position: relative; text-align: center; }
.process-icon { position: relative; z-index: 2; display: grid; width: 86px; height: 86px; margin: 0 auto 20px; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 10px 30px rgba(8,57,91,.09); }
.process-icon img { width: 34px; height: 34px; }
.process-line li > span { color: var(--blue); font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.process-line h3 { margin: 9px 0; font-size: 1.3rem; }
.process-line p { max-width: 270px; margin: 0 auto; color: var(--muted); font-size: .88rem; line-height: 1.6; }

/* Pricing */
.pricing { background: linear-gradient(180deg, #eef9fd, #f8fcfe); }
.pricing-orb { position: absolute; width: 480px; height: 480px; right: -220px; top: 60px; border-radius: 50%; background: radial-gradient(circle at 40% 40%, rgba(88,201,241,.26), transparent 65%); }
.pricing-note { display: grid; gap: 5px; justify-self: end; max-width: 330px; padding: 16px 18px; border: 1px solid #bcddea; border-radius: 15px; background: rgba(255,255,255,.6); }
.pricing-note strong { font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.pricing-note span { color: var(--muted); font-size: .75rem; line-height: 1.4; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid #d4e8f0; border-radius: 26px; background: rgba(255,255,255,.86); box-shadow: 0 16px 48px rgba(23,75,103,.07); }
.price-card--featured { color: #fff; background: var(--navy); border-color: var(--navy); transform: translateY(-16px); box-shadow: 0 26px 60px rgba(6,38,68,.23); }
.price-card--featured .eyebrow { color: var(--sky); }
.price-card--featured .price-caption, .price-card--featured .tick-list li { color: rgba(255,255,255,.67); }
.price-card--featured .tick-list li::before { color: var(--sky); }
.price-card--featured .plan-icon { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.14); }
.price-card--featured .plan-icon img { filter: brightness(0) invert(1); }
.price-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.plan-icon { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--line); border-radius: 16px; background: var(--ice); }
.plan-icon img { width: 28px; height: 28px; }
.plan-tag, .review-label { padding: 6px 9px; color: var(--muted); background: rgba(91,107,125,.08); border-radius: 999px; font-size: .59rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.price-card--featured .plan-tag { color: rgba(255,255,255,.74); background: rgba(255,255,255,.1); }
.popular-tag { position: absolute; top: 0; left: 50%; padding: 8px 14px; color: var(--navy); background: var(--sky); border-radius: 0 0 12px 12px; transform: translateX(-50%); white-space: nowrap; font-size: .63rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.price-card h3 { min-height: 66px; margin: 0; font-size: 1.42rem; line-height: 1.15; letter-spacing: -.025em; }
.price { margin: 27px 0 2px; font-size: 3.2rem; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.price small { font-size: .72rem; font-weight: 750; letter-spacing: 0; }
.price--words { font-size: 2.25rem; }
.price-caption { min-height: 42px; margin: 8px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.price-card .tick-list { margin-bottom: 30px; }
.price-card .button { margin-top: auto; }
.button--outline { color: var(--navy); background: transparent; border: 1px solid #a8c6d4; box-shadow: none; }
.pricing-disclaimer { max-width: 800px; margin: 26px auto 0; color: var(--muted); text-align: center; font-size: .71rem; line-height: 1.55; }

/* Before / after */
.transformation { background: #fff; }
.transform-grid { display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: 72px; }
.transform-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; line-height: 1.7; }
.transform-stat { display: grid; margin-top: 32px; padding-left: 18px; border-left: 3px solid var(--sky); }
.transform-stat strong { font-size: 1.15rem; }
.transform-stat span { color: var(--muted); font-size: .84rem; }
.comparison { --position: 52%; position: relative; aspect-ratio: 3 / 2; overflow: hidden; border-radius: 30px; background: #d9e9ee; box-shadow: var(--shadow); }
.comparison > img, .comparison__after, .comparison__after img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.comparison__after { overflow: hidden; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.comparison__line { position: absolute; z-index: 4; left: var(--position); top: 0; bottom: 0; width: 3px; background: #fff; transform: translateX(-50%); box-shadow: 0 0 0 1px rgba(0,0,0,.06); }
.comparison__line span { position: absolute; top: 50%; left: 50%; display: grid; width: 50px; height: 50px; place-items: center; color: var(--navy); background: #fff; border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 8px 22px rgba(0,0,0,.18); font-weight: 900; }
.comparison input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison__tag { position: absolute; z-index: 3; top: 20px; padding: 8px 12px; color: #fff; background: rgba(4,22,42,.78); border-radius: 999px; font-size: .63rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.comparison__tag--before { left: 20px; }
.comparison__tag--after { right: 20px; }

/* Reviews */
.reviews { background: #f8fbfc; }
.reviews-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.review-feature { position: relative; display: flex; min-height: 480px; padding: clamp(38px, 6vw, 74px); flex-direction: column; justify-content: space-between; overflow: hidden; color: #fff; background: var(--navy); border-radius: 30px; }
.review-feature::after { content: "“"; position: absolute; right: 26px; bottom: -150px; color: rgba(92,204,241,.09); font-family: Georgia, serif; font-size: 33rem; line-height: 1; }
.quote-icon { width: 48px; filter: brightness(0) invert(1); opacity: .8; }
.review-feature blockquote { position: relative; z-index: 2; max-width: 750px; margin: 45px 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 3rem); font-style: italic; line-height: 1.25; letter-spacing: -.025em; }
.review-feature footer { position: relative; z-index: 2; display: grid; gap: 4px; }
.review-feature footer span { color: rgba(255,255,255,.59); font-size: .75rem; }
.review-side { display: grid; grid-template-rows: 1fr auto; gap: 24px; }
.review-proof { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.review-proof img { width: 100%; height: calc(100% - 42px); object-fit: contain; padding: 18px; }
.review-proof figcaption { padding: 12px 18px; color: var(--muted); background: var(--ice); font-size: .69rem; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .1em; }
.review-mini { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.review-mini p { margin: 18px 0; font-family: Georgia, serif; font-size: 1.25rem; font-style: italic; line-height: 1.45; }
.review-mini strong { font-size: .77rem; }

/* Service area */
.service-area { padding: 110px 0; overflow: hidden; color: #fff; background: linear-gradient(135deg, #08213e, #0b345d); }
.area-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(60px, 10vw, 130px); }
.area-map { position: relative; height: 460px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 30px; background: radial-gradient(circle at 48% 48%, rgba(90,204,241,.18), transparent 35%), linear-gradient(135deg, rgba(255,255,255,.03), rgba(255,255,255,.08)); }
.area-map::before { content: ""; position: absolute; inset: -80px; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; transform: rotate(13deg); }
.map-road { position: absolute; height: 9px; width: 120%; left: -10%; border: 1px solid rgba(89,199,238,.35); border-width: 1px 0; transform-origin: center; }
.map-road--one { top: 45%; transform: rotate(-15deg); }
.map-road--two { top: 62%; transform: rotate(8deg); }
.map-road--three { top: 27%; transform: rotate(40deg); }
.map-label { position: absolute; z-index: 2; color: rgba(255,255,255,.55); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.map-label--la { left: 13%; bottom: 16%; }
.map-label--weho { left: 14%; top: 30%; }
.map-label--hollywood { right: 10%; top: 21%; }
.map-pin { position: absolute; z-index: 3; left: 50%; top: 47%; display: grid; width: 74px; height: 74px; place-items: center; background: #fff; border: 9px solid rgba(90,204,241,.22); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 18px 35px rgba(0,0,0,.25); background-clip: padding-box; }
.map-pin img { width: 31px; }
.area-copy > p:not(.eyebrow) { color: rgba(255,255,255,.69); font-size: 1rem; line-height: 1.7; }
.area-copy address { display: flex; gap: 14px; margin: 30px 0; padding: 20px 0; border-block: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.66); font-style: normal; font-size: .86rem; line-height: 1.5; }
.area-copy address img { width: 27px; align-self: flex-start; filter: brightness(0) invert(1); }
.area-copy address strong { display: block; color: #fff; }

/* FAQ */
.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .67fr 1.33fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 0; cursor: pointer; font-size: 1.06rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.5px; background: var(--blue); transform: translate(-50%, -50%); }
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details p { max-width: 690px; margin: -5px 45px 24px 0; color: var(--muted); font-size: .91rem; line-height: 1.7; }

/* Final call to action and footer */
.final-cta { position: relative; min-height: 540px; overflow: hidden; color: #fff; background: var(--navy); }
.final-sparkles { position: absolute; inset: 0; background: url("assets/graphics/sparkle-cluster.svg") 8% 24% / 190px no-repeat; opacity: .25; }
.final-cta__grid { min-height: 540px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; }
.final-cta__copy { position: relative; z-index: 3; padding: 90px 0; }
.final-cta__copy h2 { max-width: 750px; }
.final-cta__copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 1.04rem; }
.cta-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.cta-phone { display: grid; color: rgba(255,255,255,.57); font-size: .72rem; text-decoration: none; }
.cta-phone strong { color: #fff; font-size: 1rem; }
.final-cta__visual { align-self: stretch; position: relative; }
.final-cta__visual::before { content: ""; position: absolute; width: 450px; height: 450px; left: 50%; top: 50%; border: 1px solid rgba(89,199,238,.22); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 70px rgba(89,199,238,.03), 0 0 0 140px rgba(89,199,238,.02); }
.final-cta__visual img { position: absolute; z-index: 2; width: 118%; max-width: none; max-height: 104%; left: 50%; bottom: -1px; object-fit: contain; object-position: bottom; transform: translateX(-50%); filter: drop-shadow(12px 20px 24px rgba(0,0,0,.3)); }
.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.64); background: #041426; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .55fr .8fr; gap: 80px; }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-logo { width: 235px; height: auto; margin-bottom: 8px; }
.footer-grid p { max-width: 410px; margin: 0; font-size: .84rem; line-height: 1.65; }
.footer-grid strong { margin-bottom: 5px; color: #fff; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a { font-size: .81rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-grid address { font-style: normal; font-size: .81rem; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }

/* Scroll-in enhancement */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .section-heading--split { gap: 38px; }
  .service-layout { grid-template-columns: 1fr; }
  .service-feature { min-height: 590px; }
  .service-side { grid-template-columns: 1.2fr .8fr; grid-template-rows: auto; }
  .service-commercial { min-height: 440px; }
  .service-detail { grid-template-columns: 1fr; grid-template-rows: 55% 45%; }
  .film-grid { grid-template-columns: .8fr 1.2fr; gap: 50px; }
  .signature-grid { gap: 50px; }
  .signature-visual { min-height: 500px; }
  .pricing-grid { gap: 14px; }
  .price-card { padding: 27px; }
  .transform-grid { gap: 45px; }
  .reviews-layout { grid-template-columns: 1.1fr .9fr; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .section { padding: 88px 0; }
  .services { padding-top: 182px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading--split { display: block; }
  .section-heading--split > p, .pricing-note { margin-top: 18px; }
  .section h2, .work-film h2, .service-area h2, .final-cta h2 { font-size: clamp(2.4rem, 12vw, 3.8rem); }
  .service-feature { min-height: 530px; }
  .service-feature__content { padding: 28px; }
  .service-side { grid-template-columns: 1fr; }
  .service-commercial { min-height: 505px; }
  .service-commercial__copy { width: 90%; padding: 30px; }
  .service-commercial__photo { inset: auto 0 0; width: 100%; height: 46%; mask-image: linear-gradient(180deg, transparent, #000 24%); }
  .service-detail { min-height: 250px; grid-template-columns: 43% 1fr; grid-template-rows: auto; }
  .service-detail p { padding: 20px; }
  .work-film { padding: 88px 0; }
  .film-grid { grid-template-columns: 1fr; gap: 40px; }
  .film-frame { max-width: 420px; margin-inline: auto; transform: none; }
  .film-video--wide { display: none; }
  .film-video--vertical { display: block; aspect-ratio: 9 / 16; max-height: 610px; }
  .signature-pattern { inset: 0; }
  .signature-grid { grid-template-columns: 1fr; gap: 52px; }
  .signature-visual { min-height: 470px; }
  .signature-photo-wrap { left: 8%; }
  .signature-person { width: 55%; left: -10%; }
  .process-line { grid-template-columns: 1fr; gap: 0; margin-top: 44px; }
  .process-line::before { top: 30px; bottom: 30px; left: 41px; right: auto; width: 1px; height: auto; }
  .process-line li { min-height: 136px; display: grid; grid-template-columns: 84px 1fr; grid-template-rows: auto auto 1fr; column-gap: 18px; text-align: left; }
  .process-icon { grid-row: 1 / 4; margin: 0; }
  .process-line li > span { align-self: end; }
  .process-line h3, .process-line p { width: auto; max-width: none; margin-inline: 0; }
  .process-line h3 { margin: 4px 0; }
  .pricing-note { justify-self: start; }
  .pricing-grid { grid-template-columns: 1fr; gap: 18px; }
  .price-card--featured { transform: none; }
  .price-card h3, .price-caption { min-height: 0; }
  .transform-grid { grid-template-columns: 1fr; }
  .comparison { border-radius: 22px; }
  .reviews-layout { grid-template-columns: 1fr; }
  .review-feature { min-height: 440px; padding: 34px 28px; }
  .review-side { grid-template-rows: auto auto; }
  .area-grid { grid-template-columns: 1fr; gap: 52px; }
  .area-map { height: 360px; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro { position: static; }
  .final-cta__grid { min-height: 760px; grid-template-columns: 1fr; align-content: start; }
  .final-cta__copy { padding: 78px 0 0; }
  .final-cta__visual { min-height: 360px; }
  .final-cta__visual img { width: 115%; max-height: 390px; }
  .cta-actions { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (max-width: 430px) {
  .trust-rail { grid-template-columns: 1fr; }
  .trust-rail > div:nth-child(even) { border-left: 0; }
  .trust-rail > div + div { border-top: 1px solid var(--line); }
  .services { padding-top: 320px; }
  .service-feature { min-height: 560px; }
  .service-detail { grid-template-columns: 1fr; grid-template-rows: 150px auto; }
  .signature-visual { min-height: 410px; }
  .signature-stamp { width: 94px; height: 94px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
