/* ==========================================================================
   whywhynot.org
   Structure follows lbcommunityoutreach.com: a poster hero with the countdown
   and the facts inside it, alternating bands, soft corners, Playfair over Inter.
   The colours are this event's own, taken off the wordmark.
   ========================================================================== */

:root{
  /* The event's own colours, off the wordmark: navy and red. The structure
     is borrowed from lbcommunityoutreach.com, none of the palette is. */
  --navy:#16205E;          /* hero and feature surfaces */
  --navy-deep:#0E1440;     /* footer, announcement bar */
  --blue:#1F2C8C;          /* the wordmark blue, for accents */
  --blue-soft:#A9B4EE;     /* labels on navy */
  --tint:#F3F5FC;          /* the cool alternating band */
  --paper:#FFFFFF;

  --ink:#14183A;
  --ink-70:#4C5375;
  --ink-40:#8C93B0;
  --hair:#E2E5F0;

  --red:#C62519;           /* the bolt. buttons and marks. */
  --red-deep:#A31D13;
  --on-red:#FFFFFF;

  --r:10px;
  --r-sm:8px;

  --s1:4px; --s2:8px; --s3:12px; --s4:16px; --s5:24px;
  --s6:32px; --s7:48px; --s8:64px; --s9:80px;

  --shell:1180px;
  --prose:66ch;

  --display:'Playfair Display',Georgia,serif;
  --body:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --poster:'Archivo','Inter',system-ui,sans-serif;
}

html{ color-scheme:light; }
*{ box-sizing:border-box; }

body{
  margin:0; background:var(--paper); color:var(--ink);
  font-family:var(--body); font-size:17px; line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{ display:block; max-width:100%; height:auto; }
a{ color:inherit; }
p{ margin:0; }
h1,h2,h3{ margin:0; }
:focus-visible{ outline:2px solid var(--red); outline-offset:3px; }

.shell{ max-width:var(--shell); margin:0 auto; padding:0 20px; }
@media (max-width:520px){ .shell{ padding:0 18px; } }
.prose{ max-width:var(--prose); }
.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; }

/* --- type ---------------------------------------------------------------- */

.eyebrow{
  font-family:var(--body); font-size:12px; font-weight:600;
  letter-spacing:.22em; text-transform:uppercase; color:var(--red);
}
.title{
  font-family:var(--display); font-weight:700;
  font-size:clamp(30px,4.2vw,46px); line-height:1.12; letter-spacing:-.01em;
  color:var(--ink); text-wrap:balance; margin-top:10px;
}
.display{
  font-family:var(--display); font-weight:700;
  font-size:clamp(34px,5.2vw,56px); line-height:1.08; letter-spacing:-.015em;
}
.script{ font-family:var(--display); font-style:italic; font-weight:500; }
.sub{ margin-top:14px; font-size:17px; line-height:1.7; color:var(--ink-70); max-width:62ch; }
.small{ font-size:14.5px; color:var(--ink-70); line-height:1.6; }

/* --- sections ------------------------------------------------------------ */

