/* Curated Roads Club — editorial / automotive luxury (monochrome)
   Hero and section photography are set via CSS variables in :root (see --hero-image, value card backgrounds).
   Override per page with body.page-* { --hero-image: url("../images/your-hero.jpg"); } when needed.
*/

:root {
  --black: #030304;
  --bg: #080809;
  --bg-elevated: #0c0c0e;
  --bg-card: #111114;
  --charcoal: #16161a;
  --border: rgba(255, 255, 255, 0.07);
  --border-hover: rgba(255, 255, 255, 0.14);
  --white: #f7f6f3;
  --muted: #8f8e96;
  --muted-deep: #5a5960;
  --font-display: "Libre Bodoni", Georgia, "Times New Roman", serif;
  --font-ui: "Inter", system-ui, -apple-system, sans-serif;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-luxury: cubic-bezier(0.33, 1, 0.68, 1);
  --shadow-soft: 0 32px 90px rgba(0, 0, 0, 0.58);
  --shadow-elevated: 0 24px 60px rgba(0, 0, 0, 0.45);

  /* Scenic roads + performance imagery (remote URLs; swap for local assets in production if desired) */
  --hero-catskills: url("../images/Catskill%20header%20image%202.png");
  --hero-scenic-mountains: url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?auto=format&fit=crop&w=2880&q=88");
  --hero-scenic-winding: url("https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=2880&q=88");
  --hero-scenic-alpine-road: url("https://images.unsplash.com/photo-1473774749310-ccfa248af018?auto=format&fit=crop&w=2880&q=88");
  --hero-car-performance: url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=2880&q=88");
  --hero-car-classic-lineup: url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=2880&q=88");

  --hero-image: var(--hero-scenic-mountains);

  /* Homepage only: backdrop behind main sections (below hero) */
  --home-main-bg-image: var(--hero-catskills);

  /* Why CRC value cards (#values) — background photography */
  --value-card-roads-image: url("../images/4%20value%20card%20the%20roads.png");
  --value-card-dining-image: url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1600&q=82");
  --value-card-experiences-image: url("../images/value%20card%20the%20experience.png");
  --value-card-organized-image: url("../images/Curated%20Sample%20Drive%20Route.png");
}

body.page-founders-drive {
  --hero-image: var(--hero-scenic-winding);
}

body.page-apply {
  --hero-image: var(--hero-catskills);
}

body.page-faq {
  background-color: var(--black);
}

body.page-faq .hero--plain {
  background-color: var(--black);
}

body.page-faq .hero--plain .hero__bg {
  display: none;
  background-image: none;
}

body.page-faq .hero--plain .hero__vignette {
  display: none;
}

body.page-contact {
  --hero-image: var(--hero-scenic-alpine-road);
}

body.page-home {
  --hero-image: var(--hero-catskills);
}

/* Homepage: full-page scenic backdrop (shows through main sections below hero) */
body.page-home {
  background-color: var(--bg);
  background-image: linear-gradient(
      180deg,
      rgba(6, 6, 8, 0.96) 0%,
      rgba(6, 6, 8, 0.9) 40%,
      rgba(6, 6, 8, 0.95) 100%
    ),
    var(--home-main-bg-image);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  body.page-home {
    background-attachment: scroll;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home {
    background-attachment: scroll;
  }
}

body.page-home .values {
  background: rgba(8, 8, 10, 0.82);
}

body.page-home .day {
  background: rgba(10, 10, 12, 0.82);
}

body.page-home .faq {
  background: rgba(8, 8, 10, 0.82);
}

body.page-home .cta-final .cta-final__bg {
  background: radial-gradient(ellipse 55% 70% at 50% 0%, rgba(255, 255, 255, 0.08), transparent 58%),
    linear-gradient(180deg, rgba(18, 18, 22, 0.58), rgba(4, 4, 6, 0.68)),
    var(--home-main-bg-image);
  background-size: auto, auto, cover;
  background-position: center, center, center 65%;
  filter: brightness(1.58) contrast(0.96) saturate(0.94);
}

/* Homepage: ~50% brighter background photography (hero, value cards, footer) */
body.page-home .hero__bg {
  filter: brightness(1.38) contrast(0.94) saturate(0.92);
  background-image: linear-gradient(
      100deg,
      rgba(4, 4, 8, 0.94) 0%,
      rgba(4, 4, 8, 0.88) 14%,
      rgba(4, 4, 8, 0.76) 30%,
      rgba(4, 4, 8, 0.58) 46%,
      rgba(4, 4, 8, 0.4) 58%,
      rgba(4, 4, 8, 0.22) 70%,
      rgba(4, 4, 8, 0.1) 80%,
      transparent 92%
    ),
    linear-gradient(270deg, rgba(4, 4, 8, 0.28) 0%, rgba(4, 4, 8, 0.14) 22%, rgba(4, 4, 8, 0.06) 38%, transparent 58%),
    linear-gradient(
      180deg,
      rgba(2, 2, 4, 0.36) 0%,
      transparent 28%,
      transparent 68%,
      rgba(2, 2, 4, 0.44) 100%
    ),
    var(--hero-image);
  background-position: center center, center center, center center, center 40%;
}

body.page-home .hero__vignette {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.28) 38%, rgba(0, 0, 0, 0.1) 62%, transparent 78%),
    linear-gradient(270deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.08) 28%, transparent 52%),
    linear-gradient(180deg, transparent 0%, transparent 62%, rgba(0, 0, 0, 0.34) 100%);
}

body.page-home .hero__title,
body.page-home .hero__sub,
body.page-home .hero__sub-list,
body.page-home .hero__announcement,
body.page-home .hero__kicker {
  text-shadow: 0 0.1em 0.45em rgba(0, 0, 0, 0.72), 0 0.05em 0.2em rgba(0, 0, 0, 0.55);
}

body.page-home #values .value-card--roads::before {
  filter: brightness(1.5);
}

body.page-home #values .value-card--dining::before,
body.page-home #values .value-card--experiences::before,
body.page-home #values .value-card--organized::before {
  filter: brightness(1.12);
}

