/* Rise of the Kings II — shared stylesheet. EDIT STYLES HERE ONLY. */

:root{
  --navy:#0B1A2E;
  --navy-2:#112844;
  --gold:#C9A227;
  --gold-lt:#E6C964;
  --ink:#1E1E1E;
  --cream:#F7F4EC;
  --white:#FFFFFF;
  --silver:#C8CDD6;
  --maxw:1200px;
  --nav-h:74px;
  --ease:cubic-bezier(.22,.61,.36,1);
  --serif:'Cinzel',Georgia,serif;
  --sans:'Outfit',-apple-system,BlinkMacSystemFont,sans-serif;
  --accent-serif:'Cormorant Garamond',Georgia,serif;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
section[id], div[id]{scroll-margin-top:90px}

body{
  background:var(--navy);
  color:var(--cream);
  font-family:var(--sans);
  font-weight:300;
  line-height:1.65;
  font-size:1.02rem;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
::selection{background:rgba(201,162,39,.3);color:var(--white)}

h1,h2,h3,h4{font-family:var(--serif);font-weight:700;line-height:1.12;color:var(--white);letter-spacing:.005em}

.container{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem;width:100%}

.gold-text{
  background:linear-gradient(170deg,var(--gold-lt) 5%,var(--gold) 60%,#a9851d 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}

/* ===== EYEBROW LABEL ===== */
.eyebrow{
  font-family:var(--sans);font-weight:600;font-size:.74rem;
  text-transform:uppercase;letter-spacing:.32em;color:var(--gold);
  display:inline-flex;align-items:center;gap:.85rem;margin-bottom:1.15rem;
}
.eyebrow::before{content:"";width:34px;height:1px;background:linear-gradient(90deg,transparent,var(--gold))}
.eyebrow.center::after{content:"";width:34px;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}

/* ===== BUTTONS ===== */
.btn{
  position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:var(--sans);font-weight:600;font-size:.96rem;letter-spacing:.015em;
  padding:1rem 1.9rem;border-radius:100px;cursor:pointer;border:none;
  transition:transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease);
  overflow:hidden;white-space:nowrap;
}
.btn svg{width:17px;height:17px;flex:none}
.btn-gold{background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#1c1305;box-shadow:0 14px 34px -14px rgba(201,162,39,.65)}
.btn-gold::after{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.55),transparent);transform:skewX(-18deg);transition:left .65s var(--ease)}
.btn-gold:hover{transform:translateY(-3px);box-shadow:0 20px 44px -14px rgba(201,162,39,.8)}
.btn-gold:hover::after{left:130%}
.btn-outline{background:rgba(201,162,39,.04);color:var(--cream);border:1.5px solid rgba(201,162,39,.45)}
.btn-outline:hover{transform:translateY(-3px);border-color:var(--gold);background:rgba(201,162,39,.12);color:var(--white)}

/* ===== NAV ===== */
.site-nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);z-index:200;display:flex;align-items:center;transition:background .45s var(--ease),box-shadow .45s var(--ease),border-color .45s var(--ease);border-bottom:1px solid transparent}
.site-nav.scrolled{background:rgba(8,16,30,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:rgba(201,162,39,.18);box-shadow:0 12px 40px -22px rgba(0,0,0,.8)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;gap:.6rem;font-family:var(--serif);font-weight:700;font-size:1.04rem;letter-spacing:.1em;color:var(--white);text-transform:uppercase}
.brand .crown{width:30px;height:auto}
.brand .ii{color:var(--gold);margin-left:.1em}
.brand b{font-weight:700}
.nav-menu{display:flex;align-items:center;gap:2.2rem}
.nav-links{display:flex;align-items:center;gap:2rem}
.nav-links a{font-family:var(--sans);font-weight:500;font-size:.92rem;color:var(--silver);letter-spacing:.02em;position:relative;padding:.3rem 0;transition:color .25s}
.nav-links a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1.5px;background:var(--gold);transition:width .3s var(--ease)}
.nav-links a:hover{color:var(--white)}
.nav-links a:hover::after{width:100%}
.nav-cta{padding:.65rem 1.4rem;font-size:.9rem}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:210}
.nav-toggle span{width:26px;height:2px;background:var(--cream);border-radius:2px;transition:.35s var(--ease)}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ===== HERO ===== */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:calc(var(--nav-h) + 2.5rem) 1.4rem 4.5rem;overflow:hidden;background:radial-gradient(1300px 760px at 50% 4%,rgba(20,46,78,.92),rgba(11,26,46,1) 62%)}
.hero::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.hero-vignette{position:absolute;inset:0;pointer-events:none;background:radial-gradient(120% 80% at 50% 40%,transparent 55%,rgba(5,11,22,.7) 100%)}
.hero-inner{position:relative;z-index:3;max-width:920px;width:100%}
.hero-logo-wrap{position:relative;display:inline-block;margin:0 auto .6rem}
.hero-glow{position:absolute;top:50%;left:50%;width:115%;height:150%;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,rgba(201,162,39,.28),rgba(201,162,39,0) 65%);filter:blur(20px);z-index:-1;animation:pulseGlow 6s ease-in-out infinite}
@keyframes pulseGlow{0%,100%{opacity:.7;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.06)}}
.hero-logo{width:min(580px,86vw);height:auto;mix-blend-mode:screen}
.hero h1{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.hero-tagline{font-family:var(--serif);font-weight:600;font-size:clamp(.78rem,2.3vw,1.05rem);letter-spacing:.18em;text-transform:uppercase;margin-bottom:1.6rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem 1.1rem}
.hero-tagline span{display:inline-flex;align-items:center;gap:1.1rem}
.hero-tagline span:not(:last-child)::after{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold);opacity:.7}
.hero-sub{font-size:clamp(1.02rem,1.6vw,1.2rem);color:var(--silver);max-width:640px;margin:0 auto 2.2rem;font-weight:300;line-height:1.75}
.hero-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:2.4rem}
.chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.05rem;border:1px solid rgba(201,162,39,.32);border-radius:100px;font-size:.84rem;letter-spacing:.04em;color:var(--cream);background:rgba(201,162,39,.05)}
.chip svg{width:15px;height:15px;color:var(--gold)}
.hero-ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}
.scroll-cue{position:absolute;bottom:1.8rem;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.66rem;letter-spacing:.28em;text-transform:uppercase;color:var(--silver);opacity:.7}
.scroll-cue .mouse{width:22px;height:36px;border:1.5px solid rgba(200,205,214,.5);border-radius:14px;position:relative}
.scroll-cue .mouse::after{content:"";position:absolute;top:7px;left:50%;width:3px;height:7px;background:var(--gold);border-radius:2px;transform:translateX(-50%);animation:scrollDot 1.8s ease-in-out infinite}
@keyframes scrollDot{0%{opacity:0;transform:translate(-50%,0)}40%{opacity:1}80%{opacity:0;transform:translate(-50%,10px)}}

