
:root { --black: #07060a; --black-2: #0d0b10; --panel: #110f14; --gold: #d9a94f; --gold-bright: #f3cf7e; --gold-dim: #8a702f; --hairline: rgba(217,169,79,0.28); --ivory: #f3efe6; --ivory-dim: rgba(243,239,230,0.72); }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0px; background: var(--black); color: var(--ivory); font-family: HT-Body, Georgia, "Times New Roman", serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

@font-face { font-family: HT-Display; src: local("Futura PT"), local("Avenir Next"); }

.eyebrow, .stat-label, .nav, .why-title, .feat-title, .cta-line, .footer-strip, h1, .hero-kicker { font-family: Futura, "Avenir Next", "Helvetica Neue", Arial, sans-serif; letter-spacing: 0.18em; text-transform: uppercase; }

a { color: inherit; text-decoration: none; }

.nav { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 22px 5vw; font-size: 11px; letter-spacing: 0.22em; color: var(--ivory-dim); background: linear-gradient(rgba(7, 6, 10, 0.85), rgba(7, 6, 10, 0)); transition: background 0.4s; }

.nav.scrolled { background: rgba(7, 6, 10, 0.92); border-bottom: 1px solid var(--hairline); }

.nav-logo { color: rgb(217, 46, 46); font-weight: 700; font-size: 18px; letter-spacing: 0.04em; display: flex; align-items: center; gap: 10px; }

.nav-logo img { height: 26px; width: auto; }

.nav-links { display: flex; gap: 36px; }

.nav-links a { color: var(--ivory-dim); transition: color 0.25s; position: relative; }

.nav-links a:hover { color: var(--gold-bright); }

.nav-hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 32px; height: 32px; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; padding: 0px; z-index: 60; }

.nav-hamburger span { display: block; width: 100%; height: 2px; background: var(--gold-bright); transition: transform 0.25s, opacity 0.2s; }

.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }

.nav-hamburger.open span:nth-child(2) { opacity: 0; }

.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { display: none; flex-direction: column; position: fixed; top: 0px; left: 0px; right: 0px; background: var(--black); border-bottom: 1px solid var(--hairline); padding: 90px 6vw 30px; z-index: 45; transform: translateY(-100%); transition: transform 0.3s; }

.mobile-menu.open { transform: translateY(0px); }

.mobile-menu a { color: var(--ivory-dim); font-family: Futura, "Avenir Next", sans-serif; font-size: 15px; letter-spacing: 0.1em; text-transform: uppercase; padding: 16px 0px; border-bottom: 1px solid var(--hairline); }

.mobile-menu a:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.mobile-menu-cta { color: var(--gold-bright) !important; font-weight: 700; }

.nav-cta { background: rgb(45, 158, 95); border: 1px solid rgb(45, 158, 95); padding: 9px 20px; transition: 0.25s; color: rgb(255, 255, 255) !important; }

.nav-cta:hover { background: rgb(36, 138, 81); border-color: rgb(36, 138, 81); color: rgb(255, 255, 255) !important; }

.nav-burger { display: none; }

.hero { background: var(--black); padding: 60px 5vw 40px; min-height: 100vh; }

.hero-scroll-buffer { height: 10vh; }

.hero-top { height: 54px; }

.hero-banner { width: 80%; max-width: 1100px; margin: 0px auto 50px; position: relative; }

.hero-banner img { display: block; width: 100%; height: auto; mask-image: linear-gradient(transparent 0%, black 8%, black 92%, transparent 100%); }

.hero-cta-text { text-align: center; font-family: Futura, "Avenir Next", sans-serif; font-size: clamp(24px, 4vw, 38px); letter-spacing: 0.06em; font-weight: 700; color: rgb(217, 46, 46); margin: 36px 0px 0px; }

.hero-banner::before, .hero-banner::after { content: ""; position: absolute; top: 0px; bottom: 0px; width: 18%; z-index: 2; pointer-events: none; }

.hero-banner::before { left: 0px; background: linear-gradient(to right, var(--black) 0%, rgba(217,169,79,0.35) 40%, transparent 100%); }

.hero-banner::after { right: 0px; background: linear-gradient(to left, var(--black) 0%, rgba(217,169,79,0.35) 40%, transparent 100%); }

.hero-content { text-align: center; margin-top: 0px; margin-bottom: 50px; }

.brandmark { display: flex; flex-direction: column; align-items: center; }

.brandmark .brand-name { font-family: Futura, "Avenir Next", sans-serif; font-size: 14px; letter-spacing: 0.42em; color: var(--ivory); font-weight: 600; }

