@font-face {
  font-family: "Pretendard";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/PretendardVariable.woff2") format("woff2-variations");
}

:root {
  --color-storm-gray: #111118;
  --color-canvas-white: #ffffff;
  --color-page-bg: #e9e3d8;
  --color-card-bg: #fbf9f6;
  --color-pale-mist: #f0f6ff;
  --color-electric-blue: #111118;
  --color-vivid-green: #16ab59;
  --color-lemon-zest: #ffffff;
  --color-sky-tint: #e9e3d8;
  --color-cool-aqua: #91d8ec;
  --color-coral-glow: #ffbac4;
  --color-sunset-orange: #ff7715;
  --color-flame-red: #ff4141;
  --font-haas-grot-text: "Pretendard", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-haas-grot-disp: "Pretendard", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-martian-mono: "Pretendard", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --section-gap: 64px;
  --radius-buttons: 32px;
  --radius-pill: 48px;
  --radius-input: 5000px;
  --snap-header-offset: 100px;
  --section-card-min-height: min(656px, calc(100svh - var(--snap-header-offset) - 48px));
  --section-card-bg-bleed: clamp(120px, 12vw, 240px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--snap-header-offset);
}

body {
  margin: 0;
  color: var(--color-storm-gray);
  background-color: var(--color-page-bg);
  background-image: url("/assets/images/classic-luxury-background-v4.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: var(--font-haas-grot-text);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media (min-width: 981px) {
  html {
    overflow-x: hidden;
    background-color: #1a0f09;
    background-image: url("/assets/images/classic-luxury-background-v4.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .site-scale {
    width: 100%;
    min-height: 100vh;
    margin-left: 0;
  }

  @supports not (zoom: 1) {
    .site-scale {
      margin-left: 0;
      transform: none;
    }

    .site-header {
      left: 0;
      right: 0;
      width: auto;
      transform: none;
    }
  }

  @supports (zoom: 1) {
    .site-header {
      left: 0;
      right: 0;
      width: auto;
    }
  }

}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: transparent;
}

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

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

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--color-lemon-zest);
  outline-offset: 4px;
}

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

h1,
h2,
h3,
.wordmark,
.button {
  font-family: var(--font-haas-grot-disp);
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: 72px;
  line-height: 1;
}

h2 {
  max-width: 780px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.08;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 24px;
  min-height: 100px;
  padding: 20px 32px 8px;
  background: transparent;
  border-bottom: 0;
}

main {
  position: relative;
  isolation: isolate;
  padding-top: var(--snap-header-offset);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  line-height: 1;
}

.wordmark-image {
  width: auto;
  height: 84px;
  max-width: 285px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(17, 17, 24, 0.24));
}

.wordmark-logo {
  flex: 0 0 auto;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.wordmark span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.header-menu-card {
  position: fixed;
  top: 30px;
  left: 50%;
  z-index: 45;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: fit-content;
  max-width: 100%;
  margin-top: 0;
  padding: 11px 24px;
  transform: translateX(-50%);
  border: 1px solid rgba(17, 17, 24, 0.08);
  border-radius: 28px;
  background: rgba(251, 249, 246, 0.76);
  box-shadow: 0 16px 40px rgba(17, 17, 24, 0.08);
  backdrop-filter: blur(12px);
}

.header-cta {
  position: fixed;
  top: 30px;
  right: 32px;
  z-index: 40;
  justify-self: auto;
  display: inline-flex;
  margin-top: 0;
}

.header-cta .button {
  color: var(--color-storm-gray);
  min-height: 58px;
  padding: 13px 28px 15px;
  background: var(--color-canvas-white);
  font-size: 24px;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  font-size: 19px;
  font-weight: 600;
}

.nav-links a,
.text-link,
.site-footer a {
  position: relative;
}

.nav-links a::after,
.text-link::after,
.site-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--color-electric-blue);
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.text-link:hover::after,
.site-footer a:hover::after {
  transform: scaleX(1);
}

.section {
  position: relative;
  padding: var(--section-gap) 24px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

main > .section > .section-inner {
  width: min(1180px, 100%);
  min-height: var(--section-card-min-height);
  padding: clamp(24px, 3.4vw, 48px);
  border: 1px solid rgba(17, 17, 24, 0.08);
  border-radius: 28px;
  background: var(--color-card-bg);
  box-shadow: 0 22px 56px rgba(17, 17, 24, 0.08);
}

.hero {
  min-height: calc(100vh - var(--snap-header-offset));
  display: grid;
  align-items: center;
  padding-top: 48px;
  overflow: hidden;
  background: transparent;
}

.hero-grid,
.event-grid,
.application-status-grid,
.split-grid,
.participants-grid,
.faq-grid,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
  gap: 48px;
  align-items: center;
}

.hero-copy,
.event-summary,
.faq-grid > div:first-child {
  display: grid;
  gap: 24px;
}

.hero-grid {
  grid-template-columns: 1fr;
  align-items: start;
  align-content: start;
  gap: 26px;
}

.section-heading {
  display: grid;
  gap: 24px;
  justify-items: start;
}

.section-heading + .section-copy,
.section-heading + .notice {
  margin-top: 24px;
}

.eyebrow {
  width: fit-content;
  padding: 8px 16px;
  border-radius: var(--radius-input);
  background: var(--color-cool-aqua);
  font-family: var(--font-martian-mono);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.hero-eyebrow,
.section-eyebrow {
  min-height: auto;
  padding: 12px 24px;
  color: var(--color-canvas-white);
  background: #5d524b;
  font-family: var(--font-martian-mono);
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 17px;
}

.hero-subtitle,
.section-copy {
  max-width: 700px;
  font-size: 20px;
  line-height: 1.4;
}

.hero-subtitle {
  display: grid;
  gap: 8px;
  max-width: none;
  white-space: normal;
}

.hero-subtitle span {
  display: block;
}

.hero-subtitle span:last-child {
  overflow-wrap: normal;
  white-space: nowrap;
}

#hero-title {
  font-size: 40px;
  font-weight: 800;
}

#event-title,
#instagram-title,
#application-status-title,
#review-title,
#why-title,
#process-title,
#participants-title,
#faq-title,
#contact-title {
  font-size: 40px;
  line-height: 1.08;
}

.badge-row,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.badge,
.status-pill,
.participant-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: var(--radius-input);
  background: var(--color-canvas-white);
  border: 1px solid rgba(17, 17, 24, 0.12);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 7px 16px 8px;
  border-radius: var(--radius-buttons);
  border: 0;
  font-size: 22px;
  line-height: 1.1;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary,
.button-large {
  color: var(--color-canvas-white);
  background: var(--color-electric-blue);
}

.button-large {
  min-height: 52px;
  padding: 8px 22px 10px;
  border-radius: var(--radius-pill);
  font-size: 24px;
}

.button-disabled {
  color: rgba(17, 17, 24, 0.56);
  background: var(--color-pale-mist);
  cursor: not-allowed;
}

.button-white {
  color: var(--color-storm-gray);
  background: var(--color-canvas-white);
}

.button-card-radius {
  border-radius: 16px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  font-size: 17px;
}

.hero-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.hero-media-grid img {
  width: 100%;
  height: clamp(260px, 34vh, 370px);
  object-fit: cover;
  object-position: center 62%;
  border-radius: 8px;
}

.shape {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  display: none;
}

.shape-lemon {
  width: 180px;
  height: 180px;
  right: 41%;
  top: 18%;
  border-radius: 50%;
  background: var(--color-lemon-zest);
}