body.page-home #values .value-card--roads::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(162deg, rgba(5, 5, 12, 0.35) 0%, rgba(5, 5, 12, 0.3) 36%, rgba(5, 5, 12, 0.36) 100%),
    var(--value-card-roads-image);
}

body.page-home #values .value-card--dining::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.32) 100%),
    linear-gradient(162deg, rgba(5, 5, 12, 0.48) 0%, rgba(5, 5, 12, 0.42) 36%, rgba(5, 5, 12, 0.5) 100%),
    var(--value-card-dining-image);
}

body.page-home #values .value-card--experiences::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.32) 100%),
    linear-gradient(162deg, rgba(5, 5, 12, 0.48) 0%, rgba(5, 5, 12, 0.42) 36%, rgba(5, 5, 12, 0.5) 100%),
    var(--value-card-experiences-image);
  background-position: center, center, center center;
}

body.page-home #values .value-card--organized::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.32) 100%),
    linear-gradient(162deg, rgba(5, 5, 12, 0.48) 0%, rgba(5, 5, 12, 0.42) 36%, rgba(5, 5, 12, 0.5) 100%),
    var(--value-card-organized-image);
}

body.page-home .site-footer {
  background: var(--black);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 1.0625rem;
  line-height: 1.72;
  color: var(--white);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.visually-hidden {
  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: absolute;
  top: -100px;
  left: 1rem;
  z-index: 200;
  padding: 0.65rem 1rem;
  background: var(--white);
  color: var(--black);
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: var(--radius-sm);
  transition: top 0.2s var(--ease-out);
}

.skip-link:focus {
  top: 1rem;
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

/* ——— Header ——— */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1rem, 3vw, 2.25rem) 0;
  pointer-events: none;
}

.nav {
  position: relative;
  pointer-events: auto;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.65rem 0.85rem 0.65rem 0.85rem;
  border-radius: 2px;
  background: rgba(5, 5, 7, 0.82);
  border: 1px solid var(--border);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 24px 56px rgba(0, 0, 0, 0.55);
  transition: box-shadow 0.5s var(--ease-luxury), border-color 0.45s var(--ease-luxury);
}

@media (hover: hover) and (pointer: fine) {
  .nav:hover {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 28px 64px rgba(0, 0, 0, 0.58);
  }
}

.nav__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0.1rem 0.15rem 0.1rem 0;
  flex-shrink: 1;
  min-width: 0;
  max-width: min(100%, 52rem);
  transition: opacity 0.45s var(--ease-luxury);
}

.nav__logo:hover {
  opacity: 0.92;
}

@media (hover: hover) and (pointer: fine) {
  .nav__logo:hover .nav__logo-img {
    filter: brightness(1.06);
    transform: translateY(-1px);
  }
}

.nav__logo-img {
  display: block;
  height: clamp(3.85rem, 8.5vw, 6.75rem);
  width: auto;
  max-width: min(40rem, 72vw);
  object-fit: contain;
  flex-shrink: 1;
  min-width: 0;
  transition: filter 0.55s var(--ease-luxury), transform 0.55s var(--ease-luxury);
}

.nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem clamp(1rem, 2.2vw, 2rem);
}

.nav__menu a {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--muted);
  padding: 0.5rem 0;
  position: relative;
  transition: color 0.45s var(--ease-luxury);
}

.nav__menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 246, 243, 0.85), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.5s var(--ease-luxury), opacity 0.45s var(--ease-luxury);
  opacity: 0.85;
}

.nav__menu a:hover {
  color: var(--white);
}

.nav__menu a:hover::after {
  transform: scaleX(1);
}

.nav__menu a.nav__apply {
  padding: 0.55rem 1.2rem;
  margin-left: 0.35rem;
  color: var(--black);
  background: linear-gradient(180deg, #fdfcfa 0%, #ebe8e2 100%);
  border-radius: 2px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 600;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset, 0 12px 32px rgba(0, 0, 0, 0.35);
  transition: transform 0.45s var(--ease-luxury), box-shadow 0.45s var(--ease-luxury), background 0.45s var(--ease-luxury);
}

.nav__menu a.nav__apply::after {
  display: none;
}

.nav__menu a.nav__apply:hover {
  background: linear-gradient(180deg, #ffffff 0%, #f2f0ec 100%);
  color: var(--black);
  transform: translateY(-2px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 18px 44px rgba(0, 0, 0, 0.42);
}

.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: border-color 0.4s var(--ease-luxury), background 0.4s var(--ease-luxury);
}

.nav__toggle:hover {
  border-color: var(--border-hover);
  background: rgba(255, 255, 255, 0.07);
}

.nav__checkbox:focus-visible + .nav__toggle {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

.nav__toggle-bar {
  display: block;
  width: 18px;
  height: 1px;
  margin: 0 auto;
  background: var(--white);
}

/* ——— Hero ——— */

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(7rem, 14vw, 11rem) clamp(1.5rem, 5vw, 4rem) clamp(3.5rem, 7vw, 5.5rem);
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-color: #050506;
  background-image: linear-gradient(
      180deg,
      rgba(2, 2, 4, 0.82) 0%,
      rgba(2, 2, 4, 0.45) 22%,
      rgba(2, 2, 4, 0.55) 50%,
      rgba(2, 2, 4, 0.78) 78%,
      rgba(2, 2, 4, 0.94) 100%
    ),
    linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, transparent 32%, transparent 68%, rgba(0, 0, 0, 0.35) 100%),
    var(--hero-image);
  background-size: cover;
  background-position: center center;
  transform: scale(1.03);
  transition: transform 10s var(--ease-luxury);
  filter: brightness(1.3);
}

.hero:hover .hero__bg {
  transform: scale(1.055);
}

@media (prefers-reduced-motion: reduce) {
  .hero:hover .hero__bg {
    transform: scale(1.03);
  }
}

.hero__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 75% 65% at 50% 38%, transparent 0%, rgba(0, 0, 0, 0.35) 62%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(ellipse 90% 55% at 50% 100%, rgba(0, 0, 0, 0.55), transparent 52%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 56rem;
}

.hero__kicker {
  margin: 0 0 1.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(247, 246, 243, 0.48);
}

.hero__title {
  margin: 0 0 1.75rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.25rem, 5.2vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-wrap: balance;
  font-style: normal;
  font-feature-settings: "kern" 1, "liga" 1;
}

.hero__sub {
  margin: 0 0 1.5rem;
  max-width: 32rem;
  font-size: clamp(1.0625rem, 1.5vw, 1.1875rem);
  line-height: 1.68;
  color: rgba(247, 246, 243, 0.68);
  font-weight: 400;
}

.hero__sub:empty {
  display: none;
  margin: 0;
}

.hero__sub-list {
  margin: 0 0 2.5rem;
  max-width: 38rem;
  gap: 0.55rem 2rem;
}

.hero__sub-list .whats-included__item {
  font-size: clamp(1.0625rem, 1.5vw, 1.1875rem);
  line-height: 1.68;
  color: rgba(247, 246, 243, 0.68);
}

.hero__sub-list .whats-included__dot {
  margin-top: 0.58rem;
}

.hero__sub-em {
  color: var(--white);
  font-weight: 500;
}

.hero__announcement {
  margin: 0 0 2.5rem;
  max-width: 38rem;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.65;
  text-transform: uppercase;
  color: rgba(196, 195, 202, 0.68);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}

body.page-home .hero__sub-list {
  margin-bottom: 0;
}

body.page-home .hero__actions {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

/* ——— Homepage · Founder’s pricing (below hero) ——— */

.home-pricing {
  position: relative;
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(14, 14, 18, 0.97), rgba(7, 7, 9, 1));
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 5vw, 4rem);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.home-pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background: radial-gradient(ellipse 70% 80% at 22% 0%, rgba(255, 255, 255, 0.04), transparent 58%);
}