/* hero load animation */
.ld{opacity:0;animation:riseUp .9s var(--ease) forwards;animation-delay:calc(var(--i,0) * 130ms + .15s)}
@keyframes riseUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}

/* ===== SECTION SHELL ===== */
.section{padding:clamp(4.5rem,9vw,8rem) 0;position:relative}
.section-head{max-width:680px;margin-bottom:3.4rem}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.section-head h2{font-size:clamp(2rem,4.4vw,3.1rem);margin-bottom:1.1rem}
.section-head p{color:var(--silver);font-size:1.08rem;font-weight:300}
.divider-top{border-top:1px solid rgba(201,162,39,.12)}

/* ===== VISION / PILLARS ===== */
.vision{background:linear-gradient(180deg,var(--navy) 0%,#0c2138 100%)}
.vision-lead{font-family:var(--accent-serif);font-style:italic;font-size:clamp(1.4rem,2.8vw,2rem);line-height:1.5;color:var(--cream);max-width:880px;margin:0 auto 3.8rem;text-align:center;font-weight:500}
.vision-lead em{font-style:italic}
.pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(195px,1fr));gap:1.2rem}
.pillar{background:linear-gradient(165deg,rgba(255,255,255,.04),rgba(255,255,255,.01));border:1px solid rgba(201,162,39,.16);border-radius:18px;padding:2rem 1.5rem;text-align:center;transition:transform .4s var(--ease),border-color .4s var(--ease),box-shadow .4s var(--ease)}
.pillar:hover{transform:translateY(-6px);border-color:rgba(201,162,39,.5);box-shadow:0 22px 50px -28px rgba(201,162,39,.5)}
.pillar-ico{width:52px;height:52px;margin:0 auto 1.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(201,162,39,.18),rgba(201,162,39,.04));border:1px solid rgba(201,162,39,.35)}
.pillar-ico svg{width:24px;height:24px;color:var(--gold);stroke-width:1.5}
.pillar h3{font-size:1.15rem;margin-bottom:.55rem;letter-spacing:.04em}
.pillar p{font-size:.9rem;color:var(--silver);line-height:1.55;font-weight:300}