.process-band,
.site-footer {
  background: transparent;
}

.event-band {
  background: transparent;
}

.event-summary {
  align-self: stretch;
  align-content: start;
  padding-left: 0;
}

.event-grid {
  align-items: start;
}

.event-summary .section-eyebrow {
  margin-top: 0;
}

.event-facts {
  margin-top: 4px;
  padding: 24px;
  border: 1px solid rgba(17, 17, 24, 0.12);
  border-radius: 8px;
  background: var(--color-canvas-white);
}

.event-application-group {
  display: grid;
  gap: 30px;
  min-height: clamp(270px, 36vh, 360px);
  align-content: space-between;
  margin-top: 32px;
}

.event-facts dt,
.event-facts dd {
  font-size: 21px;
}

.event-facts dt {
  font-weight: 700;
}

.event-actions {
  gap: 32px;
  margin-top: 0;
  justify-content: center;
}

.event-actions .button {
  min-height: 58px;
  padding: 12px 28px 14px;
  font-size: 25px;
}

.event-payment-notice {
  margin-top: 2px;
}

.application-status-section {
  overflow: hidden;
  background: transparent;
}

.review-section {
  background: transparent;
}

.participants-section {
  background: transparent;
}

.application-status-copy {
  display: grid;
  gap: 24px;
}

.application-status-layout {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  height: var(--section-card-min-height);
  max-height: var(--section-card-min-height);
  overflow: visible;
}

.application-status-heading,
.review-heading {
  align-self: start;
}

.review-layout {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  height: var(--section-card-min-height);
  max-height: var(--section-card-min-height);
  overflow: visible;
}

.review-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, max-content);
  gap: clamp(14px, 2vw, 24px);
  align-content: start;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  margin-top: -34px;
  padding: 0 clamp(64px, 8vw, 132px) 4px;
  min-height: 0;
}

.review-image-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 36px rgba(17, 17, 24, 0.14);
}

.review-image-card img {
  width: 100%;
  height: auto;
}

.review-image-card-1 {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  z-index: 1;
  width: min(78%, 310px);
}

.review-image-card-2 {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  z-index: 2;
  width: min(78%, 310px);
}

.review-image-card-3 {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  z-index: 3;
  width: min(78%, 310px);
}

.review-image-card-4 {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  z-index: 4;
  width: min(78%, 310px);
}

.js .review-gallery .review-image-card {
  opacity: 0;
  transform: translateY(34px) scale(0.98);
}

.js .review-gallery.is-review-visible .review-image-card {
  animation: review-float-in 900ms cubic-bezier(0.2, 0.9, 0.24, 1) forwards;
}

.js .review-gallery.is-review-visible .review-image-card-1 {
  animation-delay: 80ms;
}

.js .review-gallery.is-review-visible .review-image-card-2 {
  animation-delay: 300ms;
}

.js .review-gallery.is-review-visible .review-image-card-3 {
  animation-delay: 520ms;
}

.js .review-gallery.is-review-visible .review-image-card-4 {
  animation-delay: 740ms;
}

@keyframes review-float-in {
  0% {
    opacity: 0;
    transform: translateY(34px) scale(0.98);
  }

  62% {
    opacity: 1;
    transform: translateY(-8px) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.status-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 320px));
  gap: 24px;
  align-items: start;
}

.status-carousel {
  position: relative;
  display: grid;
  align-items: center;
  padding: 0 54px;
  overflow: hidden;
}

.status-carousel-track {
  --status-visible-items: 3;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / var(--status-visible-items));
  gap: 24px;
  align-items: start;
  justify-content: start;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.status-carousel-track::-webkit-scrollbar {
  display: none;
}

.status-carousel .status-board-image-card {
  position: relative;
  width: 100%;
  min-width: 0;
  scroll-snap-align: start;
}

.status-generation-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: var(--radius-input);
  color: var(--color-storm-gray);
  background: rgba(251, 249, 246, 0.9);
  font-family: var(--font-haas-grot-disp);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(17, 17, 24, 0.16);
}

.status-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  border: 1px solid rgba(17, 17, 24, 0.12);
  border-radius: 50%;
  color: var(--color-storm-gray);
  background: rgba(251, 249, 246, 0.92);
  font-family: var(--font-haas-grot-disp);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(17, 17, 24, 0.16);
}

.status-carousel-button:disabled {
  opacity: 0.35;
  cursor: default;
}

.status-carousel-button-prev {
  left: 0;
}

.status-carousel-button-next {
  right: 0;
}

.status-board {
  display: grid;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(17, 17, 24, 0.14);
  border-radius: 8px;
  background: var(--color-canvas-white);
}

.status-board-image-card {
  width: min(320px, 100%);
  gap: 0;
  align-self: center;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: 0 20px 44px rgba(17, 17, 24, 0.18);
}

.status-board-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border-radius: inherit;
  object-fit: contain;
}

.status-board-header {
  display: grid;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(17, 17, 24, 0.12);
  text-align: center;
}

.status-board-header span {
  font-family: var(--font-haas-grot-disp);
  font-size: 28px;
  line-height: 1.1;
}

.status-board-header strong {
  font-family: var(--font-martian-mono);
  font-size: 12px;
  font-weight: 400;
}

.status-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.status-columns section {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.status-column-title {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--color-canvas-white);
  background: var(--color-storm-gray);
}

.status-column-title span {
  font-family: var(--font-martian-mono);
  font-size: 12px;
}

.status-column-title strong {
  font-family: var(--font-haas-grot-disp);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1;
}

.status-age-list,
.status-note-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.status-age-list li {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: var(--radius-input);
  background: var(--color-pale-mist);
  font-size: 14px;
}

.status-age-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  aspect-ratio: 1;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--color-flame-red);
}

.status-columns section:nth-child(2) .status-age-list li::before {
  background: var(--color-electric-blue);
}

.status-note-list {
  padding-top: 4px;
}

.status-note-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(17, 17, 24, 0.72);
  font-size: 14px;
}

.status-note-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 2px;
  background: var(--color-electric-blue);
}

.event-details {
  display: grid;
  gap: 16px;
}

.detail-block,
.reason-list article,
.process-list li,
.reel-card,
.faq-item {
  border: 1px solid rgba(17, 17, 24, 0.12);
  border-radius: 8px;
  background: var(--color-canvas-white);
}

.detail-block {
  padding: 24px;
}

.detail-block h3 {
  font-weight: 700;
  margin-bottom: 16px;
}

.event-facts,
.site-footer dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.event-facts div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 16px;
}

dt {
  color: rgba(17, 17, 24, 0.62);
}

dd {
  margin: 0;
}

.slot-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slot-list li,
.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 16px;
  align-items: baseline;
  padding: 12px 0;
  border-top: 1px solid rgba(17, 17, 24, 0.1);
}

.slot-list strong,
.price-row strong {
  font-size: 20px;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

.slot-list span,
.price-row span {
  font-size: 18px;
}

.price-grid {
  display: grid;
  gap: 0;
}

.price-row small {
  grid-column: 1 / -1;
  color: rgba(17, 17, 24, 0.66);
}

.notice {
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
}

.image-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: end;
}

.image-stack img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.image-stack img:first-child {
  height: 380px;
}

.why-section .split-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-items: start;
}

.why-section .reveal {
  width: 100%;
  text-align: left;
}

.why-section .section-heading {
  justify-items: start;
}

.reason-list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.reason-list article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 22px 24px;
}

.reason-list h3 {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 14px;
}