.home-pricing__inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  margin: 0 auto;
}

.home-pricing__title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--white);
  text-align: center;
}

.home-pricing__lede {
  margin: 0 0 1.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(200, 199, 206, 0.94);
  text-align: center;
}

.home-pricing__callouts {
  list-style: none;
  margin: 0 0 2rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.22);
}

.home-pricing__callouts li {
  margin: 0 0 0.65rem;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(200, 199, 206, 0.96);
}

.home-pricing__callouts li:last-child {
  margin-bottom: 0;
}

.home-pricing__callout-key {
  font-weight: 600;
  color: rgba(247, 246, 243, 0.92);
}

.home-pricing__cta {
  display: flex;
  justify-content: center;
}

/* ——— Buttons ——— */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.85rem;
  font-family: var(--font-ui);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  min-height: 3.125rem;
  transition: transform 0.5s var(--ease-luxury), background 0.5s var(--ease-luxury), border-color 0.5s var(--ease-luxury),
    color 0.5s var(--ease-luxury), box-shadow 0.5s var(--ease-luxury);
}

.btn--primary {
  color: var(--black);
  background: linear-gradient(180deg, #ffffff 0%, #e8e6e1 100%);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 1px 0 rgba(0, 0, 0, 0.12) inset, 0 20px 48px rgba(0, 0, 0, 0.42);
}

.btn--primary:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #ffffff 0%, #f4f2ee 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset, 0 1px 0 rgba(0, 0, 0, 0.08) inset, 0 28px 56px rgba(0, 0, 0, 0.48);
}

.btn--ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-3px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 18px 40px rgba(0, 0, 0, 0.25);
}

.btn--large {
  padding: 1.15rem 2.35rem;
  font-size: 0.8125rem;
  min-height: 3.35rem;
}

/* ——— Section heads ——— */

.section-head {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.section-head--wide .section-head__row {
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.section-head__eyebrow {
  margin: 0 0 1.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(143, 142, 150, 0.85);
}

.section-head__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.section-head__text {
  margin: 0;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: 38rem;
}

.section-head__text:empty {
  display: none;
}

.section-head__text--solo {
  margin-top: 1.25rem;
  max-width: 34rem;
}

.section-head--day .section-head__title {
  max-width: 20ch;
}

/* ——— Values ——— */

.values {
  padding: clamp(3.75rem, 7vw, 5.75rem) clamp(1.5rem, 5vw, 4rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.values__inner {
  max-width: 72rem;
  margin: 0 auto;
}

.value-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.value-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(1.75rem, 3.5vw, 2.35rem) clamp(1.5rem, 2.8vw, 2rem);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 2px;
  box-shadow: var(--shadow-soft);
  transition: border-color 0.5s var(--ease-luxury), transform 0.55s var(--ease-luxury), background 0.5s var(--ease-luxury),
    box-shadow 0.55s var(--ease-luxury);
}

.value-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s var(--ease-luxury);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.07), transparent 58%);
}

.value-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft), 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.value-card:hover::after {
  opacity: 1;
}

/* Homepage “Why CRC” cards: themed photo under a light scrim; content above */
#values .value-card--roads::before,
#values .value-card--dining::before,
#values .value-card--experiences::before,
#values .value-card--organized::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  background-color: #101016;
  background-repeat: no-repeat;
  background-size: cover;
}

#values .value-card--roads::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.39) 100%),
    linear-gradient(162deg, rgba(5, 5, 12, 0.69) 0%, rgba(5, 5, 12, 0.59) 36%, rgba(5, 5, 12, 0.72) 100%),
    var(--value-card-roads-image);
  background-position: center, center, center 45%;
}

#values .value-card--dining::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.39) 100%),
    linear-gradient(162deg, rgba(5, 5, 12, 0.69) 0%, rgba(5, 5, 12, 0.59) 36%, rgba(5, 5, 12, 0.72) 100%),
    var(--value-card-dining-image);
  background-position: center, center, center 40%;
}

#values .value-card--experiences::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.39) 100%),
    linear-gradient(162deg, rgba(5, 5, 12, 0.69) 0%, rgba(5, 5, 12, 0.59) 36%, rgba(5, 5, 12, 0.72) 100%),
    var(--value-card-experiences-image);
  background-position: center, center, center center;
}

#values .value-card--organized::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.39) 100%),
    linear-gradient(162deg, rgba(5, 5, 12, 0.69) 0%, rgba(5, 5, 12, 0.59) 36%, rgba(5, 5, 12, 0.72) 100%),
    var(--value-card-organized-image);
  background-position: center, center, center center;
  background-size: auto, auto, cover;
}