/* ===== TRACKS ===== */
.tracks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:1.4rem}
.track{position:relative;background:linear-gradient(160deg,var(--navy-2),#0c1f36);border:1px solid rgba(200,205,214,.12);border-radius:20px;padding:2.1rem 1.8rem;overflow:hidden;transition:transform .4s var(--ease),border-color .4s var(--ease),box-shadow .4s var(--ease)}
.track::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-lt));opacity:.85}
.track:hover{transform:translateY(-7px);border-color:rgba(201,162,39,.45);box-shadow:0 28px 60px -30px rgba(0,0,0,.85)}
.track-code{font-family:var(--sans);font-weight:600;font-size:.72rem;letter-spacing:.28em;color:var(--gold);margin-bottom:.9rem}
.track h3{font-size:1.42rem;margin-bottom:.4rem}
.track .who{font-size:.86rem;color:var(--silver);font-style:italic;margin-bottom:1.3rem;font-family:var(--accent-serif);font-weight:500;font-size:1rem}
.track ul li{display:flex;gap:.65rem;align-items:flex-start;font-size:.92rem;color:var(--cream);font-weight:300;margin-bottom:.7rem;line-height:1.45}
.track ul li svg{width:16px;height:16px;color:var(--gold);flex:none;margin-top:4px}

/* ===== CTA BAND (Find Your Track) ===== */
.cta-band{position:relative;text-align:center;padding:clamp(4rem,8vw,6.5rem) 0;background:linear-gradient(135deg,#0c2240,#0a1a30);overflow:hidden}
.cta-band::before{content:"";position:absolute;top:50%;left:50%;width:760px;height:760px;max-width:130%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(201,162,39,.16),transparent 60%);pointer-events:none}
.cta-band .crown-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;opacity:.05;pointer-events:none}
.cta-band-inner{position:relative;z-index:2;max-width:660px;margin:0 auto}
.cta-band h2{font-size:clamp(1.9rem,4vw,2.8rem);margin-bottom:1.1rem}
.cta-band p{color:var(--silver);font-size:1.1rem;margin-bottom:2rem;font-weight:300}

/* ===== EXPERIENCE ===== */
.exp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.6rem}
.exp-card{padding:2.2rem 1.9rem;border-radius:18px;background:linear-gradient(165deg,rgba(255,255,255,.035),transparent);border:1px solid rgba(200,205,214,.1);transition:transform .4s var(--ease),border-color .4s var(--ease)}
.exp-card:hover{transform:translateY(-5px);border-color:rgba(201,162,39,.35)}
.exp-ico{width:46px;height:46px;margin-bottom:1.3rem;color:var(--gold)}
.exp-ico svg{width:100%;height:100%;stroke-width:1.4}
.exp-card h3{font-size:1.25rem;margin-bottom:.65rem}
.exp-card p{font-size:.94rem;color:var(--silver);font-weight:300;line-height:1.6}

/* ===== REGISTER ===== */
.register{position:relative;text-align:center;padding:clamp(5rem,10vw,8rem) 0;background:radial-gradient(1000px 600px at 50% 120%,rgba(20,46,78,.9),var(--navy) 70%);overflow:hidden}
.register::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n2)'/%3E%3C/svg%3E")}
.register-inner{position:relative;z-index:2;max-width:680px;margin:0 auto}
.register h2{font-size:clamp(2.1rem,4.8vw,3.4rem);margin-bottom:1.2rem}
.register p{color:var(--silver);font-size:1.12rem;margin-bottom:1.8rem;font-weight:300}
.register .when-where{font-family:var(--serif);font-size:1rem;letter-spacing:.06em;color:var(--gold-lt);margin-bottom:2.2rem;text-transform:uppercase}