.reason-list h3 strong {
  font: inherit;
  font-weight: inherit;
}

.reason-list h3 span {
  color: var(--color-electric-blue);
  font-family: var(--font-martian-mono);
  font-size: 17px;
}

.reason-follow {
  display: inline;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 70px 0 0;
  list-style: none;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(192, 230, 255), rgb(246, 242, 250) 70%);
}

.process-list li {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 260px;
  padding: 28px 22px;
  color: var(--color-storm-gray);
  text-align: center;
  background: transparent;
}

.process-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  z-index: 1;
  width: 64px;
  height: 100%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(192, 230, 255, 0.78), rgba(246, 242, 250, 0.94));
  clip-path: polygon(0 0, 68% 0, 100% 50%, 68% 100%, 0 100%, 32% 50%);
  filter: drop-shadow(4px 0 0 rgba(93, 82, 75, 0.06));
}

.process-list li:last-child::after {
  content: none;
}

.process-list li:nth-child(1)::after {
  background: linear-gradient(90deg, rgba(192, 230, 255, 0.84), rgba(219, 236, 253, 0.96));
}

.process-list li:nth-child(2)::after {
  background: linear-gradient(90deg, rgba(219, 236, 253, 0.86), rgba(235, 239, 252, 0.96));
}

.process-list li:nth-child(3)::after {
  background: linear-gradient(90deg, rgba(235, 239, 252, 0.86), rgba(246, 242, 250, 0.96));
}

.process-band .section-inner {
  display: grid;
  align-content: start;
}

.process-list li:nth-child(4) {
  color: var(--color-storm-gray);
}

.process-list strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-haas-grot-disp);
  font-size: 26px;
  font-weight: 700;
}

.process-list p {
  max-width: 220px;
  color: rgba(17, 17, 24, 0.72);
}

.process-list strong,
.process-list p {
  position: relative;
  z-index: 2;
}

.participants-layout {
  display: grid;
  gap: 28px;
  align-items: start;
  overflow: visible;
}

.participants-layout .section-copy {
  max-width: none;
  margin-top: 24px;
}

.participant-line {
  white-space: nowrap;
}

.participant-cloud {
  position: relative;
  min-height: 328px;
  overflow: hidden;
  isolation: isolate;
}

.participant-cloud::before,
.participant-cloud::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.participant-cloud::before {
  inset: -26% -10% -20%;
  opacity: 0.64;
  filter: blur(30px);
  background:
    radial-gradient(ellipse at 16% 34%, rgba(251, 249, 246, 0.5), transparent 48%),
    radial-gradient(ellipse at 45% 56%, rgba(194, 138, 61, 0.13), transparent 52%),
    radial-gradient(ellipse at 74% 18%, rgba(157, 120, 88, 0.18), transparent 50%),
    radial-gradient(ellipse at 84% 78%, rgba(233, 227, 216, 0.36), transparent 46%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0, 0, 0, 0.46) 62%, transparent 94%);
  mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0, 0, 0, 0.46) 62%, transparent 94%);
}

.participant-cloud::after {
  content: none;
}

