
:root {
  --background: #090707;
  --foreground: #f6eddf;
  --card: #151010;
  --card-foreground: #f6eddf;
  --popover: #151010;
  --popover-foreground: #f6eddf;
  --primary: #e7192b;
  --primary-foreground: #fff8eb;
  --secondary: #261819;
  --secondary-foreground: #f6eddf;
  --muted: #201718;
  --muted-foreground: #b7a9a0;
  --accent: #f6eddf;
  --accent-foreground: #090707;
  --destructive: #ff4451;
  --border: #4b282b;
  --input: #4b282b;
  --ring: #f14a55;
  --chart-1: #e7192b;
  --chart-2: #f6eddf;
  --chart-3: #8b0f1c;
  --chart-4: #f29737;
  --chart-5: #8e7777;
  --radius: 0.25rem;
  --red: #e7192b;
  --red-dark: #8f0c18;
  --ink: #090707;
  --cream: #f6eddf;
  --smoke: #b7a9a0;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --radius-sm: calc(var(--radius) - 2px);
  --radius-md: var(--radius);
  --radius-lg: calc(var(--radius) + 4px);
  --radius-xl: calc(var(--radius) + 10px);
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--ink); }

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
}

body.curtain-active { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; }

.page-width { width: min(100% - 2rem, 76rem); margin-inline: auto; }
.site-shell { min-height: 100vh; background: var(--ink); }
.eyebrow {
  margin: 0;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid rgba(246, 237, 223, 0.18);
  color: var(--cream);
}