/* ===== FOOTER ===== */
.site-footer{background:#070f1c;border-top:1px solid rgba(201,162,39,.16);padding:4rem 0 2rem}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;margin-bottom:3rem}
.footer-brand .crown{width:34px;height:auto;margin-bottom:1rem}
.footer-wordmark{font-family:var(--serif);font-weight:700;font-size:1.25rem;letter-spacing:.08em;color:var(--white);text-transform:uppercase;margin-bottom:.9rem}
.footer-wordmark .ii{color:var(--gold)}
.footer-brand p{font-size:.9rem;color:var(--silver);font-weight:300;max-width:300px;line-height:1.6}
.footer-tag{font-family:var(--serif);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-top:1.1rem}
.footer-col h4{font-family:var(--sans);font-weight:600;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--cream);margin-bottom:1.2rem}
.footer-col ul li{margin-bottom:.7rem}
.footer-col ul li a{font-size:.92rem;color:var(--silver);font-weight:300;transition:color .25s}
.footer-col ul li a:hover{color:var(--gold-lt)}
.socials{display:flex;gap:.8rem;margin-top:.3rem}
.socials a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(201,162,39,.3);display:flex;align-items:center;justify-content:center;color:var(--cream);transition:.3s var(--ease)}
.socials a:hover{background:var(--gold);color:#1c1305;border-color:var(--gold);transform:translateY(-3px)}
.socials svg{width:17px;height:17px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:1.8rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.82rem;color:var(--silver);font-weight:300}

/* ===== SCROLL REVEAL ===== */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s var(--ease),transform .8s var(--ease);transition-delay:calc(var(--d,0) * 90ms)}
.reveal.is-visible{opacity:1;transform:translateY(0)}

/* ===== RESPONSIVE ===== */
@media (max-width:860px){
  .nav-toggle{display:flex}
  .nav-menu{position:absolute;top:var(--nav-h);left:0;right:0;flex-direction:column;align-items:flex-start;gap:1.4rem;padding:1.8rem 1.6rem 2.2rem;background:rgba(8,16,30,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(201,162,39,.18);opacity:0;visibility:hidden;transform:translateY(-12px);transition:.35s var(--ease)}
  .nav-menu.open{opacity:1;visibility:visible;transform:translateY(0)}
  .nav-links{flex-direction:column;align-items:flex-start;gap:1.3rem;width:100%}
  .nav-links a{font-size:1.05rem}
  .nav-cta{width:100%;padding:.85rem}
  .footer-grid{grid-template-columns:1fr;gap:2.2rem}
}
@media (max-width:520px){
  .hero-tagline{gap:.4rem .7rem}
  .hero-ctas{flex-direction:column;width:100%}
  .hero-ctas .btn{width:100%}
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important}
  html{scroll-behavior:auto}
  .ld,.reveal{opacity:1 !important;transform:none !important}
}