.participant-chip {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  min-width: 112px;
  min-height: 64px;
  padding: 16px 20px;
  border: 0;
  font-size: 20px;
  text-align: center;
  box-shadow:
    0 14px 28px rgba(67, 40, 19, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -10px 20px rgba(67, 40, 19, 0.08);
}

.chip-0 { left: 2%; top: 18%; background: linear-gradient(135deg, #fbf9f6, #e4d5c6); }
.chip-1 { left: 20%; top: 2%; background: linear-gradient(135deg, #efe5d8, #c9ad95); }
.chip-2 { left: 44%; top: 20%; background: linear-gradient(135deg, #f4eee6, #d2b9a4); }
.chip-3 { left: 62%; top: 34%; color: var(--color-canvas-white); background: linear-gradient(135deg, #9a765d, #5d524b); }
.chip-4 { left: 7%; top: 60%; color: var(--color-canvas-white); background: linear-gradient(135deg, #8a6a52, #432813); }
.chip-5 { left: 34%; top: 56%; color: var(--color-canvas-white); background: linear-gradient(135deg, #6f5544, #5d524b); }
.chip-6 { left: 57%; top: 72%; background: linear-gradient(135deg, #e9e3d8, #c3aa96); }
.chip-7 { left: 74%; top: 0; background: linear-gradient(135deg, #fbf9f6, #d9c6b5); }
.chip-8 { left: 83%; top: 22%; color: var(--color-canvas-white); background: linear-gradient(135deg, #8b6c54, #5d524b); }

.instagram-section {
  overflow: hidden;
  color: var(--color-storm-gray);
  background: transparent;
}

.instagram-shell {
  display: grid;
  gap: 24px;
}

.instagram-profile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.instagram-avatar {
  display: none;
  width: 96px;
  aspect-ratio: 1;
  margin-top: 44px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  align-self: start;
}

.instagram-avatar img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
}

.instagram-profile-copy {
  display: grid;
  gap: 14px;
  max-width: none;
}

.instagram-profile h2 {
  color: var(--color-storm-gray);
}

.instagram-title-line {
  white-space: nowrap;
}

.instagram-profile-copy > p:not(.eyebrow) {
  color: var(--color-storm-gray);
  max-width: 720px;
  font-size: 20px;
  line-height: 1.4;
}

.instagram-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.instagram-meta span {
  display: grid;
  min-width: 112px;
  padding: 12px 16px;
  border: 1px solid rgba(17, 17, 24, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.instagram-meta strong {
  color: var(--color-storm-gray);
  font-family: var(--font-haas-grot-disp);
  font-size: 22px;
  font-weight: 400;
}

.instagram-meta small,
.instagram-profile-action {
  color: rgba(17, 17, 24, 0.62);
  font-family: var(--font-martian-mono);
  font-size: 12px;
}

.instagram-profile-action {
  display: grid;
  gap: 12px;
  justify-items: center;
  justify-self: end;
  align-self: start;
  min-width: 184px;
  text-align: center;
  margin-top: 34px;
  transform: translateX(30px);
}

.instagram-profile-photo {
  width: 124px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(67, 40, 19, 0.22);
}

.instagram-feed-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.instagram-profile-action .button {
  min-height: 58px;
  padding: 12px 28px 14px;
  color: var(--color-storm-gray);
  background: #e9e3d8;
  font-size: 24px;
  font-weight: 700;
}

.instagram-profile-action > strong {
  color: var(--color-storm-gray);
  font-family: var(--font-haas-grot-text);
  font-size: 18px;
  font-weight: 400;
}

.reel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(132px, 1fr));
  gap: 16px;
  justify-content: start;
}

.reel-card {
  position: relative;
  display: block;
  aspect-ratio: 9 / 16;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  color: var(--color-canvas-white);
  background: var(--color-storm-gray);
  border-color: rgba(255, 255, 255, 0.18);
  transition: transform 180ms ease, border-color 180ms ease;
  isolation: isolate;
}

.reel-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-lemon-zest);
}

.reel-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.reel-card:hover img {
  transform: scale(1.04);
}

.reel-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(17, 17, 24, 0.25), transparent 42%),
    linear-gradient(0deg, rgba(17, 17, 24, 0.86), transparent 58%);
}

.reel-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: var(--radius-input);
  color: var(--color-storm-gray);
  background: var(--color-canvas-white);
  font-family: var(--font-martian-mono);
  font-size: 11px;
  line-height: 1;
}

.reel-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
}

.reel-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--color-storm-gray);
}

.reel-copy {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 6px;
}

.reel-copy small {
  font-family: var(--font-martian-mono);
  font-size: 11px;
}

.faq-grid {
  align-items: start;
  grid-template-columns: 1fr;
  gap: 28px;
}

.faq-grid .section-heading {
  gap: 14px;
}

.faq-heading {
  display: grid;
  gap: 0;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.faq-item {
  padding: 0;
}

.faq-item summary {
  cursor: pointer;
  padding: 18px 20px;
  font-family: var(--font-haas-grot-disp);
  font-size: 22px;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--color-electric-blue);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  padding: 0 20px 20px;
}

.faq-chatbot-inline {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 32px;
  align-items: center;
  padding-top: 24px;
  margin-top: 4px;
  border-top: 1px solid rgba(17, 17, 24, 0.12);
}

.faq-chatbot-copy {
  display: grid;
  gap: 16px;
  justify-items: start;
  text-align: left;
  transform: translateY(-10px);
}

.faq-chatbot-copy .section-copy {
  max-width: 760px;
}

.faq-chatbot-inline .chatbot-inline-action {
  justify-items: start;
  align-self: end;
  padding-top: 30px;
}

.faq-chatbot-inline .button {
  min-height: 58px;
  padding: 12px 28px 14px;
  border-radius: 16px;
  color: var(--color-storm-gray);
  background: #e9e3d8;
  font-size: 24px;
  font-weight: 700;
}

.faq-chatbot-inline .chatbot-inline-action small {
  max-width: none;
  color: rgba(17, 17, 24, 0.66);
  white-space: nowrap;
  text-align: left;
}

.chatbot-section {
  background: transparent;
}

.chatbot-panel-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(17, 17, 24, 0.12);
  border-radius: 8px;
  background: var(--color-lemon-zest);
}

main > .chatbot-section > .chatbot-panel-inline {
  min-height: auto;
  border: 0;
  border-radius: 0;
  color: var(--color-canvas-white);
  background: transparent;
  box-shadow: none;
}

.chatbot-panel-inline > div:first-child {
  display: grid;
  gap: 16px;
}

.chatbot-panel-inline .eyebrow {
  color: var(--color-canvas-white);
  background: #5d524b;
}

.chatbot-inline-action {
  display: grid;
  gap: 10px;
  justify-items: end;
  min-width: 220px;
}

.chatbot-inline-action small {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-martian-mono);
  font-size: 11px;
  line-height: 1.35;
  text-align: right;
}

.site-footer {
  padding: 40px 24px 20px;
  color: var(--color-canvas-white);
}

.footer-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  column-gap: 48px;
  row-gap: 6px;
  align-items: start;
}

.footer-brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  transform: translateY(-10px);
}

.footer-logo {
  width: 64px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.42);
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-haas-grot-disp);
  font-size: 24px;
  font-weight: 400;
}

.site-footer dt {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer a::after {
  background: currentColor;
}

.footer-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}

.footer-info-stack {
  display: grid;
  gap: 4px;
}

.footer-info-grid div {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
}

.footer-copyright {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.mobile-cta {
  display: none;
}

.chatbot-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
}

.chatbot-launcher {
  display: grid;
  justify-items: center;
  gap: 2px;
  width: 72px;
  aspect-ratio: 1;
  padding: 12px 8px;
  border: 1px solid rgba(17, 17, 24, 0.12);
  border-radius: 50%;
  color: var(--color-storm-gray);
  background: var(--color-lemon-zest);
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(17, 17, 24, 0.16);
}

.chatbot-launcher span {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 30px;
  padding: 0 7px;
  border-radius: 50%;
  background: var(--color-storm-gray);
  color: var(--color-lemon-zest);
  font-family: var(--font-haas-grot-disp);
  font-size: 15px;
  line-height: 1;
}

.chatbot-launcher strong {
  font-family: var(--font-martian-mono);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

.chatbot-window {
  position: absolute;
  right: 0;
  bottom: 84px;
  width: min(380px, calc(100vw - 36px));
  overflow: hidden;
  border: 1px solid rgba(17, 17, 24, 0.14);
  border-radius: 8px;
  background: var(--color-canvas-white);
  box-shadow: 0 24px 60px rgba(17, 17, 24, 0.22);
}

.chatbot-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  color: var(--color-canvas-white);
  background: var(--color-storm-gray);
}

.chatbot-header div {
  display: grid;
  gap: 3px;
}

.chatbot-header strong {
  font-family: var(--font-haas-grot-disp);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.chatbot-header small {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-martian-mono);
  font-size: 10px;
}

.chatbot-header button {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-input);
  padding: 7px 11px;
  color: var(--color-canvas-white);
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.chatbot-messages {
  display: grid;
  gap: 10px;
  max-height: 300px;
  min-height: 190px;
  padding: 14px;
  overflow-y: auto;
  background: var(--color-pale-mist);
}

.chatbot-message {
  display: grid;
  gap: 8px;
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
}

.chatbot-message-user {
  justify-self: end;
  color: var(--color-canvas-white);
  background: var(--color-electric-blue);
}

.chatbot-message-bot {
  justify-self: start;
  background: var(--color-canvas-white);
  border: 1px solid rgba(17, 17, 24, 0.1);
}

.chatbot-message-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chatbot-message-actions a {
  padding: 7px 10px;
  border-radius: var(--radius-input);
  color: var(--color-canvas-white);
  background: var(--color-storm-gray);
  font-family: var(--font-martian-mono);
  font-size: 11px;
}

.chatbot-quick-replies {
  display: flex;
  gap: 6px;
  padding: 10px 12px;
  overflow-x: auto;
  border-top: 1px solid rgba(17, 17, 24, 0.1);
}

.chatbot-quick-replies button {
  flex: 0 0 auto;
  border: 1px solid rgba(17, 17, 24, 0.12);
  border-radius: var(--radius-input);
  padding: 8px 10px;
  background: var(--color-canvas-white);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.chatbot-direct-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0 12px 12px;
  padding: 10px 14px;
  border-radius: 16px;
  color: var(--color-storm-gray);
  background: #e9e3d8;
  font-family: var(--font-haas-grot-disp);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.chatbot-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(17, 17, 24, 0.1);
}

.chatbot-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.chatbot-form input {
  min-width: 0;
  border: 1px solid rgba(17, 17, 24, 0.14);
  border-radius: var(--radius-input);
  padding: 10px 12px;
  font: inherit;
}

.chatbot-form button {
  border: 0;
  border-radius: var(--radius-input);
  padding: 10px 14px;
  color: var(--color-canvas-white);
  background: var(--color-electric-blue);
  font: inherit;
  cursor: pointer;
}

.reveal {
  transition: opacity 520ms ease, transform 520ms ease;
}

.js .reveal,
.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 981px) and (min-height: 680px) and (prefers-reduced-motion: no-preference) {
  html {
    scroll-snap-type: y mandatory;
  }

  html.snap-scroll-released {
    scroll-snap-type: none;
  }

  html.snap-scroll-programmatic {
    scroll-snap-type: none;
  }

  html.js {
    scroll-snap-type: none;
  }

  main > .section:not(.chatbot-section) {
    min-height: calc(100svh - var(--snap-header-offset));
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  main > .section:not(.chatbot-section) {
    display: grid;
    align-items: center;
  }

  .hero {
    min-height: calc(100svh - var(--snap-header-offset));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    scroll-snap-type: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 980px) {
  main > .section > .section-inner {
    min-height: auto;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 38px;
  }

  #hero-title {
    font-size: 34px;
  }

  #event-title,
  #instagram-title,
  #application-status-title,
  #review-title,
  #why-title,
  #process-title,
  #participants-title,
  #faq-title,
  #contact-title {
    font-size: 34px;
    line-height: 1.08;
  }

  .site-header {
    grid-template-columns: auto 1fr;
    padding: 9px 20px;
  }

  .header-menu-card {
    justify-self: center;
    gap: 14px;
    padding: 9px 14px;
    border-radius: 22px;
  }

  .header-cta {
    display: none;
  }

  .wordmark-image {
    height: 64px;
    max-width: 216px;
  }

  .nav-links {
    justify-content: end;
    gap: 16px;
    font-size: 16px;
  }

  .nav-links a[href="#why-classic"] {
    display: none;
  }

  .hero-grid,
  .event-grid,
  .application-status-grid,
  .split-grid,
  .participants-grid,
  .participants-layout,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media-grid img {
    height: 240px;
  }

  .reel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 44px;
    background: linear-gradient(180deg, rgb(192, 230, 255), rgb(246, 242, 250) 70%);
  }

  .process-list li::after {
    top: auto;
    right: 50%;
    bottom: -36px;
    width: 100%;
    height: 42px;
    transform: translateX(50%);
    background: linear-gradient(180deg, rgba(192, 230, 255, 0.72), rgba(246, 242, 250, 0.9));
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .instagram-profile {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .instagram-profile-action {
    grid-column: 1 / -1;
    justify-items: start;
    justify-self: start;
  }

  .instagram-feed-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .instagram-title-line {
    white-space: normal;
  }

  .footer-grid {
    gap: 28px;
  }

  .chatbot-panel-inline {
    grid-template-columns: 1fr;
  }

  .faq-chatbot-inline {
    grid-template-columns: 1fr;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .faq-chatbot-copy {
    justify-items: start;
    text-align: left;
    transform: none;
  }

  .event-summary {
    padding-left: 0;
  }

  .event-application-group {
    min-height: auto;
    margin-top: 36px;
  }

  .hero-subtitle span:last-child {
    white-space: normal;
  }

  .participant-line {
    white-space: normal;
  }

  .status-gallery {
    grid-template-columns: 1fr;
  }

  .status-carousel {
    padding: 0 46px;
  }

  .status-carousel-track {
    --status-visible-items: 2;
    grid-auto-columns: calc((100% - 16px) / var(--status-visible-items));
    gap: 16px;
  }

  .application-status-layout,
  .review-layout {
    height: var(--section-card-min-height);
    max-height: var(--section-card-min-height);
  }

  .review-gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
    min-height: auto;
    margin-top: 0;
    padding: 0;
  }

  .review-image-card-1,
  .review-image-card-2,
  .review-image-card-3,
  .review-image-card-4 {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    width: min(86%, 720px);
    margin: 0;
  }

  .participant-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    min-height: auto;
  }

  .participant-chip {
    position: static;
    min-height: 52px;
  }

  .participant-cloud::before,
  .participant-cloud::after {
    content: none;
  }

  .chatbot-inline-action {
    justify-items: start;
  }

  .chatbot-inline-action small {
    text-align: left;
    white-space: normal;
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: block;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: #432813;
    border-top: 0;
    backdrop-filter: none;
  }

  .mobile-cta .button {
    width: 100%;
  }

  body {
    padding-bottom: 76px;
    overflow-x: hidden;
    background-attachment: scroll;
  }

  .chatbot-widget {
    bottom: calc(88px + env(safe-area-inset-bottom));
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  main > .section > .section-inner {
    min-height: var(--section-card-min-height);
  }

  .event-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.8fr);
    gap: 32px;
  }

  .event-application-group {
    min-height: clamp(240px, 32vh, 320px);
    margin-top: 24px;
  }

  .instagram-feed-row {
    grid-template-columns: minmax(0, 1fr) minmax(128px, auto);
    gap: 16px;
  }

  .instagram-profile-action {
    grid-column: auto;
    justify-self: end;
    justify-items: center;
    min-width: 128px;
    margin-top: 0;
    transform: none;
  }

  .instagram-profile-photo {
    width: 92px;
  }

  .instagram-profile-action .button {
    min-height: 48px;
    padding: 10px 14px 11px;
    font-size: 18px;
  }

  .reel-grid {
    grid-template-columns: repeat(4, minmax(clamp(78px, 10vw, 92px), 1fr));
    gap: 10px;
  }

  .application-status-layout,
  .review-layout {
    height: var(--section-card-min-height);
    max-height: var(--section-card-min-height);
  }

  .review-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, max-content);
    gap: clamp(10px, 1.4vw, 16px);
    margin-top: -20px;
    padding: 0 clamp(30px, 6vw, 70px);
  }

  .review-image-card-1,
  .review-image-card-2,
  .review-image-card-3,
  .review-image-card-4 {
    grid-column: auto;
    grid-row: auto;
    width: min(76%, 260px);
  }

  .process-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(36px, 6vh, 54px);
    background: linear-gradient(90deg, rgb(192, 230, 255), rgb(246, 242, 250) 70%);
  }

  .process-list li {
    min-height: clamp(210px, 28vh, 260px);
    padding: 22px 16px;
  }

  .process-list li::after {
    top: 50%;
    right: -32px;
    bottom: auto;
    width: 64px;
    height: 100%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(192, 230, 255, 0.78), rgba(246, 242, 250, 0.94));
    clip-path: polygon(0 0, 68% 0, 100% 50%, 68% 100%, 0 100%, 32% 50%);
  }

  .process-list li:nth-child(1)::after {
    background: linear-gradient(90deg, rgba(192, 230, 255, 0.84), rgba(219, 236, 253, 0.96));
  }

  .process-list li:nth-child(2)::after {
    background: linear-gradient(90deg, rgba(219, 236, 253, 0.86), rgba(235, 239, 252, 0.96));
  }

  .process-list li:nth-child(3)::after {
    background: linear-gradient(90deg, rgba(235, 239, 252, 0.86), rgba(246, 242, 250, 0.96));
  }

  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-chatbot-inline {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .mobile-cta {
    display: none;
  }

  body {
    padding-bottom: 0;
  }

  .chatbot-widget {
    bottom: 18px;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .header-cta {
    display: inline-flex;
  }

  .header-cta .button {
    min-height: 50px;
    padding: 11px 18px 12px;
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 31px;
  }

  #hero-title {
    font-size: 25px;
  }

  .section {
    padding: 48px 18px;
  }

  main > .section > .section-inner {
    padding: 22px;
    border-radius: 20px;
  }

  .site-header {
    min-height: 64px;
  }

  .wordmark {
    font-size: 20px;
  }

  .wordmark-image {
    height: 54px;
    max-width: 182px;
  }

  .wordmark-logo {
    width: 32px;
  }

  .header-menu-card {
    padding: 8px 12px;
  }

  .nav-links a {
    display: none;
  }

  .nav-links a[href="#application-status"] {
    display: inline-flex;
  }

  .hero-subtitle,
  .section-copy {
    font-size: 18px;
  }

  .hero-eyebrow,
  .section-eyebrow {
    min-height: auto;
    padding: 10px 18px;
    font-size: 17px;
  }

  .participant-line {
    white-space: normal;
  }

  .button,
  .button-large {
    width: 100%;
    white-space: normal;
    text-align: center;
    font-size: 22px;
  }

  .text-link {
    width: 100%;
    justify-content: center;
  }

  .hero-media-grid {
    grid-template-columns: 1fr;
  }

  .hero-media-grid img {
    height: 180px;
  }

  .image-stack {
    grid-template-columns: 1fr;
  }

  .image-stack img,
  .image-stack img:first-child {
    height: 280px;
  }

  .event-facts div,
  .footer-info-grid div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .process-list,
  .reel-grid {
    grid-template-columns: 1fr;
  }

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

  .status-carousel {
    padding: 0 38px;
  }

  .status-carousel-track {
    --status-visible-items: 1;
    grid-auto-columns: 100%;
    gap: 12px;
  }

  .status-carousel-button {
    width: 34px;
    font-size: 26px;
  }

  .status-generation-label {
    min-height: 30px;
    padding: 6px 11px;
    font-size: 15px;
  }

  .instagram-profile {
    grid-template-columns: 1fr;
  }

  .instagram-avatar {
    width: 96px;
    margin-top: 0;
  }

  .instagram-profile-copy > p:not(.eyebrow) {
    font-size: 18px;
  }

  .instagram-profile-action {
    min-width: 0;
    width: 100%;
  }

  :root {
    --section-gap: 34px;
    --snap-header-offset: 112px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    padding: 10px 12px 8px;
    background: rgba(28, 18, 11, 0.2);
    backdrop-filter: blur(10px);
  }

  .wordmark {
    justify-self: center;
    margin-top: 0;
  }

  .wordmark-image {
    height: 48px;
    max-width: min(282px, 92vw);
  }

  .header-menu-card {
    justify-self: stretch;
    width: 100%;
    margin-top: 0;
    padding: 8px 10px;
    border-radius: 18px;
    overflow: hidden;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 14px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a,
  .nav-links a[href="#application-status"] {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .section {
    padding: 34px 12px;
  }

  main > .section > .section-inner {
    padding: 18px;
    border-radius: 18px;
  }

  h1,
  #hero-title {
    font-size: 34px;
    line-height: 1.04;
  }

  #hero-title {
    font-size: 25px;
    line-height: 1.08;
  }

  #event-title,
  #instagram-title,
  #application-status-title,
  #review-title,
  #why-title,
  #process-title,
  #participants-title,
  #faq-title,
  #contact-title {
    font-size: 25px;
    line-height: 1.08;
  }

  h2 {
    font-size: 27px;
    line-height: 1.12;
  }

  h3 {
    font-size: 21px;
  }

  .section-heading {
    gap: 12px;
  }

  .eyebrow,
  .hero-eyebrow,
  .section-eyebrow {
    max-width: 100%;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.15;
    white-space: normal;
  }

  .hero-grid {
    gap: 18px;
  }

  .hero-copy {
    gap: 16px;
  }

  .hero-subtitle,
  .section-copy {
    font-size: 16px;
    line-height: 1.48;
  }

  .badge-row {
    gap: 6px;
  }

  .badge,
  .status-pill,
  .participant-chip {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 14px;
  }

  .hero-media-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .hero-media-grid img {
    height: 168px;
  }

  .event-application-group {
    gap: 18px;
    margin-top: 18px;
  }

  .event-facts {
    padding: 18px;
  }

  .event-facts dt,
  .event-facts dd {
    font-size: 17px;
  }

  .event-actions {
    gap: 12px;
  }

  .event-actions .button,
  .instagram-profile-action .button,
  .faq-chatbot-inline .button {
    min-height: 50px;
    padding: 11px 16px 12px;
    font-size: 18px;
  }

  .detail-block {
    padding: 18px;
  }

  .slot-list span,
  .price-row span {
    font-size: 16px;
  }

  .slot-list li,
  .price-row {
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 8px 12px;
  }

  .slot-list strong,
  .price-row strong {
    font-size: 18px;
    white-space: nowrap;
  }

  .image-stack img,
  .image-stack img:first-child {
    height: 220px;
  }

  .why-section .image-stack {
    display: none;
  }

  .reason-list {
    gap: 12px;
    margin-top: 22px;
  }

  .reason-list article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 6px 12px;
    align-items: start;
    padding: 18px;
  }

  .reason-list h3 {
    display: contents;
  }

  .reason-list h3 span {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--color-canvas-white);
    background: #5d524b;
    font-size: 14px;
  }

  .reason-list h3 strong {
    grid-column: 2;
    font-size: 20px;
    line-height: 1.2;
  }

  .reason-list p {
    grid-column: 2;
    line-height: 1.48;
  }

  .reason-list p br {
    display: none;
  }

  .reason-follow {
    display: block;
    margin-top: 10px;
  }

  .process-list {
    gap: 12px;
    margin-top: 28px;
    overflow: visible;
    background: transparent;
  }

  .process-list li {
    min-height: auto;
    padding: 20px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgb(192, 230, 255), rgb(246, 242, 250) 70%);
  }

  .process-list li::after {
    content: none;
  }

  .process-list strong {
    font-size: 22px;
  }

  .process-list p {
    max-width: 100%;
  }

  .participant-cloud {
    gap: 8px;
  }

  .participant-chip {
    min-width: 0;
    min-height: 42px;
    padding: 10px 13px;
    font-size: 15px;
  }

  .instagram-profile {
    gap: 16px;
  }

  .instagram-title-line {
    white-space: normal;
  }

  .instagram-profile-action {
    justify-self: stretch;
    justify-items: stretch;
    text-align: center;
  }

  .reel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .reel-copy {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .reel-play {
    width: 42px;
  }

  .faq-grid {
    gap: 20px;
  }

  .faq-item summary {
    padding: 16px;
    font-size: 18px;
  }

  .faq-item p {
    padding: 0 16px 16px;
    font-size: 15px;
    line-height: 1.5;
  }

  .faq-chatbot-inline {
    gap: 16px;
    padding-top: 18px;
  }

  .chatbot-inline-action {
    min-width: 0;
    width: 100%;
  }

  .site-footer {
    padding: 30px 16px calc(24px + env(safe-area-inset-bottom));
  }

  .footer-grid,
  .footer-info-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
  }

  .footer-info-grid div {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .mobile-cta {
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  }

  .mobile-cta .button {
    min-height: 52px;
    font-size: 19px;
    font-weight: 700;
  }

  .chatbot-widget {
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .chatbot-launcher {
    width: 62px;
  }
}

@media (max-width: 980px) {
  html {
    scroll-snap-type: none !important;
  }

  .site-scale {
    width: 100%;
    min-height: 100vh;
    margin-left: 0;
    transform: none;
    zoom: 1;
  }

  .site-header {
    left: 0;
    right: 0;
    width: auto;
    transform: none;
    zoom: 1;
    align-items: center;
    background: #432813;
    backdrop-filter: none;
  }

  .header-menu-card {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    max-width: 100%;
    overflow: hidden;
  }

  .header-cta {
    position: static;
    top: auto;
    right: auto;
    justify-self: end;
  }

  .nav-links {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  main > .section:not(.chatbot-section) {
    min-height: auto;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }
}

@media (max-width: 640px) {
  :root {
    --section-gap: 18px;
    --snap-header-offset: 122px;
    --section-card-min-height: auto;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
    background-color: #432813;
    background-image: none;
    background-position: center top;
    background-size: auto 100svh;
    background-attachment: scroll;
  }

  main {
    padding-top: var(--snap-header-offset);
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 12px 10px;
    min-height: auto;
    border-bottom: 0;
    background: #432813;
    box-shadow: none;
    backdrop-filter: none;
  }

  .wordmark {
    justify-self: center;
  }

  .wordmark-image {
    height: 44px;
    max-width: min(280px, 92vw);
  }

  .header-menu-card {
    justify-self: stretch;
    width: 100%;
    padding: 8px 10px;
    border-radius: 18px;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 18px;
    padding: 1px 2px 3px;
    color: var(--color-card-bg);
    font-size: 14px;
    white-space: nowrap;
  }

  .nav-links a::after {
    background: currentColor;
  }

  .nav-links a,
  .nav-links a[href="#application-status"] {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .section {
    padding: 18px 12px 22px;
  }

  main > .section > .section-inner {
    width: 100%;
    min-height: auto;
    padding: 18px;
    border-radius: 20px;
    box-shadow: 0 16px 34px rgba(17, 17, 24, 0.12);
  }

  .hero {
    min-height: auto;
    padding-top: 0;
  }

  .hero-grid,
  .event-grid,
  .application-status-layout,
  .split-grid,
  .participants-layout,
  .instagram-shell,
  .faq-grid,
  .footer-grid {
    gap: 18px;
  }

  .hero-copy,
  .event-summary,
  .faq-grid > div:first-child {
    gap: 14px;
  }

  h1,
  #hero-title {
    max-width: 100%;
    font-size: clamp(31px, 9.2vw, 38px);
    line-height: 1.08;
  }

  #hero-title {
    max-width: 100%;
    font-size: clamp(21px, 6vw, 25px);
    line-height: 1.08;
  }

  #event-title,
  #instagram-title,
  #application-status-title,
  #review-title,
  #why-title,
  #process-title,
  #participants-title,
  #faq-title,
  #contact-title {
    max-width: 100%;
    font-size: clamp(21px, 6vw, 25px);
    line-height: 1.08;
  }

  h2 {
    max-width: 100%;
    font-size: clamp(25px, 7.2vw, 31px);
    line-height: 1.14;
  }

  h3 {
    font-size: 20px;
  }

  .hero-subtitle,
  .section-copy {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-subtitle span:last-child,
  .instagram-title-line,
  .participant-line {
    white-space: normal;
  }

  .badge-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .badge,
  .status-pill,
  .participant-chip {
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 14px;
  }

  .hero-media-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-position: 48% 58%;
  }

  .event-application-group {
    gap: 16px;
    min-height: auto;
    margin-top: 16px;
  }

  .event-facts {
    padding: 16px;
  }

  .event-facts div {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    align-items: baseline;
  }

  .event-facts dt,
  .event-facts dd {
    font-size: 16px;
  }

  .event-actions .button,
  .mobile-cta .button {
    width: 100%;
    min-height: 52px;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
  }

  .event-details {
    gap: 12px;
  }

  .detail-block {
    padding: 16px;
  }

  .slot-list li,
  .price-row {
    grid-template-columns: minmax(0, 1fr) max-content;
  }

  .slot-list span,
  .price-row span,
  .slot-list strong,
  .price-row strong {
    font-size: 16px;
  }

  .status-carousel {
    padding: 0 30px;
  }

  .status-carousel-track {
    --status-visible-items: 1;
    grid-auto-columns: 100%;
    gap: 12px;
  }

  .status-carousel-button {
    width: 34px;
    font-size: 26px;
  }

  .reason-list {
    margin-top: 18px;
  }

  .reason-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
  }

  .reason-list h3 strong {
    font-size: 19px;
  }

  .reason-list p {
    font-size: 15px;
  }

  .process-list {
    margin-top: 20px;
  }

  .process-list li {
    min-height: auto;
    padding: 18px 16px;
  }

  .process-list strong {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .participant-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: auto;
  }

  .participant-chip {
    position: static;
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    min-height: 42px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .participant-cloud::before,
  .participant-cloud::after {
    content: none;
  }

  .instagram-profile {
    gap: 12px;
  }

  .instagram-feed-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .instagram-profile-action {
    width: 100%;
    min-width: 0;
    margin-top: 0;
    padding-left: 12px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 8px 12px;
    align-items: center;
    justify-items: start;
    text-align: left;
    transform: none;
  }

  .instagram-profile-photo {
    grid-row: 1 / span 2;
    width: 72px;
  }

  .instagram-profile-action .button {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px 11px;
    font-size: 17px;
  }

  .faq-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .faq-chatbot-inline {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 16px;
  }

  .faq-chatbot-copy {
    transform: none;
  }

  .faq-chatbot-inline .chatbot-inline-action {
    padding-top: 0;
  }

  .faq-chatbot-inline .chatbot-inline-action small {
    white-space: normal;
  }

  .chatbot-window {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(86px + env(safe-area-inset-bottom));
    width: auto;
    max-height: calc(100svh - 160px);
  }

  .chatbot-messages {
    max-height: min(280px, 38svh);
  }

  .site-footer {
    padding: 26px 16px calc(22px + env(safe-area-inset-bottom));
  }

  .footer-brand {
    transform: none;
  }

  .footer-info-stack {
    gap: 8px;
  }

  .footer-info-grid div {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 8px;
  }
}

