
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("fonts/sora-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("fonts/montserrat-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/bebas-neue.ttf") format("truetype");
}
:root {
  --bg:#000;
  --panel:#070707;
  --panel-2:#101010;
  --text:#fff;
  --soft:rgba(255,255,255,.76);
  --muted:rgba(255,255,255,.58);
  --line:rgba(255,255,255,.14);
  --line-strong:rgba(255,255,255,.28);
  --glow:#ffb06b;
  --green:#70ffcb;
  --max:1120px;
  --pad:34px;
  --font-body:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-display:"Montserrat","Sora","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --display-weight:900;
  --heading-weight:900;
  --ui-weight:800;
  --body-weight:400;
}
*{box-sizing:border-box}
html,body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.5;scroll-behavior:smooth;text-rendering:geometricPrecision}
body{overflow-x:hidden}
img{max-width:100%;display:block}
.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}
a{color:inherit;text-decoration:none}
p,h1,h2,h3,a,button,label,input,select,textarea{max-inline-size:100%;overflow-wrap:break-word}
p{text-wrap:pretty}h1,h2,h3,.nav a,.button,.kicker,.eyebrow,.section-label,.pill,.link-arrow,.trust-line,.value-card span,.timeline-date,.stat b{font-family:var(--font-display)}
.kicker,.eyebrow,.section-label{letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:800;color:rgba(255,255,255,.68)}
.site-header{position:fixed;inset:0 0 auto;z-index:50;padding:22px 42px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.brand{display:flex;align-items:center;gap:12px;pointer-events:auto}.brand-logo{width:66px;height:66px;object-fit:contain;filter:drop-shadow(0 14px 26px rgba(0,0,0,.55));transition:transform .22s ease,opacity .22s ease}.brand:hover .brand-logo{transform:translateY(-1px);opacity:.96}.nav{display:flex;align-items:center;gap:4px;padding:6px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(0,0,0,.2);backdrop-filter:blur(18px);pointer-events:auto;box-shadow:0 14px 34px rgba(0,0,0,.18)}.nav a{padding:9px 13px;border-radius:999px;font-size:12px;font-weight:800;color:rgba(255,255,255,.74);white-space:nowrap;transition:background .2s ease,color .2s ease}.nav a:hover,.nav a[aria-current="page"]{background:rgba(255,255,255,.1);color:#fff}.nav a.nav-cta{background:#fff;color:#000}.menu-toggle{display:none}.brand:focus-visible,.nav a:focus-visible,.button:focus-visible,.footer a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.menu-toggle:focus-visible{outline:2px solid #fff;outline-offset:4px}
.hero{position:relative;min-height:760px;height:100svh;display:flex;align-items:flex-end;overflow:hidden}.hero.compact{min-height:560px;height:auto;padding-top:170px}.hero-media,.section-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-media{filter:brightness(.84) contrast(1.07) saturate(1.02);transform:scale(1.025)}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to right,rgba(0,0,0,.78),rgba(0,0,0,.36) 48%,rgba(0,0,0,.1)),linear-gradient(to bottom,rgba(0,0,0,.08),rgba(0,0,0,.18) 42%,rgba(0,0,0,.78) 100%)}.hero-inner{position:relative;z-index:2;width:min(var(--max),100%);margin:0 auto;padding:150px var(--pad) 104px}.hero h1{margin:16px 0 18px;max-width:min(100%,780px);font-size:78px;line-height:1;letter-spacing:0;text-wrap:balance}.hero p{max-width:min(100%,54ch);margin:0;color:rgba(255,255,255,.84);font-size:18px;line-height:1.58}.home-hero{height:86svh;min-height:680px}.home-hero .hero-media{filter:brightness(.94) contrast(1.04) saturate(1.04);transform:scale(1.01)}.home-hero .hero-overlay{background:linear-gradient(to right,rgba(0,0,0,.76),rgba(0,0,0,.42) 40%,rgba(0,0,0,.14) 72%),linear-gradient(to bottom,rgba(0,0,0,.12),rgba(0,0,0,.18) 50%,rgba(0,0,0,.86) 100%)}.home-hero .hero-inner{width:100%;max-width:1320px;margin:0;padding:180px 56px 28px}.home-hero h1{max-width:1260px;font-size:96px;line-height:.98}.home-hero p{font-size:24px;max-width:66ch;color:rgba(255,255,255,.9)}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:36px}.trust-line{margin-top:20px;color:rgba(255,255,255,.82);font-size:20px;font-weight:680}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;padding:16px 30px;background:#fff;color:#000;font-weight:800;line-height:1.2;min-height:52px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 18px 46px rgba(255,255,255,.14)}.button.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.38);color:#fff;backdrop-filter:blur(12px)}.button.ghost{background:transparent;border-color:rgba(255,255,255,.25);color:#fff}.button.full{width:100%}
.section{position:relative;padding:96px var(--pad);overflow:hidden}.section.tight{padding:64px var(--pad)}.section.dark{background:#030303}.section.panel-band{background:#060606;border-top:1px solid var(--line);border-bottom:1px solid rgba(255,255,255,.08)}.container{width:min(var(--max),100%);margin:0 auto}.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.section-head h2,.section h2{font-size:44px;line-height:1.05;margin:0;text-wrap:balance}.section-head p{max-width:48ch;margin:0;color:var(--soft)}.split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:76px;align-items:start}.copy-stack{display:flex;flex-direction:column;gap:20px}.copy-stack p{margin:0;color:var(--soft);font-size:18px;line-height:1.58}.copy-stack strong{color:#fff}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.stat{padding:18px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.04)}.stat b{display:block;font-size:30px;line-height:1}.stat span{color:var(--muted);font-size:13px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cards.two{grid-template-columns:repeat(2,1fr)}.card{position:relative;display:flex;flex-direction:column;min-height:100%;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));overflow:hidden;transition:transform .22s ease,border-color .22s ease,background .22s ease}.card:hover{transform:translateY(-4px);border-color:var(--line-strong);background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.035))}.card-img{height:210px;width:100%;object-fit:cover}.card-body{padding:24px}.card>.card-body{display:flex;flex-direction:column;flex:1}.card>.card-body>.link-arrow{margin-top:auto;padding-top:18px;align-self:flex-start}.card h3{margin:0 0 10px;font-size:23px;line-height:1.16}.card p{margin:0 0 18px;color:var(--soft)}.meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.pill{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(0,0,0,.34);color:rgba(255,255,255,.78);font-size:12px;font-weight:750}.pill.live{background:#fff;color:#000}.pill.green{border-color:rgba(112,255,203,.35);color:#bcffe8}.link-arrow{font-weight:800;color:#fff}.media-panel{position:relative;min-height:420px;border-radius:8px;overflow:hidden;border:1px solid var(--line);background:#111}.media-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.media-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55),transparent 55%)}
.wow{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.wow img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.86) saturate(1.05)}.wow:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.14) 30%,rgba(0,0,0,.42) 70%,#000 100%),radial-gradient(ellipse at 50% 38%,rgba(255,176,107,.28),rgba(0,0,0,0) 45%)}.wow.mantra-band{min-height:560px;background:radial-gradient(ellipse at 50% 44%,rgba(255,176,107,.13),rgba(0,0,0,0) 48%),#000}.wow.mantra-band:after{background:linear-gradient(to bottom,#050505 0%,rgba(0,0,0,0) 32%,rgba(0,0,0,0) 72%,#030303 100%)}.wow-content{position:relative;z-index:2;padding:0 24px;animation:floatText 8s ease-in-out infinite}.wow-content h2{font-size:58px;line-height:1.12;margin:0;text-shadow:0 4px 22px #000,0 0 34px rgba(255,176,107,.22)}.wow-content h2 span{display:block}.route-line{position:relative;margin:44px auto 0;width:min(620px,82vw);height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);overflow:hidden}.route-line:after{content:"";position:absolute;top:0;bottom:0;width:90px;background:linear-gradient(90deg,transparent,#fff,transparent);animation:sweep 4.5s ease-in-out infinite}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.value-card{position:relative;padding:26px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.035)}.value-card span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#000;font-size:13px;font-weight:800;margin-bottom:26px}.value-card h3{margin:0 0 10px;font-size:22px}.value-card p{margin:0;color:var(--soft)}.timeline{display:grid;gap:18px}.timeline-item{display:grid;grid-template-columns:92px 1fr;gap:22px;padding:24px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.04)}.timeline-date{font-size:13px;color:var(--muted);font-weight:800}.timeline-item h3{margin:0 0 8px}.timeline-item p{margin:0;color:var(--soft)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:13px;color:rgba(255,255,255,.8);font-weight:750}.field input,.field select,.field textarea{width:100%;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(255,255,255,.06);color:#fff;padding:14px 15px;font:inherit}.field textarea{min-height:130px;resize:vertical}.note{color:var(--muted);font-size:14px}.legal-copy{max-width:860px}.legal-copy h2{font-size:32px;margin:38px 0 12px}.legal-copy p,.legal-copy li{color:var(--soft)}.legal-copy ul{padding-left:22px}.footer{display:grid;grid-template-columns:minmax(260px,1fr) minmax(260px,auto) auto;gap:28px;align-items:center;padding:38px 34px;border-top:1px solid rgba(255,255,255,.1);background:#000;color:var(--muted);font-size:13px}.footer-disclaimer{max-width:62ch;margin:10px 0 0;color:rgba(255,255,255,.5);font-size:12px;line-height:1.45}.footer-links,.socials{display:flex;gap:16px;row-gap:8px;flex-wrap:wrap}.footer-links{max-width:620px}.footer a{color:rgba(255,255,255,.66)}.footer a:hover{color:#fff}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.js .reveal.visible{opacity:1;transform:translateY(0)}
.identity-section:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#030303 0%,rgba(3,3,3,.62) 28%,#030303 100%),linear-gradient(to right,rgba(0,0,0,.76),rgba(0,0,0,.34)),url("images/gamblers-gathering.jpg") center 48%/cover no-repeat;opacity:.46;filter:saturate(.88) contrast(1.03)}.identity-section .container{position:relative;z-index:1}.event-img{filter:brightness(.9) contrast(1.04) saturate(1.02)}.media-panel img{filter:brightness(.88) contrast(1.04) saturate(1.03)}.media-panel img.cta-img{object-position:center 62%}.values-section{background:#030303}.values-section:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#030303 0%,rgba(3,3,3,.44) 22%,rgba(3,3,3,.68) 66%,#030303 100%),linear-gradient(to right,rgba(0,0,0,.66),rgba(0,0,0,.28)),url("images/values-sunset-camp.jpg") center 42%/cover no-repeat;opacity:.9;transform:scale(1.01)}.values-section .container{position:relative;z-index:1}.values-section .value-card{background:rgba(0,0,0,.56);border-color:rgba(255,255,255,.2);backdrop-filter:blur(14px)}.intro-copy{gap:8px}
.intro-section{padding-top:118px;padding-bottom:118px}.intro-section .intro-copy{gap:14px}.intro-section .intro-copy p:last-child{margin-top:10px}
.how-section{padding-top:76px;padding-bottom:78px}.steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.steps-grid .value-card{padding:20px}.steps-grid .value-card span{margin-bottom:18px}.steps-grid .value-card h3{font-size:19px}.steps-grid .value-card p{font-size:15px;line-height:1.5}.section-link-row{display:flex;justify-content:flex-start;margin-top:28px}.faq-wrap{max-width:900px}.faq-section{padding-top:88px;padding-bottom:92px}.faq-item{padding:28px 0;border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-item h2{font-size:28px;line-height:1.14;margin:0 0 12px}.faq-item p{max-width:72ch;margin:0;color:var(--soft);font-size:17px;line-height:1.66}
@keyframes sweep{0%{left:-100px;opacity:0}25%{opacity:1}70%{opacity:1}100%{left:100%;opacity:0}}@keyframes floatText{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(max-width:900px){:root{--pad:20px}.site-header{padding:16px 18px}.brand-logo{width:58px;height:58px}.nav{padding:6px}.hero{min-height:720px}.hero.compact{min-height:480px;padding-top:120px}.hero-inner{padding:130px var(--pad) 70px}.hero h1{font-size:52px}.home-hero{height:86svh;min-height:0}.home-hero .hero-inner{padding:130px var(--pad) 34px}.home-hero h1{font-size:60px}.home-hero p{font-size:18px}.trust-line{font-size:16px}.hero p,.copy-stack p{font-size:16px}.hero-actions{flex-direction:column}.button{width:100%}.section{padding:70px var(--pad)}.section-head{display:block}.section-head h2,.section h2{font-size:34px}.section-head p{margin-top:14px}.split,.cards,.cards.two,.form-grid,.values-grid,.steps-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.how-section,.faq-section{padding-top:70px;padding-bottom:74px}.faq-item h2{font-size:24px}.section-link-row .button{width:100%}.wow{min-height:520px}.wow-content h2{font-size:38px}.footer{grid-template-columns:1fr;align-items:start;padding:34px var(--pad)}.footer-links{max-width:100%}.timeline-item{grid-template-columns:1fr}.card-img{height:230px}.media-panel{min-height:300px}}
@media(max-width:768px){.site-header{align-items:flex-start}.menu-toggle{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:52px;height:52px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(0,0,0,.36);color:#fff;pointer-events:auto;backdrop-filter:blur(18px);box-shadow:0 18px 48px rgba(0,0,0,.24)}.menu-toggle-line{display:block;width:20px;height:2px;border-radius:999px;background:currentColor;transition:transform .22s ease,opacity .22s ease}.site-header.menu-open .menu-toggle-line:nth-of-type(1){transform:translateY(7px) rotate(45deg)}.site-header.menu-open .menu-toggle-line:nth-of-type(2){opacity:0}.site-header.menu-open .menu-toggle-line:nth-of-type(3){transform:translateY(-7px) rotate(-45deg)}.nav{position:absolute;top:82px;left:18px;right:18px;display:flex;align-items:stretch;flex-direction:column;gap:6px;padding:12px;border-radius:16px;background:rgba(3,3,3,.94);opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.site-header.menu-open .nav{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav a,.nav a:not(.nav-cta){display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:48px;padding:14px 16px;border-radius:10px;font-size:14px;color:rgba(255,255,255,.82)}.nav a.nav-cta{justify-content:center;margin-top:4px;background:#fff;color:#000}.nav a:hover,.nav a[aria-current="page"]{background:rgba(255,255,255,.1);color:#fff}.nav a.nav-cta:hover,.nav a.nav-cta[aria-current="page"]{background:#fff;color:#000}}
@media(max-width:520px){.hero h1{font-size:44px}.home-hero h1{font-size:50px}.hero{min-height:660px}.section-head h2,.section h2{font-size:31px}.wow-content h2{font-size:32px}.card-body{padding:22px}.footer-links{gap:14px}.hero-media{object-position:center}.hero-media.focus-convoy{object-position:center center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

.hero-media.focus-top{object-position:center 22%}
.hero-media.focus-right{object-position:72% center}
.hero-media.focus-left{object-position:28% center}
.hero-media.focus-low{object-position:center 72%}
.hero-media.focus-convoy{object-position:center center}
.hero-socials{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:22px;color:rgba(255,255,255,.78)}
.hero-socials span{font-size:12px;font-weight:800;text-transform:uppercase;color:rgba(255,255,255,.62)}
.hero-socials a,.social-buttons a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:13px;font-weight:820;line-height:1.2;backdrop-filter:blur(12px);transition:background .2s ease,border-color .2s ease,transform .2s ease}
.hero-socials a:hover,.social-buttons a:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.38);transform:translateY(-1px)}
.hero-socials a:focus-visible,.social-buttons a:focus-visible,.store-card a:focus-visible{outline:2px solid #fff;outline-offset:4px}
.social-band{padding:40px var(--pad);background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.08)}
.social-band-inner{display:grid;grid-template-columns:minmax(250px,1fr) minmax(220px,.82fr) auto;gap:26px;align-items:center}
.social-band h2{font-size:32px}
.social-band p{margin:0;color:var(--soft);font-size:17px}
.social-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}
.merch-hero .hero-media{object-position:center 58%;filter:brightness(.84) contrast(1.04) saturate(1.04)}
.store-grid{align-items:stretch}
.store-card .card-body{min-height:260px}
.store-card .merch-img{height:250px;background:#f4f4f4;object-fit:contain;padding:16px}
.store-card .merch-img.contain{padding:24px;background:linear-gradient(180deg,#f8f8f8,#ededed)}
.store-footer-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:28px;padding:24px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.04)}
.store-footer-cta p{margin:0;color:var(--soft)}
.wow.image-mantra{min-height:640px;background:#000}
.wow.image-mantra img{filter:saturate(1.04) contrast(1.03);transform:scale(1.01);animation:slowBreath 12s ease-in-out infinite}
.wow.image-mantra:after{background:linear-gradient(to bottom,#000 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0) 78%,#000 100%)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery-item{position:relative;margin:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#090909}
.gallery-item img{width:100%;height:340px;object-fit:cover;transition:transform .45s ease}
.gallery-item:hover img{transform:scale(1.035)}
.gallery-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:42px 18px 16px;background:linear-gradient(to top,rgba(0,0,0,.82),transparent);font-size:13px;font-weight:780;color:rgba(255,255,255,.84)}
.gallery-item.featured{grid-column:auto}
.event-story-section{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.06);background:radial-gradient(ellipse at 18% 20%,rgba(47,122,255,.08),transparent 42%),#030303}
.event-story-grid{display:grid;grid-template-columns:minmax(220px,.36fr) minmax(0,.64fr);gap:56px;align-items:start}
.event-story-label{position:sticky;top:112px}
.event-story-label h2{max-width:380px;margin:12px 0 0;font-size:38px;line-height:1.08}
.event-story-copy{display:grid;gap:18px;max-width:900px}
.event-story-copy p{margin:0;color:rgba(255,255,255,.76);font-size:20px;line-height:1.68}
.event-story-copy h3{margin:16px 0 0;color:#fff;font-size:24px;line-height:1.18}
.event-summary-section{padding-top:42px;padding-bottom:58px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.06);background:radial-gradient(ellipse at 18% 0%,rgba(47,122,255,.07),transparent 42%),#030303}
.event-summary-card{position:relative;overflow:hidden;width:min(920px,100%);margin:0 auto;padding:28px 32px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.032)),rgba(255,255,255,.025);box-shadow:0 22px 70px rgba(0,0,0,.28)}
.event-summary-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,rgba(220,244,255,.46),rgba(156,203,255,.18) 34%,rgba(156,203,255,0));opacity:.72}
.event-summary-card .event-story-copy{max-width:none;gap:16px}
.event-summary-card .event-story-copy p{color:rgba(255,255,255,.78);font-size:clamp(17px,1.5vw,21px);line-height:1.62}
.event-summary-card .event-story-copy h3{margin:14px 0 -2px;font-size:clamp(18px,1.4vw,22px)}
@keyframes slowBreath{0%,100%{transform:scale(1.01)}50%{transform:scale(1.035)}}
@media(max-width:900px){.gallery-grid{grid-template-columns:1fr}.gallery-item.featured{grid-column:auto}.gallery-item img{height:300px}.event-story-grid{grid-template-columns:1fr;gap:24px}.event-story-label{position:static}.event-story-label h2{font-size:32px}.event-story-copy p{font-size:17px;line-height:1.65}.event-summary-section{padding-top:34px;padding-bottom:50px}.event-summary-card{padding:24px}.wow.image-mantra{min-height:430px}.social-band-inner{grid-template-columns:1fr}.social-buttons{justify-content:flex-start}.store-footer-cta{align-items:stretch;flex-direction:column}.store-card .merch-img{height:230px}.hero-socials{gap:8px}.hero-socials a{font-size:12px;padding:7px 10px}}

.home-hero{min-height:760px}
.home-hero .hero-media.focus-convoy{object-position:66% 72%;transform:translateY(-18px) scale(1.08)}
.home-hero .hero-inner{padding-bottom:8px}
.home-hero h1{max-width:840px;font-size:92px;line-height:.95}
.home-hero h1 span{display:block}
.hero-mantra{margin-top:1rem;max-width:720px}
.hero-mantra p{margin:0}
.hero-mantra-light{position:relative;margin-top:1rem;width:min(760px,92vw);height:2px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.16);filter:blur(.2px)}
.hero-mantra-light::after{content:"";position:absolute;top:-6px;left:-30%;width:30%;height:14px;background:radial-gradient(ellipse at center,rgba(255,255,255,.75) 0%,rgba(255,255,255,.35) 35%,rgba(255,255,255,0) 70%);filter:blur(6px);animation:mantraLightSweep 5.5s ease-in-out infinite}
.hero-media.focus-convoy{object-position:66% 72%}
.apply-hero .hero-media.focus-low{object-position:center 64%}
.conduct-hero .hero-media.focus-conduct,.standards-hero .hero-media.focus-conduct{object-position:center 58%}
@media(max-width:900px){.home-hero{height:86svh;min-height:0}.home-hero h1{max-width:100%;font-size:60px;line-height:.96}.home-hero .hero-inner{padding:130px var(--pad) 34px}}
@keyframes mantraLightSweep{0%{transform:translateX(-20%);opacity:0}18%{opacity:.65}55%{opacity:.85}100%{transform:translateX(430%);opacity:0}}
@media(max-width:768px){.home-hero .hero-media.focus-convoy{object-position:center 74%;transform:translateY(4px) scale(1.06)}}
@media(max-width:700px){.hero-mantra{margin-top:.9rem}.hero-mantra-light{width:100%;margin-top:.85rem}}
@media(max-width:520px){.home-hero h1{font-size:50px}.hero-media.focus-convoy{object-position:center 74%}}

/* Secondary page polish pass */
.hero.compact{min-height:540px}
.hero.compact .hero-inner{padding-bottom:78px}
.hero.compact h1{max-width:880px;font-size:68px;line-height:1}
.hero.compact p{max-width:60ch;font-size:19px;line-height:1.52}
.contact-section,.application-section,.legal-hub-section,.legal-detail-section,.past-events-section{padding-top:88px;padding-bottom:92px}
.form-split{grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);gap:86px;align-items:start}
.form-card{padding:28px}
.form-card .form-grid{gap:14px}
.form-intro{display:flex;flex-direction:column;gap:6px;margin:0 0 22px}
.form-reassurance{margin:0;color:rgba(255,255,255,.88);font-weight:760}
.form-curation,.field-help,.submit-note{margin:0;color:var(--muted);font-size:14px;line-height:1.45}
.form-group-label{grid-column:1/-1;margin:12px 0 -2px;padding-top:4px;color:rgba(255,255,255,.72);font-family:var(--font-display);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:0}
.form-group-label:first-child{margin-top:0}
.field-help{display:block;margin-top:-2px}
.submit-note{text-align:center}
.field input,.field select,.field textarea{min-height:50px}
.field textarea{min-height:126px}
.legal-cards .card-body{padding:28px}
.legal-cards .card-body h3{margin-bottom:12px}
.legal-cards .card-body p{margin-bottom:22px}
.legal-copy{max-width:760px}
.legal-copy h2{font-size:30px;line-height:1.12;margin:46px 0 12px}
.legal-copy h2:first-of-type{margin-top:30px}
.legal-copy p,.legal-copy li{font-size:17px;line-height:1.68}
.legal-updated{color:var(--muted);font-size:14px!important}
.store-footer-cta{margin-top:34px}
.past-events-section .section-head{margin-bottom:30px}
.past-events-section .cards{gap:18px}
.events-cta-band .section-head{align-items:center;margin-bottom:0}
.events-cta-band .button{flex:0 0 auto}
.date-cards{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1180px){.date-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){
  .date-cards{grid-template-columns:1fr}
  .hero.compact{min-height:500px}
  .hero.compact .hero-inner{padding-top:132px;padding-bottom:58px}
  .hero.compact h1{font-size:52px}
  .hero.compact p{font-size:17px}
  .contact-section,.application-section,.legal-hub-section,.legal-detail-section,.past-events-section{padding-top:70px;padding-bottom:74px}
  .form-split{grid-template-columns:1fr;gap:34px}
  .form-card{padding:24px}
  .form-grid{gap:14px}
  .legal-copy{max-width:100%}
  .legal-copy h2{font-size:28px;margin-top:38px}
}
@media(max-width:520px){
  .hero.compact h1{font-size:44px}
  .hero.compact .hero-inner{padding-bottom:50px}
  .form-card{padding:22px}
}

/* Authority refinement pass */
.authority-hero.home-hero{height:100svh;min-height:720px}
.authority-hero .hero-inner{max-width:1180px;padding-bottom:42px}
.authority-hero h1{display:flex;flex-direction:column;gap:18px;max-width:980px;margin-top:22px;margin-bottom:0;font-size:64px;line-height:1.04}
.authority-hero .hero-title-primary{display:block;max-width:820px;font-weight:800;line-height:1.02}
.authority-hero .hero-title-secondary{display:block;max-width:830px;font-size:40px;font-weight:650;line-height:1.12;color:rgba(255,255,255,.86)}
.authority-hero .hero-copy{display:flex;flex-direction:column;gap:12px;max-width:720px;margin-top:32px}
.authority-hero .hero-copy p{max-width:100%;font-size:17px;line-height:1.64;color:rgba(255,255,255,.86)}
.authority-hero .hero-actions{margin-top:36px;gap:14px}
.home-social-band{background:#050505}
.story-preview .split{align-items:start}
.story-preview .copy-stack{padding-top:32px}
.story-preview .section-link-row{margin-top:10px}
.story-detail-section{padding-top:86px}
.story-copy{max-width:840px}
.story-copy p{margin:0 0 26px;color:rgba(255,255,255,.76);font-size:18px;line-height:1.74}
.story-copy .lead{font-size:25px;line-height:1.45;color:#fff}
.story-pull{margin:34px 0!important;padding:28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:rgba(255,255,255,.88)!important;font-family:var(--font-display);font-size:22px!important;line-height:1.62!important}
.about-authority-section .copy-stack p{font-size:18px}
.authority-grid .value-card{min-height:100%}
.standards-landing-section{padding-top:86px;padding-bottom:92px}
.standards-panel{max-width:920px;padding:34px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}
.standards-panel h2{margin:14px 0 18px;font-size:40px;line-height:1.12}
.standards-panel p{max-width:72ch;margin:0;color:var(--soft);font-size:17px;line-height:1.66}
.standards-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:30px 0 0;padding:0;list-style:none}
.standards-checklist li{padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.04);color:rgba(255,255,255,.86);font-weight:760}
.standards-note{margin-top:28px!important;color:rgba(255,255,255,.62)!important;font-size:14px!important}
.conduct-detail-section{padding-top:82px}
.conduct-copy{max-width:920px}
.conduct-section{padding:32px 0;border-top:1px solid var(--line)}
.conduct-section:first-child{padding-top:0;border-top:0}
.conduct-section h2{margin:0 0 16px;font-size:26px;line-height:1.18}
.conduct-section p,.conduct-section li{color:var(--soft);font-size:17px;line-height:1.68}
.conduct-section p{margin:0 0 14px}
.conduct-section ul{margin:0 0 16px;padding-left:22px}
@media(max-width:1040px){.nav a{padding:10px 10px;font-size:11px}.site-header{padding-left:28px;padding-right:28px}}
@media(max-width:900px){
  .authority-hero.home-hero{height:auto;min-height:760px}
  .authority-hero .hero-inner{padding-top:138px;padding-bottom:54px}
  .authority-hero h1{gap:14px;font-size:44px;line-height:1.08}
  .authority-hero .hero-title-secondary{font-size:27px;line-height:1.15}
  .authority-hero .hero-copy p{font-size:16px;line-height:1.56}
  .story-preview .copy-stack{padding-top:0}
  .story-detail-section,.standards-landing-section,.conduct-detail-section{padding-top:70px;padding-bottom:74px}
  .story-copy p{font-size:17px;line-height:1.68}
  .story-copy .lead{font-size:22px}
  .story-pull{padding:22px;font-size:19px!important}
  .standards-panel{padding:26px}
  .standards-panel h2{font-size:30px}
  .standards-checklist{grid-template-columns:1fr}
  .conduct-section{padding:28px 0}
}
@media(max-width:520px){
  .authority-hero.home-hero{min-height:760px}
  .authority-hero .hero-inner{padding-top:114px;padding-bottom:28px}
  .authority-hero h1{gap:10px;font-size:30px;line-height:1.04}
  .authority-hero .hero-title-secondary{font-size:19px;line-height:1.16}
  .authority-hero .hero-copy{gap:10px;margin-top:20px}
  .authority-hero .hero-copy p{font-size:15px;line-height:1.48}
  .authority-hero .hero-actions{margin-top:24px}
  .standards-panel{padding:22px}
  .standards-panel h2{font-size:27px}
  .conduct-section h2{font-size:22px}
}

