/* ============================================================
   The Recluse Community — public site
   ------------------------------------------------------------
   Palette carried over from the original site, which took it
   from the building itself: the community hall is navy blue
   with tan siding under a big sky. Navy chrome, tan/gold
   accents, warm brown for dark bands, cream paper.

   The wordmark reuses Sabatons, the display face the old site
   set "The Recluse Community" in.
   ============================================================ */

@font-face {
  font-family: "Sabatons";
  src: url("/fonts/Sabatons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  /* swap: the wordmark must render immediately in the fallback serif rather
     than leave a blank header while a 100kB TTF downloads. */
  font-display: swap;
}

:root {
  --navy: #0b3c74;
  --navy-deep: #072a53;
  --navy-mid: #114e87;
  --navy-bright: #1b60ed;

  --gold: #f5b43e;
  --gold-deep: #b77600;
  --tan: #bb9859;
  --tan-light: #e6d4b3;

  --brown: #3e2f13;
  --brown-light: #5a4726;

  --paper: #faf7f1;
  --paper-2: #f1ebe0;
  --ink: #241d10;
  --ink-2: #4d4433;
  --muted: #736850;
  --rule: #ded3c0;

  --wrap: 1120px;
  --r: 4px;

  --display: "Sabatons", "Iowan Old Style", Palatino, Georgia, serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { line-height: 1.15; margin: 0 0 .5em; }
/* Display face for the wordmark and hero only — at card-heading sizes it is
   noticeably harder to read than it is characterful. */
h1 { font-family: var(--display); font-weight: normal; font-size: clamp(2.3rem, 5.6vw, 3.9rem); letter-spacing: .005em; }
h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-family: var(--serif); font-weight: 600; font-size: 1.12rem; }
p { margin: 0 0 1rem; }
a { color: var(--navy-mid); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--gold-deep); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.muted { color: var(--muted); }
.dot { margin: 0 .5em; opacity: .5; }
.plain { list-style: none; margin: 0; padding: 0; }
.plain li { margin-bottom: .4rem; }

.skip { position: absolute; left: -9999px; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 100; }
.skip:focus { left: 12px; top: 12px; }

/* --- Header (navy, as on the old site) -------------------------------- */

.siteheader {
  background: linear-gradient(to bottom, var(--navy) 0%, var(--navy-deep) 100%);
  border-bottom: 3px solid var(--gold);
}
.siteheader-inner { display: flex; align-items: center; gap: 20px; min-height: 84px; }

.wordmark { text-decoration: none; color: #fff; display: flex; flex-direction: column; line-height: 1.05; }
.wordmark-name {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  letter-spacing: .01em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}
.wordmark-sub {
  font-size: .68rem; letter-spacing: .17em; text-transform: uppercase;
  color: var(--tan-light); margin-top: 3px;
}

.sitenav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.sitenav a { color: #e8eef7; text-decoration: none; font-size: .95rem; }
.sitenav a:hover { color: var(--gold); }
.sitenav a.btn { color: var(--brown); }

.navtoggle, .navburger { display: none; }

/* --- Buttons --------------------------------------------------------- */

.btn {
  display: inline-block; padding: 11px 22px; border-radius: var(--r);
  border: 1px solid transparent; font: inherit; font-size: .95rem; font-weight: 700;
  text-decoration: none; cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn-accent { background: var(--gold); color: var(--brown); }
.btn-accent:hover { background: #ffc659; color: var(--brown); }
.btn-ghost { border-color: currentColor; color: var(--navy); background: transparent; }
.btn-ghost:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-sm { padding: 8px 15px; font-size: .88rem; }
.btn-lg { padding: 14px 28px; font-size: 1rem; }

.link-arrow { font-weight: 700; text-decoration: none; white-space: nowrap; }
.link-arrow::after { content: " →"; }
.link-arrow:hover { text-decoration: underline; }

/* --- Hero ------------------------------------------------------------ */

/* The hall itself is the default backdrop — the building the trust exists to
   keep standing. An event with its own photograph overrides it inline. */
.hero {
  --hero-image: url("/images/hall-banner.jpg");
  position: relative;
  padding: clamp(72px, 12vw, 150px) 0 clamp(64px, 10vw, 118px);
  background-image:
    linear-gradient(to right, rgba(7, 28, 56, .93) 0%, rgba(7, 28, 56, .80) 48%, rgba(7, 28, 56, .48) 100%),
    var(--hero-image);
  background-size: cover;
  background-position: center 62%;
  color: #fff;
  border-bottom: 3px solid var(--gold);
}

.hero-inner { position: relative; max-width: 760px; }

.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; flex-wrap: wrap; }

.countdown {
  font-size: .78rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold);
}

.hero-title { color: #fff; margin-bottom: .3em; text-shadow: 0 2px 10px rgba(0, 0, 0, .35); }

.hero-when {
  font-family: var(--serif);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: var(--tan-light);
  margin-bottom: 1rem;
}

.hero-lede { font-size: 1.15rem; color: #e7eaf0; max-width: 60ch; margin-bottom: 2rem; }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .btn-ghost { border-color: #fff; color: #fff; }
.hero .btn-ghost:hover { background: #fff; color: var(--navy); border-color: #fff; }

/* --- Tags ------------------------------------------------------------ */

.tag {
  display: inline-block; padding: 3px 11px; border-radius: 999px;
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  border: 1px solid currentColor; white-space: nowrap;
}
.hero .tag { color: var(--gold); }
.tag-community  { color: var(--navy-mid); }
.tag-fundraiser { color: var(--gold-deep); }
.tag-playday    { color: #4e6b34; }
.tag-volunteer  { color: var(--tan); }

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

.section { padding: clamp(56px, 8vw, 88px) 0; }
.band { padding: clamp(56px, 8vw, 88px) 0; background: var(--paper-2); border-bottom: 1px solid var(--rule); }
.band-quiet { background: var(--paper); }

.section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 20px; margin-bottom: 32px; flex-wrap: wrap;
}
.section-head h2 { margin: 0; color: var(--navy); }

.notice {
  background: #fff; border: 1px solid var(--rule); border-left: 3px solid var(--gold);
  padding: 14px 18px; border-radius: var(--r);
}

/* --- Support cards --------------------------------------------------- */

.support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }

.support-card {
  background: #fff; border: 1px solid var(--rule); border-radius: var(--r);
  padding: 30px 28px; display: flex; flex-direction: column; align-items: flex-start;
}
.support-card h2 { font-size: 1.35rem; color: var(--navy); }
.support-card p { color: var(--ink-2); flex: 1; }
.support-card-lead { border-top: 3px solid var(--gold); }

/* --- Event list ------------------------------------------------------ */

.eventlist { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }

.eventrow {
  display: grid; grid-template-columns: 68px 1fr auto; gap: 24px;
  align-items: start; padding: 24px 0; border-bottom: 1px solid var(--rule);
}

.eventdate {
  text-align: center; border: 1px solid var(--rule); border-radius: var(--r);
  padding: 8px 0 6px; background: #fff;
}
.eventdate-mon {
  display: block; font-size: .68rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gold-deep);
}
.eventdate-day { display: block; font-family: var(--serif); font-size: 1.7rem; line-height: 1.1; color: var(--navy); }

.eventbody h3 { margin-bottom: .2em; }
.eventbody h3 a { color: var(--navy); text-decoration: none; }
.eventbody h3 a:hover { color: var(--gold-deep); text-decoration: underline; }
.eventbody p { margin-bottom: .35rem; }
.eventmeta { color: var(--ink-2); font-size: .95rem; }

.series-note { font-size: .82rem; color: var(--muted); font-style: italic; }

/* --- About ----------------------------------------------------------- */

.about-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 56px; align-items: start; }
.about-grid h2 { color: var(--navy); }
.about-grid p { color: var(--ink-2); }

.factlist { margin: 0; }
.factlist > div { padding: 14px 0; border-bottom: 1px solid var(--rule); }
.factlist > div:first-child { border-top: 1px solid var(--rule); }
.factlist dt {
  font-size: .74rem; font-weight: 700; letter-spacing: .11em;
  text-transform: uppercase; color: var(--gold-deep); margin-bottom: 2px;
}
.factlist dd { margin: 0; font-family: var(--serif); font-size: 1.05rem; }

/* --- Footer ---------------------------------------------------------- */

.sitefooter { background: var(--brown); color: #d8cdb6; padding: 56px 0 26px; border-top: 3px solid var(--gold); }
.sitefooter h3 {
  color: var(--gold); font-family: var(--sans); font-size: .76rem;
  letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px;
}
.sitefooter a { color: #ece2cd; text-decoration: none; }
.sitefooter a:hover { color: var(--gold); text-decoration: underline; }
.sitefooter .muted { color: #a2937a; }

.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.footer-brand { font-family: var(--display); font-size: 1.35rem; color: #fff; margin-bottom: .4rem; }

.footer-legal { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--brown-light); }
.footer-legal p { margin: 0; font-size: .88rem; }

/* --- Responsive ------------------------------------------------------ */

@media (max-width: 860px) {
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }

  .navburger { display: block; margin-left: auto; width: 30px; height: 22px; cursor: pointer; position: relative; }
  .navburger span, .navburger::before, .navburger::after {
    content: ""; position: absolute; left: 0; right: 0; height: 2px; background: #fff;
  }
  .navburger span { top: 10px; }
  .navburger::before { top: 2px; }
  .navburger::after { bottom: 2px; }

  .sitenav {
    display: none; order: 3; width: 100%; margin: 0;
    flex-direction: column; align-items: flex-start; gap: 0; padding-bottom: 14px;
  }
  .navtoggle:checked ~ .sitenav { display: flex; }
  .sitenav a { padding: 11px 0; width: 100%; border-top: 1px solid rgba(255, 255, 255, .18); }
  .sitenav a.btn { margin-top: 12px; width: auto; border-top: 0; }

  .siteheader-inner { flex-wrap: wrap; }

  /* Shift the crop so the hall stays in frame on a narrow screen. */
  .hero { background-position: 68% 62%; }

  .eventrow { grid-template-columns: 56px 1fr; gap: 16px; }
  .eventrow .tag { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; text-align: center; }
}

/* --- Interior page head ----------------------------------------------- */

.pagehead {
  background: linear-gradient(to bottom, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
  padding: clamp(44px, 7vw, 76px) 0 clamp(36px, 6vw, 60px);
  border-bottom: 3px solid var(--gold);
}
.pagehead h1 { color: #fff; }
.pagehead .tag { color: var(--gold); }
.pagelede { font-size: 1.12rem; color: #dfe5ee; max-width: 60ch; margin: 0; }

/* --- Hall page --------------------------------------------------------- */

.hall-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }

.calnav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.calnav strong { font-family: var(--serif); font-size: 1.15rem; }
.calnav [aria-disabled="true"] { opacity: .35; pointer-events: none; }

.availcal {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 1px;
  background: var(--rule); border: 1px solid var(--rule); border-radius: var(--r); overflow: hidden;
}
.availcal-head {
  background: var(--paper-2); padding: 7px 0; text-align: center;
  font-size: .7rem; font-weight: 700; letter-spacing: .08em; color: var(--muted);
}
.availcal-cell {
  background: #fff; min-height: 62px; padding: 6px 7px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.availcal-cell.is-empty { background: var(--paper-2); }
.availcal-day { font-size: .82rem; font-weight: 700; color: var(--ink-2); }
.availcal-state { font-size: .66rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
/* Free days read as available at a glance; taken days are muted, not alarming —
   a booked hall is a good thing for the trust. */
.availcal-cell.is-free .availcal-state { color: #2f7d4f; }
.availcal-cell.is-busy { background: var(--paper-2); }
.availcal-cell.is-busy .availcal-state { color: var(--gold-deep); }
.availcal-cell.is-past { background: #fbfaf7; }
.availcal-cell.is-past .availcal-day { color: var(--rule); }

.callegend { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: .84rem; margin-top: 12px; }
/* The two swatches must be tellable apart against the cream page — a plain
   tint difference disappears here, so the booked one carries the accent. */
.swatch { width: 14px; height: 14px; border-radius: 3px; border: 1px solid var(--rule); display: inline-block; }
.swatch-free { background: #fff; }
.swatch-busy { background: var(--paper-2); border-color: var(--gold-deep); box-shadow: inset 0 -3px 0 var(--gold); }

.hallfacts { margin-top: 26px; }
.hallfacts h3 { color: var(--navy); }
.terms { font-size: .9rem; margin-top: 14px; margin-bottom: 0; }

/* --- Forms ------------------------------------------------------------- */

.requestform { background: #fff; }
.field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 15px; flex: 1; }
.field > span { font-size: .84rem; font-weight: 700; }
.field > span em { color: var(--gold-deep); font-style: normal; }
.field.narrow { flex: 0 0 190px; }
.row { display: flex; gap: 16px; flex-wrap: wrap; }
.hint { font-size: .85rem; margin-top: -6px; }

.input {
  width: 100%; background: #fff; color: var(--ink);
  border: 1px solid var(--rule); border-radius: var(--r);
  padding: 10px 12px; font: inherit;
}
.input:focus { outline: 2px solid var(--navy-mid); outline-offset: -1px; }
textarea.input { resize: vertical; }

/* Honeypot — kept out of the layout and off the tab order, but not
   display:none, which some bots specifically look for. */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.formerror {
  background: #fff5f5; border: 1px solid #d98080; border-left: 3px solid #a32f2f;
  color: #7d2020; border-radius: var(--r); padding: 12px 16px; margin-bottom: 16px;
}
.formerror p { margin: 0 0 6px; }
.formerror p:last-child { margin: 0; }

.confirm {
  background: #fff; border: 1px solid var(--rule); border-top: 3px solid var(--gold);
  border-radius: var(--r); padding: 28px 30px;
}
.confirm h2 { color: var(--navy); margin-bottom: .4em; }

@media (max-width: 860px) {
  .hall-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  .availcal-cell { min-height: 50px; padding: 4px; }
  .availcal-state { font-size: .58rem; }
  .field.narrow { flex: 1; }
}

/* --- Community calendar ------------------------------------------------ */

.calnav-lg { margin-bottom: 22px; }
.calmonth { margin: 0; color: var(--navy); text-align: center; flex: 1; }

.monthcal {
  display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 1px;
  background: var(--rule); border: 1px solid var(--rule);
  border-radius: var(--r); overflow: hidden;
}
.monthcal-head {
  background: var(--navy); color: #fff; padding: 9px 4px; text-align: center;
  font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
}
.monthcal-head abbr { text-decoration: none; border: 0; }

.monthcal-cell {
  background: #fff; min-height: 118px; padding: 6px;
  display: flex; flex-direction: column; gap: 3px;
}
.monthcal-cell.is-empty { background: var(--paper-2); }
.monthcal-cell.is-past { background: #fbfaf7; }
.monthcal-cell.is-past .monthcal-day { color: var(--rule); }
.monthcal-cell.is-today { outline: 2px solid var(--gold); outline-offset: -2px; }

.monthcal-day { font-size: .8rem; font-weight: 700; color: var(--ink-2); }

.calentry {
  font-size: .72rem; line-height: 1.3; padding: 3px 6px; border-radius: 3px;
  border-left: 3px solid currentColor; background: var(--paper-2);
  display: flex; flex-direction: column; overflow: hidden;
}
.calentry-title { font-weight: 700; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.calentry-time { color: var(--muted); font-size: .68rem; }

.calentry-community  { color: var(--navy-mid); }
.calentry-fundraiser { color: var(--gold-deep); }
.calentry-playday    { color: #4e6b34; }
.calentry-volunteer  { color: var(--tan); }
/* A private rental is deliberately the quietest thing on the grid: it marks the
   date as gone without drawing attention to somebody's private occasion. */
.calentry-rental { color: var(--muted); background: repeating-linear-gradient(
  45deg, var(--paper-2), var(--paper-2) 5px, #e9e2d5 5px, #e9e2d5 10px); }
.calentry-rental .calentry-title { font-weight: 600; color: var(--muted); }

.calentry.is-cancelled .calentry-title { text-decoration: line-through; opacity: .65; }

.callegend-lg { gap: 18px; margin-top: 18px; }
.callegend-lg span { display: inline-flex; align-items: center; gap: 7px; }
.key { width: 12px; height: 12px; border-radius: 2px; border-left: 3px solid currentColor; background: var(--paper-2); display: inline-block; }
.key-community  { color: var(--navy-mid); }
.key-fundraiser { color: var(--gold-deep); }
.key-playday    { color: #4e6b34; }
.key-volunteer  { color: var(--tan); }
.key-rental     { color: var(--muted); }

.calnote { font-size: .86rem; margin-top: 12px; }
.callempty { margin-top: 18px; }

.calcta {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap; margin-top: 40px; padding: 26px 30px;
  background: #fff; border: 1px solid var(--rule); border-top: 3px solid var(--gold);
  border-radius: var(--r);
}
.calcta h3 { color: var(--navy); margin-bottom: .25em; }
.calcta p { margin: 0; }

@media (max-width: 640px) {
  .monthcal-cell { min-height: 74px; padding: 3px; }
  .calentry { font-size: .62rem; padding: 2px 4px; }
  .calentry-time { display: none; }
  .calmonth { font-size: 1.3rem; }
}


/* --- Deposit pay page ------------------------------------------------- */

.narrow-col { max-width: 560px; }
.paycard { background: #fff; }
.paycard h2 { color: var(--navy); }
.payamount { font-family: var(--serif); font-size: 1.4rem; color: var(--navy); }
.paybtn { display: block; text-align: center; margin: 22px 0 14px; }
.sandboxnote { color: var(--gold-deep); font-weight: 700; }

/* --- Board roster ----------------------------------------------------- */

.boardgrid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 26px;
}
.boardcard { text-align: center; }
.boardphoto {
  width: 130px; height: 130px; margin: 0 auto 14px; border-radius: 50%;
  background-size: cover; background-position: center top;
  border: 3px solid #fff; box-shadow: 0 4px 14px rgba(11, 60, 116, .18);
  background-color: var(--paper-2);
}
.boardcard h3 { margin: 0 0 2px; color: var(--navy); }
.boardrole {
  margin: 0 0 8px; font-size: .8rem; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: var(--gold-deep);
}
.boardbio { font-size: .92rem; }

/* --- Sponsors --------------------------------------------------------- */
.sponsorgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 22px; }
.sponsorcard {
  background: #fff; border: 1px solid var(--rule); border-radius: var(--r);
  padding: 22px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px;
  min-height: 130px; justify-content: center;
}
.sponsorlink { display: block; }
.sponsorlogo { max-width: 100%; max-height: 80px; object-fit: contain; }
.sponsorname { font-family: var(--serif); font-size: 1.2rem; color: var(--navy); font-weight: 600; }
.sponsortier { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-deep); }
.sponsorblurb { font-size: .88rem; margin: 0; }

/* --- Chili table showcase (QR target) --------------------------------- */
.chilihead { background: linear-gradient(to bottom, #7a1f12 0%, #571109 100%); }
.showcard {
  display: grid; grid-template-columns: 150px 1fr; gap: 24px; align-items: start;
  background: #fff; border: 1px solid var(--rule); border-radius: var(--r); padding: 24px; margin-bottom: 22px;
}
.showphoto { width: 150px; height: 150px; border-radius: 50%; background-size: cover; background-position: center;
  border: 3px solid #fff; box-shadow: 0 4px 14px rgba(0,0,0,.18); background-color: var(--paper-2); }
.showbody h2 { color: var(--navy); margin-bottom: .2em; }
.showcook { font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: .8em; }

.showsponsor { text-align: center; background: var(--paper-2); border: 1px solid var(--rule); border-radius: var(--r); padding: 26px; margin-bottom: 20px; }
.showsponsor-eyebrow { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.showsponsor-card { margin-bottom: 12px; }
.showsponsor-logo { max-width: 260px; max-height: 120px; object-fit: contain; }
.showsponsor-name { font-family: var(--serif); font-size: 1.6rem; color: var(--navy); }
.showfoot { text-align: center; }

@media (max-width: 560px) {
  .showcard { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}


/* --- Public Chili Cook-Off page --------------------------------------- */
.chili-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
.chili-grid h2 { color: var(--navy); margin-top: 1.4em; }
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { padding: 6px 0 6px 30px; position: relative; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-deep); font-weight: 700; }
.rules { white-space: pre-line; }
@media (max-width: 860px) { .chili-grid { grid-template-columns: 1fr; gap: 32px; } }