.aura-title { text-align: center; font-size: clamp(70px, 16vw, 190px); line-height: 0.85; margin: 0px; letter-spacing: 0.06em; font-weight: 800; position: sticky; top: 90px; z-index: 10; background-color: var(--black); padding: 10px 0px 20px; }

.aura-title .letter { display: inline-block; background: linear-gradient(155deg, rgb(253, 238, 192) 0%, rgb(217, 169, 79) 38%, rgb(138, 112, 47) 60%, rgb(217, 169, 79) 80%, rgb(253, 238, 192) 100%) text; color: transparent; opacity: 0.55; animation-duration: 5s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; animation-direction: normal; animation-fill-mode: none; animation-play-state: running; animation-name: letterWave; animation-timeline: auto; animation-range: normal; animation-delay: calc(var(--i) * 0.15s); }

@keyframes letterWave { 
  0% { opacity: 0.55; filter: brightness(1); }
  8% { opacity: 1; filter: brightness(1.7); }
  20% { opacity: 1; filter: brightness(1); }
  100% { opacity: 0.55; filter: brightness(1); }
}

.hero-kicker { font-size: clamp(13px, 1.6vw, 16px); letter-spacing: 0.12em; color: rgb(255, 255, 255); margin: 0px 0px 6px; opacity: 0; animation: 1s ease 0.55s 1 normal forwards running riseIn; }

.hero-kicker strong { color: var(--ivory); font-weight: 600; }

.mobile-only-break { display: block; }

@media (min-width: 641px) {
  .mobile-only-break { display: none; }
}

.hero-divider { width: 90px; height: 2px; background: var(--gold-bright); margin: 22px auto 30px; }

.hero-body { text-align: center; }

.hero-copy { max-width: 640px; margin: 0px auto; font-size: 16px; line-height: 1.85; color: var(--ivory-dim); font-family: Georgia, serif; }

.hero-copy .accomplish { display: block; margin-top: 14px; }

.hero-copy .arrive { display: block; margin-top: 18px; color: var(--gold-bright); font-style: italic; font-size: 19px; }

@keyframes riseIn { 
  0% { opacity: 0; transform: translateY(22px); }
  100% { opacity: 1; transform: translateY(0px); }
}

.moment { background: var(--black); padding: 50px 5vw 110px; border-top: 1px solid var(--hairline); }

.moment-kicker { font-family: Futura, "Avenir Next", sans-serif; font-size: clamp(12px, 1.3vw, 15px); letter-spacing: 0.32em; color: var(--ivory-dim); margin: 0px 0px 8px; }

.moment-title { font-family: Futura, "Avenir Next", sans-serif; font-size: clamp(22px, 3.2vw, 38px); letter-spacing: 0.1em; color: var(--gold-bright); margin: 0px 0px 22px; font-weight: 700; }

.moment-rule { width: 80px; height: 1px; background: var(--gold-dim); margin: 0px auto; }

.moment-frame { max-width: 1100px; margin: 0px auto 50px; overflow: hidden; border: 1px solid var(--hairline); }

.moment-img { display: block; width: 100%; height: auto; }

.moment-body { text-align: center; max-width: 620px; margin: 0px auto; }

.moment-copy { font-family: Georgia, serif; font-size: clamp(14px, 1.5vw, 17px); line-height: 1.85; color: var(--ivory-dim); margin: 0px 0px 22px; }

.moment-copy strong { color: var(--ivory); font-weight: 600; }

.moment-arrive { font-family: Georgia, serif; font-style: italic; font-size: clamp(16px, 2vw, 21px); color: var(--gold-bright); margin: 0px; }

@media (max-width: 640px) {
  .moment { padding: 70px 6vw 80px; }
}

.why { position: relative; background: var(--black-2); padding: 110px 5vw 100px; border-top: 1px solid var(--hairline); }

.why-head { text-align: center; margin-bottom: 70px; }

.why-title { font-size: 13px; letter-spacing: 0.4em; color: var(--gold-bright); position: relative; display: inline-block; padding: 0px 28px; }

.why-title::before, .why-title::after { content: ""; position: absolute; top: 50%; width: 140px; height: 1px; background: linear-gradient(to var(--dir,right), var(--gold-dim), transparent); }

.why-title::before { right: 100%; background: linear-gradient(to left, var(--gold-dim), transparent); }

.why-title::after { left: 100%; background: linear-gradient(to right, var(--gold-dim), transparent); }

.feat-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0px; max-width: 1480px; margin: 0px auto; }

.why-paragraph { max-width: 720px; margin: 60px auto 0px; text-align: center; color: var(--ivory-dim); font-size: 16px; line-height: 1.85; }

