/* ===========================================================
   Pioneer Paddlers — LSA Ping Pong Club
   Palette inspired by Lutheran South Academy (green + gold)
   =========================================================== */

:root {
  --green:      #004812;
  --green-dark: #003300;
  --green-800:  #013a10;
  --gold:       #c8a24a;
  --gold-soft:  #e4cd93;
  --plum:       #2d104a;
  --red:        #d34147;
  --ink:        #333333;
  --gray:       #4d4d4d;
  --gray-2:     #636363;
  --line:       #e3e6e3;
  --panel:      #f6f7f5;
  --white:      #ffffff;
  --maxw:       1180px;
  --radius:     4px;
  --shadow:     0 18px 40px -22px rgba(0, 40, 12, .45);
  --font:       'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--gray);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--font);
  color: var(--green);
  line-height: 1.15;
  margin: 0 0 .5em;
  font-weight: 800;
  letter-spacing: -.01em;
}

p { margin: 0 0 1.1em; }

a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-dark); }

img { max-width: 100%; display: block; }

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

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

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--green); color: #fff; }
.btn--primary:hover { background: var(--green-dark); color: #fff; }
.btn--gold { background: var(--gold); color: var(--green-dark); }
.btn--gold:hover { background: var(--gold-soft); color: var(--green-dark); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn--ghost:hover { background: #fff; color: var(--green); border-color: #fff; }

/* ---------- Kickers / section titles ---------- */
.kicker {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  font-weight: 700;
  color: var(--red);
  margin: 0 0 .8em;
}
.kicker--gold { color: var(--gold); }
.kicker--center { text-align: center; }
.section-title { font-size: clamp(1.9rem, 3.5vw, 2.7rem); text-align: center; }
.section-sub { text-align: center; color: var(--gray-2); max-width: 620px; margin: 0 auto 2.6em; }

.link-more {
  display: inline-block;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--green);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}
.link-more:hover { color: var(--red); border-color: var(--red); }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--green-dark);
  color: rgba(255,255,255,.85);
  font-size: .76rem;
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 40px; gap: 16px;
}
.topbar__tag { letter-spacing: .04em; }
.topbar__links { display: flex; align-items: center; gap: 22px; }
.topbar__links a { color: rgba(255,255,255,.85); font-weight: 600; letter-spacing: .04em; }
.topbar__links a:hover { color: var(--gold-soft); }
.topbar__cta {
  background: var(--gold); color: var(--green-dark) !important;
  padding: 6px 14px; border-radius: var(--radius); font-weight: 700;
}
.topbar__cta:hover { background: var(--gold-soft); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 16px -12px rgba(0,0,0,.4);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 78px; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand__mark { display: inline-flex; }
.brand__mark svg { display: block; filter: drop-shadow(0 4px 8px rgba(0,72,18,.25)); }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name {
  font-weight: 800; font-size: 1.28rem; color: var(--green);
  letter-spacing: -.01em;
}
.brand__sub {
  font-size: .64rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gray-2); font-weight: 600;
}

.mainnav { display: flex; align-items: center; }
.mainnav__list {
  display: flex; align-items: center; gap: 30px;
  list-style: none; margin: 0; padding: 0;
}
.mainnav__list a {
  font-weight: 600; font-size: .82rem; letter-spacing: .06em;
  text-transform: uppercase; color: var(--gray);
  padding: 6px 0; position: relative;
}
.mainnav__list a:not(.mainnav__button)::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 0; height: 2px; background: var(--gold); transition: width .2s ease;
}
.mainnav__list a:not(.mainnav__button):hover { color: var(--green); }
.mainnav__list a:not(.mainnav__button):hover::after { width: 100%; }
.mainnav__button {
  background: var(--green); color: #fff !important;
  padding: 11px 22px !important; border-radius: var(--radius);
}
.mainnav__button:hover { background: var(--green-dark); }
.mainnav__toggle {
  display: none; flex-direction: column; align-items: center; gap: 4px;
  background: none; border: 0; cursor: pointer; color: var(--green);
}
.mainnav__toggle span { width: 24px; height: 2px; background: var(--green); border-radius: 2px; }
.mainnav__toggle em { font-style: normal; font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(200,162,74,.35), transparent 45%),
    linear-gradient(135deg, #013a10 0%, #004812 45%, #2d104a 130%);
  overflow: hidden;
}
.hero__overlay {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,.03) 0 2px, transparent 2px 22px);
  pointer-events: none;
}
.hero__inner { position: relative; padding: 92px 24px 104px; max-width: 900px; }
.hero__eyebrow {
  text-transform: uppercase; letter-spacing: .18em; font-size: .74rem;
  font-weight: 700; color: var(--gold-soft); margin-bottom: 1.4em;
}
.hero__title {
  color: #fff; font-size: clamp(2.3rem, 6vw, 4.2rem);
  font-weight: 800; line-height: 1.05; margin-bottom: .5em;
}
.hero__lead {
  font-size: clamp(1rem, 1.6vw, 1.2rem); max-width: 640px;
  color: rgba(255,255,255,.9); margin-bottom: 2em;
}
.hero__lead strong { color: var(--gold-soft); }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero__paddles {
  position: absolute; right: -40px; bottom: -40px; width: 340px; height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(211,65,71,.9), rgba(211,65,71,.2) 60%, transparent 70%);
  opacity: .5; filter: blur(2px);
}
.hero__paddles .ball {
  position: absolute; top: 60px; left: 60px; width: 46px; height: 46px;
  background: #fff; border-radius: 50%; box-shadow: 0 0 40px rgba(255,255,255,.6);
  animation: bounce 2.6s ease-in-out infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-30px); }
}

