/*
File: fc-theme.css
Semantic version: 1.0.0
Purpose: Present the approved Light Fall Classic tournament identity.
Project: Dirty Birdies 2026 tournament platform
Relative path: web/dist/assets/fc-theme.css
Created: 2026-08-23 10:32:04 -0400
Last modified: 2026-08-23 11:13:01 -0400
*/

.fall-classic-page {
  color-scheme: light;
  background: #fff8e8;
  color: #12100e;
}

.fall-classic-page::before { display: none; }

.fc-main {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.fall-classic--light {
  --fc-cream: #fff8e8;
  --fc-espresso: #12100e;
  --fc-green: #1b4332;
  --fc-maroon: #6b1e2e;
  --fc-gold: #d79a2b;
  --fc-rust: #9a632e;
  --fc-rust-bright: #b5522a;
  --fc-parchment: #f1e0b8;
  --fc-timber: #2b1f13;
  --fc-brown: #3a2a1a;
  --fc-leather: #6f4d2d;
  --slate-950: var(--fc-espresso);
  --slate-900: var(--fc-cream);
  --slate-800: #fffdf6;
  --slate-700: #d7c59e;
  --slate-400: var(--fc-leather);
  --slate-200: var(--fc-brown);
  --slate-50: var(--fc-espresso);
  --emerald: var(--fc-gold);
  --emerald-hover: var(--fc-rust);
  --amber: var(--fc-maroon);
  --shadow: 0 24px 65px rgb(43 31 19 / 14%);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--fc-cream);
  color: var(--fc-espresso);
}

.fall-classic--light > section,
.fall-classic--light > .fc-leaf-divider {
  width: min(calc(100% - 2rem), 74rem);
  margin-inline: auto;
}

.fall-classic--light h1,
.fall-classic--light h2,
.fall-classic--light h3 { color: var(--fc-espresso); }
.fall-classic--light .fc-hero__copy h1 { color: var(--fc-green); }

.fall-classic--light .eyebrow,
.fall-classic--light .text-link { color: var(--fc-maroon); }

.fall-classic--light .page-lede,
.fall-classic--light .section-intro,
.fall-classic--light .card > p,
.fall-classic--light .flight-card > p:last-child,
.fall-classic--light .muted { color: var(--fc-leather); }

.fall-classic--light .button {
  border-radius: 2px 15px 2px 15px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.fall-classic--light .button--primary {
  border-color: var(--fc-gold);
  background: var(--fc-gold);
  color: var(--fc-espresso);
  box-shadow: 0 12px 30px rgb(154 99 46 / 20%);
}

.fall-classic--light .button--primary:hover,
.fall-classic--light .button--primary:focus-visible {
  border-color: var(--fc-rust);
  background: var(--fc-rust);
  color: var(--fc-cream);
}

.fall-classic--light .button--secondary {
  border-color: var(--fc-maroon);
  background: transparent;
  color: var(--fc-maroon);
}

.fall-classic--light .button--secondary:hover,
.fall-classic--light .button--secondary:focus-visible {
  border-color: var(--fc-maroon);
  background: var(--fc-maroon);
  color: var(--fc-cream);
}

.fall-classic--light a:focus-visible,
.fall-classic--light button:focus-visible {
  outline: 3px solid var(--fc-rust-bright);
  outline-offset: 4px;
}

.fall-classic--light.tournament-theme::before {
  inset: 0;
  background: var(--fc-cream);
}

.fall-classic--light .fc-hero {
  position: relative;
  display: grid;
  min-height: 43rem;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  overflow: visible;
  border: 0;
  padding: clamp(3.25rem, 8vw, 6rem) 0;
}

.fall-classic--light .fc-hero::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -3;
  border-bottom: 5px solid var(--fc-maroon);
  background:
    linear-gradient(90deg, transparent 0 68%, rgb(215 154 43 / 13%) 68% 100%),
    var(--fc-cream);
  content: "";
}

.fall-classic--light .fc-hero::after {
  position: absolute;
  right: calc(50% - 50vw - 2rem);
  bottom: -7.5rem;
  z-index: -2;
  width: min(56vw, 52rem);
  height: 14rem;
  border-radius: 50% 0 0 0;
  background: var(--fc-maroon);
  content: "";
  transform: rotate(4deg);
  transform-origin: bottom right;
}