.why-subtitle { max-width: 720px; margin: 50px auto 0px; text-align: center; font-family: Futura, "Avenir Next", sans-serif; font-size: 22px; letter-spacing: 0.08em; color: var(--gold-bright); font-weight: 700; }

.why-title-accent { display: inline-block; margin-top: 10px; color: rgb(217, 46, 46); }

.why-title-stripes { position: relative; display: inline-block; padding: 0px 28px; }

.why-title-stripes::before, .why-title-stripes::after { content: ""; position: absolute; top: 50%; width: 90px; height: 1px; }

.why-title-stripes::before { right: 100%; background: linear-gradient(to left, var(--gold-dim), transparent); }

.why-title-stripes::after { left: 100%; background: linear-gradient(to right, var(--gold-dim), transparent); }

@media (max-width: 640px) {
  .why-title-stripes::before, .why-title-stripes::after { width: 40px; }
}

.feat { padding: 0px 26px; text-align: center; border-left: 1px solid var(--hairline); opacity: 0; transform: translateY(16px); animation: featFadeIn 0.7s ease forwards; animation-delay: 0.15s; }
@keyframes featFadeIn { to { opacity: 1; transform: translateY(0px); } }

.feat:first-child { border-left-width: medium; border-left-style: none; border-left-color: currentcolor; }

.feat.in-view { opacity: 1; transform: translateY(0px); }

.feat-icon { width: 56px; height: 56px; margin: 0px auto 26px; color: var(--gold); }

.feat-icon svg { width: 100%; height: 100%; }

.feat-title { font-size: 12.5px; letter-spacing: 0.14em; color: var(--gold-bright); margin-bottom: 16px; line-height: 1.5; min-height: 38px; }

.feat-text { font-family: Georgia, serif; font-size: 13.5px; line-height: 1.7; color: var(--ivory-dim); }

.spec { background: var(--panel); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); padding: 60px 5vw; }

.spec-group-title { text-align: center; font-family: Futura, "Avenir Next", sans-serif; font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ivory-dim); margin-bottom: 30px; }

.race-specs { background: linear-gradient(120deg, rgb(207, 161, 78) 0%, rgb(230, 194, 114) 28%, rgb(185, 136, 58) 55%, rgb(230, 194, 114) 78%, rgb(207, 161, 78) 100%); padding: 60px 5vw; }

.race-specs-title { text-align: center; font-family: Futura, "Avenir Next", sans-serif; font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--black); font-weight: 700; margin-bottom: 34px; }

.race-specs-grid .spec-num { color: var(--black); }

.race-specs-grid .spec-label { color: rgba(7, 6, 10, 0.65); }

.spec-grid { max-width: 1100px; margin: 0px auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; }

.spec-grid-6 { max-width: 1300px; grid-template-columns: repeat(6, 1fr); gap: 30px; }

.spec-num { font-family: Futura, "Avenir Next", sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--gold-bright); letter-spacing: 0.02em; margin-top: 10px; }

.spec-grid-6 .spec-num { font-size: clamp(22px, 2.6vw, 32px); white-space: nowrap; }

.spec-label { font-size: 11px; letter-spacing: 0.22em; color: var(--ivory-dim); }

.cost-schedule { background: var(--black); padding: 90px 5vw 100px; border-top: 1px solid var(--hairline); }

.cost-schedule-title { text-align: center; font-family: Futura, "Avenir Next", sans-serif; font-size: 13px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 50px; }

.cost-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; max-width: 1200px; margin: 0px auto; }

.cost-box { border: 1px solid var(--gold); padding: 36px 28px; text-align: center; transition: transform 0.25s, box-shadow 0.25s; cursor: default; }

.cost-box:hover { transform: scale(1.05); box-shadow: rgba(217, 169, 79, 0.25) 0px 12px 40px; z-index: 2; }

.cost-box-1 { background: linear-gradient(160deg, rgb(26, 20, 16) 0%, rgb(43, 31, 18) 100%); }

.cost-box-2 { background: linear-gradient(160deg, rgb(20, 24, 26) 0%, rgb(28, 43, 43) 100%); }

.cost-box-3 { background: linear-gradient(160deg, rgb(26, 20, 24) 0%, rgb(43, 26, 37) 100%); }

.cost-tier { font-family: Futura, "Avenir Next", sans-serif; font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ivory-dim); margin-bottom: 14px; }

.cost-price { font-family: Futura, "Avenir Next", sans-serif; font-size: clamp(22px, 2.6vw, 30px); font-weight: 800; color: var(--gold-bright); margin-bottom: 26px; white-space: nowrap; }

.cost-details { list-style: none; padding: 0px; margin: 0px; text-align: left; }

