/* ==========================================================================
   Sexy Beast 2026 — site styles
   Palette:  green #004101  ·  mint #baffd0  ·  magenta #f594ff
   Display font: Ribes Black · Body font: Helvetica / Arial
   ========================================================================== */

@font-face {
  font-family: "Ribes";
  src: url("ribes-black.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --green: #004101;
  --mint: #baffd0;
  --magenta: #f594ff;
  --max-width: 900px;
}

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

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

body {
  margin: 0;
  padding: 0;
  background-color: var(--green);
  color: var(--mint);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

@media (min-width: 1000px) {
  body { font-size: 18px; }
}

img { max-width: 100%; height: auto; border: 0; display: block; }

a { color: var(--mint); text-decoration: none; }
a:hover,
a:focus { color: var(--magenta); }

strong { color: #fff; }

/* --- Layout ---------------------------------------------------------------- */
.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

section { margin: 0 auto 64px; }

/* --- Headings -------------------------------------------------------------- */
h1, h2, h3 {
  font-family: "Ribes", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
  margin: 0 0 0.4em;
}

h1 { font-size: clamp(2.4rem, 7vw, 4rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); }
h3 { font-size: 1.2rem; }

p { margin: 0 0 1em; }

.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;
}

/* --- Navigation ------------------------------------------------------------ */
.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  padding: 22px 20px;
  font-family: "Ribes", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
}
.site-nav a { padding: 4px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover,
.site-nav a:focus { border-bottom-color: var(--magenta); }
.site-nav a[aria-current="page"] { border-bottom-color: var(--mint); }

/* --- Logo / hero ----------------------------------------------------------- */
.logo {
  width: 100%;
  max-width: 340px;
  margin: 24px auto 40px;
}

.hero {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 56px;
}

/* --- Intro / event details ------------------------------------------------- */
.lead { font-size: 1.15em; font-weight: bold; }
.lead em { font-style: italic; }

.details { max-width: 620px; }
.details p { margin: 0 0 1.1em; }
.label { color: var(--magenta); font-weight: bold; }

/* --- Button ---------------------------------------------------------------- */
.btn {
  display: inline-block;
  font-family: "Ribes", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  color: var(--green);
  background-color: var(--magenta);
  padding: 16px 34px;
  border: 3px solid var(--magenta);
  border-radius: 2px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.btn:hover,
.btn:focus {
  color: var(--magenta);
  background-color: transparent;
}

/* Smaller, secondary button (e.g. the donate link above the footer) */
.btn-small {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  padding: 10px 22px;
  border-width: 2px;
}

/* Extra breathing room above the secondary donate CTA */
.donate-cta { margin-top: 40px; }

/* --- Mission / committee --------------------------------------------------- */
.mission { max-width: 620px; }
.committee { font-size: 0.95em; }

/* --- Footer ---------------------------------------------------------------- */
.site-footer {
  border-top: 1px solid rgba(186, 255, 208, 0.25);
  padding: 48px 20px 64px;
  margin-top: 24px;
}
.social-icon {
  width: 34px;
  margin: 0 auto 8px;
}
.signup { max-width: 340px; margin: 32px auto 0; }
.signup h3 { color: var(--magenta); margin-bottom: 14px; }
.signup input[type="email"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 2px solid var(--mint);
  background: transparent;
  color: var(--mint);
  font-size: 1rem;
  text-align: center;
}
.signup input[type="email"]::placeholder { color: rgba(186, 255, 208, 0.6); }
.signup input[type="submit"] {
  font-family: "Ribes", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--green);
  background-color: var(--magenta);
  border: none;
  padding: 12px 28px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.signup input[type="submit"]:hover,
.signup input[type="submit"]:focus {
  color: var(--magenta);
  background-color: transparent;
  box-shadow: inset 0 0 0 2px var(--magenta);
}
.fineprint { font-size: 0.8rem; color: rgba(186, 255, 208, 0.6); margin-top: 40px; }

/* --- Supporters page: sponsors + host committee ---------------------------- */
.supporters { margin-bottom: 72px; }
.section-head { font-size: clamp(1.6rem, 4vw, 2.4rem); }
.supporters .section-head { margin-bottom: 6px; }
.section-intro {
  color: rgba(186, 255, 208, 0.65);
  font-size: 0.95rem;
  margin: 0 auto 44px;
  max-width: 620px;
}

/* Sponsor tiers = a type-scale "ladder": prominence communicated by size */
.tiers { max-width: 820px; margin: 0 auto; }
.tier { margin-bottom: 40px; }
/* Tier labels: the display moment, set big in Ribes */
.tier-label {
  display: block;
  color: var(--magenta);
  font-family: "Ribes", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.35rem;
  font-weight: bold;
  margin-bottom: 14px;
}

/* Names: clean uppercase with descending letter-spacing ("engraved" look) */
.tier-names {
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: var(--mint);
}
.tier-platinum .tier-names { font-size: 1.7rem;  font-weight: 700; letter-spacing: 0.22em; }
.tier-gold     .tier-names { font-size: 1.15rem; font-weight: 600; letter-spacing: 0.16em; line-height: 1.7; }
.tier-silver   .tier-names { font-size: 0.95rem; font-weight: 500; letter-spacing: 0.13em; line-height: 1.8; }
.tier-bronze   .tier-names {
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 2;
  columns: 3;
  column-gap: 28px;
  max-width: 820px;
  margin: 0 auto;
}
.tier-bronze .tier-names span { white-space: nowrap; }
.tier-bronze .tier-names span { display: block; break-inside: avoid; }
.tier-names .sep { color: var(--magenta); letter-spacing: 0; padding: 0 0.35em; }

/* Host committee = dense but elegant multi-column list, lighter than sponsors */
.committee-list {
  columns: 3;
  column-gap: 40px;
  max-width: 820px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.95;
}
.committee-list span { display: block; break-inside: avoid; }

.divider-soft {
  border: 0;
  border-top: 1px solid rgba(186, 255, 208, 0.18);
  max-width: 820px;
  margin: 0 auto 56px;
}

/* Special thank-you note */
.special-thanks {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--mint);
}

@media (max-width: 720px) {
  .tier-bronze .tier-names { columns: 2; }
  .tier-bronze .tier-names span { white-space: normal; }
  .committee-list { columns: 2; column-gap: 24px; }
}
@media (max-width: 420px) {
  .committee-list { columns: 1; }
}

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