:root {
  --asphalt: #0b0d0d;
  --charcoal: #1b1f20;
  --panel: #131b1a;
  --road-yellow: #f4b41a;
  --burnt-orange: #d95d19;
  --warm-white: #f3f0e8;
  --steel: #9da3a3;
  --line: rgba(243, 240, 232, 0.16);
  --display-font: Georgia, "Times New Roman", serif;
  --body-font: Arial, Helvetica, sans-serif;
  --content-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--asphalt);
  color: var(--warm-white);
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 1.65;
}
img { max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 {
  margin: 0;
  font-family: var(--display-font);
  font-weight: 700;
  text-wrap: balance;
}
h1 { font-size: clamp(3rem, 7.5vw, 7.25rem); line-height: 0.94; }
h2 { font-size: clamp(2.25rem, 5vw, 4.4rem); line-height: 1; }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.25; }
.eyebrow, .kicker, .k, .quote-label {
  color: var(--road-yellow);
  font-family: var(--body-font);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.lede { max-width: 760px; font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.6; }
.small, figcaption, .form-note, .form-status { color: var(--steel); font-size: 0.9rem; line-height: 1.5; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 5000;
  transform: translateY(-160%);
  padding: 0.8rem 1rem;
  border-radius: 3px;
  background: var(--road-yellow);
  color: var(--asphalt);
  font: 800 0.9rem/1 var(--body-font);
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); outline: 3px solid var(--warm-white); outline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--road-yellow);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 78px;
  background: var(--asphalt);
  border-bottom: 1px solid rgba(244, 180, 26, 0.42);
  font-family: var(--body-font);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: min(calc(100% - 40px), 1440px);
  min-height: 78px;
  margin: 0 auto;
}
.site-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  color: var(--warm-white);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-decoration: none;
  white-space: nowrap;
}
.site-brand img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.site-brand:hover, .site-brand:focus-visible, .site-brand[aria-current="page"] { color: var(--road-yellow); }
.site-nav {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 32px);
  padding: 0;
}
.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 17px 0;
  color: var(--warm-white);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current] { color: var(--road-yellow); }
.site-nav-social {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: -8px;
}
.site-nav a.site-social-link {
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
}
.site-social-link svg { width: 18px; height: 18px; fill: currentColor; }
.site-social-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.site-nav a[aria-current]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 9px;
  left: 0;
  height: 2px;
  background: var(--road-yellow);
}
.site-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(244, 180, 26, 0.72);
  border-radius: 3px;
  background: var(--charcoal);
  color: var(--warm-white);
  font: 800 0.74rem/1 var(--body-font);
  letter-spacing: 0.12em;
  cursor: pointer;
}
.site-menu-toggle .menu-symbol { color: var(--road-yellow); font-size: 1rem; }
.trip-subnav {
  display: flex;
  justify-content: center;
  gap: 32px;
  width: 100%;
  padding: 12px 20px;
  background: #151819;
  border-bottom: 1px solid rgba(157, 163, 163, 0.24);
  font-family: var(--body-font);
}
.trip-subnav a { color: var(--warm-white); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.14em; text-decoration: none; }
.trip-subnav a:hover, .trip-subnav a:focus-visible { color: var(--road-yellow); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0.6rem 0.5rem 0 0;
  padding: 0.8rem 1.25rem;
  border: 1px solid var(--road-yellow);
  border-radius: 3px;
  background: var(--road-yellow);
  color: var(--asphalt);
  font: 800 0.95rem/1.2 var(--body-font);
  text-decoration: none;
  cursor: pointer;
}
.btn:hover { background: #ffc23d; border-color: #ffc23d; }
.btn.alt { background: transparent; color: var(--warm-white); }
.btn:disabled { opacity: 0.58; cursor: wait; }

.experience-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: clamp(3.5rem, 7vw, 5rem) auto;
  overflow: hidden;
  background: var(--charcoal);
  border-top: 4px solid var(--road-yellow);
  border-bottom: 1px solid rgba(244, 180, 26, 0.25);
  border-radius: 5px;
}
.experience-stat {
  min-width: 0;
  padding: 32px 24px;
  border-left: 1px solid var(--line);
}
.experience-stat:first-child { border-left: 0; }
.experience-stat strong {
  display: block;
  color: var(--road-yellow);
  font-family: "Arial Narrow", "Helvetica Neue Condensed", var(--body-font);
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.experience-stat span { display: block; margin-top: 0.7rem; color: var(--warm-white); font-size: 1rem; font-weight: 600; line-height: 1.4; }

.road-quote {
  width: min(880px, 100%);
  margin: clamp(4rem, 8vw, 7rem) auto;
  padding: clamp(2rem, 5vw, 3.5rem);
  background: var(--charcoal);
  border: 1px solid var(--road-yellow);
  border-radius: 5px;
}
.road-quote .quote-label::after { content: ""; display: block; width: 52px; height: 2px; margin-top: 0.8rem; background: var(--road-yellow); }
.road-quote blockquote { margin: 1.5rem 0 0; }
.road-quote blockquote p { margin: 0; font: 700 clamp(1.55rem, 3vw, 2.35rem)/1.35 var(--display-font); }
.road-quote blockquote footer { margin-top: 1.25rem; color: var(--steel); font: 600 0.9rem/1.4 var(--body-font); }
.road-quote cite { font-style: normal; }

.site-form { width: min(760px, 100%); margin: 2rem auto 0; text-align: left; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { margin: 0 0 1rem; }
.field label, fieldset legend { display: block; margin-bottom: 0.45rem; color: var(--warm-white); font-family: var(--body-font); font-size: 0.95rem; font-weight: 700; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.85rem;
  border: 1px solid rgba(243, 240, 232, 0.35);
  border-radius: 3px;
  background: #111718;
  color: var(--warm-white);
  font: 1rem/1.4 var(--body-font);
}
.field textarea { min-height: 130px; resize: vertical; }
.form-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; }
.form-note, .form-status { margin: 0.8rem 0; }
.form-status[data-state="pending"] { color: var(--steel); }
.form-status[data-state="success"] { color: var(--road-yellow); }
.form-status[data-state="error"] { color: #ff9b7a; }
.fallback-email { color: var(--warm-white); text-decoration-color: var(--road-yellow); text-underline-offset: 3px; }
.privacy-note { max-width: 68ch; }
.utility-page { min-height: 100vh; display: flex; flex-direction: column; }
.utility-main { display: grid; place-content: center; flex: 1; width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: clamp(4rem, 10vw, 8rem) 0; text-align: center; }
.utility-main h1 { margin: 0.7rem 0 1.2rem; font-size: clamp(2.8rem, 7vw, 5rem); }
.utility-main p { max-width: 650px; margin: 0 auto; font-size: 1.1rem; }
.utility-main .btn { justify-self: center; margin-top: 1.5rem; }

.site-footer { margin-top: clamp(4rem, 8vw, 7rem); background: #090b0b; border-top: 1px solid rgba(244, 180, 26, 0.35); }
.site-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(160px, 0.75fr) minmax(220px, 0.9fr);
  gap: clamp(2rem, 6vw, 5rem);
  width: min(calc(100% - 48px), var(--content-width));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5rem) 0;
}
.footer-brand img { width: 92px; height: 92px; border-radius: 50%; }
.footer-brand p { max-width: 38ch; margin: 1rem 0 0; color: var(--steel); }
.footer-tagline { color: var(--road-yellow) !important; font: 700 1.3rem/1.2 var(--display-font); white-space: nowrap; }
.footer-heading { margin: 0 0 1rem; color: var(--warm-white); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.footer-links { display: grid; gap: 0.65rem; }
.footer-links a { color: var(--steel); text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--road-yellow); }
.footer-social { margin-top: 1.6rem; }
.footer-social .footer-heading { margin-bottom: 0.65rem; }
.footer-social-links { grid-template-columns: repeat(2, max-content); gap: 1.25rem; }
.site-footer__bottom { border-top: 1px solid var(--line); }
.site-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(100% - 48px), var(--content-width));
  margin: 0 auto;
  padding: 1.25rem 0;
  color: var(--steel);
  font-size: 0.82rem;
}