/* Final polish pass */
.home-hero .hero-overlay{background:linear-gradient(to right,rgba(0,0,0,.86),rgba(0,0,0,.52) 42%,rgba(0,0,0,.16) 74%),linear-gradient(to bottom,rgba(0,0,0,.12),rgba(0,0,0,.18) 50%,rgba(0,0,0,.86) 100%)}
.button.secondary{background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.28)}
.button.secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.34);box-shadow:0 14px 34px rgba(255,255,255,.1)}
.merch-hero .hero-media{object-position:center 45%;filter:brightness(.68) contrast(1.06) saturate(.96)}
.conduct-hero .hero-media.focus-conduct,.standards-hero .hero-media.focus-conduct{object-position:center 58%;filter:brightness(.7) contrast(1.05) saturate(.9)}
.social-band{padding-top:44px;padding-bottom:44px}
.story-preview{padding-top:104px;padding-bottom:104px}
.footer{padding:46px 38px;border-top-color:rgba(255,255,255,.08);color:rgba(255,255,255,.56)}
.footer-disclaimer{margin-top:12px;color:rgba(255,255,255,.44)}
.footer-links,.socials{gap:18px;row-gap:10px}
.footer a{color:rgba(255,255,255,.62)}
@media(min-width:901px){
  .authority-hero h1{max-width:940px;margin-top:26px}
  .authority-hero .hero-title-primary{max-width:760px}
  .authority-hero .hero-title-secondary{max-width:780px}
  .authority-hero .hero-copy{max-width:660px;margin-top:36px}
  .authority-hero .hero-actions{margin-top:38px}
  .story-preview .split{gap:92px}
  .story-preview .copy-stack{padding-top:58px}
}
@media(max-width:900px){
  .story-preview{padding-top:78px;padding-bottom:78px}
  .authority-hero .hero-actions{gap:12px}
  .merch-hero .hero-media{object-position:center 42%}
  .conduct-hero .hero-media.focus-conduct,.standards-hero .hero-media.focus-conduct{object-position:center 58%}
}

/* Final content-system refinements */
.pill.sold-out{min-height:24px;padding:4px 9px;border-color:rgba(255,115,115,.42);background:rgba(120,24,24,.18);color:rgba(255,184,184,.9);font-size:11px;font-weight:800}
.event-date{margin:0;color:var(--soft);font-weight:760}
.home-event-actions{gap:14px}

/* Final mobile visual polish */
@media(max-width:900px){
  .merch-hero .hero-media{object-position:center 56%}
  .story-hero .hero-media.focus-low{object-position:82% 72%}
}
@media(max-width:768px){
  .nav a.nav-cta{min-height:52px;padding:15px 18px;font-size:15px}
}
@media(max-width:900px){
  .js .reveal{opacity:1;transform:none}
  .footer-links a,.socials a{display:inline-flex;align-items:center;min-height:38px;padding:4px}
  .footer-links a{min-width:42px}
  .socials a{justify-content:center;min-width:38px}
}
@media(max-width:520px){
  .merch-hero .hero-media{object-position:center 58%}
  .story-hero .hero-media.focus-low{object-position:86% 72%}
}

/* Final mobile navigation refinement */
@media(max-width:768px){
  .nav a.nav-cta{
    min-height:54px;
    padding:16px 18px;
    font-size:15.5px;
    letter-spacing:.01em;
  }
}

/* Final mobile hero composition polish */
@media(max-width:768px){
  .home-hero .hero-media.focus-convoy{
    object-position:center 70%;
    transform:translateY(4px) scale(1.055);
  }
  .merch-hero .hero-media{
    object-position:40% 54%;
    transform:translateY(-48px) scale(1.065);
  }
}
@media(max-width:520px){
  .authority-hero h1{
    max-width:360px;
    font-size:clamp(37px,10vw,42px);
    line-height:1.02;
  }
  .home-hero .hero-media.focus-convoy{
    object-position:center 69%;
    transform:translateY(4px) scale(1.055);
  }
  .merch-hero .hero-media{
    object-position:38% 54%;
    transform:translateY(-58px) scale(1.075);
  }
}

/* Final interior hero hierarchy polish */
.hero.compact .eyebrow{
  margin-bottom:18px;
}
.hero.compact .hero-copy{
  display:flex;
  flex-direction:column;
  gap:12px;
  max-width:60ch;
  margin-top:22px;
}
.hero.compact .hero-copy p{
  max-width:100%;
}
.hero.compact .hero-actions{
  margin-top:32px;
}
@media(max-width:900px){
  .hero.compact .eyebrow{
    margin-bottom:16px;
  }
  .hero.compact .hero-copy{
    gap:10px;
    margin-top:20px;
  }
  .hero.compact .hero-actions{
    margin-top:28px;
  }
}

/* Final mobile homepage/events spacing rhythm */
@media(max-width:900px){
  .home-social-band{
    padding-top:36px;
  }
  .events-cta-band{
    padding-top:46px;
    padding-bottom:58px;
  }
  .events-cta-band .button{
    margin-top:26px;
  }
}
@media(max-width:520px){
  .home-social-band{
    padding-top:32px;
  }
  .events-cta-band{
    padding-top:42px;
    padding-bottom:54px;
  }
  .events-cta-band .button{
    margin-top:28px;
  }
}

/* Parent-facing trust polish */
.brand-lockup{
  gap:12px;
}
.brand-name{
  color:rgba(255,255,255,.9);
  font-family:var(--font-display);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  line-height:1;
  text-shadow:0 8px 22px rgba(0,0,0,.55);
  white-space:nowrap;
}
.official-statement-section{
  padding-top:168px;
  padding-bottom:108px;
  background:#030303;
}
.official-statement-copy{
  max-width:800px;
}
.statement-eyebrow{
  margin:0 0 18px;
  color:rgba(255,255,255,.66);
  font-family:var(--font-display);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}
.official-statement-copy h1{
  margin:0 0 14px;
  font-size:clamp(44px,7vw,72px);
  line-height:1;
  letter-spacing:0;
  text-wrap:balance;
}
.statement-body{
  margin-top:34px;
  border-top:1px solid rgba(255,255,255,.12);
}
.statement-body p{
  margin:0;
  padding:22px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.72;
}
.footer{
  display:block;
  padding:52px 38px 34px;
  border-top:1px solid rgba(255,255,255,.08);
  background:#000;
  color:rgba(255,255,255,.62);
}
.footer-main{
  display:grid;
  grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(128px,.7fr)) minmax(190px,.85fr);
  gap:32px;
  align-items:start;
}
.footer-brand-lockup{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#fff;
  font-family:var(--font-display);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}
.footer-logo{
  width:54px;
  height:54px;
  object-fit:contain;
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.45));
}
.footer-trust{
  max-width:36ch;
  margin:18px 0 0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.58;
}
.footer-column,
.footer-join{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
.footer-column h3,
.footer-join h3{
  margin:0 0 8px;
  color:rgba(255,255,255,.92);
  font-family:var(--font-display);
  font-size:13px;
  font-weight:800;
}
.footer-column a,
.footer-socials a{
  color:rgba(255,255,255,.62);
  font-size:14px;
  line-height:1.2;
}
.footer-column a:hover,
.footer-socials a:hover{
  color:#fff;
}
.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.footer-socials a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  min-height:34px;
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  font-family:var(--font-display);
  font-size:12px;
  font-weight:800;
}
.footer-join p{
  max-width:24ch;
  margin:0 0 10px;
  color:rgba(255,255,255,.64);
  font-size:14px;
  line-height:1.52;
}
.footer-join .button{
  min-height:44px;
  padding:13px 20px;
  color:#000;
  font-size:13px;
}
.footer-join .button:hover{
  color:#000;
}
.footer-bottom{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-top:38px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-bottom p{
  margin:0;
  color:rgba(255,255,255,.56);
  font-size:13px;
  line-height:1.5;
}
.footer-bottom .footer-disclaimer{
  max-width:72ch;
  color:rgba(255,255,255,.7);
  font-size:13px;
}
@media(max-width:1120px){
  .brand-name{
    font-size:11px;
  }
  .footer-main{
    grid-template-columns:1.4fr repeat(2,1fr);
  }
}
@media(max-width:900px){
  .brand-name{
    font-size:11px;
  }
  .official-statement-section{
    padding-top:132px;
    padding-bottom:78px;
  }
  .statement-body p{
    font-size:17px;
    line-height:1.66;
  }
  .footer{
    padding:42px var(--pad) 30px;
  }
  .footer-main{
    grid-template-columns:1fr 1fr;
    gap:30px 24px;
  }
  .footer-column a,
  .footer-socials a{
    min-height:40px;
  }
  .footer-bottom{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:620px){
  .brand-name{
    max-width:92px;
    white-space:normal;
    line-height:1.1;
  }
  .footer-main{
    grid-template-columns:1fr;
  }
  .footer-trust,
  .footer-join p{
    max-width:100%;
  }
}

/* Branded navigation refinement */
.site-header{
  padding:18px 34px;
}
.brand-lockup{
  position:relative;
  min-height:62px;
  padding:6px 14px 6px 8px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(0,0,0,.22);
  backdrop-filter:blur(16px);
  box-shadow:0 16px 42px rgba(0,0,0,.24);
  isolation:isolate;
  overflow:hidden;
}
.brand-lockup::before,
.brand-lockup::after{
  content:"";
  position:absolute;
  top:50%;
  left:12px;
  z-index:2;
  width:78px;
  height:58px;
  border-radius:50%;
  pointer-events:none;
  background:conic-gradient(from 0deg,rgba(70,135,255,0) 0deg,rgba(70,135,255,0) 248deg,rgba(70,135,255,.26) 276deg,rgba(232,242,255,.44) 288deg,rgba(70,135,255,.22) 302deg,rgba(70,135,255,0) 328deg,rgba(70,135,255,0) 360deg);
  filter:blur(.35px);
  mix-blend-mode:screen;
  opacity:.14;
  transform:translateY(-50%) rotate(var(--orbit-tilt,-32deg));
  animation:orbitLightSweep 9.5s ease-in-out infinite;
  -webkit-mask:radial-gradient(ellipse at center,transparent 54%,#000 58%,#000 65%,transparent 69%);
  mask:radial-gradient(ellipse at center,transparent 54%,#000 58%,#000 65%,transparent 69%);
}
.brand-lockup::after{
  --orbit-tilt:52deg;
  left:17px;
  width:66px;
  height:76px;
  opacity:.1;
  animation-duration:11.5s;
  animation-delay:-3.4s;
}
.brand-lockup:hover::before{
  opacity:.25;
}
.brand-lockup:hover::after{
  opacity:.18;
}
.brand-lockup-img{
  position:relative;
  z-index:1;
  width:226px;
  height:auto;
  aspect-ratio:720/235;
  object-fit:contain;
  filter:drop-shadow(0 12px 26px rgba(0,0,0,.48));
}
.brand:hover .brand-lockup-img{
  transform:translateY(-1px);
  opacity:.98;
}
.nav{
  gap:6px;
  padding:7px;
  border-color:rgba(255,255,255,.2);
  background:rgba(5,5,5,.38);
  box-shadow:0 18px 44px rgba(0,0,0,.25);
}
.nav a{
  padding:11px 16px;
  font-size:13px;
  color:rgba(255,255,255,.84);
}
.nav a.nav-cta{
  padding-left:22px;
  padding-right:22px;
}
.hero.compact .hero-inner{
  padding-bottom:126px;
}
.authority-hero .hero-inner{
  padding-bottom:92px;
}
.official-statement-section{
  padding-top:142px;
}
@media(max-width:1120px){
  .site-header{
    padding-left:26px;
    padding-right:26px;
  }
  .brand-lockup-img{
    width:198px;
  }
  .nav a{
    padding:10px 12px;
    font-size:12.5px;
  }
  .nav a.nav-cta{
    padding-left:18px;
    padding-right:18px;
  }
}
@media(max-width:900px){
  .site-header{
    padding:16px 18px;
  }
  .brand-lockup{
    min-height:58px;
    padding:5px 11px 5px 7px;
  }
  .brand-lockup-img{
    width:178px;
  }
  .hero.compact .hero-inner{
    padding-bottom:88px;
  }
  .authority-hero .hero-inner{
    padding-bottom:78px;
  }
  .official-statement-section{
    padding-top:118px;
  }
}
@media(max-width:768px){
  .brand-lockup{
    min-height:56px;
  }
  .brand-lockup::before{
    left:9px;
    width:62px;
    height:48px;
    opacity:.09;
    animation-duration:12s;
  }
  .brand-lockup::after{
    left:13px;
    width:54px;
    height:62px;
    opacity:.065;
    animation-duration:13s;
  }
  .brand-lockup-img{
    width:174px;
  }
  .nav{
    top:86px;
  }
}
@media(max-width:520px){
  .brand-lockup{
    padding:5px 10px 5px 6px;
  }
  .brand-lockup-img{
    width:164px;
  }
  .hero.compact .hero-inner{
    padding-bottom:74px;
  }
  .authority-hero .hero-inner{
    padding-bottom:50px;
  }
  .official-statement-section{
    padding-top:106px;
  }
}
@keyframes orbitLightSweep{
  0%{
    transform:translateY(-50%) rotate(var(--orbit-tilt,-32deg));
    opacity:.02;
  }
  16%{
    opacity:.12;
  }
  50%{
    opacity:.18;
  }
  82%{
    opacity:.1;
  }
  100%{
    transform:translateY(-50%) rotate(calc(var(--orbit-tilt,-32deg) + 360deg));
    opacity:.02;
  }
}
@media(prefers-reduced-motion:reduce){
  .brand-lockup::before,
  .brand-lockup::after{
    animation:none!important;
    opacity:0!important;
  }
}

/* Final lightweight nav and mobile composition polish */
.brand-lockup{
  min-height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}
.brand-lockup:hover{
  background:transparent;
}
.brand-lockup-img{
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.5));
}
@media(max-width:768px){
  .brand-lockup{
    min-height:auto;
    padding:0;
    border:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
  }
}

/* Prior branded shell retained for fallbacks above; final lockup is containerless. */
.brand-lockup{
  border-color:rgba(255,255,255,.065);
  background:rgba(0,0,0,.08);
  box-shadow:0 10px 26px rgba(0,0,0,.14);
  backdrop-filter:blur(10px);
}
.brand-lockup::before,
.brand-lockup::after{
  content:none;
  display:none;
  animation:none;
  opacity:0;
}
.brand-lockup-img{
  width:214px;
  animation:logoSettle .65s cubic-bezier(.2,.72,.2,1) both;
}
.nav{
  border-color:rgba(255,255,255,.14);
  background:rgba(5,5,5,.28);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}
.menu-toggle{
  border-color:rgba(255,255,255,.14);
  background:rgba(0,0,0,.2);
  box-shadow:0 12px 30px rgba(0,0,0,.16);
}
@keyframes logoSettle{
  0%{
    opacity:.78;
    transform:translateY(-3px);
  }
  100%{
    opacity:1;
    transform:translateY(0);
  }
}
@media(max-width:900px){
  .brand-lockup-img{
    width:168px;
  }
  .hero.compact .eyebrow{
    margin-bottom:14px;
  }
}
@media(max-width:768px){
  .brand-lockup{
    background:rgba(0,0,0,.14);
    border-color:rgba(255,255,255,.08);
    box-shadow:0 10px 26px rgba(0,0,0,.13);
  }
  .brand-lockup-img{
    width:162px;
  }
  .menu-toggle{
    background:rgba(0,0,0,.22);
    border-color:rgba(255,255,255,.14);
    box-shadow:0 12px 28px rgba(0,0,0,.16);
  }
  .nav{
    background:rgba(3,3,3,.9);
    border-color:rgba(255,255,255,.12);
    box-shadow:0 16px 34px rgba(0,0,0,.2);
  }
  .home-hero .hero-media.focus-convoy{
    object-position:center 64%;
    transform:translateY(-4px) scale(1.055);
  }
  .merch-hero .hero-media{
    object-position:40% 50%;
    transform:translateY(-62px) scale(1.07);
  }
  .events-cta-band{
    padding-top:36px;
  }
}
@media(max-width:520px){
  .brand-lockup-img{
    width:154px;
  }
  .authority-hero h1{
    font-size:clamp(40px,10.7vw,45px);
    line-height:1.02;
  }
  .home-hero .hero-media.focus-convoy{
    object-position:center 62%;
    transform:translateY(-6px) scale(1.055);
  }
  .merch-hero .hero-media{
    object-position:38% 49%;
    transform:translateY(-72px) scale(1.08);
  }
  .events-cta-band{
    padding-top:34px;
  }
}
@media(prefers-reduced-motion:reduce){
  .brand-lockup-img{
    animation:none!important;
  }
}

/* Final logo treatment: no visible logo container */
.brand-lockup,
.brand-lockup:hover{
  min-height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}
.brand-lockup-img{
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.5));
}
@media(max-width:768px){
  .site-header{
    position:sticky;
    top:0;
    inset:0 0 auto;
    align-items:center;
    min-height:64px;
    padding:7px 16px;
    background:linear-gradient(180deg,rgba(3,3,3,.9),rgba(3,3,3,.78));
    border-bottom:1px solid rgba(255,255,255,.1);
    backdrop-filter:blur(18px);
    box-shadow:0 12px 30px rgba(0,0,0,.18);
    pointer-events:auto;
  }
  .brand-lockup,
  .brand-lockup:hover{
    min-height:auto;
    padding:0;
    border:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
  }
  .brand-lockup-img{
    width:150px;
  }
  .menu-toggle{
    width:44px;
    height:44px;
    border-radius:12px;
    border-color:rgba(255,255,255,.12);
    background:rgba(255,255,255,.045);
    box-shadow:none;
    backdrop-filter:none;
  }
  .nav{
    top:calc(100% + 8px);
    left:16px;
    right:16px;
    gap:5px;
    padding:10px;
  }
  .nav a,
  .nav a:not(.nav-cta){
    min-height:44px;
    padding:12px 16px;
  }
  .site-header.menu-open .menu-toggle{
    border-color:rgba(255,255,255,.12);
    background:rgba(255,255,255,.045);
  }
}
@media(max-width:520px){
  .site-header{
    min-height:62px;
    padding:7px 14px;
  }
  .brand-lockup-img{
    width:144px;
  }
}

/* Homepage upcoming events alignment polish */
.upcoming-section .section-head{
  justify-content:flex-start;
  align-items:flex-end;
  gap:28px;
  max-width:960px;
  margin-inline:auto;
}
.upcoming-section .section-head p{
  max-width:42ch;
}
.upcoming-section .date-cards{
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:1240px;
  margin-inline:auto;
}
.upcoming-section .card-body{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:24px;
}
.upcoming-section .card-body .meta{
  position:absolute;
  top:16px;
  left:16px;
  z-index:2;
  margin:0;
}
.upcoming-section .card-body h3{
  margin:0;
}
.upcoming-section .card-body .event-date{
  margin:0;
}
.upcoming-section .home-event-actions{
  justify-content:center;
  margin-top:30px;
}
@media(max-width:900px){
  .upcoming-section .section-head{
    display:block;
    max-width:640px;
    margin-inline:auto;
  }
  .upcoming-section .section-head p{
    max-width:100%;
  }
  .upcoming-section .date-cards{
    grid-template-columns:1fr;
    max-width:640px;
  }
  .upcoming-section .home-event-actions{
    max-width:640px;
    margin-inline:auto;
  }
}

@media(min-width:901px) and (max-width:1180px){
  .upcoming-section .date-cards,
  #upcoming-events .date-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:920px;
  }
}

/* Final request overrides: keep these last. */
.conduct-hero-kickers{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  margin:0 0 18px!important;
}

.conduct-hero-kicker{
  margin:0!important;
  color:rgb(var(--co-blue-rgb))!important;
  font-family:var(--font-body)!important;
  font-size:clamp(13px,.92vw,15px)!important;
  font-weight:800!important;
  line-height:1.1!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
  text-shadow:0 0 18px rgba(var(--co-blue-rgb),.18)!important;
}

.conduct-hero-subkicker{
  margin:0!important;
  color:rgba(255,255,255,.84)!important;
  font-family:var(--font-body)!important;
  font-size:clamp(24px,2.4vw,38px)!important;
  font-weight:400!important;
  line-height:1!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
}

.store-grid{
  align-items:stretch;
}

.store-card .card-body{
  min-height:230px!important;
  padding:26px 28px 28px!important;
  display:flex!important;
  flex-direction:column!important;
}

.store-card{
  position:relative!important;
  overflow:hidden!important;
  transition:transform .34s cubic-bezier(.16,1,.3,1),border-color .34s ease,box-shadow .34s ease,background .34s ease!important;
  will-change:transform,box-shadow;
}

.store-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  pointer-events:none;
  opacity:.44;
  background:linear-gradient(135deg,rgba(var(--co-blue-rgb),.24),transparent 27%,transparent 76%,rgba(var(--co-blue-rgb),.1));
  mix-blend-mode:screen;
}

.store-card::after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(118deg,transparent 0%,rgba(var(--co-blue-rgb),0) 30%,rgba(126,182,255,.1) 44%,rgba(230,246,255,.16) 50%,rgba(var(--co-blue-rgb),.075) 58%,transparent 76%);
  transform:translateX(-34%);
  mix-blend-mode:screen;
}

.store-card:hover,
.store-card:focus-within{
  transform:translateY(-10px) scale(1.018);
  border-color:rgba(var(--co-blue-rgb),.66)!important;
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.18),0 30px 76px rgba(0,0,0,.4),0 0 64px rgba(var(--co-blue-rgb),.22)!important;
}

@media(prefers-reduced-motion:no-preference){
  .store-card:hover::after,
  .store-card:focus-within::after{
    animation:merchCardSheen 1.1s cubic-bezier(.16,1,.3,1) forwards;
  }
}

@keyframes merchCardSheen{
  0%{
    opacity:0;
    transform:translateX(-34%);
  }
  38%{
    opacity:.24;
  }
  100%{
    opacity:0;
    transform:translateX(34%);
  }
}

@media(prefers-reduced-motion:reduce){
  .store-card,
  .store-card:hover,
  .store-card:focus-within{
    transform:none!important;
  }
  .store-card::after{
    animation:none!important;
  }
}

.store-card .meta{
  margin:0 0 18px!important;
}

.store-card h3{
  margin:0 0 12px!important;
  font-family:var(--font-title)!important;
  font-size:clamp(30px,2.6vw,42px)!important;
  font-weight:400!important;
  line-height:.98!important;
  letter-spacing:.018em!important;
}

.store-card p{
  margin:0 0 18px!important;
  color:rgba(255,255,255,.72)!important;
  font-family:var(--font-body)!important;
  font-size:16px!important;
  line-height:1.55!important;
}

.store-card .link-arrow{
  margin-top:auto!important;
  padding-top:18px!important;
  align-self:flex-start!important;
  color:#fff!important;
  font-family:var(--font-body)!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1.2!important;
}

.store-card .link-arrow::after{
  content:" \2192";
}

@media(max-width:900px){
  .store-card .card-body{
    min-height:auto!important;
    padding:24px!important;
  }
}

@media(min-width:769px){
  .nav-event-panel{
    left:0!important;
    right:auto!important;
    width:min(620px,calc(100vw - 64px))!important;
    gap:18px!important;
    padding:18px 20px!important;
    border-radius:18px!important;
    transform:translateY(8px)!important;
  }

  .nav-event-menu:hover .nav-event-panel,
  .nav-event-menu:focus-within .nav-event-panel,
  .nav-event-menu.is-open .nav-event-panel{
    transform:translateY(0)!important;
  }

  .nav-event-column{
    gap:0!important;
  }

  .nav a.nav-event-link,
  .nav-event-link{
    min-height:0!important;
    padding:10px 4px!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.075)!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:rgba(255,255,255,.82)!important;
  }

  .nav a.nav-event-link:last-child,
  .nav-event-link:last-child{
    border-bottom:0!important;
  }

  .nav-event-link:hover,
  .nav-event-link:focus-visible{
    padding-left:10px!important;
    background:linear-gradient(90deg,rgba(var(--co-blue-rgb),.13),rgba(255,255,255,0) 78%)!important;
    color:#fff!important;
  }

  .nav-event-link strong,
  .nav-event-link small{
    font-family:var(--font-body)!important;
    letter-spacing:0!important;
  }
}

@media(min-width:769px) and (max-width:1180px){
  .nav-event-panel{
    left:auto!important;
    right:0!important;
  }
}

/* Apply page final override: Preferred event is its own full-width section. */
.application-section .form-grid .preferred-event-label{
  margin-top:34px!important;
}

.application-section .form-grid .preferred-event-field{
  grid-column:1/-1!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  min-width:0!important;
}

.application-section .form-grid .preferred-event-field::before{
  content:none!important;
  display:none!important;
}

