:root {
  --ink: #11161b;
  --ink-2: #1d252c;
  --paper: #ffffff;
  --soft: #f3f5f2;
  --line: #dce1dc;
  --accent: #b4d333;
  --accent-dark: #8cab17;
  --muted: #5e696f;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(15, 21, 24, .12);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
.container { width: var(--container); 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: 999; padding: 10px 14px; background: var(--paper); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(17, 22, 27, .92);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 38px;
  border: 2px solid var(--accent);
  border-radius: 10px 4px 10px 4px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
  transform: skewX(-8deg);
}
.brand-mark::first-line { transform: skewX(8deg); }
.brand-text { display: grid; line-height: 1.08; }
.brand-text strong { font-size: 17px; letter-spacing: -.01em; }
.brand-text small { margin-top: 4px; color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: rgba(255,255,255,.82); font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav a:hover { color: white; }
.main-nav .nav-cta { padding: 10px 17px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: rgba(255,255,255,.1); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; background: white; }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 78% 13%, rgba(180,211,51,.18), transparent 28%),
    linear-gradient(135deg, #0c1115 0%, #182129 57%, #0f151a 100%);
}
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.15fr; align-items: center; gap: 50px; min-height: 730px; padding-top: 76px; }
.hero-copy { padding: 65px 0 95px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--accent-dark); font-size: 12px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.hero .eyebrow { color: var(--accent); }
h1 { margin: 0; max-width: 720px; font-size: clamp(44px, 6vw, 76px); line-height: .99; letter-spacing: -.055em; }
h1 span { color: var(--accent); }
.hero-lead { max-width: 630px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 850; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #121709; background: var(--accent); }
.button-primary:hover { background: #c3df4a; }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.27); background: rgba(255,255,255,.04); }
.button-secondary:hover { border-color: rgba(255,255,255,.55); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.hero-badges span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.67); font-size: 12px; }

.hero-visual { position: relative; min-height: 530px; align-self: end; }
.hero-visual svg { position: absolute; inset: 40px -70px auto -20px; filter: drop-shadow(0 26px 24px rgba(0,0,0,.32)); }
.sun { position: absolute; width: 170px; height: 170px; right: 75px; top: 65px; border-radius: 50%; background: var(--accent); opacity: .9; box-shadow: 0 0 80px rgba(180,211,51,.24); }
.mountain-back { fill: #26343a; }
.mountain-front { fill: #1d292e; }
.city { fill: #172126; opacity: .95; }
.road { fill: #10161a; }
.road-line { fill: none; stroke: rgba(180,211,51,.55); stroke-width: 5; stroke-dasharray: 60 24; }
.car > path:first-child { fill: #d8e1e4; stroke: #0b0f12; stroke-width: 5; }
.car-window { fill: #22333a; stroke: #0b0f12; stroke-width: 4; }
.car-detail { fill: none; stroke: #65747a; stroke-width: 4; stroke-linecap: round; }
.wheel { fill: #0b0f12; stroke: #445157; stroke-width: 5; }
.hub { fill: #9da8ab; }
.light { fill: var(--accent); }
.visual-label { position: absolute; right: 0; bottom: 80px; display: grid; min-width: 235px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(12,17,21,.7); backdrop-filter: blur(10px); box-shadow: var(--shadow); }
.visual-label strong { font-size: 14px; }
.visual-label span { color: rgba(255,255,255,.6); font-size: 12px; }
.hero-cut { position: absolute; inset: auto -4% -90px -4%; height: 155px; background: white; transform: rotate(-2.4deg); transform-origin: center; }

.section { padding: 110px 0; }
.section-soft { background: var(--soft); }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
h2 { margin: 0; font-size: clamp(34px, 4.5vw, 56px); line-height: 1.04; letter-spacing: -.045em; }
.prose { padding-top: 10px; color: var(--muted); font-size: 18px; }
.prose p { margin: 0 0 20px; }
.section-title { max-width: 760px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.card { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { color: var(--accent-dark); font-size: 13px; font-weight: 900; letter-spacing: .16em; }
.card h3 { margin: 80px 0 12px; font-size: 23px; line-height: 1.15; letter-spacing: -.025em; }
.card p { margin: 0; color: var(--muted); }

.membership { padding-top: 80px; padding-bottom: 80px; background: var(--soft); }
.membership-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 52px 58px; border-radius: 28px; color: white; background: var(--ink); background-image: radial-gradient(circle at 90% 10%, rgba(180,211,51,.18), transparent 35%); box-shadow: var(--shadow); }
.membership-box > div { max-width: 720px; }
.membership-box h2 { font-size: clamp(34px, 4vw, 52px); }
.membership-box p:not(.section-kicker) { max-width: 660px; margin: 18px 0 0; color: rgba(255,255,255,.68); }
.section-kicker.light { color: var(--accent); }
.button-light { flex: 0 0 auto; color: var(--ink); background: white; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-intro { max-width: 430px; color: var(--muted); font-size: 18px; }
.contact-card { padding: 12px 32px 28px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-row { display: grid; grid-template-columns: 140px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-row span { color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-row strong { font-size: 17px; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding-top: 24px; }
.text-link { color: var(--ink); font-size: 14px; font-weight: 850; text-underline-offset: 4px; }
.copy-button { padding: 10px 15px; border: 0; border-radius: 999px; color: #18200a; background: var(--accent); font-weight: 850; cursor: pointer; }
.copy-status { min-height: 20px; margin: 10px 0 0; color: var(--accent-dark); font-size: 13px; font-weight: 700; }

.site-footer { color: rgba(255,255,255,.66); background: #0c1115; }
.footer-wrap { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { opacity: .9; }
.site-footer p { font-size: 13px; }
.site-footer > .container > a { color: white; font-size: 13px; font-weight: 750; text-decoration: none; }

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; min-height: auto; padding-top: 100px; }
  .hero-copy { padding-bottom: 10px; }
  .hero-visual { min-height: 480px; }
  .hero-visual svg { inset: -20px -80px auto auto; width: 820px; max-width: none; }
  .visual-label { bottom: 62px; }
  .two-column, .contact-layout { grid-template-columns: 1fr; gap: 32px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 220px; }
  .card h3 { margin-top: 45px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 74px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 74px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(17,22,27,.98); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 14px; }
  .main-nav .nav-cta { border-radius: 12px; }
  .hero { min-height: 830px; }
  .hero-layout { padding-top: 80px; }
  .hero-copy { padding-top: 48px; }
  h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-visual { min-height: 350px; }
  .hero-visual svg { top: 5px; right: -155px; width: 700px; }
  .sun { width: 120px; height: 120px; right: 28px; top: 40px; }
  .visual-label { right: 0; bottom: 35px; min-width: 210px; }
  .section { padding: 82px 0; }
  .membership { padding: 50px 0; }
  .membership-box { flex-direction: column; align-items: flex-start; padding: 34px 28px; }
  .contact-card { padding-inline: 22px; }
  .contact-row { grid-template-columns: 1fr; gap: 5px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; padding: 38px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