#values .value-card--roads > *,
#values .value-card--dining > *,
#values .value-card--experiences > *,
#values .value-card--organized > * {
  position: relative;
  z-index: 1;
}

#values .value-card--roads .value-card__title,
#values .value-card--dining .value-card__title,
#values .value-card--experiences .value-card__title,
#values .value-card--organized .value-card__title {
  text-align: center;
  font-size: clamp(1.5rem, 2.65vw, 2.05rem);
  line-height: 1.2;
  color: var(--white);
  text-shadow: 0 0.1em 0.45em rgba(0, 0, 0, 0.75), 0 0.14em 0.5em rgba(0, 0, 0, 0.55);
}

#values .value-card--roads .value-card__text,
#values .value-card--dining .value-card__text,
#values .value-card--experiences .value-card__text,
#values .value-card--organized .value-card__text {
  color: rgba(247, 246, 243, 0.86);
  text-shadow: 0 0.08em 0.28em rgba(0, 0, 0, 0.65);
}

.value-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 1px solid var(--border);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.45s var(--ease-luxury), transform 0.45s var(--ease-luxury);
}

.value-card:hover .value-card__icon {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.value-card__svg {
  width: 1.35rem;
  height: 1.35rem;
}

.value-card__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.value-card__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--muted);
}

/* ——— Sample route map (homepage) ——— */

.route-map {
  padding: clamp(3.75rem, 7vw, 5.75rem) clamp(1.5rem, 5vw, 4rem);
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
}

body.page-home .route-map {
  background: rgba(10, 10, 12, 0.82);
}

.route-map__inner {
  max-width: 72rem;
  margin: 0 auto;
}

.section-head--route .section-head__title {
  max-width: 22ch;
}

.route-map__figure {
  margin: 0;
  padding: 0;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.35);
  box-shadow: var(--shadow-soft);
  border-radius: 2px;
  overflow: hidden;
  transition: border-color 0.45s var(--ease-luxury), box-shadow 0.5s var(--ease-luxury);
}

.route-map__figure:hover {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-soft), 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.route-map__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ——— Day timeline ——— */

.day {
  padding: clamp(3.75rem, 7vw, 5.75rem) clamp(1.5rem, 5vw, 4rem);
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
}

.day__inner {
  max-width: 52rem;
  margin: 0 auto;
}

.day__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.day__timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.175rem;
  bottom: 0.175rem;
  width: 1px;
  background: linear-gradient(to bottom, var(--border), var(--border-hover), var(--border));
}

.day__step {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 0.75rem 2rem;
  padding: 0 0 clamp(1.125rem, 2.25vw, 1.625rem);
  padding-left: 0.25rem;
  position: relative;
  transition: transform 0.45s var(--ease-luxury);
}

.day__step:hover {
  transform: translateX(4px);
}

.day__step:last-child {
  padding-bottom: 0;
}

.day__index {
  font-family: var(--font-ui);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--muted-deep);
  padding-top: 0.2rem;
}

.day__name {
  margin: 0 0 0.325rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.4375rem;
  letter-spacing: -0.015em;
  transition: color 0.45s var(--ease-luxury);
}

.day__desc {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
  max-width: 46rem;
}

.day__body {
  padding-bottom: 0.175rem;
  border-bottom: 1px solid var(--border);
  transition: border-color 0.45s var(--ease-luxury);
}

.day__step:last-child .day__body {
  border-bottom: 0;
}

.day__step:hover .day__body {
  border-color: var(--border-hover);
}

.day__step:hover .day__name {
  color: var(--white);
}

/* ——— FAQ ——— */

.faq {
  padding: clamp(3.25rem, 6vw, 5.25rem) clamp(1.5rem, 5vw, 4rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.faq__inner {
  max-width: 46rem;
  margin: 0 auto;
}

.faq__list {
  margin: 0;
}

.faq__item {
  padding: 2rem 0;
  border-bottom: 1px solid var(--border);
  transition: border-color 0.45s var(--ease-luxury), padding-left 0.45s var(--ease-luxury);
}

.faq__item:first-of-type {
  border-top: 1px solid var(--border);
}

.faq__item:hover {
  border-color: rgba(255, 255, 255, 0.12);
  padding-left: 0.35rem;
}

.faq__q {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1875rem;
  letter-spacing: -0.015em;
  transition: color 0.45s var(--ease-luxury);
}

.faq__item:hover .faq__q {
  color: var(--white);
}

.faq__a {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

/* ——— Final CTA ——— */

.cta-final {
  position: relative;
  padding: clamp(3.75rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
  border-top: 1px solid var(--border);
  overflow: hidden;
}

.cta-final__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 70% at 50% 0%, rgba(255, 255, 255, 0.05), transparent 58%),
    linear-gradient(180deg, rgba(14, 14, 18, 0.92), rgba(3, 3, 4, 0.96));
  pointer-events: none;
}

.cta-final__inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  margin: 0 auto;
}

.cta-final__eyebrow {
  margin: 0 0 1.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(143, 142, 150, 0.95);
}

.cta-final__title {
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.875rem, 3.8vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.cta-final__text {
  margin: 0 0 2.5rem;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* ——— Footer ——— */

.site-footer {
  padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1.5rem, 5vw, 4rem);
  border-top: 1px solid var(--border);
  background: var(--black);
}

.site-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.site-footer__brand-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.site-footer__logo {
  display: block;
  height: 6.75rem;
  width: auto;
  max-width: 42rem;
  object-fit: contain;
  opacity: 0.92;
}

.site-footer__meta {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
}

.site-footer__meta a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-color: rgba(247, 246, 243, 0.32);
  transition: text-decoration-color 0.45s var(--ease-luxury), color 0.45s var(--ease-luxury), opacity 0.45s var(--ease-luxury);
}

.site-footer__meta a:hover {
  text-decoration-color: rgba(247, 246, 243, 0.75);
  opacity: 0.95;
}

.site-footer__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--muted-deep);
}

.site-footer__copy {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: var(--muted-deep);
}

