:root {
  --ink: #0b1118;
  --ink-soft: #111b25;
  --paper: #f5f5f1;
  --white: #fff;
  --muted: #66717c;
  --line: #d9ddd9;
  --amber: #f7b32b;
  --amber-bright: #ffc44d;
  --blue: #b9e7f4;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.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; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 84px; color: #fff; transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled { height: 72px; background: rgba(11,17,24,.95); backdrop-filter: blur(16px); box-shadow: 0 1px rgba(255,255,255,.08); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: var(--ink); background: var(--amber); }
.brand-mark svg { width: 27px; height: 27px; stroke-width: 2.5; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font: 800 16px/1 "Manrope", sans-serif; }
.brand small { margin-top: 5px; font: 700 8px/1 "Manrope", sans-serif; letter-spacing: .23em; opacity: .7; }
.primary-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.primary-nav a { text-decoration: none; transition: color .2s; }
.primary-nav > a:not(.nav-call):hover { color: var(--amber); }
.nav-call { display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }
.pulse-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #56dc85; box-shadow: 0 0 0 5px rgba(86,220,133,.12); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: #fff; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 820px; height: 100svh; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--ink) url("assets/hero-auto-glass.webp") center center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,10,15,.98) 0%, rgba(6,10,15,.84) 28%, rgba(6,10,15,.30) 59%, rgba(6,10,15,.10) 100%), linear-gradient(0deg, rgba(6,10,15,.55), transparent 40%); }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 35%, rgba(185,231,244,.1), transparent 25%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; padding-top: 72px; }
.eyebrow, .kicker { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.8); }
.eyebrow > span { width: 28px; height: 2px; background: var(--amber); }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 760px; margin: 0; font-size: clamp(58px, 7.3vw, 104px); line-height: .95; letter-spacing: -.065em; }
h1 em, .glass-panel em { color: var(--amber); font-style: normal; }
.hero-copy { max-width: 560px; margin: 29px 0 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 13px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border-radius: 4px; text-decoration: none; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-primary { color: var(--ink); background: var(--amber); }
.button-primary:hover { background: var(--amber-bright); }
.button-ghost { border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.04); backdrop-filter: blur(6px); }
.rating-badge { display: inline-flex; align-items: center; gap: 14px; margin-top: 46px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); }
.rating-number { font: 800 31px/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.rating-badge > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.stars { color: var(--amber); font-size: 11px; letter-spacing: .12em; }
.rating-badge small { color: rgba(255,255,255,.58); font-size: 11px; }
.scroll-cue { position: absolute; z-index: 2; right: 32px; bottom: 35px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.55); text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .16em; transform: rotate(90deg); transform-origin: right center; }
.scroll-cue span { width: 38px; height: 1px; background: rgba(255,255,255,.4); }

