/* ==========================================================================
   Begin Again, shared stylesheet
   Type: Barlow Condensed + Barlow (closest open-license match to the deck's
   Trade Gothic Bold Condensed No. 20 / Trade Gothic Light).
   ========================================================================== */

:root{
  --ink:#0B0B0D;
  --ink-2:#131316;
  --paper:#F1ECE1;      /* warm cream, matches the reply card stock */
  --paper-2:#E6DFD0;
  --gold:#D5AF3E;              /* brand gold, from the logo */
  --gold-deep:#82681C;         /* same hue, darkened to clear 4.5:1 on cream */
  --cream:#F2EDE4;
  --cream-dim:#9E968A;
  --line:rgba(213,175,62,.26);
  --line-dark:rgba(20,18,15,.18);
  --max:1200px;
  --gut:clamp(20px,5vw,64px);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--ink);color:var(--cream);
  font-family:'Barlow',system-ui,sans-serif;font-weight:300;
  font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{color:inherit}

/* ---------- type ---------- */
h1,h2,h3,.cond{
  font-family:'Barlow Condensed',system-ui,sans-serif;
  font-weight:700;text-transform:uppercase;line-height:.95;
  letter-spacing:.005em;
}
.label{
  font-family:'Barlow',sans-serif;font-weight:500;font-size:.68rem;
  letter-spacing:.26em;text-transform:uppercase;color:var(--gold);
}
.lede{font-size:1.16rem;line-height:1.6;color:#D6CFC3}

.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gut)}
.rule{height:1px;background:var(--line);border:0}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:12px;text-decoration:none;cursor:pointer;
  font-family:'Barlow',sans-serif;font-weight:500;font-size:.76rem;
  letter-spacing:.18em;text-transform:uppercase;
  padding:17px 34px;border:1px solid var(--gold);
  background:var(--gold);color:#12100B;
  transition:background .2s,color .2s,border-color .2s;
}
.btn:hover{background:var(--ink);border-color:var(--gold);color:#FFFFFF}
.btn.ghost{background:transparent;color:var(--gold)}
.btn.ghost:hover{background:var(--gold);color:#12100B;border-color:var(--gold)}
.btn.dark{background:var(--ink);border-color:var(--ink);color:var(--paper)}
.btn.dark:hover{background:#2A2A30;border-color:#2A2A30}
.btn.sm{padding:12px 22px;font-size:.7rem}

/* ---------- nav ---------- */
nav{
  position:fixed;inset:0 0 auto 0;z-index:80;
  transition:transform .3s ease,background .3s ease,border-color .3s;
  border-bottom:1px solid transparent;
}
/* Once scrolled, the bar goes fully opaque. At 92% the cream mission section
   ghosted through it and the logo sat on top of moving text. The ::after strip
   fades whatever is emerging from under the bar instead of hard-cutting it. */
nav.solid{background:var(--ink);border-bottom-color:rgba(255,255,255,.08)}
nav::after{
  content:'';position:absolute;left:0;right:0;top:100%;height:38px;pointer-events:none;
  background:linear-gradient(180deg,var(--ink) 0%,rgba(11,11,13,.55) 45%,transparent 100%);
  opacity:0;transition:opacity .3s ease;
}
nav.solid::after{opacity:1}
nav .wrap{display:flex;align-items:center;justify-content:space-between;height:70px}
/* Logo lockups. The PNGs carry their own gold and cream, so nothing here
   recolours them. Heights are set and widths follow, so the art never distorts. */
.brand{display:flex;align-items:center;text-decoration:none}
.brand img{height:26px;width:auto}
@media(max-width:600px){.brand img{height:22px}}

.logo-h1{margin:0 !important;line-height:0}
.logo-hero{display:block;width:min(100%,var(--logo-w,620px));height:auto;margin-bottom:26px}
.logo-hero.stacked{--logo-w:520px}
.logo-foot{height:34px;width:auto;margin-bottom:16px}
.navlinks{display:flex;gap:34px;align-items:center}
/* :not(.btn) matters. Without it this rule out-specifies .btn and paints the
   button label grey on gold, which is unreadable. */
.navlinks a:not(.btn){
  text-decoration:none;font-size:.72rem;font-weight:500;letter-spacing:.16em;
  text-transform:uppercase;color:#A9A196;transition:color .2s;
}
.navlinks a:not(.btn):hover{color:var(--gold)}
@media(max-width:900px){.navlinks a:not(.btn){display:none}}

/* ---------- hero ---------- */
.hero{position:relative;min-height:94svh;display:flex;align-items:flex-end;
  padding:150px 0 0;overflow:hidden}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;
  filter:saturate(.72) contrast(1.06) brightness(.46)}
.hero-media::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(11,11,13,.94) 0%,rgba(11,11,13,.6) 46%,rgba(11,11,13,.42) 70%,rgba(11,11,13,.8) 100%),
             linear-gradient(180deg,rgba(11,11,13,.8) 0%,transparent 24%,rgba(11,11,13,.55) 72%,var(--ink) 100%);
}
.hero .wrap{position:relative;z-index:2;width:100%;padding-bottom:0}
.hero-kicker{margin-bottom:26px}
.hero h1{
  font-size:clamp(4.4rem,15vw,12.5rem);letter-spacing:-.005em;
  color:var(--cream);margin-bottom:22px;
}
.hero h1 em{font-style:normal;display:block;color:var(--gold)}
.hero .sub{max-width:560px;margin-bottom:38px;font-size:1.12rem;color:#D2CBBF}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;padding-bottom:54px}

/* fact strip under the hero */
.facts{border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  background:rgba(11,11,13,.6)}
.facts .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
/* Cells need horizontal padding or long values (the time string especially)
   run straight through the divider into the next column. min-width:0 lets
   grid items shrink instead of overflowing. */
.fact{padding:24px 26px 24px 0;border-right:1px solid rgba(255,255,255,.07);min-width:0}
.fact + .fact{padding-left:26px}
.fact:last-child{border-right:0;padding-right:0}
.fact dt{font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;
  color:#7E766B;margin-bottom:8px;font-weight:500}
.fact dd{font-family:'Barlow Condensed',sans-serif;font-weight:700;
  text-transform:uppercase;font-size:1.3rem;color:var(--cream);line-height:1.15;
  overflow-wrap:break-word}
@media(max-width:820px){
  /* 2x2. Keep the vertical divider AND add a horizontal one between rows so
     the strip still reads as a grid instead of one lonely line. */
  .facts .wrap{grid-template-columns:repeat(2,1fr)}
  .fact{padding:18px 0;border-right:0}
  .fact:nth-child(odd){border-right:1px solid rgba(255,255,255,.07);padding-right:18px}
  .fact:nth-child(even){padding-left:18px}
  .fact:nth-child(1),.fact:nth-child(2){
    border-bottom:1px solid rgba(255,255,255,.07);padding-bottom:18px}
  .fact:nth-child(3),.fact:nth-child(4){padding-top:18px}
  .fact dd{font-size:1.24rem}
}

/* ---------- sections ---------- */
section{padding:clamp(72px,10vw,130px) 0;position:relative}
section.paper{background:var(--paper);color:#16140F}
section.paper .label{color:var(--gold-deep)}
section.paper .lede{color:#413C33}
section.paper .rule{background:var(--line-dark)}

.split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(36px,6vw,84px);align-items:center}
.split.tight{align-items:start}
@media(max-width:900px){.split{grid-template-columns:1fr;gap:36px}}

h2.big{font-size:clamp(2.6rem,6.4vw,5rem);margin-bottom:24px}
h2.mid{font-size:clamp(2rem,4.4vw,3.2rem);margin-bottom:20px}

.figure{position:relative}
.figure img{width:100%;filter:saturate(.86) contrast(1.04)}
.figure figcaption{
  font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;
  color:#7E766B;margin-top:12px;font-weight:500;
}
.figure.edge{box-shadow:0 0 0 1px var(--line)}

/* run of show */
.run{border-top:1px solid rgba(255,255,255,.1);margin-top:8px}
.paper .run{border-top-color:var(--line-dark)}
.run li{list-style:none;display:grid;grid-template-columns:52px 1fr;gap:18px;
  padding:19px 0;border-bottom:1px solid rgba(255,255,255,.1);align-items:baseline}
.paper .run li{border-bottom-color:var(--line-dark)}
.run .n{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:.92rem;
  color:var(--gold);letter-spacing:.1em}
.paper .run .n{color:var(--gold-deep)}
.run h3{font-size:1.28rem;margin-bottom:3px}
.run p{font-size:.94rem;color:#A9A196;line-height:1.5}
.paper .run p{color:#5B564C}

/* stats */
.statrow{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px,3vw,40px);
  border-top:1px solid var(--line-dark);padding-top:34px;margin-top:44px}
@media(max-width:760px){.statrow{grid-template-columns:repeat(2,1fr);gap:28px}}
.stat b{display:block;font-family:'Barlow Condensed',sans-serif;font-weight:700;
  font-size:clamp(2.4rem,5vw,3.4rem);line-height:.9;color:var(--gold-deep)}
.stat span{display:block;margin-top:10px;font-size:.78rem;line-height:1.4;color:#5B564C}
.paper .src{font-size:.72rem;color:#8C8579;margin-top:22px}

/* mission pillars */
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,44px);margin-top:44px}
@media(max-width:820px){.pillars{grid-template-columns:1fr;gap:26px}}
.pillar{border-top:2px solid var(--gold-deep);padding-top:18px}
.pillar h3{font-size:1.22rem;margin-bottom:8px}
.pillar p{font-size:.95rem;color:#5B564C}

/* tier table */
.tiers{width:100%;border-collapse:collapse;margin-top:12px}
.tiers th{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:#7E766B;
  font-weight:500;text-align:left;padding-bottom:14px}
.tiers th:last-child,.tiers td:last-child{text-align:right}
.tiers td{padding:20px 0;border-top:1px solid rgba(255,255,255,.1);vertical-align:baseline}
.tiers .amt{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.7rem;
  color:var(--gold);white-space:nowrap;padding-right:26px}
.tiers .nm{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.08rem;
  text-transform:uppercase;letter-spacing:.04em}
.tiers .bn{font-size:.88rem;color:#A9A196;display:block;margin-top:3px;font-weight:300}
.tiers .av{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:#7E766B;white-space:nowrap}
@media(max-width:680px){
  .tiers .av{display:none}
  .tiers .amt{font-size:1.4rem;padding-right:16px}
}

/* callout block used for the sponsorship inquiry and the seat reservation */
.action{border:1px solid var(--line);padding:clamp(28px,4vw,44px);
  background:linear-gradient(160deg,rgba(213,175,62,.09),transparent 65%)}
.action h2{margin-bottom:14px}

/* forms */
.form{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form .full{grid-column:1/-1}
@media(max-width:640px){.form{grid-template-columns:1fr}}
label{display:block;font-size:.64rem;letter-spacing:.18em;text-transform:uppercase;
  color:#7E766B;margin-bottom:8px;font-weight:500}
input,textarea,select{
  width:100%;padding:14px 15px;background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.14);color:var(--cream);border-radius:0;
  font-family:'Barlow',sans-serif;font-size:1rem;font-weight:300;
}
.paper input,.paper textarea,.paper select{
  background:rgba(0,0,0,.03);border-color:var(--line-dark);color:#16140F}
input:focus,textarea:focus,select:focus{outline:none;border-color:var(--gold)}
textarea{min-height:112px;resize:vertical}
option{background:#1A181C;color:var(--cream)}
.paper option{background:#fff;color:#16140F}

/* footer */
footer{background:var(--ink-2);border-top:1px solid rgba(255,255,255,.08);
  padding:64px 0 46px;font-size:.9rem}
.foot{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px}
@media(max-width:760px){.foot{grid-template-columns:1fr;gap:26px}}
footer p{color:#7E766B;margin-bottom:7px}
footer a{color:#A9A196;text-decoration:none}
footer a:hover{color:var(--gold)}
.fine{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.07);
  font-size:.76rem;color:#5C564E;line-height:1.65}

/* sticky mobile CTA */
.sticky{display:none}
@media(max-width:700px){
  .sticky{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:90;
    background:rgba(11,11,13,.96);backdrop-filter:blur(12px);
    border-top:1px solid var(--line);padding:12px 16px;gap:10px}
  .sticky .btn{flex:1;justify-content:center;padding:14px 10px;font-size:.7rem}
  body{padding-bottom:74px}
}

/* Fail-safe: content is visible unless JS is confirmed running. Never hide
   content behind a script that a host might strip. */
.reveal{opacity:1;transform:none}
html.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}
html.js .reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  html.js .reveal{opacity:1;transform:none}
  html{scroll-behavior:auto}
}