.application-section .form-grid .preferred-event-field label,
.application-section .form-grid .preferred-event-field select,
.application-section .form-grid .preferred-event-field .custom-event-select{
  grid-row:auto!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select{
  width:100%!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select-button,
.application-section .form-grid .preferred-event-field .custom-event-select-option{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select-button{
  min-height:58px!important;
  padding-left:18px!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select-menu{
  width:100%!important;
}

@media(max-width:700px){
  .application-section .form-grid .preferred-event-field .custom-event-select-button,
  .application-section .form-grid .preferred-event-field .custom-event-select-option{
    font-size:14px!important;
  }
}

/* Apply page final EOF override: align conditional Other vehicle field with Vehicle. */
@media(min-width:701px){
  .application-section .form-grid .vehicle-other-field:not([hidden]){
    grid-column:2/3!important;
    display:grid!important;
    grid-template-rows:auto minmax(21px,auto) auto!important;
    gap:8px!important;
    align-self:start!important;
  }

  .application-section .form-grid .vehicle-other-field:not([hidden])::before{
    content:""!important;
    grid-row:2!important;
    min-height:21px!important;
  }

  .application-section .form-grid .vehicle-other-field:not([hidden]) label{
    grid-row:1!important;
  }

  .application-section .form-grid .vehicle-other-field:not([hidden]) input{
    grid-row:3!important;
  }
}

@media(max-width:700px){
  .application-section .form-grid .vehicle-other-field:not([hidden]){
    grid-column:1/-1!important;
  }
}

/* Apply page final override: use the premium custom dropdown treatment for all selects. */
.application-section .field:has(#vehicle) .custom-event-select,
.application-section .field:has(#experience) .custom-event-select{
  grid-row:3!important;
  width:100%!important;
}

.application-section .field:has(#vehicle) .custom-event-select-button,
.application-section .field:has(#experience) .custom-event-select-button{
  min-height:54px!important;
}

.application-section .field:has(#vehicle) .custom-event-select-menu{
  max-height:min(520px,calc(100svh - 180px))!important;
}

@media(max-width:700px){
  .application-section .field:has(#vehicle) .custom-event-select-button,
  .application-section .field:has(#experience) .custom-event-select-button{
    min-height:58px!important;
  }

  .application-section .field:has(#vehicle) .custom-event-select-menu{
    max-height:min(430px,calc(100svh - 148px))!important;
  }
}

.nowrap-brand{
  white-space:nowrap;
}

/* Apply page final EOF override: align conditional Other vehicle field with Vehicle. */
@media(min-width:701px){
  .application-section .form-grid .vehicle-other-field:not([hidden]){
    grid-column:2/3!important;
    display:grid!important;
    grid-template-rows:auto minmax(21px,auto) auto!important;
    gap:8px!important;
    align-self:start!important;
  }

  .application-section .form-grid .vehicle-other-field:not([hidden])::before{
    content:""!important;
    grid-row:2!important;
    min-height:21px!important;
  }

  .application-section .form-grid .vehicle-other-field:not([hidden]) label{
    grid-row:1!important;
  }

  .application-section .form-grid .vehicle-other-field:not([hidden]) input{
    grid-row:3!important;
  }
}

@media(max-width:700px){
  .application-section .form-grid .vehicle-other-field:not([hidden]){
    grid-column:1/-1!important;
  }
}

/* Final winning override: keep Preferred event separate and one-line. */
.application-section .form-grid .preferred-event-label{
  margin-top:34px!important;
}

.application-section .form-grid .preferred-event-field{
  grid-column:1/-1!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  min-width:0!important;
}

.application-section .form-grid .preferred-event-field::before{
  content:none!important;
  display:none!important;
}

.application-section .form-grid .preferred-event-field label,
.application-section .form-grid .preferred-event-field select,
.application-section .form-grid .preferred-event-field .custom-event-select{
  grid-row:auto!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select{
  width:100%!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select-button,
.application-section .form-grid .preferred-event-field .custom-event-select-option{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select-button{
  min-height:58px!important;
  padding-left:18px!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select-menu{
  width:100%!important;
}

@media(max-width:700px){
  .application-section .form-grid .preferred-event-field .custom-event-select-button,
  .application-section .form-grid .preferred-event-field .custom-event-select-option{
    font-size:14px!important;
  }
}

/* Final Apply form refinement: Preferred event gets its own full-width section. */
.application-section .preferred-event-label{
  margin-top:34px;
}

.application-section .preferred-event-field{
  grid-column:1/-1;
  display:flex!important;
  flex-direction:column;
  gap:10px;
}

.application-section .preferred-event-field::before{
  content:none!important;
}

.application-section .preferred-event-field label{
  grid-row:auto!important;
}

.application-section .preferred-event-field select,
.application-section .preferred-event-field .custom-event-select{
  grid-row:auto!important;
}

.application-section .preferred-event-field .custom-event-select-button,
.application-section .preferred-event-field .custom-event-select-option{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.application-section .preferred-event-field .custom-event-select-button{
  min-height:58px;
  padding-left:18px;
}

.application-section .preferred-event-field .custom-event-select-menu{
  width:100%;
}

@media(max-width:700px){
  .application-section .preferred-event-field .custom-event-select-button,
  .application-section .preferred-event-field .custom-event-select-option{
    font-size:14px;
  }
}

/* Custom Preferred event dropdown on the application form */
.application-section .field:has(#event){
  position:relative;
}

.application-section select.native-event-select{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  opacity:0!important;
  pointer-events:none!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  overflow:hidden!important;
}

.application-section .custom-event-select{
  position:relative;
  grid-row:3;
  z-index:12;
}

.application-section .custom-event-select-button{
  position:relative;
  width:100%;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:13px 48px 13px 16px;
  border:1px solid rgba(var(--co-blue-rgb),.3);
  border-radius:13px;
  background:
    radial-gradient(circle at 16% 0%,rgba(var(--co-blue-rgb),.16),transparent 34%),
    linear-gradient(180deg,rgba(24,30,42,.94),rgba(7,8,10,.86));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 16px 34px rgba(0,0,0,.24),0 0 24px rgba(var(--co-blue-rgb),.07);
  color:#fff;
  font-family:var(--font-body);
  font-size:16px;
  font-weight:600;
  line-height:1.25;
  text-align:left;
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease;
}

.application-section .custom-event-select-button::after{
  content:"";
  position:absolute;
  right:16px;
  top:50%;
  width:18px;
  height:18px;
  transform:translateY(-50%);
  background:no-repeat center/18px 18px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='rgba(142,189,255,.96)' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5-5 5 5'/%3E%3Cpath d='m7 14 5 5 5-5'/%3E%3C/svg%3E");
  pointer-events:none;
}

.application-section .custom-event-select-button:hover,
.application-section .custom-event-select-button:focus-visible,
.application-section .custom-event-select.is-open .custom-event-select-button{
  border-color:rgba(var(--co-blue-rgb),.68);
  background:
    radial-gradient(circle at 16% 0%,rgba(var(--co-blue-rgb),.24),transparent 36%),
    linear-gradient(180deg,rgba(30,38,54,.98),rgba(9,10,13,.92));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 0 3px rgba(var(--co-blue-rgb),.12),0 18px 42px rgba(0,0,0,.32),0 0 34px rgba(var(--co-blue-rgb),.15);
  outline:0;
}

.application-section .custom-event-select-menu{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 10px);
  display:grid;
  gap:6px;
  max-height:min(310px,44vh);
  overflow:auto;
  padding:8px;
  border:1px solid rgba(var(--co-blue-rgb),.28);
  border-radius:16px;
  background:
    radial-gradient(circle at 20% 0%,rgba(var(--co-blue-rgb),.18),transparent 42%),
    linear-gradient(180deg,rgba(17,20,26,.98),rgba(4,5,7,.96));
  box-shadow:0 26px 70px rgba(0,0,0,.54),0 0 38px rgba(var(--co-blue-rgb),.12),inset 0 1px 0 rgba(255,255,255,.08);
  opacity:0;
  visibility:hidden;
  transform:translateY(-4px);
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
  z-index:40;
  backdrop-filter:blur(18px);
}

.application-section .custom-event-select.is-open .custom-event-select-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.application-section .custom-event-select-option{
  width:100%;
  padding:12px 13px;
  border:1px solid transparent;
  border-radius:11px;
  background:transparent;
  color:rgba(255,255,255,.78);
  font-family:var(--font-body);
  font-size:15px;
  font-weight:650;
  line-height:1.28;
  text-align:left;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;
}

.application-section .custom-event-select-option:hover,
.application-section .custom-event-select-option:focus-visible,
.application-section .custom-event-select-option.is-selected{
  border-color:rgba(var(--co-blue-rgb),.2);
  background:linear-gradient(90deg,rgba(var(--co-blue-rgb),.2),rgba(255,255,255,.035));
  color:#fff;
  outline:0;
}

.application-section .custom-event-select-option.is-selected{
  box-shadow:inset 3px 0 0 rgba(var(--co-blue-rgb),.9);
}

@media(max-width:700px){
  .application-section .custom-event-select{
    z-index:20;
  }

  .application-section .custom-event-select-button{
    min-height:58px;
    font-size:15px;
  }

  .application-section .custom-event-select-menu{
    max-height:260px;
  }
}

/* Apply page final premium blue polish */
.application-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 72% 18%,rgba(var(--co-blue-rgb),.11),transparent 34%),
    radial-gradient(ellipse at 26% 76%,rgba(var(--co-blue-rgb),.055),transparent 42%);
  opacity:.75;
}

.application-section .container{
  position:relative;
  z-index:1;
}

.application-section .form-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-color:rgba(var(--co-blue-rgb),.24)!important;
  box-shadow:
    0 0 0 1px rgba(var(--co-blue-rgb),.065),
    0 30px 90px rgba(0,0,0,.42),
    0 0 54px rgba(var(--co-blue-rgb),.075)!important;
}

.application-section .form-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:inherit;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(var(--co-blue-rgb),.34),rgba(210,236,255,.18) 22%,rgba(var(--co-blue-rgb),0) 64%),
    linear-gradient(180deg,rgba(var(--co-blue-rgb),.06),transparent 26%);
  background-size:100% 1px,100% 100%;
  background-repeat:no-repeat;
  opacity:.9;
}

.application-section .form-card::after{
  content:"";
  position:absolute;
  inset:-42% -62%;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(118deg,transparent 0%,rgba(var(--co-blue-rgb),0) 42%,rgba(139,192,255,.09) 49%,rgba(238,248,255,.13) 51%,rgba(var(--co-blue-rgb),.055) 57%,transparent 66%);
  transform:translateX(-34%) rotate(0.001deg);
  animation:applyFormSheen 9s cubic-bezier(.16,1,.3,1) infinite;
}

.application-section .conduct-confirmation-field{
  position:relative;
  overflow:hidden;
  border-color:rgba(var(--co-blue-rgb),.18)!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(var(--co-blue-rgb),.1),transparent 34%),
    rgba(255,255,255,.035)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 0 26px rgba(var(--co-blue-rgb),.055);
}

.application-section .checkbox-control{
  border-color:rgba(var(--co-blue-rgb),.18)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.035))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
}

.application-section .checkbox-control input:checked{
  box-shadow:0 0 0 3px rgba(var(--co-blue-rgb),.16),0 0 20px rgba(var(--co-blue-rgb),.22);
}

.application-section .checkbox-control a{
  display:inline-block;
  width:max-content;
  margin-top:4px;
  color:rgb(var(--co-blue-rgb))!important;
  text-decoration-color:rgba(var(--co-blue-rgb),.48)!important;
  text-shadow:0 0 18px rgba(var(--co-blue-rgb),.18);
}

.application-section .checkbox-control a:hover{
  color:#dbeeff!important;
  text-decoration-color:#dbeeff!important;
}

.application-section .refund-policy-control{
  align-items:flex-start;
}

.application-section .refund-policy-title{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-weight:800;
}

.application-section .refund-policy-copy{
  display:block;
  color:rgba(255,255,255,.7);
  font-size:clamp(15px,1vw,17px);
  line-height:1.55;
}

.application-section .refund-policy-copy + .refund-policy-copy{
  margin-top:8px;
}

.application-section .form-group-label{
  color:rgba(var(--co-blue-rgb),.92)!important;
  text-shadow:0 0 18px rgba(var(--co-blue-rgb),.13);
}

.application-section .field input:hover,
.application-section .field select:hover,
.application-section .field textarea:hover{
  border-color:rgba(var(--co-blue-rgb),.3);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 0 24px rgba(var(--co-blue-rgb),.045);
}

.application-section button[type="submit"]{
  box-shadow:
    0 0 0 1px rgba(var(--co-blue-rgb),.12),
    0 18px 48px rgba(0,0,0,.32),
    0 0 32px rgba(var(--co-blue-rgb),.12)!important;
}

@keyframes applyFormSheen{
  0%,18%{
    opacity:0;
    transform:translateX(-38%) rotate(0.001deg);
  }
  42%{
    opacity:.85;
  }
  76%,100%{
    opacity:0;
    transform:translateX(38%) rotate(0.001deg);
  }
}

@media(prefers-reduced-motion:reduce){
  .application-section .form-card::after{
    animation:none!important;
    opacity:0;
  }
}

/* Final polish: Code of Conduct kicker matches the blue page-label system. */
.conduct-hero-kicker{
  margin:0 0 16px!important;
  color:rgb(var(--co-blue-rgb))!important;
  font-family:var(--font-body)!important;
  font-size:clamp(13px,.92vw,15px)!important;
  font-weight:800!important;
  line-height:1.1!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
  text-shadow:0 0 18px rgba(var(--co-blue-rgb),.18)!important;
}

/* Final polish: Merch cards follow the same editorial text/link rhythm as event cards. */
.store-grid{
  align-items:stretch;
}

.store-card .card-body{
  min-height:230px!important;
  padding:26px 28px 28px!important;
  display:flex!important;
  flex-direction:column!important;
}

.store-card .meta{
  margin:0 0 18px!important;
}

.store-card h3{
  margin:0 0 12px!important;
  font-family:var(--font-title)!important;
  font-size:clamp(30px,2.6vw,42px)!important;
  font-weight:400!important;
  line-height:.98!important;
  letter-spacing:.018em!important;
}

.store-card p{
  margin:0 0 18px!important;
  color:rgba(255,255,255,.72)!important;
  font-family:var(--font-body)!important;
  font-size:16px!important;
  line-height:1.55!important;
}

.store-card .link-arrow{
  margin-top:auto!important;
  padding-top:18px!important;
  align-self:flex-start!important;
  color:#fff!important;
  font-family:var(--font-body)!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1.2!important;
}

.store-card .link-arrow::after{
  content:" \2192";
}

@media(max-width:900px){
  .store-card .card-body{
    min-height:auto!important;
    padding:24px!important;
  }
}

/* Final polish: desktop Events dropdown opens rightward and removes individual event bubbles. */
@media(min-width:769px){
  .nav-event-panel{
    left:0!important;
    right:auto!important;
    width:min(620px,calc(100vw - 64px))!important;
    gap:18px!important;
    padding:18px 20px!important;
    border-radius:18px!important;
    transform:translateY(8px)!important;
  }

  .nav-event-menu:hover .nav-event-panel,
  .nav-event-menu:focus-within .nav-event-panel,
  .nav-event-menu.is-open .nav-event-panel{
    transform:translateY(0)!important;
  }

  .nav-event-column{
    gap:0!important;
  }

  .nav a.nav-event-link,
  .nav-event-link{
    min-height:0!important;
    padding:10px 4px!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.075)!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:rgba(255,255,255,.82)!important;
  }

  .nav a.nav-event-link:last-child,
  .nav-event-link:last-child{
    border-bottom:0!important;
  }

  .nav-event-link:hover,
  .nav-event-link:focus-visible{
    padding-left:10px!important;
    background:linear-gradient(90deg,rgba(var(--co-blue-rgb),.13),rgba(255,255,255,0) 78%)!important;
    color:#fff!important;
  }

  .nav-event-link strong,
  .nav-event-link small{
    font-family:var(--font-body)!important;
    letter-spacing:0!important;
  }
}

@media(min-width:769px) and (max-width:1180px){
  .nav-event-panel{
    left:auto!important;
    right:0!important;
  }
}

/* Production QA: keep the mobile sticky actions compact enough to avoid covering page content. */
@media(max-width:768px){
  body{
    padding-bottom:calc(102px + env(safe-area-inset-bottom))!important;
  }

  .site-footer{
    padding-bottom:calc(96px + env(safe-area-inset-bottom))!important;
  }

  .sticky-ctas,
  main:has(.application-section) + .sticky-ctas{
    left:10px!important;
    right:10px!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:6px!important;
    padding:8px!important;
    border-radius:20px!important;
    background:rgba(0,0,0,.76)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    backdrop-filter:blur(16px)!important;
  }

  .sticky-cta,
  main:has(.application-section) + .sticky-ctas .sticky-cta{
    min-height:34px!important;
    padding:7px 8px!important;
    border-radius:999px!important;
    font-size:10.4px!important;
    line-height:1.08!important;
    letter-spacing:0!important;
  }

  .sticky-cta-apply,
  main:has(.application-section) + .sticky-ctas .sticky-cta-apply{
    grid-column:1 / -1!important;
    order:-1!important;
    min-height:38px!important;
    font-size:11.8px!important;
  }
}

/* Production QA: keep mobile navigation clean while preserving desktop event dropdowns. */
@media(max-width:768px){
  .nav .nav-event-panel,
  .nav .nav-event-column,
  .nav .nav-event-heading,
  .nav .nav-event-link{
    display:none!important;
  }

  .nav .nav-event-menu{
    display:block;
    width:100%;
  }

  .nav a.nav-event-trigger,
  .nav-event-trigger{
    display:flex!important;
    justify-content:flex-start!important;
    width:100%;
    text-align:left!important;
  }
}

/* Final How It Works safety CTA emphasis */
.how-card-bottom .link-arrow{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:38px;
  margin-top:14px;
  padding:9px 15px;
  border:1px solid rgba(var(--co-blue-rgb),.48);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(var(--co-blue-rgb),.17),rgba(var(--co-blue-rgb),.07));
  color:#f3f8ff!important;
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.06),0 10px 26px rgba(0,0,0,.22),0 0 24px rgba(var(--co-blue-rgb),.12);
  text-decoration:none;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease;
}

.how-card-bottom .link-arrow:hover,
.how-card-bottom .link-arrow:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(var(--co-blue-rgb),.78);
  background:linear-gradient(180deg,rgba(var(--co-blue-rgb),.25),rgba(var(--co-blue-rgb),.11));
  color:#fff!important;
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.14),0 14px 32px rgba(0,0,0,.26),0 0 36px rgba(var(--co-blue-rgb),.22);
}

/* Final How It Works safety CTA emphasis */
.how-card-bottom .link-arrow{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:38px;
  margin-top:14px;
  padding:9px 15px;
  border:1px solid rgba(var(--co-blue-rgb),.48);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(var(--co-blue-rgb),.17),rgba(var(--co-blue-rgb),.07));
  color:#f3f8ff!important;
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.06),0 10px 26px rgba(0,0,0,.22),0 0 24px rgba(var(--co-blue-rgb),.12);
  text-decoration:none;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease;
}

.how-card-bottom .link-arrow:hover,
.how-card-bottom .link-arrow:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(var(--co-blue-rgb),.78);
  background:linear-gradient(180deg,rgba(var(--co-blue-rgb),.25),rgba(var(--co-blue-rgb),.11));
  color:#fff!important;
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.14),0 14px 32px rgba(0,0,0,.26),0 0 36px rgba(var(--co-blue-rgb),.22);
}

/* How It Works safety CTA: make the standards link more intentional */
.how-card-bottom .link-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:38px;
  margin-top:14px;
  padding:9px 15px;
  border:1px solid rgba(var(--co-blue-rgb),.46);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(var(--co-blue-rgb),.16),rgba(var(--co-blue-rgb),.065));
  color:#f2f7ff;
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.05),0 10px 26px rgba(0,0,0,.22),0 0 24px rgba(var(--co-blue-rgb),.11);
  text-decoration:none;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease;
}

.how-card-bottom .link-arrow:hover,
.how-card-bottom .link-arrow:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(var(--co-blue-rgb),.76);
  background:linear-gradient(180deg,rgba(var(--co-blue-rgb),.24),rgba(var(--co-blue-rgb),.1));
  color:#fff;
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.14),0 14px 32px rgba(0,0,0,.26),0 0 34px rgba(var(--co-blue-rgb),.2);
}

/* Follow the Journey: ambient horizon-light atmosphere */
.home-social-band{
  position:relative;
  overflow:hidden;
}
.home-social-band::before{
  content:"";
  position:absolute;
  top:18%;
  left:8%;
  width:min(520px,70vw);
  height:120px;
  background:radial-gradient(ellipse at center,rgba(156,203,255,.12) 0%,rgba(255,255,255,.045) 35%,rgba(156,203,255,0) 72%);
  filter:blur(24px);
  opacity:.32;
  transform:translateX(-12%);
  animation:journeyHorizonDrift 14s ease-in-out infinite;
  pointer-events:none;
}
.home-social-band::after{
  content:none;
  display:none;
}
@keyframes journeyHorizonDrift{
  0%{
    transform:translateX(-12%) scaleX(.9);
    opacity:.18;
  }
  44%{
    opacity:.34;
  }
  100%{
    transform:translateX(18%) scaleX(1.08);
    opacity:.18;
  }
}
@media(max-width:900px){
  .home-social-band::before{
    top:10%;
    left:50%;
    width:min(360px,86vw);
    height:96px;
    filter:blur(20px);
    opacity:.24;
    transform:translateX(-50%);
    animation-duration:16s;
  }
}
@media(prefers-reduced-motion:reduce){
  .home-social-band::before{
    animation:none!important;
    opacity:.2;
  }
}

/* Desktop header logo visibility polish */
@media(min-width:769px){
  .brand-lockup,
  .brand-lockup:hover{
    min-height:70px;
  }
  .brand-lockup-img{
    width:178px;
    filter:drop-shadow(0 2px 4px rgba(0,0,0,.9)) drop-shadow(0 12px 24px rgba(0,0,0,.58));
  }
}

/* Community update popup */
.community-popup{
  position:fixed;
  inset:0;
  z-index:90;
  display:grid;
  place-items:center;
  padding:24px;
  opacity:0;
  visibility:hidden;
  transition:opacity .22s ease,visibility .22s ease;
}
.community-popup.is-open{
  opacity:1;
  visibility:visible;
}
.community-popup[hidden]{
  display:none;
}
.community-popup-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(10px);
}
.community-popup-dialog{
  position:relative;
  width:min(560px,100%);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:
    radial-gradient(ellipse at 28% 0%,rgba(156,203,255,.12),rgba(156,203,255,0) 46%),
    linear-gradient(180deg,rgba(18,18,18,.96),rgba(5,5,5,.96));
  box-shadow:0 28px 80px rgba(0,0,0,.55);
  transform:translateY(10px);
  transition:transform .22s ease;
}
.community-popup.is-open .community-popup-dialog{
  transform:translateY(0);
}
.community-popup-dialog::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:1px;
  background:linear-gradient(90deg,rgba(156,203,255,0),rgba(255,255,255,.24),rgba(156,203,255,0));
}
.community-popup-shell{
  position:relative;
  padding:36px;
}
.community-popup-kicker{
  margin:0 0 14px;
  color:rgba(255,255,255,.58);
  font-family:var(--font-display);
  font-size:12px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
}
.community-popup h2{
  margin:0;
  max-width:11ch;
  color:#fff;
  font-size:clamp(34px,5vw,48px);
  line-height:1.02;
  letter-spacing:0;
  text-wrap:balance;
}
.community-popup p{
  margin:18px 0 0;
  color:rgba(255,255,255,.74);
  font-size:16px;
  line-height:1.62;
}
.community-popup-form{
  margin-top:28px;
}
.community-popup-fields{
  display:grid;
  gap:14px;
}
.community-popup-form label{
  display:block;
  margin:0 0 8px;
  color:rgba(255,255,255,.74);
  font-size:13px;
  font-weight:760;
}
.community-popup-field{
  display:grid;
  gap:0;
}
.community-popup-field input{
  width:100%;
  min-height:52px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#fff;
  padding:15px 18px;
  font:inherit;
  outline:none;
}
.community-popup-field input:focus{
  border-color:rgba(255,255,255,.44);
  box-shadow:0 0 0 3px rgba(255,255,255,.08);
}
.community-popup-submit{
  width:100%;
  min-height:52px;
  margin-top:16px;
}
.community-popup-status{
  min-height:22px;
  margin-top:12px!important;
  color:rgba(255,255,255,.64)!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.community-popup-form.is-complete .community-popup-status{
  color:rgba(198,255,232,.9)!important;
}
.community-popup-close{
  position:absolute;
  top:16px;
  right:16px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.05);
  color:#fff;
  cursor:pointer;
}
.community-popup-close span{
  position:absolute;
  width:16px;
  height:2px;
  border-radius:999px;
  background:currentColor;
}
.community-popup-close span:first-child{
  transform:rotate(45deg);
}
.community-popup-close span:last-child{
  transform:rotate(-45deg);
}
.community-popup-close:focus-visible,
.community-popup-field input:focus-visible{
  outline:2px solid #fff;
  outline-offset:3px;
}
@media(max-width:700px){
  .community-popup{
    align-items:end;
    padding:14px;
  }
  .community-popup-dialog{
    width:100%;
    max-height:calc(100svh - 28px);
    overflow:auto;
    border-radius:12px;
  }
  .community-popup-shell{
    padding:30px 22px 24px;
  }
  .community-popup h2{
    max-width:12ch;
    font-size:34px;
  }
  .community-popup p{
    font-size:15px;
    line-height:1.58;
  }
  .community-popup-field{
    grid-template-columns:1fr;
  }
  .community-popup-close{
    top:12px;
    right:12px;
    width:40px;
    height:40px;
  }
}
@media(prefers-reduced-motion:reduce){
  .community-popup,
  .community-popup-dialog{
    transition:none;
  }
}