/* ---------- Intro ---------- */
.intro { padding: 84px 0; }
.intro__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: start; }
.intro__lead h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.intro__body p { color: var(--gray); font-size: 1.04rem; }

/* ---------- Numbers ---------- */
.numbers {
  background:
    linear-gradient(135deg, var(--green) 0%, var(--green-800) 60%, var(--plum) 140%);
  color: #fff; padding: 64px 0; text-align: center;
}
.numbers__title {
  color: var(--gold-soft); text-transform: uppercase; letter-spacing: .16em;
  font-size: .95rem; margin-bottom: 1.8em;
}
.numbers__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  list-style: none; margin: 0; padding: 0;
}
.numbers__grid li { padding: 10px; border-left: 1px solid rgba(255,255,255,.15); }
.numbers__grid li:first-child { border-left: 0; }
.numbers__value {
  display: block; font-size: clamp(2.4rem, 5vw, 3.5rem); font-weight: 800;
  color: #fff; line-height: 1;
}
.numbers__label {
  display: block; margin-top: .6em; text-transform: uppercase;
  letter-spacing: .1em; font-size: .74rem; color: rgba(255,255,255,.8);
}

/* ---------- Founder ---------- */
.founder { padding: 90px 0; background: var(--panel); }
.founder__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.founder__portrait { display: flex; flex-direction: column; align-items: center; gap: 26px; }
.portrait {
  position: relative; width: 260px; height: 260px; border-radius: 50%;
  background: linear-gradient(150deg, var(--green) 0%, var(--green-dark) 60%, var(--plum) 130%);
  display: grid; place-items: center; box-shadow: var(--shadow);
}
.portrait__monogram {
  font-size: 5.4rem; font-weight: 800; color: #fff; letter-spacing: .02em;
}
.portrait__ring {
  position: absolute; inset: -12px; border-radius: 50%;
  border: 3px dashed var(--gold); opacity: .7;
  animation: spin 22s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.founder__badge {
  text-align: center; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 14px 26px; box-shadow: 0 10px 24px -18px rgba(0,0,0,.5);
}
.founder__badge-role { display: block; font-weight: 700; color: var(--green); letter-spacing: .04em; }
.founder__badge-since { display: block; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-top: 2px; }

.founder__body h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: .1em; }
.founder__tag { font-size: 1.15rem; font-weight: 600; color: var(--plum); margin-bottom: 1.4em; }
.founder__body p { color: var(--gray); }
.founder__quotes { list-style: none; margin: 1.6em 0; padding: 20px 26px; border-left: 4px solid var(--gold); background: #fff; }
.founder__quotes li { font-style: italic; font-size: 1.08rem; color: var(--ink); }
.founder__quotes cite { display: block; margin-top: .6em; font-style: normal; font-weight: 700; color: var(--green); }

/* ---------- Accolades ---------- */
.accolades { padding: 90px 0; }
.accolades__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.award {
  border: 1px solid var(--line); border-top: 4px solid var(--green);
  border-radius: var(--radius); padding: 30px 28px; background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.award:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-top-color: var(--gold); }
.award__icon { font-size: 2.2rem; display: block; margin-bottom: .4em; }
.award h3 { font-size: 1.18rem; color: var(--green); margin-bottom: .35em; }
.award p { color: var(--gray-2); font-size: .95rem; margin: 0; }

/* ---------- Season II ---------- */
.season {
  background:
    linear-gradient(135deg, var(--plum) 0%, var(--green-dark) 120%);
  color: #fff; padding: 90px 0; text-align: center;
}
.season__label {
  display: inline-block; text-transform: uppercase; letter-spacing: .22em;
  font-size: .74rem; font-weight: 700; color: var(--gold-soft);
  border: 1px solid rgba(228,205,147,.5); border-radius: 40px; padding: 7px 18px; margin-bottom: 1.2em;
}
.season__title { color: #fff; font-size: clamp(2.6rem, 6vw, 4rem); margin-bottom: .2em; }
.season__lead { max-width: 620px; margin: 0 auto 3em; color: rgba(255,255,255,.85); }
.season__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: left; }
.season__card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius); padding: 30px 26px; backdrop-filter: blur(2px);
}
.season__num { font-size: 1.6rem; font-weight: 800; color: var(--gold); }
.season__card h3 { color: #fff; font-size: 1.2rem; margin: .3em 0 .35em; }
.season__card p { color: rgba(255,255,255,.82); margin: 0; font-size: .95rem; }

/* ---------- Schedule ---------- */
.schedule { padding: 90px 0; }
.schedule__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.schedule__intro h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.schedule__list { list-style: none; margin: 0; padding: 0; }
.schedule__list li {
  display: flex; align-items: center; gap: 20px;
  padding: 20px 4px; border-bottom: 1px solid var(--line);
}
.schedule__list li:last-child { border-bottom: 0; }
.schedule__day {
  flex: 0 0 68px; height: 68px; display: grid; place-items: center;
  background: var(--green); color: #fff; border-radius: var(--radius);
  font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
}
.schedule__list strong { color: var(--green); }

/* ---------- CTA ---------- */
.cta {
  background:
    radial-gradient(circle at 20% 20%, rgba(200,162,74,.25), transparent 40%),
    linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: #fff; padding: 86px 0; text-align: center;
}
.cta h2 { color: #fff; font-size: clamp(2rem, 4vw, 2.8rem); }
.cta p { color: rgba(255,255,255,.88); max-width: 560px; margin: 0 auto 1.8em; }
.cta__form {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  max-width: 620px; margin: 0 auto;
}
.cta__form input {
  font-family: var(--font); font-size: .95rem; padding: 14px 18px;
  border: 0; border-radius: var(--radius); min-width: 180px; flex: 1;
}
.cta__form input:focus { outline: 3px solid var(--gold); }
.cta__fine { font-size: .78rem; color: rgba(255,255,255,.6); margin-top: 1.6em; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-dark); color: rgba(255,255,255,.78); }
.site-footer__grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px;
  padding: 62px 24px 46px;
}
.brand__name--footer { color: #fff; font-size: 1.4rem; display: block; margin-bottom: .6em; }
.site-footer__brand p { color: rgba(255,255,255,.66); max-width: 340px; font-size: .92rem; }
.site-footer__col h4 { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; margin-bottom: 1em; }
.site-footer__col ul { list-style: none; margin: 0; padding: 0; }
.site-footer__col li { margin-bottom: .55em; }
.site-footer__col a { color: rgba(255,255,255,.78); font-size: .92rem; }
.site-footer__col a:hover { color: var(--gold-soft); }
.site-footer address { font-style: normal; font-size: .92rem; line-height: 1.8; color: rgba(255,255,255,.72); }
.site-footer__bar { border-top: 1px solid rgba(255,255,255,.12); }
.site-footer__bar-inner {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding: 20px 24px; font-size: .78rem; color: rgba(255,255,255,.55);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .intro__grid, .founder__grid, .schedule__grid { grid-template-columns: 1fr; gap: 36px; }
  .accolades__grid, .season__grid { grid-template-columns: 1fr 1fr; }
  .numbers__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .numbers__grid li:nth-child(3) { border-left: 0; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }

  .mainnav__toggle { display: flex; }
  .mainnav__list {
    position: absolute; top: 100%; right: 0; left: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-top: 1px solid var(--line);
    padding: 8px 24px 18px; box-shadow: var(--shadow);
    display: none;
  }
  .mainnav__list.is-open { display: flex; }
  .mainnav__list li { border-bottom: 1px solid var(--line); }
  .mainnav__list a { display: block; padding: 14px 0; }
  .mainnav__button { text-align: center; margin-top: 12px; }
}

@media (max-width: 560px) {
  .topbar__tag { display: none; }
  .accolades__grid, .season__grid, .numbers__grid, .site-footer__grid { grid-template-columns: 1fr; }
  .numbers__grid li { border-left: 0; }
  .hero__inner { padding: 64px 24px 74px; }
  .portrait { width: 210px; height: 210px; }
  .portrait__monogram { font-size: 4.2rem; }
}

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