:root {
  --navy: #071426;
  --navy-soft: #0c1d34;
  --ink: #101d2d;
  --cream: #f4efe4;
  --paper: #faf8f2;
  --orange: #ff9f1c;
  --gold: #ffc13d;
  --mint: #48bc88;
  --line: rgba(15, 31, 48, .16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -80px; padding: 12px 16px; background: white; color: var(--navy); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: white; transition: background .25s, box-shadow .25s; }
.site-header.scrolled, .site-header.open { background: rgba(7, 20, 38, .94); box-shadow: 0 10px 35px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.nav-wrap { max-width: 1340px; height: 82px; margin: auto; padding: 0 32px; display: flex; align-items: center; gap: 44px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.brand img { width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,.22); }
.brand i { color: var(--gold); font-style: normal; }
.site-nav { display: flex; gap: 34px; margin-left: auto; }
.site-nav a { position: relative; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--orange); transition: right .2s; }
.site-nav a:hover { color: white; }
.site-nav a:hover::after { right: 0; }
.nav-cta { margin-left: 12px; border: 1px solid rgba(255,255,255,.38); padding: 11px 16px; border-radius: 5px; font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: background .2s, color .2s; }
.nav-cta span { color: var(--gold); margin-left: 8px; }
.nav-cta:hover { color: var(--navy); background: white; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; margin-left: auto; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: white; transition: .2s; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 980px; overflow: hidden; color: white; background: var(--navy); }
.hero-backdrop { position: absolute; inset: 0; background: url("assets/hero.png") 68% center / cover no-repeat; transform: scale(1.015); animation: breathe 13s ease-in-out infinite alternate; }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,26,.95) 0%, rgba(4,13,26,.75) 31%, rgba(4,13,26,.12) 67%, rgba(4,13,26,.3) 100%), linear-gradient(0deg, rgba(4,12,25,.76) 0%, transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(var(--max), calc(100% - 64px)); margin: auto; padding-top: clamp(170px, 24vh, 245px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; text-transform: uppercase; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .22em; }
.eyebrow span { width: 36px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #9a5b06; }
.hero h1 { margin: 0; max-width: 750px; font-size: clamp(52px, 7vw, 104px); line-height: .88; letter-spacing: -.065em; font-weight: 950; text-shadow: 0 6px 28px rgba(0,0,0,.24); }
.hero h1 strong { color: var(--gold); font-weight: inherit; }
.hero-copy { max-width: 570px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.7vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 190px; padding: 16px 18px; border: 1px solid transparent; border-radius: 5px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--navy); }
.button-primary:hover { background: var(--gold); }
.button-ghost { color: white; border-color: rgba(255,255,255,.38); background: rgba(7,20,38,.16); backdrop-filter: blur(5px); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.1); }
.hero-rail { position: absolute; z-index: 2; right: 36px; top: 50%; display: flex; flex-direction: column; gap: 28px; transform: translateY(-45%); }
.hero-rail div { display: flex; align-items: center; justify-content: flex-end; gap: 12px; color: rgba(255,255,255,.75); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero-rail b { color: var(--gold); font-size: 10px; }
.hero-rail div::after { content: ""; width: 28px; height: 1px; background: rgba(255,255,255,.45); }
.scroll-cue { position: absolute; z-index: 3; left: max(32px, calc((100% - var(--max)) / 2)); bottom: 32px; display: flex; align-items: center; gap: 14px; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: rgba(255,255,255,.68); }
.scroll-cue i { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; position: relative; }
.scroll-cue i::after { content: "↓"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--gold); font-style: normal; }