/* Homepage mock direction: hero video, cinematic social, event cards */
.hero-video-preview{
  position:absolute;
  right:56px;
  bottom:70px;
  z-index:3;
  width:min(292px,22vw);
  min-width:200px;
  aspect-ratio:16/9.2;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius:10px;
  background:rgba(4,4,4,.72);
  color:#fff;
  cursor:pointer;
  box-shadow:0 16px 46px rgba(0,0,0,.32);
  backdrop-filter:blur(10px);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.hero-video-thumb,
.hero-video-preview iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.hero-video-thumb{
  object-fit:cover;
  object-position:center 60%;
  filter:brightness(.68) contrast(1.08) saturate(.9);
  transform:scale(1.11);
}
.hero-video-preview iframe{
  border:0;
  pointer-events:none;
  transform:scale(1.04);
  opacity:0;
  transition:opacity .24s ease;
}
.hero-video-preview iframe[src]{
  opacity:.72;
}
.hero-video-shade{
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(to bottom,rgba(0,0,0,.02),rgba(0,0,0,.28) 62%,rgba(0,0,0,.8));
  pointer-events:none;
}
.hero-video-play{
  position:absolute;
  top:50%;
  left:50%;
  z-index:3;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.6);
  border-radius:999px;
  background:rgba(0,0,0,.24);
  backdrop-filter:blur(10px);
  transform:translate(-50%,-50%);
}
.hero-video-play::before{
  content:"";
  position:absolute;
  top:50%;
  left:53%;
  border-top:7px solid transparent;
  border-bottom:7px solid transparent;
  border-left:11px solid #fff;
  transform:translate(-50%,-50%);
}
.hero-video-label{
  position:absolute;
  left:13px;
  bottom:11px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#fff;
  font-family:var(--font-display);
  font-size:11px;
  font-weight:800;
  line-height:1;
  text-shadow:0 2px 12px rgba(0,0,0,.9);
}
.hero-video-label::before{
  content:"";
  display:inline-block;
  width:0;
  height:0;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:8px solid #fff;
}
.hero-video-expand{
  display:none;
}
.hero-video-preview:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.24);
  background:rgba(5,5,5,.78);
  box-shadow:0 22px 62px rgba(0,0,0,.42);
}
.hero-video-preview:hover .hero-video-play{
  border-color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.08);
}
.hero-video-preview:focus-visible{
  outline:2px solid #fff;
  outline-offset:4px;
}
.home-hero .hero-actions .button.ghost{
  position:relative;
  width:auto;
  min-height:auto;
  padding:8px 0 9px;
  border:0;
  border-radius:0;
  background:transparent;
  color:rgba(255,255,255,.78);
  font-size:15px;
  font-weight:720;
  letter-spacing:.01em;
  box-shadow:none;
}
.home-hero .hero-actions .button.ghost::before{
  content:"";
  position:absolute;
  left:0;
  right:34px;
  bottom:3px;
  height:1px;
  background:linear-gradient(90deg,rgba(156,203,255,.52),rgba(255,255,255,.18));
  opacity:.62;
}
.home-hero .hero-actions .button.ghost::after{
  content:"\2192";
  width:auto;
  height:auto;
  margin-left:13px;
  border:0;
  color:rgba(255,255,255,.78);
  font-family:var(--font-display);
  font-size:21px;
  font-weight:600;
  line-height:1;
  transform:none;
  opacity:.74;
}
.home-hero .hero-actions .button.ghost:hover{
  transform:translateY(-1px);
  color:#fff;
  box-shadow:none;
}
.video-modal{
  position:fixed;
  inset:0;
  z-index:100;
  display:grid;
  place-items:center;
  padding:24px;
  opacity:0;
  visibility:hidden;
  transition:opacity .22s ease,visibility .22s ease;
}
.video-modal[hidden]{
  display:none;
}
.video-modal.is-open{
  opacity:1;
  visibility:visible;
}
.video-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(12px);
}
.video-modal-dialog{
  position:relative;
  width:min(980px,100%);
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:#050505;
  box-shadow:0 34px 90px rgba(0,0,0,.65);
}
.video-modal-frame{
  overflow:hidden;
  border-radius:12px;
  background:#000;
  aspect-ratio:16/9;
  min-height:200px;
}
.video-modal-frame iframe{
  width:100%;
  height:100%;
  min-height:200px;
  border:0;
  display:block;
}
.video-modal-fallback{
  display:none;
  position:relative;
  min-height:200px;
  width:100%;
  height:100%;
  place-items:center;
  padding:28px;
  text-align:center;
}
.video-modal-fallback img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.48) contrast(1.04);
}
.video-modal-fallback::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.2));
}
.video-modal-fallback div{
  position:relative;
  z-index:1;
}
.video-modal-fallback p{
  margin:0 0 18px;
  color:#fff;
  font-family:var(--font-display);
  font-size:24px;
  font-weight:800;
}
.video-modal.is-fallback .video-modal-frame iframe{
  display:none;
}
.video-modal.is-fallback .video-modal-fallback{
  display:grid;
}
.video-modal-close{
  position:absolute;
  top:-52px;
  right:0;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#fff;
  cursor:pointer;
}
.video-modal-close span{
  position:absolute;
  top:50%;
  left:50%;
  width:17px;
  height:2px;
  border-radius:999px;
  background:currentColor;
}
.video-modal-close span:first-child{
  transform:translate(-50%,-50%) rotate(45deg);
}
.video-modal-close span:last-child{
  transform:translate(-50%,-50%) rotate(-45deg);
}
.video-modal-close:focus-visible{
  outline:2px solid #fff;
  outline-offset:4px;
}
.home-social-band{
  min-height:452px;
  display:flex;
  align-items:flex-end;
  padding:110px var(--pad) 72px;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.12);
  background:#030303;
}
.home-social-band::before{
  content:"";
  position:absolute;
  inset:0;
  width:auto;
  height:auto;
  background:
    linear-gradient(to right,rgba(0,0,0,.82),rgba(0,0,0,.52) 42%,rgba(0,0,0,.26) 78%),
    linear-gradient(to top,rgba(0,0,0,.74),rgba(0,0,0,.14) 54%,rgba(0,0,0,.48)),
    url("images/home-follow-mockup-convoy-v2.jpg") center 60%/cover no-repeat;
  filter:saturate(.88) contrast(1.02) brightness(.78);
  opacity:1;
  transform:none;
  animation:none;
  pointer-events:none;
}
.home-social-band::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  display:block;
  height:1px;
  background:linear-gradient(90deg,rgba(156,203,255,0),rgba(156,203,255,.28),rgba(156,203,255,0));
  opacity:.35;
}
.home-social-band .social-band-inner{
  position:relative;
  z-index:1;
  grid-template-columns:minmax(300px,.74fr) minmax(250px,.62fr) auto;
  align-items:end;
  width:min(1120px,100%);
}
.home-social-band .section-label{
  color:rgba(156,203,255,.76);
}
.home-social-band h2{
  position:relative;
  max-width:14ch;
  font-size:48px;
  line-height:1;
  text-shadow:0 12px 34px rgba(0,0,0,.58);
}
.home-social-band h2::after{
  content:"";
  display:block;
  width:88px;
  height:2px;
  margin-top:14px;
  background:linear-gradient(90deg,rgba(156,203,255,.8),rgba(156,203,255,0));
  border-radius:999px;
}
.home-social-band p{
  max-width:35ch;
  color:rgba(255,255,255,.86);
  text-shadow:0 8px 24px rgba(0,0,0,.62);
}
.home-social-band .social-buttons{
  justify-content:flex-end;
  justify-self:end;
  align-self:end;
  gap:9px;
  flex-wrap:nowrap;
}
.home-social-band .social-buttons a{
  gap:8px;
  min-height:40px;
  padding:9px 13px;
  border-color:rgba(255,255,255,.14);
  background:rgba(0,0,0,.34);
  box-shadow:0 8px 20px rgba(0,0,0,.16);
  font-size:12.5px;
}
.home-social-band .social-buttons a::before{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:17px;
  height:17px;
  border-radius:999px;
  color:#fff;
  font-size:10px;
  font-weight:900;
  line-height:1;
  box-shadow:0 0 0 1px rgba(255,255,255,.08),0 5px 12px rgba(0,0,0,.2);
}
.home-social-band .social-buttons .social-instagram::before{
  content:"";
  background:
    radial-gradient(circle at 68% 32%,#fff 0 8%,transparent 9%),
    radial-gradient(circle,#101010 0 28%,transparent 29%),
    linear-gradient(135deg,#7b2cff,#f3428d 55%,#ffb347);
}
.home-social-band .social-buttons .social-youtube::before{
  content:"\25b6";
  padding-left:1px;
  background:#d71920;
  font-size:8px;
}
.home-social-band .social-buttons .social-tiktok::before{
  content:"♪";
  background:linear-gradient(135deg,#111,#191919);
  color:#f7f7f7;
  text-shadow:1px 0 rgba(37,244,238,.8),-1px 0 rgba(254,44,85,.7);
}
.home-social-band .social-buttons .social-facebook::before{
  content:"f";
  background:#1877f2;
  font-family:Arial,sans-serif;
  font-size:13px;
}
.upcoming-section{
  padding-top:76px;
  padding-bottom:86px;
}
.upcoming-section .section-head{
  display:block;
  max-width:920px;
  margin-bottom:28px;
}
.upcoming-section .section-head h2{
  font-size:42px;
}
.upcoming-section .section-head p{
  max-width:58ch;
  margin-top:10px;
}
.upcoming-section .date-cards{
  gap:18px;
}
.upcoming-section .card{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.024));
  border-color:rgba(255,255,255,.15);
  box-shadow:0 18px 50px rgba(0,0,0,.24);
}
.upcoming-section .card-img{
  height:235px;
  filter:brightness(.84) contrast(1.06) saturate(1);
}
.upcoming-section .event-img-march{
  object-position:center 54%;
}
.upcoming-section .event-img-glamis{
  object-position:center 54%;
}
.upcoming-section .card-body{
  padding:22px;
}
.upcoming-section .pill.sold-out{
  border-color:rgba(255,124,124,.5);
  background:rgba(112,14,33,.58);
  color:#fff;
  box-shadow:0 8px 22px rgba(112,14,33,.2);
}
.upcoming-section .home-event-actions{
  max-width:920px;
  margin-top:18px;
}
.upcoming-section .home-event-actions .button{
  width:100%;
}
@media(min-width:901px){
  .home-hero .hero-inner{
    padding-top:210px;
  }
}
@media(max-width:900px){
  .authority-hero.home-hero{
    display:block;
    height:auto;
    min-height:100svh;
  }
  .hero-video-preview{
    position:relative;
    right:auto;
    bottom:auto;
    left:auto;
    top:auto;
    display:block;
    margin:24px var(--pad) 36px;
    width:min(300px,calc(100vw - 40px));
    min-height:176px;
  }
  .authority-hero .hero-inner{
    padding-top:154px;
    padding-bottom:0;
  }
  .home-hero .hero-actions .button.ghost{
    align-self:center;
    width:auto;
    min-height:auto;
    padding:7px 0 8px;
    border-radius:0;
    border-bottom:0;
    font-size:15px;
  }
  .home-social-band{
    min-height:540px;
    padding:118px var(--pad) 40px;
  }
  .home-social-band::before{
    background:
      linear-gradient(to bottom,rgba(0,0,0,.08),rgba(0,0,0,.24) 36%,rgba(0,0,0,.78) 100%),
      linear-gradient(to right,rgba(0,0,0,.72),rgba(0,0,0,.2)),
      url("images/home-follow-mockup-convoy-v2.jpg") 63% center/cover no-repeat;
  }
  .home-social-band .social-band-inner{
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
  }
  .home-social-band h2{
    max-width:9ch;
    font-size:40px;
  }
  .home-social-band p{
    max-width:30ch;
  }
  .home-social-band .social-buttons{
    justify-content:flex-start;
    gap:9px 10px;
  }
  .home-social-band .social-buttons a{
    min-height:38px;
    padding:9px 13px;
  }
  .upcoming-section{
    padding-top:48px;
    padding-bottom:68px;
  }
  .upcoming-section .section-head{
    max-width:640px;
  }
  .upcoming-section .card-img{
    height:210px;
  }
  .upcoming-section .home-event-actions{
    max-width:640px;
  }
}
@media(max-width:520px){
  .hero-video-preview{
    width:min(290px,calc(100vw - 40px));
  }
  .authority-hero.home-hero{
    min-height:100svh;
  }
  .authority-hero .hero-inner{
    padding-top:138px;
    padding-bottom:0;
  }
  .home-social-band{
    min-height:500px;
  }
  .home-social-band h2{
    font-size:36px;
  }
  .home-social-band .social-buttons a{
    font-size:12px;
  }
  .upcoming-section .section-head h2{
    font-size:34px;
  }
  .upcoming-section .card-img{
    height:188px;
  }
}

/* Follow the Journey light-bar startup */
.home-social-band h2{
  --journey-light-width:min(100%,8ch);
  --journey-light-offset:14px;
}

.home-social-band h2::after{
  width:var(--journey-light-width);
  height:2px;
  margin-top:var(--journey-light-offset);
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(156,203,255,0),rgba(230,247,255,.18) 9%,rgba(255,255,255,.34) 50%,rgba(170,216,255,.14) 91%,rgba(156,203,255,0)),
    radial-gradient(ellipse at center,rgba(255,255,255,.96) 0%,rgba(225,246,255,.74) 24%,rgba(180,222,255,.24) 48%,rgba(156,203,255,0) 73%),
    linear-gradient(90deg,rgba(156,203,255,0),rgba(156,203,255,.02) 10%,rgba(210,238,255,.22) 58%,rgba(255,255,255,.76) 86%,rgba(156,203,255,0));
  background-repeat:no-repeat;
  background-size:100% 100%,16px 8px,74px 100%;
  background-position:0 0,-42px 50%,-118px 0;
  clip-path:polygon(0 50%,3% 0,97% 0,100% 50%,97% 100%,3% 100%);
  box-shadow:0 0 0 rgba(156,203,255,0);
  opacity:.48;
}

.home-social-band.journey-light-on h2::after{
  animation:journeyLightBarStart 2.25s cubic-bezier(.16,1,.3,1) forwards;
}

@keyframes journeyLightBarStart{
  0%{
    opacity:.46;
    box-shadow:0 0 0 rgba(156,203,255,0);
    background-position:0 0,-42px 50%,-118px 0;
  }
  16%{
    opacity:.64;
  }
  54%{
    opacity:.82;
    background-position:0 0,52% 50%,44% 0;
  }
  78%{
    background-position:0 0,calc(100% + 18px) 50%,calc(100% + 28px) 0;
  }
  100%{
    opacity:.72;
    box-shadow:0 0 7px rgba(220,244,255,.13),0 0 16px rgba(120,178,255,.07);
    background-position:0 0,calc(100% + 38px) 50%,calc(100% + 88px) 0;
  }
}

@media(max-width:900px){
  .home-social-band h2::after{
    width:var(--journey-light-width);
  }
}

@media(prefers-reduced-motion:reduce){
  .home-social-band.journey-light-on h2::after{
    animation:none!important;
    opacity:.72;
    background:linear-gradient(90deg,rgba(156,203,255,0),rgba(220,244,255,.28) 8%,rgba(255,255,255,.68) 50%,rgba(162,209,255,.18) 92%,rgba(156,203,255,0));
    box-shadow:0 0 8px rgba(190,224,255,.12);
  }
}
@media(prefers-reduced-motion:reduce){
  .video-modal,
  .video-modal-dialog{
    transition:none;
  }
}

/* Final typography system */
h1,
h2,
.hero h1,
.section-head h2,
.section h2,
.wow-content h2,
.official-statement-copy h1,
.community-popup h2,
.video-modal-fallback p{
  font-family:var(--font-display);
  font-weight:var(--display-weight);
  letter-spacing:0;
}

h3,
.card h3,
.value-card h3,
.timeline-item h3,
.footer-column h3,
.footer-join h3,
.faq-item h2,
.legal-copy h2{
  font-family:var(--font-display);
  font-weight:var(--ui-weight);
  letter-spacing:0;
}

.kicker,
.eyebrow,
.section-label,
.statement-eyebrow,
.pill,
.timeline-date,
.stat b,
.value-card span,
.nav a,
.button,
.link-arrow,
.brand-name,
.footer-brand-lockup,
.footer-socials a,
.hero-video-label{
  font-family:var(--font-display);
  font-weight:var(--ui-weight);
  letter-spacing:0;
}

body,
p,
li,
.hero p,
.section-head p,
.copy-stack p,
.card p,
.value-card p,
.timeline-item p,
.legal-copy p,
.legal-copy li,
.statement-body p,
.footer-trust,
.footer-join p,
.note,
.field-help,
.submit-note,
.form-curation,
.community-popup p,
.community-popup-form label,
.field label,
.field input,
.field select,
.field textarea{
  font-family:var(--font-body);
  font-weight:var(--body-weight);
  letter-spacing:0;
}

.authority-hero .hero-title-primary{
  font-family:var(--font-display);
  font-weight:var(--display-weight);
}

.authority-hero .hero-title-secondary,
.home-hero .hero-actions .button.ghost,
.trust-line,
.form-reassurance,
.standards-checklist li,
.event-date,
.gallery-item figcaption{
  font-family:var(--font-display);
  font-weight:700;
  letter-spacing:0;
}

/* Final refinement pass */
.brand-lockup,
.brand-lockup:hover{
  min-height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  overflow:visible;
}
.brand-lockup::before,
.brand-lockup::after{
  content:none!important;
  display:none!important;
}
.brand-lockup-img{
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.46));
}
.hero-video-preview{
  width:min(280px,21vw);
  min-width:200px;
  border-color:rgba(255,255,255,.09);
  border-radius:9px;
  background:rgba(3,3,3,.78);
  box-shadow:0 14px 42px rgba(0,0,0,.34);
  backdrop-filter:blur(12px);
}
.hero-video-thumb{
  object-position:center 56%;
  filter:brightness(.62) contrast(1.08) saturate(.86);
  transform:scale(1.16);
}
.hero-video-preview iframe{
  transform:scale(1.08);
}
.hero-video-preview iframe[src]{
  opacity:.1;
}
.hero-video-shade{
  background:linear-gradient(to bottom,rgba(0,0,0,.08),rgba(0,0,0,.36) 58%,rgba(0,0,0,.84));
}
.hero-video-play{
  width:38px;
  height:38px;
  border-color:rgba(255,255,255,.5);
  background:rgba(0,0,0,.28);
}
.hero-video-play::before{
  border-top-width:6px;
  border-bottom-width:6px;
  border-left-width:10px;
}
.hero-video-label{
  left:12px;
  bottom:10px;
  font-size:10.5px;
}
.hero-video-preview:hover{
  border-color:rgba(255,255,255,.2);
  background:rgba(4,4,4,.84);
  box-shadow:0 18px 54px rgba(0,0,0,.42);
}
.home-social-band{
  min-height:488px;
  padding-top:118px;
  padding-bottom:76px;
}
.home-social-band::before{
  background:
    linear-gradient(to right,rgba(0,0,0,.84),rgba(0,0,0,.5) 42%,rgba(0,0,0,.24) 78%),
    linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.16) 54%,rgba(0,0,0,.5)),
    url("images/home-follow-mockup-convoy-v2.jpg") 52% 66%/cover no-repeat;
  filter:saturate(.84) contrast(.98) brightness(.76) blur(.15px);
}
.home-social-band .social-band-inner{
  grid-template-columns:minmax(300px,.72fr) minmax(260px,.7fr) auto;
  gap:30px;
}
.home-social-band p{
  max-width:36ch;
}
.home-social-band .social-buttons a{
  border-color:rgba(255,255,255,.12);
  background:rgba(0,0,0,.32);
  box-shadow:0 7px 18px rgba(0,0,0,.14);
}
.upcoming-section .date-cards{
  align-items:stretch;
}
.upcoming-section .card{
  min-height:100%;
}
.upcoming-section .card-img{
  height:240px;
  filter:brightness(.88) contrast(1.04) saturate(.96);
}
.upcoming-section .card-body{
  gap:12px;
  padding:26px;
  min-height:124px;
}
.upcoming-section .pill.sold-out{
  top:auto;
}
@media(max-width:900px){
  .authority-hero .hero-inner{
    padding-top:118px;
  }
  .hero-video-preview{
    margin:20px auto 34px;
    width:min(292px,calc(100vw - 48px));
    min-height:164px;
  }
  .home-social-band{
    min-height:560px;
    padding-top:108px;
    padding-bottom:46px;
  }
  .home-social-band::before{
    background:
      linear-gradient(to bottom,rgba(0,0,0,.04),rgba(0,0,0,.22) 36%,rgba(0,0,0,.8) 100%),
      linear-gradient(to right,rgba(0,0,0,.74),rgba(0,0,0,.18)),
      url("images/home-follow-mockup-convoy-v2.jpg") 66% center/cover no-repeat;
    filter:saturate(.84) contrast(.98) brightness(.72) blur(.12px);
  }
  .home-social-band .social-band-inner{
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
  }
  .home-social-band .social-buttons{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:min(100%,460px);
    gap:10px;
    flex-wrap:wrap;
  }
  .home-social-band .social-buttons a{
    width:100%;
    justify-content:center;
    padding:10px 12px;
  }
  .home-social-band .social-buttons .social-tiktok{
    grid-column:1 / -1;
    justify-self:center;
    width:min(100%,220px);
  }
  .upcoming-section .date-cards{
    gap:22px;
  }
  .upcoming-section .card-body{
    padding:28px;
    min-height:124px;
  }
  .upcoming-section .home-event-actions{
    margin-top:26px;
  }
  .footer-main{
    row-gap:30px;
  }
  .footer-column,
  .footer-join{
    gap:12px;
  }
}
@media(max-width:520px){
  .authority-hero .hero-inner{
    padding-top:106px;
  }
  .hero-video-preview{
    margin-top:18px;
    margin-bottom:32px;
    min-height:158px;
  }
  .home-social-band{
    min-height:540px;
    padding-top:96px;
  }
  .home-social-band h2{
    max-width:10ch;
  }
  .home-social-band .social-buttons{
    grid-template-columns:1fr 1fr;
  }
  .upcoming-section .card-img{
    height:196px;
  }
  .footer{
    padding-top:46px;
  }
}

/* Final feedback pass: logo, CTAs, Code of Conduct flow, process cards */
.brand-logo,
.brand-lockup-img{
  width:76px;
  height:76px;
  object-fit:contain;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.48));
}

.footer-logo{
  width:58px;
  height:58px;
  object-fit:contain;
}

.home-hero h1,
.home-hero .hero-title-primary{
  font-weight:740;
  letter-spacing:-0.01em;
}

.sticky-ctas{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:70;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  pointer-events:none;
}

.sticky-cta{
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 20px;
  border-radius:999px;
  font-family:var(--font-display);
  font-size:13px;
  font-weight:850;
  line-height:1.15;
  text-align:center;
  backdrop-filter:blur(18px);
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}

.sticky-cta-code{
  border:1px solid rgba(255,255,255,.2);
  background:rgba(3,3,3,.72);
  color:#fff;
  box-shadow:0 14px 36px rgba(0,0,0,.28);
}

.sticky-cta-apply{
  border:1px solid rgba(255,255,255,.86);
  background:#fff;
  color:#000;
  box-shadow:0 16px 42px rgba(255,255,255,.12),0 16px 42px rgba(0,0,0,.3);
}

.sticky-cta:hover{
  transform:translateY(-2px);
}

.sticky-cta-code:hover{
  border-color:rgba(255,255,255,.34);
  background:rgba(15,15,15,.82);
}

.sticky-cta-apply:hover{
  box-shadow:0 20px 52px rgba(255,255,255,.16),0 18px 48px rgba(0,0,0,.34);
}

.footer{
  padding-bottom:118px;
}

.social-link{
  gap:8px;
}

.social-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  flex:0 0 auto;
  color:#fff;
}

.social-icon svg{
  width:100%;
  height:100%;
  display:block;
  fill:currentColor;
}

