:root {
  --red: #c8172c;
  --red-dark: #991022;
  --ink: #171717;
  --muted: #66615e;
  --paper: #f6f2ec;
  --white: #fff;
  --line: rgba(23, 23, 23, .15);
  --radius: 1.25rem;
  --shadow: 0 1.5rem 4rem rgba(22, 15, 12, .16);
  --container: min(1180px, calc(100% - 3rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; padding: .7rem 1rem; background: var(--white); color: var(--ink); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
  transition: background .3s ease, color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled { color: var(--ink); background: rgba(246,242,236,.94); box-shadow: 0 .5rem 2rem rgba(20,20,20,.08); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 5.4rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .85rem; color: inherit; text-decoration: none; font-size: .72rem; font-weight: 800; line-height: 1.2; letter-spacing: .04em; text-transform: uppercase; }
.brand img { width: 7.2rem; height: auto; background: var(--white); border-radius: .2rem; }
.main-nav { display: flex; align-items: center; gap: 1.7rem; font-size: .88rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; text-decoration: none; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.3rem; height: 2px; background: var(--red); transition: right .25s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a:not(.button):focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: inherit; }
.menu-toggle span { display: block; width: 1.2rem; height: 2px; margin: .26rem auto; background: currentColor; transition: transform .25s, opacity .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 3.25rem; padding: .75rem 1.35rem; border: 1px solid var(--red); border-radius: 999px; color: var(--white); background: var(--red); text-decoration: none; font-size: .92rem; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--red-dark); border-color: var(--red-dark); }
.button-small { min-height: 2.65rem; padding-inline: 1.05rem; font-size: .8rem; }
.button-light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-outline:hover, .button-outline:focus-visible { color: var(--white); background: var(--ink); border-color: var(--ink); }
.text-link { display: inline-flex; gap: .5rem; align-items: center; padding-block: .25rem; color: var(--ink); font-weight: 800; text-underline-offset: .3rem; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(.18rem, -.18rem); }
.light-link { color: var(--white); }

.hero { position: relative; min-height: 760px; height: min(920px, 100svh); color: var(--white); overflow: hidden; background: #241b1c; }
.hero-media { position: absolute; inset: 0; transform: scale(1.02); animation: hero-in 1.2s ease-out both; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,8,9,.86) 0%, rgba(20,11,12,.58) 46%, rgba(20,11,12,.15) 75%), linear-gradient(0deg, rgba(10,5,6,.52), transparent 55%); }
.hero-content { position: relative; z-index: 1; min-height: inherit; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 5rem; }
.hero h1 { max-width: 780px; margin: .8rem 0 1.4rem; font-size: clamp(3.5rem, 7.6vw, 6.9rem); line-height: .91; letter-spacing: -.065em; }
.hero h1 em { color: #ff5062; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-copy { max-width: 590px; margin: 0 0 2rem; font-size: clamp(1.06rem, 1.7vw, 1.35rem); color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.35rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 .65rem; color: var(--red); font-size: .73rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 2rem; height: 2px; background: currentColor; }
.eyebrow.light { color: #ff8a96; }
.next-event { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(520px, 47vw); min-height: 8rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.4rem; padding: 1.25rem max(1.5rem, calc((100vw - 1180px) / 2)) 1.25rem 1.6rem; color: var(--white); background: var(--red); text-decoration: none; }
.next-date { display: flex; align-items: center; gap: .55rem; font-size: .74rem; line-height: 1.05; }
.next-date strong { font-size: 3rem; line-height: .9; }
.next-event small { display: block; margin-bottom: .2rem; color: rgba(255,255,255,.72); font-size: .69rem; text-transform: uppercase; letter-spacing: .11em; }
.next-event > span:nth-child(2) > strong { font-size: 1.05rem; }
.round-arrow { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transition: transform .2s; }
.next-event:hover .round-arrow { transform: translateY(.25rem); }
@keyframes hero-in { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }

.section { padding: clamp(5rem, 10vw, 8.5rem) 0; }
.section-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 4rem; align-items: end; margin-bottom: 3.2rem; }
.section h2, .reserve-banner h2, .contact h2 { margin: 0; font-size: clamp(2.55rem, 5.3vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.section-head > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 1.06rem; }
.programme { background: var(--paper); }
.event-list { border-top: 1px solid var(--line); }
.event-card { position: relative; display: grid; grid-template-columns: 120px minmax(260px, 1.2fr) minmax(190px, .6fr) 125px; gap: 2rem; align-items: center; min-height: 190px; padding: 1.7rem 0; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.event-card:hover { padding-inline: 1.2rem; background: rgba(255,255,255,.54); }
.event-card.featured { background: var(--white); margin-block: 1rem; padding-inline: 1.2rem; border: 0; border-left: .35rem solid var(--red); border-radius: .3rem; box-shadow: 0 .6rem 2rem rgba(30,20,20,.07); }
.event-date { display: flex; gap: .6rem; align-items: center; font-size: .68rem; line-height: 1.15; font-weight: 800; letter-spacing: .08em; }
.event-date strong { font-size: 3.3rem; line-height: 1; letter-spacing: -.06em; }
.event-main h3 { margin: .25rem 0 .45rem; font-size: clamp(1.35rem, 2.4vw, 2.05rem); line-height: 1.15; letter-spacing: -.035em; }
.event-main h3 em { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.event-main p, .event-meta p { margin: 0; color: var(--muted); font-size: .9rem; }
.event-type { color: var(--red); font-size: .67rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.event-meta { display: grid; gap: .55rem; }
.event-action { justify-self: end; display: inline-flex; align-items: center; gap: .4rem; font-weight: 850; text-underline-offset: .25rem; }
.event-action span { color: var(--red); font-size: 1.2rem; }
.event-badge { justify-self: end; padding: .5rem .8rem; border-radius: 999px; color: var(--red); background: #fbe8eb; font-size: .74rem; font-weight: 900; white-space: nowrap; }
.programme-note { margin: 1.4rem 0 0; color: var(--muted); font-size: .82rem; }
.no-events { margin: 0; padding: 2rem; color: var(--muted); background: var(--white); border-bottom: 1px solid var(--line); }

.moments { padding-bottom: 0; color: var(--white); background: var(--ink); overflow: hidden; }
.moments-head { align-items: center; }
.moments .eyebrow { color: #ff8a96; }
.slider-controls { justify-self: end; display: flex; gap: .65rem; }
.slider-button { width: 3.25rem; height: 3.25rem; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.slider-button:hover, .slider-button:focus-visible { color: var(--ink); background: var(--white); transform: translateY(-2px); }
.slider { position: relative; width: min(1500px, calc(100% - 3rem)); height: clamp(430px, 66vw, 760px); margin-inline: auto; overflow: hidden; background: #080808; outline: none; }
.slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity .75s ease, transform 1.2s ease, visibility .75s; }
.slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(0deg, rgba(0,0,0,.78), transparent); }
.slide figcaption { position: absolute; z-index: 1; left: clamp(1.5rem, 5vw, 5rem); right: clamp(1.5rem, 5vw, 5rem); bottom: clamp(2rem, 5vw, 4rem); display: flex; align-items: center; gap: 1.2rem; }
.slide figcaption > span { color: #ff8491; font-size: .75rem; font-weight: 900; }
.slide figcaption strong { display: block; font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.045em; }
.slide figcaption small { display: block; margin-top: .5rem; color: rgba(255,255,255,.75); font-size: .9rem; }
.slider-dots { position: absolute; z-index: 2; right: clamp(1.5rem, 5vw, 5rem); bottom: clamp(2rem, 5vw, 4rem); display: flex; gap: .5rem; }
.slider-dots button { width: 2.5rem; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.35); cursor: pointer; }
.slider-dots button.is-active { background: var(--white); }

.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(380px, 1.15fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-copy h2 { margin-bottom: 1.8rem; }
.about-copy .lead { font-size: 1.2rem; color: var(--ink); }
.about-copy p:not(.eyebrow) { max-width: 590px; color: var(--muted); }
.about-copy .text-link { margin-top: 1rem; }
.about-visual { position: relative; min-height: 660px; }
.about-main { width: 78%; height: 560px; margin-left: auto; object-fit: cover; box-shadow: var(--shadow); }
.about-small { position: absolute; left: 0; bottom: 0; width: 39%; height: 330px; object-fit: cover; border: .65rem solid var(--paper); box-shadow: var(--shadow); }
.since { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: .8rem; padding: 1rem 1.1rem; color: var(--white); background: var(--red); }
.since strong { font-size: 2.4rem; line-height: 1; }
.since span { font-size: .72rem; font-weight: 800; line-height: 1.2; text-transform: uppercase; }

.reserve-banner { padding: clamp(4.5rem, 8vw, 7rem) 0; color: var(--white); background: var(--red); }
.reserve-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; align-items: end; }
.reserve-banner h2 { max-width: 800px; }
.reserve-copy p { margin: 0 0 1.5rem; color: rgba(255,255,255,.82); }

.contact { background: #e8e1d8; }
.contact-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 6rem; align-items: start; }
.contact-card { padding: clamp(1.8rem, 4vw, 3.3rem); background: var(--white); box-shadow: var(--shadow); }
.contact-card h3 { margin: 0 0 1.5rem; font-size: 1.55rem; }
.contact-card address { margin-bottom: 1rem; font-style: normal; color: var(--muted); }
.contact-card > a:not(.button) { display: block; overflow-wrap: anywhere; color: var(--red); font-weight: 800; }
.contact-card .button { margin-top: 2rem; }

.site-footer { padding: 4rem 0 1.8rem; color: rgba(255,255,255,.82); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr .5fr; gap: 3rem; align-items: start; padding-bottom: 3.5rem; }
.footer-brand img { background: var(--white); }
.footer-top p { margin: 0; color: rgba(255,255,255,.55); }
.footer-top nav { display: grid; gap: .5rem; }
.footer-top nav a { text-decoration: none; }
.footer-top nav a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.45); font-size: .74rem; }
.footer-bottom details { max-width: 500px; text-align: right; }
.footer-bottom summary { cursor: pointer; }
.footer-bottom details p { text-align: left; }

:focus-visible { outline: 3px solid #ff7a89; outline-offset: 4px; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-header.is-scrolled .menu-toggle { background: rgba(0,0,0,.07); }
  .main-nav { position: fixed; inset: 5.4rem 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 2.3rem 1.5rem; color: var(--ink); background: var(--paper); transform: translateX(100%); visibility: hidden; transition: transform .28s ease, visibility .28s; }
  .main-nav.is-open { transform: translateX(0); visibility: visible; }
  .main-nav > a:not(.button) { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1.25rem; }
  .main-nav .button { margin-top: 1.7rem; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(.38rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-.38rem) rotate(-45deg); }
  .event-card { grid-template-columns: 100px 1fr 180px; }
  .event-action, .event-badge { grid-column: 2 / -1; justify-self: start; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { width: min(700px, 100%); justify-self: center; }
  .reserve-grid { gap: 2.5rem; }
}

@media (max-width: 720px) {
  :root { --container: min(100% - 2rem, 1180px); }
  .brand span { display: none; }
  .brand img { width: 6.3rem; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-media img { object-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(13,8,9,.84), rgba(20,11,12,.3)), linear-gradient(0deg, rgba(10,5,6,.78), transparent 65%); }
  .hero-content { justify-content: flex-end; padding-bottom: 11rem; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
  .next-event { width: 100%; min-height: 7rem; gap: .9rem; padding: 1rem; }
  .next-date strong { font-size: 2.5rem; }
  .round-arrow { width: 2.4rem; height: 2.4rem; }
  .section-head { grid-template-columns: 1fr; gap: 1.3rem; margin-bottom: 2.3rem; }
  .event-card, .event-card.compact { grid-template-columns: 76px 1fr; gap: 1.25rem; padding: 1.6rem 0; }
  .event-card:hover { padding-inline: .7rem; }
  .event-card.featured { padding-inline: .8rem; }
  .event-date { align-self: start; display: block; }
  .event-date strong { display: block; font-size: 2.8rem; }
  .event-main { align-self: start; }
  .event-meta { grid-column: 2; }
  .event-action, .event-badge { grid-column: 2; }
  .moments-head { grid-template-columns: 1fr; }
  .slider-controls { justify-self: start; }
  .slider { width: calc(100% - 1rem); height: 76svh; max-height: 680px; }
  .slide figcaption { right: 1.5rem; bottom: 5.2rem; }
  .slider-dots { left: 1.5rem; right: auto; bottom: 2.2rem; }
  .slider-dots button { width: 1.8rem; }
  .about-visual { min-height: 510px; }
  .about-main { width: 88%; height: 420px; }
  .about-small { width: 43%; height: 250px; }
  .since { right: 0; }
  .reserve-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top nav { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom details { text-align: left; }
}

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