:root {
  --ink: #1a1610;
  --charcoal: #17130e;
  --charcoal-soft: #382b1d;
  --cream: #eee7d8;
  --paper: #faf7ef;
  --gold: #c59a51;
  --gold-dark: #a67832;
  --rust: #935238;
  --white: #fffaf0;
  --line: rgba(35, 28, 18, .22);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Rokkitt", Rockwell, Georgia, serif;
  --pad: clamp(1.25rem, 4vw, 4.75rem);
  --section-space: clamp(4rem, 6vw, 6rem);
  --content-width: 1440px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.nav-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
::selection { background: var(--gold); color: var(--ink); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .7rem 1rem; background: var(--gold); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 30; top: 0; height: 108px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad); background: var(--paper); color: var(--ink); border-bottom: 1px solid rgba(165, 119, 50, .42); transition: height .25s, box-shadow .25s; }
.site-header.is-fixed { height: 82px; background: rgba(250, 247, 239, .97); box-shadow: 0 8px 30px rgba(26, 22, 16, .08); backdrop-filter: blur(12px); }
.brand { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-self: start; }
.brand__logo { width: clamp(150px, 13vw, 178px); height: auto; }
.site-header .brand__logo { transition: width .25s var(--ease); }
.site-header.is-fixed .brand__logo { width: 134px; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.2rem); }
.site-nav a { position: relative; font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.site-nav a::after { position: absolute; right: 0; bottom: -.5rem; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-book { justify-self: end; }
.nav-toggle { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .85rem 1.65rem; border: 0; background: none; clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px); cursor: pointer; font-size: .75rem; font-weight: 600; letter-spacing: .1em; line-height: 1; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button::before { width: 5px; height: 5px; flex: 0 0 5px; border: 1px solid currentColor; content: ""; opacity: .65; transform: rotate(45deg); }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: var(--ink); }
.button--gold:hover { background: var(--paper); color: var(--ink); }
.button--outline-light { background: rgba(15,11,7,.74); color: var(--white); }
.button--outline-light:hover { background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 1.3rem; padding-bottom: .3rem; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(4px, 4px); }
.text-link--light { color: var(--white); }
.section { padding: var(--section-space) max(var(--pad), calc((100vw - var(--content-width)) / 2)); }
.section--dark { background: var(--charcoal); color: var(--white); }
.section--gold { background: var(--gold); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .92; letter-spacing: -.02em; }
h2 { font-size: clamp(3.1rem, 5.2vw, 5.4rem); }
h2 em, h1 em { font-weight: 400; }

.hero { position: relative; min-height: min(700px, calc(100svh - 108px)); display: flex; align-items: flex-end; padding: clamp(7rem, 16vh, 10rem) max(var(--pad), calc((100vw - var(--content-width)) / 2)) clamp(3rem, 6vh, 4.5rem); isolation: isolate; overflow: hidden; background: var(--charcoal); color: var(--white); }
.hero__image, .hero__wash { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.hero__image { object-position: 50% 53%; }
.hero__wash { z-index: -2; background: linear-gradient(90deg, rgba(12,9,5,.84) 0%, rgba(14,10,6,.42) 55%, rgba(12,9,5,.16) 100%), linear-gradient(0deg, rgba(12,9,5,.58), transparent 55%); }
.hero__content { width: 100%; min-width: 0; max-width: 820px; }
.hero h1 { max-width: 820px; font-size: clamp(3.6rem, 5.8vw, 6.1rem); line-height: .95; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { max-width: 820px; padding-left: 0; color: var(--gold); font-size: .9em; font-style: normal; }
.hero__intro { max-width: 540px; margin: 1.4rem 0 1.6rem; font-size: clamp(1rem, 1.25vw, 1.15rem); }
.hero__actions { display: flex; align-items: center; margin-left: 0; }

.story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.story__lead { grid-column: 2; display: block; }
.story__lead h2 { grid-column: auto; }
.story__copy { grid-column: 2; max-width: 600px; }
.story__kicker { margin: 0 0 1.25rem; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.35; }
.story__copy > p:not(.story__kicker) { max-width: 500px; margin: 0 0 2rem; color: rgba(33,19,26,.67); }
.story__image { grid-column: 1; grid-row: 1 / 3; position: relative; margin: 0; }
.story__image img { height: clamp(440px, 42vw, 560px); object-fit: cover; }

.venue-progress { background: var(--paper); }
.venue-progress__heading { display: grid; grid-template-columns: 1fr .55fr; gap: clamp(3rem, 7vw, 7rem); align-items: end; }
.venue-progress__heading h2 { max-width: 760px; font-size: clamp(3rem, 4.8vw, 4.9rem); }
.venue-progress__heading p { max-width: 440px; margin: 0 0 1.6rem; color: rgba(33,19,26,.67); }
.instagram-grid { max-width: 1120px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2.5vw, 2.25rem); margin: clamp(2.75rem, 5vw, 4.5rem) auto 0; }
.instagram-post { min-width: 0; }
.instagram-post figure { margin: 0; }
.instagram-post img { aspect-ratio: 4 / 5; object-fit: cover; transition: transform .25s var(--ease); }
.instagram-post:hover img { transform: scale(1.015); }
.instagram-post figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
.instagram-post figcaption span { color: var(--gold-dark); }

.menus { display: grid; grid-template-columns: minmax(320px, .9fr) 1.1fr; gap: clamp(3rem, 6vw, 6rem); align-items: center; }
.menus__image { position: relative; }
.menus__image img { height: min(580px, 58vw); object-fit: cover; }
.menus__content > p:not(.menu-note) { max-width: 560px; margin: 2rem 0 1rem; color: rgba(255,255,255,.72); font-size: 1.1rem; }
.menu-note { max-width: 520px; margin: 0 0 2rem; color: var(--gold); font-size: .85rem; }
.menu-list { border-top: 1px solid rgba(255,255,255,.22); }
.menu-link { width: 100%; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 1rem; padding: 1.5rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); background: transparent; text-align: left; cursor: pointer; }
.menu-link span { font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2.25rem); }
.menu-link small { color: rgba(255,255,255,.62); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.menu-link b { color: var(--gold); font-size: 1.5rem; transition: transform .25s; }
.menu-link:hover b { transform: translate(4px, -4px); }

.section-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 4rem; align-items: end; margin-bottom: clamp(2.5rem, 4vw, 4rem); }
.section-heading > p { max-width: 440px; margin: 0 0 .5rem; color: rgba(33,19,26,.65); }
.event-grid { border-top: 1px solid var(--line); }
.event-card { display: grid; grid-template-columns: minmax(140px, .35fr) 1fr; gap: clamp(2rem, 6vw, 6rem); padding: 2rem 0; border-bottom: 1px solid var(--line); }
.event-card__date { padding-top: .35rem; color: var(--gold-dark); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.event-card__content { max-width: 700px; }
.event-card h3 { margin: 0 0 .6rem; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 500; line-height: 1; }
.event-card p { max-width: 560px; margin: 0; color: rgba(33,19,26,.65); }

.groups { position: relative; min-height: 580px; display: flex; align-items: center; padding: var(--section-space) max(var(--pad), calc((100vw - var(--content-width)) / 2)); overflow: hidden; isolation: isolate; color: var(--white); }
.groups__image, .groups__overlay { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.groups__overlay { z-index: -1; background: linear-gradient(90deg, rgba(15,11,7,.9), rgba(15,11,7,.42) 62%, rgba(15,11,7,.2)); }
.groups__content { max-width: 790px; }
.groups h2 { max-width: 720px; font-size: clamp(3.2rem, 5.3vw, 5.5rem); }
.groups__content > p { max-width: 500px; margin: 2rem 0; font-size: 1.1rem; }

.visit { min-height: 0; display: block; }
.visit__details { max-width: 980px; margin: 0 auto; }
.visit__details h2 { margin-bottom: 2.5rem; }
.visit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding-top: 1.6rem; border-top: 1px solid rgba(33,19,26,.3); }
.visit__grid h3 { margin: 0 0 .8rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.visit__grid p, .visit__grid address { margin: 0 0 1.25rem; font-style: normal; }

.join { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(3rem, 8vw, 9rem); align-items: end; }
.join h2 { font-size: clamp(3.1rem, 5.2vw, 5.4rem); }
.join h2 em { color: var(--gold); }
.join__form > label:first-child { display: block; max-width: 430px; margin-bottom: 2rem; color: rgba(255,255,255,.72); }
.field-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(255,255,255,.55); }
.field-row input { min-width: 0; padding: 1rem 0; border: 0; outline: 0; background: transparent; color: var(--white); font-size: .78rem; letter-spacing: .12em; }
.field-row input::placeholder { color: rgba(255,255,255,.55); }
.field-row button { min-width: 138px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; align-self: center; margin: .35rem 0; padding: .8rem 1rem; border: 0; background: var(--gold); clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px); color: var(--ink); cursor: pointer; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.field-row button::before { width: 4px; height: 4px; flex: 0 0 4px; border: 1px solid currentColor; content: ""; opacity: .65; transform: rotate(45deg); }
.consent { display: flex; align-items: flex-start; gap: .7rem; margin-top: 1.2rem; color: rgba(255,255,255,.6); font-size: .72rem; }
.consent input { accent-color: var(--gold); }
.form-status { min-height: 1.5em; color: var(--gold); font-size: .75rem; }

.site-footer { padding: 4rem var(--pad) 1.5rem; background: #0f0c08; color: var(--white); }
.site-footer__top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 3rem; padding-bottom: 4rem; }
.brand--footer .brand__logo { width: min(300px, 58vw); }
.site-footer__intro > p { margin: 0; color: rgba(255,255,255,.55); }
.site-footer__instagram { margin-top: 1.35rem; color: var(--gold); }
.site-footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.5); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer__bottom div { display: flex; gap: 1.5rem; }
.site-footer__bottom > span:last-child { text-align: right; }
.site-footer__bottom a:hover { color: var(--white); }