main > .section > .section-inner {
  position: relative;
  isolation: isolate;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

main#top::before {
  content: "";
  position: absolute;
  top: calc(var(--snap-header-offset) + 47px);
  bottom: calc(var(--section-gap) - 1px);
  left: 50%;
  z-index: 0;
  width: min(calc(100vw - 16px), calc(1180px + var(--section-card-bg-bleed)));
  border: 1px solid rgba(17, 17, 24, 0.08);
  border-radius: 28px;
  background: var(--color-card-bg);
  box-shadow: 0 22px 56px rgba(17, 17, 24, 0.08);
  transform: translateX(-50%);
  pointer-events: none;
}

main#top > .section {
  z-index: 1;
}

main > .section > .section-inner::before {
  content: none;
}

@media (max-width: 980px) {
  :root {
    --section-card-bg-bleed: 48px;
  }

  main#top::before {
    width: min(calc(100vw - 24px), calc(100vw - 48px + var(--section-card-bg-bleed)));
    box-shadow: 0 16px 34px rgba(17, 17, 24, 0.12);
  }
}

@media (max-width: 640px) {
  :root {
    --section-card-bg-bleed: 0px;
  }

  main#top::before {
    top: var(--snap-header-offset);
    bottom: 21px;
    width: calc(100vw - 24px);
    border-radius: 20px;
  }
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 16px;
  color: #111118;
  background-color: #e9e3d8;
  background:
    radial-gradient(circle at 14% 18%, var(--color-lemon-zest) 0 44px, transparent 45px),
    radial-gradient(circle at 86% 16%, var(--color-coral-glow) 0 64px, transparent 65px),
    var(--color-sky-tint);
}

