:root {
  --cream: #f4f0e8;
  --paper: #fffdf8;
  --sand: #e7dfd2;
  --sage: #b8ccb3;
  --sage-deep: #5c745c;
  --ink: #181a18;
  --charcoal: #363a36;
  --muted: #696d67;
  --gold: #b28b48;
  --line: #d8d0c4;
  --white: #fff;
  --shadow: 0 18px 50px rgba(37, 38, 34, 0.09);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--sage-deep);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 { font-size: clamp(2.8rem, 7vw, 6.4rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); letter-spacing: -.035em; }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1rem; }
.lead { max-width: 750px; color: var(--charcoal); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.small { color: var(--muted); font-size: .9rem; }
.section { padding: 92px 0; }
.section-sm { padding: 64px 0; }
.section-tint { background: var(--cream); }
.section-dark { color: var(--white); background: var(--ink); }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 42px;
}
.section-head p { max-width: 570px; margin: 0; color: var(--muted); }
.section-dark .section-head p { color: #c7c9c4; }
.rule { width: 54px; height: 2px; margin: 22px 0; background: var(--gold); }
.compact-section { padding: 68px 0; }
.compact-split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(34px, 6vw, 80px); }
.compact-panel { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.compact-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 26px; }
.compact-list div { padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.compact-list strong { display: block; margin-bottom: 4px; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(24, 26, 24, .1);
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(14px);
}
.nav-wrap { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-text { font-size: .77rem; font-weight: 800; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 10px 11px;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--sand); }
.nav-links .nav-donate { margin-left: 6px; color: var(--white); background: var(--ink); }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  content: "";
}