.social-x .social-icon{color:#fff}
.social-instagram .social-icon{color:#e14f97}
.social-youtube .social-icon{color:#ff2e2e}
.social-facebook .social-icon{color:#4b8dff}
.social-tiktok .social-icon{color:#fff}

.home-social-band .social-buttons a::before{
  content:none!important;
  display:none!important;
}

.footer-socials .social-link{
  width:38px;
  height:38px;
  min-width:38px;
  min-height:38px;
  padding:0;
}

.footer-socials .social-icon{
  width:17px;
  height:17px;
}

.how-section{
  padding-top:94px;
  padding-bottom:104px;
}

.how-layout{
  width:min(880px,100%);
  margin:0 auto;
  display:grid;
  gap:36px;
}

.how-intro{
  max-width:780px;
}

.how-intro .section-label{
  color:#4d8cff;
  margin-bottom:16px;
}

.how-intro h2{
  max-width:760px;
  margin:0;
  font-size:clamp(44px,5.8vw,72px);
  line-height:1.02;
  text-wrap:balance;
}

.how-intro p{
  max-width:52ch;
  margin:22px 0 0;
  color:rgba(255,255,255,.68);
  font-size:18px;
  line-height:1.58;
}

.how-process{
  position:relative;
  display:grid;
  gap:14px;
  padding-left:4px;
}

.how-process::before{
  content:"";
  position:absolute;
  left:71px;
  top:96px;
  bottom:142px;
  width:2px;
  background:repeating-linear-gradient(to bottom,rgba(77,140,255,.72) 0 7px,transparent 7px 15px);
  filter:drop-shadow(0 0 10px rgba(77,140,255,.42));
  opacity:.8;
  pointer-events:none;
}

.how-card{
  position:relative;
  display:grid;
  grid-template-columns:100px 1px minmax(0,1fr) 42px;
  gap:28px;
  align-items:center;
  min-height:154px;
  padding:24px 28px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  background:
    radial-gradient(circle at 8% 24%,rgba(58,124,255,.11),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.026));
  box-shadow:0 18px 48px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;
}

.how-card::before{
  content:none;
}

.how-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(77,140,255,.06),transparent 32%);
  opacity:0;
  transition:opacity .22s ease;
  pointer-events:none;
}

.how-card:hover::after{
  opacity:1;
}

.how-icon-shell{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
}

.how-icon{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:88px;
  height:88px;
  border-radius:999px;
  border:1px solid rgba(75,132,255,.28);
  background:radial-gradient(circle at 50% 50%,rgba(38,96,210,.2),rgba(12,23,45,.82) 64%,rgba(8,12,20,.92));
  color:#dce9ff;
  box-shadow:0 0 0 1px rgba(255,255,255,.035),0 16px 38px rgba(0,0,0,.26),0 0 34px rgba(57,116,255,.16);
}

.how-icon svg{
  width:44px;
  height:44px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.45;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.how-icon.shield{
  width:58px;
  height:58px;
  border-color:rgba(40,112,255,.28);
  background:radial-gradient(circle at 50% 50%,rgba(38,112,255,.2),rgba(10,28,56,.86) 68%,rgba(7,10,17,.94));
  color:#2f80ff;
}

.how-icon.shield svg{
  width:32px;
  height:32px;
}

.how-card-divider{
  display:block;
  align-self:stretch;
  width:1px;
  min-height:76px;
  background:linear-gradient(to bottom,rgba(255,255,255,.03),rgba(255,255,255,.18),rgba(255,255,255,.03));
}

.how-card-copy{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  column-gap:24px;
  align-items:center;
}

.how-step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  grid-column:1;
  grid-row:1 / span 2;
  width:54px;
  height:54px;
  margin:0;
  padding:0;
  border:1px solid rgba(130,178,255,.3);
  border-radius:50%;
  background:radial-gradient(circle at 34% 26%,#79adff,#1f73ff 68%,#1043ab);
  color:#fff;
  font-family:var(--font-display);
  font-size:24px;
  font-weight:880;
  line-height:1;
  box-shadow:0 0 0 1px rgba(255,255,255,.04),0 12px 28px rgba(31,115,255,.28);
}

.how-card h3{
  grid-column:2;
  margin:0 0 10px;
  font-size:30px;
  line-height:1.1;
}

.how-card p{
  grid-column:2;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:18px;
  line-height:1.55;
}

.how-arrow{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  color:#2476ff;
  background:transparent;
}

.how-arrow svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.how-card-bottom{
  grid-template-columns:74px 1px minmax(0,1fr);
  gap:20px;
  margin-top:14px;
  min-height:108px;
  padding:20px 24px;
  border-color:rgba(77,140,255,.22);
  background:
    radial-gradient(circle at 8% 20%,rgba(77,140,255,.16),transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.03));
}

.how-card-bottom .how-card-copy{
  display:block;
}

.how-card-bottom .how-card-divider{
  min-height:78px;
}

.how-card-bottom .how-arrow{
  display:none;
}

.how-card-bottom h3{
  margin-bottom:6px;
  font-size:21px;
}

.how-card-bottom p{
  font-size:16px;
}

.how-card-bottom .link-arrow{
  display:inline-flex;
  margin-top:8px;
  color:#4d8cff;
}

.upcoming-section .event-img-land-beyond{
  object-position:center 50%;
}

.vehicle-other-field[hidden]{
  display:none!important;
}

@media(max-width:1040px){
  .how-layout{
    gap:32px;
  }
  .how-intro h2{
    max-width:720px;
  }
}

@media(max-width:900px){
  .brand-logo,
  .brand-lockup-img{
    width:68px;
    height:68px;
  }
  .home-hero h1,
  .home-hero .hero-title-primary{
    font-weight:720;
  }
  .how-section{
    padding-top:74px;
    padding-bottom:76px;
  }
  .how-intro h2{
    font-size:46px;
  }
  .how-process{
    padding-left:0;
  }
  .how-process::before{
    left:51px;
    top:78px;
    bottom:122px;
  }
  .how-card{
    grid-template-columns:76px 1px minmax(0,1fr) 34px;
    gap:18px;
    min-height:136px;
    padding:20px;
  }
  .how-icon{
    width:64px;
    height:64px;
  }
  .how-icon svg{
    width:32px;
    height:32px;
  }
  .how-step-number{
    width:42px;
    height:42px;
    font-size:18px;
  }
  .how-card-copy{
    grid-template-columns:42px minmax(0,1fr);
    column-gap:16px;
  }
  .how-card h3{
    font-size:24px;
  }
  .how-card p{
    font-size:16px;
  }
  .how-arrow{
    width:34px;
    height:34px;
  }
  .how-arrow svg{
    width:25px;
    height:25px;
  }
  .how-card-bottom{
    grid-template-columns:58px 1px minmax(0,1fr);
    gap:16px;
    min-height:104px;
  }
  .how-card-bottom .how-icon{
    width:48px;
    height:48px;
  }
  .how-card-bottom .how-icon svg{
    width:27px;
    height:27px;
  }
  .how-card-bottom h3{
    font-size:20px;
  }
  .sticky-ctas{
    left:12px;
    right:12px;
    bottom:calc(12px + env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .sticky-cta{
    min-height:44px;
    padding:10px 12px;
    font-size:11.5px;
  }
  .footer{
    padding-bottom:calc(116px + env(safe-area-inset-bottom));
  }
  main:has(.application-section) + .sticky-ctas{
    position:static;
    display:grid;
    grid-template-columns:1fr 1fr;
    margin:0 var(--pad) 24px;
    padding-top:0;
    pointer-events:auto;
  }
  main:has(.application-section) + .sticky-ctas .sticky-cta{
    pointer-events:auto;
  }
  main:has(.application-section) ~ .footer{
    padding-bottom:calc(56px + env(safe-area-inset-bottom));
  }
}

@media(max-width:560px){
  .brand-logo,
  .brand-lockup-img{
    width:58px;
    height:58px;
  }
  .how-intro h2{
    max-width:360px;
    font-size:38px;
  }
  .how-process{
    gap:12px;
  }
  .how-process::before{
    left:40px;
    top:72px;
    bottom:116px;
  }
  .how-card{
    grid-template-columns:54px 1px minmax(0,1fr);
    gap:12px;
    min-height:142px;
    padding:16px;
    align-items:start;
  }
  .how-icon{
    width:48px;
    height:48px;
  }
  .how-icon svg{
    width:25px;
    height:25px;
  }
  .how-card-divider{
    min-height:100%;
  }
  .how-card-copy{
    grid-template-columns:34px minmax(0,1fr);
    column-gap:10px;
    align-items:start;
  }
  .how-step-number{
    width:34px;
    height:34px;
    font-size:15px;
  }
  .how-card h3{
    font-size:22px;
    margin-top:3px;
  }
  .how-arrow{
    position:absolute;
    top:18px;
    right:18px;
    width:32px;
    height:32px;
  }
  .how-card-copy{
    padding-right:34px;
  }
  .how-card-bottom{
    grid-template-columns:50px 1px minmax(0,1fr);
    min-height:106px;
    padding:16px;
  }
  .how-card-bottom .how-icon{
    width:42px;
    height:42px;
  }
  .how-card-bottom .how-icon svg{
    width:24px;
    height:24px;
  }
  .how-card-bottom .how-card-copy{
    padding-right:0;
  }
  .how-card-bottom h3{
    font-size:18px;
  }
  .how-card-bottom p{
    font-size:14px;
  }
}

/* Final interior header balance */
.hero:not(.home-hero) h1,
.hero:not(.home-hero) ~ .section h2,
.official-statement-copy h1{
  font-weight:740;
  letter-spacing:-0.01em;
}

.hero:not(.home-hero) h1{
  line-height:1.02;
}

.conduct-confirmation-field{
  margin-top:4px;
}

.checkbox-control{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:12px;
  align-items:flex-start;
  padding:16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.84);
  font-size:14px;
  line-height:1.52;
}

.checkbox-control input{
  width:18px;
  height:18px;
  margin:2px 0 0;
  accent-color:#fff;
}

.checkbox-control a{
  color:#fff;
  font-weight:800;
  text-decoration:underline;
  text-decoration-color:rgba(255,255,255,.42);
  text-underline-offset:3px;
}

.checkbox-control a:hover{
  text-decoration-color:#fff;
}

.field-error{
  margin:8px 0 0;
  color:rgba(255,255,255,.56);
  font-size:13px;
  line-height:1.45;
}

.form-submit-status{
  min-height:22px;
  margin:12px 0 0;
  color:rgba(255,255,255,.62);
  font-size:14px;
  line-height:1.45;
  text-align:center;
}

.form-submit-status.is-success{
  color:rgba(198,255,232,.92);
}

.form-submit-status.is-error{
  color:rgba(255,190,190,.92);
}

.button:disabled,
button:disabled{
  cursor:progress;
  opacity:.72;
}

@media(max-width:900px){
  .hero:not(.home-hero) h1,
  .hero:not(.home-hero) ~ .section h2,
  .official-statement-copy h1{
    font-weight:720;
  }
}

/* Final typography and CTA consistency audit */
:root{
  --display-weight:800;
  --heading-weight:800;
  --ui-weight:800;
  --body-weight:400;
}

h1,
h2,
h3,
.hero h1,
.section-head h2,
.section h2,
.card h3,
.value-card h3,
.timeline-item h3,
.faq-item h2,
.legal-copy h2,
.official-statement-copy h1,
.community-popup h2,
.how-intro h2,
.how-card h3,
.footer-column h3,
.footer-join h3{
  font-family:var(--font-display);
  letter-spacing:0;
  text-wrap:balance;
}

.hero h1,
.official-statement-copy h1{
  font-weight:760;
  line-height:1.02;
}

.home-hero h1,
.home-hero .hero-title-primary{
  font-weight:740;
  line-height:.96;
}

.section-head h2,
.section h2,
.how-intro h2,
.home-social-band h2,
.upcoming-section .section-head h2,
.wow-content h2{
  font-weight:800;
  line-height:1.04;
}

.card h3,
.value-card h3,
.timeline-item h3,
.faq-item h2,
.legal-copy h2,
.how-card h3,
.footer-column h3,
.footer-join h3{
  font-weight:800;
  line-height:1.12;
}

.hero p,
.hero-copy p,
.section-head p,
.copy-stack p,
.card p,
.value-card p,
.timeline-item p,
.faq-item p,
.legal-copy p,
.legal-copy li,
.statement-body p,
.how-intro p,
.how-card p,
.footer-trust,
.footer-join p,
.submit-note,
.field-help,
.form-curation,
.note{
  font-family:var(--font-body);
  font-weight:400;
  letter-spacing:0;
}

.hero p,
.hero-copy p{
  line-height:1.58;
}

.section-head p,
.copy-stack p,
.card p,
.value-card p,
.timeline-item p,
.faq-item p,
.legal-copy p,
.legal-copy li,
.statement-body p{
  line-height:1.62;
}

.button,
.nav a.nav-cta,
.sticky-cta,
.link-arrow,
.home-hero .hero-actions .button.ghost,
.footer-join .button,
button[type="submit"]{
  font-family:var(--font-display);
  font-weight:800;
  letter-spacing:0;
  text-align:center;
}

.button,
button[type="submit"]{
  font-size:15px;
  line-height:1.15;
}

.nav a.nav-cta{
  font-size:13px;
  line-height:1.1;
}

.sticky-cta{
  font-size:13px;
  line-height:1.15;
}

.footer-join .button{
  font-size:13.5px;
}

.home-hero .hero-actions .button.ghost{
  font-size:15px;
  font-weight:720;
}

.how-step-number{
  font-weight:800;
}

@media(max-width:900px){
  .hero h1,
  .official-statement-copy h1{
    font-weight:740;
  }

  .section-head h2,
  .section h2,
  .how-intro h2,
  .home-social-band h2,
  .upcoming-section .section-head h2{
    font-weight:800;
  }

  .button,
  button[type="submit"]{
    font-size:15px;
  }

  .sticky-cta{
    font-size:12px;
  }
}

@media(max-width:560px){
  .home-hero h1,
  .home-hero .hero-title-primary{
    font-weight:720;
  }

  .hero h1,
  .official-statement-copy h1{
    font-weight:720;
  }

  .sticky-cta{
    font-size:11.75px;
  }
}

/* Additional revision pass: typography, official footer, and sticky CTA system */
:root{
  --font-body:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-display:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-title:"Bebas Neue","Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --display-weight:400;
  --heading-weight:800;
  --ui-weight:800;
}

body,
input,
select,
textarea,
button{
  font-family:var(--font-body);
}

.hero h1,
.official-statement-copy h1{
  font-family:var(--font-title);
  font-weight:400!important;
  letter-spacing:.018em;
  line-height:.94;
}

.home-hero h1,
.home-hero .hero-title-primary{
  font-family:var(--font-title);
  font-weight:400!important;
  letter-spacing:.018em;
  line-height:.9;
}

.hero:not(.home-hero) h1{
  font-size:clamp(58px,8.4vw,96px);
  line-height:.92;
}

.section-head h2,
.section h2,
.how-intro h2,
.home-social-band h2,
.upcoming-section .section-head h2,
.wow-content h2,
.card h3,
.value-card h3,
.timeline-item h3,
.faq-item h2,
.legal-copy h2,
.how-card h3,
.footer-column h3,
.footer-join h3,
.footer-statement h3{
  font-family:var(--font-display);
  font-weight:800;
}

.hero p,
.hero-copy p,
.section-head p,
.copy-stack p,
.card p,
.value-card p,
.timeline-item p,
.faq-item p,
.legal-copy p,
.legal-copy li,
.statement-body p,
.how-intro p,
.how-card p,
.footer-statement p,
.footer-join p,
.submit-note,
.field-help,
.form-curation,
.note{
  font-family:var(--font-body);
  font-weight:400;
}

.button,
.nav a.nav-cta,
.sticky-cta,
.link-arrow,
.home-hero .hero-actions .button.ghost,
.footer-join .button,
button[type="submit"]{
  font-family:var(--font-display);
  font-weight:800;
  font-size:15.5px;
  letter-spacing:0;
}

.nav a.nav-cta{
  font-size:13.5px;
}

.footer-join .button{
  font-size:14px;
}

.brand-lockup,
.brand-lockup:hover{
  min-height:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  overflow:visible!important;
}

.brand-lockup::before,
.brand-lockup::after{
  content:none!important;
  display:none!important;
}

.brand-logo,
.brand-lockup-img{
  width:84px;
  height:84px;
  object-fit:contain;
  filter:drop-shadow(0 14px 28px rgba(0,0,0,.48));
}

.footer-statement{
  max-width:38ch;
  margin:18px 0 0;
}

.footer-statement h3{
  margin:0 0 8px;
  color:rgba(255,255,255,.94);
  font-size:13px;
  line-height:1.2;
}

.footer-statement p{
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.58;
}

.footer-statement .link-arrow{
  display:inline-flex;
  margin-top:10px;
  color:rgba(255,255,255,.86);
  font-size:13px;
}

.sticky-ctas{
  left:24px;
  right:24px;
  bottom:24px;
  display:grid;
  grid-template-columns:minmax(220px,1fr) minmax(250px,1.08fr) minmax(180px,1fr);
  align-items:center;
  gap:14px;
  pointer-events:none;
}

.sticky-cta{
  pointer-events:auto;
  min-height:50px;
  padding:13px 18px;
  border-radius:999px;
  font-size:13.25px;
}

.sticky-cta-updates,
.sticky-cta-code{
  border:1px solid rgba(255,255,255,.2);
  background:rgba(3,3,3,.7);
  color:#fff;
  box-shadow:0 14px 36px rgba(0,0,0,.28);
}

.sticky-cta-updates:hover,
.sticky-cta-code:hover{
  border-color:rgba(255,255,255,.34);
  background:rgba(15,15,15,.84);
}

.sticky-cta-apply{
  border:1px solid rgba(255,255,255,.86);
  background:#fff;
  color:#000;
}

@media(min-width:901px){
  main:has(.application-section) + .sticky-ctas{
    position:static;
    display:grid;
    grid-template-columns:minmax(220px,1fr) minmax(250px,1.08fr) minmax(180px,1fr);
    width:min(1120px,calc(100% - 68px));
    margin:0 auto 28px;
    padding:0;
    border:0;
    background:transparent;
    backdrop-filter:none;
  }

  main:has(.application-section) + .sticky-ctas .sticky-cta{
    pointer-events:auto;
  }
}

.conduct-hero-copy h1{
  margin-bottom:18px;
}

.conduct-hero-secondary{
  margin:0;
  color:#fff;
  font-family:var(--font-display);
  font-size:clamp(22px,3vw,34px);
  font-weight:800;
  line-height:1.05;
}

.conduct-hero-tertiary{
  margin:8px 0 0;
  color:rgba(255,255,255,.72);
  font-family:var(--font-display);
  font-size:clamp(16px,2vw,22px);
  font-weight:700;
  line-height:1.25;
}

.conduct-hero-copy .hero-copy{
  margin-top:24px;
}

.how-card-bottom .link-arrow{
  color:#4d8cff;
}

@media(max-width:900px){
  .brand-logo,
  .brand-lockup-img{
    width:74px;
    height:74px;
  }

  .hero:not(.home-hero) h1{
    font-size:clamp(48px,13vw,72px);
  }

  .sticky-ctas{
    left:10px;
    right:10px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    grid-template-columns:1fr 1fr;
    gap:7px;
    padding:7px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    background:rgba(0,0,0,.82);
    backdrop-filter:blur(18px);
  }

  .sticky-cta{
    min-height:39px;
    padding:8px 8px;
    border-radius:12px;
    font-size:11.2px;
    line-height:1.08;
    box-shadow:none;
  }

  .sticky-cta-apply{
    grid-column:1 / -1;
    order:-1;
    min-height:42px;
    font-size:12.8px;
  }

  .sticky-cta-updates{
    font-size:10.1px;
  }

  .footer{
    padding-bottom:calc(132px + env(safe-area-inset-bottom));
  }

  main:has(.application-section) + .sticky-ctas{
    position:static;
    display:grid;
    grid-template-columns:1fr;
    margin:0 var(--pad) 24px;
    padding:0;
    border:0;
    background:transparent;
    backdrop-filter:none;
  }

  main:has(.application-section) + .sticky-ctas .sticky-cta{
    min-height:44px;
  }

  .footer-statement{
    max-width:100%;
  }
}

@media(max-width:560px){
  .brand-logo,
  .brand-lockup-img{
    width:64px;
    height:64px;
  }

  .home-hero h1,
  .home-hero .hero-title-primary{
    line-height:.92;
  }

  .sticky-ctas{
    left:8px;
    right:8px;
  }

  .sticky-cta{
    font-size:10.8px;
  }

  .sticky-cta-updates{
    font-size:9.7px;
  }
}

/* Final Apply page application section polish */
.application-section{
  padding-top:clamp(82px,7vw,118px);
  padding-bottom:clamp(84px,7vw,124px);
  background:
    radial-gradient(ellipse at 18% 8%,rgba(77,140,255,.075),rgba(77,140,255,0) 34%),
    linear-gradient(180deg,#030303,#000);
}

.application-section .form-split{
  width:min(1480px,100%);
  grid-template-columns:minmax(320px,.82fr) minmax(520px,1fr);
  gap:clamp(46px,7vw,112px);
  align-items:start;
}

.application-section .form-split > div:first-child{
  max-width:640px;
}

.application-section .form-split > div:first-child h2{
  max-width:10ch;
  margin:0 0 20px;
  font-size:clamp(48px,5.2vw,78px);
  line-height:.98;
  letter-spacing:0;
}

.application-section .copy-stack{
  gap:30px;
  max-width:660px;
}

.application-section .copy-stack p{
  color:rgba(255,255,255,.76);
  font-size:clamp(18px,1.55vw,24px);
  line-height:1.55;
}

.application-section .form-card{
  padding:clamp(30px,3.4vw,54px);
  border-color:rgba(255,255,255,.13);
  border-radius:14px;
  background:
    radial-gradient(ellipse at 14% 0%,rgba(255,255,255,.055),rgba(255,255,255,0) 34%),
    linear-gradient(180deg,rgba(24,24,24,.78),rgba(10,10,10,.92));
  box-shadow:0 26px 80px rgba(0,0,0,.38);
}

.application-section .form-intro{
  gap:22px;
  margin:0 0 42px;
}

.application-section .form-reassurance,
.application-section .form-curation{
  max-width:64ch;
  color:rgba(255,255,255,.76);
  font-size:clamp(17px,1.35vw,22px);
  font-weight:500;
  line-height:1.48;
}

.application-waitlist-note{
  max-width:58ch;
  margin:18px 0 0;
  color:rgba(255,255,255,.58);
  font-family:var(--font-body);
  font-size:clamp(15px,1.05vw,18px);
  font-weight:500;
  line-height:1.55;
}

.application-section .form-card .form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:22px;
  row-gap:20px;
  align-items:start;
}

.application-section .form-group-label{
  display:flex;
  align-items:center;
  gap:12px;
  margin:34px 0 4px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.075);
  color:rgba(255,255,255,.8);
  font-size:13px;
  line-height:1;
}

.application-section .form-group-label:first-child{
  margin-top:0;
  padding-top:0;
  border-top:0;
}

.application-section .form-group-label::after{
  content:"";
  flex:1;
  height:1px;
  background:linear-gradient(90deg,rgba(77,140,255,.3),rgba(255,255,255,0));
}

.application-section .field{
  min-width:0;
  gap:8px;
}

.application-section .field label{
  color:rgba(255,255,255,.82);
  font-size:15px;
  font-weight:600;
  line-height:1.25;
}

.application-section .field-help{
  margin:0;
  color:rgba(255,255,255,.48);
  font-size:14px;
  line-height:1.42;
}

.application-section .field input,
.application-section .field select,
.application-section .field textarea{
  min-height:54px;
  border-color:rgba(255,255,255,.16);
  border-radius:11px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.045));
  color:#fff;
  padding:13px 16px;
  font-size:16px;
  line-height:1.25;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

.application-section .field select{
  appearance:none;
  cursor:pointer;
  padding-right:46px;
  background-image:
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.045)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,.82)' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5-5 5 5'/%3E%3Cpath d='m7 14 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat,no-repeat;
  background-position:center,right 14px center;
  background-size:auto,18px 18px;
}

.application-section .field textarea{
  min-height:150px;
}

.application-section .field input:focus,
.application-section .field select:focus,
.application-section .field textarea:focus{
  border-color:rgba(77,140,255,.58);
  background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.055));
  box-shadow:0 0 0 3px rgba(77,140,255,.12),inset 0 1px 0 rgba(255,255,255,.04);
  outline:0;
}

.application-section .vehicle-other-field[hidden]{
  display:none!important;
}

.application-section .vehicle-other-field:not([hidden]){
  display:flex;
  grid-column:2;
}

.application-section .conduct-confirmation-field{
  padding:17px 18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:13px;
  background:rgba(255,255,255,.03);
}

.application-section .submit-note{
  margin-top:12px;
  text-align:center;
}

@media(max-width:1100px){
  .application-section .form-split{
    grid-template-columns:1fr;
    gap:42px;
  }

  .application-section .form-split > div:first-child,
  .application-section .copy-stack{
    max-width:760px;
  }

  .application-section .form-split > div:first-child h2{
    max-width:14ch;
  }
}

@media(max-width:700px){
  .application-section{
    padding-top:70px;
    padding-bottom:80px;
  }

  .application-section .form-card{
    padding:24px 18px;
    border-radius:12px;
  }

  .application-section .form-card .form-grid{
    grid-template-columns:1fr;
    row-gap:18px;
  }

  .application-section .vehicle-other-field:not([hidden]){
    grid-column:1;
  }

  .application-section .form-split > div:first-child h2{
    max-width:10ch;
    font-size:clamp(42px,12vw,58px);
  }

  .application-section .copy-stack{
    gap:22px;
  }

  .application-section .copy-stack p,
  .application-section .form-reassurance,
  .application-section .form-curation{
    font-size:17px;
  }

  .application-section .form-intro{
    margin-bottom:34px;
  }

  .application-section .form-group-label{
    margin-top:30px;
    padding-top:22px;
  }
}

/* Keep Apply page sticky CTAs visually consistent with the rest of the site */
main:has(.application-section){
  padding-bottom:92px;
}

main:has(.application-section) + .sticky-ctas{
  position:fixed!important;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:70;
  display:grid;
  grid-template-columns:minmax(220px,1fr) minmax(250px,1.08fr) minmax(180px,1fr);
  width:auto;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
  pointer-events:none;
}

main:has(.application-section) + .sticky-ctas .sticky-cta{
  pointer-events:auto;
}

@media(max-width:900px){
  main:has(.application-section){
    padding-bottom:150px;
  }

  main:has(.application-section) + .sticky-ctas{
    position:fixed!important;
    left:10px;
    right:10px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    grid-template-columns:1fr 1fr;
    gap:7px;
    width:auto;
    margin:0;
    padding:7px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    background:rgba(0,0,0,.82);
    backdrop-filter:blur(18px);
  }

  main:has(.application-section) + .sticky-ctas .sticky-cta-apply{
    grid-column:1 / -1;
    order:-1;
  }

  main:has(.application-section) ~ .footer{
    padding-bottom:calc(132px + env(safe-area-inset-bottom));
  }
}

/* Final feedback round: Events archive clarity, sticky CTA parity, and form-control alignment */
html{
  scroll-behavior:smooth;
}

.conduct-hero-kicker{
  margin:0 0 16px;
  color:rgba(255,255,255,.76);
  font-family:var(--font-display);
  font-size:clamp(16px,1.2vw,20px);
  font-weight:800;
  line-height:1;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.conduct-hero-copy h1{
  max-width:1000px;
}

.event-jump-section{
  padding:28px var(--pad) 0;
  background:#030303;
}

.event-jump-nav{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.event-jump-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 18px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.82);
  font-family:var(--font-display);
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease;
}

.event-jump-nav a:hover{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.26);
  background:rgba(255,255,255,.08);
  color:#fff;
}

.events-index-section{
  scroll-margin-top:110px;
}

.event-index-card{
  color:inherit;
  text-decoration:none;
}

.event-index-card .event-date{
  margin:0 0 14px;
  color:rgba(255,255,255,.62);
  font-size:14px;
  font-weight:750;
  line-height:1.25;
}

.event-index-card .card-body p:not(.event-date){
  margin-bottom:18px;
}

.event-upcoming-card .card-body,
.past-event-card .card-body{
  min-height:230px;
}

.pill.upcoming{
  border-color:rgba(77,140,255,.34);
  background:rgba(77,140,255,.12);
  color:rgba(190,214,255,.92);
}

.pill.past-event{
  border-color:rgba(255,255,255,.13);
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.62);
}

.past-event-card .card-img{
  filter:brightness(.74) saturate(.78) contrast(1.04);
  transition:filter .22s ease,transform .22s ease;
}

.past-event-card:hover .card-img{
  filter:brightness(.84) saturate(.9) contrast(1.05);
}

.sticky-ctas,
main:has(.application-section) + .sticky-ctas{
  position:fixed!important;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:70;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  width:auto;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
  pointer-events:none;
}

.sticky-cta,
.sticky-cta-updates,
.sticky-cta-apply,
.sticky-cta-code,
main:has(.application-section) + .sticky-ctas .sticky-cta{
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(18,18,18,.92),rgba(0,0,0,.78));
  color:#fff;
  box-shadow:0 16px 46px rgba(0,0,0,.34);
  font-size:13px;
  font-weight:800;
  line-height:1.1;
  text-align:center;
  white-space:normal;
}

.sticky-cta:hover,
.sticky-cta-updates:hover,
.sticky-cta-apply:hover,
.sticky-cta-code:hover{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.34);
  background:linear-gradient(180deg,rgba(30,30,30,.95),rgba(5,5,5,.84));
  color:#fff;
}

.application-section .field label{
  order:1;
}

.application-section .field input,
.application-section .field select,
.application-section .field textarea{
  order:2;
}

.application-section .field-help{
  order:3;
  margin-top:2px;
}

.application-section .field select{
  background-position:center,right 16px center;
}

.application-section .conduct-confirmation-field label{
  order:initial;
}