.footer-sponsor{display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:1.8rem 0 2rem;margin-top:1rem;border-top:1px solid rgba(255,255,255,.07)}
.footer-sponsor-label{font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);font-weight:600}
.sponsor-tile{display:inline-block;background:#fff;border-radius:12px;padding:.7rem 1.15rem;line-height:0}
.sponsor-tile img{max-width:215px;width:100%;height:auto;display:block}

/* ---- page-specific ---- */

.nav-links a.active{color:var(--white)}
.nav-links a.active::after{width:100%}
.page-hero{position:relative;padding:calc(var(--nav-h) + 5.5rem) 0 5rem;text-align:center;overflow:hidden;background:radial-gradient(1100px 640px at 50% -6%,rgba(20,46,78,.92),var(--navy) 62%)}
.page-hero::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='nv'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23nv)'/%3E%3C/svg%3E")}
.breadcrumb{position:relative;z-index:2;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--silver);display:flex;gap:.7rem;justify-content:center;align-items:center;margin-bottom:1.4rem}
.breadcrumb a{color:var(--silver);transition:color .25s}
.breadcrumb a:hover{color:var(--gold)}
.page-hero h1{position:relative;z-index:2;font-size:clamp(2.5rem,6.5vw,4.2rem)}
.page-hero .lead{position:relative;z-index:2;max-width:700px;margin:1.4rem auto 0;color:var(--silver);font-size:clamp(1.05rem,1.7vw,1.22rem);font-weight:300;line-height:1.75}
.prose{max-width:680px;margin:0 auto 2.2rem}
.prose p{margin-bottom:1.35rem;color:var(--cream);font-weight:300;font-size:1.1rem;line-height:1.85}
.prose p:last-child{margin-bottom:0}
.pullquote{max-width:800px;margin:1rem auto 0;text-align:center;position:relative;padding:2.7rem 1.5rem 0}
.pullquote::before{content:"\201C";position:absolute;top:-4px;left:50%;transform:translateX(-50%);font-family:var(--serif);font-size:4.5rem;color:rgba(201,162,39,.3);line-height:1}
.pullquote p{font-family:var(--accent-serif);font-style:italic;font-size:clamp(1.35rem,3vw,1.95rem);line-height:1.5;color:var(--cream);font-weight:500}
.pullquote cite{display:block;margin-top:1.3rem;font-family:var(--sans);font-style:normal;font-size:.78rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold)}
.path{position:relative;max-width:740px;margin:0 auto}
.path::before{content:"";position:absolute;left:31px;top:36px;bottom:40px;width:2px;background:linear-gradient(180deg,var(--gold) 0%,rgba(201,162,39,.12) 100%)}
.path-item{position:relative;display:grid;grid-template-columns:64px 1fr;gap:1.7rem;padding:1.4rem 0}
.path-num{width:64px;height:64px;border-radius:50%;background:radial-gradient(circle,rgba(201,162,39,.2),var(--navy) 75%);border:1.5px solid rgba(201,162,39,.5);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-weight:700;font-size:1.25rem;color:var(--gold-lt);z-index:2;flex:none}
.path-body{padding-top:.55rem}
.path-body h3{font-size:1.45rem;margin-bottom:.55rem;display:flex;align-items:center;gap:.65rem}
.path-body h3 svg{width:21px;height:21px;color:var(--gold);flex:none;stroke-width:1.5}
.path-body p{color:var(--silver);font-weight:300;font-size:1rem;line-height:1.75}
.btn-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
@media (max-width:560px){.path-item{grid-template-columns:52px 1fr;gap:1.1rem}.path-num{width:52px;height:52px;font-size:1.05rem}.path::before{left:25px}}

.nav-links a.active{color:var(--white)}
.nav-links a.active::after{width:100%}
.page-hero{position:relative;padding:calc(var(--nav-h) + 5.5rem) 0 5rem;text-align:center;overflow:hidden;background:radial-gradient(1100px 640px at 50% -6%,rgba(20,46,78,.92),var(--navy) 62%)}
.page-hero::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='ntr'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23ntr)'/%3E%3C/svg%3E")}
.breadcrumb{position:relative;z-index:2;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--silver);display:flex;gap:.7rem;justify-content:center;align-items:center;margin-bottom:1.4rem}
.breadcrumb a{color:var(--silver);transition:color .25s}
.breadcrumb a:hover{color:var(--gold)}
.page-hero h1{position:relative;z-index:2;font-size:clamp(2.5rem,6.5vw,4.2rem)}
.page-hero .lead{position:relative;z-index:2;max-width:720px;margin:1.4rem auto 0;color:var(--silver);font-size:clamp(1.05rem,1.7vw,1.22rem);font-weight:300;line-height:1.75}
.btn-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
.track-feature{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,4vw,3.5rem);align-items:center;padding:clamp(2.8rem,5vw,4rem) 0;border-top:1px solid rgba(201,162,39,.14)}
.tf-visual{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.tf-bignum{position:absolute;font-family:var(--serif);font-weight:800;font-size:12rem;line-height:1;color:rgba(201,162,39,.07);z-index:0;user-select:none;top:50%;left:50%;transform:translate(-50%,-56%);pointer-events:none}
.tf-emblem{position:relative;z-index:1;width:118px;height:118px;border-radius:50%;background:radial-gradient(circle,rgba(201,162,39,.16),rgba(201,162,39,.02) 72%);border:1px solid rgba(201,162,39,.4);display:flex;align-items:center;justify-content:center}
.tf-emblem svg{width:52px;height:52px;color:var(--gold);stroke-width:1.4}
.tf-code{position:relative;z-index:1;margin-top:1.15rem;font-family:var(--sans);font-weight:600;font-size:.7rem;letter-spacing:.2em;color:var(--gold);max-width:230px;line-height:1.7}
.tf-content h2{font-size:clamp(1.9rem,3.8vw,2.6rem);margin-bottom:.4rem}
.tf-who{font-family:var(--accent-serif);font-style:italic;font-size:1.22rem;color:var(--gold-lt);margin-bottom:1.2rem}
.tf-content p{color:var(--silver);font-weight:300;font-size:1.04rem;line-height:1.8;margin-bottom:1.6rem}
.tf-gains-label,.tf-core-label{display:block;font-family:var(--sans);font-weight:600;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--cream);margin-bottom:.9rem}
.tf-gains li{display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.7rem;font-size:.98rem;color:var(--cream);font-weight:300;line-height:1.5}
.tf-gains li svg{width:17px;height:17px;color:var(--gold);flex:none;margin-top:4px}
.tf-focus{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}
.tf-focus span{font-size:.73rem;letter-spacing:.03em;padding:.4rem .85rem;border:1px solid rgba(200,205,214,.18);border-radius:100px;color:var(--silver);background:rgba(255,255,255,.02)}
.tf-core{margin-top:1.6rem;padding-top:1.35rem;border-top:1px dashed rgba(201,162,39,.28)}
.tf-core-label{color:var(--gold);font-size:.66rem;letter-spacing:.22em;margin-bottom:.45rem}
.tf-core p{font-family:var(--accent-serif);font-style:italic;font-size:1.12rem;color:var(--gold-lt);line-height:1.55;margin:0}
.track-feature.reverse .tf-visual{order:2}
.track-feature.reverse .tf-content{order:1}
@media (max-width:840px){
 .track-feature{grid-template-columns:1fr;gap:1.6rem;text-align:center;padding:2.8rem 0}
 .track-feature.reverse .tf-visual{order:0}.track-feature.reverse .tf-content{order:0}
 .tf-bignum{font-size:9rem}
 .tf-content{max-width:540px;margin:0 auto}
 .tf-gains,.tf-focus{display:flex}.tf-gains{flex-direction:column;text-align:left;align-items:flex-start}
 .tf-focus{justify-content:center}
 .tf-gains li{justify-content:flex-start}
 .tf-gains{display:inline-flex}
}