.fc-hero__copy { position: relative; z-index: 4; min-width: 0; }

.fc-brand-lockup {
  width: clamp(9.5rem, 17vw, 12rem);
  min-height: 0;
  display: inline-flex;
  margin-bottom: 2rem;
  border-radius: 3px 20px 3px 20px;
  background: var(--fc-maroon);
  padding: .75rem 1rem;
  box-shadow: .7rem .7rem 0 rgb(215 154 43 / 28%);
}

.fc-brand-lockup img { width: 100%; height: auto; }

.fall-classic--light .fc-hero .eyebrow {
  margin-bottom: 1rem;
  color: var(--fc-maroon);
}

.fall-classic--light .fc-hero h1 {
  max-width: 9.5ch;
  margin: 0 0 1.4rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8.5vw, 7.5rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.07em;
  line-height: .82;
}

.fall-classic--light .fc-hero .page-lede {
  max-width: 38rem;
  color: var(--fc-leather);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.fc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.fall-classic--light .tournament-character {
  position: relative;
  width: 100%;
  min-height: 34rem;
  align-self: end;
  text-align: center;
}

.fc-mascot-halo {
  position: absolute;
  top: 4%;
  left: 50%;
  width: min(26rem, 90%);
  aspect-ratio: 1;
  border: 9px solid var(--fc-maroon);
  border-radius: 50%;
  background: var(--fc-gold);
  box-shadow: 1.25rem 1.25rem 0 rgb(107 30 46 / 11%);
  transform: translateX(-50%);
}

.fall-classic--light .tournament-character .tournament-character__mascot {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: min(26rem, 94%);
  height: 35rem;
  margin: auto;
  border-radius: 0;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 1.25rem 1.2rem rgb(43 31 19 / 24%));
}

.fall-classic--light .tournament-character p {
  position: absolute;
  right: 0;
  bottom: 1rem;
  z-index: 5;
  margin: 0;
  background: var(--fc-maroon);
  padding: .55rem .8rem;
  color: var(--fc-cream);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.fall-classic--light .tournament-character .fc-leaf {
  position: absolute;
  z-index: 3;
  height: auto;
  margin: 0;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 .7rem .55rem rgb(43 31 19 / 14%));
  pointer-events: none;
}

.fc-leaf--hero-red {
  top: 2%;
  right: -4%;
  width: clamp(4.5rem, 9vw, 7rem);
  transform: rotate(16deg);
}

.fc-leaf--hero-gold {
  right: 2%;
  bottom: 15%;
  width: clamp(3.7rem, 7vw, 5.5rem);
  transform: rotate(-14deg);
}

.fc-leaf--hero-birch {
  top: 27%;
  left: -5%;
  width: clamp(4rem, 8vw, 6.5rem);
  transform: rotate(-22deg);
}

.fall-classic--light > .section,
.fall-classic--light > .deep-section {
  position: relative;
  padding-block: clamp(4.5rem, 9vw, 7rem);
}

.fall-classic--light .section-heading { margin-bottom: 2rem; }

.fall-classic--light .section-heading h2 {
  max-width: 18ch;
  font-size: clamp(2.5rem, 5.5vw, 4.3rem);
}

.fall-classic--light .detail-grid {
  border-color: rgb(107 30 46 / 24%);
  border-radius: 2px 24px 2px 24px;
  background: rgb(107 30 46 / 18%);
  box-shadow: var(--shadow);
}

.fall-classic--light .detail-grid div {
  min-height: 7.5rem;
  background: rgb(255 253 246 / 92%);
  padding: 1.35rem;
}

.fall-classic--light .detail-grid dt {
  color: var(--fc-maroon);
  font-size: .67rem;
  letter-spacing: .15em;
}

.fall-classic--light .detail-grid dd {
  color: var(--fc-espresso);
  font-family: "Archivo", sans-serif;
}

.fall-classic--light .detail-grid .muted {
  display: block;
  margin-top: .25rem;
  line-height: 1.5;
}