.admin-shell::before,
.admin-page::before {
  content: none;
}

.admin-shell > *,
.admin-page > * {
  position: relative;
  z-index: 1;
}

.admin-shell .admin-card {
  color: #111118;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 24, 0.12);
  box-shadow: 0 24px 60px rgba(17, 17, 24, 0.16);
}

.admin-shell .eyebrow,
.admin-shell h1,
.admin-shell label {
  color: #111118;
}

.admin-shell input {
  color: #111118;
  -webkit-text-fill-color: #111118;
  background: #f0f6ff;
  border: 1px solid rgba(17, 17, 24, 0.12);
  caret-color: #111118;
}

.admin-shell input::placeholder {
  color: rgba(17, 17, 24, 0.56);
  -webkit-text-fill-color: rgba(17, 17, 24, 0.56);
}

.admin-shell .admin-login-card {
  color: #111118;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 24, 0.12);
  box-shadow: 0 24px 60px rgba(17, 17, 24, 0.16);
}

.admin-shell .admin-login-card .eyebrow {
  color: #111118;
  background: #91d8ec;
}

.admin-shell .admin-login-card h1,
.admin-shell .admin-login-card label {
  color: #111118;
  -webkit-text-fill-color: #111118;
}

.admin-shell .admin-login-card input {
  color: #111118;
  -webkit-text-fill-color: #111118;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
}

