/* Golden Valley HVAC Systems — production styles */
:root {
  --evergreen-950: #082f2b;
  --evergreen-900: #0b3b36;
  --evergreen-800: #115249;
  --evergreen-700: #17665b;
  --gold-500: #f5b82e;
  --gold-400: #ffc84a;
  --gold-200: #ffe3a0;
  --teal-500: #11a9bd;
  --teal-100: #d9f4f5;
  --cream-50: #fffdf7;
  --cream-100: #fff8e9;
  --cream-200: #f8eed9;
  --ink: #14221f;
  --muted: #596864;
  --white: #ffffff;
  --line: rgba(11, 59, 54, 0.13);
  --shadow-sm: 0 10px 30px rgba(8, 47, 43, 0.08);
  --shadow-md: 0 24px 70px rgba(8, 47, 43, 0.14);
  --shadow-gold: 0 14px 32px rgba(245, 184, 46, 0.23);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --font-display: "Sora", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--cream-50); font-family: var(--font-body); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
::selection { color: var(--evergreen-950); background: var(--gold-200); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; color: white; background: var(--evergreen-900); border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.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; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }

h1, h2, h3 { margin: 0; color: var(--evergreen-950); font-family: var(--font-display); line-height: 1.1; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.75rem, 5.8vw, 5.65rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.9rem); }
h3 { font-size: 1.22rem; }
p { margin: 0; }
.lead { color: var(--ink); font-size: 1.15rem; line-height: 1.75; }

.eyebrow { display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1.25rem; color: var(--evergreen-700); font-size: .74rem; font-weight: 800; letter-spacing: .17em; line-height: 1; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--gold-500); border-radius: 4px; }
.eyebrow.light { color: #dff9f3; }
.mini-label { display: block; margin-bottom: .5rem; color: var(--evergreen-700); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .82rem 1.2rem; border: 0; border-radius: var(--radius-sm); font-size: .9rem; font-weight: 800; line-height: 1.2; transition: transform 160ms var(--ease-out), color 200ms var(--ease-out), background 200ms var(--ease-out), box-shadow 200ms var(--ease-out), border-color 200ms var(--ease-out); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(17, 169, 189, .34); outline-offset: 3px; }
.button svg { width: 1.1rem; height: 1.1rem; transition: transform 180ms var(--ease-out); }
.button:hover svg:last-child { transform: translateX(2px); }
.button-gold { color: var(--evergreen-950); background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); box-shadow: var(--shadow-gold); }
.button-gold:hover { background: linear-gradient(135deg, #ffd362, #f7b51b); box-shadow: 0 18px 38px rgba(245, 184, 46, .3); }
.button-dark { color: white; background: var(--evergreen-900); box-shadow: 0 12px 28px rgba(8, 47, 43, .16); }
.button-dark:hover { background: var(--evergreen-800); }
.button-ghost { color: white; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.42); backdrop-filter: blur(12px); }
.button-ghost:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.65); }
.button-lg { min-height: 54px; padding: .98rem 1.4rem; font-size: .96rem; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; font-weight: 800; transition: gap 180ms var(--ease-out), color 180ms var(--ease-out); }
.text-link:hover { gap: .8rem; }
.text-link.dark { color: var(--evergreen-800); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; min-height: 82px; color: white; background: rgba(8, 47, 43, .16); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(10px); transition: min-height 220ms var(--ease-out), background 220ms var(--ease-out), box-shadow 220ms var(--ease-out); }
.site-header.is-scrolled, .site-header.menu-active { min-height: 74px; background: rgba(255, 253, 247, .96); color: var(--evergreen-950); border-bottom-color: var(--line); box-shadow: 0 10px 40px rgba(8, 47, 43, .09); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 1.5rem; transition: height 220ms var(--ease-out); }
.site-header.is-scrolled .header-inner, .site-header.menu-active .header-inner { height: 74px; }
.brand { width: 245px; flex: 0 0 auto; padding: .4rem .7rem; background: rgba(255,255,255,.96); border-radius: 10px; box-shadow: 0 6px 18px rgba(0,0,0,.06); }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 1.3rem; margin-left: auto; }
.desktop-nav a { position: relative; padding: .7rem 0; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.desktop-nav a::after { position: absolute; left: 0; right: 100%; bottom: .45rem; height: 2px; content: ""; background: var(--gold-500); transition: right 180ms var(--ease-out); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-cta { margin-left: .5rem; white-space: nowrap; }
.header-cta strong { font-weight: 800; }
.menu-toggle { width: 46px; height: 46px; display: none; align-items: center; justify-content: center; flex-direction: column; gap: 5px; margin-left: auto; padding: 0; color: currentColor; background: transparent; border: 1px solid currentColor; border-radius: 10px; }
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; border-radius: 2px; transition: transform 180ms var(--ease-out), opacity 180ms var(--ease-out); }
.menu-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; }

