:root {
  --ink: #211914;
  --muted: #75685f;
  --paper: #f7f0e4;
  --shell: #fffaf1;
  --clay: #9d4b35;
  --lake: #255868;
  --moss: #667349;
  --gold: #c59035;
  --night: #142327;
  --line: rgba(33, 25, 20, 0.14);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

section {
  scroll-margin-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  width: min(1120px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 22px;
  padding: 10px 12px 10px 14px;
  color: var(--shell);
  background: rgba(20, 35, 39, 0.62);
  border: 1px solid rgba(255, 250, 241, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(16px);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-header.scrolled {
  color: var(--ink);
  background: rgba(255, 250, 241, 0.92);
  border-color: var(--line);
}

.brand,
.nav-links,
.hero-actions,
.section-heading,
.footer,
.brand-mark,
.mobile-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 34px;
  height: 34px;
  justify-content: center;
  background:
    linear-gradient(45deg, rgba(33, 25, 20, 0.08) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(33, 25, 20, 0.08) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(33, 25, 20, 0.08) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(33, 25, 20, 0.08) 75%),
    rgba(255, 250, 241, 0.86);
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-size: 16px 16px;
  border: 1px dashed rgba(33, 25, 20, 0.28);
  border-radius: 6px;
  flex-shrink: 0;
  overflow: hidden;
}

.nav-links {
  justify-content: center;
  gap: 24px;
}

.nav-links a,
.header-action,
.mobile-nav a {
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.header-action {
  padding: 10px 16px;
  color: var(--shell);
  background: var(--clay);
  border-radius: 6px;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: inherit;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
}

.mobile-nav {
  position: fixed;
  z-index: 45;
  top: 76px;
  left: 16px;
  right: 16px;
  display: none;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  background: var(--shell);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(20, 35, 39, 0.2);
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav a {
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  padding: 130px max(24px, calc((100vw - 1120px) / 2)) 34px;
  overflow: hidden;
  color: var(--shell);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(20, 35, 39, 0.9), rgba(20, 35, 39, 0.54) 48%, rgba(20, 35, 39, 0.12)),
    linear-gradient(0deg, rgba(20, 35, 39, 0.72), rgba(20, 35, 39, 0.08) 50%);
}

.hero-content {
  position: relative;
  width: min(760px, 100%);
  padding-bottom: 72px;
}

.eyebrow,
.section-kicker,
.detail-label,
.ticket-card > p,
.promo-card > p {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  line-height: 1;
}

h1 {
  max-width: 690px;
  margin-bottom: 22px;
  font-size: clamp(4rem, 14vw, 10.5rem);
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 28px;
  color: rgba(255, 250, 241, 0.88);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: var(--shell);
  background: var(--clay);
}

.button.secondary {
  color: var(--shell);
  border: 1px solid rgba(255, 250, 241, 0.5);
}

.button.secondary.dark {
  color: var(--night);
  border-color: rgba(20, 35, 39, 0.35);
}

.button.tertiary {
  color: var(--ink);
  background: var(--paper);
}

.event-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(760px, 100%);
  overflow: hidden;
  background: rgba(255, 250, 241, 0.16);
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: 8px;
  backdrop-filter: blur(18px);
}

.event-panel div {
  padding: 18px;
  background: rgba(20, 35, 39, 0.26);
}

.event-panel span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 250, 241, 0.66);
  font-size: 0.73rem;
  text-transform: uppercase;
}

.event-panel strong {
  font-size: 0.95rem;
}

.section {
  padding: 96px max(24px, calc((100vw - 1120px) / 2));
}

.intro {
  background: var(--shell);
}

.about-stack {
  display: grid;
  gap: 92px;
}

.about-block {
  display: grid;
  gap: 34px;
}

.about-grid,
.team-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) 1.14fr;
  gap: 34px;
  align-items: stretch;
}