.cost-details li { font-family: Georgia, serif; font-size: 14px; line-height: 1.7; color: var(--ivory-dim); padding: 10px 0px; border-top: 1px solid var(--hairline); }

.cost-details li:first-child { border-top-width: medium; border-top-style: none; border-top-color: currentcolor; }

@media (max-width: 900px) {
  .cost-grid { grid-template-columns: 1fr; gap: 26px; }
}

.detail { padding: 130px 5vw; max-width: 1400px; margin: 0px auto; }

.detail-full { max-width: 720px; text-align: center; }

.detail-full .detail-list { text-align: left; }

.detail-eyebrow { font-size: 11px; letter-spacing: 0.32em; color: var(--gold); margin-bottom: 22px; }

.detail h2 { font-family: Futura, "Avenir Next", sans-serif; font-size: clamp(32px, 4vw, 46px); letter-spacing: 0.04em; line-height: 1.25; margin: 0px 0px 26px; color: var(--ivory); text-transform: uppercase; }

.detail h2 em { color: var(--gold-bright); font-style: normal; }

.detail p { font-family: Georgia, serif; font-size: 16px; line-height: 1.9; color: var(--ivory-dim); margin: 0px 0px 18px; }

.detail-list { list-style: none; padding: 0px; margin: 30px 0px 0px; }

.detail-list li { font-family: Georgia, serif; font-size: 14.5px; color: var(--ivory-dim); padding: 14px 0px; border-top: 1px solid var(--hairline); display: flex; justify-content: space-between; }

.detail-list li span:last-child { color: var(--gold-bright); }

.cta { background: linear-gradient(120deg, rgb(207, 161, 78) 0%, rgb(230, 194, 114) 28%, rgb(185, 136, 58) 55%, rgb(230, 194, 114) 78%, rgb(207, 161, 78) 100%); color: var(--black); text-align: center; padding: 70px 6vw 60px; }

.cta-line { font-size: clamp(20px, 3vw, 32px); letter-spacing: 0.1em; font-weight: 700; margin: 0px 0px 22px; }

.cta-rule { width: 120px; height: 1px; background: rgba(7, 6, 10, 0.4); margin: 0px auto 22px; }

.cta-sub { font-family: Georgia, serif; font-size: 15px; letter-spacing: 0.02em; margin: 0px 0px 10px; }

.cta-bold { font-family: Futura, "Avenir Next", sans-serif; font-size: clamp(22px, 3vw, 30px); letter-spacing: 0.08em; font-weight: 800; margin: 6px 0px 36px; }

.cta-buttons { display: flex; justify-content: center; gap: 18px; margin-bottom: 0px; flex-wrap: wrap; }

.btn { font-family: Futura, "Avenir Next", sans-serif; font-size: 12px; letter-spacing: 0.2em; padding: 16px 36px; cursor: pointer; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; transition: 0.25s; }

.btn-dark { background: var(--black); color: var(--gold-bright); }

.btn-dark:hover { background: rgb(26, 22, 32); }

.btn-outline { background: transparent; color: var(--black); border: 1px solid rgba(7, 6, 10, 0.5); }

.btn-outline:hover { background: rgba(7, 6, 10, 0.08); }

.btn-green { background: rgb(45, 158, 95); color: rgb(255, 255, 255); }

.btn-green:hover { background: rgb(36, 138, 81); }

.reserve-overlay { position: fixed; inset: 0px; background: rgba(5, 4, 7, 0.82); display: none; align-items: center; justify-content: center; z-index: 200; padding: 24px; }

.reserve-overlay.open { display: flex; }

.reserve-modal { background: var(--black-2); border: 1px solid var(--hairline); max-width: 460px; width: 100%; padding: 44px 36px 36px; position: relative; max-height: 90vh; overflow-y: auto; }

.reserve-close { position: absolute; top: 16px; right: 18px; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: var(--ivory-dim); font-size: 26px; cursor: pointer; line-height: 1; transition: color 0.2s; }

.reserve-close:hover { color: var(--gold-bright); }

.reserve-head { text-align: center; margin-bottom: 28px; }

.reserve-kicker { font-family: Futura, "Avenir Next", sans-serif; font-size: 11px; letter-spacing: 0.3em; color: var(--gold); margin: 0px 0px 10px; }

.reserve-title { font-family: Futura, "Avenir Next", sans-serif; font-size: 22px; letter-spacing: 0.08em; color: var(--ivory); margin: 0px 0px 16px; text-transform: uppercase; }

.reserve-rule { width: 60px; height: 1px; background: var(--gold-dim); margin: 0px auto; }