/* ——— Nav: current page ——— */

.nav__menu a[aria-current="page"] {
  color: var(--white);
}

.nav__menu a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav__menu a.nav__apply[aria-current="page"] {
  color: var(--black);
  background: var(--white);
  outline: 1px solid rgba(255, 255, 255, 0.45);
  outline-offset: 3px;
}

/* ——— Inner pages ——— */

.hero--page {
  min-height: min(72vh, 620px);
  justify-content: flex-end;
  padding-top: clamp(7.5rem, 14vw, 10rem);
}

/* FAQ, Contact, etc. — title-only heroes (no subtitle) */
.hero.hero--page.hero--compact,
.hero--page.hero--compact,
.hero--page.hero--plain,
.hero--page:not(:has(.hero__sub)) {
  min-height: auto;
  justify-content: flex-start;
  padding-top: clamp(5rem, 8vw, 6.25rem);
  padding-bottom: clamp(0.5rem, 1.5vw, 1rem);
}

.hero--page.hero--compact .hero__title,
.hero--page.hero--plain .hero__title,
.hero--page:not(:has(.hero__sub)) .hero__title {
  margin-bottom: 0;
}

.hero--page.hero--compact .hero__kicker,
.hero--page.hero--plain .hero__kicker,
.hero--page:not(:has(.hero__sub)) .hero__kicker {
  margin-bottom: 0.65rem;
}

.hero--page + .page-section,
.hero--page + .faq {
  padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

.hero--page .hero__title {
  font-size: clamp(1.875rem, 4vw, 3rem);
  max-width: 18ch;
}

.page-section {
  padding: clamp(2.75rem, 4.5vw, 4.25rem) clamp(1.5rem, 5vw, 4rem);
  border-top: 1px solid var(--border);
}

.page-section--alt {
  background: var(--bg-elevated);
}

.page-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.page-wrap--wide {
  max-width: 960px;
}

.prose {
  font-size: 1.0625rem;
  line-height: 1.78;
  color: var(--muted);
}

.prose p {
  margin: 0 0 1.25rem;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose h2 {
  margin: 2.5rem 0 1rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: -0.02em;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose--tight {
  font-size: 1rem;
  line-height: 1.65;
}

.prose--tight p {
  margin: 0 0 1rem;
}

.prose--tight p:last-child {
  margin-bottom: 0;
}

.prose-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

.prose-bullets li {
  position: relative;
  margin: 0 0 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--muted);
}

.prose-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(247, 246, 243, 0.32);
}

.fd-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: clamp(2rem, 5vw, 3rem);
  border: 1px solid var(--border);
  background: var(--bg-card);
}

.fd-brand__mark {
  font-family: var(--font-ui);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--white);
  line-height: 1;
  padding: 0.35em 0.45em;
  border: 1px solid var(--border-hover);
}

.fd-brand__text {
  max-width: 28rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--muted);
}

.callout {
  padding: 1.5rem 1.75rem;
  border: 1px solid var(--border);
  border-left: 3px solid var(--white);
  background: rgba(255, 255, 255, 0.02);
}

.callout__label {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--white);
}

.callout__text {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.65;
}

.split-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}

.split-card {
  padding: 2rem;
  border: 1px solid var(--border);
  background: var(--bg-card);
  border-radius: 2px;
  transition: border-color 0.45s var(--ease-luxury), transform 0.5s var(--ease-luxury), box-shadow 0.5s var(--ease-luxury);
}

.split-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-4px);
  box-shadow: var(--shadow-elevated);
}

.split-card h3 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

.split-card p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.65;
}

.statement {
  text-align: center;
  padding: clamp(2.25rem, 5vw, 3.25rem) clamp(1.5rem, 4vw, 2rem);
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
  border-radius: 2px;
}

.statement__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  letter-spacing: -0.02em;
}

.statement__text {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
}

.itinerary {
  border: 1px solid var(--border);
  background: var(--bg-card);
}

.itinerary__row {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem 1.5rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--border);
  align-items: baseline;
}

.itinerary__row:last-child {
  border-bottom: 0;
}

.itinerary__time {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-deep);
}

.itinerary__detail {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.55;
}

.itinerary__detail strong {
  display: block;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-family: var(--font-display);
  font-size: 1.0625rem;
  letter-spacing: -0.01em;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}

.steps li {
  position: relative;
  padding: 0 0 2rem 3.25rem;
  border-left: 1px solid var(--border);
  margin-left: 0.75rem;
}

.steps li:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}

.steps li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: -0.75rem;
  transform: translateX(-50%);
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--black);
  background: var(--white);
  border-radius: 1px;
}

.steps h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.125rem;
}

.steps p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.65;
}

.application-notice {
  max-width: 38rem;
  margin: 0 auto;
  padding: clamp(1.75rem, 3.5vw, 2.35rem) clamp(1.35rem, 3vw, 1.85rem);
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.15));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
}

.application-notice p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(200, 199, 206, 0.96);
}

.application-notice a {
  font-weight: 600;
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: rgba(247, 246, 243, 0.35);
  transition: text-decoration-color 0.45s var(--ease-luxury), color 0.45s var(--ease-luxury);
}

.application-notice a:hover {
  text-decoration-color: rgba(247, 246, 243, 0.65);
}

.application-form {
  max-width: 42rem;
  margin: 0 auto;
  padding: clamp(1.75rem, 3.5vw, 2.35rem) clamp(1.35rem, 3vw, 1.85rem);
  border: 1px solid var(--border);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.15));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
}