.trust-bar { background: var(--amber); }
.trust-grid { min-height: 118px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid rgba(11,17,24,.15); }
.trust-grid > div:first-child { border-left: 1px solid rgba(11,17,24,.15); }
.trust-grid strong { font: 800 24px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.trust-grid span { max-width: 70px; color: rgba(11,17,24,.62); font-size: 11px; font-weight: 700; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 50px; margin-bottom: 55px; }
.kicker { color: #a56a00; }
h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.03; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 400px; padding: 40px 35px 34px; border-right: 1px solid var(--line); background: rgba(255,255,255,.36); transition: background .25s, transform .25s, box-shadow .25s; }
.service-card:last-child { border: 0; }
.service-card:hover { z-index: 1; transform: translateY(-5px); background: #fff; box-shadow: 0 18px 50px rgba(16,28,38,.09); }
.service-card.featured { color: #fff; background: var(--ink-soft); }
.service-card.featured p { color: rgba(255,255,255,.6); }
.service-card.featured a { color: var(--amber); }
.service-icon { display: grid; place-items: center; width: 62px; height: 62px; color: var(--ink); background: var(--amber); }
.service-icon svg { width: 36px; height: 36px; }
.service-number { position: absolute; top: 32px; right: 30px; color: #aab1b6; font: 700 11px "Manrope", sans-serif; letter-spacing: .15em; }
.service-card h3 { margin: 42px 0 13px; font-size: 24px; letter-spacing: -.035em; }
.service-card p { min-height: 82px; margin: 0; color: var(--muted); line-height: 1.65; }
.service-card a { display: flex; justify-content: space-between; margin-top: 31px; text-decoration: none; font-size: 13px; font-weight: 700; }

.why-us { color: #fff; background: var(--ink); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.why-visual { position: relative; min-height: 610px; background: linear-gradient(135deg, rgba(185,231,244,.35), rgba(185,231,244,.05)), url("assets/hero-auto-glass.webp") 70% center/auto 100% no-repeat; overflow: hidden; }
.why-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,17,24,.85), transparent 62%); }
.glass-panel { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 28px; padding: 27px 30px; border: 1px solid rgba(255,255,255,.25); background: rgba(9,16,23,.66); backdrop-filter: blur(12px); }
.mini-label { display: block; margin-bottom: 13px; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.glass-panel strong { font: 800 38px/1.03 "Manrope", sans-serif; letter-spacing: -.05em; }
.why-copy .kicker { color: var(--amber); }
.why-copy h2 { margin-bottom: 25px; }
.why-copy .lead { max-width: 520px; margin: 0 0 44px; color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.7; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.13); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li > span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(247,179,43,.5); border-radius: 50%; color: var(--amber); font-size: 12px; font-weight: 700; }
.steps strong { font-family: "Manrope", sans-serif; font-size: 16px; }
.steps p { margin: 7px 0 0; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.55; }

.location { background: #e9ebe7; }
.location-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 560px; background: #fff; box-shadow: 0 20px 70px rgba(17,27,37,.08); }
.location-info { padding: 70px 65px; }
.location-info h2 { margin-bottom: 30px; }
.location-info address { color: var(--muted); font-style: normal; line-height: 1.65; }
.hours { display: grid; grid-template-columns: 14px 1fr; margin: 28px 0 35px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hours .pulse-dot { margin-top: 5px; }
.hours strong { font-size: 14px; }
.hours small { grid-column: 2; margin-top: 5px; color: var(--muted); }
.button-dark { color: #fff; background: var(--ink); }
.map-art { position: relative; overflow: hidden; background: #cdd7d5; }
.map-art::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 47px 47px; }
.road { position: absolute; display: block; background: #f7f5ea; box-shadow: 0 0 0 1px rgba(100,111,112,.12); }
.road-one { width: 74px; height: 130%; left: 48%; top: -15%; transform: rotate(7deg); }
.road-two { width: 130%; height: 58px; left: -15%; top: 56%; transform: rotate(-5deg); }
.road-three { width: 38px; height: 120%; left: 17%; top: -10%; transform: rotate(7deg); }
.road-four { width: 120%; height: 30px; left: -10%; top: 20%; transform: rotate(-5deg); }
.map-label { position: absolute; z-index: 1; color: #74817f; font: 700 9px "Manrope", sans-serif; letter-spacing: .15em; }
.label-hope { left: 53%; top: 24%; transform: rotate(97deg); }
.label-pico { left: 59%; top: 59%; transform: rotate(-5deg); }
.map-pin { position: absolute; z-index: 2; left: 51%; top: 47%; width: 80px; height: 80px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; background: var(--ink); transform: rotate(-45deg); box-shadow: 0 18px 28px rgba(11,17,24,.28); }
.map-pin .brand-mark { transform: rotate(45deg); }

.cta { padding: 115px 0; text-align: center; color: #fff; background: #162331; }
.cta-inner { display: flex; flex-direction: column; align-items: center; }
.cta .eyebrow { margin-bottom: 30px; }
.cta h2 { font-size: clamp(46px, 6vw, 76px); }
.cta p:not(.eyebrow) { color: rgba(255,255,255,.56); font-size: 17px; }
.cta-phone { display: inline-flex; align-items: center; gap: 20px; margin-top: 22px; padding-bottom: 8px; border-bottom: 2px solid var(--amber); color: var(--amber); font: 800 clamp(26px, 4vw, 42px) "Manrope", sans-serif; text-decoration: none; letter-spacing: -.04em; }
.cta-phone span { font-size: .7em; transition: transform .2s; }
.cta-phone:hover span { transform: translateX(7px); }

.site-footer { padding: 70px 0 28px; color: #fff; background: #080d12; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .7fr .9fr; gap: 50px; align-items: start; }
.footer-grid > p { margin: 5px 0 0; color: rgba(255,255,255,.45); font-size: 13px; line-height: 1.6; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer-links a, .footer-contact a { text-decoration: none; }
.footer-contact a { color: var(--amber); font-weight: 700; }
.footer-contact span { color: rgba(255,255,255,.45); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.35); font-size: 11px; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .menu-button { display: block; cursor: pointer; }
  .primary-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; justify-content: center; gap: 30px; padding: 35px; font-size: 24px; background: rgba(11,17,24,.98); transform: translateX(100%); transition: transform .3s; }
  .primary-nav.open { transform: none; }
  .nav-call { font-size: 17px; }
  .hero { min-height: 720px; background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6,10,15,.96), rgba(6,10,15,.6) 70%, rgba(6,10,15,.3)); }
  .section { padding: 90px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .why-grid { grid-template-columns: 1fr; gap: 60px; }
  .why-visual { min-height: 520px; }
  .location-card { grid-template-columns: 1fr; }
  .map-art { min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand-mark { width: 39px; height: 39px; }
  .hero { min-height: 720px; height: 100svh; align-items: flex-end; padding-bottom: 68px; background-position: 66% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(6,10,15,.98) 5%, rgba(6,10,15,.8) 55%, rgba(6,10,15,.34) 100%); }
  .hero-content { padding-top: 90px; }
  h1 { font-size: clamp(49px, 15vw, 68px); }
  .hero-copy { margin-top: 21px; font-size: 15px; line-height: 1.6; }
  .hero-actions { flex-direction: column; margin-top: 25px; }
  .hero-actions .button { width: 100%; }
  .rating-badge { margin-top: 26px; padding-top: 20px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 72px; border: 0; }
  .section { padding: 76px 0; }
  h2 { font-size: 40px; }
  .section-heading { margin-bottom: 35px; }
  .service-card { padding: 32px 26px; }
  .why-visual { min-height: 440px; }
  .glass-panel { left: 16px; right: 16px; bottom: 16px; }
  .why-grid { gap: 45px; }
  .location-info { padding: 48px 28px; }
  .map-art { min-height: 350px; }
  .cta { padding: 80px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; padding-bottom: 70px; }
  .mobile-call { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 10px; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; border-radius: 4px; color: var(--ink); background: var(--amber); box-shadow: 0 8px 28px rgba(0,0,0,.25); text-decoration: none; font-size: 14px; font-weight: 800; }
}