.reserve-form { display: flex; flex-direction: column; gap: 18px; }

.reserve-form label { display: flex; flex-direction: column; gap: 8px; font-family: Futura, "Avenir Next", sans-serif; font-size: 11px; letter-spacing: 0.14em; color: var(--ivory-dim); text-transform: uppercase; }

.reserve-form .optional { color: var(--gold-dim); text-transform: none; letter-spacing: 0px; font-family: Georgia, serif; }

.reserve-form input, .reserve-form textarea { background: var(--panel); border: 1px solid var(--hairline); color: var(--ivory); padding: 12px 14px; font-family: Georgia, serif; font-size: 14px; letter-spacing: normal; text-transform: none; resize: vertical; }

.reserve-form input:focus, .reserve-form textarea:focus { outline: none; border-color: var(--gold); }

.reserve-submit { margin-top: 8px; width: 100%; }

.reserve-submit:disabled { opacity: 0.6; cursor: not-allowed; }

.reserve-status { text-align: center; font-family: Georgia, serif; font-size: 13px; color: var(--gold-bright); min-height: 18px; margin: 0px; }

.reserve-status.error { color: rgb(224, 122, 106); }

.footer-strip { background: var(--black); color: var(--gold-dim); text-align: center; font-size: 11px; letter-spacing: 0.3em; padding: 22px 5vw; border-top: 1px solid var(--hairline); }

.invest-cta-section { background: var(--black); text-align: center; padding: 50px 6vw 60px; }

.btn-invest-cta { display: inline-block; background: rgb(217, 98, 26); color: rgb(255, 255, 255); padding: 18px 44px; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; transition: background 0.2s; }

.btn-invest-cta:hover { background: rgb(184, 81, 21); }

.disclaimer-box { max-width: 760px; margin: 34px auto 0; background: var(--ivory); border-radius: 6px; padding: 26px 32px; }
.disclaimer-text { color: #2a2a2a; font-size: 13px; line-height: 1.7; letter-spacing: 0.01em; text-transform: none; font-weight: 400; margin: 0; }

.footer { background: var(--black-2); padding: 60px 5vw 40px; border-top: 1px solid var(--hairline); }

.footer-inner { max-width: 1100px; margin: 0px auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; }

.footer-col h4 { font-family: Futura, "Avenir Next", sans-serif; font-size: 11px; letter-spacing: 0.24em; color: var(--gold-bright); margin: 0px 0px 18px; }

.footer-col p, .footer-col a { display: block; font-family: Georgia, serif; font-size: 13.5px; color: var(--ivory-dim); margin-bottom: 10px; }

.footer-col a:hover { color: var(--gold-bright); }

.image-disclaimer { text-align: center; font-size: 11px; letter-spacing: 0.03em; color: var(--ivory); opacity: 0.5; padding: 28px 8vw; font-family: Georgia, serif; line-height: 1.6; }

.footer-bottom { text-align: center; font-size: 10.5px; letter-spacing: 0.18em; color: var(--gold-dim); padding: 30px 5vw 36px; font-family: Futura, "Avenir Next", sans-serif; }

@media (max-width: 980px) {
  .feat-grid { grid-template-columns: repeat(3, 1fr); row-gap: 50px; }
  .feat { border-left-width: medium; border-left-style: none; border-left-color: currentcolor; }
  .detail { grid-template-columns: 1fr; gap: 50px; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .mobile-menu { display: flex; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .aura-title { letter-spacing: 0.02em; }
  .hero-content { padding-top: 0px; margin-bottom: 0px; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .why-title::before, .why-title::after { width: 40px; }
  .hero { padding: 80px 5vw 24px; min-height: 0px; }
  .hero-banner { width: 97vw; max-width: none; margin-left: calc(50% - 48.5vw); margin-right: calc(50% - 48.5vw); margin-top: 48px; }
  .moment { padding: 30px 5vw 50px; }
  .why { padding: 60px 5vw 50px; }
  .spec { padding: 50px 5vw; }
  .race-specs { padding: 36px 5vw; }
  .cost-schedule { padding: 50px 5vw 55px; }
  .detail { padding: 60px 5vw; }
  .cta { padding: 50px 6vw 36px; }
  .footer { padding: 40px 5vw 28px; }
  .invest-cta-section { padding: 30px 6vw 40px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg { animation: auto ease 0s 1 normal none running none; }
  .hero-scroll::after { animation: auto ease 0s 1 normal none running none; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* Cost Schedule tiers now link to models.html — restore block layout and pointer cursor for the <a> wrapper */
.cost-box { display: block; cursor: pointer; color: inherit; text-decoration: none; }