@media(max-width:900px){
  .event-jump-section{
    padding-top:22px;
  }

  .event-jump-nav{
    justify-content:flex-start;
  }

  .event-jump-nav a{
    flex:1 1 150px;
  }

  .event-upcoming-card .card-body,
  .past-event-card .card-body{
    min-height:auto;
  }

  main,
  main:has(.application-section){
    padding-bottom:calc(176px + env(safe-area-inset-bottom));
  }

  .sticky-ctas,
  main:has(.application-section) + .sticky-ctas{
    left:10px;
    right:10px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    grid-template-columns:1fr;
    gap:7px;
    padding:7px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    background:rgba(0,0,0,.82);
    backdrop-filter:blur(18px);
  }

  .sticky-cta,
  main:has(.application-section) + .sticky-ctas .sticky-cta{
    min-height:38px;
    padding:9px 12px;
    font-size:11.8px;
    line-height:1.12;
  }

  .sticky-cta-apply,
  .sticky-cta-updates{
    order:initial;
    grid-column:auto;
  }

  .footer,
  main:has(.application-section) ~ .footer{
    padding-bottom:calc(176px + env(safe-area-inset-bottom));
  }
}

/* Final feedback round: spacing rhythm, CTA hierarchy, form alignment, and signup consent */
.story-detail-section{
  padding-top:56px;
}

.home-event-actions{
  justify-content:center;
}

.home-event-actions .button{
  width:auto;
  min-width:220px;
  max-width:max-content;
  padding-inline:28px;
}

.event-jump-section{
  padding-top:42px;
}

.event-jump-nav{
  max-width:680px;
  padding:6px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.04);
}

.event-jump-nav a{
  flex:1 1 220px;
  min-height:54px;
  padding:15px 28px;
  font-size:15px;
  color:rgba(255,255,255,.9);
}

.sticky-ctas,
main:has(.application-section) + .sticky-ctas{
  grid-template-columns:minmax(220px,1fr) minmax(260px,1.12fr) minmax(180px,.9fr);
  gap:12px;
}

.sticky-cta,
main:has(.application-section) + .sticky-ctas .sticky-cta{
  min-height:50px;
  padding:13px 18px;
  text-wrap:balance;
}

.sticky-cta-updates,
.sticky-cta-code{
  background:linear-gradient(180deg,rgba(18,18,18,.82),rgba(0,0,0,.66));
  border-color:rgba(255,255,255,.14);
  color:rgba(255,255,255,.78);
  box-shadow:0 14px 38px rgba(0,0,0,.28);
}

.sticky-cta-apply,
main:has(.application-section) + .sticky-ctas .sticky-cta-apply{
  background:#fff;
  border-color:rgba(255,255,255,.92);
  color:#050505;
  box-shadow:0 18px 50px rgba(255,255,255,.08),0 18px 54px rgba(0,0,0,.38);
}

.sticky-cta-updates:hover,
.sticky-cta-code:hover{
  background:linear-gradient(180deg,rgba(28,28,28,.9),rgba(0,0,0,.72));
  border-color:rgba(255,255,255,.24);
  color:#fff;
}

.sticky-cta-apply:hover,
main:has(.application-section) + .sticky-ctas .sticky-cta-apply:hover{
  background:rgba(255,255,255,.92);
  border-color:#fff;
  color:#050505;
}

.application-section .field label,
.application-section .field input,
.application-section .field select,
.application-section .field textarea,
.application-section .field-help{
  order:initial;
}

.application-section .field:has(#event),
.application-section .field:has(#vehicle),
.application-section .field:has(#experience){
  display:grid;
  grid-template-rows:auto minmax(21px,auto) auto;
  gap:8px;
}

.application-section .field:has(#event)::before{
  content:"";
  grid-row:2;
  min-height:21px;
}

.application-section .field:has(#event) label,
.application-section .field:has(#vehicle) label,
.application-section .field:has(#experience) label{
  grid-row:1;
}

.application-section .field:has(#vehicle) .field-help,
.application-section .field:has(#experience) .field-help{
  grid-row:2;
}

.application-section .field:has(#event) select,
.application-section .field:has(#vehicle) select,
.application-section .field:has(#experience) select{
  grid-row:3;
}

.application-section .field select{
  background-position:right 16px center;
}

.community-popup-consent{
  display:grid!important;
  grid-template-columns:18px 1fr;
  gap:10px;
  align-items:start;
  margin:16px 0 0!important;
  color:rgba(255,255,255,.68)!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.45;
}

.community-popup-consent input{
  width:18px;
  height:18px;
  margin:1px 0 0;
  accent-color:#8ebdff;
}

.community-popup-legal{
  margin-top:12px!important;
  color:rgba(255,255,255,.58)!important;
  font-size:12px!important;
  line-height:1.48!important;
}

.community-popup-legal a{
  color:rgba(255,255,255,.86);
  text-decoration:underline;
  text-underline-offset:3px;
}

@media(max-width:900px){
  .story-detail-section{
    padding-top:48px;
  }

  .home-event-actions .button{
    width:auto;
    min-width:190px;
    max-width:100%;
  }

  .event-jump-section{
    padding-top:30px;
  }

  .event-jump-nav{
    max-width:100%;
    border-radius:20px;
    gap:6px;
  }

  .event-jump-nav a{
    flex:1 1 130px;
    min-height:48px;
    padding:12px 14px;
    font-size:13px;
  }

  .sticky-ctas,
  main:has(.application-section) + .sticky-ctas{
    grid-template-columns:1fr;
    gap:7px;
  }

  .sticky-cta,
  main:has(.application-section) + .sticky-ctas .sticky-cta{
    min-height:40px;
    padding:10px 13px;
    font-size:12px;
  }

  main:has(.application-section) + .sticky-ctas .sticky-cta-apply{
    order:initial;
    grid-column:auto;
  }

  .application-section .field:has(#event),
  .application-section .field:has(#vehicle),
  .application-section .field:has(#experience){
    display:flex;
    gap:8px;
  }

  .application-section .field:has(#event)::before{
    content:none;
  }

  .community-popup-consent{
    font-size:11.8px!important;
  }
}

/* How It Works reference-match refinement */
@media(min-width:901px){
  .how-section{
    padding-top:104px;
    padding-bottom:112px;
  }

  .how-layout{
    width:min(1540px,100%);
    gap:46px;
  }

  .how-section .container{
    width:min(1600px,100%);
  }

  .how-intro{
    max-width:880px;
  }

  .how-intro h2{
    max-width:820px;
    font-size:clamp(60px,5.5vw,88px);
    line-height:.98;
  }

  .how-intro p{
    max-width:58ch;
    font-size:22px;
  }

  .how-process{
    gap:26px;
    padding-left:0;
  }

  .how-process::before{
    left:122px;
    top:132px;
    bottom:168px;
    width:3px;
    background:repeating-linear-gradient(to bottom,rgba(65,129,255,.82) 0 11px,transparent 11px 25px);
    filter:drop-shadow(0 0 14px rgba(55,117,255,.5));
    opacity:.88;
  }

  .how-card{
    grid-template-columns:220px 1px minmax(0,1fr) 58px;
    gap:48px;
    min-height:220px;
    padding:42px 54px 42px 58px;
    border-radius:20px;
    border-color:rgba(255,255,255,.18);
    background:
      radial-gradient(circle at 8% 28%,rgba(58,124,255,.14),transparent 34%),
      linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  }

  .how-icon{
    width:132px;
    height:132px;
    border-color:rgba(75,132,255,.34);
    box-shadow:0 0 0 1px rgba(255,255,255,.04),0 20px 42px rgba(0,0,0,.3),0 0 48px rgba(57,116,255,.22);
  }

  .how-icon svg{
    width:64px;
    height:64px;
    stroke-width:1.35;
  }

  .how-card-divider{
    min-height:150px;
    background:linear-gradient(to bottom,rgba(255,255,255,.025),rgba(255,255,255,.16),rgba(255,255,255,.025));
  }

  .how-card-copy{
    grid-template-columns:84px minmax(0,1fr);
    column-gap:44px;
  }

  .how-step-number{
    width:74px;
    height:74px;
    font-size:34px;
    box-shadow:0 0 0 1px rgba(255,255,255,.04),0 16px 34px rgba(31,115,255,.36),0 0 28px rgba(58,132,255,.22);
  }

  .how-card h3{
    margin-bottom:14px;
    font-size:clamp(38px,3.8vw,56px);
    line-height:1.03;
  }

  .how-card p{
    max-width:920px;
    font-size:clamp(24px,2.15vw,34px);
    line-height:1.4;
  }

  .how-arrow{
    width:58px;
    height:58px;
  }

  .how-arrow svg{
    width:42px;
    height:42px;
    stroke-width:1.55;
  }

  .how-card-bottom{
    grid-template-columns:150px 1px minmax(0,1fr);
    gap:38px;
    min-height:170px;
    margin-top:22px;
    padding:36px 54px 36px 58px;
    border-color:rgba(77,140,255,.32);
  }

  .how-card-bottom .how-icon{
    width:86px;
    height:86px;
  }

  .how-card-bottom .how-icon svg{
    width:46px;
    height:46px;
  }

  .how-card-bottom .how-card-divider{
    min-height:104px;
  }

  .how-card-bottom h3{
    font-size:36px;
    line-height:1.08;
  }

  .how-card-bottom p{
    max-width:900px;
    font-size:24px;
  }

  .how-card-bottom .link-arrow{
    margin-top:12px;
    font-size:22px;
    font-weight:850;
  }
}

@media(min-width:901px) and (max-width:1220px){
  .how-card{
    grid-template-columns:156px 1px minmax(0,1fr) 48px;
    gap:32px;
    padding:34px;
  }

  .how-process::before{
    left:100px;
  }

  .how-icon{
    width:108px;
    height:108px;
  }

  .how-icon svg{
    width:52px;
    height:52px;
  }

  .how-card-copy{
    grid-template-columns:66px minmax(0,1fr);
    column-gap:28px;
  }

  .how-step-number{
    width:60px;
    height:60px;
    font-size:27px;
  }

  .how-card h3{
    font-size:38px;
  }

  .how-card p{
    font-size:23px;
  }

  .how-card-bottom{
    grid-template-columns:112px 1px minmax(0,1fr);
  }
}

/* Events page final hierarchy refinement */
.event-jump-section{
  padding-top:34px;
}

.event-jump-nav{
  max-width:560px;
  padding:5px;
  gap:4px;
  border-color:rgba(255,255,255,.1);
  background:rgba(255,255,255,.035);
  box-shadow:0 16px 44px rgba(0,0,0,.18);
}

.event-jump-nav a{
  min-height:54px;
  padding:14px 24px;
  font-size:14px;
  color:rgba(255,255,255,.76);
}

.event-jump-nav a.is-active,
.event-jump-nav a[aria-current="true"]{
  background:#fff;
  border-color:#fff;
  color:#070707;
  box-shadow:0 10px 30px rgba(255,255,255,.08);
}

.event-jump-nav a.is-active:hover,
.event-jump-nav a[aria-current="true"]:hover{
  background:#fff;
  color:#070707;
  transform:none;
}

#upcoming-events .container{
  width:min(1280px,100%);
}

#upcoming-events .section-head{
  display:block;
  max-width:760px;
  margin-bottom:34px;
}

#upcoming-events .section-head h2{
  margin-bottom:14px;
}

#upcoming-events .section-head p{
  max-width:62ch;
  margin:0;
}

#upcoming-events .date-cards{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

#upcoming-events .event-upcoming-card{
  border-radius:12px;
}

#upcoming-events .event-upcoming-card .card-img{
  height:360px;
}

#upcoming-events .event-upcoming-card .card-body{
  min-height:248px;
  padding:30px;
}

#upcoming-events .event-upcoming-card h3{
  font-size:clamp(30px,3vw,42px);
  line-height:1.05;
  margin-bottom:12px;
}

#upcoming-events .event-upcoming-card .event-date{
  font-size:16px;
}

#upcoming-events .event-upcoming-card .link-arrow{
  font-size:16px;
}

@media(max-width:900px){
  .event-jump-section{
    padding-top:28px;
  }

  .event-jump-nav{
    max-width:100%;
    border-radius:18px;
  }

  .event-jump-nav a{
    min-height:48px;
    padding:12px 14px;
    font-size:13px;
  }

  #upcoming-events .section-head{
    margin-bottom:24px;
  }

  #upcoming-events .date-cards{
    grid-template-columns:1fr;
    gap:18px;
  }

  #upcoming-events .event-upcoming-card .card-img{
    height:250px;
  }

  #upcoming-events .event-upcoming-card .card-body{
    min-height:auto;
    padding:24px;
  }

  #upcoming-events .event-upcoming-card h3{
    font-size:30px;
  }
}

/* How It Works safety card final weight adjustment */
.how-card-bottom{
  min-height:96px;
  padding:16px 22px;
  border-color:rgba(77,140,255,.18);
  background:
    radial-gradient(circle at 8% 18%,rgba(77,140,255,.1),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.024));
  box-shadow:0 12px 34px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.035);
}

.how-card-bottom .how-card-divider{
  min-height:62px;
}

.how-card-bottom h3{
  font-size:20px;
  line-height:1.1;
}

.how-card-bottom p{
  font-size:15px;
  line-height:1.45;
}

.how-card-bottom .link-arrow{
  margin-top:6px;
  font-size:15px;
  font-weight:820;
}

@media(min-width:901px){
  .how-card-bottom{
    grid-template-columns:96px 1px minmax(0,1fr);
    gap:24px;
    min-height:108px;
    margin-top:18px;
    padding:18px 34px;
  }

  .how-card-bottom .how-icon{
    width:62px;
    height:62px;
  }

  .how-card-bottom .how-icon svg{
    width:32px;
    height:32px;
  }

  .how-card-bottom .how-card-divider{
    min-height:66px;
  }

  .how-card-bottom h3{
    font-size:28px;
  }

  .how-card-bottom p{
    max-width:900px;
    font-size:18px;
  }

  .how-card-bottom .link-arrow{
    margin-top:8px;
    font-size:17px;
  }
}

@media(max-width:900px){
  .how-card-bottom{
    grid-template-columns:64px 1px minmax(0,1fr);
    gap:16px;
    min-height:96px;
    padding:16px 18px;
  }
}

/* How It Works homepage scale balance */
@media(min-width:901px){
  .how-section{
    padding-top:88px;
    padding-bottom:96px;
  }

  .how-section .container{
    width:min(1220px,100%);
  }

  .how-layout{
    width:min(1160px,100%);
    gap:34px;
  }

  .how-intro{
    max-width:720px;
  }

  .how-intro h2{
    max-width:680px;
    font-size:clamp(48px,4vw,62px);
    line-height:1;
  }

  .how-intro p{
    max-width:54ch;
    font-size:18px;
  }

  .how-process{
    gap:18px;
  }

  .how-process::before{
    left:88px;
    top:100px;
    bottom:122px;
    width:2px;
    background:repeating-linear-gradient(to bottom,rgba(65,129,255,.72) 0 9px,transparent 9px 21px);
    filter:drop-shadow(0 0 10px rgba(55,117,255,.38));
    opacity:.78;
  }

  .how-card:not(.how-card-bottom){
    grid-template-columns:148px 1px minmax(0,1fr) 44px;
    gap:28px;
    min-height:158px;
    padding:26px 34px;
    border-radius:16px;
  }

  .how-card:not(.how-card-bottom) .how-icon{
    width:96px;
    height:96px;
    box-shadow:0 0 0 1px rgba(255,255,255,.04),0 16px 34px rgba(0,0,0,.28),0 0 36px rgba(57,116,255,.18);
  }

  .how-card:not(.how-card-bottom) .how-icon svg{
    width:46px;
    height:46px;
  }

  .how-card:not(.how-card-bottom) .how-card-divider{
    min-height:100px;
  }

  .how-card:not(.how-card-bottom) .how-card-copy{
    grid-template-columns:58px minmax(0,1fr);
    column-gap:26px;
  }

  .how-card:not(.how-card-bottom) .how-step-number{
    width:54px;
    height:54px;
    font-size:24px;
  }

  .how-card:not(.how-card-bottom) h3{
    margin-bottom:8px;
    font-size:clamp(28px,2.35vw,36px);
  }

  .how-card:not(.how-card-bottom) p{
    max-width:720px;
    font-size:clamp(17px,1.35vw,20px);
    line-height:1.45;
  }

  .how-card:not(.how-card-bottom) .how-arrow{
    width:40px;
    height:40px;
  }

  .how-card:not(.how-card-bottom) .how-arrow svg{
    width:30px;
    height:30px;
  }

  .how-card-bottom{
    grid-template-columns:80px 1px minmax(0,1fr);
    gap:20px;
    min-height:98px;
    padding:14px 26px;
  }
}

@media(min-width:901px) and (max-width:1220px){
  .how-card:not(.how-card-bottom){
    grid-template-columns:118px 1px minmax(0,1fr) 40px;
    gap:22px;
    padding:24px 28px;
  }

  .how-process::before{
    left:76px;
  }

  .how-card:not(.how-card-bottom) .how-icon{
    width:82px;
    height:82px;
  }

  .how-card:not(.how-card-bottom) .how-icon svg{
    width:40px;
    height:40px;
  }
}

/* Homepage upcoming CTA centering */
.upcoming-section .home-event-actions{
  width:100%;
  max-width:none;
  justify-content:center;
  margin-inline:auto;
}

/* Event recap hero date line */
.hero .hero-event-date{
  margin:0 0 12px;
  color:rgba(255,255,255,.78);
  font-size:clamp(15px,1.25vw,18px);
  font-weight:800;
}

/* Events dropdown navigation */
.nav-event-menu{
  position:relative;
  display:flex;
  align-items:center;
}

.nav a.nav-event-trigger,
.nav-event-trigger{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 16px;
  border-radius:999px;
  font-family:var(--font-display);
  font-size:13px;
  font-weight:800;
  line-height:1.1;
  color:rgba(255,255,255,.84);
  white-space:nowrap;
  transition:background .2s ease,color .2s ease;
}

.nav-event-trigger:hover,
.nav-event-trigger[aria-current="page"],
.nav-event-trigger.is-current{
  background:rgba(255,255,255,.1);
  color:#fff;
}

.nav-event-panel{
  position:absolute;
  top:calc(100% + 12px);
  right:0;
  left:auto;
  display:grid;
  grid-template-columns:minmax(220px,.82fr) minmax(300px,1.18fr);
  gap:12px;
  width:min(620px,calc(100vw - 64px));
  max-height:min(72vh,620px);
  overflow:auto;
  padding:14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(10,10,10,.96),rgba(2,2,2,.94));
  box-shadow:0 28px 80px rgba(0,0,0,.42);
  backdrop-filter:blur(22px);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}

.nav-event-menu:hover .nav-event-panel,
.nav-event-menu:focus-within .nav-event-panel,
.nav-event-menu.is-open .nav-event-panel{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}

.nav-event-column{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.nav-event-heading{
  padding:6px 8px 8px;
  font-family:var(--font-display);
  font-size:11px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
  color:rgba(255,255,255,.48);
}

.nav a.nav-event-link,
.nav-event-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:auto;
  padding:10px 10px;
  border:1px solid transparent;
  border-radius:12px;
  background:rgba(255,255,255,.035);
  color:rgba(255,255,255,.82);
  font-family:var(--font-body);
  font-size:13px;
  font-weight:700;
  line-height:1.2;
  white-space:normal;
}

.nav-event-link:hover,
.nav-event-link:focus-visible{
  background:rgba(255,255,255,.085);
  border-color:rgba(255,255,255,.14);
  color:#fff;
}

.nav-event-link strong{
  display:block;
  font:inherit;
}

.nav-event-link small{
  display:block;
  margin-top:3px;
  color:rgba(255,255,255,.52);
  font-size:11.5px;
  font-weight:650;
}

.nav-event-status{
  flex:0 0 auto;
  padding:4px 7px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  font-style:normal;
  font-size:10px;
  font-weight:800;
  line-height:1;
  text-transform:uppercase;
  color:rgba(255,255,255,.58);
}

.nav-event-status-upcoming{
  border-color:rgba(83,141,255,.38);
  background:rgba(40,101,255,.16);
  color:rgba(186,211,255,.94);
}

@media(max-width:768px){
  .nav{
    max-height:calc(100svh - 104px);
    overflow-y:auto;
  }

  .nav-event-menu{
    display:block;
  }

  .nav-event-trigger{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width:100%;
    min-height:48px;
    padding:14px 16px;
    border-radius:10px;
    font-size:14px;
    color:rgba(255,255,255,.82);
  }

  .nav-event-panel{
    display:none;
  }

  .nav a.nav-event-link,
  .nav-event-link{
    min-height:42px;
    padding:10px 10px;
    font-size:13px;
  }
}

/* Event detail page rhythm */
.hero.compact.event-detail-hero{
  min-height:460px;
}

.hero.compact.event-detail-hero .hero-inner{
  padding-bottom:52px;
}

.event-detail-hero + .event-summary-section{
  padding-top:38px;
}

@media(max-width:900px){
  .hero.compact.event-detail-hero{
    min-height:410px;
  }

  .hero.compact.event-detail-hero .hero-inner{
    padding-bottom:38px;
  }

  .event-detail-hero + .event-summary-section{
    padding-top:32px;
  }
}

@media(max-width:520px){
  .hero.compact.event-detail-hero{
    min-height:380px;
  }

  .hero.compact.event-detail-hero .hero-inner{
    padding-bottom:32px;
  }

  .event-detail-hero + .event-summary-section{
    padding-top:28px;
  }
}

/* Final section-heading typography alignment */
.hero h1,
.official-statement-copy h1,
.section-head h2,
.section h2,
.how-intro h2,
.home-social-band h2,
.upcoming-section .section-head h2,
.wow-content h2,
.faq-item h2,
.legal-copy h2,
.conduct-section h2,
.standards-panel h2,
.footer-column h3,
.footer-join h3,
.footer-statement h3{
  font-family:"Bebas Neue","Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:400!important;
  letter-spacing:.018em;
  line-height:.94;
}

/* Final polish: popup display type and restrained Cyber Odyssey blue accents */
.community-popup h2{
  font-family:"Bebas Neue","Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:400!important;
  max-width:12ch;
  font-size:clamp(44px,7vw,64px);
  line-height:.92!important;
  letter-spacing:.02em!important;
}

.section-label,
.eyebrow,
.nav-event-heading{
  color:rgba(159,196,255,.78);
  text-shadow:0 0 18px rgba(77,140,255,.1);
}

.footer-column h3,
.footer-join h3,
.footer-statement h3{
  text-shadow:0 0 18px rgba(77,140,255,.1);
}

.link-arrow:hover,
.footer a:hover,
.nav-event-link:hover strong{
  color:#d9e8ff;
}

.upcoming-section .date-cards > .card,
#upcoming-events .event-upcoming-card{
  border-color:rgba(77,140,255,.36);
  background:
    radial-gradient(circle at 18% 0%,rgba(77,140,255,.12),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.026));
  box-shadow:0 0 0 1px rgba(77,140,255,.06),0 18px 55px rgba(0,0,0,.28),0 0 34px rgba(77,140,255,.075);
}

.upcoming-section .date-cards > .card::before,
#upcoming-events .event-upcoming-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border:1px solid rgba(77,140,255,.22);
  border-radius:inherit;
  opacity:.7;
}

.upcoming-section .date-cards > .card::after,
#upcoming-events .event-upcoming-card::after{
  content:"";
  position:absolute;
  inset:-1px;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(120deg,transparent 0%,rgba(92,153,255,.12) 35%,rgba(190,222,255,.2) 50%,rgba(92,153,255,.1) 65%,transparent 100%);
  opacity:0;
  mix-blend-mode:screen;
}

.upcoming-section .date-cards > .card:hover,
#upcoming-events .event-upcoming-card:hover{
  border-color:rgba(94,153,255,.58);
  box-shadow:0 0 0 1px rgba(94,153,255,.12),0 22px 64px rgba(0,0,0,.34),0 0 42px rgba(77,140,255,.14);
}

.upcoming-section .date-cards > .card:hover::after,
#upcoming-events .event-upcoming-card:hover::after{
  animation:upcomingBlueSheen 1.8s ease forwards;
}

.upcoming-section .date-cards > .card h3,
#upcoming-events .event-upcoming-card h3,
.past-event-card h3{
  font-family:"Bebas Neue","Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:400!important;
  font-size:clamp(30px,3vw,42px);
  line-height:.96;
  letter-spacing:.02em;
}

.upcoming-section .date-cards > .card .event-date,
#upcoming-events .event-upcoming-card .event-date,
.past-event-card .event-date{
  font-size:16px;
  line-height:1.25;
}

.upcoming-section .section-head h2::after,
#upcoming-events .section-head h2::after{
  content:"";
  display:block;
  width:42px;
  height:2px;
  margin-top:10px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(77,140,255,0),rgba(120,178,255,.9),rgba(77,140,255,0));
  box-shadow:0 0 14px rgba(77,140,255,.22);
}

@media(prefers-reduced-motion:no-preference){
  .upcoming-section .date-cards > .card,
  #upcoming-events .event-upcoming-card{
    animation:upcomingBlueBreath 8s ease-in-out infinite;
  }
}

@keyframes upcomingBlueBreath{
  0%,100%{
    box-shadow:0 0 0 1px rgba(77,140,255,.06),0 18px 55px rgba(0,0,0,.28),0 0 34px rgba(77,140,255,.075);
  }
  50%{
    box-shadow:0 0 0 1px rgba(77,140,255,.12),0 20px 60px rgba(0,0,0,.3),0 0 46px rgba(77,140,255,.14);
  }
}

@keyframes upcomingBlueSheen{
  0%{
    opacity:0;
    transform:translateX(-24%);
  }
  35%{
    opacity:.55;
  }
  100%{
    opacity:0;
    transform:translateX(24%);
  }
}

@media(prefers-reduced-motion:reduce){
  .upcoming-section .date-cards > .card,
  #upcoming-events .event-upcoming-card,
  .upcoming-section .date-cards > .card:hover::after,
  #upcoming-events .event-upcoming-card:hover::after{
    animation:none!important;
  }
}

@media(max-width:700px){
  .community-popup h2{
    font-size:clamp(42px,13vw,56px);
    line-height:.94!important;
  }
}

/* Final blue system alignment and premium light motion */
:root{
  --co-blue:#4d8cff;
  --co-blue-rgb:77,140,255;
}

.section-label,
.eyebrow,
.nav-event-heading{
  color:rgba(var(--co-blue-rgb),.86);
  text-shadow:0 0 18px rgba(var(--co-blue-rgb),.12);
}

@media(max-width:768px){
  .nav .nav-event-menu{
    width:100%;
  }

  .nav a.nav-event-trigger,
  .nav-event-trigger{
    justify-content:flex-start!important;
    text-align:left!important;
  }
}