.form-embed {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.form-embed iframe,
.form-embed embed,
.form-embed object {
  display: block;
  width: 100% !important;
  max-width: 100%;
  min-height: 28rem;
  border: 0;
}

.form-embed-fallback {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(165, 164, 172, 0.96);
}

.form-embed-fallback a {
  font-weight: 600;
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: rgba(247, 246, 243, 0.35);
}

.form-embed-fallback a:hover {
  text-decoration-color: rgba(247, 246, 243, 0.65);
}

.section-head--center {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.application-form--wide {
  max-width: 52rem;
  padding-left: clamp(1rem, 3vw, 1.5rem);
  padding-right: clamp(1rem, 3vw, 1.5rem);
}

.application-form__intro {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.25rem);
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(200, 199, 206, 0.96);
  text-align: center;
}

/* ——— Early access application form ——— */

.crc-form {
  margin: 0;
  padding: 0;
  border: 0;
}

.crc-form__honeypot-wrap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.crc-form__honeypot {
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}

.crc-form__section {
  margin: 0 0 clamp(1.35rem, 2.5vw, 1.75rem);
  padding: clamp(1.35rem, 2.5vw, 1.65rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
}

.crc-form__section:last-of-type {
  margin-bottom: clamp(1.5rem, 2.5vw, 1.85rem);
}

.crc-form__section--legal {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.crc-form__legend {
  display: block;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--white);
  border-bottom: 1px solid var(--border);
}

.crc-form__field {
  margin: 0 0 1.15rem;
}

.crc-form__field:last-child {
  margin-bottom: 0;
}

.crc-form__row {
  display: grid;
  gap: 0 1.15rem;
}

.crc-form__row--2 {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .crc-form__row--2 {
    grid-template-columns: 1fr 1fr;
    gap: 0 1.25rem;
  }
}

.crc-form__label {
  display: block;
  margin: 0 0 0.5rem;
  font-family: var(--font-ui);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(247, 246, 243, 0.92);
}

.crc-form__required {
  color: rgba(247, 246, 243, 0.55);
}

.crc-form__optional {
  font-weight: 400;
  color: var(--muted);
}

.crc-form__control {
  display: block;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.85rem 1rem;
  font-family: var(--font-ui);
  font-size: 1rem;
  line-height: 1.4;
  color: var(--white);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  transition: border-color 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), background 0.35s var(--ease-out);
  -webkit-appearance: none;
  appearance: none;
}

.crc-form__control::placeholder {
  color: var(--muted-deep);
}

.crc-form__control:hover {
  border-color: var(--border-hover);
}

.crc-form__control:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.5);
}

.crc-form__control--textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.crc-form__control--select {
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238f8e96' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}

.crc-form__control--select option {
  color: var(--black);
  background: var(--white);
}

.crc-form__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.crc-form__radio-group--wrap {
  gap: 0.55rem;
}

.crc-form__radio-group--stack {
  flex-direction: column;
  align-items: stretch;
}

.crc-form__radio-group--stack .crc-form__radio {
  width: 100%;
}

.crc-form__hint {
  margin: -0.15rem 0 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--muted);
}

.crc-form__conditional {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.crc-form__check-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.crc-form__check {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.875rem;
  color: rgba(200, 199, 206, 0.96);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: border-color 0.35s var(--ease-out), background 0.35s var(--ease-out), color 0.35s var(--ease-out);
}

.crc-form__check input {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: var(--white);
  flex-shrink: 0;
}

.crc-form__check:has(input:checked) {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.crc-form__check:has(input:focus-visible) {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
}

.crc-form__check:has(input:disabled) {
  opacity: 0.45;
  cursor: not-allowed;
}

.crc-form__radio {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.65rem 1rem;
  font-size: 0.9375rem;
  color: rgba(200, 199, 206, 0.96);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: border-color 0.35s var(--ease-out), background 0.35s var(--ease-out), color 0.35s var(--ease-out);
}

.crc-form__radio input {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: var(--white);
  flex-shrink: 0;
}

.crc-form__radio:has(input:checked) {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.crc-form__radio:has(input:focus-visible) {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
}

.crc-form__field--checkbox {
  margin-bottom: 0;
}

.crc-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.32);
  cursor: pointer;
  transition: border-color 0.35s var(--ease-out), background 0.35s var(--ease-out);
}

.crc-form__checkbox:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.42);
}

.crc-form__checkbox input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.crc-form__checkbox-box {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
  transition: border-color 0.35s var(--ease-out), background 0.35s var(--ease-out);
}

.crc-form__checkbox:has(input:checked) .crc-form__checkbox-box {
  border-color: var(--white);
  background: var(--white);
  box-shadow: inset 0 0 0 3px var(--black);
}

.crc-form__checkbox:has(input:focus-visible) .crc-form__checkbox-box {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}

.crc-form__checkbox-text {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(220, 219, 226, 0.98);
}

.crc-form__error {
  margin: 0.45rem 0 0;
  min-height: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #e8a4a4;
}

.crc-form__field--error .crc-form__control,
.crc-form__field--error .crc-form__radio-group {
  border-color: rgba(232, 164, 164, 0.45);
}

.crc-form__field--error .crc-form__control:focus {
  box-shadow: 0 0 0 3px rgba(232, 164, 164, 0.15);
}

.crc-form__submit-note {
  margin: 0 0 1.35rem;
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.crc-form__actions {
  display: flex;
  justify-content: center;
}

.crc-form__submit {
  width: 100%;
  max-width: 22rem;
}

.crc-form__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.crc-form__status {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 0.875rem;
  color: var(--muted);
}

.crc-form-success {
  margin: 0 0 1.25rem;
  padding: clamp(1.75rem, 3vw, 2.25rem);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.2));
}

.crc-form-success__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
}

.crc-form-success p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(200, 199, 206, 0.96);
}

.whats-included__inner {
  max-width: 52rem;
  margin: 0 auto;
}

.founders-timeline {
  padding-top: clamp(2rem, 3.5vw, 3rem);
  padding-bottom: clamp(2rem, 3.5vw, 3rem);
}

.founders-timeline__inner {
  max-width: 64rem;
}

.founders-timeline__figure {
  margin: 0;
  border: 1px solid var(--border);
  background: #000;
  box-shadow: var(--shadow-soft);
  border-radius: 2px;
  overflow: hidden;
}

.founders-timeline__img {
  display: block;
  width: 100%;
  height: auto;
}

.whats-included .section-head--mb-2 {
  margin-bottom: 1.35rem;
}

.whats-included__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1.75rem;
}

.whats-included__item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: rgba(200, 199, 206, 0.96);
}

.whats-included__dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: rgba(247, 246, 243, 0.32);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.04);
}

