/* RideOps visual system v2: obsidian, rich gold, signal red, and cool ice. */
:root {
  --night: #080a0f;
  --graphite: #141824;
  --carbon: #1d2230;
  --ice: #f3f6ff;
  --mist: #e9edf6;
  --gold: #d5a84b;
  --coral: #ff5a36;
  --muted: #737b8c;
  --line-v2: rgba(17, 22, 34, .14);
  --ink: #111620;
  --navy: var(--night);
  --cream: var(--ice);
  --sage: var(--mist);
  --green: var(--gold);
  --amber: var(--coral);
  --line: var(--line-v2);
}

body { background: var(--ice); color: var(--ink); }
body::selection { background: var(--gold); color: #111620; }
.wrap { width: min(1240px, calc(100% - 64px)); }

.top { position: relative; overflow: hidden; background: var(--night); }
.top::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 86% 18%, rgba(213,168,75,.16), transparent 32%), linear-gradient(115deg, transparent 62%, rgba(255,90,54,.06)); }
.notice { position: relative; z-index: 3; background: #0d1018; color: #aeb8cd; border-bottom: 1px solid rgba(255,255,255,.07); }
.notice-dot { background: var(--coral); box-shadow: 0 0 0 5px rgba(255,90,54,.12); }
header { position: relative; z-index: 3; height: 96px; border-bottom-color: rgba(255,255,255,.1); }
nav { color: #b9c1d2; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .2s ease; }
nav a:hover::after { right: 0; }
.outline-button { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.035); }
.outline-button:hover { border-color: var(--coral); color: #fff; background: rgba(255,90,54,.12); }

.logo-mark { background: linear-gradient(145deg, #f4dfaa 0%, #d5a84b 46%, #6b4b1b 100%); box-shadow: 0 9px 22px #0009, inset 0 1px 2px #fff9, inset 0 -4px 9px #2f1f0b; }
.logo-mark i { color: #11170a; text-shadow: 0 1px 0 rgba(255,255,255,.4); }
.logo-mark b { border-color: #ffad9b; filter: drop-shadow(0 0 5px rgba(255,90,54,.72)); }
.logo-mark em { background: radial-gradient(circle at 35% 30%, #fff 0 14%, #ff8d75 20%, #f43f1d 74%); box-shadow: 0 0 10px rgba(255,90,54,.76); }
.logo-name strong span { color: #efd597; }
.logo-name small { color: #aeb7ca; }

.hero { min-height: 660px; margin-top: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); background: #080a0f; box-shadow: 0 38px 90px rgba(0,0,0,.46); }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(8,10,15,.97) 0%, rgba(8,10,15,.87) 35%, rgba(8,10,15,.18) 68%, rgba(8,10,15,.05) 100%), linear-gradient(0deg, rgba(8,10,15,.5), transparent 45%); }
.hero::after { content: ""; position: absolute; z-index: 2; top: -72px; left: 43%; width: 1px; height: 820px; background: linear-gradient(transparent, rgba(213,168,75,.65), transparent); transform: rotate(19deg); box-shadow: 38px 0 0 rgba(255,90,54,.18); }
.hero>img.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .94; transform: none; }
.hero-copy { position: relative; z-index: 3; width: min(620px, 58%); padding: 104px 0 92px 6.4%; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; color: #a9b5cc; font: 500 9px "DM Mono", monospace; letter-spacing: .15em; }
.hero-kicker i { width: 34px; height: 2px; background: var(--coral); box-shadow: 0 0 14px rgba(255,90,54,.8); }
.hero h1 { margin: 27px 0 25px; color: #f5f7fc; font-size: clamp(58px, 6.2vw, 88px); line-height: .9; letter-spacing: -.075em; }
.hero h1 em { color: #f0d28a; font: 500 italic .95em "Playfair Display", serif; letter-spacing: -.055em; text-shadow: 0 0 35px rgba(213,168,75,.24); }
.hero-copy>p { max-width: 520px; margin: 0; color: #b3bdcf; font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.signal-button { display: inline-flex; align-items: center; gap: 35px; padding: 16px 18px; background: var(--gold); color: #111620; font-size: 11px; font-weight: 800; box-shadow: 8px 8px 0 rgba(255,90,54,.9); transition: transform .2s ease, box-shadow .2s ease; }
.signal-button:hover { transform: translate(-2px,-2px); box-shadow: 11px 11px 0 rgba(255,90,54,.94); }
.text-link { color: #d2d8e4; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 5px; font-size: 11px; font-weight: 800; }
.text-link span { color: var(--coral); }
.hero-signal { position: absolute; z-index: 3; right: 24px; bottom: 24px; width: 286px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.14); background: rgba(8,10,15,.74); backdrop-filter: blur(15px); }
.hero-signal span,.hero-signal strong { display: block; }
.hero-signal span { color: var(--coral); font: 500 8px "DM Mono", monospace; letter-spacing: .14em; }
.hero-signal strong { margin-top: 7px; color: #dce2ef; font-size: 10px; line-height: 1.5; }

.hero-summary { position: relative; color: #b5bed0; }
.hero-summary>span { color: #e7c777; }
.hero-summary a { border-color: var(--coral); color: #eef2ff; }
.path { background: var(--gold); border: 0; color: #111620; }
.path span { color: #4b3515; }
.path b { color: var(--coral); }

.chapter { position: relative; }
.chapter::before { content: ""; position: absolute; left: -8vw; top: 65px; width: 260px; height: 260px; border: 1px solid rgba(213,168,75,.24); transform: rotate(35deg); pointer-events: none; }
.eyebrow,.story-list small,.story-list>article>span,.launch-steps>article>span { color: #8a6525; }
.story-list article { position: relative; padding: 34px 18px 34px 0; transition: background .2s ease, transform .2s ease; }
.story-list article::before { content: ""; position: absolute; left: -16px; top: 24px; bottom: 24px; width: 3px; background: transparent; }
.story-list article:hover { background: rgba(213,168,75,.08); transform: translateX(8px); }
.story-list article:hover::before { background: var(--coral); }
.story-list i { color: #8b682a; }

.ops { position: relative; overflow: hidden; background: var(--graphite); color: var(--ice); }
.ops::before { content: ""; position: absolute; right: -180px; top: -210px; width: 580px; height: 580px; border: 1px solid rgba(213,168,75,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(213,168,75,.035), 0 0 0 160px rgba(255,90,54,.025); }
.ops .eyebrow { color: #edcf88; }
.ops h2 i,.launch h2 i,.close h2 i { color: #c7973b; }
.ops>div>p { color: #aeb7c8; }
.ops ul { position: relative; z-index: 1; }
.ops li { border-color: rgba(255,255,255,.11); color: #dce1ec; }
.ops li b { color: var(--coral); }
.manager { background: #f8f9fd; color: var(--ink); box-shadow: 16px 16px 0 var(--gold), 0 25px 60px rgba(0,0,0,.34); }
.manager-head { color: #80662f; }
.manager-head em { background: #f7f0e0; color: #6b4e1c; }
.manager h3 i { color: #886423; }
.timeline .done { border-color: var(--gold); background: var(--gold); }
.timeline .active { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(255,90,54,.16); }
.timeline em { background: #f7f0e0; color: #614617; }

.launch { position: relative; }
.launch-steps article { transition: background .2s ease; }
.launch-steps article:hover { background: rgba(213,168,75,.08); }
.questions a { border-color: #8b682a; }
summary b { color: #8b682a; }
.close>div { background: var(--night); box-shadow: 18px 18px 0 var(--gold); }
.close>div::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 20%, rgba(213,168,75,.24), transparent 30%), linear-gradient(120deg, transparent 70%, rgba(255,90,54,.09)); }
.close>div:after { border-color: rgba(213,168,75,.18); border-radius: 0; transform: rotate(35deg); }
.close .eyebrow { color: #edcf88; }
.close p { color: #b4bece; }
.close small { color: #9ba7bc; }
.close .light-button { position: relative; z-index: 1; background: var(--gold); color: #111620; box-shadow: 8px 8px 0 var(--coral); }
footer .logo-name strong { color: var(--ink); }
footer .logo-name strong span { color: #8a6525; }
footer .logo-name small { color: #66708a; }

@media (max-width: 900px) {
  .hero { min-height: 620px; }
  .hero-copy { width: 74%; padding-top: 82px; }
  .hero>img.hero-art { object-position: 62% center; opacity: .75; }
  .hero::before { background: linear-gradient(90deg, rgba(8,10,15,.98) 0%, rgba(8,10,15,.84) 56%, rgba(8,10,15,.3)); }
}

@media (max-width: 560px) {
  .wrap { width: calc(100% - 32px); }
  .hero { min-height: 610px; margin-top: 18px; }
  .hero>img.hero-art { width: 100%; height: 100%; margin: 0; transform: none; object-position: 67% center; opacity: .6; }
  .hero::before { background: linear-gradient(180deg, rgba(8,10,15,.62), rgba(8,10,15,.96) 68%); }
  .hero-copy { width: auto; padding: 66px 21px 160px; }
  .hero h1 { font-size: 51px; }
  .hero-copy>p { font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-signal { left: 20px; right: 20px; bottom: 20px; width: auto; }
  .hero-summary { padding-top: 24px; }
  .path { background: #c99b42; }
  .manager { box-shadow: 10px 10px 0 var(--gold); }
  .close>div { box-shadow: 10px 10px 0 var(--gold); }
}