.home-social-band h2::after,
.home-social-band.journey-light-on h2::after,
.upcoming-section .section-head h2::after,
#upcoming-events .section-head h2::after{
  content:"";
  display:block;
  width:min(100%,290px);
  height:2px;
  margin-top:14px;
  border-radius:999px;
  overflow:hidden;
  clip-path:none;
  opacity:.78;
  background:
    linear-gradient(90deg,rgba(var(--co-blue-rgb),0),rgba(var(--co-blue-rgb),.12) 10%,rgba(var(--co-blue-rgb),.34) 52%,rgba(var(--co-blue-rgb),.12) 90%,rgba(var(--co-blue-rgb),0)),
    linear-gradient(90deg,rgba(var(--co-blue-rgb),0),rgba(146,190,255,.18) 16%,rgba(120,178,255,.96) 48%,rgba(190,220,255,.36) 58%,rgba(var(--co-blue-rgb),.26) 72%,rgba(var(--co-blue-rgb),0));
  background-repeat:no-repeat;
  background-size:100% 100%,96px 100%;
  background-position:0 0,-108px 0;
  box-shadow:0 0 10px rgba(var(--co-blue-rgb),.16),0 0 22px rgba(var(--co-blue-rgb),.08);
  animation:coTitleLightPoint 5.8s cubic-bezier(.45,0,.2,1) infinite;
}

.home-social-band h2::after,
.home-social-band.journey-light-on h2::after{
  width:min(100%,310px);
}

@keyframes coTitleLightPoint{
  0%,15%{
    background-position:0 0,-110px 0;
    opacity:.56;
  }
  42%{
    opacity:.9;
  }
  78%,100%{
    background-position:0 0,calc(100% + 110px) 0;
    opacity:.72;
  }
}

.upcoming-section .date-cards > .card,
#upcoming-events .event-upcoming-card{
  border-color:rgba(var(--co-blue-rgb),.38);
  background:
    radial-gradient(circle at 12% 0%,rgba(var(--co-blue-rgb),.16),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.026));
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.08),0 18px 55px rgba(0,0,0,.28),0 0 38px rgba(var(--co-blue-rgb),.09);
}

.upcoming-section .date-cards > .card::before,
#upcoming-events .event-upcoming-card::before{
  border-color:rgba(var(--co-blue-rgb),.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),inset 0 0 28px rgba(var(--co-blue-rgb),.045);
}

.upcoming-section .date-cards > .card::after,
#upcoming-events .event-upcoming-card::after{
  background:linear-gradient(115deg,transparent 0%,rgba(var(--co-blue-rgb),0) 28%,rgba(112,170,255,.18) 45%,rgba(226,242,255,.18) 52%,rgba(var(--co-blue-rgb),.08) 61%,transparent 78%);
}

@media(prefers-reduced-motion:no-preference){
  .upcoming-section .date-cards > .card,
  #upcoming-events .event-upcoming-card{
    animation:upcomingCardAura 7.5s ease-in-out infinite;
  }
}

@keyframes upcomingCardAura{
  0%,100%{
    border-color:rgba(var(--co-blue-rgb),.32);
    box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.07),0 18px 55px rgba(0,0,0,.28),0 0 32px rgba(var(--co-blue-rgb),.075);
  }
  50%{
    border-color:rgba(var(--co-blue-rgb),.52);
    box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.14),0 22px 62px rgba(0,0,0,.32),0 0 52px rgba(var(--co-blue-rgb),.16);
  }
}

/* Match the Code of Conduct cards to the premium blue aura on upcoming event cards. */
.values-section .value-card{
  border-color:rgba(var(--co-blue-rgb),.38);
  background:
    radial-gradient(circle at 12% 0%,rgba(var(--co-blue-rgb),.13),transparent 38%),
    linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.54));
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.08),0 18px 55px rgba(0,0,0,.28),0 0 38px rgba(var(--co-blue-rgb),.09);
}

.values-section .value-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border:1px solid rgba(var(--co-blue-rgb),.24);
  border-radius:inherit;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),inset 0 0 28px rgba(var(--co-blue-rgb),.045);
}

.values-section .value-card:hover{
  border-color:rgba(var(--co-blue-rgb),.52);
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.14),0 22px 62px rgba(0,0,0,.32),0 0 52px rgba(var(--co-blue-rgb),.16);
}

@media(prefers-reduced-motion:no-preference){
  .values-section .value-card{
    animation:upcomingCardAura 7.5s ease-in-out infinite;
  }
}

@media(prefers-reduced-motion:reduce){
  .home-social-band h2::after,
  .home-social-band.journey-light-on h2::after,
  .upcoming-section .section-head h2::after,
  #upcoming-events .section-head h2::after,
  .upcoming-section .date-cards > .card,
  #upcoming-events .event-upcoming-card,
  .values-section .value-card{
    animation:none!important;
  }
}

/* Premium Apply for Event Access hover treatment */
:where(.nav a.nav-cta,.button[href$="apply.html"],.button[href="../apply.html"],.sticky-cta-apply,.application-section button[type="submit"]){
  position:relative;
  isolation:isolate;
  overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
}

:where(.nav a.nav-cta,.button[href$="apply.html"],.button[href="../apply.html"],.sticky-cta-apply,.application-section button[type="submit"])::after{
  content:"";
  position:absolute;
  inset:-8px;
  z-index:0;
  border-radius:inherit;
  background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,0) 36%,rgba(255,255,255,.56) 49%,rgba(162,203,255,.34) 58%,rgba(255,255,255,0) 72%,transparent 100%);
  opacity:0;
  transform:translateX(-130%) skewX(-14deg);
  mix-blend-mode:screen;
  pointer-events:none;
}

:where(.nav a.nav-cta,.button[href$="apply.html"],.button[href="../apply.html"],.sticky-cta-apply,.application-section button[type="submit"]):hover,
:where(.nav a.nav-cta,.button[href$="apply.html"],.button[href="../apply.html"],.sticky-cta-apply,.application-section button[type="submit"]):focus-visible,
:where(.nav a.nav-cta,.button[href$="apply.html"],.button[href="../apply.html"],.sticky-cta-apply,.application-section button[type="submit"]):active{
  transform:translateY(-2px);
  border-color:rgba(156,203,255,.92)!important;
  background:linear-gradient(135deg,#2f74ff 0%,#4d8cff 48%,#9cc7ff 100%)!important;
  color:#02050a!important;
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.16),0 18px 46px rgba(0,0,0,.34),0 0 34px rgba(var(--co-blue-rgb),.24)!important;
}

:where(.nav a.nav-cta,.button[href$="apply.html"],.button[href="../apply.html"],.sticky-cta-apply,.application-section button[type="submit"]):hover::after,
:where(.nav a.nav-cta,.button[href$="apply.html"],.button[href="../apply.html"],.sticky-cta-apply,.application-section button[type="submit"]):focus-visible::after,
:where(.nav a.nav-cta,.button[href$="apply.html"],.button[href="../apply.html"],.sticky-cta-apply,.application-section button[type="submit"]):active::after{
  animation:applyCtaLightSweep .9s cubic-bezier(.16,1,.3,1) forwards;
}

.link-arrow[href$="apply.html"],
.link-arrow[href="../apply.html"]{
  transition:color .2s ease,text-shadow .2s ease,transform .2s ease;
}

.link-arrow[href$="apply.html"]:hover,
.link-arrow[href="../apply.html"]:hover{
  color:rgb(var(--co-blue-rgb));
  text-shadow:0 0 18px rgba(var(--co-blue-rgb),.22);
  transform:translateX(3px);
}

@keyframes applyCtaLightSweep{
  0%{
    opacity:0;
    transform:translateX(-130%) skewX(-14deg);
  }
  26%{
    opacity:.72;
  }
  100%{
    opacity:0;
    transform:translateX(130%) skewX(-14deg);
  }
}

@media(prefers-reduced-motion:reduce){
  :where(.nav a.nav-cta,.button[href$="apply.html"],.button[href="../apply.html"],.sticky-cta-apply,.application-section button[type="submit"]):hover::after{
    animation:none!important;
    opacity:0;
    transform:none;
  }
}

/* Explicit homepage/footer Apply CTA consistency */
.home-social-band .section-label{
  color:rgb(var(--co-blue-rgb))!important;
  text-shadow:0 0 18px rgba(var(--co-blue-rgb),.18)!important;
}
.hero-intro-accent{
  display:block;
  margin-top:.38em;
  color:rgb(var(--co-blue-rgb));
  font-size:1em;
  font-weight:700;
}

.home-hero .hero-actions .button[href="apply.html"],
.footer-join .button[href="apply.html"],
.footer-join .button[href="../apply.html"]{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}

.home-hero .hero-actions .button[href="apply.html"]:hover,
.home-hero .hero-actions .button[href="apply.html"]:focus-visible,
.footer-join .button[href="apply.html"]:hover,
.footer-join .button[href="apply.html"]:focus-visible,
.footer-join .button[href="../apply.html"]:hover,
.footer-join .button[href="../apply.html"]:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(156,203,255,.92)!important;
  background:linear-gradient(135deg,#2f74ff 0%,#4d8cff 48%,#9cc7ff 100%)!important;
  color:#02050a!important;
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.16),0 18px 46px rgba(0,0,0,.34),0 0 34px rgba(var(--co-blue-rgb),.24)!important;
}

.home-hero .hero-actions .button[href="apply.html"]:hover::after,
.home-hero .hero-actions .button[href="apply.html"]:focus-visible::after,
.footer-join .button[href="apply.html"]:hover::after,
.footer-join .button[href="apply.html"]:focus-visible::after,
.footer-join .button[href="../apply.html"]:hover::after,
.footer-join .button[href="../apply.html"]:focus-visible::after{
  animation:applyCtaLightSweep .9s cubic-bezier(.16,1,.3,1) forwards;
}

/* Premium display/body typography hierarchy. */
:where(
  .hero h1,
  .hero-title-primary,
  .hero-title-secondary,
  .official-statement-copy h1,
  .section-head h2,
  .section h2,
  .how-intro h2,
  .home-social-band h2,
  .upcoming-section .section-head h2,
  #upcoming-events .section-head h2,
  .wow-content h2,
  .conduct-section h2,
  .standards-panel h2,
  .event-story-label h2,
  .event-summary-card h2,
  .community-popup h2,
  .card h3,
  .event-index-card h3,
  .event-upcoming-card h3,
  .past-event-card h3,
  .store-card h3,
  .value-card h3,
  .timeline-item h3,
  .how-card h3,
  .how-card-bottom h3,
  .story-pull,
  .stat b
){
  font-family:var(--font-title);
  font-weight:400!important;
  letter-spacing:.018em;
  text-wrap:balance;
}

:where(
  .hero h1,
  .hero-title-primary,
  .official-statement-copy h1
){
  line-height:.92;
}

:where(
  .section-head h2,
  .section h2,
  .how-intro h2,
  .home-social-band h2,
  .upcoming-section .section-head h2,
  #upcoming-events .section-head h2,
  .wow-content h2,
  .conduct-section h2,
  .standards-panel h2
){
  line-height:.95;
}

:where(
  .card h3,
  .event-index-card h3,
  .event-upcoming-card h3,
  .past-event-card h3,
  .store-card h3,
  .value-card h3,
  .timeline-item h3,
  .how-card h3,
  .how-card-bottom h3
){
  line-height:.98;
}

:where(
  body,
  p,
  li,
  small,
  label,
  input,
  select,
  textarea,
  button,
  .hero p,
  .hero-copy p,
  .section-head p,
  .copy-stack p,
  .card p,
  .value-card p,
  .timeline-item p,
  .faq-item h2,
  .faq-item p,
  .legal-copy h2,
  .legal-copy p,
  .legal-copy li,
  .statement-body p,
  .event-story-copy p,
  .event-summary-card p,
  .how-intro p,
  .how-card p,
  .footer,
  .footer p,
  .footer a,
  .footer-column h3,
  .footer-join h3,
  .footer-statement h3,
  .footer-trust,
  .footer-join p,
  .footer-statement p,
  .note,
  .field-help,
  .submit-note,
  .form-curation,
  .community-popup p,
  .community-popup-form label,
  .field label,
  .field input,
  .field select,
  .field textarea,
  .application-section input,
  .application-section select,
  .application-section textarea,
  .application-section label,
  .nav a,
  .nav-event-heading,
  .nav-event-link,
  .nav-event-link strong,
  .nav-event-link small,
  .nav-event-status,
  .button,
  .sticky-cta,
  .link-arrow,
  .home-hero .hero-actions .button.ghost,
  .footer-join .button,
  button[type="submit"],
  .pill,
  .badge,
  .meta,
  .event-date,
  .hero-event-date,
  .timeline-date,
  .section-label,
  .eyebrow,
  .kicker,
  .statement-eyebrow,
  .value-card span,
  .how-step-number,
  .hero-video-label,
  .trust-line,
  .social-buttons a,
  .hero-socials a
){
  font-family:var(--font-body);
  letter-spacing:0;
}

:where(.button,.sticky-cta,.link-arrow,button[type="submit"],.nav a.nav-cta){
  font-weight:800;
}

/* Code of Conduct card sheen without pop motion. */
.values-section .value-card{
  transform:translateZ(0);
  transform-origin:center;
  transition:box-shadow .28s ease,border-color .28s ease,background .28s ease;
}

.values-section .value-card::after{
  content:"";
  position:absolute;
  inset:-1px;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(118deg,transparent 0%,rgba(var(--co-blue-rgb),0) 26%,rgba(126,182,255,.18) 43%,rgba(230,246,255,.22) 50%,rgba(var(--co-blue-rgb),.1) 60%,transparent 78%);
  opacity:0;
  mix-blend-mode:screen;
  transform:translateX(-34%);
}

@media(prefers-reduced-motion:no-preference){
  .values-section .value-card:hover::after,
  .values-section .value-card:focus-within::after{
    animation:conductCardSheen 1.15s cubic-bezier(.16,1,.3,1) forwards;
  }
}

.values-section .value-card:hover,
.values-section .value-card:focus-within{
  border-color:rgba(var(--co-blue-rgb),.66);
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.18),0 26px 70px rgba(0,0,0,.38),0 0 62px rgba(var(--co-blue-rgb),.2);
}

@keyframes conductCardSheen{
  0%{
    opacity:0;
    transform:translateX(-34%);
  }
  30%{
    opacity:.58;
  }
  100%{
    opacity:0;
    transform:translateX(34%);
  }
}

@media(prefers-reduced-motion:reduce){
  .values-section .value-card,
  .values-section .value-card:hover::after,
  .values-section .value-card:focus-within::after{
    animation:none!important;
  }

  .values-section .value-card:hover,
  .values-section .value-card:focus-within{
    transform:none;
  }
}

/* Upcoming Event cards get the noticeable lift/enlarge treatment. */
.upcoming-section .date-cards > .card,
#upcoming-events .event-upcoming-card{
  transform:translateZ(0);
  transform-origin:center;
  transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease,background .3s ease;
  will-change:transform,box-shadow;
}

.upcoming-section .date-cards > .card:hover,
.upcoming-section .date-cards > .card:focus-within,
#upcoming-events .event-upcoming-card:hover,
#upcoming-events .event-upcoming-card:focus-within{
  transform:translateY(-10px) scale(1.018);
  border-color:rgba(var(--co-blue-rgb),.66);
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.18),0 30px 76px rgba(0,0,0,.4),0 0 64px rgba(var(--co-blue-rgb),.22);
}

@media(prefers-reduced-motion:reduce){
  .upcoming-section .date-cards > .card:hover,
  .upcoming-section .date-cards > .card:focus-within,
  #upcoming-events .event-upcoming-card:hover,
  #upcoming-events .event-upcoming-card:focus-within{
    transform:none;
  }
}

/* Code of Conduct sequential light pass. */
.values-section .values-grid{
  position:relative;
  isolation:isolate;
}

.values-section .values-grid::before,
.values-section .values-grid::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:auto;
  bottom:-18px;
  height:2px;
  border-radius:999px;
  pointer-events:none;
  z-index:3;
}

.values-section .values-grid::before{
  background:linear-gradient(90deg,rgba(var(--co-blue-rgb),0),rgba(var(--co-blue-rgb),.14) 12%,rgba(216,239,255,.2) 50%,rgba(var(--co-blue-rgb),.14) 88%,rgba(var(--co-blue-rgb),0));
  opacity:.28;
  box-shadow:0 0 10px rgba(var(--co-blue-rgb),.08);
}

.values-section .values-grid::after{
  opacity:0;
  background:linear-gradient(90deg,rgba(var(--co-blue-rgb),0),rgba(var(--co-blue-rgb),.12) 16%,rgba(137,193,255,.92) 44%,rgba(240,249,255,.82) 50%,rgba(var(--co-blue-rgb),.22) 66%,rgba(var(--co-blue-rgb),0));
  background-repeat:no-repeat;
  background-size:clamp(120px,13vw,210px) 100%;
  background-position:-220px 0;
  filter:drop-shadow(0 0 8px rgba(var(--co-blue-rgb),.18));
}

.values-section .value-card{
  z-index:1;
  transition:transform .34s cubic-bezier(.16,1,.3,1),box-shadow .34s ease,border-color .34s ease,background .34s ease;
  will-change:transform,box-shadow;
}

.values-section .value-card::after{
  background:linear-gradient(118deg,transparent 0%,rgba(var(--co-blue-rgb),0) 32%,rgba(126,182,255,.08) 45%,rgba(230,246,255,.12) 50%,rgba(var(--co-blue-rgb),.055) 58%,transparent 74%);
}

.values-section .value-card:hover,
.values-section .value-card:focus-within{
  animation:none!important;
  transform:translateY(-7px) scale(1.014);
  border-color:rgba(var(--co-blue-rgb),.66);
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.18),0 28px 72px rgba(0,0,0,.38),0 0 62px rgba(var(--co-blue-rgb),.22);
}

@media(prefers-reduced-motion:no-preference){
  .values-section .values-grid::after{
    animation:conductLinePass 13.2s cubic-bezier(.45,0,.2,1) infinite;
  }
}

@keyframes conductLinePass{
  0%,9%{
    opacity:0;
    background-position:-220px 0;
  }
  15%{
    opacity:.6;
  }
  84%{
    opacity:.76;
    background-position:calc(100% + 220px) 0;
  }
  94%,100%{
    opacity:0;
    background-position:calc(100% + 220px) 0;
  }
}

@keyframes conductCardSheen{
  0%{
    opacity:0;
    transform:translateX(-30%);
  }
  36%{
    opacity:.26;
  }
  100%{
    opacity:0;
    transform:translateX(30%);
  }
}

@media(max-width:900px){
  .values-section .values-grid::before,
  .values-section .values-grid::after{
    display:none;
  }
}

@media(prefers-reduced-motion:reduce){
  .values-section .values-grid::after,
  .values-section .value-card{
    animation:none!important;
  }
}

/* November event addition: responsive three-card upcoming layout */
@media(min-width:1181px){
  .upcoming-section .date-cards,
  #upcoming-events .date-cards{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(min-width:901px) and (max-width:1180px){
  .upcoming-section .date-cards,
  #upcoming-events .date-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:920px;
  }
}

/* Final request overrides: keep these last. */
.conduct-hero-kicker{
  margin:0 0 16px!important;
  color:rgb(var(--co-blue-rgb))!important;
  font-family:var(--font-body)!important;
  font-size:clamp(13px,.92vw,15px)!important;
  font-weight:800!important;
  line-height:1.1!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
  text-shadow:0 0 18px rgba(var(--co-blue-rgb),.18)!important;
}

.store-grid{
  align-items:stretch;
}

.store-card .card-body{
  min-height:230px!important;
  padding:26px 28px 28px!important;
  display:flex!important;
  flex-direction:column!important;
}

.store-card .meta{
  margin:0 0 18px!important;
}

.store-card h3{
  margin:0 0 12px!important;
  font-family:var(--font-title)!important;
  font-size:clamp(30px,2.6vw,42px)!important;
  font-weight:400!important;
  line-height:.98!important;
  letter-spacing:.018em!important;
}

.store-card p{
  margin:0 0 18px!important;
  color:rgba(255,255,255,.72)!important;
  font-family:var(--font-body)!important;
  font-size:16px!important;
  line-height:1.55!important;
}

.store-card .link-arrow{
  margin-top:auto!important;
  padding-top:18px!important;
  align-self:flex-start!important;
  color:#fff!important;
  font-family:var(--font-body)!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1.2!important;
}

.store-card .link-arrow::after{
  content:" \2192";
}

@media(max-width:900px){
  .store-card .card-body{
    min-height:auto!important;
    padding:24px!important;
  }
}

@media(min-width:769px){
  .nav-event-panel{
    left:0!important;
    right:auto!important;
    width:min(620px,calc(100vw - 64px))!important;
    gap:18px!important;
    padding:18px 20px!important;
    border-radius:18px!important;
    transform:translateY(8px)!important;
  }

  .nav-event-menu:hover .nav-event-panel,
  .nav-event-menu:focus-within .nav-event-panel,
  .nav-event-menu.is-open .nav-event-panel{
    transform:translateY(0)!important;
  }

  .nav-event-column{
    gap:0!important;
  }

  .nav a.nav-event-link,
  .nav-event-link{
    min-height:0!important;
    padding:10px 4px!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.075)!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:rgba(255,255,255,.82)!important;
  }

  .nav a.nav-event-link:last-child,
  .nav-event-link:last-child{
    border-bottom:0!important;
  }

  .nav-event-link:hover,
  .nav-event-link:focus-visible{
    padding-left:10px!important;
    background:linear-gradient(90deg,rgba(var(--co-blue-rgb),.13),rgba(255,255,255,0) 78%)!important;
    color:#fff!important;
  }

  .nav-event-link strong,
  .nav-event-link small{
    font-family:var(--font-body)!important;
    letter-spacing:0!important;
  }
}

@media(min-width:769px) and (max-width:1180px){
  .nav-event-panel{
    left:auto!important;
    right:0!important;
  }
}

/* Apply page final EOF override: Preferred event is its own full-width section. */
.application-section .form-grid .preferred-event-label{
  margin-top:34px!important;
}

.application-section .form-grid .preferred-event-field{
  grid-column:1/-1!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  min-width:0!important;
}

.application-section .form-grid .preferred-event-field::before{
  content:none!important;
  display:none!important;
}