.site-header-inner { height: 4.5rem; display: flex; align-items: center; justify-content: space-between; }
.wordmark, .footer-wordmark {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.wordmark span { color: var(--red); }
.desktop-nav { display: none; align-items: center; gap: 2rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.desktop-nav a { transition: color 180ms ease; }
.desktop-nav a:hover { color: #ff4050; }
.header-actions { display: flex; align-items: center; gap: 0.5rem; }
.social-link { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border: 1px solid rgba(246,237,223,.28); border-radius: 50%; transition: background 180ms ease, color 180ms ease; }
.social-link:hover { background: var(--cream); color: var(--ink); }
.header-book { display: grid; place-items: center; height: 2.5rem; padding-inline: 1.05rem; background: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.hero-image { object-fit: cover; object-position: 57% center; z-index: -4; transform: scale(1.025); animation: hero-breathe 12s ease-in-out infinite alternate; }
.hero-scrim { position: absolute; inset: 0; z-index: -3; background: linear-gradient(180deg, rgba(5,2,2,.22) 0%, rgba(5,2,2,.05) 35%, rgba(5,2,2,.88) 85%, #090707 100%), linear-gradient(90deg, rgba(5,2,2,.42), transparent 72%); }
.hero-grain { position: absolute; inset: 0; z-index: -2; opacity: .2; background-image: radial-gradient(rgba(255,255,255,.42) .5px, transparent .7px); background-size: 5px 5px; mix-blend-mode: soft-light; }
.hero-content { padding-block: 8rem 6rem; }
.hero-eyebrow { color: var(--cream); margin-bottom: .8rem; }
.hero-title { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(5.25rem, 25vw, 10rem); font-weight: 900; letter-spacing: -.045em; line-height: .72; text-transform: uppercase; }
.hero-title span { display: block; }
.hero-title-accent { color: var(--red); margin-left: .35em; font-family: "Bodoni 72", Didot, Georgia, serif; font-size: .91em; font-style: italic; font-weight: 700; letter-spacing: -.08em; }
.hero-copy { max-width: 31rem; margin: 2rem 0 0; color: rgba(255,248,235,.84); font-family: "Bodoni 72", Didot, Georgia, serif; font-size: clamp(1.15rem, 4vw, 1.5rem); line-height: 1.35; }
.hero-actions { display: flex; flex-direction: column; align-items: stretch; gap: .7rem; margin-top: 1.8rem; }
.button { min-height: 3.35rem; padding: .9rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--red); color: #fff8eb; }
.button--primary:hover { background: #ff2639; }
.button--ghost { border: 1px solid rgba(255,248,235,.36); background: rgba(8,6,6,.16); backdrop-filter: blur(10px); }
.button--ghost:hover { border-color: var(--cream); background: rgba(255,255,255,.08); }
.button--light { background: var(--cream); color: var(--ink); }
.hero-scroll { position: absolute; right: 1rem; bottom: 1.5rem; display: none; align-items: center; gap: .45rem; font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-scroll svg { animation: nudge-down 1.5s ease-in-out infinite; }

.marquee { overflow: hidden; background: var(--red); border-block: 1px solid rgba(255,255,255,.24); color: #fff5e6; }
.marquee-track { display: flex; width: max-content; animation: marquee 22s linear infinite; }
.marquee-group { display: flex; align-items: center; flex-shrink: 0; gap: 1.25rem; padding: .85rem .65rem; }
.marquee-group span { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.marquee-group i { color: #240609; font-style: normal; }

.intro { position: relative; min-height: 42rem; padding-block: 6rem; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.section-index { position: absolute; top: 2rem; right: 0; color: rgba(246,237,223,.22); font-family: Georgia, serif; font-size: .8rem; letter-spacing: .15em; }
.intro-copy { position: relative; z-index: 2; max-width: 51rem; }
.intro h2, .section-heading h2, .booking-inner h2, .enquiry-guide h2 { margin: .8rem 0 0; font-family: "Bodoni 72", Didot, Georgia, serif; font-size: clamp(2.7rem, 10vw, 5.7rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.lead { max-width: 41rem; margin: 2rem 0 0; color: var(--smoke); font-size: 1.05rem; line-height: 1.8; }
.orbit-word { position: absolute; right: -5.3rem; bottom: 1.8rem; width: 12rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(231,25,43,.5); border-radius: 50%; color: var(--red); animation: slow-spin 18s linear infinite; }
.orbit-word span { position: absolute; width: 8rem; text-align: center; font-size: .63rem; font-weight: 800; letter-spacing: .12em; line-height: 1.8; }
.orbit-word b { font-size: 1.4rem; }

.acts-section { padding-block: 5.5rem 6rem; background: var(--cream); color: var(--ink); }
.section-heading { display: grid; gap: 1.6rem; margin-bottom: 3rem; }
.section-heading > p { max-width: 27rem; margin: 0; color: #6e5b55; line-height: 1.65; }
.acts-grid { border-top: 1px solid #cdbdb0; }
.act-card { padding: 1.8rem 0 2rem; border-bottom: 1px solid #cdbdb0; }
.act-card-top { display: flex; align-items: center; justify-content: space-between; color: var(--red); font-family: Georgia, serif; font-size: .75rem; letter-spacing: .12em; }
.act-card h3 { margin: 2rem 0 .75rem; font-family: "Bodoni 72", Didot, Georgia, serif; font-size: 2rem; font-weight: 500; letter-spacing: -.035em; }
.act-card p { max-width: 30rem; margin: 0; color: #6e5b55; line-height: 1.7; }
.act-card a { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1.8rem; color: var(--red); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.gallery-section { padding-block: 5.5rem 6rem; background: #0e0a0a; }
.section-heading--gallery h2 { color: var(--cream); }
.section-heading--gallery > p { color: var(--smoke); }
.gallery-grid { display: grid; gap: .8rem; }
.gallery-card { position: relative; min-height: 22rem; overflow: hidden; background: #1e1414; }
.gallery-card img { object-fit: cover; transition: transform 700ms cubic-bezier(.22,.61,.36,1), filter 500ms ease; }
.gallery-card:hover img { transform: scale(1.035); filter: saturate(1.1); }
.gallery-card--fire img { object-position: 51% center; }
.gallery-card--low { min-height: 14rem; }
.gallery-card--portrait { min-height: 28rem; }
.gallery-card figcaption { position: absolute; right: .8rem; bottom: .8rem; width: 2rem; height: 2rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(0,0,0,.25); color: #fff; font-size: .62rem; font-weight: 800; backdrop-filter: blur(8px); }

.booking-banner { position: relative; overflow: hidden; background: var(--red); color: #fff8eb; }
.booking-lights { position: absolute; inset: 1rem 1rem auto; display: flex; justify-content: space-between; }
.booking-lights i { width: .38rem; aspect-ratio: 1; border-radius: 50%; background: #fff1c9; box-shadow: 0 0 .7rem #ffdf83; animation: bulb 1.8s ease-in-out infinite alternate; }
.booking-lights i:nth-child(2n) { animation-delay: -.65s; }
.booking-lights i:nth-child(3n) { animation-delay: -1.2s; }
.booking-inner { min-height: 32rem; padding-block: 5.5rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.booking-inner .eyebrow { color: #270509; }
.booking-inner h2 { font-size: clamp(3.2rem, 14vw, 7rem); }
.booking-inner .button { margin-top: 2rem; }

.site-footer { padding: 4rem 0 1.5rem; background: #080606; color: var(--cream); }
.footer-inner { display: grid; gap: 3rem; }
.footer-wordmark { color: var(--red); font-size: 2rem; }
.footer-inner p { color: var(--smoke); margin: .65rem 0 0; }
.footer-links { display: grid; gap: .95rem; font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { display: inline-flex; align-items: center; gap: .4rem; width: fit-content; }
.footer-base { display: flex; flex-direction: column; gap: .45rem; margin-top: 3.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(246,237,223,.16); color: #8e7d76; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

.curtain-reveal { position: fixed; inset: 0; z-index: 9999; overflow: hidden; background: #160204; pointer-events: all; animation: curtain-clear .25s ease 1.95s forwards; }
.curtain-panel { position: absolute; inset-block: 0; width: 55%; background: repeating-linear-gradient(90deg, #53030c 0%, #a20b1a 13%, #5f040d 27%, #c01223 41%, #62050e 56%); box-shadow: inset -1.2rem 0 2rem rgba(20,0,2,.45); }
.curtain-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.14), transparent 28%, rgba(0,0,0,.34)); mix-blend-mode: soft-light; }
.curtain-panel--left { left: 0; transform-origin: left center; animation: curtain-left 1.15s cubic-bezier(.77,0,.18,1) .72s forwards; }
.curtain-panel--right { right: 0; transform-origin: right center; transform: scaleX(-1); animation: curtain-right 1.15s cubic-bezier(.77,0,.18,1) .72s forwards; }
.curtain-valance { position: absolute; inset: 0 0 auto; height: 12vh; min-height: 4.5rem; z-index: 2; background: repeating-linear-gradient(90deg, #4f020a 0%, #b40d1e 9%, #60040d 18%); border-bottom: .35rem solid #260105; box-shadow: 0 1rem 2.5rem rgba(0,0,0,.42); animation: valance-up .6s cubic-bezier(.77,0,.18,1) 1.25s forwards; }
.curtain-mark { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; animation: mark-out .3s ease .55s forwards; }
.curtain-mark span { font-size: .65rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.curtain-mark strong { margin-top: .45rem; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(3.4rem, 16vw, 8rem); letter-spacing: -.03em; line-height: .9; text-transform: uppercase; }
.curtain-mark i { margin-top: 1rem; color: #ffd9a1; font-style: normal; }

.contact-site .site-header { position: relative; background: #090707; }
.contact-page { padding-top: 1rem; }
.contact-hero { display: grid; gap: 2.5rem; padding-block: 3rem 5rem; }
.back-link { display: inline-flex; align-items: center; gap: .4rem; margin-bottom: 3rem; color: var(--smoke); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-copy h1 { margin: .8rem 0 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(4rem, 17vw, 8.5rem); letter-spacing: -.045em; line-height: .78; text-transform: uppercase; }
.contact-copy h1 em { color: var(--red); font-family: "Bodoni 72", Didot, Georgia, serif; font-weight: 500; text-transform: none; }
.contact-lead { max-width: 35rem; margin: 2rem 0 0; color: var(--smoke); font-size: 1.05rem; line-height: 1.75; }
.contact-button { width: 100%; margin-top: 1.8rem; }
.instagram-handle { display: block; margin-top: .9rem; color: #887773; font-size: .72rem; letter-spacing: .08em; text-align: center; }
.contact-visual { position: relative; min-height: 28rem; overflow: hidden; }
.contact-visual img { object-fit: cover; object-position: center; }
.contact-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(4,2,2,.8)); }
.contact-visual-label { position: absolute; z-index: 2; inset: auto 1rem 1rem; display: grid; gap: .35rem; }
.contact-visual-label span { color: #e5d6c6; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-visual-label strong { font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.enquiry-guide { padding-block: 5rem; border-top: 1px solid rgba(246,237,223,.14); }
.enquiry-guide h2 { max-width: 41rem; font-size: clamp(2.5rem, 10vw, 4.8rem); }
.guide-grid { display: grid; gap: 1rem; margin-top: 2.5rem; }
.guide-grid article { padding: 1.5rem; border: 1px solid #442326; background: #130d0d; }
.guide-grid svg { color: var(--red); stroke-width: 1.4; }
.guide-grid h3 { margin: 1.7rem 0 .6rem; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.guide-grid p { margin: 0; color: var(--smoke); line-height: 1.65; }
.contact-strip { overflow: hidden; background: var(--cream); color: var(--ink); }
.contact-strip > div { min-height: 5rem; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .6rem 1rem; padding-block: 1rem; }
.contact-strip span { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.05rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-strip i { color: var(--red); font-style: normal; }

@keyframes hero-breathe { to { transform: scale(1.075); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes nudge-down { 50% { transform: translateY(.45rem); } }
@keyframes slow-spin { to { transform: rotate(360deg); } }
@keyframes bulb { from { opacity: .38; } to { opacity: 1; } }
@keyframes curtain-left { to { transform: translateX(-94%) skewX(-4deg); } }
@keyframes curtain-right { to { transform: translateX(94%) scaleX(-1) skewX(-4deg); } }
@keyframes valance-up { to { transform: translateY(-100%); } }
@keyframes mark-out { to { opacity: 0; transform: scale(.96); } }
@keyframes curtain-clear { to { opacity: 0; visibility: hidden; pointer-events: none; } }

@media (min-width: 640px) {
  .page-width { width: min(100% - 3rem, 76rem); }
  .hero-actions { flex-direction: row; align-items: center; }
  .button { padding-inline: 1.45rem; }
  .contact-button { width: fit-content; }
  .instagram-handle { text-align: left; padding-left: .2rem; }
  .footer-base { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 800px) {
  .site-header-inner { height: 5.25rem; }
  .desktop-nav { display: flex; }
  .header-book { padding-inline: 1.35rem; }
  .hero-content { padding-block: 10rem 5rem; }
  .hero-scroll { display: flex; }
  .hero-title { font-size: clamp(8rem, 15vw, 12rem); }
  .hero-title-accent { margin-left: .73em; }
  .intro { min-height: 48rem; padding-block: 8rem; }
  .orbit-word { right: 1rem; bottom: 4rem; width: 16rem; }
  .section-heading { grid-template-columns: minmax(0, 1fr) 20rem; align-items: end; justify-content: space-between; }
  .acts-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #cdbdb0; }
  .act-card { min-height: 27rem; padding: 2rem; border-right: 1px solid #cdbdb0; border-bottom: 0; }
  .act-card:first-child { padding-left: 0; }
  .act-card:last-child { padding-right: 0; border-right: 0; }
  .gallery-grid { grid-template-columns: 1.05fr .95fr; grid-template-rows: 19rem 13rem 29rem; }
  .gallery-card--tall { grid-row: 1 / 3; }
  .gallery-card--wide { grid-column: 2; }
  .gallery-card--low { min-height: 0; }
  .gallery-card--portrait { grid-column: 1 / 3; min-height: 0; }
  .gallery-card--portrait img { object-position: center 34%; }
  .booking-inner { min-height: 42rem; }
  .footer-inner { grid-template-columns: 1fr auto; align-items: start; }
  .footer-links { grid-template-columns: repeat(4, auto); gap: 1.6rem; }
  .contact-hero { min-height: calc(100svh - 5.25rem); grid-template-columns: 1.04fr .96fr; align-items: center; gap: 4rem; padding-block: 5rem; }
  .contact-visual { min-height: 38rem; }
  .enquiry-guide { padding-block: 7rem; }
  .guide-grid { grid-template-columns: repeat(3, 1fr); }
  .guide-grid article { min-height: 17rem; padding: 2rem; }
}

@media (min-width: 1100px) {
  .page-width { width: min(100% - 5rem, 76rem); }
  .hero-title { font-size: 13rem; }
  .gallery-grid { grid-template-rows: 22rem 15rem 36rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .curtain-reveal { display: none; }
}

figure { margin: 0; }
.fill-image { position: absolute !important; inset: 0; width: 100%; height: 100%; }
.portable-icon { display: inline-grid; place-items: center; line-height: 1; font-size: 1.1rem; }
.skip-curtain .curtain-reveal { display: none; }
@media (display-mode: standalone) {
  .site-header-inner {
    padding-top: env(safe-area-inset-top);
    height: calc(4.5rem + env(safe-area-inset-top));
  }
}
