@font-face {
  font-family: 'DM Sans';
  src: url('/fonts/dm-sans-latin-wght-normal.woff2') format('woff2');
  font-weight: 100 1000;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/fonts/barlow-condensed-latin-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
:root {
  --paper: #f5f5ef;
  --ink: #212622;
  --coral: #f15338;
  --line: #c8ccc3;
  --muted: #596057;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
button:disabled { opacity: .5; cursor: default; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid #176cc4; outline-offset: 5px; }
::selection { background: var(--ink); color: var(--paper); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 700; line-height: .95; letter-spacing: -.025em; }
h2 { font-size: clamp(48px, 5.3vw, 80px); }
p + p { margin-top: 16px; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -90px; left: 20px; z-index: 10; background: var(--paper); padding: 14px 24px; }
.skip-link:focus { top: 15px; }
.wrap { padding-left: 5.6%; padding-right: 5.6%; }
.section-label { font-size: 11px; letter-spacing: .07em; font-weight: 650; line-height: 1.4; }
.site-header { min-height: 96px; padding: 20px 4.2%; display: flex; gap: 35px; align-items: center; }
.wordmark { font-size: 20px; font-weight: 800; letter-spacing: -.065em; line-height: 1.05; }
.header-location { font-size: 10px; line-height: 1.4; margin-left: 25px; }
.site-header nav { display: flex; gap: 28px; margin-left: auto; font-size: 12px; }
.site-header nav a:hover, .poster-visitor:hover { text-decoration: underline; text-underline-offset: 4px; }
.header-book { display: inline-flex; align-items: center; gap: 30px; border-bottom: 2px solid var(--ink); padding: 7px 0; font-size: 12px; font-weight: 700; }
.header-book span { font-size: 21px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 53px; padding: 14px 20px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 600; line-height: 1.4; transition: background .15s; }
.button:hover { background: #3c473d; }
.button > span { font-size: 22px; line-height: 1; }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 20px; align-items: center; font-size: 12px; font-weight: 550; border: 0; border-bottom: 1px solid currentColor; padding: 6px 0; background: transparent; }
.text-link > span { font-size: 21px; line-height: 1; }
.text-link:hover { border-bottom-width: 2px; padding-bottom: 5px; }
.poster { background: var(--coral); padding: 29px 4.2% 0; overflow: hidden; }
.poster-kicker { display: flex; justify-content: space-between; padding-bottom: 29px; font-size: 10px; font-weight: 650; letter-spacing: .08em; }
.poster h1 { font-size: clamp(95px, 13.5vw, 205px); line-height: .79; letter-spacing: -.022em; }
.poster h1 > span { display: block; }
.poster h1 > span + span { margin-top: 14px; font-size: .9em; }
.poster-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 5%; margin-top: 43px; }
.poster-info { max-width: 500px; padding-top: 11px; }
.poster-info > p { font-size: 18px; line-height: 1.45; letter-spacing: -.025em; }
.poster-info .poster-invitation { font-size: 13px; margin-top: 12px; }
.poster-event { display: flex; gap: 29px; align-items: center; margin: 28px 0 30px; }
.poster-event > time { font-family: var(--display); font-size: clamp(65px, 6vw, 94px); letter-spacing: -.04em; line-height: .85; }
.poster-event > div { border-left: 1px solid #873724; padding-left: 23px; display: flex; flex-direction: column; font-size: 11px; line-height: 1.35; }
.poster-event strong { font-size: 14px; margin-bottom: 7px; }
.poster-visitor { display: block; width: fit-content; font-size: 11px; margin-top: 15px; }
.poster-image { width: 84%; justify-self: end; margin-top: -166px; align-self: start; }
.poster-image img { width: 100%; height: clamp(340px, 33vw, 500px); object-fit: cover; object-position: 50% 50%; }
.poster-image figcaption { font-size: 10px; margin-top: 9px; text-align: right; }
.poster-strip { display: flex; justify-content: space-between; gap: 24px; margin-top: 37px; padding: 17px 0; border-top: 1px solid #ad3e2b; font-size: 10px; font-weight: 550; letter-spacing: .035em; }
.about-section { padding-top: 79px; padding-bottom: 48px; }
.about-content { display: grid; grid-template-columns: 1.15fr 1fr; gap: 9%; margin-top: 27px; align-items: start; }
.about-content h2 { font-size: clamp(45px, 5.15vw, 77px); }
.about-text { max-width: 460px; padding-top: 2px; font-size: 14px; line-height: 1.8; }
.item-index { margin-top: 45px; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 10px 35px; font-size: 12px; }
.item-index span::before { content: '/'; color: #787c73; margin-right: 18px; }
.item-index span:first-child::before { content: ''; margin: 0; }
.visit-section { display: grid; grid-template-columns: 1fr 1.2fr; gap: 9%; padding-top: 44px; padding-bottom: 94px; }
.visit-heading h2 { margin: 23px 0 25px; }
.venue { display: flex; gap: 25px; justify-content: space-between; align-items: end; padding-bottom: 28px; }
.venue > p { font-size: 17px; line-height: 1.5; font-weight: 550; }
.venue .text-link { font-size: 11px; gap: 15px; flex-shrink: 0; }
.schedule > div { border-top: 1px solid var(--line); padding: 22px 0; display: grid; grid-template-columns: 120px 1fr; gap: 23px; }
.schedule time { font-size: 12px; font-weight: 600; padding-top: 2px; }
.schedule p { font-size: 15px; line-height: 1.5; }
.schedule p > span { display: block; font-size: 11px; color: var(--muted); font-weight: 400; margin-top: 5px; }
.schedule .schedule-main { border-top: 2px solid var(--ink); }
.schedule-main p { font-weight: 750; }
.sell-section { background: #e3e7d8; border-top: 1px solid #c2c9b7; border-bottom: 1px solid #c2c9b7; }
.sell-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; padding-top: 78px; padding-bottom: 78px; }
.sell-copy h2 { margin: 25px 0; }
.sell-copy > p:not(.section-label) { max-width: 390px; font-size: 14px; line-height: 1.75; }
.included { margin: 30px 0 20px; max-width: 420px; }
.included h3 { font-size: 13px; font-weight: 650; margin-bottom: 13px; }
.included ul { list-style: none; padding: 0; margin: 0; }
.included li { display: flex; gap: 23px; padding: 10px 0; font-size: 12px; border-top: 1px solid #bcc4b3; }
.included li span { font-size: 10px; padding-top: 2px; color: var(--muted); }
.booking-card { align-self: start; background: var(--paper); border: 1px solid var(--ink); padding: 29px 32px 25px; }
.booking-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.booking-heading > span:last-child { font-size: 10px; font-variant-numeric: tabular-nums; }
.price { display: flex; gap: 20px; align-items: center; margin: 20px 0 27px; }
.price strong { font-family: var(--display); font-size: 115px; line-height: .83; font-weight: 700; letter-spacing: -.04em; }
.price > span { font-size: 11px; line-height: 1.5; font-weight: 600; }
.availability { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 550; margin-bottom: 23px; }
.status-dot { width: 7px; height: 7px; background: #407532; border-radius: 50%; flex-shrink: 0; }
.availability.unavailable .status-dot { background: #bd452a; }
.booking-card p { font-size: 12px; line-height: 1.65; }
.booking-card h3 { font-size: 22px; line-height: 1.25; letter-spacing: -.035em; }
.quantity-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quantity-row label { font-size: 12px; max-width: 160px; }
.stepper { display: flex; align-items: center; gap: 2px; flex-shrink: 0; }
.stepper button { border: 1px solid var(--line); background: transparent; width: 38px; height: 40px; font-size: 22px; line-height: 1; }
.stepper button:hover:not(:disabled) { background: #e3e7d8; }
.stepper input { width: 35px; text-align: center; border: 0; background: transparent; color: var(--ink); font-size: 14px; appearance: textfield; -moz-appearance: textfield; }
.stepper input::-webkit-inner-spin-button { appearance: none; }
.total-row { display: flex; justify-content: space-between; gap: 15px; margin: 20px 0; font-size: 12px; }
.total-row strong { font-size: 18px; font-weight: 650; }
.booking-rules { display: flex; align-items: start; gap: 9px; margin: 20px 0; font-size: 11px; line-height: 1.6; }
.booking-rules input { accent-color: var(--ink); margin-top: 3px; flex-shrink: 0; }
.booking-rules a { text-decoration: underline; text-underline-offset: 2px; }
.booking-card .booking-footnote { font-size: 10px; color: var(--muted); margin-top: 14px; }
.whatsapp-copy { margin: 13px 0 22px; }
.inline-status { font-size: 12px; min-height: 18px; margin-top: 8px; }
.inline-status:empty { min-height: 0; margin: 0; }
.error { color: #a12413; }
.faq-section { display: grid; grid-template-columns: 1fr 1.35fr; gap: 10%; padding-top: 84px; padding-bottom: 90px; }
.faq-heading h2 { margin: 24px 0 21px; font-size: clamp(47px, 5vw, 74px); }
.faq-heading > p:not(.section-label) { font-size: 13px; margin-bottom: 11px; }
.faq-heading .text-link { font-size: 11px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 23px 0; font-size: 13px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { font-size: 26px; font-weight: 400; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-answer { padding: 0 20px 24px 0; font-size: 12px; line-height: 1.85; color: var(--muted); }
.faq-answer p + p { margin-top: 13px; }
.faq-answer ul { padding-left: 18px; }
.faq-answer li { margin-bottom: 9px; }
.closing { display: flex; justify-content: space-between; align-items: end; gap: 50px; background: var(--coral); padding: 55px 5.6% 60px; }
.closing h2 { font-size: clamp(80px, 10vw, 150px); line-height: .83; margin-top: 24px; }
.closing-link { font-size: 20px; display: flex; gap: 75px; align-items: end; padding-bottom: 3px; border-bottom: 1px solid currentColor; margin-bottom: 6px; }
.closing-link span { font-family: Arial, sans-serif; font-size: 91px; line-height: 1; font-weight: 400; }
footer { padding: 34px 4.2% 0; }
.footer-top { display: flex; justify-content: space-between; align-items: start; gap: 30px; padding: 8px 0 33px; }
.footer-top > p { font-size: 12px; line-height: 1.5; }
.instagram-link { font-size: 12px; display: flex; gap: 15px; align-items: center; }
.instagram-link > span:first-child { font-size: 10px; color: var(--muted); }
.instagram-link:hover > span:last-child { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 20px 0; font-size: 10px; color: var(--muted); }
.footer-bottom > div { display: flex; gap: 25px; }
.plain-button { font: inherit; padding: 0; border: 0; background: transparent; }
.plain-button:hover, .footer-bottom a:hover { text-decoration: underline; }
.credit-link { color: var(--coral); font-weight: 650; }
.credit-link:hover { text-decoration-color: var(--coral); }
dialog { background: var(--paper); color: var(--ink); border: 1px solid var(--ink); width: calc(100% - 32px); max-width: 530px; max-height: 88dvh; padding: 42px; }
dialog::backdrop { background: #151914ae; }
body:has(dialog[open]) { overflow: hidden; }
.dialog-close { position: absolute; right: 14px; top: 10px; width: 35px; height: 35px; border: 0; background: transparent; font-size: 29px; }
dialog h2 { font-size: 58px; margin: 23px 0; }
dialog .eyebrow { display: block; font-size: 10px; letter-spacing: .04em; margin-top: 8px; }
dialog p { font-size: 12px; margin-top: 15px; }
dialog a:not(.text-link) { text-decoration: underline; }
.payment-number { padding: 18px 20px; margin: 24px 0; background: #e3e7d8; }
.payment-number > span { display: block; font-size: 11px; }
.payment-number > strong { display: block; font-size: 28px; letter-spacing: -.035em; margin: 3px 0; }
.payment-note { border-left: 2px solid var(--ink); padding-left: 15px; margin: 20px 0; }
.payment-note strong { font-size: 11px; }
.payment-note p { margin: 3px 0; }
.small-copy { font-size: 10px; color: var(--muted); }
.noscript-notice { position: fixed; bottom: 0; width: 100%; padding: 14px; background: var(--paper); border-top: 1px solid var(--ink); font-size: 12px; }

@media (min-width: 1600px) {
  .site-header, .wrap, footer, .poster, .closing { padding-left: max(5.6%, calc((100vw - 1440px) / 2)); padding-right: max(5.6%, calc((100vw - 1440px) / 2)); }
  .poster-image { max-width: 535px; }
}
@media (max-width: 1100px) {
  .site-header { gap: 24px; }
  .header-location { margin-left: 0; }
  .site-header nav { gap: 20px; }
  .poster h1 { font-size: 13.5vw; }
  .poster-image { margin-top: -115px; width: 93%; }
  .poster-info > p { font-size: 17px; }
  .poster-event { gap: 20px; }
  .poster-event > div { padding-left: 17px; }
  .about-content { gap: 6%; }
  .about-text { font-size: 13px; }
  .visit-section { gap: 7%; }
  .venue { align-items: start; flex-direction: column; gap: 12px; }
  .schedule > div { grid-template-columns: 100px 1fr; gap: 18px; }
  .sell-inner { gap: 7%; }
  .booking-card { padding: 27px; }
  .quantity-row { gap: 8px; }
  .quantity-row label { font-size: 11px; }
  .faq-section { gap: 7%; }
}
@media (max-width: 760px) {
  .site-header { min-height: 78px; padding: 18px 5%; gap: 20px; }
  .wordmark { font-size: 18px; }
  .header-location, .site-header nav { display: none; }
  .header-book { font-size: 11px; margin-left: auto; gap: 16px; }
  .poster { padding: 23px 5% 0; }
  .poster-kicker { font-size: 7px; gap: 15px; padding-bottom: 25px; letter-spacing: .02em; }
  .poster h1 { font-size: 13.4vw; line-height: .87; }
  .poster h1 > span + span { margin-top: 5px; }
  .poster-bottom { grid-template-columns: 1fr; gap: 28px; margin-top: 27px; }
  .poster-info { padding-top: 0; max-width: none; }
  .poster-info > p { font-size: 16px; line-height: 1.45; }
  .poster-info .poster-invitation { font-size: 12px; margin-top: 9px; }
  .poster-event { margin: 25px 0; gap: 24px; }
  .poster-event > time { font-size: 77px; }
  .poster-event > div { padding-left: 21px; font-size: 10px; }
  .poster-event strong { font-size: 13px; }
  .poster-info .button { min-height: 50px; font-size: 11px; }
  .poster-visitor { display: inline-block; margin: 15px 0 0; font-size: 10px; }
  .poster-image { margin: 0; width: 100%; }
  .poster-image img { height: 350px; object-position: 50% 50%; }
  .poster-image figcaption { font-size: 9px; margin-top: 7px; }
  .poster-strip { margin-top: 25px; padding: 15px 0; font-size: 8px; gap: 10px; }
  .poster-strip span { max-width: 33%; line-height: 1.4; }
  .wrap { padding-left: 6%; padding-right: 6%; }
  .section-label { font-size: 9px; }
  .about-section { padding-top: 49px; padding-bottom: 21px; }
  .about-content { grid-template-columns: 1fr; gap: 24px; margin-top: 22px; }
  .about-content h2 { font-size: 48px; }
  .about-text { max-width: none; font-size: 13px; line-height: 1.8; }
  .item-index { margin-top: 28px; padding: 17px 0; gap: 10px 16px; font-size: 10px; }
  .item-index span::before { margin-right: 11px; }
  .visit-section { padding-top: 32px; padding-bottom: 48px; grid-template-columns: 1fr; gap: 34px; }
  .visit-heading h2 { font-size: 58px; margin: 20px 0; }
  .venue { flex-direction: row; gap: 20px; padding-bottom: 22px; align-items: end; }
  .venue > p { font-size: 15px; }
  .venue .text-link { font-size: 10px; gap: 9px; }
  .schedule > div { padding: 20px 0; grid-template-columns: 94px 1fr; gap: 17px; }
  .schedule time { font-size: 11px; }
  .schedule p { font-size: 14px; }
  .schedule p > span { font-size: 10px; }
  .sell-inner { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 53px; gap: 35px; }
  .sell-copy h2 { font-size: 61px; margin: 20px 0; }
  .sell-copy > p:not(.section-label) { font-size: 13px; }
  .included { max-width: none; margin-top: 24px; }
  .included li { gap: 21px; font-size: 12px; }
  .sell-copy .text-link { font-size: 11px; }
  .booking-card { padding: 25px; max-width: 480px; width: 100%; justify-self: center; }
  .price { margin: 23px 0 27px; }
  .price strong { font-size: 112px; }
  .availability { font-size: 11px; }
  .quantity-row label { font-size: 12px; }
  .stepper button { width: 37px; height: 42px; }
  .stepper input { width: 30px; }
  .faq-section { grid-template-columns: 1fr; gap: 28px; padding-top: 49px; padding-bottom: 51px; }
  .faq-heading h2 { font-size: 60px; margin: 19px 0; }
  .faq-heading > p:not(.section-label) { font-size: 12px; }
  .faq-list summary { font-size: 12px; padding: 21px 0; gap: 18px; }
  .faq-answer { padding-right: 10px; }
  .closing { padding: 39px 6% 42px; display: block; }
  .closing h2 { font-size: 91px; margin-top: 22px; }
  .closing-link { margin: 29px 0 0; font-size: 17px; width: 100%; justify-content: space-between; }
  .closing-link span { font-size: 63px; }
  footer { padding: 28px 6% 0; }
  .footer-top { flex-wrap: wrap; gap: 25px; padding-bottom: 27px; }
  .footer-top > p { font-size: 10px; }
  .instagram-link { font-size: 11px; flex-basis: 100%; }
  .footer-bottom { flex-wrap: wrap; font-size: 9px; gap: 15px; }
  .footer-bottom > div { gap: 23px; }
  dialog { padding: 34px 24px; }
  dialog h2 { font-size: 52px; }
}
@media (max-width: 360px) {
  .poster-kicker { font-size: 6px; }
  .poster-event { gap: 15px; }
  .poster-event > time { font-size: 70px; }
  .poster-event > div { padding-left: 15px; }
  .poster-image img { height: 300px; }
  .about-content h2 { font-size: 42px; }
  .booking-card { padding: 20px; }
  .quantity-row label { font-size: 10px; }
  .venue { flex-direction: column; align-items: start; gap: 9px; }
  .closing h2 { font-size: 79px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