.team-feature {
  grid-template-columns: 1.05fr minmax(280px, 0.95fr);
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.image-placeholder {
  min-height: 380px;
  display: grid;
  place-items: center;
  color: rgba(33, 25, 20, 0.42);
  background:
    linear-gradient(45deg, rgba(33, 25, 20, 0.045) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(33, 25, 20, 0.045) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(33, 25, 20, 0.045) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(33, 25, 20, 0.045) 75%),
    var(--paper);
  background-position: 0 0, 0 16px, 16px -16px, -16px 0;
  background-size: 32px 32px;
  border: 1px dashed rgba(33, 25, 20, 0.24);
  border-radius: 8px;
}

.team-placeholder {
  min-height: 520px;
  background-color: var(--shell);
}

.image-placeholder span {
  padding: 8px 12px;
  background: rgba(255, 250, 241, 0.84);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.about-copy,
.team-copy {
  align-self: center;
}

.about-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-copy h3,
.kpb-panel h3,
.team-copy h3 {
  margin-bottom: 18px;
  color: var(--lake);
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.about-copy p,
.kpb-panel p,
.pillar-grid p,
.team-copy p {
  color: var(--muted);
  line-height: 1.78;
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--clay);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.kpb-panel {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  padding: 30px;
  color: var(--shell);
  background: var(--night);
  border-radius: 8px;
}

.kpb-panel h3 {
  color: var(--shell);
}

.kpb-panel > div > p:not(.about-label) {
  color: rgba(255, 250, 241, 0.72);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.pillar-grid article {
  padding: 20px;
  background: rgba(255, 250, 241, 0.08);
  border: 1px solid rgba(255, 250, 241, 0.14);
  border-radius: 8px;
}

.pillar-grid span,
.pillar-grid strong {
  display: block;
}

.pillar-grid span {
  margin-bottom: 34px;
  color: var(--gold);
  font-weight: 800;
}

.pillar-grid strong {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.55rem;
}

.pillar-grid p {
  margin-bottom: 0;
  color: rgba(255, 250, 241, 0.68);
  font-size: 0.92rem;
}

.kpb-gallery {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.kpb-gallery-heading {
  padding: 10px;
}

.kpb-gallery-heading h3 {
  margin-bottom: 0;
  color: var(--lake);
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.kpb-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.kpb-gallery-slot {
  min-height: 180px;
  background-color: var(--shell);
}

.team-copy {
  padding: 24px;
}

.team-copy strong {
  color: var(--clay);
}

.team-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
}

.intro h2,
.section-heading h2,
.location h2,
.register h2 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.intro-copy {
  display: grid;
  gap: 16px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
}

.change-intro p,
.change-flow p,
.experience-note p,
.section-heading > p,
.location p,
.register-card > p,
.footer p {
  color: var(--muted);
  line-height: 1.75;
}

.section-heading {
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 34px;
}

.section-heading > div {
  max-width: 720px;
}

.section-heading > p {
  max-width: 330px;
  margin-bottom: 0;
}

.change-theory {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) 1.18fr;
  gap: 36px;
  align-items: start;
}

.change-intro {
  position: sticky;
  top: 110px;
  padding: 30px;
  background: var(--shell);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.change-intro h3 {
  margin-bottom: 18px;
  color: var(--lake);
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.change-intro p:last-child,
.change-flow p,
.experience-note p {
  margin-bottom: 0;
}

.change-flow {
  display: grid;
  gap: 14px;
}

.change-flow article {
  position: relative;
  padding: 28px 28px 28px 78px;
  background: var(--shell);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.change-flow article::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 34px;
  width: 18px;
  height: 18px;
  background: var(--gold);
  border: 4px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(197, 144, 53, 0.36);
}

.change-flow article::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 58px;
  bottom: -24px;
  width: 1px;
  background: rgba(197, 144, 53, 0.4);
}

.change-flow article:last-child::after {
  display: none;
}

.change-flow strong {
  display: block;
  margin-bottom: 10px;
  color: var(--clay);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.1;
}

.experience-note {
  margin-top: 18px;
  padding: 28px;
  color: var(--shell);
  background: var(--lake);
  border-radius: 8px;
}

.experience-note p {
  max-width: 820px;
  color: rgba(255, 250, 241, 0.82);
  font-size: 1.05rem;
}

.collaboration {
  background: var(--shell);
}

.collab-grid {
  display: grid;
  gap: 22px;
}

.collab-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) 1fr;
  gap: 24px;
  align-items: start;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.collab-portrait {
  min-height: 260px;
  background-color: var(--shell);
}

.collab-copy {
  align-self: center;
  padding: 10px 10px 10px 0;
}

.collab-copy h3 {
  margin-bottom: 18px;
  color: var(--lake);
  font-size: clamp(2.1rem, 4vw, 4rem);
}

.collab-copy p {
  color: var(--muted);
  line-height: 1.78;
}

.technique-panel {
  margin-top: 24px;
  padding: 22px;
  color: var(--shell);
  background: var(--night);
  border-radius: 8px;
}

.technique-panel strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.45rem;
}

.technique-panel p {
  margin-bottom: 0;
  color: rgba(255, 250, 241, 0.74);
}

.creation-gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
}

.gallery-slot {
  min-height: 250px;
  background-color: var(--shell);
}

.gallery-slot:first-child {
  min-height: 330px;
}

.tickets {
  background: var(--night);
  color: var(--shell);
}

.tickets .section-heading > p {
  color: rgba(255, 250, 241, 0.68);
}

.ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ticket-card,
.promo-card {
  position: relative;
  padding: 28px;
  background: rgba(255, 250, 241, 0.08);
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 8px;
}

.ticket-card.featured {
  background: var(--shell);
  color: var(--ink);
}

.ticket-card h3,
.promo-card h3 {
  margin-bottom: 24px;
  font-size: 2.4rem;
}

.ticket-card ul {
  display: grid;
  gap: 12px;
  min-height: 150px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: rgba(255, 250, 241, 0.74);
}

.ticket-card.featured ul {
  color: var(--muted);
}

.ticket-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: var(--gold);
  border-radius: 2px;
}

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 10px;
  color: var(--shell);
  background: var(--moss);
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 800;
}