.nav-links a.active{color:var(--white)}
.nav-links a.active::after{width:100%}
.page-hero{position:relative;padding:calc(var(--nav-h) + 5.5rem) 0 5rem;text-align:center;overflow:hidden;background:radial-gradient(1100px 640px at 50% -6%,rgba(20,46,78,.92),var(--navy) 62%)}
.page-hero::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='nex'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23nex)'/%3E%3C/svg%3E")}
.breadcrumb{position:relative;z-index:2;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--silver);display:flex;gap:.7rem;justify-content:center;align-items:center;margin-bottom:1.4rem}
.breadcrumb a{color:var(--silver);transition:color .25s}
.breadcrumb a:hover{color:var(--gold)}
.page-hero h1{position:relative;z-index:2;font-size:clamp(2.5rem,6.5vw,4.2rem)}
.page-hero .lead{position:relative;z-index:2;max-width:720px;margin:1.4rem auto 0;color:var(--silver);font-size:clamp(1.05rem,1.7vw,1.22rem);font-weight:300;line-height:1.75}
.btn-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
.arc{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.phase{position:relative;background:linear-gradient(165deg,rgba(255,255,255,.045),rgba(255,255,255,.01));border:1px solid rgba(201,162,39,.16);border-radius:18px;padding:2.2rem 1.9rem;transition:transform .4s var(--ease),border-color .4s var(--ease),box-shadow .4s var(--ease)}
.phase:hover{transform:translateY(-6px);border-color:rgba(201,162,39,.45);box-shadow:0 22px 50px -30px rgba(201,162,39,.45)}
.phase-label{font-family:var(--sans);font-weight:600;font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem;display:flex;align-items:center;gap:.7rem}
.phase-num{width:32px;height:32px;border-radius:50%;border:1px solid rgba(201,162,39,.5);display:inline-flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.85rem;color:var(--gold-lt);flex:none}
.phase h3{font-size:1.45rem;margin-bottom:.85rem}
.phase p{color:var(--silver);font-weight:300;font-size:.97rem;line-height:1.7}
.room-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem}
.room-tags .chip{cursor:default}
.room-note{margin-top:1.5rem;font-size:.88rem;color:var(--silver);font-style:italic}
@media (max-width:840px){.arc{grid-template-columns:1fr;gap:1.2rem}}