.hero { position: relative; overflow: hidden; padding: 86px 0 78px; background: var(--cream); }
.hero::after {
  position: absolute;
  right: -13vw;
  bottom: -28vw;
  width: 65vw;
  height: 65vw;
  border: 1px solid rgba(92, 116, 92, .25);
  border-radius: 50%;
  content: "";
}
.hero-grid { position: relative; z-index: 1; display: grid; min-width: 0; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; }
.hero-copy { min-width: 0; }
.hero-copy p { max-width: 690px; margin: 28px 0 34px; color: var(--charcoal); font-size: clamp(1.08rem, 2vw, 1.32rem); }
.hero-logo {
  position: relative;
  padding: 35px;
  border: 1px solid rgba(24, 26, 24, .12);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  box-shadow: var(--shadow);
}
.hero-logo img { width: 100%; filter: drop-shadow(0 8px 14px rgba(0,0,0,.08)); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-light { color: var(--ink); border-color: var(--line); background: var(--paper); }
.btn-gold { color: var(--ink); border-color: var(--gold); background: #d6b573; }
.btn-ghost { color: var(--ink); background: transparent; }
.btn[aria-disabled="true"] { opacity: .55; cursor: not-allowed; transform: none; }

.quick-links { position: relative; z-index: 2; margin-top: -30px; }
.quick-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.quick-grid a { padding: 24px 20px; border-right: 1px solid var(--line); font-weight: 800; text-decoration: none; }
.quick-grid a:last-child { border-right: 0; }
.quick-grid a:hover { background: var(--cream); }
.quick-grid span { display: block; margin-bottom: 6px; color: var(--gold); font-size: .72rem; letter-spacing: .12em; }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.card h3 { margin-bottom: 12px; }
.card a { overflow-wrap: anywhere; }
.card p:last-child { margin-bottom: 0; }
.card-number { margin-bottom: 42px; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.icon-mark {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--sage-deep);
  font-weight: 800;
}
.feature { display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; gap: 0; }
.feature > * { min-width: 0; }
.feature-visual {
  display: grid;
  min-height: 500px;
  padding: 40px;
  place-items: center;
  border-radius: var(--radius) 0 0 var(--radius);
  background: var(--sage);
}
.feature-visual img { max-width: 360px; }
.feature-copy { padding: clamp(40px, 7vw, 90px); border-radius: 0 var(--radius) var(--radius) 0; background: var(--ink); color: var(--white); }
.feature-copy p { color: #cfd1cc; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.stat { padding-top: 17px; border-top: 1px solid #555; }
.stat strong { display: block; color: #d6b573; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }

.page-hero { padding: 78px 0 62px; border-bottom: 1px solid var(--line); background: var(--cream); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.7rem, 6vw, 5.4rem); }
.page-hero .lead { margin-top: 24px; }
.breadcrumb { margin-bottom: 22px; color: var(--muted); font-size: .86rem; font-weight: 700; }
.breadcrumb a { text-decoration-color: var(--gold); }

.event-poster {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: clamp(28px, 5vw, 62px);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--ink);
}
.event-poster::after {
  position: absolute;
  right: -140px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border: 90px solid var(--sage-deep);
  border-radius: 50%;
  content: "";
  opacity: .55;
}
.event-poster > * { position: relative; z-index: 1; }
.event-poster h2 { max-width: 760px; font-size: clamp(3rem, 8vw, 7rem); }
.event-date { margin: 28px 0; color: #d6b573; font-size: clamp(1.2rem, 2.4vw, 1.8rem); font-weight: 800; }
.event-location { max-width: 400px; font-size: 1.05rem; }
.event-badge {
  display: inline-block;
  margin-top: 55px;
  padding: 8px 13px;
  border: 1px solid #777;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.flyer-display {
  max-width: 760px;
  margin-inline: auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.flyer-display img { width: 100%; border-radius: 10px; }
.flyer-actions { justify-content: center; margin-top: 28px; }
.powwow-overview { display: grid; grid-template-columns: 1.15fr .55fr; align-items: start; gap: clamp(34px, 6vw, 76px); }
.powwow-flyer { max-width: 390px; margin: 0 auto; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.powwow-flyer img { width: 100%; border-radius: 10px; }
.powwow-flyer .flyer-actions { margin-top: 16px; }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.archive-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.archive-card img { width: 100%; height: 260px; margin: 18px 0; border-radius: 10px; object-fit: cover; object-position: top; }
.archive-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.archive-links span {
  padding: 12px;
  border: 1px dashed #bdb5a8;
  border-radius: 9px;
  color: var(--muted);
  text-align: center;
  font-size: .88rem;
  font-weight: 700;
}
.notice { padding: 22px 24px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: #f3ead7; }
.notice strong { display: block; margin-bottom: 4px; }
.detail-list { margin: 0; padding: 0; list-style: none; }
.detail-list li { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.detail-list strong { font-size: .83rem; letter-spacing: .05em; text-transform: uppercase; }

.form-shell { max-width: 900px; padding: clamp(26px, 5vw, 54px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.form-section { margin: 0 0 38px; padding: 0 0 30px; border: 0; border-bottom: 1px solid var(--line); }
.form-section:last-of-type { border-bottom: 0; }
.form-section legend { width: 100%; margin-bottom: 22px; font-family: Georgia, serif; font-size: 1.65rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .group-label { font-size: .88rem; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  border: 1px solid #bcb7ae;
  border-radius: 9px;
  color: var(--ink);
  background: var(--white);
}
.field textarea { min-height: 125px; resize: vertical; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--white);
}
.choice input { width: 18px; height: 18px; }
.conditional[hidden] { display: none; }
.form-status { margin-top: 17px; padding: 14px; border-radius: 8px; background: var(--cream); }
.form-status:empty { display: none; }

.tier { position: relative; display: flex; min-height: 330px; flex-direction: column; }
.tier-price { margin: 18px 0; color: var(--sage-deep); font-family: Georgia, serif; font-size: 2.2rem; }
.tier ul { margin: 0 0 24px; padding-left: 19px; color: var(--charcoal); }
.tier .btn { margin-top: auto; align-self: start; }
.sponsor-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(34px, 5vw, 68px); }
.sponsor-impact { position: sticky; top: 112px; }
.sponsor-levels { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sponsor-levels .tier { min-height: 280px; padding: 24px; }
.sponsor-levels .tier-price { margin: 12px 0; }
.sponsor-levels .qr-card { grid-template-columns: 130px 1fr; min-height: 0; }
.sponsor-levels .qr-card img { width: 130px; }
.qr-card { display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 32px; }
.qr-card img { border: 10px solid var(--white); box-shadow: var(--shadow); }
.placeholder-box {
  padding: 30px;
  border: 2px dashed #bdb5a8;
  border-radius: var(--radius);
  text-align: center;
  background: var(--cream);
}

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { color: var(--gold); content: "+"; font-family: Arial, sans-serif; font-size: 1.6rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 780px; padding: 0 0 24px; color: var(--charcoal); }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.gallery-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: end;
  padding: 28px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--charcoal);
}
.gallery-card:nth-child(1) { grid-column: span 7; background: var(--sage-deep); }
.gallery-card:nth-child(2) { grid-column: span 5; background: var(--charcoal); }
.gallery-card:nth-child(3) { grid-column: span 12; min-height: 240px; color: var(--ink); background: var(--sand); }
.gallery-card p { margin: 8px 0 0; opacity: .8; }

.site-footer { padding: 62px 0 30px; color: #d7d8d4; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 60px; }
.footer-brand { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; color: var(--white); }
.footer-brand img { width: 74px; height: 74px; object-fit: contain; background: var(--white); border-radius: 50%; }
.footer-title { margin-bottom: 15px; color: var(--white); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #d7d8d4; text-decoration-color: #777; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 48px; padding-top: 22px; border-top: 1px solid #444; color: #9fa19c; font-size: .83rem; }

@media (max-width: 1000px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 18px 20px 26px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: grid; }
  .nav-links a { border-radius: 8px; }
  .nav-links .nav-donate { margin-left: 0; text-align: center; }
  .hero-grid, .feature { grid-template-columns: 1fr; }
  .hero-logo { max-width: 440px; margin-inline: auto; }
  .feature-visual { min-height: 400px; border-radius: var(--radius) var(--radius) 0 0; }
  .feature-copy { border-radius: 0 0 var(--radius) var(--radius); }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-grid a { border-bottom: 1px solid var(--line); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .sponsor-layout { grid-template-columns: 1fr; }
  .sponsor-impact { position: static; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 68px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .brand-text { display: none; }
  .hero { padding-top: 55px; }
  .hero-grid { gap: 45px; }
  .hero-copy p { overflow-wrap: anywhere; }
  .hero .eyebrow { max-width: 100%; font-size: .7rem; overflow-wrap: anywhere; }
  .hero-logo { width: 100%; padding: 24px; }
  .feature-visual { width: 100%; padding: 28px; }
  .feature-visual img { width: 100%; max-width: 280px; }
  .quick-grid, .grid-2, .grid-3, .grid-4, .form-grid, .choice-grid, .footer-grid, .compact-split, .compact-list, .powwow-overview, .sponsor-levels { grid-template-columns: 1fr; }
  .quick-grid a { border-right: 0; }
  .stat-row { grid-template-columns: 1fr; }
  .detail-list li { grid-template-columns: 1fr; gap: 3px; }
  .event-poster { min-height: 540px; }
  .qr-card { grid-template-columns: 1fr; }
  .qr-card img { max-width: 210px; }
  .gallery-card:nth-child(n) { grid-column: span 12; }
  .archive-grid, .archive-links { grid-template-columns: 1fr; }
  .powwow-flyer { max-width: 320px; }
  .sponsor-levels .qr-card { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
