/* =========================================================
   Fresh Flow Exterior Cleaning — Global styles
   Brand: navy #0B2540 · blue #1E7FD6 → #4FB3F0 · green #5CB85C
   Edit content in the individual page folders; this file styles every page.
   ========================================================= */

:root {
  --navy: #0B2540;
  --navy-deep: #071b30;
  --blue: #1E7FD6;
  --sky: #4FB3F0;
  --green: #5CB85C;
  --ink: #16324d;
  --muted: #58708a;
  --line: #dce9f3;
  --mist: #f4f9fc;
  --white: #fff;
  --blue-dim: rgba(30, 127, 214, .1);
  --blue-glow: rgba(79, 179, 240, .25);
  --shadow: 0 22px 55px rgba(11, 37, 64, .12);
  --radius: 18px;
  --nav-h: 76px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; overscroll-behavior-y: none; background: var(--white); }
body { min-height: 100vh; overflow-x: hidden; color: var(--ink); background: var(--white); font: 400 1rem/1.6 'DM Sans', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; touch-action: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; border: 0; background: none; }
::selection { color: var(--white); background: var(--blue); }

/* Layout */
.shell { width: calc(100% - 3rem); max-width: 1160px; margin-inline: auto; position: relative; }
.section { position: relative; z-index: 1; padding: clamp(4.75rem, 8vw, 7.5rem) 0; }
.section-soft { background: var(--mist); }
.section-navy { color: var(--white); background: var(--navy); }
.section-tight { padding: clamp(3.5rem, 5vw, 5rem) 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: .85rem; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 2px; content: ''; background: linear-gradient(90deg, var(--blue), var(--sky)); border-radius: 2px; }
.section-navy .eyebrow { color: var(--sky); }
h1, h2, h3, h4 { color: var(--navy); font-family: 'Manrope', system-ui, sans-serif; line-height: 1.05; }
h1 { font-size: clamp(3.1rem, 6.8vw, 6.1rem); font-weight: 800; letter-spacing: -.067em; }
h2 { font-size: clamp(2.15rem, 4vw, 3.9rem); font-weight: 800; letter-spacing: -.055em; }
h3 { font-size: 1.35rem; font-weight: 800; letter-spacing: -.035em; }
.section-navy h1, .section-navy h2, .section-navy h3 { color: var(--white); }
.accent-blue { color: var(--blue); }
.accent-green { color: var(--green); }
.section-intro { max-width: 42rem; margin: 1.15rem 0 0; color: var(--muted); font-size: 1.05rem; }
.section-navy .section-intro { color: #c8d9e9; }

/* Brand and navigation */
.site-nav { position: fixed; inset: 0 0 auto; z-index: 50; height: var(--nav-h); transition: background .25s, box-shadow .25s, border-color .25s; border-bottom: 1px solid transparent; }
.site-nav.scrolled { background: rgba(255,255,255,.94); border-color: rgba(11,37,64,.08); box-shadow: 0 8px 28px rgba(11,37,64,.08); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 1.5rem; }
.nav-logo, .footer-logo { display: inline-flex; align-items: center; gap: .7rem; color: var(--navy); }
.brand-mark { display: grid; width: 35px; height: 35px; overflow: hidden; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--blue), var(--sky)); border-radius: 11px 11px 11px 3px; box-shadow: 0 6px 14px rgba(30,127,214,.26); }
.brand-mark svg { width: 23px; height: 23px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: 'Manrope', sans-serif; font-size: 1.06rem; font-weight: 800; letter-spacing: -.06em; }
.brand-copy span { margin-top: .24rem; color: var(--green); font-size: .52rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: .2rem; }
.nav-links > a { padding: .5rem .75rem; color: var(--navy); border-radius: 999px; font-size: .85rem; font-weight: 700; transition: color .2s, background .2s; }
.nav-links > a:hover, .nav-links > a.active { color: var(--blue); background: var(--blue-dim); }
.nav-links .nav-cta { margin-left: .55rem; padding: .65rem 1rem; color: var(--white); background: linear-gradient(100deg, var(--blue), var(--sky)); box-shadow: 0 7px 16px rgba(30,127,214,.2); }
.nav-links .nav-cta:hover, .nav-links .nav-cta.active { color: var(--white); background: linear-gradient(100deg, #126abe, #39a4e6); }
.nav-hamburger { display: none; width: 42px; height: 42px; padding: 10px; place-content: center; gap: 5px; color: var(--navy); border: 1px solid rgba(11,37,64,.12); border-radius: 12px; }
.nav-hamburger span { display: block; width: 20px; height: 2px; background: currentColor; border-radius: 99px; transition: transform .25s, opacity .2s; }
.nav-hamburger[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.nav-hamburger[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; gap: .55rem; padding: .7rem 1.15rem; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 800; transition: transform .25s, box-shadow .25s, background .25s, color .25s; }
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: var(--white); background: linear-gradient(100deg, var(--blue), var(--sky)); box-shadow: 0 12px 24px rgba(30,127,214,.26); }
.btn-primary:hover { box-shadow: 0 16px 28px rgba(30,127,214,.34); }
.btn-outline { color: var(--navy); border-color: rgba(11,37,64,.18); background: rgba(255,255,255,.7); }
.btn-outline:hover { color: var(--blue); border-color: var(--blue); background: var(--white); }
.btn-light { color: var(--navy); background: var(--white); box-shadow: 0 12px 26px rgba(0,0,0,.12); }
.btn-light:hover { color: var(--blue); }
.btn-sm { min-height: 40px; padding: .5rem .9rem; font-size: .78rem; }

/* Hero */
.hero, .page-hero { position: relative; display: grid; min-height: min(760px, 100svh); overflow: hidden; align-items: center; isolation: isolate; }
.hero-bg, .page-hero-bg { position: absolute; z-index: -2; inset: 0; }
.hero-bg img, .page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::before, .page-hero::before { position: absolute; z-index: -1; inset: 0; content: ''; background: linear-gradient(90deg, rgba(246,251,254,.98) 0%, rgba(246,251,254,.91) 38%, rgba(246,251,254,.26) 73%, rgba(246,251,254,.05)); }
.hero::after { position: absolute; z-index: -1; right: -14rem; bottom: -16rem; width: 48rem; height: 48rem; content: ''; border: 35px solid rgba(79,179,240,.15); border-radius: 50%; }
.hero-content { padding-top: var(--nav-h); }
.hero h1 { max-width: 800px; }
.hero-sub { max-width: 38rem; margin: 1.35rem 0 1.7rem; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-badge { position: absolute; right: 6vw; bottom: 2rem; display: flex; align-items: center; gap: .6rem; max-width: 16rem; padding: .85rem 1rem; color: var(--navy); background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.7); border-radius: 14px; box-shadow: var(--shadow); font-size: .77rem; font-weight: 800; backdrop-filter: blur(12px); }
.hero-badge svg { flex: 0 0 22px; width: 22px; color: var(--green); }
.page-hero { min-height: 510px; }
.page-hero::before { background: linear-gradient(90deg, rgba(7,27,48,.9), rgba(7,27,48,.72) 45%, rgba(7,27,48,.18)); }
.page-hero-content { padding-top: 7rem; padding-bottom: 3rem; color: var(--white); }
.page-hero h1 { max-width: 830px; color: var(--white); }
.page-hero .eyebrow { color: var(--sky); }
.page-hero p { max-width: 42rem; margin-top: 1.25rem; color: #dceaf4; font-size: 1.03rem; }
.page-hero-back { position: absolute; top: calc(var(--nav-h) + 1rem); z-index: 2; left: 0; right: 0; }
.back-link { display: inline-flex; align-items: center; gap: .4rem; color: rgba(255,255,255,.82); font-size: .82rem; font-weight: 700; transition: color .2s; }
.back-link:hover { color: var(--sky); }
.back-link svg { width: 17px; }

/* Flow divider */
.flow-divider { position: absolute; z-index: 2; right: 0; bottom: -1px; left: 0; width: 100%; height: clamp(38px, 6vw, 80px); color: var(--white); pointer-events: none; }
.flow-divider.flip { top: -1px; bottom: auto; transform: rotate(180deg); }
.flow-divider.mist { color: var(--mist); }
.flow-divider.navy { color: var(--navy); }
.flow-divider svg { display: block; width: 100%; height: 100%; fill: currentColor; }

/* Trust row */
.trust-card { display: flex; align-items: flex-start; gap: .85rem; padding: 1.25rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 22px rgba(11,37,64,.04); }
.trust-icon { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; color: var(--blue); background: var(--blue-dim); border-radius: 12px; }
.trust-icon svg { width: 21px; }
.trust-card strong { display: block; margin-bottom: .15rem; font-size: .91rem; }
.trust-card p { color: var(--muted); font-size: .78rem; line-height: 1.45; }

/* Services */
.section-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.65fr); gap: 2rem; align-items: end; margin-bottom: 2.25rem; }
.section-head .section-intro { margin-bottom: .35rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.service-card { position: relative; display: flex; min-height: 270px; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 1.45rem; color: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); isolation: isolate; transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 28px 55px rgba(11,37,64,.2); }
.service-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.service-card:hover img { transform: scale(1.06); }
.service-card::after { position: absolute; z-index: -1; inset: 0; content: ''; background: linear-gradient(180deg, rgba(7,27,48,.05) 18%, rgba(7,27,48,.84)); }
.service-card .service-icon { display: grid; width: 43px; height: 43px; margin-bottom: auto; place-items: center; color: var(--navy); background: var(--white); border-radius: 13px; }
.service-icon svg { width: 23px; }
.service-card h3 { color: var(--white); }
.service-card p { margin-top: .42rem; color: rgba(255,255,255,.85); font-size: .82rem; line-height: 1.5; }
.service-card .text-link { margin-top: .8rem; }
.text-link { display: inline-flex; align-items: center; gap: .35rem; color: var(--blue); font-size: .8rem; font-weight: 800; }
.text-link svg { width: 16px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(3px); }
.service-card .text-link { color: var(--sky); }

/* Highlight offer */
.bin-promo { position: relative; overflow: hidden; padding: clamp(2rem,5vw,4rem); color: var(--white); background: var(--navy); border-radius: 26px; isolation: isolate; }
.bin-promo::before { position: absolute; z-index: -1; top: -13rem; right: -10rem; width: 35rem; height: 35rem; content: ''; border: 42px solid rgba(79,179,240,.17); border-radius: 50%; }
.bin-promo::after { position: absolute; z-index: -1; right: 5%; bottom: -5rem; width: 18rem; height: 10rem; content: ''; border-radius: 50% 50% 0 0; background: linear-gradient(135deg, rgba(92,184,92,.3), rgba(79,179,240,.1)); transform: rotate(-9deg); }
.bin-promo-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; }
.bin-promo h2 { max-width: 28rem; }
.bin-promo p { max-width: 34rem; margin: 1rem 0 1.5rem; color: #cfe2f1; }
.plan-list { display: grid; gap: .75rem; }
.plan-pill { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 1rem; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 13px; }
.plan-pill span { color: #c5e5ff; font-size: .77rem; }
.plan-pill strong { color: var(--sky); font-size: .9rem; }

/* Feature / split content */
.feature-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.feature-media { position: relative; }
.feature-media img { width: 100%; min-height: 390px; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.image-note { position: absolute; right: -1rem; bottom: -1rem; max-width: 14rem; padding: 1rem; color: var(--navy); background: var(--white); border-radius: 13px; box-shadow: var(--shadow); font-size: .77rem; font-weight: 700; }
.image-note strong { display: block; margin-bottom: .2rem; color: var(--green); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.check-list { display: grid; gap: .8rem; margin: 1.5rem 0 1.7rem; }
.check-list li { display: flex; align-items: center; gap: .65rem; list-style: none; color: var(--muted); }
.check-list svg { width: 20px; flex: 0 0 20px; color: var(--green); }

/* CTA */
.cta-band { position: relative; overflow: hidden; padding: clamp(4.25rem,7vw,6.5rem) 0; color: var(--white); background: linear-gradient(120deg, var(--blue), var(--sky)); isolation: isolate; }
.cta-band::before, .cta-band::after { position: absolute; z-index: -1; content: ''; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.cta-band::before { top: -18rem; right: -8rem; width: 38rem; height: 38rem; }
.cta-band::after { bottom: -18rem; left: -9rem; width: 32rem; height: 32rem; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { color: var(--white); max-width: 40rem; }
.cta-band p { margin-top: .7rem; color: rgba(255,255,255,.86); }
.cta-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.cta-band .btn-outline { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.cta-band .btn-outline:hover { color: var(--navy); background: var(--white); }

/* Services page */
.service-detail { display: grid; grid-template-columns: .88fr 1.12fr; overflow: hidden; margin-bottom: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 12px 35px rgba(11,37,64,.05); }
.service-detail:nth-of-type(even) { grid-template-columns: 1.12fr .88fr; }
.service-detail:nth-of-type(even) .service-detail-image { order: 2; }
.service-detail-image { min-height: 320px; }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-body { padding: clamp(1.65rem,4vw,3rem); }
.service-detail-body p { margin: 1rem 0; color: var(--muted); }
.ideal-for { padding: .85rem 1rem; color: var(--ink); background: var(--mist); border-left: 3px solid var(--green); border-radius: 0 10px 10px 0; font-size: .82rem; }
.ideal-for strong { color: var(--green); }
.service-detail-body .text-link { margin-top: 1.2rem; }
.service-number { display: block; margin-bottom: .55rem; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 245px; gap: 1rem; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: 0 12px 26px rgba(11,37,64,.1); cursor: zoom-in; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 44%, rgba(7,27,48,.78)); }
.gallery-caption { position: absolute; z-index: 1; right: 1rem; bottom: .9rem; left: 1rem; color: var(--white); }
.gallery-caption strong { display: block; font-size: .9rem; }
.gallery-caption span { font-size: .7rem; opacity: .82; }
.placeholder-note { margin-top: 1.25rem; color: var(--muted); font-size: .78rem; }
.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; padding: 2rem; place-items: center; background: rgba(4,20,37,.92); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1100px, 100%); max-height: 80svh; border-radius: 12px; box-shadow: 0 24px 70px #000; }
.lightbox-close { position: fixed; top: 1rem; right: 1rem; display: grid; width: 42px; height: 42px; place-items: center; color: var(--navy); background: var(--white); border-radius: 50%; font-size: 1.5rem; line-height: 1; }

/* About and contact */
.about-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem,5vw,5rem); align-items: start; }
.about-story p { margin: 1rem 0; color: var(--muted); font-size: 1.03rem; }
.value-card { padding: 1.25rem; margin-bottom: .8rem; background: var(--mist); border-radius: 14px; }
.value-card h3 { margin-bottom: .35rem; font-size: 1rem; }
.value-card p { color: var(--muted); font-size: .82rem; }
.area-box { margin-top: 2rem; padding: 1.4rem; color: var(--white); background: var(--navy); border-radius: var(--radius); }
.area-box h3 { color: var(--white); margin-bottom: .6rem; }
.area-box p { color: #c8d9e9; font-size: .86rem; }
.area-box .tag-list { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; }
.tag { padding: .28rem .55rem; color: #d9eeff; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .7rem; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 1.5rem; align-items: start; }
.contact-stack { display: grid; gap: .9rem; }
.contact-card { padding: 1.3rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-card .label { margin-bottom: .3rem; color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card a:not(.btn) { display: inline-block; color: var(--blue); font-size: .94rem; font-weight: 800; }
.contact-card p { color: var(--muted); font-size: .83rem; }
.quote-form { padding: clamp(1.4rem, 3vw, 2.2rem); background: var(--mist); border: 1px solid #e0edf6; border-radius: 22px; }
.quote-form h2 { font-size: clamp(1.7rem,3vw,2.55rem); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-top: 1.5rem; }
.form-field { display: grid; gap: .4rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label, .fieldset-legend { color: var(--navy); font-size: .76rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: .72rem .8rem; color: var(--ink); border: 1px solid #cbdde9; border-radius: 10px; outline: 0; background: var(--white); transition: border-color .2s, box-shadow .2s; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-dim); }
fieldset.form-field { grid-column: 1 / -1; border: 0; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .55rem; margin-top: .45rem; }
.check-label { display: flex; align-items: center; gap: .5rem; padding: .62rem .7rem; background: var(--white); border: 1px solid #d5e4ee; border-radius: 9px; color: var(--muted); font-size: .79rem; cursor: pointer; }
.check-label input { width: 15px; height: 15px; accent-color: var(--blue); }
.form-note { margin-top: .9rem; color: var(--muted); font-size: .72rem; }

/* Footer */
.site-footer { position: relative; z-index: 1; padding: 4.25rem 0 1.6rem; color: #c5d7e7; background: var(--navy-deep); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding-bottom: 2.5rem; }
.footer-logo { color: var(--white); margin-bottom: .9rem; }
.footer-logo .brand-copy strong { color: var(--white); }
.footer-logo .brand-mark { box-shadow: none; }
.footer-blurb { max-width: 26rem; color: #9fb5c8; font-size: .84rem; }
.footer-nav { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: .25rem; }
.footer-nav a { padding: .35rem .55rem; color: #bcd0df; border-radius: 7px; font-size: .78rem; font-weight: 700; transition: color .2s, background .2s; }
.footer-nav a:hover { color: var(--sky); background: rgba(255,255,255,.07); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.1); color: #8da7ba; font-size: .73rem; }
.footer-bottom a { color: var(--sky); }

/* Motion */
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .55s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .feature-layout, .about-layout, .contact-grid { grid-template-columns: 1fr; }
  .feature-media { max-width: 680px; }
  .bin-promo-grid, .section-head { grid-template-columns: 1fr; }
  .cta-inner { display: grid; grid-template-columns: 1fr; }
  .service-detail, .service-detail:nth-of-type(even) { grid-template-columns: .8fr 1.2fr; }
  .service-detail:nth-of-type(even) .service-detail-image { order: 0; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  :root { --nav-h: 64px; }
  .shell { width: calc(100% - 2rem); }
  .site-nav { background: rgba(255,255,255,.83); border-color: rgba(11,37,64,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
  .nav-links { display: none; }
  .nav-hamburger { display: grid; flex: 0 0 42px; }
  .nav-links.open { position: fixed; top: var(--nav-h); right: 0; left: 0; display: flex; flex-direction: column; gap: .35rem; padding: .8rem 1rem 1.05rem; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 14px 28px rgba(11,37,64,.1); }
  .nav-links.open > a { display: flex; min-height: 46px; align-items: center; padding: .65rem .85rem; background: var(--mist); font-size: .92rem; }
  .nav-links.open .nav-cta { display: flex; justify-content: center; margin: .2rem 0 0; color: var(--white); background: linear-gradient(100deg,var(--blue),var(--sky)); }
  .hero { min-height: 100svh; }
  .hero::before { background: linear-gradient(90deg, rgba(246,251,254,.95), rgba(246,251,254,.86) 53%, rgba(246,251,254,.42)); }
  .hero-content { padding-top: 5rem; padding-bottom: 7rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.75rem); }
  .hero-sub, .page-hero p { font-size: .93rem; }
  .hero-badge { right: 1rem; bottom: 1.25rem; left: 1rem; max-width: none; }
  .page-hero { min-height: 530px; }
  .page-hero::before { background: linear-gradient(90deg, rgba(7,27,48,.87), rgba(7,27,48,.55)); }
  .page-hero-content { padding-top: 7.5rem; }
  .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .page-hero-back { top: calc(var(--nav-h) + .75rem); }
  .grid-3, .service-grid, .service-detail, .service-detail:nth-of-type(even), .form-grid, .checkbox-grid { grid-template-columns: 1fr; }
  .section-head { gap: .7rem; margin-bottom: 1.7rem; }
  .service-card { min-height: 255px; }
  .bin-promo { margin-inline: -.1rem; border-radius: 20px; }
  .feature-media img { min-height: 310px; }
  .image-note { right: .75rem; bottom: .75rem; }
  .service-detail:nth-of-type(even) .service-detail-image { order: 0; }
  .service-detail-image { min-height: 220px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-item.wide, .gallery-item.tall { grid-row: auto; grid-column: auto; }
  .form-field.full { grid-column: auto; }
  fieldset.form-field { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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