.admin-shell .admin-login-card .button-primary {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: #111118;
}

.admin-card {
  width: min(720px, 100%);
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  background: var(--color-canvas-white);
}

.admin-card h1 {
  margin: 0;
  font-family: var(--font-haas-grot-disp);
  font-weight: 400;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
}

.admin-card label,
.admin-card form {
  display: grid;
  gap: 8px;
}

.admin-card input,
.admin-card textarea,
.admin-card select {
  width: 100%;
  border: 0;
  border-radius: var(--radius-input);
  padding: 12px 16px;
  background: var(--color-pale-mist);
  color: var(--color-storm-gray);
  font: inherit;
}

.admin-card textarea {
  min-height: 96px;
  border-radius: 24px;
  resize: vertical;
}

.form-error {
  padding: 12px 16px;
  border-radius: 24px;
  background: var(--color-coral-glow);
}

.admin-page {
  min-height: 100vh;
  padding: 32px clamp(16px, 4vw, 48px);
  background:
    radial-gradient(circle at 10% 14%, var(--color-lemon-zest) 0 42px, transparent 43px),
    radial-gradient(circle at 92% 10%, var(--color-cool-aqua) 0 66px, transparent 67px),
    var(--color-sky-tint);
}

.admin-topbar {
  width: min(1120px, 100%);
  margin: 0 auto 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.admin-topbar > div {
  display: grid;
  gap: 12px;
}

.admin-topbar h1 {
  max-width: none;
  font-size: 52px;
  line-height: 1;
}

.admin-topbar p:last-child {
  max-width: 680px;
  font-size: 18px;
}

.admin-page > .form-error {
  width: min(1120px, 100%);
  margin: 0 auto 16px;
}

.admin-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 24px;
  align-items: start;
}