.fc-season-section::after {
  position: absolute;
  top: 5rem;
  right: -12rem;
  z-index: -1;
  width: 24rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgb(215 154 43 / 8%);
  content: "";
}

.fc-leaf-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-block: .5rem 1.5rem;
}

.fc-leaf-divider span {
  width: min(5rem, 18vw);
  height: 1px;
  background: rgb(107 30 46 / 35%);
}

.fc-leaf-divider img { width: 2.6rem; height: auto; transform: rotate(12deg); }

.fall-classic--light .fc-format-band::before {
  inset: 0 calc(50% - 50vw);
  border: 0;
  background:
    linear-gradient(135deg, transparent 65%, rgb(215 154 43 / 8%) 65%),
    var(--fc-maroon);
}

.fall-classic--light .fc-format-band > .section-heading h2,
.fall-classic--light .fc-format-band > .subsection-title { color: var(--fc-cream); }

.fall-classic--light .fc-format-band .eyebrow { color: var(--fc-gold); }

.fall-classic--light .fc-format-band > .section-intro { color: var(--fc-parchment); }

.fall-classic--light .fc-format-band > .section-intro strong { color: var(--fc-cream); }

.fall-classic--light .flight-grid { gap: 1rem; }

.fall-classic--light .flight-card,
.fall-classic--light .card {
  border-color: rgb(107 30 46 / 20%);
  border-radius: 2px 18px 2px 18px;
  background: rgb(255 253 246 / 92%);
  box-shadow: 0 16px 38px rgb(43 31 19 / 9%);
}

.fall-classic--light .flight-card::before { height: 5px; background: var(--fc-gold); }
.fall-classic--light .flight-card--amber::before { background: var(--fc-rust-bright); }
.fall-classic--light .flight-card--slate::before { background: var(--fc-parchment); }

.fall-classic--light .flight-card__index {
  color: var(--fc-maroon);
  letter-spacing: .1em;
}

.fall-classic--light .flight-card h3,
.fall-classic--light .card h3,
.fall-classic--light .card strong { color: var(--fc-espresso); }

.fall-classic--light .fc-format-band > .card { margin-top: 1rem; }

.fall-classic--light .tbc-note {
  border-color: var(--fc-maroon);
  border-radius: 2px 12px 2px 12px;
  background: var(--fc-maroon);
  color: var(--fc-cream);
}

.fall-classic--light .card__icon {
  border-radius: 2px 12px 2px 12px;
  background: var(--fc-maroon);
  color: var(--fc-cream);
}

.fall-classic--light .card__icon--amber { background: var(--fc-gold); color: var(--fc-espresso); }

.fc-contests-section::before,
.fc-addons-section::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -2;
  content: "";
}

