:root {
  --bg: #211e1b;
  --bg-alt: #2a2622;
  --card: #2e2a25;
  --border: rgba(245, 241, 234, 0.1);
  --border-strong: rgba(245, 241, 234, 0.18);
  --text: #f5f1ea;
  --text-muted: #b7afa2;
  --text-faint: #857c6e;
  --amber: #e3a94a;
  --amber-dark: #4a3110;
  --teal: #5fbba0;
  --radius: 12px;
  --font-display: "Sora", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
.brand {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.wrap {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(33, 30, 27, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}

.test-banner {
  background: var(--amber-dark);
  color: var(--amber);
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem;
}

.brand-logo {
  height: 32px;
  width: auto;
  display: block;
}

.navrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.brand span {
  color: var(--amber);
}

.site-nav {
  display: flex;
  gap: 1.75rem;
}

.site-nav a {
  font-size: 0.875rem;
  color: var(--text-muted);
  transition: color 0.15s;
}

.site-nav a:hover {
  color: var(--text);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 4px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.1rem;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: opacity 0.15s, border-color 0.15s, background 0.15s;
}

.btn-sm {
  padding: 0.55rem 0.95rem;
}

.btn-primary {
  background: var(--amber);
  color: #2b1b04;
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-secondary {
  border-color: var(--border-strong);
  color: var(--text);
  background: transparent;
}

.btn-secondary:hover {
  border-color: rgba(245, 241, 234, 0.35);
}

.btn-full {
  width: 100%;
}

.hero {
  padding: 5.5rem 0 4rem;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(227, 169, 74, 0.1), transparent),
    var(--bg);
  border-bottom: 1px solid var(--border);
}

.eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber);
  background: rgba(227, 169, 74, 0.1);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.hero h1 {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  max-width: 16ch;
  margin-bottom: 1rem;
}

.hero p {
  max-width: 42rem;
  color: var(--text-muted);
  margin: 0 0 1.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--border);
  margin: 0;
}

.hero-stats dt {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--amber);
  margin-bottom: 0.2rem;
}

.hero-stats dd {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.section {
  padding: 4.5rem 0;
}

.section-alt {
  background: var(--bg-alt);
  border-block: 1px solid var(--border);
}

.section-head {
  max-width: 36rem;
  margin-bottom: 2.5rem;
}

.section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 0.65rem;
}

.section-head p {
  color: var(--text-muted);
  margin: 0;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.audience-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem;
}

.audience-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.audience-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.activity-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.activity-card.is-soon {
  opacity: 0.75;
}

.activity-media {
  height: 140px;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  border-bottom: 1px solid var(--border);
}

.activity-card--warm .activity-media {
  background: linear-gradient(135deg, #3a2e1c, #211e1b);
}

.activity-card--teal .activity-media {
  background: linear-gradient(135deg, #1a3530, #211e1b);
}

.activity-card--muted .activity-media {
  background: linear-gradient(135deg, #2e2a25, #211e1b);
}

.activity-tag {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  border: 1px solid var(--border-strong);
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
}

.activity-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.activity-body h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.activity-body > p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  flex: 1;
}

.activity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.tag {
  font-size: 0.68rem;
  color: var(--text-muted);
  border: 1px solid var(--border-strong);
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
}

.activity-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.82rem;
  color: var(--text-faint);
  margin-bottom: 1rem;
}

.activity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.soon-label {
  font-size: 0.82rem;
  color: var(--text-faint);
  font-style: italic;
}

.about-block {
  max-width: 40rem;
}

.about-block p {
  color: var(--text-muted);
}

.contact-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: linear-gradient(135deg, #3a2e1c, #211e1b);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem;
}

.contact-band h2 {
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}

.contact-band p {
  margin: 0;
  color: var(--text-muted);
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.65);
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal-panel {
  width: min(480px, 100%);
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.5rem;
  position: relative;
}

.contact-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: 0;
  background: none;
  color: var(--text-muted);
  font-size: 1.5rem;
  cursor: pointer;
}

.contact-form label {
  display: block;
  margin-bottom: 0.85rem;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--border-strong);
  background: var(--bg);
  color: var(--text);
  font: inherit;
}

.form-note {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: var(--teal);
  text-align: center;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 2.5rem 0 1.5rem;
}

.foot-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}

.foot-col p,
.foot-col a {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.45rem;
}

.foot-test {
  margin-top: 0.75rem;
  font-size: 0.75rem !important;
  color: var(--text-faint) !important;
}

.foot-bottom {
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-faint);
}

@media (max-width: 800px) {
  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(280px, 85vw);
    flex-direction: column;
    padding: 5rem 1.5rem 1.5rem;
    background: var(--bg-alt);
    border-left: 1px solid var(--border);
    transform: translateX(100%);
    transition: transform 0.25s;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .nav-cta {
    display: none;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }
}