.menu-modal { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: var(--paper); color: var(--ink); }
.menu-modal::backdrop { background: rgba(15,11,7,.72); }
.menu-modal[open] { animation: modal-in .5s var(--ease); }
.menu-modal__inner { min-height: 100%; padding: clamp(5rem, 9vw, 8rem) var(--pad); }
.menu-modal__close { position: fixed; z-index: 3; top: 1.25rem; right: var(--pad); display: flex; align-items: center; gap: .65rem; border: 0; background: none; cursor: pointer; font-size: .64rem; letter-spacing: .15em; text-transform: uppercase; }
.menu-modal__close span { font-size: 2rem; font-weight: 300; line-height: 1; }
.menu-modal__heading { max-width: 820px; margin-bottom: 4rem; }
.menu-modal__heading h2 { font-size: clamp(3.8rem, 7vw, 7rem); }
.menu-modal__heading > p:last-child { max-width: 540px; font-size: 1.1rem; }
.menu-modal__sections { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem 7rem; }
.menu-empty { max-width: 650px; margin: 0; padding-top: 1.5rem; border-top: 1px solid var(--ink); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.25; }
.menu-section h3 { padding-bottom: .8rem; border-bottom: 1px solid var(--ink); margin: 0 0 .7rem; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: .5rem 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.menu-item h4 { margin: 0; font-size: .9rem; font-weight: 600; }
.menu-item p { grid-column: 1; margin: 0; color: rgba(33,19,26,.58); font-size: .75rem; }
.menu-item strong { grid-column: 2; grid-row: 1; font-size: .84rem; font-weight: 500; }
.menu-modal__note { margin-top: 4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: rgba(33,19,26,.6); font-size: .72rem; }

.reveal { opacity: 1; transform: none; }
.image-reveal { overflow: hidden; }
.image-reveal img { transition: transform .25s var(--ease); }

@keyframes modal-in { from { opacity: 0; transform: translateY(4%); } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-book { display: none; }
  .site-nav { position: fixed; inset: 0; z-index: 1; flex-direction: column; align-items: flex-start; justify-content: safe center; gap: .6rem; height: 100dvh; padding: calc(108px + 2rem) var(--pad); overflow-y: auto; overscroll-behavior: contain; background: var(--charcoal); color: var(--cream); visibility: hidden; pointer-events: none; -webkit-overflow-scrolling: touch; }
  .site-nav a { font-family: var(--serif); font-size: clamp(2.7rem, 8vw, 5rem); font-weight: 400; letter-spacing: -.02em; line-height: 1.05; text-transform: none; opacity: 0; transform: translateY(20px); transition: opacity .2s, transform .35s var(--ease); }
  .site-nav a::after { bottom: -.15rem; }
  .nav-open .site-header { background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; }
  .nav-open .site-nav { visibility: visible; pointer-events: auto; }
  .nav-open .site-nav a { opacity: 1; transform: none; }
  .nav-toggle { position: relative; z-index: 2; width: 48px; height: 48px; display: grid; align-content: center; gap: 5px; justify-self: end; padding: 10px; border: 1px solid rgba(26,22,16,.35); border-radius: 50%; background: var(--paper); }
  .nav-toggle span:not(.sr-only) { width: 20px; height: 1px; display: block; margin: 0 auto; background: currentColor; transition: transform .25s, opacity .25s; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
}

@media (max-width: 760px) {
  .site-header { height: 88px; }
  .site-nav { gap: .35rem; padding-block: calc(88px + 1.5rem); }
  .nav-toggle { position: absolute; top: 15px; right: var(--pad); }
  .site-header .brand__logo { width: 136px; }
  .site-header.is-fixed .brand__logo { width: 120px; }
  .hero { min-height: 660px; padding-bottom: 3rem; }
  .hero__wash { background: linear-gradient(0deg, rgba(12,9,5,.92) 0%, rgba(12,9,5,.32) 82%); }
  .hero h1 { max-width: 100%; font-size: clamp(3.1rem, 13vw, 4rem); line-height: .96; }
  .hero h1 em { padding-left: 0; }
  .hero__intro, .hero__actions { max-width: 100%; margin-left: 0; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .story, .story__lead { display: block; }
  .story__copy { margin-top: 2rem; }
  .story__image { margin-top: 3rem; }
  .story__image img { height: 460px; }
  .venue-progress__heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .instagram-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .instagram-post:first-child { grid-column: 1 / -1; }
  .instagram-post:first-child img { aspect-ratio: 4 / 5; }
  .instagram-post:not(:first-child) img { aspect-ratio: 3 / 4; }
  .instagram-post figcaption { font-size: .72rem; }
  .menus { grid-template-columns: 1fr; }
  .menus__image img { height: 420px; }
  .menus__content { padding-top: 1rem; }
  .menu-link { grid-template-columns: 1fr auto; }
  .menu-link small { grid-column: 1; }
  .menu-link b { grid-column: 2; grid-row: 1 / 3; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .event-card { grid-template-columns: 1fr; gap: .75rem; padding: 1.5rem 0; }
  .event-card__date { padding-top: 0; }
  .groups { min-height: 520px; align-items: flex-end; }
  .groups h2 { font-size: clamp(3.2rem, 13vw, 4.4rem); }
  .join { grid-template-columns: 1fr; }
  .site-footer { padding-top: 3.5rem; text-align: center; }
  .site-footer__top, .site-footer__bottom { grid-template-columns: 1fr; justify-items: center; }
  .site-footer__top { gap: 2rem; padding-bottom: 3rem; }
  .brand--footer { justify-self: center; }
  .brand--footer .brand__logo { width: min(250px, 64vw); }
  .site-footer__intro { display: flex; flex-direction: column; align-items: center; }
  .site-footer__intro > p { max-width: 300px; }
  .site-footer__instagram { justify-content: center; }
  .site-footer__top .button { justify-self: center; }
  .site-footer__bottom { gap: 1rem; }
  .site-footer__bottom div { justify-content: center; }
  .site-footer__bottom > span:last-child { text-align: center; }
  .menu-modal__sections { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 460px) {
  .visit__grid { grid-template-columns: 1fr; }
  .site-footer__bottom div { flex-wrap: wrap; }
}

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