.section { padding: 120px max(32px, calc((100% - var(--max)) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; column-gap: 100px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section h2 { margin: 0; font-size: clamp(44px, 5.5vw, 76px); line-height: .97; letter-spacing: -.055em; font-weight: 900; }
.section h2 em { color: #a55e00; font-family: Georgia, serif; font-weight: 400; }
.section-heading > p:last-child { margin: 0 0 5px; color: #566273; font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border: 1px solid var(--line); }
.feature-card { position: relative; min-height: 390px; padding: 34px; border-right: 1px solid var(--line); transition: background .25s, color .25s, transform .25s; overflow: hidden; }
.feature-card:last-child { border-right: 0; }
.feature-card:hover { z-index: 2; color: white; background: var(--navy-soft); transform: translateY(-7px); box-shadow: 0 20px 50px rgba(7,20,38,.18); }
.feature-card:hover p, .feature-card:hover .feature-no { color: rgba(255,255,255,.65); }
.feature-card svg { width: 76px; height: 76px; margin: 56px 0 34px; fill: none; stroke: var(--orange); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feature-no { position: absolute; top: 28px; right: 30px; color: #9ba1a8; font: italic 15px Georgia, serif; }
.feature-card h3 { margin: 0 0 14px; font-size: 23px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: #687180; font-size: 14px; line-height: 1.75; transition: color .25s; }

.showcase { color: white; background: var(--navy); overflow: hidden; }
.showcase-top { display: grid; grid-template-columns: 1fr 340px; align-items: end; gap: 80px; }
.showcase h2 em { color: var(--gold); }
.showcase-top > p { margin: 0 0 6px; color: rgba(255,255,255,.62); line-height: 1.7; }
.screen-stage { position: relative; margin-top: 72px; }
.screen-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; scroll-behavior: smooth; padding: 12px max(5vw, calc((100vw - var(--max)) / 2)) 28px; margin-inline: calc(-1 * max(32px, calc((100vw - var(--max)) / 2))); }
.screen-track::-webkit-scrollbar { display: none; }
.screen-card { flex: 0 0 min(322px, 78vw); margin: 0; scroll-snap-align: center; transition: transform .25s; }
.screen-card:hover { transform: translateY(-8px); }
.screen-card img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 16px; box-shadow: 0 22px 50px rgba(0,0,0,.32); }
.screen-card figcaption { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.screen-card figcaption b { color: var(--orange); font: italic 15px Georgia, serif; }
.screen-card figcaption span { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.gallery-arrow { position: absolute; z-index: 3; top: 42%; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; background: rgba(7,20,38,.74); backdrop-filter: blur(8px); cursor: pointer; transition: background .2s, color .2s; }
.gallery-arrow:hover { color: var(--navy); background: var(--gold); }
.gallery-arrow.prev { left: -22px; }
.gallery-arrow.next { right: -22px; }
.gallery-footer { display: flex; align-items: center; gap: 30px; margin-top: 24px; }
.gallery-progress { flex: 1; height: 2px; background: rgba(255,255,255,.13); overflow: hidden; }
.gallery-progress i { display: block; width: 20%; height: 100%; background: var(--orange); transform-origin: left; transition: transform .15s; }
.gallery-footer p { color: rgba(255,255,255,.44); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; white-space: nowrap; }
.gallery-footer p span { color: var(--gold); }

.heroes { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; overflow: hidden; background: var(--cream); }
.hero-card-art { position: relative; min-height: 550px; display: grid; place-items: center; }
.hero-card-art::before { content: ""; position: absolute; width: 430px; aspect-ratio: 1; border-radius: 50%; background: var(--orange); box-shadow: inset 0 0 0 26px rgba(255,255,255,.13); }
.hero-card-art::after { content: "M&F"; position: absolute; bottom: 13%; left: 5%; color: rgba(7,20,38,.09); font-size: 110px; font-weight: 950; letter-spacing: -.08em; }
.hero-card-art img { position: relative; z-index: 2; width: min(370px, 76%); border-radius: 25%; transform: rotate(-5deg); box-shadow: 0 32px 70px rgba(7,20,38,.28); }
.orbit { position: absolute; z-index: 3; border: 1px solid rgba(7,20,38,.22); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--navy); }
.orbit-one { width: 500px; height: 500px; animation: orbit 14s linear infinite; }
.orbit-one::after { top: 28px; left: 92px; }
.orbit-two { width: 455px; height: 455px; animation: orbit 10s linear reverse infinite; }
.orbit-two::after { bottom: 5px; right: 138px; background: var(--mint); }
.heroes-copy > p:not(.eyebrow) { color: #626d79; font-size: 17px; line-height: 1.75; }
.heroes-copy ul { list-style: none; padding: 0; margin: 44px 0 0; border-top: 1px solid var(--line); }
.heroes-copy li { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.heroes-copy li span { color: #a55e00; font: italic 13px Georgia, serif; }
.heroes-copy li b { font-size: 14px; }
.heroes-copy li small { color: #7c8490; }

.support { background: var(--paper); }
.support-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; padding: 74px; color: white; background: var(--navy-soft); }
.support-panel::after { content: "?"; position: absolute; right: -20px; bottom: -115px; color: rgba(255,255,255,.035); font: 500px/.8 Georgia, serif; }
.support h2 em { color: var(--gold); }
.support-action { position: relative; z-index: 2; }
.support-action p { margin: 0 0 32px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.75; }
.email-link { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.28); color: var(--gold); font-size: clamp(16px, 2vw, 23px); font-weight: 800; transition: border-color .2s; }
.email-link:hover { border-color: var(--gold); }

.site-footer { padding: 70px max(32px, calc((100% - var(--max)) / 2)) 30px; color: white; background: #040d1a; }
.footer-main { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 70px; }
.footer-logo img { width: 180px; }
.footer-main > p { color: rgba(255,255,255,.55); font: italic 22px/1.35 Georgia, serif; }
.footer-main nav { display: flex; gap: 30px; }
.footer-main nav a { color: rgba(255,255,255,.65); font-size: 12px; font-weight: 700; }
.footer-main nav a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes breathe { to { transform: scale(1.055); } }
@keyframes orbit { to { transform: rotate(360deg); } }

/* Legal pages */
.legal-body { background: var(--paper); }
.legal-header { position: static; color: white; background: var(--navy); }
.legal-header .nav-wrap { max-width: var(--max); padding-inline: 0; }
.legal-header .site-nav { margin-left: auto; }
.legal-header .site-nav a { color: rgba(255,255,255,.7); }
.legal-hero { padding: 110px max(32px, calc((100% - var(--max)) / 2)) 75px; color: white; background: var(--navy); }
.legal-hero .eyebrow { margin-bottom: 30px; }
.legal-hero h1 { margin: 0; font-size: clamp(52px, 8vw, 96px); letter-spacing: -.06em; line-height: .95; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 36px; margin-top: 35px; color: rgba(255,255,255,.54); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 750px); gap: 90px; padding: 80px max(32px, calc((100% - var(--max)) / 2)) 120px; }
.legal-toc { position: sticky; top: 30px; align-self: start; padding: 24px 0; border-top: 2px solid var(--ink); }
.legal-toc b { display: block; margin-bottom: 16px; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.legal-toc a { display: block; padding: 7px 0; color: #657080; font-size: 12px; }
.legal-toc a:hover { color: #9a5b06; }
.legal-content .lead { margin: 0 0 56px; padding-bottom: 44px; border-bottom: 1px solid var(--line); color: #4e5966; font-size: 19px; line-height: 1.75; }
.legal-section { margin-bottom: 52px; scroll-margin-top: 30px; }
.legal-section h2 { margin: 0 0 18px; font-size: 25px; letter-spacing: -.025em; }
.legal-section h2 span { display: inline-block; width: 36px; color: #a55e00; font: italic 14px Georgia, serif; }
.legal-section h3 { margin: 27px 0 10px; font-size: 16px; }
.legal-section p, .legal-section li { color: #596473; font-size: 14px; line-height: 1.85; }
.legal-section ul { padding-left: 20px; }
.legal-section a { color: #915400; text-decoration: underline; text-underline-offset: 3px; }
.notice-box { padding: 22px 24px; border-left: 3px solid var(--orange); background: #fff4df; }

@media (max-width: 980px) {
  .nav-wrap { padding-inline: 24px; }
  .site-nav { gap: 22px; }
  .nav-cta { display: none; }
  .hero-rail { display: none; }
  .section-heading, .showcase-top, .support-panel { grid-template-columns: 1fr; gap: 30px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-card:last-child { border-bottom: 0; }
  .feature-card svg { margin-top: 20px; }
  .heroes { grid-template-columns: 1fr; gap: 60px; }
  .hero-card-art { min-height: 500px; }
  .footer-main { grid-template-columns: 180px 1fr; }
  .footer-main nav { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .nav-wrap { height: 70px; padding-inline: 18px; }
  .brand img { width: 38px; height: 38px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 70px; display: grid; gap: 0; padding: 12px 22px 24px; background: rgba(7,20,38,.97); transform: translateY(-135%); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s; }
  .site-header.open .site-nav { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-header.open .menu-button span:first-child { transform: translateY(7px) rotate(45deg); }
  .site-header.open .menu-button span:nth-child(2) { opacity: 0; }
  .site-header.open .menu-button span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 700px; }
  .hero-backdrop { background-position: 62% center; }
  .hero-vignette { background: linear-gradient(90deg, rgba(4,13,26,.93), rgba(4,13,26,.2)), linear-gradient(0deg, rgba(4,12,25,.87), transparent 60%); }
  .hero-content { width: calc(100% - 36px); padding-top: 160px; }
  .hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-copy { max-width: 90%; font-size: 15px; }
  .hero-actions { align-items: stretch; }
  .button { min-width: 0; width: 100%; }
  .scroll-cue { left: 18px; bottom: 20px; }
  .section { padding: 82px 20px; }
  .section h2 { font-size: clamp(40px, 13vw, 59px); }
  .section-heading { display: block; }
  .section-heading > p:last-child { margin-top: 26px; }
  .feature-grid { margin-top: 48px; }
  .feature-card { padding: 28px; }
  .screen-track { margin-inline: -20px; padding-inline: 42px; }
  .gallery-arrow { display: none; }
  .gallery-footer p { display: none; }
  .heroes { gap: 40px; }
  .hero-card-art { min-height: 360px; }
  .hero-card-art::before { width: 290px; }
  .hero-card-art::after { font-size: 78px; }
  .orbit-one { width: 335px; height: 335px; }
  .orbit-two { width: 305px; height: 305px; }
  .heroes-copy li { grid-template-columns: 32px 1fr; }
  .heroes-copy li small { grid-column: 2; }
  .support-panel { padding: 42px 26px; }
  .email-link { overflow-wrap: anywhere; }
  .site-footer { padding-inline: 22px; }
  .footer-main { display: block; }
  .footer-logo img { width: 160px; }
  .footer-main > p { margin-block: 28px; }
  .footer-main nav { flex-direction: column; gap: 16px; }
  .footer-bottom { display: grid; gap: 12px; }
  .legal-header .nav-wrap { padding-inline: 18px; }
  .legal-header .site-nav { display: flex; position: static; transform: none; opacity: 1; pointer-events: auto; margin-left: auto; padding: 0; background: none; }
  .legal-header .site-nav a { padding: 0; border: 0; }
  .legal-header .site-nav a:first-child { display: none; }
  .legal-hero { padding-top: 74px; }
  .legal-layout { display: block; padding-top: 55px; }
  .legal-toc { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