/* Hero */
.hero { position: relative; min-height: 850px; display: flex; align-items: stretch; overflow: hidden; color: white; background: var(--evergreen-950); }
.hero-bg { position: absolute; inset: 0; background-image: url("/manus-storage/hero-rooftop_385d20ea.jpg"); background-position: center center; background-size: cover; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,39,35,.98) 0%, rgba(5,39,35,.94) 37%, rgba(5,39,35,.58) 63%, rgba(5,39,35,.2) 86%), linear-gradient(0deg, rgba(5,39,35,.5), transparent 42%); }
.hero::after { position: absolute; inset: auto -5% -1px; height: 110px; content: ""; background: var(--cream-50); clip-path: polygon(0 80%, 55% 14%, 100% 62%, 100% 100%, 0 100%); }
.hero-inner { position: relative; z-index: 2; min-height: 850px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; padding-top: 118px; padding-bottom: 110px; }
.hero-copy { max-width: 790px; }
.hero h1 { max-width: 760px; color: white; text-wrap: balance; }
.hero h1 em { color: var(--gold-400); font-style: normal; }
.hero-lede { max-width: 690px; margin-top: 1.6rem; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.hero-link { margin-top: 1.4rem; color: rgba(255,255,255,.9); font-size: .92rem; }
.hero-link span { color: var(--gold-400); }
.hero-note { align-self: end; justify-self: end; width: min(100%, 335px); display: flex; align-items: center; gap: .9rem; margin-bottom: 22px; padding: 1.1rem 1.2rem; color: var(--evergreen-950); background: rgba(255, 253, 247, .91); border: 1px solid rgba(255,255,255,.55); border-radius: 16px; box-shadow: var(--shadow-md); backdrop-filter: blur(16px); font-size: .82rem; line-height: 1.45; }
.hero-note-icon { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; color: var(--evergreen-900); background: var(--gold-400); border-radius: 50%; }
.airflow-lines { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.airflow-lines span { position: absolute; left: -3%; width: 48%; height: 20%; border-top: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: rotate(-10deg); }
.airflow-lines span:nth-child(1) { bottom: 14%; }
.airflow-lines span:nth-child(2) { bottom: 10%; left: 2%; }
.airflow-lines span:nth-child(3) { bottom: 6%; left: 7%; }

/* Benefits */
.benefits { position: relative; z-index: 5; margin-top: -16px; padding: 0 0 44px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-md); }
.benefit { display: flex; align-items: center; gap: .85rem; padding: 1.25rem 1.3rem; }
.benefit + .benefit { border-left: 1px solid var(--line); }
.benefit svg { width: 1.55rem; height: 1.55rem; flex: 0 0 auto; color: var(--teal-500); }
.benefit span { display: flex; flex-direction: column; line-height: 1.35; }
.benefit strong { color: var(--evergreen-950); font-size: .9rem; }
.benefit small { margin-top: .18rem; color: var(--muted); font-size: .73rem; }

/* About */
.about { padding-top: 90px; overflow: hidden; }
.about::before { position: absolute; width: 540px; height: 540px; right: -250px; top: 80px; content: ""; background: radial-gradient(circle, rgba(245,184,46,.16), transparent 67%); }
.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.about-media { position: relative; min-height: 560px; }
.about-media::before { position: absolute; width: 76%; height: 84%; top: -22px; left: -22px; content: ""; background: var(--gold-500); border-radius: 180px 28px 28px 28px; }
.about-media img { position: relative; z-index: 1; width: 100%; height: 560px; object-fit: cover; object-position: center 42%; border-radius: 160px 24px 24px 24px; box-shadow: var(--shadow-md); }
.media-caption { position: absolute; z-index: 2; right: -28px; bottom: 34px; display: flex; align-items: center; gap: .7rem; padding: 1rem 1.15rem; color: white; background: var(--evergreen-900); border-radius: 14px; box-shadow: var(--shadow-md); font-size: .85rem; font-weight: 700; }
.media-caption svg { color: var(--gold-400); }
.about-copy h2 { max-width: 570px; }
.about-copy > p { margin-top: 1.35rem; color: var(--muted); }
.about-points { display: grid; gap: 1rem; margin: 2rem 0; }
.about-points > div { display: flex; gap: .85rem; }
.about-points svg { width: 1.4rem; height: 1.4rem; flex: 0 0 auto; margin-top: .15rem; padding: .24rem; color: var(--evergreen-950); background: var(--gold-400); border-radius: 50%; stroke-width: 2.8; }
.about-points span { display: flex; flex-direction: column; }
.about-points strong { color: var(--evergreen-950); font-size: .98rem; }
.about-points small { color: var(--muted); font-size: .84rem; }

/* Why */
.why-section { background: var(--cream-100); }
.why-section::before { position: absolute; inset: 0; content: ""; opacity: .3; background-image: radial-gradient(rgba(11,59,54,.12) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(90deg, black, transparent 30%, transparent 70%, black); }
.section-heading { position: relative; z-index: 1; }
.section-heading.centered { max-width: 780px; margin: 0 auto 3.5rem; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered p { max-width: 660px; margin: 1.2rem auto 0; color: var(--muted); }
.why-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.why-card { position: relative; min-height: 310px; padding: 1.8rem; overflow: hidden; background: rgba(255,255,255,.78); border: 1px solid rgba(11,59,54,.09); border-radius: var(--radius-md); box-shadow: 0 12px 30px rgba(8,47,43,.05); transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), background 220ms var(--ease-out); }
.why-card:hover { transform: translateY(-6px); background: white; box-shadow: var(--shadow-sm); }
.why-card > svg { width: 2rem; height: 2rem; margin: 1.1rem 0 2.3rem; color: var(--teal-500); }
.why-card h3 { margin-bottom: .75rem; }
.why-card p { color: var(--muted); font-size: .9rem; line-height: 1.65; }
.card-number { color: rgba(11,59,54,.28); font-family: var(--font-display); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.why-card::after { position: absolute; width: 86px; height: 86px; right: -34px; bottom: -34px; content: ""; border: 12px solid rgba(245,184,46,.18); border-radius: 50%; }

/* Services */
.services { color: white; background: var(--evergreen-950); overflow: hidden; }
.services::before { position: absolute; width: 720px; height: 720px; top: -420px; right: -180px; content: ""; background: radial-gradient(circle, rgba(17,169,189,.22), transparent 70%); }
.section-heading.split { display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; align-items: end; margin-bottom: 3.6rem; }
.section-heading.split h2 { max-width: 760px; color: white; }
.section-heading.split > p { padding-bottom: .35rem; color: rgba(255,255,255,.67); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.service-card { position: relative; min-height: 500px; display: flex; flex-direction: column; padding: 0 1.8rem 1.8rem; overflow: hidden; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); transition: transform 220ms var(--ease-out), background 220ms var(--ease-out), border-color 220ms var(--ease-out); }
.service-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); }
.service-photo { width: calc(100% + 3.6rem); height: 190px; margin: 0 -1.8rem 0; object-fit: cover; object-position: center; filter: saturate(.86) contrast(1.03); transition: transform 320ms var(--ease-out), filter 220ms var(--ease-out); }
.service-card:hover .service-photo { transform: scale(1.025); filter: saturate(1) contrast(1.03); }
.service-icon { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; margin: -26px 0 1.35rem; border: 4px solid var(--evergreen-950); border-radius: 15px; box-sizing: content-box; }
.service-icon svg { width: 1.65rem; height: 1.65rem; }
.service-icon.warm { color: #9a5b00; background: #ffe3a0; }
.service-icon.cool { color: #006477; background: #c9f2f5; }
.service-icon.green { color: #0b574c; background: #d8f1dc; }
.service-card h3 { color: white; font-size: 1.27rem; }
.service-card p { margin-top: .85rem; color: rgba(255,255,255,.66); font-size: .9rem; }
.service-card a { display: inline-flex; align-items: center; gap: .5rem; margin-top: auto; padding-top: 1.6rem; color: var(--gold-400); font-size: .83rem; font-weight: 800; }
.service-card a svg { width: 1rem; height: 1rem; transition: transform 180ms var(--ease-out); }
.service-card a:hover svg { transform: translateX(4px); }
.service-details { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 6vw, 6.5rem); margin-top: 6rem; padding: 3.2rem; color: var(--ink); background: var(--cream-100); border-radius: var(--radius-lg); box-shadow: 0 34px 90px rgba(0,0,0,.18); }
.detail-intro h2 { font-size: clamp(1.9rem, 3vw, 2.9rem); }
.detail-intro p { margin: 1rem 0 1.6rem; color: var(--muted); }
.detail-visuals { display: grid; grid-template-columns: 1.18fr .82fr; gap: .7rem; height: 210px; margin: 1.55rem 0; }
.detail-visuals img { width: 100%; height: 100%; object-fit: cover; border-radius: 15px; box-shadow: var(--shadow-sm); }
.detail-visuals img:first-child { object-position: center 48%; }
.detail-visuals img:last-child { object-position: center 32%; }
.detail-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 0; color: var(--evergreen-950); font-family: var(--font-display); font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary svg { width: 1.2rem; height: 1.2rem; flex: 0 0 auto; color: var(--teal-500); transition: transform 180ms var(--ease-out); }
details[open] summary svg { transform: rotate(45deg); }
details p { padding: 0 2rem 1.4rem 0; color: var(--muted); font-size: .9rem; }

/* Repair CTA */
.repair-cta { padding: 0 0 98px; background: var(--evergreen-950); }
.repair-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 1.6rem; align-items: center; padding: 2.3rem 2.5rem; background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); border-radius: var(--radius-md); box-shadow: var(--shadow-gold); }
.repair-icon { width: 70px; height: 70px; display: grid; place-items: center; color: white; background: var(--evergreen-900); border-radius: 18px; }
.repair-icon svg { width: 2rem; height: 2rem; }
.repair-inner h2 { font-size: clamp(1.8rem, 3vw, 2.65rem); }
.repair-inner p { margin-top: .45rem; color: #4e4c32; }
.repair-inner .mini-label { color: var(--evergreen-800); }
.repair-actions { display: flex; flex-direction: column; align-items: center; gap: .65rem; }
.repair-actions .button-gold { color: white; background: var(--evergreen-900); box-shadow: none; }
.repair-actions .button-gold:hover { background: var(--evergreen-800); }
.repair-actions > a:last-child { color: var(--evergreen-950); font-size: .78rem; font-weight: 800; }

/* Area */
.area-section { background: var(--cream-50); }
.area-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.area-copy h2 { margin-bottom: 1.4rem; }
.area-copy > p { color: var(--muted); }
.area-copy > p + p { margin-top: .8rem; }
.city-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.7rem 0 2rem; }
.city-list span { padding: .43rem .75rem; color: var(--evergreen-800); background: #edf6f1; border: 1px solid #d2e5dc; border-radius: 999px; font-size: .77rem; font-weight: 800; }
.map-card { position: relative; min-height: 560px; padding: 14px; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.map-card iframe { width: 100%; height: 530px; display: block; border: 0; border-radius: 20px; filter: saturate(.8) contrast(.95); }
.map-address { position: absolute; left: 32px; right: 32px; bottom: 30px; display: flex; align-items: center; gap: .8rem; padding: 1rem 1.1rem; color: white; background: rgba(8,47,43,.94); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.map-address > svg { flex: 0 0 auto; color: var(--gold-400); }
.map-address span { display: flex; flex-direction: column; }
.map-address small { color: rgba(255,255,255,.7); font-size: .75rem; }

/* Process */
.process-section { background: var(--cream-100); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem; }
.process-grid::before { position: absolute; left: 15%; right: 15%; top: 37px; height: 1px; content: ""; background: repeating-linear-gradient(90deg, var(--gold-500) 0 8px, transparent 8px 17px); }
.process-step { position: relative; text-align: center; }
.step-marker { position: relative; z-index: 1; width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 1.5rem; color: var(--evergreen-900); background: white; border: 1px solid var(--line); border-radius: 50%; box-shadow: var(--shadow-sm); }
.step-marker span { position: absolute; right: -3px; top: -3px; width: 24px; height: 24px; display: grid; place-items: center; color: var(--evergreen-950); background: var(--gold-400); border: 3px solid var(--cream-100); border-radius: 50%; font-size: .68rem; font-weight: 800; }
.step-marker svg { width: 1.6rem; height: 1.6rem; }
.process-step p { max-width: 310px; margin: .65rem auto 0; color: var(--muted); font-size: .9rem; }

/* FAQ */
.faq-section { color: white; background: var(--evergreen-900); overflow: hidden; }
.faq-section::before { position: absolute; width: 600px; height: 600px; left: -280px; bottom: -380px; content: ""; border: 90px solid rgba(245,184,46,.08); border-radius: 50%; }
.faq-grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro h2 { color: white; }
.faq-intro p { margin: 1.2rem 0 1.8rem; color: rgba(255,255,255,.67); }
.faq-list details { border-color: rgba(255,255,255,.14); }
.faq-list summary { color: white; font-size: 1.02rem; }
.faq-list details p { color: rgba(255,255,255,.67); }
.faq-list summary svg { color: var(--gold-400); }

/* Contact */
.contact-section { overflow: hidden; background: linear-gradient(135deg, var(--cream-50), #f4f8f4); }
.contact-section::after { position: absolute; width: 480px; height: 480px; right: -260px; top: 20%; content: ""; background: radial-gradient(circle, rgba(17,169,189,.18), transparent 67%); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 7.5rem); align-items: center; }
.contact-copy h2 { max-width: 520px; }
.contact-copy > p { margin-top: 1.2rem; color: var(--muted); }
.contact-phone { display: inline-flex; align-items: center; gap: 1rem; margin-top: 2rem; padding: 1rem 1.15rem; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); }
.contact-phone > span:first-child { width: 46px; height: 46px; display: grid; place-items: center; color: var(--evergreen-950); background: var(--gold-400); border-radius: 12px; }
.contact-phone > span:last-child { display: flex; flex-direction: column; line-height: 1.35; }
.contact-phone small { color: var(--muted); font-size: .72rem; }
.contact-phone strong { color: var(--evergreen-900); font-family: var(--font-display); font-size: 1.2rem; }
.contact-location { display: flex; gap: .75rem; margin-top: 1.6rem; color: var(--muted); font-size: .9rem; }
.contact-location svg { color: var(--teal-500); }
.lead-form { padding: clamp(1.5rem, 4vw, 2.8rem); background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.form-heading { margin-bottom: 1.7rem; }
.form-heading h3 { font-size: 1.7rem; }
.form-heading p { margin-top: .35rem; color: var(--muted); font-size: .85rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.lead-form label { display: grid; gap: .45rem; margin-bottom: 1rem; color: var(--evergreen-950); font-size: .79rem; font-weight: 800; }
.lead-form label > span { color: #b06400; }
.lead-form label small { float: right; color: var(--muted); font-weight: 500; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { width: 100%; color: var(--ink); background: #fdfcf7; border: 1px solid #dfe5df; border-radius: 10px; outline: none; transition: border-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out); }
.lead-form input:not([type="checkbox"]), .lead-form select { height: 50px; padding: 0 .85rem; }
.lead-form textarea { padding: .75rem .85rem; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--teal-500); box-shadow: 0 0 0 4px rgba(17,169,189,.11); }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #8a9692; }
.lead-form .consent { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: .65rem; margin: .3rem 0 1.2rem; color: var(--muted); font-weight: 500; }
.lead-form .consent input { width: 18px; height: 18px; margin: .15rem 0 0; accent-color: var(--evergreen-800); }
.lead-form .consent span { color: inherit; }
.form-submit { width: 100%; border: 0; }
.form-note { margin-top: .8rem; color: var(--muted); font-size: .7rem; text-align: center; }
.form-status { margin-top: 1rem; padding: 1rem; color: var(--evergreen-900); background: #edf8f0; border: 1px solid #cce4d2; border-radius: 10px; font-size: .84rem; }
.form-status.error { color: #8a2c22; background: #fff0ed; border-color: #f0c9c2; }

/* Final CTA and footer */
.final-cta { padding: 80px 0; color: white; background: linear-gradient(105deg, var(--evergreen-800), var(--evergreen-950)); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.final-cta h2 { max-width: 730px; color: white; }
.site-footer { padding: 74px 0 28px; color: rgba(255,255,255,.68); background: #061f1d; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 3rem; padding-bottom: 3.5rem; }
.footer-brand img { width: 270px; padding: .55rem .75rem; background: white; border-radius: 10px; }
.footer-brand p { max-width: 430px; margin-top: 1.25rem; font-size: .85rem; }
.site-footer h2 { margin-bottom: 1rem; color: white; font-family: var(--font-body); font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer .footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer .footer-grid > div:not(:first-child) a { margin-bottom: .55rem; font-size: .82rem; transition: color 160ms var(--ease-out); }
.site-footer .footer-grid > div:not(:first-child) a:hover { color: var(--gold-400); }
.site-footer address { margin-top: .2rem; font-size: .8rem; font-style: normal; line-height: 1.75; }
.site-footer .footer-phone { color: var(--gold-400); font-family: var(--font-display); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.09); font-size: .72rem; }
.footer-bottom a { color: white; }
.mobile-call { display: none; }

/* Motion */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 650ms var(--ease-out), transform 650ms var(--ease-out); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .why-grid .reveal:nth-child(2), .js .service-grid .reveal:nth-child(2), .js .process-grid .reveal:nth-child(2) { transition-delay: 60ms; }
.js .why-grid .reveal:nth-child(3), .js .service-grid .reveal:nth-child(3), .js .process-grid .reveal:nth-child(3) { transition-delay: 120ms; }
.js .why-grid .reveal:nth-child(4), .js .service-grid .reveal:nth-child(4) { transition-delay: 180ms; }

@media (max-width: 1120px) {
  .desktop-nav { gap: .8rem; }
  .desktop-nav a { font-size: .77rem; }
  .header-cta span { font-size: 0; }
  .header-cta span strong { font-size: .82rem; }
  .brand { width: 220px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-card { min-height: 270px; }
}

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; }
  .mobile-nav { position: fixed; inset: 74px 0 auto; display: grid; gap: .2rem; max-height: 0; padding: 0 20px; overflow: hidden; color: var(--evergreen-950); background: rgba(255,253,247,.98); box-shadow: 0 20px 40px rgba(8,47,43,.1); opacity: 0; transition: max-height 240ms var(--ease-out), padding 240ms var(--ease-out), opacity 180ms var(--ease-out); }
  .mobile-nav.is-open { max-height: 520px; padding-top: 1rem; padding-bottom: 1.3rem; opacity: 1; }
  .mobile-nav > a:not(.button) { padding: .65rem .4rem; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-nav .button { margin-top: .5rem; }
  .hero { min-height: 820px; }
  .hero-bg { background-position: 62% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(5,39,35,.97) 0%, rgba(5,39,35,.88) 58%, rgba(5,39,35,.45) 100%), linear-gradient(0deg, rgba(5,39,35,.55), transparent 45%); }
  .hero-inner { min-height: 820px; grid-template-columns: 1fr; padding-bottom: 125px; }
  .hero-copy { max-width: 690px; }
  .hero-note { display: none; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .benefit:nth-child(4) { border-top: 1px solid var(--line); }
  .about-grid, .area-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-copy { max-width: 680px; }
  .about-media { max-width: 680px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 1.2rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-details { grid-template-columns: 1fr; }
  .repair-inner { grid-template-columns: auto 1fr; }
  .repair-actions { grid-column: 2; align-items: flex-start; }
  .area-copy { max-width: 680px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-intro { position: static; max-width: 640px; }
  .contact-grid { align-items: start; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 74px; }
  body { padding-bottom: 68px; }
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding: 76px 0; }
  h1 { font-size: clamp(2.5rem, 12vw, 3.75rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .site-header { min-height: 70px; background: rgba(255,253,247,.95); color: var(--evergreen-950); border-bottom-color: var(--line); }
  .header-inner, .site-header.is-scrolled .header-inner, .site-header.menu-active .header-inner { height: 70px; }
  .brand { width: 205px; padding: .35rem .55rem; box-shadow: none; }
  .mobile-nav { top: 70px; }
  .hero { min-height: 860px; }
  .hero-bg { background-position: 70% center; }
  .hero-wash { background: linear-gradient(180deg, rgba(5,39,35,.93) 0%, rgba(5,39,35,.88) 52%, rgba(5,39,35,.6) 100%); }
  .hero-inner { min-height: 860px; padding-top: 118px; padding-bottom: 130px; align-items: start; }
  .hero h1 { max-width: 540px; }
  .hero-lede { font-size: 1rem; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .benefits { margin-top: -6px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit + .benefit { border-left: 0; border-top: 1px solid var(--line); }
  .about { padding-top: 58px; }
  .about-grid { gap: 3rem; }
  .about-media { min-height: 400px; margin-left: 8px; }
  .about-media::before { left: -8px; top: -12px; }
  .about-media img { height: 400px; border-radius: 100px 20px 20px 20px; }
  .media-caption { right: -5px; bottom: 18px; max-width: 250px; }
  .why-grid, .service-grid, .process-grid { grid-template-columns: 1fr; }
  .why-card { min-height: 250px; }
  .service-card { min-height: 315px; }
  .service-details { margin-top: 3.5rem; padding: 1.5rem; }
  .repair-cta { padding-bottom: 72px; }
  .repair-inner { grid-template-columns: 1fr; padding: 1.6rem; }
  .repair-icon { width: 58px; height: 58px; }
  .repair-actions { grid-column: 1; width: 100%; align-items: stretch; }
  .repair-actions > a:last-child { text-align: center; }
  .map-card { min-height: 470px; padding: 8px; }
  .map-card iframe { height: 450px; border-radius: 16px; }
  .map-address { left: 18px; right: 18px; bottom: 18px; }
  .process-grid { gap: 2.2rem; }
  .process-grid::before { display: none; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .final-cta { padding: 64px 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; gap: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.2rem 1.4rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .6rem; }
  .mobile-call { position: fixed; z-index: 90; inset: auto 0 0; height: 68px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; padding: 0 18px; color: var(--evergreen-950); background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); box-shadow: 0 -10px 30px rgba(8,47,43,.16); }
  .mobile-call svg { width: 1.35rem; height: 1.35rem; }
  .mobile-call span { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-call strong { font-family: var(--font-display); font-size: .92rem; }
}

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