@media (max-width: 960px) {
  html { scroll-padding-top: 84px; }
  .experience-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-stat:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .experience-stat:nth-child(4) { border-top: 1px solid var(--line); }
  .site-footer__main { grid-template-columns: 1.2fr 0.8fr; }
  .footer-connect { grid-column: 1 / -1; }
  .site-menu-toggle { display: flex; }
  .site-header, .site-header__inner { min-height: 72px; }
  .site-header__inner { width: 100%; padding: 0 20px; gap: 16px; }
  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1001;
    display: none;
    width: 100%;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 20px 18px;
    background: var(--asphalt);
    border-top: 1px solid rgba(244, 180, 26, 0.32);
    border-bottom: 1px solid rgba(244, 180, 26, 0.42);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.45);
  }
  .site-header.is-open .site-nav { display: flex; }
  .site-nav a { width: 100%; min-height: 44px; padding: 15px 2px; border-bottom: 1px solid rgba(157, 163, 163, 0.2); font-size: 0.86rem; }
  .site-nav a[aria-current]::after { display: none; }
  .site-nav-social { display: grid; gap: 0; margin: 0; }
  .site-nav a.site-social-link { justify-content: flex-start; width: 100%; gap: 0.75rem; padding: 15px 2px; }
  .site-nav-social .site-social-link:last-child { border-bottom: 0; }
  .site-social-label { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }
  .trip-subnav { gap: 26px; padding: 11px 16px; }
  body.menu-open { overflow: hidden; }
}

@media (max-width: 599px) {
  .form-grid { grid-template-columns: 1fr; }
  .site-form .btn { width: 100%; margin-right: 0; }
  .experience-stats { grid-template-columns: 1fr; }
  .experience-stat { padding: 24px; border-top: 1px solid var(--line); border-left: 0; }
  .experience-stat:first-child { border-top: 0; }
  .experience-stat:nth-child(2), .experience-stat:nth-child(4) { border-left: 0; }
  .experience-stat strong { font-size: clamp(1.5rem, 7vw, 2rem); }
  .site-footer__main { grid-template-columns: 1fr; width: min(calc(100% - 36px), var(--content-width)); }
  .footer-connect { grid-column: auto; }
  .site-footer__bottom-inner { width: min(calc(100% - 36px), var(--content-width)); flex-direction: column; }
}

@media (max-width: 360px) {
  .site-header__inner { padding: 0 14px; }
  .site-brand { gap: 0.5rem; font-size: 0.88rem; letter-spacing: 0.1em; }
  .site-brand img { width: 30px; height: 30px; }
  .site-menu-toggle { padding: 0.65rem 0.68rem; font-size: 0.68rem; }
  .site-nav { padding-right: 14px; padding-left: 14px; }
}
