.home-page { overflow: clip; }
.home-page .section { position: relative; }
.home-hero { position: relative; display: grid; min-height: 78vh; isolation: isolate; }
.home-hero__image, .home-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero__image { object-fit: cover; object-position: center center; z-index: -2; }
.home-hero__veil { z-index: -1; background: linear-gradient(90deg, rgba(17,17,17,.38), rgba(17,17,17,.1) 55%, rgba(17,17,17,.52)), linear-gradient(0deg, rgba(17,17,17,.65), transparent 52%); }
.home-hero__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: end; min-width: 0; padding-block: 64px; }
.home-hero__index { grid-column: 1 / span 1; display: flex; flex-direction: column; gap: 8px; align-self: end; min-width: 0; }
.home-hero__index .index { font-size: clamp(3.5rem, 6vw, 5rem); }
.home-hero__panel { grid-column: 7 / span 6; justify-self: end; width: 100%; max-width: 600px; min-width: 0; padding: 32px; display: flex; flex-direction: column; align-items: stretch; gap: 16px; background: rgba(30,30,30,.96); }
.home-hero__panel > * { margin: 0; min-width: 0; }
.home-hero__format { color: var(--color-muted-steel); font-family: var(--font-mono); font-size: var(--text-xs); letter-spacing: .05em; line-height: 1.35; text-transform: uppercase; }
.home-hero__panel h1 { max-width: 19ch; font-size: clamp(2.75rem, 4.8vw, 4rem); line-height: 1.03; }
.home-hero__panel > p:not(.home-hero__format) { max-width: 56ch; color: var(--color-paper); }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; min-width: 0; }
.home-hero__actions > * { min-width: 0; }
.home-hero__text-link, .home-formats__link, .home-events__intro > a, .home-gallery__head > a, .home-lounge__note a { align-self: flex-start; min-height: 44px; display: inline-flex; align-items: center; gap: 8px; }
.home-formats { background: var(--color-obsidian); }
.home-formats__head { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 1fr) minmax(0, 4fr); gap: 24px; align-items: start; min-width: 0; margin-bottom: 48px; }
.home-formats__intro { grid-column: 1 / span 1; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 0; }
.home-formats__intro > * { margin: 0; }
.home-formats__intro p:not(.eyebrow) { max-width: 62ch; }
.home-formats__notice { grid-column: 3 / span 1; padding: 24px; min-width: 0; }
.home-formats__notice > :last-child { margin-bottom: 0; }
.home-format-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: var(--border); min-width: 0; }
.home-format-card { display: flex; flex-direction: column; align-items: stretch; gap: 16px; min-width: 0; padding: 24px; border-right: var(--border); }
.home-format-card:last-child { border-right: 0; }
.home-format-card--active { border-top: 2px solid var(--color-signal-orange); background: var(--color-orange-wash); }
.home-format-card > * { margin: 0; min-width: 0; }
.home-format-card h3 { font-size: 1.5rem; }
.home-format-card p:not(.label):not(.home-format-card__meta) { max-width: 52ch; color: var(--color-muted-steel); }
.home-format-card__meta { color: var(--color-paper); font-family: var(--font-mono); font-size: var(--text-xs); line-height: 1.5; }
.home-format-card a { margin-top: auto; min-height: 44px; display: inline-flex; align-items: center; gap: 8px; }
.home-evening { border-top: var(--border); }
.home-evening__layout { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; min-width: 0; }
.home-evening__intro { grid-column: 1 / span 4; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 0; }
.home-evening__intro > * { margin: 0; }
.home-evening__intro p:not(.eyebrow) { max-width: 64ch; }
.home-evening__steps { grid-column: 5 / span 8; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; min-width: 0; }
.home-step { position: relative; min-width: 0; padding-top: 20px; border-top: var(--border); }
.home-step::before { content: ""; position: absolute; top: -2px; left: 0; width: 30px; height: 2px; background: var(--color-signal-orange); }
.home-step__number { display: block; margin-bottom: 16px; color: var(--color-signal-orange); font-family: var(--font-mono); font-size: 1.5rem; }
.home-step h3 { font-size: 1.25rem; }
.home-step p { max-width: 46ch; color: var(--color-muted-steel); }
.home-evening__frame { display: flex; justify-content: space-between; gap: 24px; min-width: 0; margin-top: 48px; padding: 18px 24px; border-left: var(--border-accent); background: var(--color-graphite); }
.home-evening__frame > * { min-width: 0; margin: 0; }
.home-rules { background: var(--color-graphite); }
.home-rules__top { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; min-width: 0; }
.home-rules__index { grid-column: 1 / span 1; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.home-rules__index > * { margin: 0; }
.home-rules__copy { grid-column: 2 / span 5; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 0; }
.home-rules__copy > * { margin: 0; }
.home-rules__copy > p:not(.home-rules__meta) { max-width: 60ch; }
.home-rules__meta { color: var(--color-muted-steel); font-family: var(--font-mono); font-size: var(--text-xs); text-transform: uppercase; }
.home-rules__figure { grid-column: 8 / span 4; width: 100%; min-width: 0; margin: 0; }
.home-rules__figure img { width: 100%; aspect-ratio: 3 / 2; border: var(--border); object-fit: cover; object-position: left center; }
.home-accordions { display: flex; flex-direction: column; gap: 12px; width: min(100% - 16.6667%, 1020px); min-width: 0; margin: 64px auto 0; }
.home-accordions details { min-width: 0; margin: 0; background: var(--color-obsidian); }
.home-accordions summary { min-height: 56px; padding: 16px 20px; list-style: none; }
.home-accordions summary::-webkit-details-marker { display: none; }
.home-accordion__symbol { color: var(--color-signal-orange); font-family: var(--font-mono); font-size: 1.5rem; }
.home-accordion__body { padding: 0 20px 20px; }
.home-accordion__body p { max-width: 56ch; margin: 0; color: var(--color-muted-steel); }
.home-lounge__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; min-width: 0; }
.home-lounge__copy { grid-column: 1 / span 5; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 0; }
.home-lounge__copy > * { margin: 0; }
.home-lounge__copy p:not(.eyebrow) { max-width: 64ch; }
.home-lounge__figure { grid-column: 7 / span 6; min-width: 0; margin: 0; }
.home-lounge__figure img { width: 100%; aspect-ratio: 3 / 2; border: var(--border); object-fit: cover; object-position: center; }
.home-lounge__benefits { grid-column: 1 / span 6; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; min-width: 0; }
.home-lounge__benefits article { min-width: 0; padding-top: 24px; border-top: var(--border); }
.home-lounge__benefits article p:not(.label) { max-width: 52ch; color: var(--color-muted-steel); }
.home-lounge__note { grid-column: 7 / span 6; align-self: end; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 0; padding: 24px; border: var(--border); background: var(--color-graphite); }
.home-lounge__note > * { margin: 0; }
.home-lounge__note p { max-width: 52ch; }
.home-events { border-top: var(--border); }
.home-events__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; min-width: 0; }
.home-events__intro { grid-column: 1 / span 5; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 0; }
.home-events__intro > * { margin: 0; }
.home-events__intro .index { font-size: 4rem; }
.home-events__intro p:not(.eyebrow) { max-width: 62ch; }
.home-events__cards { grid-column: 7 / span 6; display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; min-width: 0; }
.home-event-card { display: flex; flex-direction: column; align-items: stretch; gap: 16px; min-width: 0; padding: 32px; }
.home-event-card:nth-child(2) { margin-left: 48px; }
.home-event-card > * { margin: 0; min-width: 0; }
.home-event-card p:not(.label) { max-width: 54ch; color: var(--color-muted-steel); }
.home-event-card ul { display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 0; color: var(--color-paper); font-family: var(--font-mono); font-size: var(--text-xs); list-style: none; }
.home-event-card li { min-width: 0; }
.home-event-card li::before { content: "— "; color: var(--color-signal-orange); }
.home-events__cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 0; margin-top: 48px; padding-top: 32px; border-top: var(--border); }
.home-events__cta > * { min-width: 0; margin: 0; }
.home-events__cta p { max-width: 64ch; color: var(--color-muted-steel); }
.home-gallery { background: var(--color-graphite); }
.home-gallery__head { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 3fr); gap: 24px; align-items: end; min-width: 0; margin-bottom: 48px; }
.home-gallery__head > div { grid-column: 1 / span 1; min-width: 0; }
.home-gallery__head p { max-width: 60ch; }
.home-gallery__head > a { grid-column: 3 / span 1; justify-self: start; }
.home-gallery__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; min-width: 0; }
.home-gallery__item { grid-column: span 3; min-width: 0; margin: 0; }
.home-gallery__item--large { grid-column: span 6; }
.home-gallery__button { display: block; width: 100%; min-width: 0; padding: 0; border: var(--border); background: transparent; }
.home-gallery__button img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center; }
.home-gallery__item--large .home-gallery__button img { aspect-ratio: 16 / 9; object-position: center; }
.home-gallery__button:hover img { filter: brightness(1.08); }
.home-gallery figcaption { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.home-gallery figcaption span { color: var(--color-signal-orange); }
.home-reservation { border-top: var(--border); }
.home-reservation__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; min-width: 0; }
.home-reservation__intro { grid-column: 1 / span 4; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 0; }
.home-reservation__intro > * { margin: 0; }
.home-reservation__intro .index { font-size: 4rem; }
.home-reservation__intro p:not(.eyebrow) { max-width: 58ch; }
.home-reservation__form { grid-column: 6 / span 7; display: flex; flex-direction: column; align-items: stretch; gap: 20px; min-width: 0; padding: 32px; }
.home-form__pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; min-width: 0; }
.home-field { display: flex; flex-direction: column; align-items: stretch; gap: 8px; min-width: 0; }
.home-field > * { min-width: 0; margin: 0; }
.home-field small { color: var(--color-muted-steel); line-height: 1.4; }
.home-field__error { min-height: 20px; color: var(--color-paper); font-size: var(--text-sm); line-height: 1.4; }
.home-form__frame { padding: 16px 0 16px 20px; border-left: var(--border-accent); }
.home-form__frame p { max-width: 52ch; margin: 0; color: var(--color-paper); }
.home-check { display: flex; align-items: flex-start; gap: 12px; min-width: 0; }
.home-check input { margin-top: 3px; }
.home-check label { min-width: 0; margin: 0; }
.home-check__error { margin: -12px 0 0; }
.home-form__status { min-height: 25px; margin: 0; color: var(--color-paper); }
.home-lightbox { width: min(92vw, 1000px); max-width: 1000px; padding: 0; border: var(--border); background: var(--color-graphite); color: var(--color-paper); }
.home-lightbox::backdrop { background: rgba(0,0,0,.82); }
.home-lightbox__frame { position: relative; display: flex; flex-direction: column; gap: 16px; min-width: 0; padding: 24px; }
.home-lightbox__image { width: 100%; max-height: 70vh; object-fit: contain; }
.home-lightbox__caption { margin: 0; color: var(--color-muted-steel); }
.home-lightbox__close { position: absolute; top: 8px; right: 8px; width: 44px; height: 44px; border: var(--border); background: var(--color-obsidian); color: var(--color-paper); font-size: 2rem; line-height: 1; }
.home-lightbox__controls { display: flex; justify-content: flex-end; gap: 12px; min-width: 0; }
@media (max-width: 65.625rem) {
  .home-hero__grid, .home-evening__layout, .home-rules__top, .home-lounge__grid, .home-events__grid, .home-gallery__grid, .home-reservation__grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .home-hero__index { grid-column: 1 / span 1; }
  .home-hero__panel { grid-column: 3 / span 6; }
  .home-format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-format-card:nth-child(2) { border-right: 0; }
  .home-format-card:nth-child(-n+2) { border-bottom: var(--border); }
  .home-evening__intro { grid-column: 1 / span 8; margin-bottom: 24px; }
  .home-evening__steps { grid-column: 1 / span 8; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .home-rules__index { grid-column: 1 / span 8; flex-direction: row; align-items: center; }
  .home-rules__copy { grid-column: 1 / span 4; }
  .home-rules__figure { grid-column: 5 / span 4; }
  .home-lounge__copy { grid-column: 1 / span 8; }
  .home-lounge__figure { grid-column: 1 / span 8; }
  .home-lounge__benefits { grid-column: 1 / span 8; }
  .home-lounge__note { grid-column: 1 / span 8; }
  .home-events__intro { grid-column: 1 / span 8; }
  .home-events__cards { grid-column: 1 / span 8; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-event-card:nth-child(2) { margin-left: 0; margin-top: 24px; }
  .home-gallery__item--large { grid-column: 1 / span 8; }
  .home-gallery__item:not(.home-gallery__item--large) { grid-column: span 4; }
  .home-gallery__item:not(.home-gallery__item--large) .home-gallery__button img { aspect-ratio: 3 / 4; }
  .home-reservation__intro { grid-column: 1 / span 8; }
  .home-reservation__form { grid-column: 1 / span 8; width: min(100%, 900px); }
}
@media (max-width: 59.9375rem) {
  .home-formats__head { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .home-formats__intro { grid-column: 1 / span 8; }
  .home-formats__notice { grid-column: 1 / span 8; }
  .home-gallery__head { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .home-gallery__head > div { grid-column: 1 / span 8; }
  .home-gallery__head > a { grid-column: 1 / span 8; }
}
@media (max-width: 44.9375rem) {
  .home-hero { min-height: auto; padding-top: 52vh; }
  .home-hero__image { height: 58vh; object-position: center center; }
  .home-hero__veil { height: 58vh; background: linear-gradient(0deg, var(--color-obsidian), rgba(17,17,17,.18) 58%); }
  .home-hero__grid { display: block; width: 100%; padding: 0 var(--gutter) 0; }
  .home-hero__index { width: 100%; padding: 0 0 12px; flex-direction: row; align-items: center; }
  .home-hero__index .index { font-size: 2rem; }
  .home-hero__panel { width: 100%; max-width: none; padding: 24px; }
  .home-hero__panel h1 { max-width: none; font-size: 2rem; line-height: 1.12; }
  .home-hero__actions { flex-direction: column; }
  .home-hero__actions .button { width: 100%; }
  .home-format-grid, .home-evening__steps, .home-lounge__benefits, .home-events__cards, .home-form__pair { grid-template-columns: minmax(0, 1fr); }
  .home-format-card, .home-format-card:nth-child(2) { border-right: 0; border-bottom: var(--border); }
  .home-format-card:last-child { border-bottom: 0; }
  .home-evening__frame, .home-events__cta { flex-direction: column; align-items: flex-start; }
  .home-rules__top { display: flex; flex-direction: column; gap: 24px; }
  .home-rules__index, .home-rules__copy, .home-rules__figure { width: 100%; }
  .home-rules__index .index { font-size: 2rem; }
  .home-accordions { width: 100%; margin-top: 48px; }
  .home-lounge__grid, .home-events__grid, .home-gallery__grid, .home-reservation__grid { display: flex; flex-direction: column; gap: 24px; }
  .home-lounge__copy, .home-lounge__figure, .home-lounge__benefits, .home-lounge__note, .home-events__intro, .home-events__cards, .home-reservation__intro, .home-reservation__form, .home-gallery__item, .home-gallery__item--large { width: 100%; }
  .home-events__cards { display: flex; flex-direction: column; }
  .home-event-card:nth-child(2) { margin-top: 0; }
  .home-gallery__item .home-gallery__button img, .home-gallery__item--large .home-gallery__button img { aspect-ratio: 4 / 5; }
  .home-reservation__form { padding: 20px; }
  .home-lightbox__frame { padding: 16px; }
  .home-lightbox__controls { justify-content: stretch; }
  .home-lightbox__controls .button { flex: 1 1 0; }
}