.application-section .form-grid .preferred-event-field label,
.application-section .form-grid .preferred-event-field select,
.application-section .form-grid .preferred-event-field .custom-event-select{
  grid-row:auto!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select{
  width:100%!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select-button,
.application-section .form-grid .preferred-event-field .custom-event-select-option{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select-button{
  min-height:58px!important;
  padding-left:18px!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select-menu{
  width:100%!important;
}

@media(max-width:700px){
  .application-section .form-grid .preferred-event-field .custom-event-select-button,
  .application-section .form-grid .preferred-event-field .custom-event-select-option{
    font-size:14px!important;
  }
}

/* Apply page true final override: align conditional Other vehicle field with Vehicle. */
@media(min-width:701px){
  .application-section .form-grid .vehicle-other-field:not([hidden]){
    grid-column:2/3!important;
    display:grid!important;
    grid-template-rows:auto minmax(21px,auto) auto!important;
    gap:8px!important;
    align-self:start!important;
  }

  .application-section .form-grid .vehicle-other-field:not([hidden])::before{
    content:""!important;
    grid-row:2!important;
    min-height:21px!important;
  }

  .application-section .form-grid .vehicle-other-field:not([hidden]) label{
    grid-row:1!important;
  }

  .application-section .form-grid .vehicle-other-field:not([hidden]) input{
    grid-row:3!important;
  }
}

@media(max-width:700px){
  .application-section .form-grid .vehicle-other-field:not([hidden]){
    grid-column:1/-1!important;
  }
}


/* Event availability states from Google Sheets. */
.event-availability-meta{
  margin-bottom:14px;
}

.event-title-availability{
  color:rgb(var(--co-blue-rgb));
  text-shadow:0 0 18px rgba(var(--co-blue-rgb),.28);
}

.event-title-availability.is-sold-out{
  color:rgba(198,219,255,.96);
}

.nav-event-link .event-title-availability{
  display:inline;
  font-size:.95em;
}

.pill.limited,
.pill.sold-out{
  border-color:rgba(var(--co-blue-rgb),.48)!important;
  background:rgba(var(--co-blue-rgb),.13)!important;
  color:rgba(198,219,255,.96)!important;
  box-shadow:0 0 22px rgba(var(--co-blue-rgb),.14);
}

.pill.limited{
  color:rgb(var(--co-blue-rgb))!important;
  text-shadow:0 0 16px rgba(var(--co-blue-rgb),.3);
}

.card.is-limited,
.card.is-sold-out,
.event-index-card.is-limited,
.event-index-card.is-sold-out{
  border-color:rgba(var(--co-blue-rgb),.36);
  box-shadow:0 0 0 1px rgba(var(--co-blue-rgb),.08),0 22px 58px rgba(0,0,0,.28);
}

.card.is-sold-out .event-date::after,
.event-index-card.is-sold-out .event-date::after{
  content:"Sold Out";
  display:inline-flex;
  margin-left:10px;
  color:rgb(var(--co-blue-rgb));
  font-weight:850;
}

.event-availability-cta{
  margin-top:auto;
  padding-top:18px;
  align-self:flex-start;
}

.application-section select#event option,
.application-section select#vehicle option,
.application-section select#experience option{
  color:#111;
  background:#f5f5f5;
}

.application-section .custom-event-select-option[aria-disabled="true"]{
  opacity:.55;
  cursor:not-allowed;
}


@media(max-width:700px){
  .card.is-sold-out .event-date::after,
.event-index-card.is-sold-out .event-date::after{
    display:block;
    margin-left:0;
    margin-top:6px;
  }
}


/* Homepage upcoming cards: match Events-page body-level status/card rhythm. */
.upcoming-section .date-cards > .event-index-card .card-body .meta,
.upcoming-section .date-cards > .event-index-card .card-body .event-availability-meta{
  position:static;
  inset:auto;
  z-index:auto;
  width:max-content;
  min-height:32px;
  margin:0 0 18px;
}

.upcoming-section .date-cards > .event-index-card .card-body .meta.is-empty{
  visibility:hidden;
  pointer-events:none;
}

.upcoming-section .date-cards > .event-index-card .card-body{
  display:flex;
  flex-direction:column;
  flex:1;
  min-height:310px;
  padding:30px;
}

.upcoming-section .date-cards > .event-index-card h3{
  max-width:100%;
  white-space:nowrap;
  font-size:clamp(30px,2.25vw,40px);
}

.upcoming-section .date-cards > .event-index-card .event-date{
  margin-top:12px;
}

.upcoming-section .date-cards > .event-index-card .event-availability-cta{
  margin-top:auto;
  padding-top:34px;
}

@media(max-width:700px){
  .upcoming-section .date-cards > .event-index-card .card-body{
    min-height:auto;
    padding:26px;
  }

  .upcoming-section .date-cards > .event-index-card h3{
    white-space:normal;
    font-size:clamp(34px,11vw,46px);
  }
}


/* Application availability dropdown status polish. */
.application-section .custom-event-select.has-sold-out-value .custom-event-select-button{
  border-color:rgba(var(--co-blue-rgb),.72);
  background:
    radial-gradient(circle at 18% 0%,rgba(var(--co-blue-rgb),.26),transparent 38%),
    linear-gradient(180deg,rgba(25,34,50,.98),rgba(6,8,12,.94));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 0 3px rgba(var(--co-blue-rgb),.12),0 20px 48px rgba(0,0,0,.34),0 0 34px rgba(var(--co-blue-rgb),.18);
}

.application-section .custom-event-select.has-sold-out-value .custom-event-select-button::before{
  content:"";
  position:absolute;
  left:16px;
  right:48px;
  bottom:10px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(var(--co-blue-rgb),.68),transparent);
  opacity:.7;
  pointer-events:none;
}

.application-section .custom-event-select-option.is-sold-out-option{
  border-color:rgba(var(--co-blue-rgb),.26);
  background:
    radial-gradient(circle at 8% 50%,rgba(var(--co-blue-rgb),.2),transparent 32%),
    linear-gradient(90deg,rgba(var(--co-blue-rgb),.14),rgba(255,255,255,.025));
  color:rgba(255,255,255,.92);
  box-shadow:inset 3px 0 0 rgba(var(--co-blue-rgb),.82),0 0 20px rgba(var(--co-blue-rgb),.08);
}

.application-section .custom-event-select-option.is-sold-out-option:hover,
.application-section .custom-event-select-option.is-sold-out-option:focus-visible,
.application-section .custom-event-select-option.is-sold-out-option.is-selected{
  border-color:rgba(var(--co-blue-rgb),.58);
  background:
    radial-gradient(circle at 8% 50%,rgba(var(--co-blue-rgb),.28),transparent 34%),
    linear-gradient(90deg,rgba(var(--co-blue-rgb),.22),rgba(255,255,255,.04));
  box-shadow:inset 3px 0 0 rgba(var(--co-blue-rgb),.95),0 0 28px rgba(var(--co-blue-rgb),.14);
}


/* Final availability badge and dropdown polish. */
.event-index-card .pill.upcoming:not(.sold-out):not(.limited),
.card .pill.upcoming:not(.sold-out):not(.limited){
  display:none!important;
}

.card.is-sold-out .event-date::after,
.event-index-card.is-sold-out .event-date::after{
  content:none!important;
  display:none!important;
}

.pill.sold-out{
  color:rgba(218,232,255,.98)!important;
  border-color:rgba(var(--co-blue-rgb),.64)!important;
  background:linear-gradient(135deg,rgba(var(--co-blue-rgb),.22),rgba(255,255,255,.045))!important;
  font-weight:900!important;
  box-shadow:0 0 20px rgba(var(--co-blue-rgb),.18)!important;
}

.event-title-pill{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:.08em .48em .1em;
  border:1px solid rgba(var(--co-blue-rgb),.58);
  border-radius:999px;
  color:rgba(218,232,255,.98);
  background:rgba(var(--co-blue-rgb),.14);
  box-shadow:0 0 18px rgba(var(--co-blue-rgb),.14);
  font-family:var(--font-body);
  font-size:.78em;
  font-weight:900;
  letter-spacing:.01em;
  line-height:1.15;
  vertical-align:middle;
  text-transform:none;
}

.application-section .form-grid .preferred-event-field .custom-event-select-button,
.application-section .form-grid .preferred-event-field .custom-event-select-option{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:break-word!important;
  line-height:1.22!important;
}

.application-section .form-grid .preferred-event-field .custom-event-select-button{
  height:auto!important;
  min-height:72px!important;
  align-items:center!important;
}

@media(max-width:700px){
  .application-section .form-grid .preferred-event-field .custom-event-select-button,
  .application-section .form-grid .preferred-event-field .custom-event-select-option{
    font-size:clamp(1.05rem,5.3vw,1.34rem)!important;
    padding-right:58px!important;
  }

  .application-section .form-grid .preferred-event-field .custom-event-select-button{
    min-height:82px!important;
  }

  .event-title-pill{
    display:inline-flex;
    margin-top:.18em;
  }
}


/* Sold-out event title text should stay inline and typographic. */
.event-title-availability.is-sold-out{
  color:rgb(var(--co-blue-rgb))!important;
  font:inherit!important;
  font-weight:inherit!important;
  letter-spacing:inherit!important;
  text-transform:none!important;
  white-space:normal!important;
}

.nav-event-link .event-title-availability.is-sold-out,
.custom-event-select-option .event-title-availability.is-sold-out,
.custom-event-select-button .event-title-availability.is-sold-out{
  color:rgb(var(--co-blue-rgb))!important;
  font:inherit!important;
  font-weight:inherit!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Unified event card component: homepage source of truth. */
.upcoming-section .date-cards,
#upcoming-events .date-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
  align-items: stretch !important;
  max-width: none !important;
}

.upcoming-section .date-cards > .event-index-card,
#upcoming-events .date-cards > .event-index-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  border: 1px solid rgba(var(--co-blue-rgb), .42) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(var(--co-blue-rgb), .16), transparent 38%),
    linear-gradient(180deg, rgba(18, 18, 18, .96), rgba(3, 3, 3, .98)) !important;
  box-shadow:
    0 0 0 1px rgba(var(--co-blue-rgb), .08),
    0 18px 55px rgba(0, 0, 0, .28),
    0 0 38px rgba(var(--co-blue-rgb), .10) !important;
  transition:
    transform .32s ease,
    border-color .32s ease,
    box-shadow .32s ease !important;
}

.upcoming-section .date-cards > .event-index-card:hover,
.upcoming-section .date-cards > .event-index-card:focus-within,
#upcoming-events .date-cards > .event-index-card:hover,
#upcoming-events .date-cards > .event-index-card:focus-within {
  transform: translateY(-5px) scale(1.01) !important;
  border-color: rgba(var(--co-blue-rgb), .68) !important;
  box-shadow:
    0 0 0 1px rgba(var(--co-blue-rgb), .18),
    0 30px 76px rgba(0, 0, 0, .4),
    0 0 64px rgba(var(--co-blue-rgb), .22) !important;
}

.upcoming-section .date-cards > .event-index-card .card-img,
#upcoming-events .date-cards > .event-index-card .card-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
}

.upcoming-section .date-cards > .event-index-card .card-body,
#upcoming-events .date-cards > .event-index-card .card-body {
  display: grid !important;
  grid-template-rows: auto minmax(88px, auto) auto 1fr auto !important;
  flex: 1 !important;
  min-height: 292px !important;
  padding: clamp(24px, 2.2vw, 32px) !important;
}

.upcoming-section .date-cards > .event-index-card .card-body .meta,
.upcoming-section .date-cards > .event-index-card .card-body .event-availability-meta,
#upcoming-events .date-cards > .event-index-card .card-body .meta,
#upcoming-events .date-cards > .event-index-card .card-body .event-availability-meta {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  grid-row: 1 !important;
  width: max-content !important;
  min-height: 32px !important;
  margin: 0 0 18px !important;
}

.upcoming-section .date-cards > .event-index-card .card-body .meta.is-empty,
.upcoming-section .date-cards > .event-index-card .card-body .event-availability-meta.is-empty,
#upcoming-events .date-cards > .event-index-card .card-body .meta.is-empty,
#upcoming-events .date-cards > .event-index-card .card-body .event-availability-meta.is-empty {
  visibility: hidden !important;
  pointer-events: none !important;
}

.upcoming-section .date-cards > .event-index-card .pill.upcoming:not(.sold-out):not(.limited),
#upcoming-events .date-cards > .event-index-card .pill.upcoming:not(.sold-out):not(.limited),
.upcoming-section .date-cards > .event-index-card .event-availability-meta:not(.is-empty) .pill.upcoming:not(.sold-out):not(.limited),
#upcoming-events .date-cards > .event-index-card .event-availability-meta:not(.is-empty) .pill.upcoming:not(.sold-out):not(.limited) {
  display: none !important;
}

.upcoming-section .date-cards > .event-index-card .pill.sold-out,
#upcoming-events .date-cards > .event-index-card .pill.sold-out,
.upcoming-section .date-cards > .event-index-card .pill.limited,
#upcoming-events .date-cards > .event-index-card .pill.limited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 32px !important;
  padding: 7px 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(var(--co-blue-rgb), .72) !important;
  background: rgba(var(--co-blue-rgb), .12) !important;
  color: rgb(var(--co-blue-rgb)) !important;
  font: 800 0.86rem / 1 var(--font-body) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: 0 0 20px rgba(var(--co-blue-rgb), .16) !important;
}

.upcoming-section .date-cards > .event-index-card h3,
#upcoming-events .date-cards > .event-index-card h3 {
  grid-row: 2 !important;
  display: flex !important;
  align-items: flex-start !important;
  max-width: 100% !important;
  min-height: 88px !important;
  margin: 0 !important;
  font-family: var(--font-title) !important;
  font-size: clamp(38px, 3.2vw, 52px) !important;
  line-height: .95 !important;
  letter-spacing: .01em !important;
  white-space: normal !important;
}

.upcoming-section .date-cards > .event-index-card .event-date,
#upcoming-events .date-cards > .event-index-card .event-date {
  grid-row: 3 !important;
  min-height: 32px !important;
  margin: 14px 0 0 !important;
  color: rgba(255, 255, 255, .7) !important;
  font-family: var(--font-body) !important;
  font-size: clamp(1rem, 1.35vw, 1.12rem) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.upcoming-section .date-cards > .event-index-card .event-date::after,
#upcoming-events .date-cards > .event-index-card .event-date::after {
  content: none !important;
  display: none !important;
}

.upcoming-section .date-cards > .event-index-card .event-availability-cta,
#upcoming-events .date-cards > .event-index-card .event-availability-cta {
  grid-row: 5 !important;
  align-self: flex-start !important;
  margin-top: auto !important;
  padding-top: 30px !important;
  font-family: var(--font-body) !important;
  font-size: .98rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.upcoming-section .date-cards > .event-index-card .event-availability-cta ~ .event-availability-cta,
#upcoming-events .date-cards > .event-index-card .event-availability-cta ~ .event-availability-cta,
.upcoming-section .date-cards > .event-index-card .link-arrow[href*="apply.html"] ~ .link-arrow[href*="apply.html"],
#upcoming-events .date-cards > .event-index-card .link-arrow[href*="apply.html"] ~ .link-arrow[href*="apply.html"] {
  display: none !important;
}

@media (max-width: 1180px) {
  .upcoming-section .date-cards,
  #upcoming-events .date-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .upcoming-section .date-cards,
  #upcoming-events .date-cards {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .upcoming-section .date-cards > .event-index-card .card-img,
  #upcoming-events .date-cards > .event-index-card .card-img {
    aspect-ratio: 16 / 11 !important;
  }

  .upcoming-section .date-cards > .event-index-card .card-body,
  #upcoming-events .date-cards > .event-index-card .card-body {
    grid-template-rows: auto auto auto 1fr auto !important;
    min-height: 0 !important;
    padding: 22px !important;
  }

  .upcoming-section .date-cards > .event-index-card h3,
  #upcoming-events .date-cards > .event-index-card h3 {
    min-height: 0 !important;
    font-size: clamp(42px, 13vw, 56px) !important;
  }

  .upcoming-section .date-cards > .event-index-card .event-date,
  #upcoming-events .date-cards > .event-index-card .event-date {
    min-height: 0 !important;
    margin-top: 12px !important;
  }

  .upcoming-section .date-cards > .event-index-card .event-availability-cta,
  #upcoming-events .date-cards > .event-index-card .event-availability-cta {
    padding-top: 24px !important;
  }
}

/* Final event card status cleanup: open events use the clean shared card treatment without an extra badge. */
.event-index-card .event-availability-meta .pill.upcoming:not(.sold-out):not(.limited),
.event-index-card .meta .pill.upcoming:not(.sold-out):not(.limited),
.event-upcoming-card .event-availability-meta .pill.upcoming:not(.sold-out):not(.limited),
.event-upcoming-card .meta .pill.upcoming:not(.sold-out):not(.limited) {
  display: none !important;
}

/* Final mobile application dropdown behavior and compact CTA polish. */
.application-section .custom-event-select-option.is-sold-out-option,
.application-section .custom-event-select.has-sold-out-value .custom-event-select-button {
  color: rgb(var(--co-blue-rgb)) !important;
  text-shadow: 0 0 18px rgba(var(--co-blue-rgb), 0.24);
}

@media (max-width: 700px) {
  .application-section .custom-event-select {
    z-index: auto !important;
    display: block !important;
    min-width: 0 !important;
  }

  .application-section .custom-event-select.is-open {
    z-index: 30 !important;
  }

  .application-section .custom-event-select-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    margin-top: 10px !important;
    max-height: min(46vh, 340px) !important;
    overflow: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    z-index: auto !important;
    clip-path: none !important;
    box-sizing: border-box !important;
    overscroll-behavior: contain;
  }

  .application-section .custom-event-select.is-open .custom-event-select-menu {
    display: grid !important;
  }

  .application-section .custom-event-select-button {
    min-height: 58px !important;
    padding: 14px 60px 14px 18px !important;
    font-size: clamp(0.95rem, 4.35vw, 1.08rem) !important;
    line-height: 1.22 !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .application-section .form-grid .preferred-event-field .custom-event-select-button {
    min-height: 64px !important;
    font-size: clamp(0.92rem, 4.15vw, 1.02rem) !important;
    padding-right: 64px !important;
  }

  .application-section .custom-event-select-button::after {
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .application-section .custom-event-select-option {
    min-height: 58px !important;
    padding: 15px 18px !important;
    font-size: clamp(0.95rem, 4.25vw, 1.05rem) !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere !important;
  }

  .application-section .form-grid .preferred-event-field .custom-event-select-option {
    min-height: 64px !important;
    font-size: clamp(0.92rem, 4.05vw, 1.02rem) !important;
  }

  .application-section .field,
  .application-section .form-grid,
  .application-section .preferred-event-field {
    min-width: 0 !important;
  }

  .application-section .form-grid {
    row-gap: 26px !important;
  }

  .application-section .preferred-event-field {
    margin-bottom: 4px !important;
  }
}

@media (max-width: 900px) {
  main,
  main:has(.application-section) {
    padding-bottom: calc(142px + env(safe-area-inset-bottom)) !important;
  }

  .sticky-ctas {
    gap: 5px !important;
    padding: 5px !important;
    border-radius: 18px !important;
    bottom: calc(8px + env(safe-area-inset-bottom)) !important;
  }

  .sticky-ctas .sticky-cta {
    min-height: 36px !important;
    padding: 7px 10px !important;
    font-size: 11px !important;
    line-height: 1.04 !important;
  }

  .sticky-ctas .sticky-cta-apply {
    min-height: 40px !important;
    padding: 8px 12px !important;
  }
}

@media (max-width: 768px) {
  .menu-toggle {
    width: 40px !important;
    height: 40px !important;
    border-radius: 11px !important;
    gap: 4px !important;
    padding: 0 !important;
  }

  .menu-toggle-line {
    width: 18px !important;
    height: 2px !important;
  }
}

@media (max-width: 520px) {
  .menu-toggle {
    width: 38px !important;
    height: 38px !important;
  }

  .menu-toggle-line {
    width: 17px !important;
  }
}

/* Final event card flow guard: shared homepage/events cards must never overlap text. */
.upcoming-section .date-cards > .event-index-card,
#upcoming-events .date-cards > .event-index-card {
  align-self: stretch !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.upcoming-section .date-cards > .event-index-card .card-body,
#upcoming-events .date-cards > .event-index-card .card-body {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: clamp(300px, 24vw, 360px) !important;
  gap: 0 !important;
}

.upcoming-section .date-cards > .event-index-card .event-availability-meta.is-empty,
#upcoming-events .date-cards > .event-index-card .event-availability-meta.is-empty,
.upcoming-section .date-cards > .event-index-card .meta.is-empty,
#upcoming-events .date-cards > .event-index-card .meta.is-empty {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.upcoming-section .date-cards > .event-index-card .event-availability-meta:not(.is-empty),
#upcoming-events .date-cards > .event-index-card .event-availability-meta:not(.is-empty) {
  flex: 0 0 auto !important;
  margin: 0 0 clamp(18px, 1.8vw, 24px) !important;
  min-height: auto !important;
}

.upcoming-section .date-cards > .event-index-card h3,
#upcoming-events .date-cards > .event-index-card h3 {
  display: block !important;
  flex: 0 0 auto !important;
  min-height: clamp(96px, 7.2vw, 118px) !important;
  max-width: 100% !important;
  margin: 0 !important;
  line-height: .98 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-wrap: balance;
}

.upcoming-section .date-cards > .event-index-card .event-date,
#upcoming-events .date-cards > .event-index-card .event-date {
  display: block !important;
  flex: 0 0 auto !important;
  min-height: 0 !important;
  margin: 16px 0 0 !important;
  line-height: 1.28 !important;
  white-space: normal !important;
  overflow: visible !important;
}

.upcoming-section .date-cards > .event-index-card .card-body > p:not(.event-date),
#upcoming-events .date-cards > .event-index-card .card-body > p:not(.event-date) {
  flex: 0 0 auto !important;
  margin: 16px 0 0 !important;
  line-height: 1.45 !important;
}

.upcoming-section .date-cards > .event-index-card .event-availability-cta,
#upcoming-events .date-cards > .event-index-card .event-availability-cta {
  flex: 0 0 auto !important;
  margin-top: auto !important;
  padding-top: clamp(28px, 3vw, 42px) !important;
  position: static !important;
}

@media (max-width: 760px) {
  .upcoming-section .date-cards > .event-index-card .card-body,
  #upcoming-events .date-cards > .event-index-card .card-body {
    min-height: 0 !important;
    padding: 22px !important;
  }

  .upcoming-section .date-cards > .event-index-card h3,
  #upcoming-events .date-cards > .event-index-card h3 {
    min-height: 0 !important;
    font-size: clamp(36px, 11vw, 48px) !important;
    line-height: 1.02 !important;
    text-wrap: pretty;
  }

  .upcoming-section .date-cards > .event-index-card .event-date,
  #upcoming-events .date-cards > .event-index-card .event-date {
    margin-top: 14px !important;
  }

  .upcoming-section .date-cards > .event-index-card .event-availability-cta,
  #upcoming-events .date-cards > .event-index-card .event-availability-cta {
    margin-top: 26px !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 430px) {
  .upcoming-section .date-cards > .event-index-card .card-body,
  #upcoming-events .date-cards > .event-index-card .card-body {
    padding: 20px !important;
  }

  .upcoming-section .date-cards > .event-index-card h3,
  #upcoming-events .date-cards > .event-index-card h3 {
    font-size: clamp(34px, 10.5vw, 42px) !important;
  }

  .upcoming-section .date-cards > .event-index-card .event-date,
  #upcoming-events .date-cards > .event-index-card .event-date {
    font-size: 1rem !important;
  }
}

/* Mobile sticky CTA gating: preserve the bar styling, only control when it is active. */
@media (max-width: 900px) {
  body.mobile-cta-gating-ready main,
  body.mobile-cta-gating-ready main:has(.application-section) {
    padding-bottom: 46px !important;
  }

  body.mobile-cta-gating-ready.mobile-sticky-cta-active main,
  body.mobile-cta-gating-ready.mobile-sticky-cta-active main:has(.application-section) {
    padding-bottom: calc(132px + env(safe-area-inset-bottom)) !important;
  }

  body.mobile-cta-gating-ready .sticky-ctas {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    bottom: calc(8px + env(safe-area-inset-bottom)) !important;
    gap: 6px !important;
    padding: 6px !important;
    box-shadow:
      0 -18px 38px rgba(0, 0, 0, .48),
      0 -1px 0 rgba(255, 255, 255, .08),
      0 0 26px rgba(54, 128, 255, .12) !important;
    backdrop-filter: blur(20px) saturate(130%) !important;
    transform: translateY(calc(100% + 18px)) !important;
    transition:
      opacity 360ms ease,
      visibility 360ms ease,
      transform 420ms cubic-bezier(.2, .8, .2, 1) !important;
  }

  body.mobile-cta-gating-ready .sticky-ctas.is-mobile-cta-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  body.mobile-cta-gating-ready .sticky-ctas.is-mobile-cta-active .sticky-cta {
    min-height: 36px !important;
    padding: 8px 11px !important;
    font-size: 11.4px !important;
    line-height: 1.08 !important;
    pointer-events: auto !important;
  }

  body.mobile-cta-gating-ready .sticky-ctas.is-mobile-cta-active .sticky-cta-apply {
    min-height: 40px !important;
  }
}

/* FAQ page reference alignment */
.faq-page {
  background: #030506;
  color: #fff;
  overflow: hidden;
}

.faq-page .faq-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 520px;
  padding: 118px 0 46px;
  overflow: hidden;
  background: #030506;
}

.faq-page .faq-hero .hero-media {
  object-position: center 48%;
  filter: brightness(.74) contrast(1.08) saturate(.95);
}

.faq-page .faq-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .62) 34%, rgba(0, 0, 0, .22) 70%, rgba(0, 0, 0, .62) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .08) 42%, #030506 100%);
}

.faq-page .faq-hero .hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 64px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.faq-page .faq-hero .eyebrow {
  margin: 0 0 20px;
  color: var(--accent-blue, #4d8dff);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.faq-page .faq-hero h1 {
  max-width: 560px;
  margin: 0 0 22px;
  font-family: var(--font-title);
  font-size: clamp(58px, 8vw, 96px);
  font-weight: 400 !important;
  line-height: .9;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.faq-page .faq-hero p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 22px;
  line-height: 1.36;
}

.faq-page .faq-section {
  padding: 0 0 20px;
  background: linear-gradient(180deg, #030506, #060808 62%, #030506);
}

.faq-page .faq-accordion-wrap {
  width: min(1180px, calc(100% - 64px));
  max-width: 1180px;
  padding: 0;
}

.faq-page .faq-accordion-list {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  background: rgba(255, 255, 255, .025);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .38);
}

.faq-page .faq-accordion-item {
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  background: linear-gradient(135deg, rgba(255, 255, 255, .058), rgba(255, 255, 255, .022));
}

.faq-page .faq-accordion-item:last-child {
  border-bottom: 0;
}

.faq-page .faq-accordion-item summary {
  display: grid;
  grid-template-columns: 32px 1fr 22px;
  gap: 20px;
  align-items: start;
  padding: 18px 32px 4px;
  cursor: pointer;
  list-style: none;
}

.faq-page .faq-accordion-item summary::-webkit-details-marker {
  display: none;
}

.faq-page .faq-question-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1.5px solid var(--accent-blue, #4d8dff);
  border-radius: 999px;
  color: var(--accent-blue, #4d8dff);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.faq-page .faq-question-text {
  color: #fff;
  font-family: var(--font-title);
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.faq-page .faq-chevron {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.faq-page .faq-chevron::before,
.faq-page .faq-chevron::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.faq-page .faq-chevron::before {
  left: 1px;
  transform: rotate(45deg);
}

.faq-page .faq-chevron::after {
  right: 1px;
  transform: rotate(-45deg);
}

.faq-page .faq-answer {
  padding: 0 70px 18px 84px;
  color: rgba(255, 255, 255, .75);
}

.faq-page .faq-answer p {
  max-width: 1000px;
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.55;
}

.faq-page .faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-page .faq-answer a {
  color: var(--accent-blue, #4d8dff);
  font-weight: 800;
  text-decoration: none;
}

.faq-page .faq-answer strong {
  color: #fff;
  font-weight: 800;
}

.faq-page .faq-bottom-cta {
  padding: 22px 0 54px;
  background: radial-gradient(circle at 50% 0, rgba(77, 141, 255, .12), transparent 42%), #030506;
  text-align: center;
}

.faq-page .faq-bottom-cta-inner {
  max-width: 980px;
}

.faq-page .faq-bottom-cta h2 {
  margin: 0 0 12px;
  font-family: var(--font-title);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.faq-page .faq-bottom-cta p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .75);
  font-size: 16px;
}

.faq-page .faq-bottom-actions {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 28px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.faq-page .faq-bottom-actions .button {
  min-height: 48px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 15px;
}

.faq-page .faq-bottom-actions .button:first-child {
  border-color: #3e82ff;
  background: #3e82ff;
  color: #fff;
  box-shadow: 0 0 28px rgba(62, 130, 255, .28);
}

.faq-page .faq-bottom-actions .button.secondary {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .035);
  color: #fff;
}

.faq-page .faq-bottom-mini {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 28px;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
}

@media (max-width: 900px) {
  .faq-page .faq-hero {
    min-height: 520px;
    padding: 128px 0 34px;
  }

  .faq-page .faq-hero .hero-inner {
    width: calc(100% - 40px);
  }

  .faq-page .faq-hero h1 {
    max-width: 420px;
    font-size: clamp(54px, 16vw, 80px);
  }

  .faq-page .faq-hero p {
    max-width: 360px;
    font-size: 18px;
  }

  .faq-page .faq-accordion-wrap {
    width: calc(100% - 32px);
  }

  .faq-page .faq-accordion-item summary {
    grid-template-columns: 28px 1fr 18px;
    gap: 14px;
    padding: 16px 18px 4px;
  }

  .faq-page .faq-question-icon {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .faq-page .faq-question-text {
    font-size: 18px;
    letter-spacing: .07em;
  }

  .faq-page .faq-answer {
    padding: 0 42px 16px 60px;
  }

  .faq-page .faq-answer p {
    font-size: 14.5px;
    line-height: 1.55;
  }

  .faq-page .faq-bottom-actions {
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(100%, 360px);
  }

  .faq-page .faq-bottom-cta {
    padding: 28px 16px calc(120px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 520px) {
  .faq-page .faq-hero {
    min-height: 500px;
    padding-top: 116px;
  }

  .faq-page .faq-hero h1 {
    font-size: clamp(48px, 15vw, 64px);
  }

  .faq-page .faq-hero p {
    font-size: 16px;
  }

  .faq-page .faq-accordion-item summary {
    grid-template-columns: 26px 1fr 18px;
    padding: 16px 16px 6px;
  }

  .faq-page .faq-question-text {
    font-size: 17px;
  }

  .faq-page .faq-answer {
    padding-right: 18px;
    padding-left: 18px;
  }
}