@media (max-width: 640px) {
  .whats-included__list {
    grid-template-columns: 1fr;
  }
}

.contact-email {
  text-align: center;
  padding: clamp(2rem, 5vw, 3rem);
  border: 1px solid var(--border);
  background: var(--bg-card);
}

.contact-email__intro {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(200, 199, 206, 0.95);
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-email a {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-color: rgba(247, 246, 243, 0.32);
  transition: text-decoration-color 0.45s var(--ease-luxury), opacity 0.45s var(--ease-luxury);
}

.contact-email a:hover {
  text-decoration-color: rgba(247, 246, 243, 0.72);
  opacity: 0.95;
}

.contact-email__hint {
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.6;
}

.contact-email__hint a {
  font-family: var(--font-ui);
  font-size: inherit;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-color: rgba(247, 246, 243, 0.35);
}

.contact-email__hint a:hover {
  text-decoration-color: rgba(247, 246, 243, 0.65);
}

.social {
  margin-top: clamp(3rem, 6vw, 4rem);
  text-align: center;
}

.social__label {
  margin: 0 0 1.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted-deep);
}

.social__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
}

.social__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8rem;
  padding: 0.85rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.3s var(--ease-out), background 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}

.social__links a:hover {
  border-color: var(--border-hover);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.section-head--mb-2 {
  margin-bottom: 2rem;
}

.callout--mt-2 {
  margin-top: 2rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.faq--standalone {
  border-top: 0;
  padding-top: clamp(1rem, 2vw, 1.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.page-wrap--center {
  text-align: center;
}

.text-emphasis {
  color: var(--white);
  font-weight: 600;
}

.apply-inline-cta {
  margin-top: 1.75rem;
}

.note-muted-center {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.6;
}

.faq-footer-lede {
  margin: 0 auto 1.5rem;
  max-width: 28rem;
  text-align: center;
}

.faq-more {
  margin: 2.5rem 0 0;
  text-align: center;
}

.faq-more a {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.28em;
  text-decoration-color: rgba(247, 246, 243, 0.32);
  transition: text-decoration-color 0.45s var(--ease-luxury);
}

.faq-more a:hover {
  text-decoration-color: rgba(247, 246, 243, 0.75);
}

/* ——— Founder’s Drive pricing (Apply + Founder’s Drive pages) ——— */

.pricing-premium {
  position: relative;
  overflow: hidden;
}

.pricing-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background: radial-gradient(ellipse 80% 55% at 50% 0%, rgba(255, 255, 255, 0.06), transparent 55%);
}

.pricing-premium__inner {
  position: relative;
  z-index: 1;
  max-width: 68rem;
  margin: 0 auto;
}

.pricing-premium__masthead {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
}

.pricing-premium__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(143, 142, 150, 0.95);
}

.pricing-premium__title {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--white);
}

.pricing-premium__lede {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(200, 199, 206, 0.92);
}

.pricing-premium__matrix {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-areas:
    "primary deposit"
    "factors factors";
  gap: clamp(1.25rem, 3vw, 1.75rem);
  align-items: stretch;
}

.pricing-premium__matrix--two {
  grid-template-areas: "primary deposit";
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.pricing-premium__tight-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  font-family: var(--font-ui);
  font-size: 0.9375rem;
  line-height: 1.72;
  color: rgba(180, 179, 186, 0.95);
}

.pricing-premium__tight-list li {
  margin: 0 0 0.65rem;
  padding: 0;
  border-left: none;
}

.pricing-premium__tight-list li:last-child {
  margin-bottom: 0;
}

.pricing-premium__tight-list strong {
  font-weight: 600;
  color: rgba(247, 246, 243, 0.92);
}

.pricing-premium__pillar--primary {
  grid-area: primary;
}

.pricing-premium__pillar--deposit {
  grid-area: deposit;
}

.pricing-premium__pillar {
  position: relative;
  padding: clamp(2rem, 4vw, 2.75rem);
  border: 1px solid var(--border);
  border-radius: 2px;
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.045) 0%, transparent 42%),
    linear-gradient(180deg, rgba(17, 17, 20, 0.98), rgba(10, 10, 12, 0.99));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset, var(--shadow-elevated);
  transition: border-color 0.5s var(--ease-luxury), transform 0.55s var(--ease-luxury), box-shadow 0.55s var(--ease-luxury);
}

.pricing-premium__pillar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.75rem;
  right: 1.75rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  opacity: 0.85;
}

.pricing-premium__pillar:hover {
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, var(--shadow-soft), 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.pricing-premium__pillar-top {
  margin-bottom: 1.5rem;
}

.pricing-premium__kicker {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: none;
  color: rgba(247, 246, 243, 0.62);
  max-width: 16rem;
}

.pricing-premium__pillar-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--white);
}

.pricing-premium__figure {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--white);
}

.pricing-premium__figure .pricing-premium__currency {
  font-size: 0.78em;
  vertical-align: 0.18em;
  margin-right: 0.08em;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(247, 246, 243, 0.88);
}

.pricing-premium__figure .pricing-premium__amount {
  font-size: clamp(2.85rem, 6.5vw, 4.35rem);
}

.pricing-premium__figure--secondary .pricing-premium__amount {
  font-size: clamp(2.85rem, 6.5vw, 4.35rem);
}

.pricing-premium__unit {
  margin: 0 0 1.25rem;
  font-family: var(--font-ui);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(180, 179, 186, 0.95);
}

.pricing-premium__deposit-tag {
  margin: -0.15rem 0 1.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
  color: rgba(200, 199, 206, 0.88);
}

.pricing-premium__copy {
  margin: 0 0 1.25rem;
  font-family: var(--font-ui);
  font-size: 0.9375rem;
  line-height: 1.72;
  color: rgba(180, 179, 186, 0.95);
}

.pricing-premium__copy:last-child,
.pricing-premium__pillar--deposit .pricing-premium__copy:last-of-type {
  margin-bottom: 0;
}

.pricing-premium__copy strong {
  font-weight: 600;
  color: rgba(247, 246, 243, 0.92);
}

.pricing-premium__emph {
  font-weight: 600;
  color: rgba(247, 246, 243, 0.95);
  letter-spacing: -0.01em;
}