section{ padding:var(--s9) 0; }
@media (max-width:700px){ section{ padding:44px 0; } }
.section--tint{ background:var(--tint); }
.section--navy{ background:var(--navy); color:#fff; }
.section--navy .title, .section--navy .display{ color:#fff; }
.section--navy .eyebrow{ color:var(--blue-soft); }
.section--navy .sub, .section--navy .small, .section--navy p{ color:#C9CEEA; }
.sec-head{ margin-bottom:var(--s6); max-width:62ch; }
@media (max-width:700px){ .sec-head{ margin-bottom:var(--s5); } }
.sec-head--center{ margin-inline:auto; text-align:center; }

/* --- announcement + header ----------------------------------------------- */

.announce{ background:var(--navy-deep); color:#C9CEEA; font-size:13.5px; }
.announce .shell{
  display:flex; flex-wrap:wrap; gap:8px 16px; align-items:center;
  justify-content:space-between; padding:9px 22px;
}
.announce b{ color:#fff; font-weight:600; }
.announce a{ color:var(--blue-soft); font-weight:600; text-decoration:none; }
.announce a:hover{ text-decoration:underline; }
.announce .orgmark{ height:20px; width:auto; }

.site-header{ background:var(--navy); position:sticky; top:0; z-index:50; }
.site-header .shell{ display:flex; align-items:center; gap:var(--s4); padding:12px 20px; }
.wordmark{ flex:none; text-decoration:none; display:flex; align-items:center; }
.wordmark-img{ height:30px; width:auto; }
@media (min-width:760px){ .wordmark-img{ height:36px; } }
.wordmark-type{
  font-family:var(--poster); font-size:21px; font-weight:900;
  text-transform:uppercase; letter-spacing:-.02em; color:var(--brand-blue); white-space:nowrap;
}
.wordmark-type i{ font-style:normal; color:var(--red); margin:0 .12em; }
.site-nav{ display:none; gap:var(--s5); margin-left:auto; }
.site-nav a{ font-size:14px; font-weight:500; color:rgba(255,255,255,.86); text-decoration:none; }
.site-nav a:hover{ color:#fff; }
@media (min-width:860px){ .site-nav{ display:flex; } }
.site-header .btn{
  margin-left:auto; background:var(--red); border-color:var(--red); color:#fff;
  white-space:nowrap; padding:12px 22px; font-size:13px;
}
.site-header .btn:hover{ background:var(--red-deep); border-color:var(--red-deep); }
@media (min-width:860px){ .site-header .btn{ margin-left:0; } }

/* --- buttons ------------------------------------------------------------- */

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-family:var(--body); font-size:14px; font-weight:600; letter-spacing:.06em;
  text-transform:uppercase; text-decoration:none; cursor:pointer;
  padding:15px 32px; border-radius:var(--r);
  background:var(--red); color:var(--on-red); border:1.5px solid var(--red);
  transition:background .15s ease, border-color .15s ease, color .15s ease;
}
.btn:hover{ background:var(--red-deep); border-color:var(--red-deep); }
.btn--plain{ background:transparent; color:var(--ink); border-color:var(--ink-40); }
.btn--plain:hover{ background:var(--ink); border-color:var(--ink); color:#fff; }
.btn--onphoto{ background:rgba(255,255,255,.10); color:#fff; border-color:rgba(255,255,255,.55); }
.btn--onphoto:hover{ background:#fff; color:var(--navy); border-color:#fff; }
.btn--small{ font-size:12.5px; padding:10px 20px; }
.btn--block{ width:100%; }
.actions{ display:flex; flex-wrap:wrap; gap:var(--s3); margin-top:var(--s6); }

/* --- HERO ---------------------------------------------------------------- */

.hero{ position:relative; background:var(--navy); color:#fff; overflow:hidden; padding:0;
  border-top:1px solid rgba(255,255,255,.10); }
.hero__bg{ position:absolute; inset:0; z-index:0; }
.hero__bg img{ width:100%; height:100%; object-fit:cover; }
.hero__veil{
  position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(180deg, rgba(14,20,64,.72) 0%, rgba(14,20,64,.55) 38%, rgba(14,20,64,.92) 100%),
    radial-gradient(120% 90% at 50% 12%, rgba(198,37,25,.20) 0%, rgba(14,20,64,0) 62%);
}
.hero__in{ position:relative; z-index:2; padding:clamp(36px,6vw,72px) 20px clamp(36px,5vw,60px); text-align:center; }

.hero__pre{
  display:flex; align-items:center; justify-content:center; gap:14px; flex-wrap:wrap;
  margin-bottom:var(--s5);
}
.hero__pre img{ height:34px; width:auto; }
.hero__pre span{
  font-size:11.5px; font-weight:600; letter-spacing:.24em; text-transform:uppercase; color:#C9CEEA;
}

.hero__script{
  font-family:var(--display); font-style:italic; font-weight:500;
  font-size:clamp(22px,3.4vw,34px); color:var(--blue-soft); line-height:1.1; margin-bottom:2px;
}

.lockup{
  display:flex; align-items:center; justify-content:center; gap:.02em; flex-wrap:wrap;
  font-family:var(--poster); font-weight:900; text-transform:uppercase;
  font-size:clamp(42px,9.6vw,112px); line-height:.9; letter-spacing:-.035em;
}
.lockup__why, .lockup__not{ color:var(--blue); }
.lockup--light .lockup__why, .lockup--light .lockup__not{ color:#fff; }

.lockup .bolt{ width:.3em; height:.9em; flex:none; margin:0 .03em; }
.bolt path{ fill:var(--red); }

.lockup-art{ max-width:min(900px,100%); margin:0 auto; height:auto; }
.lockup-art--sm{ height:30px; width:auto; margin:0; }
@media (min-width:760px){ .lockup-art--sm{ height:38px; } }
.lockup--sm{ font-size:23px; gap:.02em; }
@media (max-width:520px){
  .lockup{ font-size:clamp(38px,13vw,64px); }
  .lockup--sm{ font-size:19px; }
}

.hero__badge{
  display:inline-block; margin-top:var(--s3);
  background:var(--red); color:var(--on-red); border-radius:var(--r);
  padding:9px 22px; font-size:12.5px; font-weight:700;
  letter-spacing:.2em; text-transform:uppercase;
}
.hero__tag{
  margin-top:var(--s5); font-family:var(--display); font-style:italic;
  font-size:clamp(17px,2.3vw,23px); color:#DCE1F7; line-height:1.45;
}
.hero__q{ margin:var(--s4) auto 0; max-width:44ch; font-size:16px; color:#C9CEEA; line-height:1.6; }

/* one stacked box: date, time, place, address */
.hero__box{
  max-width:520px; margin:var(--s6) auto 0;
  background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.22);
  border-radius:var(--r); padding:26px 28px; text-align:center;
}
.hero__box-date{
  font-family:var(--display); font-weight:700; font-size:clamp(23px,3.4vw,30px);
  color:#fff; line-height:1.2;
}
.hero__box-time{ margin-top:6px; font-size:16px; color:#C9CEEA; }
.hero__box-place{
  margin-top:18px; font-family:var(--display); font-weight:700;
  font-size:clamp(19px,2.6vw,24px); color:#fff; line-height:1.25;
}
.hero__box-addr{ margin-top:4px; font-size:15px; color:#C9CEEA; }

.hero .actions{ justify-content:center; margin-top:var(--s5); }
@media (max-width:520px){ .hero .actions .btn{ flex:1 1 100%; } }
.hero .free-line{ margin:var(--s5) auto 0; max-width:52ch; font-size:13px; color:#9AA2C8; line-height:1.55; }

/* --- COUNTDOWN ----------------------------------------------------------- */

.countdown{ max-width:520px; margin:var(--s5) auto 0; }
.countdown__label{
  font-size:11.5px; font-weight:600; letter-spacing:.22em; text-transform:uppercase;
  color:#9AA2C8; margin-bottom:var(--s3);
}
.countdown__clock{ display:grid; grid-template-columns:repeat(4,1fr); gap:var(--s3); }
.countdown__unit{
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18);
  border-radius:var(--r); padding:14px 6px;
}
.countdown__unit b{
  display:block; font-family:var(--poster); font-size:clamp(26px,4.6vw,38px);
  font-weight:900; line-height:1; color:#fff; font-variant-numeric:tabular-nums;
}
.countdown__unit span{
  display:block; margin-top:6px; font-size:10.5px; font-weight:600;
  letter-spacing:.16em; text-transform:uppercase; color:#9AA2C8;
}

/* --- cards, shared ------------------------------------------------------- */

.card{
  background:var(--paper); border:1px solid var(--hair); border-radius:var(--r);
  overflow:hidden; display:flex; flex-direction:column;
}
.section--tint .card{ background:var(--paper); }
.section--navy .card{ background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.16); }

.shot{ background:var(--tint); border:1px solid var(--hair); overflow:hidden; border-radius:var(--r); }
.section--navy .shot{ background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.18); }
.shot img{ width:100%; height:100%; object-fit:cover; }
.shot--square{ aspect-ratio:1; }
.shot--wide{ aspect-ratio:16/9; }
/* A tile has to be visible on every band it sits on, so it carries its own
   ground and a hairline rather than borrowing the section's colour. */
.initials{
  aspect-ratio:1; display:flex; align-items:center; justify-content:center;
  background:var(--paper); border:1px solid var(--hair); color:var(--ink-40);
  border-radius:var(--r);
  font-family:var(--poster); font-size:clamp(24px,6vw,34px); font-weight:900;
}
.section--navy .initials{
  background:rgba(255,255,255,.07); border-color:rgba(255,255,255,.20); color:#9AA2C8;
}

/* --- people grids -------------------------------------------------------- */

.guest-grid{ display:grid; gap:var(--s4); grid-template-columns:repeat(2,1fr); }
@media (min-width:620px){ .guest-grid{ grid-template-columns:repeat(3,1fr); } }
@media (min-width:900px){ .guest-grid{ grid-template-columns:repeat(4,1fr); } }
.guest--large{ grid-column:span 2; }
.guest b{ display:block; margin-top:10px; font-size:15.5px; font-weight:600; line-height:1.25; }
.guest span{ display:block; font-size:13px; color:var(--ink-70); margin-top:3px; line-height:1.4; }
.section--navy .guest span{ color:#9AA2C8; }
.guest--large b{ font-size:21px; }

.appearing-grid{ display:grid; gap:var(--s4); grid-template-columns:repeat(3,1fr); }
@media (min-width:700px){ .appearing-grid{ grid-template-columns:repeat(5,1fr); } }
.appearing-grid .guest b{ font-size:13.5px; }

/* --- host ---------------------------------------------------------------- */

.host{ display:grid; gap:var(--s6); align-items:center; }
@media (min-width:820px){ .host{ grid-template-columns:400px 1fr; gap:var(--s8); } }
.host .shot, .host .initials{ aspect-ratio:4/5; border-radius:var(--r); }
.host-name{ font-family:var(--display); font-weight:700; font-size:clamp(30px,4.4vw,46px); line-height:1.1; margin-top:8px; }
.host-title{ margin-top:8px; font-size:16px; color:var(--ink-70); font-weight:500; }
.section--navy .host-title{ color:#C9CEEA; }
.host-bio{ margin-top:var(--s4); font-size:16.5px; line-height:1.7; color:var(--ink-70); max-width:56ch; }
.section--navy .host-bio{ color:#C9CEEA; }

/* --- the bill ------------------------------------------------------------ */

.bill{ margin:0; padding:0; list-style:none; }
.bill li{
  display:flex; justify-content:space-between; align-items:baseline; gap:var(--s4);
  padding:18px 0; border-bottom:1px solid var(--hair);
}
.section--navy .bill li{ border-bottom-color:rgba(255,255,255,.16); }
.bill__n{ font-family:var(--display); font-weight:700; font-size:clamp(19px,2.8vw,28px); line-height:1.15; }
.bill__r{ font-size:11.5px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:var(--ink-40); white-space:nowrap; }
.section--navy .bill__r{ color:var(--blue-soft); }

/* --- the night ----------------------------------------------------------- */

.night-grid{ display:grid; gap:var(--s6); align-items:start; }
@media (min-width:760px){ .night-grid{ grid-template-columns:120px 1fr; } }
.datebox{
  border:1.5px solid var(--red); border-radius:var(--r); text-align:center;
  padding:14px 0 16px; color:var(--red); width:120px;
}
.datebox span{ display:block; font-size:11.5px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.datebox b{ display:block; font-family:var(--display); font-size:44px; font-weight:700; line-height:1; margin-top:2px; }
.night-meta{ margin-top:var(--s5); display:grid; gap:8px; font-size:16px; color:var(--ink-70); }
.night-meta b{ color:var(--ink); font-weight:600; }
.section--navy .night-meta{ color:#C9CEEA; }
.section--navy .night-meta b{ color:#fff; }

/* --- stub ---------------------------------------------------------------- */

.stub{ display:grid; grid-template-columns:repeat(4,1fr); gap:var(--s4); margin:0; }
.stub > div{ background:var(--paper); border:1px solid var(--hair); border-radius:var(--r); padding:20px; }
.section--tint .stub > div{ background:var(--paper); }
.stub dt{ font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--red); margin-bottom:8px; }
.stub dd{ margin:0; font-family:var(--display); font-weight:700; font-size:20px; line-height:1.2; }
.stub dd small{ display:block; margin-top:6px; font-family:var(--body); font-size:13.5px; font-weight:400; color:var(--ink-70); line-height:1.5; }
@media (max-width:860px){ .stub{ grid-template-columns:1fr 1fr; } }
@media (max-width:480px){ .stub{ grid-template-columns:1fr; } }

/* --- teams --------------------------------------------------------------- */

.team-grid{ display:grid; gap:var(--s5); }
@media (min-width:700px){ .team-grid{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:1040px){ .team-grid{ grid-template-columns:repeat(3,1fr); } }
.team{ background:var(--paper); border:1px solid var(--hair); border-radius:var(--r); overflow:hidden; display:flex; flex-direction:column; }
.team-color{ height:6px; }
.team-body{ padding:var(--s5); display:flex; flex-direction:column; gap:var(--s4); flex:1; }
.team-head{ display:flex; gap:var(--s4); align-items:center; }
.team-head .shot, .team-head .initials{ width:76px; height:76px; flex:none; border-radius:50%; aspect-ratio:auto; font-size:24px; }
.team-name{ font-size:12px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.team-lead{ font-family:var(--display); font-weight:700; font-size:21px; line-height:1.2; margin-top:4px; }
.team-role{ font-size:13.5px; color:var(--ink-70); margin-top:3px; }
.team-bio{ font-size:15px; color:var(--ink-70); line-height:1.65; }
.team-body .btn{ margin-top:auto; align-self:flex-start; }

/* --- voices -------------------------------------------------------------- */

.voices{ display:grid; gap:var(--s6); }
.voice{ display:grid; gap:var(--s4); align-items:start; }
@media (min-width:600px){ .voice{ grid-template-columns:104px 1fr; gap:var(--s5); } }
.voice .shot, .voice .initials{ border-radius:50%; aspect-ratio:1; }
.voice blockquote{ margin:0; font-family:var(--display); font-style:italic; font-size:20px; line-height:1.6; }
.voice cite{ display:block; margin-top:var(--s3); font-style:normal; font-size:14px; }
.voice cite b{ display:block; font-weight:600; font-size:15.5px; }

/* --- org stats ----------------------------------------------------------- */

.orgstats{ display:grid; gap:var(--s5); grid-template-columns:repeat(2,1fr); margin-bottom:var(--s7); }
@media (min-width:760px){ .orgstats{ grid-template-columns:repeat(4,1fr); } }
.orgstats > div{ background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.16); border-radius:var(--r); padding:20px; text-align:center; }
.orgstats b{ display:block; font-family:var(--display); font-weight:700; font-size:clamp(30px,4vw,40px); line-height:1; color:#fff; }
.orgstats span{ display:block; margin-top:8px; font-size:13px; color:#9AA2C8; line-height:1.45; }

/* --- partners ------------------------------------------------------------ */

.partner-lead{ display:grid; gap:var(--s6); align-items:center; }
@media (min-width:760px){ .partner-lead{ grid-template-columns:300px 1fr; } }
.partner-lead .shot{ border-radius:var(--r); aspect-ratio:3/2; background:var(--paper); border:1px solid var(--hair); }
.partner-lead .shot img{ object-fit:contain; padding:18px; }
.partner-name{ font-family:var(--display); font-weight:700; font-size:clamp(26px,3.4vw,34px); line-height:1.15; }
.partner-role{ margin-top:6px; font-size:11.5px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:var(--red); }
.partner-row{ margin-top:var(--s7); display:grid; gap:var(--s5); grid-template-columns:repeat(2,1fr); align-items:center; }
@media (min-width:700px){ .partner-row{ grid-template-columns:repeat(4,1fr); } }

/* --- photo band ---------------------------------------------------------- */

.photo-band{ margin:0; padding:0; }
.photo-band .shot{ aspect-ratio:3/1; }
@media (max-width:700px){ .photo-band .shot{ aspect-ratio:3/2; } }
.photo-band figcaption{ max-width:var(--shell); margin:0 auto; padding:14px 22px 0; font-size:14px; color:var(--ink-70); }

/* --- forms --------------------------------------------------------------- */

.join-form{ max-width:520px; }
.section--navy .join-form{ color:#fff; }
.field{ display:grid; gap:7px; margin-bottom:var(--s4); }
.field label{ font-size:13px; font-weight:600; letter-spacing:.02em; }
.field label i{ font-style:normal; color:var(--ink-40); font-weight:400; }
.field input, .field select, .field textarea{
  font-family:inherit; font-size:16px; height:52px; padding:0 14px; width:100%;
  border:1px solid var(--hair); border-radius:var(--r-sm);
  background:var(--paper); color:var(--ink);
}
.field textarea{ height:auto; padding:12px 14px; }
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color:var(--red); }
.field .help{ font-size:13px; color:var(--ink-70); line-height:1.5; }
.field .error{ font-size:13px; color:var(--red); font-weight:600; }
.field input[aria-invalid="true"]{ border-color:var(--red); }
.consent{ font-size:13.5px; color:var(--ink-70); line-height:1.6; margin-bottom:var(--s4); }
.free-line{ font-size:13px; color:var(--ink-70); margin-top:var(--s3); line-height:1.55; }

.choices{ display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.choices label{ position:relative; }
.choices input{ position:absolute; inset:0; width:100%; height:100%; opacity:0; margin:0; cursor:pointer; }
.choices span{
  display:flex; align-items:center; justify-content:center; min-height:48px;
  border:1px solid var(--hair); border-radius:var(--r-sm);
  font-size:14px; font-weight:500; text-align:center; padding:0 6px; background:var(--paper);
}
.choices input:checked + span{ background:var(--navy); border-color:var(--navy); color:#fff; font-weight:600; }
@media (max-width:440px){ .choices{ grid-template-columns:repeat(2,1fr); } }

.optional-team{ background:var(--tint); border:1px solid var(--hair); border-radius:var(--r); padding:var(--s5); margin-bottom:var(--s5); }
.optional-team .eyebrow{ margin-bottom:6px; }
.optional-team .help{ font-size:13.5px; color:var(--ink-70); margin-bottom:var(--s4); line-height:1.6; }
.optional-team .field:last-child{ margin-bottom:0; }

.note{ border:1px solid var(--hair); border-left:4px solid var(--red); border-radius:var(--r-sm); padding:16px 18px; margin-bottom:var(--s5); font-size:15px; background:var(--paper); }
.note--bad{ border-left-color:var(--red); }

/* --- block close --------------------------------------------------------- */

.block-close{
  margin-top:var(--s7); padding-top:var(--s5); border-top:1px solid var(--hair);
  display:flex; flex-wrap:wrap; gap:var(--s4); align-items:center; justify-content:space-between;
}
.section--navy .block-close{ border-top-color:rgba(255,255,255,.16); }
.block-close p{ font-family:var(--display); font-weight:700; font-size:19px; max-width:44ch; line-height:1.35; }
.block-close .promise{ flex-basis:100%; font-family:var(--body); font-weight:400; font-size:12.5px; color:var(--ink-40); max-width:none; }
.section--navy .block-close .promise{ color:#7A82AC; }

/* --- name wall ----------------------------------------------------------- */

.name-wall{ font-family:var(--display); font-size:clamp(18px,2.3vw,24px); font-weight:500; line-height:2; }
.name-wall span::after{ content:"\00b7"; color:var(--red); margin:0 .5em; }
.name-wall span:last-child::after{ content:""; }

/* --- info ---------------------------------------------------------------- */

.info-grid{ display:grid; gap:var(--s3); grid-template-columns:repeat(2,1fr); }
@media (min-width:980px){ .info-grid{ grid-template-columns:repeat(4,1fr); gap:var(--s4); } }
.info{ background:var(--paper); border:1px solid var(--hair); border-radius:var(--r); padding:16px; }
.info h3{ font-family:var(--display); font-weight:700; font-size:17px; }
.info p{ margin-top:6px; font-size:13.5px; color:var(--ink-70); line-height:1.55; }
@media (min-width:980px){ .info{ padding:22px; } .info h3{ font-size:19px; } .info p{ font-size:14.5px; } }

/* --- link box on /welcome ------------------------------------------------ */

.linkbox{ background:var(--tint); border:1px solid var(--hair); border-radius:var(--r); padding:var(--s5); margin-top:var(--s6); max-width:560px; }
.linkrow{ display:flex; gap:8px; margin:var(--s3) 0 var(--s4); flex-wrap:wrap; }
.linkrow input{ flex:1 1 220px; font-family:inherit; font-size:16px; font-weight:600; height:52px; padding:0 14px; border:1px solid var(--hair); border-radius:var(--r-sm); background:var(--paper); }
.sharerow{ display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
@media (max-width:520px){ .sharerow{ grid-template-columns:1fr; } }
.count{ font-family:var(--display); font-weight:700; font-size:28px; color:var(--red); }

/* --- tables (standings, admin) ------------------------------------------- */

.rows{ width:100%; border-collapse:collapse; font-size:15px; }
.rows th{ text-align:left; font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-40); border-bottom:1px solid var(--hair); padding:10px 12px 10px 0; white-space:nowrap; }
.rows td{ padding:14px 12px 14px 0; border-bottom:1px solid var(--hair); vertical-align:top; }
.scroll-x{ overflow-x:auto; }
.bar{ display:inline-block; width:20px; height:6px; border-radius:3px; vertical-align:middle; margin-right:8px; }
.stat-row{ display:grid; gap:var(--s4); grid-template-columns:repeat(auto-fit,minmax(140px,1fr)); margin-bottom:var(--s6); }
.stat-row > div{ background:var(--paper); border:1px solid var(--hair); border-radius:var(--r); padding:20px; }
.stat-row b{ display:block; font-family:var(--display); font-weight:700; font-size:34px; line-height:1; }
.stat-row span{ font-size:11.5px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-40); }

/* --- footer -------------------------------------------------------------- */

.site-footer{ background:var(--navy-deep); color:#9AA2C8; padding:var(--s9) 0 var(--s7); font-size:14.5px; }
.site-footer .shell{ display:grid; gap:var(--s4); }
.site-footer a{ color:var(--blue-soft); }
.site-footer .orgmark{ height:44px; width:auto; margin-bottom:var(--s3); }
.site-footer b{ color:#fff; }

/* --- admin --------------------------------------------------------------- */

.admin{ background:var(--tint); }
.admin .shell{ max-width:1280px; }
.admin-bar{ background:var(--navy-deep); color:#fff; padding:14px 0; }
.admin-bar .shell{ display:flex; gap:var(--s4); align-items:center; flex-wrap:wrap; }
.admin-bar strong{ font-family:var(--display); font-weight:700; font-size:17px; }
.admin-bar nav{ display:flex; gap:var(--s4); flex-wrap:wrap; margin-left:auto; }
.admin-bar a{ font-size:13.5px; color:#C9CEEA; text-decoration:none; }
.admin-bar a:hover, .admin-bar a[aria-current="page"]{ color:#fff; text-decoration:underline; }
.admin main{ padding:var(--s6) 0 var(--s9); }
.panel{ background:var(--paper); border:1px solid var(--hair); border-radius:var(--r); padding:var(--s5); margin-bottom:var(--s5); }
.panel h2{ font-family:var(--display); font-weight:700; font-size:19px; margin-bottom:var(--s4); }
.grid-form{ display:grid; gap:var(--s4); grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); align-items:start; }
.grid-form label{ font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-40); display:block; }
.grid-form input, .grid-form select, .grid-form textarea{ font-family:inherit; font-size:15px; width:100%; padding:11px 12px; margin-top:6px; border:1px solid var(--hair); border-radius:var(--r-sm); background:var(--paper); }
.grid-form input[type=color]{ padding:3px; height:44px; }
.grid-form .wide{ grid-column:1/-1; }
.row-actions{ display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.thumb{ width:56px; height:56px; object-fit:cover; border-radius:var(--r-sm); border:1px solid var(--hair); background:var(--tint); }
.tag{ font-size:11px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; border:1px solid var(--hair); border-radius:999px; padding:3px 10px; color:var(--ink-70); }
.tag--on{ border-color:var(--red); color:var(--red); }
.mini{ font-family:inherit; font-size:15px; padding:11px 12px; border:1px solid var(--hair); border-radius:var(--r-sm); background:var(--paper); }
.btn--danger{ background:transparent; color:var(--red); border-color:var(--hair); }
.btn--danger:hover{ background:var(--red); color:#fff; border-color:var(--red); }
.admin code{ font-family:ui-monospace,Menlo,monospace; background:var(--tint); padding:2px 6px; border-radius:4px; }

@media (prefers-reduced-motion:reduce){ *{ animation:none !important; transition:none !important; } }

/* the organisation mark, sized for each place it appears */
.orgmark{ display:block; }
.announce .orgmark{ height:19px; width:auto; flex:none; }
.sec-org{ height:52px; width:auto; margin-bottom:var(--s4); }
.hero__pre img{ height:34px; width:auto; }
@media (max-width:520px){
  .announce .orgmark{ height:16px; }
  .hero__pre img{ height:26px; }
}

/* --- hero credit line ---------------------------------------------------- */
.hero__by{
  margin-top:var(--s5); font-size:12.5px; letter-spacing:.14em; text-transform:uppercase;
  color:#9AA2C8; font-weight:600;
}

/* --- music credit --------------------------------------------------------
   The station gets the credit line, the performers get the space. */
.musicby{
  display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-top:16px;
  font-size:13px; font-weight:600; letter-spacing:.14em; text-transform:uppercase;
  color:var(--ink-40);
}
.musicby img{ height:34px; width:auto; }
.musicby strong{ color:var(--ink); font-size:15px; letter-spacing:.06em; }


/* --- highlight boxes -----------------------------------------------------
   The four things somebody needs to know, straight under the hero. */

.highlights{ padding:var(--s7) 0; }
.highlights__grid{
  display:grid; gap:var(--s5); grid-template-columns:repeat(2,1fr);
}
@media (min-width:900px){ .highlights__grid{ grid-template-columns:repeat(4,1fr); } }
.hl{ text-align:center; padding:var(--s4) var(--s3); }
.hl svg{
  width:34px; height:34px; margin:0 auto 14px; display:block;
  fill:none; stroke:var(--red); stroke-width:1.7;
  stroke-linecap:round; stroke-linejoin:round;
}
.hl b{
  display:block; font-family:var(--display); font-weight:700;
  font-size:clamp(26px,3.4vw,34px); line-height:1.1; color:var(--ink);
}
.hl span{ display:block; margin-top:8px; font-size:14.5px; color:var(--ink-70); line-height:1.5; }
@media (max-width:520px){ .hl svg{ width:30px; height:30px; } }

/* --- a group inside a section, so three lists share one heading -------- */
.group + .group{ margin-top:var(--s7); }
@media (max-width:700px){ .group + .group{ margin-top:var(--s6); } }
.group__head{
  display:flex; align-items:baseline; gap:12px; flex-wrap:wrap;
  margin-bottom:var(--s4); padding-bottom:10px; border-bottom:1px solid var(--hair);
}
.group__head h3{
  font-family:var(--display); font-weight:700; font-size:clamp(20px,2.8vw,26px); line-height:1.2;
}
.group__head .musicby{ margin:0; }
.section--navy .group__head{ border-bottom-color:rgba(255,255,255,.16); }
.section--navy .group__head h3{ color:#fff; }

/* two short fields share a row so the form is not a mile of boxes */
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.field-row .field{ margin-bottom:var(--s4); }

/* the countdown reads fine at four across even on a small phone */
@media (max-width:400px){
  .countdown__clock{ gap:6px; }
  .countdown__unit{ padding:12px 2px; }
  .countdown__unit span{ font-size:9px; letter-spacing:.1em; }
}

/* stop any element from pushing the page sideways */
img, svg, table, pre{ max-width:100%; }
.rows{ table-layout:fixed; }
.rows td{ overflow-wrap:anywhere; }