.promo-card {
  background:
    linear-gradient(135deg, rgba(197, 144, 53, 0.22), rgba(157, 75, 53, 0.16)),
    rgba(255, 250, 241, 0.08);
}

.promo-rows {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 18px;
  padding-top: 10px;
}

.promo-rows span {
  color: rgba(255, 250, 241, 0.65);
}

.merch {
  background: var(--shell);
}

.merch-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) 1.18fr;
  gap: 18px;
}

.merch-list {
  display: grid;
  gap: 12px;
}

.merch-card {
  min-height: 156px;
  padding: 22px;
  text-align: left;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.merch-card.active {
  color: var(--shell);
  background: var(--lake);
  border-color: var(--lake);
}

.merch-index,
.merch-card strong,
.merch-card small,
.merch-price {
  display: block;
}

.merch-index {
  margin-bottom: 28px;
  color: var(--gold);
  font-weight: 800;
}

.merch-card strong {
  max-width: 280px;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.1;
}

.merch-card small {
  margin-bottom: 18px;
  color: inherit;
  line-height: 1.45;
  opacity: 0.72;
}

.merch-price {
  font-weight: 800;
}

.merch-preview {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) 1fr;
  gap: 28px;
  align-items: stretch;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.merch-image-slot {
  min-height: 520px;
  display: grid;
  place-items: center;
  color: rgba(33, 25, 20, 0.42);
  background:
    linear-gradient(45deg, rgba(33, 25, 20, 0.045) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(33, 25, 20, 0.045) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(33, 25, 20, 0.045) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(33, 25, 20, 0.045) 75%),
    var(--shell);
  background-position: 0 0, 0 16px, 16px -16px, -16px 0;
  background-size: 32px 32px;
  border: 1px dashed rgba(33, 25, 20, 0.24);
  border-radius: 6px;
}

.merch-image-slot span {
  padding: 8px 12px;
  background: rgba(255, 250, 241, 0.84);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.merch-info {
  align-self: center;
}

.merch-info h3 {
  margin-bottom: 14px;
  color: var(--lake);
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.merch-info > p:not(.detail-label) {
  margin-bottom: 28px;
  color: var(--clay);
  font-size: 1.15rem;
  font-weight: 800;
}

.variant-control {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.variant-chip {
  min-height: 40px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--shell);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.variant-chip.active {
  color: var(--shell);
  background: var(--clay);
  border-color: var(--clay);
}

.location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
  background: var(--shell);
}

.location-copy {
  align-self: center;
  padding: 96px max(24px, calc((100vw - 1120px) / 2)) 96px max(24px, calc((100vw - 1120px) / 2));
}

.location-copy p:not(.section-kicker) {
  max-width: 520px;
  margin: 22px 0 28px;
}

.location img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.register {
  background:
    radial-gradient(circle at 20% 20%, rgba(37, 88, 104, 0.12), transparent 28%),
    var(--paper);
}

.register-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px;
  background: var(--shell);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.register-card > p {
  max-width: 660px;
  margin: 18px 0 28px;
}

.register iframe {
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.footer {
  justify-content: space-between;
  gap: 24px;
  padding: 34px max(24px, calc((100vw - 1120px) / 2));
  color: rgba(255, 250, 241, 0.84);
  background: var(--night);
}

.footer strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 1.6rem;
}

.footer p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 250, 241, 0.58);
  font-size: 0.84rem;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav-links,
  .header-action {
    display: none;
  }

  .menu-button {
    display: block;
    grid-column: 3;
  }

  .hero {
    min-height: 92vh;
  }

  .event-panel,
  .intro-grid,
  .about-grid,
  .kpb-panel,
  .pillar-grid,
  .kpb-gallery,
  .kpb-gallery-grid,
  .team-feature,
  .change-theory,
  .collab-card,
  .creation-gallery,
  .ticket-grid,
  .merch-layout,
  .merch-preview,
  .location {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .change-intro {
    position: static;
  }

  .merch-image-slot {
    min-height: 360px;
  }

  .change-flow article {
    padding-left: 68px;
  }

  .image-placeholder,
  .team-placeholder,
  .kpb-gallery-slot,
  .collab-portrait,
  .gallery-slot {
    min-height: 340px;
  }

  .collab-copy {
    padding: 0;
  }

  .gallery-slot:first-child {
    min-height: 340px;
  }

  .location-copy {
    padding: 78px 24px;
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand span:last-child {
    max-width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero {
    padding: 110px 20px 24px;
  }

  .hero-content {
    padding-bottom: 28px;
  }

  h1 {
    font-size: clamp(3.5rem, 22vw, 6rem);
  }

  .section {
    padding: 72px 20px;
  }

  .intro h2,
  .section-heading h2,
  .location h2,
  .register h2 {
    font-size: clamp(2.2rem, 13vw, 3.4rem);
  }

  .event-panel div,
  .kpb-panel,
  .team-copy,
  .ticket-card,
  .promo-card,
  .merch-card,
  .merch-preview,
  .register-card {
    padding: 22px;
  }

  .merch-image-slot {
    min-height: 280px;
  }

  .button {
    width: 100%;
  }
}