.pricing-premium__inset-note {
  margin: 1.75rem 0 0;
  padding: 1.1rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(200, 199, 206, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.22);
}

.pricing-premium__assurance {
  margin: 1.5rem 0 0.85rem;
  padding: 0.85rem 0 0.85rem 1.1rem;
  border-left: 2px solid rgba(247, 246, 243, 0.45);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(247, 246, 243, 0.94);
}

.pricing-premium__clarify {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(200, 199, 206, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}

.pricing-premium__policy-text {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.68;
  color: rgba(165, 164, 172, 0.96);
}

.pricing-premium__policy-text:last-child {
  margin-bottom: 0;
}

.pricing-premium__fineprint {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(143, 142, 150, 0.88);
}

.pricing-premium__factors {
  grid-area: factors;
  padding: clamp(2rem, 4vw, 2.5rem) clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--border);
  border-radius: 2px;
  background: rgba(8, 8, 10, 0.65);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
  transition: border-color 0.5s var(--ease-luxury), transform 0.55s var(--ease-luxury), box-shadow 0.55s var(--ease-luxury);
}

.pricing-premium__factors:hover {
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset, 0 20px 48px rgba(0, 0, 0, 0.35);
}

.pricing-premium__factors-title {
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  letter-spacing: -0.02em;
  color: var(--white);
  text-align: center;
}

.pricing-premium__factors-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2.5rem;
}

.pricing-premium__factors-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(200, 199, 206, 0.95);
}

.pricing-premium__factors-dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: rgba(247, 246, 243, 0.35);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.04);
}

/* ——— Responsive ——— */

@media (max-width: 1100px) {
  .value-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .section-head--wide .section-head__row {
    grid-template-columns: 1fr;
  }

  .pricing-premium__matrix {
    grid-template-columns: 1fr;
    grid-template-areas:
      "primary"
      "factors"
      "deposit";
  }

  .pricing-premium__matrix--two {
    grid-template-areas:
      "primary"
      "deposit";
  }

  .pricing-premium__factors-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }

  .nav__logo {
    gap: 0;
    max-width: min(100%, calc(100vw - 7.5rem));
  }

  .nav__logo-img {
    height: clamp(2.85rem, 15vw, 4rem);
    max-width: min(18rem, calc(100vw - 8.5rem));
  }

  .route-map {
    padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
    padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
  }

  .nav__toggle {
    display: flex;
  }

  .nav__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.6rem);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem;
    background: rgba(6, 6, 8, 0.97);
    border: 1px solid var(--border);
    border-radius: 1px;
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-soft);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s var(--ease-luxury), opacity 0.4s var(--ease-luxury), visibility 0.4s;
  }

  .nav__checkbox:checked ~ .nav__menu {
    max-height: 520px;
    opacity: 1;
    visibility: visible;
  }

  .nav__menu li {
    border-bottom: 1px solid var(--border);
  }

  .nav__menu li:last-child {
    border-bottom: 0;
  }

  .nav__menu a {
    display: flex;
    align-items: center;
    min-height: 3rem;
    padding: 1rem 1.1rem;
  }

  .nav__menu a::after {
    display: none;
  }

  .nav__menu a.nav__apply {
    margin: 0.35rem 0.35rem 0.5rem;
    text-align: center;
    justify-content: center;
  }

  .hero {
    padding-left: max(1.5rem, env(safe-area-inset-left, 0px));
    padding-right: max(1.5rem, env(safe-area-inset-right, 0px));
  }

  /* Mobile: keep roads/cars on the right visible (desktop positions unchanged above) */
  body.page-home .hero__bg {
    background-position: center center, center center, center center, 75% center;
  }

  .hero__bg {
    background-position: center center, center center, 75% center;
  }

  body.page-home {
    background-position: center top, 75% center;
  }

  body.page-home .cta-final .cta-final__bg {
    background-position: center, center, 75% center;
  }

  /* Inner pages with subtitles (e.g. Apply) — content-height hero on mobile */
  .hero--page:has(.hero__sub:not(:empty)) {
    min-height: auto;
    justify-content: flex-end;
    padding-top: max(5.5rem, calc(4.5rem + env(safe-area-inset-top, 0px)));
    padding-bottom: clamp(2rem, 5vw, 2.75rem);
  }

  .hero--page.hero--compact,
  .hero--page.hero--plain,
  .hero--page:not(:has(.hero__sub)) {
    padding-top: max(4.75rem, calc(4rem + env(safe-area-inset-top, 0px)));
    padding-bottom: 0.5rem;
  }

  body.page-contact .hero--page + .page-section {
    padding-top: 1rem;
  }

  body.page-contact .contact-email {
    padding: clamp(1.25rem, 3vw, 2rem);
  }
}

@media (max-width: 560px) {
  .value-cards {
    grid-template-columns: 1fr;
  }

  .section-head--day .section-head__title {
    max-width: none;
  }

  .hero {
    padding-top: max(5.5rem, calc(4.5rem + env(safe-area-inset-top, 0px)));
    padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
    padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
  }

  .day__timeline::before {
    left: 0.15rem;
  }

  .day__step {
    grid-template-columns: 2.75rem 1fr;
    gap: 0.5rem;
  }

  .split-grid {
    grid-template-columns: 1fr;
  }

  .itinerary__row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .value-card,
  .value-card__icon,
  .nav__menu a,
  .hero__bg,
  .split-card,
  .day__step,
  .faq__item {
    transition: none;
  }

  .btn--primary:hover,
  .btn--ghost:hover,
  .value-card:hover,
  .split-card:hover {
    transform: none;
  }

  .value-card:hover .value-card__icon {
    transform: none;
  }

  .day__step:hover {
    transform: none;
  }

  .faq__item:hover {
    padding-left: 0;
  }

  .pricing-premium__pillar {
    transition: none;
  }

  .pricing-premium__pillar:hover {
    transform: none;
  }

  .pricing-premium__factors {
    transition: none;
  }

  .pricing-premium__factors:hover {
    transform: none;
  }

  .hero:hover .hero__bg {
    transform: scale(1.03);
  }
}
