:root {
  --black: #070809;
  --black-soft: #0d0f11;
  --charcoal: #16191c;
  --silver: #c7c9cb;
  --silver-bright: #eeeeec;
  --muted: #92979d;
  --line: rgba(210, 214, 217, .18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--silver-bright); background: var(--black); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 1rem; padding: .7rem 1rem; background: white; color: black; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 100px; padding: 0 clamp(1.25rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-transform: uppercase; line-height: 1; letter-spacing: .1em; }
.brand img { width: 54px; height: 38px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; gap: .24rem; }
.brand strong { font-family: var(--serif); font-size: 1rem; font-weight: 600; }
.brand em { color: var(--silver); font-size: .56rem; font-style: normal; letter-spacing: .36em; }
nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.5rem); }
nav a { font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
nav a:not(.button):hover, .footer-contact a:hover { color: white; }
.nav-call { color: var(--silver); }
.menu-toggle { display: none; border: 0; background: none; color: white; font: 600 .72rem var(--sans); letter-spacing: .12em; text-transform: uppercase; }

.hero { position: relative; min-height: 790px; height: 100svh; max-height: 1000px; display: flex; align-items: center; overflow: hidden; background: #0b0d0f url("executive-blackline-hero.png") center center / cover no-repeat; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,7,.88) 0%, rgba(5,6,7,.58) 34%, rgba(5,6,7,.06) 65%, rgba(5,6,7,.08) 100%), linear-gradient(0deg, rgba(5,6,7,.42), transparent 38%); }
.hero-content { position: relative; z-index: 1; width: min(680px, 88vw); margin-left: clamp(1.25rem, 8vw, 9rem); padding-top: 5rem; }
.eyebrow, .section-number { margin: 0 0 1.5rem; color: var(--silver); font-size: .72rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(3.3rem, 6.2vw, 6.7rem); }
h1 i, h2 i { color: #bfc2c5; font-weight: 500; }
.hero-copy { max-width: 610px; margin: 2rem 0 2.4rem; color: #c0c4c7; font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 1.65rem; border: 1px solid #d9dbdc; background: linear-gradient(135deg, #f1f1ef, #aeb2b5); color: #0b0c0d; font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: transform .2s, filter .2s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button-small { min-height: 42px; padding: 0 1.15rem; }
.text-link { padding: .5rem 0; border-bottom: 1px solid rgba(255,255,255,.4); font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { margin-left: .4rem; }
.hero-note { position: absolute; z-index: 1; right: clamp(1.25rem, 5vw, 5.5rem); bottom: 2rem; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.65); font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; }
.hero-note span { width: 44px; height: 1px; background: rgba(255,255,255,.5); }

.section-pad { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 9rem); }
.intro { background: #0c0e10; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .75fr; gap: clamp(3rem, 10vw, 10rem); align-items: start; }
h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); }
.intro-grid > div { max-width: 590px; color: #aeb3b7; font-size: 1.08rem; }
.intro-grid > div p:first-child { margin-top: .2rem; color: #d1d3d4; }

.services { background: #111315; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 5rem; }
.section-heading > p { width: 380px; margin: 0 0 .5rem; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-grid article { min-height: 350px; padding: 2.2rem 2.2rem 2.8rem 0; border-right: 1px solid var(--line); }
.service-grid article + article { padding-left: 2.2rem; }
.service-grid article:last-child { border-right: 0; }
.service-grid span, .standard-list span { color: #73787d; font-size: .68rem; letter-spacing: .16em; }
h3 { margin: 5.5rem 0 1.2rem; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.service-grid p { max-width: 340px; margin: 0; color: var(--muted); }

.vehicle { min-height: 760px; display: grid; grid-template-columns: 1.1fr .9fr; background: #090a0b; }
.vehicle-image { min-height: 650px; background: linear-gradient(90deg, transparent 80%, #090a0b), url("suburban-profile-executive-tinted.png") 50% center / cover no-repeat; filter: saturate(.82) contrast(1.04) brightness(.82); }
.vehicle-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 7vw, 8rem); }
.vehicle-copy > p:not(.section-number) { margin: 2.4rem 0; color: var(--muted); }
.vehicle-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.vehicle-copy li { padding: .85rem 0; border-bottom: 1px solid var(--line); color: #c8cbcd; font-size: .8rem; letter-spacing: .09em; text-transform: uppercase; }

.standard { background: #f0f0ed; color: #111315; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 9rem); }
.standard .section-number { color: #606469; }
.standard h2 i { color: #61666b; }
.standard-list { border-top: 1px solid rgba(10,10,10,.2); }
.standard-list > div { display: grid; grid-template-columns: 50px 170px 1fr; gap: 1rem; align-items: baseline; padding: 1.65rem 0; border-bottom: 1px solid rgba(10,10,10,.2); }
.standard-list h3 { margin: 0; font-size: 1.35rem; }
.standard-list p { margin: 0; color: #555a5f; }

.cta { position: relative; min-height: 700px; display: grid; place-items: center; text-align: center; overflow: hidden; }
.cta-image, .cta-overlay { position: absolute; inset: 0; }
.cta-image { background: url("suburban-arrival-executive.png") center 48% / cover no-repeat; filter: saturate(.75) brightness(.62); transform: scale(1.02); }
.cta-overlay { background: radial-gradient(circle at center, rgba(6,7,8,.25), rgba(6,7,8,.88)); }
.cta-content { position: relative; z-index: 1; display: grid; justify-items: center; width: min(900px, 90vw); padding: 5rem 0; }
.cta-content img { margin-bottom: 2rem; filter: drop-shadow(0 5px 20px #000); }
.cta-content h2 { font-size: clamp(3.2rem, 6vw, 6rem); }
.cta-content .hero-actions { margin-top: 2.5rem; justify-content: center; }

footer { min-height: 190px; padding: 3rem clamp(1.25rem, 5vw, 5.5rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-top: 1px solid var(--line); background: #060708; }
.footer-contact { display: flex; flex-direction: column; gap: .2rem; text-align: center; color: #b2b6b9; font-size: .78rem; letter-spacing: .08em; }
.footer-policies { display: flex; justify-content: center; gap: 1rem; margin-top: .45rem; color: #858a8f; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
footer > p { justify-self: end; color: #73777b; font-size: .7rem; }

.policy-header { position: relative; background: #08090a; }
.policy-main { min-height: 70vh; padding: 9rem clamp(1.25rem, 8vw, 9rem) 7rem; background: linear-gradient(145deg, #0d0f11, #070809 60%); }
.policy-wrap { width: min(820px, 100%); margin: 0 auto; }
.policy-wrap h1 { margin-bottom: 1rem; font-size: clamp(3rem, 6vw, 5.7rem); }
.policy-updated { margin: 0 0 3.5rem; color: #858a8f; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.policy-wrap h2 { margin: 3rem 0 1rem; padding-top: 2rem; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -.02em; }
.policy-wrap p, .policy-wrap li { color: #b7bbc0; }
.policy-wrap ul { padding-left: 1.25rem; }
.policy-wrap a { color: #eceeed; border-bottom: 1px solid #70757a; }
.policy-note { margin: 3.5rem 0 0; padding: 1.5rem; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.policy-footer { grid-template-columns: 1fr auto; }

@media (max-width: 980px) {
  .site-header { height: 82px; }
  .menu-toggle { display: block; }
  nav { position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 1.6rem 1.25rem 2rem; background: rgba(7,8,9,.98); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  nav a { padding: .4rem 0; }
  .nav-call { margin-top: .5rem; }
  .hero { min-height: 760px; background-position: 60% center; }
  .hero-scrim { background: linear-gradient(90deg, rgba(5,6,7,.92), rgba(5,6,7,.62) 60%, rgba(5,6,7,.18)); }
  .intro-grid, .standard { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .section-heading > p { width: auto; margin-top: 2rem; }
  .vehicle { grid-template-columns: 1fr; }
  .vehicle-image { min-height: 520px; background-position: center; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 680px) {
  .brand strong { font-size: .86rem; }
  .brand img { width: 46px; }
  .hero { height: auto; min-height: 780px; align-items: end; background-position: 68% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(5,6,7,.97) 0%, rgba(5,6,7,.78) 48%, rgba(5,6,7,.18) 100%); }
  .hero-content { width: auto; margin: 0; padding: 8rem 1.25rem 5.5rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .hero-copy { font-size: 1rem; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .text-link { align-self: flex-start; }
  .hero-note { display: none; }
  .section-pad { padding: 4.5rem 1.25rem; }
  h2 { font-size: clamp(2.45rem, 11vw, 3.3rem); }
  .intro-grid { gap: 2.4rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article + article { min-height: 0; padding: 2rem 0 2.5rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid h3 { margin-top: 2.8rem; }
  .vehicle-image { min-height: 430px; background-position: 53% center; }
  .vehicle-copy { padding: 4.5rem 1.25rem; }
  .standard-list > div { grid-template-columns: 36px 1fr; }
  .standard-list p { grid-column: 2; }
  .cta { min-height: 650px; }
  .cta-content { padding: 4rem 1.25rem; }
  footer { grid-template-columns: 1fr; text-align: left; }
  .footer-contact { text-align: left; }
  .footer-policies { justify-content: flex-start; }
  footer > p { grid-column: auto; }
  .policy-main { padding-top: 7rem; }
}

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