.nav-links a.active{color:var(--white)}
.nav-links a.active::after{width:100%}
.page-hero{position:relative;padding:calc(var(--nav-h) + 5.5rem) 0 4.5rem;text-align:center;overflow:hidden;background:radial-gradient(1100px 640px at 50% -6%,rgba(20,46,78,.92),var(--navy) 62%)}
.page-hero::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='nrg'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23nrg)'/%3E%3C/svg%3E")}
.breadcrumb{position:relative;z-index:2;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--silver);display:flex;gap:.7rem;justify-content:center;align-items:center;margin-bottom:1.4rem}
.breadcrumb a{color:var(--silver);transition:color .25s}.breadcrumb a:hover{color:var(--gold)}
.page-hero h1{position:relative;z-index:2;font-size:clamp(2.5rem,6.5vw,4.2rem)}
.page-hero .lead{position:relative;z-index:2;max-width:680px;margin:1.4rem auto 1.8rem;color:var(--silver);font-size:clamp(1.05rem,1.7vw,1.22rem);font-weight:300;line-height:1.75}
.btn-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
.price-card{max-width:520px;margin:0 auto;background:linear-gradient(165deg,var(--navy-2),#0c1f36);border:1px solid rgba(201,162,39,.35);border-radius:22px;padding:clamp(2rem,5vw,3rem);text-align:center;position:relative;overflow:hidden}
.price-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-lt))}
.price-badge{display:inline-block;background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#1c1305;font-weight:700;font-size:.76rem;letter-spacing:.08em;padding:.4rem .95rem;border-radius:100px;margin-bottom:1.3rem;text-transform:uppercase}
.price-row{display:flex;align-items:baseline;justify-content:center;gap:.9rem}
.price-now{font-family:var(--serif);font-weight:800;font-size:clamp(3.4rem,10vw,4.6rem);line-height:1;color:var(--white)}
.price-now .cur{font-size:.45em;vertical-align:super;color:var(--gold-lt);font-weight:700}
.price-was{font-family:var(--sans);font-size:1.5rem;color:var(--silver);text-decoration:line-through;text-decoration-color:rgba(201,162,39,.7)}
.price-sub{color:var(--gold-lt);font-family:var(--serif);letter-spacing:.05em;font-size:.92rem;text-transform:uppercase;margin:.5rem 0 1.9rem}
.price-incl{text-align:left;max-width:340px;margin:1.9rem auto 0;border-top:1px solid rgba(201,162,39,.18);padding-top:1.6rem}
.price-incl li{display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.72rem;font-size:.96rem;color:var(--cream);font-weight:300;line-height:1.45}
.price-incl li svg{width:17px;height:17px;color:var(--gold);flex:none;margin-top:4px}
.member-note{margin-top:1.7rem;font-size:.9rem;color:var(--cream);background:rgba(201,162,39,.07);border:1px solid rgba(201,162,39,.22);border-radius:12px;padding:.95rem 1.15rem;line-height:1.55;text-align:left}
.member-note a{color:var(--gold-lt);text-decoration:underline}
.sponsor-feature{max-width:720px;margin:0 auto;text-align:center}
.sponsor-feature .sponsor-tile{margin-bottom:1.7rem;padding:1rem 1.5rem}
.sponsor-feature .sponsor-tile img{max-width:280px}
.sponsor-feature p{color:var(--silver);font-weight:300;line-height:1.8;font-size:1.04rem}
.rules-note{margin-top:1.5rem;font-size:.82rem;color:var(--silver);opacity:.85}
.rules-note a{color:var(--gold-lt);text-decoration:underline}
.faq{max-width:760px;margin:0 auto}
.faq details{border-bottom:1px solid rgba(201,162,39,.16);padding:1.25rem 0}
.faq summary{cursor:pointer;font-family:var(--serif);font-size:1.14rem;color:var(--white);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--gold);font-size:1.5rem;line-height:1;transition:transform .3s}
.faq details[open] summary::after{content:"\2212"}
.faq p{color:var(--silver);font-weight:300;margin-top:.95rem;line-height:1.7;font-size:.98rem}
.faq a{color:var(--gold-lt);text-decoration:underline}