.admin-grid .admin-card {
  width: 100%;
  border-radius: 24px;
  background: var(--color-canvas-white);
}

.admin-card h2 {
  max-width: none;
  font-size: 35px;
  line-height: 1.15;
}

.admin-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-form-wide {
  grid-column: 1 / -1;
}

.admin-event-stack,
.admin-event-editor {
  display: grid;
  gap: 20px;
}

.admin-event-editor {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(17, 17, 24, 0.12);
}

.admin-event-editor:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

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

.admin-list-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(17, 17, 24, 0.12);
}

.admin-list p {
  display: grid;
  gap: 4px;
}

.admin-list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.admin-list span,
.admin-empty {
  color: rgba(17, 17, 24, 0.72);
}

.compact-form {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 17, 24, 0.12);
}

.content-editor {
  width: min(1120px, 100%);
  margin: 24px auto 0;
}

.participant-status-admin {
  width: min(1120px, 100%);
  margin: 0 auto 24px;
}

.admin-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.admin-section-header > div {
  display: grid;
  gap: 8px;
}

.admin-section-header h2 {
  margin: 0;
}

.admin-status-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.admin-status-preview-item {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
}

.admin-status-preview-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(17, 17, 24, 0.14);
}

.admin-status-preview-item figcaption {
  color: rgba(17, 17, 24, 0.72);
  font-family: var(--font-martian-mono);
  font-size: 12px;
  line-height: 1.2;
}

.traffic-log {
  width: min(1120px, 100%);
  margin: 24px auto 0;
}

.traffic-log-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.traffic-log-header > div:first-child {
  display: grid;
  gap: 12px;
}

.traffic-log-header p:last-child {
  max-width: 720px;
  color: rgba(17, 17, 24, 0.72);
}

.traffic-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 10px;
}

.traffic-summary span {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 8px;
  background: var(--color-pale-mist);
}

.traffic-summary strong {
  font-family: var(--font-haas-grot-disp);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.traffic-summary small {
  color: rgba(17, 17, 24, 0.66);
  font-family: var(--font-martian-mono);
  font-size: 11px;
  line-height: 1.25;
}

.traffic-insights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.traffic-insights section {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(17, 17, 24, 0.1);
  border-radius: 8px;
  background: rgba(240, 246, 255, 0.52);
}

.traffic-insights h3 {
  font-size: 20px;
}

.traffic-insights ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.traffic-insights li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: baseline;
  padding: 8px 0;
  border-top: 1px solid rgba(17, 17, 24, 0.08);
}

.traffic-insights li:first-child {
  border-top: 0;
}

.traffic-insights li span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.traffic-insights li strong {
  font-weight: 700;
  white-space: nowrap;
}

.traffic-insights li small,
.traffic-insights p {
  color: rgba(17, 17, 24, 0.66);
}

.traffic-chart {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(10px, 1fr);
  gap: 6px;
  align-items: end;
  min-height: 220px;
  padding: 18px 14px 10px;
  border: 1px solid rgba(17, 17, 24, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(240, 246, 255, 0.8), rgba(255, 255, 255, 0.92));
  overflow-x: auto;
}

.traffic-bar-column {
  display: grid;
  grid-template-rows: minmax(120px, 1fr) auto;
  gap: 8px;
  align-items: end;
  min-width: 10px;
  height: 174px;
}

.traffic-bar {
  display: block;
  width: 100%;
  min-height: 2px;
  border-radius: 999px 999px 2px 2px;
  background: var(--color-electric-blue);
}

.traffic-bar-column:nth-child(6n + 2) .traffic-bar {
  background: var(--color-sunset-orange);
}

.traffic-bar-column:nth-child(6n + 3) .traffic-bar {
  background: var(--color-vivid-green);
}

.traffic-bar-column:nth-child(6n + 4) .traffic-bar {
  background: var(--color-flame-red);
}

.traffic-bar-column:nth-child(6n + 5) .traffic-bar {
  background: var(--color-cool-aqua);
}

.traffic-bar-column:nth-child(6n) .traffic-bar {
  background: var(--color-lemon-zest);
}

.traffic-bar-column small {
  writing-mode: vertical-rl;
  color: rgba(17, 17, 24, 0.52);
  font-family: var(--font-martian-mono);
  font-size: 10px;
  line-height: 1;
}

.traffic-table-wrap {
  max-height: 360px;
  overflow: auto;
  border: 1px solid rgba(17, 17, 24, 0.12);
  border-radius: 8px;
}

.traffic-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.traffic-table th,
.traffic-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(17, 17, 24, 0.08);
  text-align: left;
  white-space: nowrap;
}

.traffic-table th {
  position: sticky;
  top: 0;
  background: var(--color-canvas-white);
  color: rgba(17, 17, 24, 0.66);
  font-family: var(--font-martian-mono);
  font-size: 11px;
  font-weight: 400;
}

@media (max-width: 820px) {
  .admin-topbar,
  .admin-grid,
  .admin-form,
  .admin-list-item,
  .admin-section-header,
  .traffic-log-header,
  .traffic-summary,
  .traffic-insights {
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-topbar h1 {
    font-size: 42px;
  }

  .admin-status-preview-grid {
    grid-template-columns: 1fr;
  }
}