.fc-contests-section::before { background: var(--fc-cream); }
.fc-addons-section::before { background: #fbefcf; }

.fc-leaf-watermark::after {
  position: absolute;
  right: -10rem;
  bottom: 1.5rem;
  z-index: -1;
  width: min(31rem, 58vw);
  aspect-ratio: 375 / 337;
  background: url("/assets/fc/leaves/maple-rust.png") center / contain no-repeat;
  content: "";
  opacity: .065;
  transform: rotate(-8deg);
}

.fall-classic--light .fc-charity-section::before {
  inset: 0 calc(50% - 50vw);
  border-block-color: rgb(107 30 46 / 16%);
  background: var(--fc-parchment);
}

.fall-classic--light .charity-partner__mark {
  border-color: rgb(107 30 46 / 20%);
  border-radius: 2px 18px 2px 18px;
}

.fall-classic--light .tournament-sponsors {
  border-top-color: rgb(107 30 46 / 20%);
}

.fall-classic--light .sponsor-logo-tile {
  border-color: rgb(107 30 46 / 22%);
  border-radius: 2px 16px 2px 16px;
  background: #fff;
}

.fall-classic--light .sponsor-logo-tile:hover,
.fall-classic--light .sponsor-logo-tile:focus-visible {
  border-color: var(--fc-maroon);
  box-shadow: 0 0 0 3px rgb(107 30 46 / 12%);
}

.fall-classic--light .sponsor-logo-tile--dark { background: var(--fc-timber); }

.fall-classic--light .cta-band {
  overflow: hidden;
  border: 0;
  border-radius: 2px 24px 2px 24px;
  background:
    linear-gradient(105deg, transparent 68%, rgb(215 154 43 / 11%) 68%),
    var(--fc-maroon);
  box-shadow: 0 22px 55px rgb(107 30 46 / 22%);
}

.fall-classic--light .cta-band .eyebrow { color: var(--fc-gold); }
.fall-classic--light .cta-band h2 { color: var(--fc-cream); }

.fall-classic--light .past-card {
  border-color: rgb(107 30 46 / 20%);
  border-radius: 2px 18px 2px 18px;
  background: #fffdf6;
  box-shadow: var(--shadow);
}

.fall-classic--light .past-card p { color: var(--fc-leather); }

.fall-classic-page .site-footer {
  border-top: 0;
  background: var(--fc-maroon, #6b1e2e);
  color: #f1e0b8;
}

.fall-classic-page .site-footer__brand { color: #fff8e8; }

@media (min-width: 641px) {
  .fall-classic--light .fc-hero { grid-template-columns: minmax(0, 1.06fr) minmax(20rem, .94fr); }
  .fall-classic--light .tournament-character { min-height: 35rem; }
}

@media (min-width: 1100px) {
  .fall-classic--light .fc-season-section .detail-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .fall-classic--light .fc-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding-top: 4rem;
  }

  .fall-classic--light .fc-hero::before {
    background:
      linear-gradient(180deg, transparent 0 55%, rgb(215 154 43 / 12%) 55% 100%),
      var(--fc-cream);
  }

  .fall-classic--light .fc-hero::after { right: calc(50% - 50vw - 5rem); width: 85vw; }
  .fall-classic--light .fc-hero h1 { max-width: 10.5ch; }
  .fall-classic--light .tournament-character { min-height: 30rem; }
  .fall-classic--light .tournament-character .tournament-character__mascot { height: 31rem; }
  .fc-mascot-halo { width: min(23rem, 82%); }
  .fc-leaf--hero-red { right: 2%; }
  .fc-leaf--hero-birch { left: 5%; }
}

@media (max-width: 640px) {
  .fall-classic--light > section,
  .fall-classic--light > .fc-leaf-divider { width: min(calc(100% - 1.25rem), 74rem); }

  .fall-classic--light .fc-hero { gap: 1.5rem; padding: 3rem 0 2rem; }
  .fc-brand-lockup { margin-bottom: 1.6rem; }
  .fall-classic--light .fc-hero h1 { font-size: clamp(3.55rem, 17vw, 5rem); }
  .fall-classic--light .fc-hero .page-lede { font-size: .96rem; }
  .fc-hero__actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .fc-hero__actions .button { width: 100%; }

  .fall-classic--light .tournament-character { min-height: 26rem; }
  .fall-classic--light .tournament-character .tournament-character__mascot {
    bottom: -1rem;
    width: min(22rem, 95%);
    height: 27rem;
  }

  .fc-mascot-halo { top: 7%; width: min(19rem, 82%); border-width: 7px; }
  .fc-leaf--hero-red { top: 4%; right: 0; width: 4.3rem; }
  .fc-leaf--hero-gold { right: 0; bottom: 18%; width: 3.8rem; }
  .fc-leaf--hero-birch { top: 30%; left: 0; width: 4.4rem; }

  .fall-classic--light .tournament-character p {
    right: .25rem;
    bottom: .75rem;
    max-width: 11rem;
    text-align: left;
  }

  .fall-classic--light > .section,
  .fall-classic--light > .deep-section { padding-block: 4rem; }
  .fall-classic--light .section-heading h2 { font-size: clamp(2.25rem, 11vw, 3.1rem); }
  .fall-classic--light .detail-grid div { min-height: 6.5rem; padding: 1.15rem; }
  .fc-leaf-watermark::after { right: -8rem; width: 23rem; opacity: .05; }
  .fall-classic--light .cta-band { margin-inline: auto; }
}
