@layer reset, base, layout, components, responsive;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
  body, h1, h2, h3, p, figure, dl, dd { margin: 0; }
  button, a { -webkit-tap-highlight-color: transparent; }
  button { font: inherit; color: inherit; }
  a { color: inherit; text-decoration: none; }
  button, summary { cursor: pointer; }
  img, video { display: block; width: 100%; }
  [hidden] { display: none !important; }
}
@layer base {
  :root { color-scheme: dark; --ink: #0b0a0a; --paper: #f4f1ed; --muted: #c2bdb8; --line: #ffffff29; --color-oxblood: #4a0e17; --color-oxblood-bright: #6e0d25; --wine: var(--color-oxblood); --accent: var(--paper); --serif: 'Cormorant Garamond', Georgia, serif; --sans: 'Plus Jakarta Sans', Arial, sans-serif; }
  body { background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
  ::selection { background: var(--wine); color: white; }
  :focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
  button { border: 0; background: transparent; }
  .eyebrow { font-size: .75rem; font-weight: 500; letter-spacing: .15em; line-height: 1.6; }
  .skip-link { position: fixed; top: .5rem; left: .5rem; padding: .75rem 1rem; z-index: 100; color: var(--ink); background: white; transform: translateY(-200%); }
  .skip-link:focus { transform: translateY(0); }
  .section-shell { padding-inline: clamp(1.4rem, 6vw, 7rem); }
}
@layer layout {
  .site-header { position: absolute; z-index: 5; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 6rem; padding: 1.25rem clamp(1.4rem, 4vw, 5rem); border-bottom: 1px solid var(--line); }
  .wordmark { font-family: var(--serif); font-size: 1.4rem; line-height: 1; letter-spacing: -.025em; white-space: nowrap; }
  .wordmark span { font-size: .8em; margin-left: .15rem; }
  .site-header nav { display: flex; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
  .site-header nav a { font-size: .875rem; padding-block: .6rem; color: var(--paper); transition: color .2s; }
  .site-header nav a:hover { color: white; text-decoration: underline; text-underline-offset: .5rem; }
  .header-location { font-size: .75rem; letter-spacing: .11em; }
  .hero { position: relative; isolation: isolate; min-height: 50rem; height: 100svh; max-height: 86rem; display: flex; flex-direction: column; justify-content: center; padding: 8.5rem clamp(1.4rem, 4vw, 5rem) 12rem; background: #080707; }
  .hero-media, .hero-shade { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
  .hero-media img, .hero-media video { position: absolute; top: 0; right: 0; width: 64%; height: 100%; object-fit: contain; object-position: 75% center; filter: saturate(.8) contrast(1.04); }
  .hero-media video { opacity: 0; transition: opacity .8s; }
  .hero-media video.is-ready { opacity: 1; }
  .hero-shade { z-index: -1; background: linear-gradient(180deg, #080707a6 0%, transparent 30%, transparent 55%, #0b0a0af2 100%), linear-gradient(90deg, #0b0a0a80, transparent 75%); }
  .hero-intro { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; position: absolute; top: 8rem; left: clamp(1.4rem, 4vw, 5rem); right: clamp(1.4rem, 4vw, 5rem); }
  .hero-edition { font-size: .75rem; letter-spacing: .12em; }
  .hero-title-wrap { width: 100%; padding-block: 1.5rem; }
  #hero-title { font-family: var(--serif); font-weight: 400; line-height: .85; letter-spacing: -.035em; }
  .title-the { display: block; font-size: clamp(2rem, 5vw, 5rem); line-height: 1.1; letter-spacing: -.025em; margin: 0 0 .25rem .055em; }
  .title-haus { display: flex; align-items: baseline; gap: .045em; font-size: clamp(7rem, 18vw, 23rem); line-height: .95; }
  .title-eight { font-size: .4em; letter-spacing: -.065em; }
  .hero-line { font-size: clamp(1rem, 1.3vw, 1.25rem); margin: 1.9rem 0 0 .4rem; color: var(--paper); }
  .hero-bottom { position: absolute; bottom: 2.75rem; left: clamp(1.4rem, 4vw, 5rem); right: clamp(1.4rem, 4vw, 5rem); display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
  .hero-event { display: flex; align-items: center; gap: 1.4rem; min-width: 23rem; padding: 1.2rem 0; border-top: 1px solid #ffffff55; border-bottom: 1px solid #ffffff55; transition: border-color .2s; }
  .hero-event:hover { border-color: white; }
  .event-date { font-family: var(--serif); font-size: 2.9rem; line-height: .9; padding-right: 1.4rem; border-right: 1px solid #ffffff35; }
  .event-date span { display: block; font-family: var(--sans); font-size: .75rem; line-height: 1.5; letter-spacing: .11em; margin-top: .5rem; text-align: center; }
  .hero-event-copy { display: flex; flex-direction: column; gap: .2rem; }
  .hero-event-copy > span:last-child { font-family: var(--serif); font-size: 2rem; line-height: 1.2; }
  .hero-event-copy .eyebrow { color: var(--muted); }
  .round-arrow { font-size: 1.6rem; font-weight: 300; margin-left: auto; width: 2.8rem; height: 2.8rem; border: 1px solid #ffffff4d; border-radius: 50%; display: grid; place-items: center; transition: background .2s; }
  .hero-event:hover .round-arrow { background: #ffffff15; }
  .film-controls { display: grid; grid-template-columns: auto auto; align-items: center; gap: .75rem 1rem; }
  .film-link { display: flex; align-items: center; gap: .8rem; font-size: .875rem; min-height: 2.75rem; padding: .3rem .6rem; }
  .film-link:hover { text-decoration: underline; text-underline-offset: .3rem; }
  .play-icon { display: inline-block; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; }
  .pause-icon { width: 8px; height: 11px; display: inline-block; border-left: 2px solid currentColor; border-right: 2px solid currentColor; }
  .motion-control { width: 2.75rem; height: 2.75rem; border: 1px solid #ffffff40; border-radius: 50%; display: grid; place-items: center; }
  .motion-control:hover { background: #ffffff15; }
  .film-credit { grid-column: 1 / -1; font-size: .75rem; letter-spacing: .06em; color: var(--muted); text-align: right; }
  .chapter-line { border-block: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem clamp(1.4rem, 4vw, 5rem); font-size: .75rem; letter-spacing: .08em; color: var(--muted); }
  .event-section { padding-top: 5rem; padding-bottom: 5rem; background: radial-gradient(ellipse at 10% 35%, #4a0e174d, transparent 65%); }
  .section-heading { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: 1.5rem; color: var(--muted); }
  .event-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(3rem, 8vw, 10rem); margin-block: 3.5rem 4rem; align-items: center; }
  .event-kicker { font-size: .75rem; letter-spacing: .13em; margin-bottom: 1.6rem; color: var(--accent); }
  .event-copy h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(5rem, 8.5vw, 9rem); line-height: 1.02; letter-spacing: -.035em; }
  .event-copy h2 em { font-weight: 400; color: var(--accent); }
  .event-description { color: var(--muted); max-width: 27rem; margin-block: 2.2rem; font-size: 1rem; line-height: 1.8; }
  .event-information { border-top: 1px solid var(--line); max-width: 27rem; }
  .event-information > div { display: grid; grid-template-columns: 5.5rem 1fr; gap: 1rem; padding-block: 1.15rem; border-bottom: 1px solid var(--line); }
  .event-information dt { font-size: .75rem; color: var(--muted); letter-spacing: .1em; padding-top: .2rem; }
  .event-information dd { font-size: 1rem; }
  .event-information dd span { display: block; color: var(--muted); font-size: .875rem; margin-top: .2rem; }
  .ticket-area { margin-top: 1.75rem; }
  .ticket-link { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 27rem; min-height: 3.5rem; padding: .8rem 1.3rem; font-size: 1rem; background: var(--color-oxblood); border: 1px solid var(--color-oxblood-bright); }
  .ticket-link:hover { background: var(--color-oxblood-bright); }
  .ticket-area p { color: var(--muted); font-size: .75rem; margin-top: .65rem; }
  .event-visual { position: relative; min-height: 35rem; aspect-ratio: 3/4; overflow: hidden; background: #16080a; }
  .event-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(.8) contrast(1.04); position: absolute; }
  .visual-shade { position: absolute; inset: 0; background: linear-gradient(180deg, #0b0a0a33, #0b0a0a22 40%, #0b0a0adb 100%); }
  .visual-date { position: absolute; left: 1.6rem; bottom: 5.5rem; font-family: var(--serif); font-size: clamp(3.75rem, 6vw, 6rem); letter-spacing: -.035em; line-height: .95; color: var(--paper); }
  .event-visual figcaption { position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid #ffffff55; padding-top: 1rem; font-size: .75rem; letter-spacing: .06em; }
  .evening-timeline { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 2rem; gap: 2rem; }
  .evening-timeline > div { display: grid; grid-template-columns: 2rem minmax(0, 1fr); align-content: start; gap: 1.4rem; padding-right: 1.5rem; min-width: 0; }
  .evening-timeline > div > div { min-width: 0; overflow-wrap: break-word; }
  .evening-timeline > div + div { border-left: 1px solid var(--line); padding-left: 2rem; }
  .timeline-number { font-family: var(--serif); color: var(--muted); font-size: 1.5rem; line-height: 1.2; }
  .timeline-time { color: var(--muted); font-size: .75rem; letter-spacing: .1em; }
  .evening-timeline h3 { font-family: var(--serif); font-size: 1.75rem; line-height: 1.3; font-weight: 400; margin-block: .5rem; }
  .evening-timeline p { color: var(--muted); font-size: .875rem; line-height: 1.6; }
  .about-section { background: #1a090c; border-block: 1px solid var(--color-oxblood); padding-block: 5.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; overflow: hidden; }
  .about-label { display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; color: var(--paper); }
  .about-numeral { font-family: var(--serif); font-size: clamp(9rem, 22vw, 23rem); line-height: .8; color: var(--color-oxblood-bright); letter-spacing: -.09em; }
  .about-copy h2 { font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 400; letter-spacing: -.035em; line-height: 1; margin-bottom: 2rem; }
  .about-copy h2 em { color: var(--paper); }
  .about-copy p { font-size: 1rem; line-height: 1.8; color: var(--muted); max-width: 28rem; margin-bottom: 1.2rem; }
  .text-link { display: inline-flex; align-items: center; gap: 2.5rem; padding: .9rem 0; margin-top: .5rem; border-bottom: 1px solid var(--color-oxblood-bright); font-size: .875rem; }
  .text-link:hover { border-color: white; }
  .site-footer { padding-top: 4rem; padding-bottom: 2rem; }
  .footer-wordmark { display: inline-block; font-family: var(--serif); font-size: clamp(2.5rem, 8.5vw, 9rem); line-height: 1.1; letter-spacing: -.045em; margin-bottom: 2rem; }
  .footer-wordmark span { font-size: .67em; }
  .footer-meta { display: flex; justify-content: space-between; gap: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .75rem; letter-spacing: .06em; color: var(--muted); }
  .footer-meta a:hover { color: white; }
  .footer-contact { display: inline-block; margin-top: 1.5rem; padding-block: .5rem; font-size: .875rem; color: var(--muted); }
  .footer-contact:hover { color: var(--paper); }
  .film-dialog { position: fixed; inset: 0; width: min(72rem, calc(100% - 2rem)); max-height: calc(100svh - 2rem); padding: clamp(1rem, 3vw, 2.5rem); border: 1px solid var(--color-oxblood-bright); background: #140b0d; color: var(--paper); overflow-y: auto; }
  .film-dialog::backdrop { background: #080707ed; backdrop-filter: blur(8px); }
  .dialog-header { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
  .dialog-header .eyebrow { color: var(--muted); }
  .dialog-header h2 { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.8rem); font-weight: 400; line-height: 1.2; margin-top: .4rem; }
  .close-film { display: grid; place-items: center; flex: 0 0 2.75rem; width: 2.75rem; height: 2.75rem; border: 1px solid #ffffff40; border-radius: 50%; font-size: 1.8rem; line-height: 1; }
  .close-film:hover { background: #ffffff12; }
  #full-film { background: black; width: auto; max-width: 100%; height: 65svh; aspect-ratio: 512/910; object-fit: contain; margin-inline: auto; }
  .dialog-caption, .film-error { font-size: .875rem; color: var(--muted); margin-top: 1rem; }
  .film-error { color: var(--paper); }
}
@layer components {
  .experience-section, .tickets-section, .faq-section, .social-section { padding-block: 5rem; }
  .experience-section { border-top: 1px solid var(--line); background: #080707; }
  .scene-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-block: 3rem; }
  .scene-intro h2, .tickets-intro h2, .dress-section h2, .faq-heading h2 { font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
  .scene-intro em, .tickets-intro em, .dress-section em, .faq-heading em { color: var(--accent); font-weight: 400; }
  .scene-intro p { max-width: 33rem; color: var(--muted); font-size: 1.125rem; line-height: 1.8; }
  .experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 4rem; }
  .experience-grid article { padding-block: 1.75rem .5rem; border-top: 1px solid var(--line); }
  .experience-grid .eyebrow { color: var(--accent); }
  .experience-grid h3, .table-reservations h3 { font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.2; margin-block: .85rem; }
  .experience-grid p { color: var(--muted); max-width: 32rem; }
  .tickets-intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-block: 3rem; }
  .tickets-intro p { max-width: 19rem; color: var(--muted); }
  .ticket-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
  .ticket-tier { display: flex; flex-direction: column; padding: clamp(1.5rem, 3.5vw, 3.5rem); }
  .ticket-tier-vip { border-left: 1px solid var(--color-oxblood-bright); background: linear-gradient(135deg, var(--color-oxblood), #16080a); }
  .ticket-tier .eyebrow { color: var(--accent); }
  .ticket-tier h3 { font-family: var(--serif); font-size: 4.5rem; font-weight: 400; line-height: 1.1; margin-top: .5rem; }
  .ticket-tier ul { padding-left: 1.25rem; margin-block: 1.5rem 2rem; color: var(--muted); flex: 1; }
  .ticket-tier li { padding-left: .3rem; margin-bottom: .8rem; }
  .ticket-tier li::marker { color: var(--accent); }
  .ticket-tier .ticket-link { max-width: none; }
  .table-reservations { display: flex; justify-content: space-between; gap: 2rem; align-items: center; border-bottom: 1px solid var(--line); padding-block: 1.5rem 2rem; }
  .table-reservations p, .ticket-terms { color: var(--muted); font-size: .875rem; }
  .table-reservations .text-link { overflow-wrap: anywhere; }
  .ticket-terms { margin-top: 1.5rem; }
  .dress-section { padding-block: 5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; background: var(--color-oxblood); border-block: 1px solid var(--color-oxblood-bright); }
  .dress-section .eyebrow { color: var(--paper); }
  .dress-section h2 { margin-top: 1.75rem; }
  .dress-copy { align-self: center; }
  .dress-copy p { color: var(--muted); margin-bottom: 1.25rem; }
  .dress-copy .dress-lead { font-family: var(--serif); font-size: clamp(1.75rem, 2.5vw, 2.5rem); color: var(--paper); line-height: 1.35; }
  .dress-copy .dress-rule { color: var(--paper); font-size: .875rem; margin: 1.75rem 0 0; padding-top: 1.5rem; border-top: 1px solid #ffffff30; }
  .faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; }
  .faq-heading h2 { font-size: clamp(3rem, 4vw, 4.5rem); margin-top: 1.5rem; }
  .faq-heading .eyebrow { color: var(--muted); }
  .faq-list { min-width: 0; }
  .faq-list details { border-bottom: 1px solid var(--line); }
  .faq-list details:first-child { border-top: 1px solid var(--line); }
  .faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1.5rem; list-style: none; font-size: 1rem; line-height: 1.5; }
  .faq-list summary::-webkit-details-marker { display: none; }
  .faq-list summary::after { content: '+'; font-size: 1.5rem; color: var(--accent); flex-shrink: 0; line-height: 1; }
  .faq-list details[open] summary::after { content: '−'; }
  .faq-list details > div { color: var(--muted); padding: 0 2rem 1.5rem 0; }
  .faq-list .text-link { color: var(--paper); }
  .social-section { padding-bottom: 2rem; }
  .social-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
  .social-links > a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 2rem; border-bottom: 1px solid var(--line); }
  .social-links > a:hover { border-color: var(--accent); }
  .social-links .eyebrow { display: block; color: var(--muted); }
  .social-links strong { display: block; margin-top: .5rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.25; }
  .social-links > a > span:last-child { font-size: 1.5rem; color: var(--accent); }
}
@layer responsive {
  @media (min-width: 1700px) { .hero-title-wrap { max-width: 100rem; margin-inline: auto; } }
  @media (max-width: 1000px) {
    .header-location { display: none; }
    .event-grid { gap: 3rem; grid-template-columns: 1fr 1fr; }
    .event-visual:not(.event-video) { min-height: 33rem; }
    .evening-timeline { gap: 1rem; }
    .evening-timeline > div { gap: 1rem; padding-right: .5rem; }
    .evening-timeline > div + div { padding-left: 1rem; }
    .chapter-line span:nth-child(2) { display: none; }
  }
  @media (max-width: 700px) {
    html { scroll-padding-top: 1rem; }
    .site-header { min-height: 5rem; padding-block: 1.2rem; gap: 1rem; }
    .wordmark { font-size: 1.2rem; }
    .site-header nav { gap: 1.2rem; }
    .site-header nav a { font-size: .875rem; }
    .hero { min-height: 46rem; max-height: 65rem; padding-top: 9rem; padding-bottom: 17rem; }
    .hero-intro { top: 6.5rem; }
    .hero-edition { display: none; }
    .hero-intro .eyebrow { font-size: .75rem; letter-spacing: .1em; }
    .hero-media img, .hero-media video { width: 100%; object-fit: cover; object-position: center center; }
    .hero-shade { background: linear-gradient(180deg, #0b0a0ad9, #0b0a0a50 37%, #0b0a0a85 57%, #0b0a0af2 100%); }
    .title-the { font-size: 2.5rem; }
    .title-haus { font-size: clamp(5.5rem, 19vw, 8.3rem); }
    .hero-line { margin: 1.5rem 0 0 .15rem; max-width: 16rem; line-height: 1.5; }
    .hero-bottom { flex-direction: column; align-items: stretch; gap: 1.2rem; bottom: 1.6rem; }
    .hero-event { min-width: 0; gap: 1.25rem; padding-block: 1rem; }
    .event-date { font-size: 2.5rem; }
    .hero-event-copy > span:last-child { font-size: 1.85rem; }
    .film-controls { grid-template-columns: 1fr auto; gap: .5rem 1rem; }
    .film-link { padding-left: 0; justify-self: start; }
    .film-credit { text-align: left; font-size: .75rem; }
    .chapter-line { font-size: .75rem; }
    .chapter-line span:last-child { display: none; }
    .event-section { padding-block: 3rem; }
    .event-grid { grid-template-columns: 1fr; gap: 2.5rem; margin-block: 2.5rem; }
    .event-copy h2 { font-size: clamp(5rem, 20vw, 8rem); }
    .event-description { margin-block: 1.8rem; }
    .event-description, .event-information, .ticket-link { max-width: none; }
    .event-visual:not(.event-video) { min-height: 0; aspect-ratio: 4/5; }
    .visual-date { font-size: 4.5rem; }
    .evening-timeline { grid-template-columns: 1fr; padding-top: .5rem; gap: 0; }
    .evening-timeline > div, .evening-timeline > div + div { border-left: 0; padding: 1.5rem 0; border-bottom: 1px solid var(--line); gap: 1.5rem; }
    .timeline-number { width: 2rem; text-align: left; }
    .evening-timeline h3 { margin-block: .2rem .4rem; }
    .about-section { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 3.5rem; }
    .about-label { flex-direction: row; align-items: center; }
    .about-numeral { font-size: 5rem; }
    .about-copy h2 { font-size: clamp(3rem, 12vw, 4.5rem); }
    .about-copy p { max-width: none; }
    .site-footer { padding-top: 2.5rem; }
    .footer-wordmark { font-size: clamp(2.5rem, 11vw, 4.5rem); margin-bottom: 1.5rem; }
    .footer-meta { display: grid; grid-template-columns: 1fr auto; gap: 1rem; }
    .footer-meta span:nth-child(2) { grid-column: 1; grid-row: 2; }
    .footer-meta a { grid-column: 2; grid-row: 1 / 3; align-self: center; }
    .film-dialog { padding: 1rem; width: calc(100% - 1rem); }
    .experience-section, .tickets-section, .faq-section, .social-section { padding-block: 3rem; }
    .scene-intro, .experience-grid, .dress-section, .faq-section, .ticket-grid { grid-template-columns: 1fr; gap: 2rem; }
    .scene-intro { margin-block: 2rem; }
    .scene-intro p { font-size: 1rem; }
    .experience-grid { gap: 1.5rem; }
    .tickets-intro { display: block; margin-block: 2rem; }
    .tickets-intro p { max-width: none; margin-top: 1rem; }
    .ticket-grid { gap: 0; }
    .ticket-tier-vip { border-left: 0; border-top: 1px solid var(--color-oxblood-bright); }
    .table-reservations { display: block; padding-block: 1.5rem; }
    .table-reservations .text-link { gap: 1rem; }
    .dress-section { padding-block: 3.5rem; }
    .dress-section h2 { font-size: clamp(3rem, 13vw, 5rem); }
    .faq-heading h2 { margin-top: 1rem; }
    .social-links { grid-template-columns: 1fr; gap: 0; }
    .social-links > a { padding-block: 1.5rem; }
    .social-section .section-heading { flex-wrap: wrap; }
  }
  @media (max-width: 370px) {
    .site-header { flex-wrap: wrap; row-gap: .2rem; }
    .site-header nav { gap: 1.2rem; }
    .hero-intro { top: 7.7rem; }
    .title-haus { font-size: 18vw; }
    .hero { min-height: 47rem; }
    .footer-meta { grid-template-columns: 1fr; }
    .footer-meta a { grid-column: 1; grid-row: 3; }
  }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
}

/* Supplied wordmark, framed without altering the original artwork. */
@layer components {
  .brand-art { display: block; position: relative; width: 100%; aspect-ratio: 1000 / 380; overflow: hidden; mix-blend-mode: screen; }
  .brand-art img { position: absolute; width: 132%; max-width: none; height: auto; left: -16%; top: -163.158%; }
  .wordmark { width: clamp(8rem, 13vw, 11rem); flex-shrink: 0; }
  .wordmark .brand-art { font-size: inherit; margin: 0; }
  #hero-title { width: min(65vw, 54rem); }
  .footer-wordmark { display: block; width: min(100%, 32rem); }
  .footer-wordmark .brand-art { font-size: inherit; }
  /* Keep the complete portrait and its caption in normal flow, outside image framing rules. */
  .backstage-film { display: flex; flex-direction: column; width: 100%; min-width: 0; margin: 0; }
  .backstage-film video { display: block; flex: none; width: 100%; height: auto; aspect-ratio: 512 / 910; object-fit: contain; background: #080707; }
  .backstage-caption { position: static; display: grid; gap: 1rem; padding-block: 1.25rem; border-bottom: 1px solid var(--line); font-size: .875rem; line-height: 1.6; }
  .backstage-labels { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1.5rem; letter-spacing: .06em; }
  .backstage-labels span { min-width: 0; overflow-wrap: anywhere; }
  .backstage-controls { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; }
  .backstage-control { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 2.75rem; padding: .5rem .75rem; border: 1px solid var(--line); font-size: .875rem; line-height: 1.5; }
  .backstage-control:hover { background: #ffffff15; }
  .backstage-control .play-icon, .backstage-control .pause-icon { flex: none; }
}
@layer responsive {
  @media (max-width: 700px) {
    #hero-title { width: 100%; }
    .wordmark { width: 8rem; }
    .backstage-labels { flex-direction: column; align-items: flex-start; }
  }
}

/* Editorial direction: ink, ivory, and a single oxblood accent family. */
@layer base {
  body { line-height: 1.8; }
  h1, h2, h3 { font-kerning: normal; font-variant-ligatures: common-ligatures discretionary-ligatures; text-wrap: balance; }
  p { text-wrap: pretty; }
  em { font-family: var(--serif); font-weight: 400; }
  a, button { transition: color .25s ease, background-color .25s ease, border-color .25s ease; }
  :focus-visible { outline: 2px solid var(--paper); outline-offset: 5px; }
  .eyebrow { font-size: .875rem; font-weight: 500; letter-spacing: .11em; line-height: 1.6; }
  .section-shell { padding-inline: clamp(1.4rem, 6vw, 7rem); }
}
@layer components {
  .site-header { display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem; }
  .site-header nav { justify-content: center; gap: clamp(1rem, 2.5vw, 2.5rem); flex-wrap: wrap; }
  .site-header nav a { letter-spacing: .05em; min-height: 2.75rem; }
  .site-header nav a:hover { text-decoration-color: var(--color-oxblood-bright); text-decoration-thickness: 3px; }
  .header-connect { display: flex; align-items: center; gap: 1.2rem; }
  .header-location { line-height: 1.5; }
  .header-socials { display: flex; gap: .25rem; }
  .social-channel { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; padding: .5rem .6rem; min-height: 2.75rem; font-size: .875rem; line-height: 1.5; color: var(--paper); white-space: nowrap; }
  .social-icon { display: block; width: 1.125rem; height: 1.125rem; flex: none; }
  .social-platform { display: inline-flex; align-items: center; gap: .6rem; }
  .social-platform .social-icon { width: 1.25rem; height: 1.25rem; }
  .social-channel:hover, .social-channel:focus-visible { color: var(--color-oxblood); background: var(--paper); }
  .hero { height: auto; min-height: max(52rem, 100svh); max-height: none; justify-content: space-between; gap: 3rem; padding-top: 10rem; padding-bottom: 3rem; }
  .hero-intro, .hero-bottom { position: static; }
  .hero-title-wrap { padding-block: 1.5rem; }
  .hero-line { font-family: var(--serif); font-style: italic; font-size: clamp(1.6rem, 2.5vw, 2.5rem); line-height: 1.3; letter-spacing: -.015em; margin-top: 1.8rem; }
  .hero-event { min-width: 20rem; }
  .hero-event:hover { border-color: var(--color-oxblood-bright); }
  .hero-event:hover .round-arrow, .motion-control:hover, .close-film:hover { background: var(--color-oxblood); border-color: var(--color-oxblood-bright); }
  .hero-event-copy > span:last-child { font-size: 2.5rem; line-height: 1.15; }
  .event-section, .experience-section, .tickets-section, .dress-section, .faq-section, .about-section, .archive-section { padding-block: clamp(4rem, 8vw, 8rem); }
  .section-heading { align-items: baseline; flex-wrap: wrap; row-gap: .75rem; padding-bottom: 1.5rem; }
  .event-grid { margin-block: 4rem; align-items: start; }
  .event-copy h2 { font-size: clamp(5.5rem, 10vw, 10rem); line-height: 1.01; letter-spacing: -.045em; }
  .event-copy h2 em { display: inline-block; padding-right: .12em; }
  .event-description { max-width: 31rem; line-height: 1.85; }
  .event-kicker, .event-information dt, .timeline-time { font-size: .875rem; letter-spacing: .1em; }
  .event-information dd { line-height: 1.65; }
  .ticket-link { letter-spacing: .025em; font-weight: 500; min-height: 3.75rem; }
  .ticket-link:focus-visible { outline-color: var(--paper); }
  .text-link { text-underline-offset: .35em; }
  .text-link:hover { border-color: var(--color-oxblood-bright); background: var(--color-oxblood); }
  .evening-timeline { gap: 2rem; padding-top: 2.5rem; }
  .evening-timeline h3 { font-size: 2rem; line-height: 1.2; }
  .evening-timeline p { font-size: 1rem; }
  .about-copy h2, .scene-intro h2, .tickets-intro h2, .dress-section h2, .faq-heading h2 { font-size: clamp(3.5rem, 6.5vw, 7rem); line-height: 1.03; letter-spacing: -.035em; }
  .about-copy h2 em, .scene-intro em, .tickets-intro em, .dress-section em, .faq-heading em { display: inline-block; padding-right: .12em; }
  .about-copy p { max-width: 32rem; }
  .experience-grid { gap: 2.5rem 5rem; }
  .experience-grid h3, .table-reservations h3 { font-size: 2.5rem; line-height: 1.15; }
  .ticket-tier h3 { font-size: 5rem; }
  .dress-copy .dress-lead { font-size: clamp(2rem, 3vw, 3rem); line-height: 1.3; }
  .backstage-caption { gap: 1.25rem; padding-block: 1.5rem; }
  .backstage-labels { font-size: .875rem; line-height: 1.6; }
  .backstage-control:hover { background: var(--color-oxblood); border-color: var(--color-oxblood-bright); }
  .faq-list summary::after { color: var(--paper); }
  .faq-list details[open] { border-color: var(--color-oxblood-bright); }
  .social-links > a:hover { border-color: var(--color-oxblood-bright); }

  .archive-section { background: #100c0d; border-block: 1px solid var(--line); }
  .archive-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-block: 3rem 2.5rem; }
  .archive-intro h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(4rem, 7vw, 7.5rem); letter-spacing: -.04em; line-height: 1.05; }
  .archive-intro h2 em { padding-right: .1em; }
  .archive-subtitle { margin-top: 1.25rem; font-size: 1rem; color: var(--muted); }
  .archive-navigation { display: flex; align-items: center; gap: 1.25rem; flex-shrink: 0; }
  .archive-instruction { font-size: .875rem; color: var(--muted); }
  .archive-buttons { display: flex; gap: .5rem; }
  .archive-step { width: 3rem; height: 3rem; display: grid; place-items: center; border: 1px solid var(--line); font-size: 1.5rem; }
  .archive-step:hover:not(:disabled) { background: var(--color-oxblood); border-color: var(--color-oxblood-bright); }
  .archive-step:disabled { opacity: .35; cursor: default; }
  .archive-track { display: flex; align-items: stretch; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scroll-padding-inline: 2px; padding: 3px 3px 1.5rem; scrollbar-color: var(--color-oxblood-bright) #ffffff18; scrollbar-width: thin; }
  .archive-card { flex: 0 0 clamp(18.5rem, 34vw, 29rem); min-width: 0; scroll-snap-align: start; border: 1px solid #d6cec7; background: var(--paper); color: #1a1214; transition: border-color .25s, box-shadow .25s; }
  .archive-card:hover, .archive-card:focus-within { border-color: var(--color-oxblood-bright); box-shadow: inset 0 -3px 0 var(--color-oxblood-bright); }
  .archive-card > a { display: flex; height: 100%; flex-direction: column; }
  .archive-card > a:focus-visible { outline: 2px solid var(--paper); outline-offset: 5px; }
  .archive-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--color-oxblood); }
  .archive-media img { width: 100%; height: 100%; object-fit: cover; }
  .archive-badge { position: absolute; top: 1rem; left: 1rem; padding: .4rem .7rem; font-size: .75rem; font-weight: 500; letter-spacing: .1em; line-height: 1.5; color: var(--paper); background: var(--color-oxblood); }
  .archive-media-type { display: flex; align-items: center; justify-content: center; color: var(--paper); background: var(--color-oxblood); }
  .archive-media-type .archive-badge { border: 1px solid #ffffff66; }
  .archive-publication { font-family: var(--serif); font-size: clamp(4rem, 6vw, 6rem); letter-spacing: -.04em; }
  .archive-media-note { position: absolute; bottom: 1.25rem; left: 1.5rem; font-size: .75rem; letter-spacing: .12em; }
  .archive-card-body { display: flex; flex-direction: column; flex: 1; padding: 1.75rem; }
  .archive-meta { color: #554a4c; font-size: .75rem; letter-spacing: .07em; line-height: 1.6; }
  .archive-card h3 { font-family: var(--serif); font-size: clamp(2rem, 2.5vw, 2.6rem); line-height: 1.12; font-weight: 500; letter-spacing: -.015em; margin-block: 1rem; }
  .archive-excerpt { font-size: 1rem; line-height: 1.75; color: #554a4c; padding-bottom: 1.75rem; }
  .archive-cta { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-top: 1px solid #4a0e1738; padding-top: 1.2rem; font-size: .875rem; font-weight: 600; letter-spacing: .03em; color: var(--color-oxblood); }
  .archive-cta > span { font-size: 1.6rem; line-height: 1; }
  .archive-card-play { position: absolute; right: 1rem; bottom: 1rem; display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border: 1px solid #ffffff99; border-radius: 50%; background: var(--color-oxblood); color: var(--paper); }
  .site-footer { padding-top: clamp(4rem, 7vw, 7rem); padding-bottom: 2.5rem; background: #080707; }
  .footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; margin-bottom: 4rem; }
  .footer-wordmark { width: min(100%, 30rem); margin: 0; }
  .footer-connect { min-width: 0; }
  .footer-connect h2 { color: var(--muted); margin-bottom: 1.25rem; }
  .footer-social-link { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem 1rem; font-size: 1rem; border-top: 1px solid var(--line); padding: 1rem .5rem; line-height: 1.6; }
  .footer-social-link > span:last-child { overflow-wrap: anywhere; }
  .footer-social-link:hover, .footer-social-link:focus-visible { color: var(--color-oxblood); background: var(--paper); border-color: var(--color-oxblood); }
  .footer-meta { align-items: center; }
  .footer-meta a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-decoration-color: var(--color-oxblood-bright); }
  .reveal-visible { animation: editorial-reveal .75s cubic-bezier(.2,.65,.2,1) both; }
  @keyframes editorial-reveal { from { opacity: .15; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}
@layer responsive {
  @media (max-width: 1150px) { .header-location { display: none; } }
  @media (max-width: 900px) {
    .header-connect { gap: 0; }
    .footer-top { gap: 2.5rem; }
    .footer-social-link { flex-direction: column; }
    .archive-intro { align-items: flex-start; }
    .archive-navigation { flex-direction: column; align-items: flex-end; }
  }
  @media (max-width: 800px) {
    .site-header { grid-template-columns: auto 1fr; padding-block: .85rem; gap: .25rem 1rem; }
    .site-header nav { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; gap: .2rem .8rem; border-top: 1px solid var(--line); padding-top: .35rem; }
    .header-connect { justify-self: end; }
    .wordmark { width: 7.5rem; }
    .social-channel { font-size: .875rem; padding-inline: .4rem; }
    .hero { padding-top: 11rem; min-height: max(52rem, 100svh); }
    .hero-intro { top: auto; }
    .hero-bottom { flex-direction: column; align-items: stretch; gap: 1.5rem; }
    .hero-event { min-width: 0; }
  }
  @media (max-width: 700px) {
    .hero { gap: 2rem; padding-bottom: 2rem; }
    .hero-line { max-width: none; margin-top: 1.5rem; font-size: 1.75rem; }
    .hero-event-copy > span:last-child { font-size: 2rem; }
    .event-copy h2 { font-size: clamp(5rem, 24vw, 7rem); line-height: 1.02; }
    .event-grid { margin-block: 3rem; }
    .event-section, .experience-section, .tickets-section, .dress-section, .faq-section, .about-section, .archive-section { padding-block: 4rem; }
    .about-copy h2, .scene-intro h2, .tickets-intro h2, .dress-section h2, .faq-heading h2 { font-size: clamp(3.2rem, 12vw, 5rem); line-height: 1.07; }
    .event-kicker { font-size: .8125rem; }
    .evening-timeline { gap: 0; }
    .evening-timeline h3 { font-size: 2rem; }
    .archive-intro { display: block; margin-block: 2.5rem 2rem; }
    .archive-intro h2 { font-size: clamp(4rem, 17vw, 6rem); }
    .archive-navigation { margin-top: 1.75rem; flex-direction: row; justify-content: space-between; align-items: center; }
    .archive-card { flex-basis: min(82vw, 25rem); }
    .archive-track { gap: 1rem; }
    .archive-card-body { padding: 1.4rem; }
    .footer-top { grid-template-columns: 1fr; gap: 3rem; margin-bottom: 3rem; }
    .footer-wordmark { max-width: 22rem; }
    .footer-social-link { flex-direction: row; }
    .backstage-labels { flex-direction: column; }
  }
  @media (max-width: 400px) {
    .site-header { column-gap: .5rem; }
    .wordmark { width: 6.5rem; }
  }
  @media (max-width: 370px) {
    .header-socials { gap: 0; }
    .social-channel { gap: .3rem; padding-inline: .125rem; }
    .wordmark { width: 5.5rem; }
    .hero-intro { top: auto; }
    .footer-email { flex-direction: column; }
  }
  @media (prefers-reduced-motion: reduce) {
    .reveal-visible { animation: none; }
    .archive-track { scroll-behavior: auto; }
  }
}


@layer components {
  .archive-media-reel { display: grid; align-content: center; padding: 3.25rem 1.75rem; color: var(--paper); background: var(--color-oxblood); }
  .archive-media-reel-2 { background: #191314; }
  .archive-media-reel-3 { background: var(--color-oxblood-bright); }
  .archive-media-reel .archive-badge { background: #0b0a0acc; border: 1px solid #ffffff4d; }
  .archive-reel-title { display: block; font-family: var(--serif); font-size: clamp(2.75rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.04em; }
  .archive-reel-title em { display: block; padding-left: 1rem; padding-right: .15em; }
  .archive-card-reel h3 em { font-weight: 400; }
}
@layer responsive {
  @media (max-width: 700px) {
    .archive-media { aspect-ratio: 4 / 3; }
  }
}
