:root {
  --ink: #151815;
  --forest: #18211c;
  --forest-light: #26342a;
  --paper: #f2eee5;
  --paper-deep: #e6e0d4;
  --lime: #c6d76d;
  --rust: #b75839;
  --muted: #726f67;
  --line: rgba(21, 24, 21, .15);
  --display: "Arial Black", "Arial Narrow", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--lime); color: var(--ink); }

.skip-link { position: fixed; left: 1rem; top: -100%; padding: .75rem 1rem; background: var(--paper); z-index: 100; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 40; height: 82px; padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--paper);
  border-bottom: 1px solid rgba(255,255,255,.12); transition: background .3s ease, height .3s ease, color .3s ease;
}
.site-header.scrolled { background: rgba(242,238,229,.94); color: var(--ink); height: 68px; backdrop-filter: blur(14px); border-color: var(--line); }
.brand { display: inline-flex; flex-direction: column; width: fit-content; line-height: .9; font-weight: 900; letter-spacing: -.08em; font-size: 1.15rem; }
.brand > span > span { font-weight: 500; }
.brand small { margin-top: .38rem; font-size: .41rem; font-weight: 700; letter-spacing: .33em; text-align: center; }
.desktop-nav { display: flex; gap: clamp(1.4rem, 3vw, 3rem); font-size: .76rem; font-weight: 650; letter-spacing: .04em; }
.desktop-nav a, .footer-links a { position: relative; }
.desktop-nav a::after, .footer-links a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -.4rem; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after, .footer-links a:hover::after { right: 0; }
.header-cta { justify-self: end; border: 1px solid currentColor; border-radius: 999px; padding: .72rem 1.15rem; font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }

.hero {
  min-height: 100svh; padding: 9.5rem clamp(1.25rem, 6vw, 6.5rem) 2.25rem; position: relative; isolation: isolate;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); grid-template-rows: 1fr auto; gap: 2rem;
  background: var(--forest); color: var(--paper); overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 80% 27%, rgba(198,215,109,.12), transparent 21%), linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,.025) 48% 49%, transparent 49%); }
.hero-noise { position: absolute; inset: 0; z-index: -2; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
.hero-copy { align-self: center; max-width: 700px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: .85rem; margin: 0 0 1.6rem; text-transform: uppercase; font-size: .69rem; font-weight: 750; letter-spacing: .14em; }
.eyebrow span, .section-kicker span { display: inline-block; width: 42px; height: 1px; background: currentColor; opacity: .65; }
.hero h1, .intro h2, .menu-heading h2, .visit h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .93; letter-spacing: -.055em; }
.hero h1 { max-width: 780px; font-size: clamp(3.6rem, 7.2vw, 8rem); }
.hero h1 em, .menu-heading h2 em { display: block; color: var(--lime); font-weight: 400; }
.hero-lede { max-width: 560px; margin: 2rem 0 0; color: rgba(242,238,229,.72); font-size: clamp(1rem, 1.35vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.7rem; margin-top: 2.4rem; }
.button { display: inline-flex; justify-content: space-between; align-items: center; min-width: 170px; gap: 1.5rem; padding: 1rem 1.2rem; border: 1px solid transparent; font-size: .76rem; font-weight: 780; text-transform: uppercase; letter-spacing: .07em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--forest); }
.button-dark { background: var(--forest); color: var(--paper); }
.button-outline { border-color: var(--line); }
.text-link { font-size: .78rem; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: .3rem; }
.text-link span { margin-left: .5rem; }
.hero-mark { align-self: center; justify-self: end; display: flex; flex-direction: column; text-align: right; font-family: var(--display); font-size: clamp(5.2rem, 11vw, 13rem); line-height: .66; letter-spacing: -.105em; opacity: .06; user-select: none; transform: rotate(-5deg); }
.mark-bottom { -webkit-text-stroke: 2px var(--paper); color: transparent; }
.hero-details { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); padding-top: 1.5rem; }
.hero-details div { display: flex; flex-direction: column; gap: .35rem; border-right: 1px solid rgba(255,255,255,.13); padding: 0 2rem; }
.hero-details div:first-child { padding-left: 0; }
.hero-details div:last-child { border: 0; }
.hero-details span { color: rgba(242,238,229,.5); font-size: .63rem; text-transform: uppercase; letter-spacing: .13em; }
.hero-details strong { font-size: .83rem; font-weight: 650; }
.leaf { position: absolute; z-index: -1; border: 1px solid rgba(198,215,109,.22); border-radius: 100% 0 100% 0; transform: rotate(36deg); }
.leaf-one { width: 330px; height: 155px; right: -90px; top: 9%; }
.leaf-two { width: 180px; height: 85px; right: 10%; bottom: 19%; transform: rotate(-18deg); }

.section { padding: clamp(5.5rem, 10vw, 10rem) clamp(1.25rem, 6vw, 6.5rem); }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.intro-copy { max-width: 660px; }
.script-note { display: inline-block; margin: 0 0 1.4rem; color: var(--rust); font-family: Georgia, serif; font-style: italic; transform: rotate(-2deg); }
.intro h2, .visit h2 { font-size: clamp(3rem, 5.5vw, 6.5rem); }
.intro-copy > p:not(.script-note) { max-width: 550px; margin: 2rem 0 0; color: var(--muted); line-height: 1.75; font-size: 1rem; }
.experience-notes { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.experience-notes span { padding: .6rem .85rem; border: 1px solid var(--line); border-radius: 999px; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.ritual-card { position: relative; margin: 0; min-height: 640px; overflow: hidden; background: #323b34; }
.ritual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,16,13,.76), transparent 42%); }
.ritual-card img { width: 100%; height: 100%; min-height: 640px; object-fit: cover; transition: transform .7s ease; }
.ritual-card:hover img { transform: scale(1.025); }
.ritual-card figcaption { position: absolute; z-index: 1; left: 2rem; right: 2rem; bottom: 2rem; color: white; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.ritual-card figcaption span { font-family: Georgia, serif; font-size: 1.85rem; }
.ritual-card figcaption small { max-width: 180px; color: rgba(255,255,255,.65); line-height: 1.4; }

.menu-section { background: #111512; color: var(--paper); }
.section-kicker-dark { color: rgba(242,238,229,.64); }
.menu-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 2rem; }
.menu-heading .section-kicker { grid-column: 1 / -1; }
.menu-heading h2 { font-size: clamp(3.2rem, 6.3vw, 7rem); }
.menu-heading p { max-width: 430px; justify-self: end; color: rgba(242,238,229,.58); line-height: 1.65; font-size: .9rem; }
.menu-tabs { display: flex; gap: .35rem; margin: 4.5rem 0 2.5rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,.15); overflow-x: auto; scrollbar-width: none; }
.menu-tab { color: rgba(242,238,229,.55); background: transparent; border: 0; border-radius: 999px; padding: .75rem 1.15rem; cursor: pointer; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; white-space: nowrap; transition: color .2s, background .2s; }
.menu-tab.active { background: var(--lime); color: var(--ink); }
.menu-panel { min-height: 500px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(3rem, 8vw, 9rem); }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: .5rem 1.5rem; align-content: start; padding: 1.45rem 0; border-bottom: 1px solid rgba(255,255,255,.13); animation: itemIn .35s both; }
.menu-item:nth-child(2) { animation-delay: .035s; }.menu-item:nth-child(3) { animation-delay: .07s; }.menu-item:nth-child(4) { animation-delay: .105s; }.menu-item:nth-child(5) { animation-delay: .14s; }.menu-item:nth-child(6) { animation-delay: .175s; }
@keyframes itemIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.menu-item h3 { margin: 0; font-size: .88rem; text-transform: uppercase; letter-spacing: .04em; }
.menu-item .price { color: var(--lime); font-family: Georgia, serif; font-size: 1.05rem; }
.menu-item p { grid-column: 1 / -1; margin: .2rem 0 0; color: rgba(242,238,229,.5); font-size: .8rem; line-height: 1.5; }
.original-menu { margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.15); }
.original-menu summary { display: flex; justify-content: space-between; align-items: center; padding: 1.4rem 0; cursor: pointer; list-style: none; font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.original-menu summary::-webkit-details-marker { display: none; }
.original-menu summary span { font-size: 1.5rem; font-weight: 300; transition: transform .25s; }
.original-menu[open] summary span { transform: rotate(45deg); }
.original-menu-image { padding: 1rem 0 2rem; }
.original-menu-image img { width: 100%; max-height: 800px; object-fit: contain; background: #d8d4ca; }
.noscript-note { color: white; }

.quote-band { background: var(--lime); color: var(--forest); padding: 1.5rem 0; overflow: hidden; transform: rotate(-1.1deg) scale(1.02); }
.quote-track { width: max-content; display: flex; align-items: center; gap: 2rem; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 3rem); letter-spacing: -.04em; animation: marquee 28s linear infinite; }
.quote-track i { font-family: serif; font-size: .8em; }
@keyframes marquee { to { transform: translateX(-50%); } }

.visit { background: var(--paper-deep); }
.visit-grid { display: grid; grid-template-columns: 1fr minmax(320px, .7fr); gap: clamp(3rem, 9vw, 10rem); align-items: end; }
.visit-copy > p { max-width: 620px; color: var(--muted); line-height: 1.7; }
.visit-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.4rem; }
.visit-card { background: var(--paper); border: 1px solid var(--line); padding: clamp(2rem, 4vw, 4rem); }
.visit-label { margin: 0; color: var(--rust); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.visit-card h3 { margin: .65rem 0 2.8rem; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4.4rem); font-weight: 400; line-height: 1; }
.visit-card dl { margin: 0; }
.visit-card dl div { display: grid; grid-template-columns: .65fr 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid var(--line); }
.visit-card dt { color: var(--muted); font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.visit-card dd { margin: 0; font-size: .83rem; font-weight: 650; }
.visit-caption { margin: 1.6rem 0 0; color: var(--muted); font-size: .69rem; line-height: 1.5; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; background: var(--forest); color: var(--paper); padding: 2.5rem clamp(1.25rem, 6vw, 6.5rem); }
.footer-brand { font-family: var(--display); font-size: 1.25rem; letter-spacing: -.07em; }.footer-brand span { font-weight: 900; }
.site-footer > p { margin: 0; color: rgba(242,238,229,.58); font-family: Georgia, serif; font-style: italic; font-size: .9rem; }
.footer-links { display: flex; justify-self: end; gap: 1.5rem; font-size: .72rem; }
.site-footer small { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(242,238,229,.4); font-size: .62rem; }
.mobile-menu-button { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 70px; }
  .desktop-nav { display: none; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; grid-template-rows: 1fr auto; padding-top: 8rem; }
  .hero-mark { position: absolute; top: 30%; right: -5%; font-size: 8rem; }
  .hero-details { grid-template-columns: 1fr 1fr; }
  .hero-details div { padding: 0 1rem; }
  .hero-details div:nth-child(2) { border: 0; }
  .hero-details div:last-child { display: none; }
  .intro-grid, .visit-grid { grid-template-columns: 1fr; }
  .intro-copy { max-width: 760px; }
  .ritual-card, .ritual-card img { min-height: 520px; }
  .menu-heading { grid-template-columns: 1fr; }
  .menu-heading p { justify-self: start; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { display: none; }
}

@media (max-width: 640px) {
  body { padding-bottom: 68px; }
  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .hero { min-height: calc(100svh - 68px); padding: 7rem 1.25rem 1.5rem; }
  .hero h1 { font-size: clamp(3.15rem, 14.8vw, 5rem); }
  .hero-lede { font-size: .94rem; }
  .hero-actions { margin-top: 1.7rem; }
  .text-link { display: none; }
  .hero-mark { display: none; }
  .hero-details { padding-top: 1.1rem; }
  .hero-details div { padding: 0 .7rem; }
  .hero-details strong { font-size: .72rem; }
  .intro h2, .visit h2 { font-size: clamp(2.9rem, 13vw, 4.5rem); }
  .ritual-card, .ritual-card img { min-height: 440px; }
  .ritual-card figcaption { left: 1.2rem; right: 1.2rem; bottom: 1.2rem; display: block; }
  .ritual-card figcaption small { display: block; margin-top: .5rem; }
  .menu-heading h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .menu-tabs { margin-top: 3rem; }
  .menu-panel { grid-template-columns: 1fr; min-height: 600px; }
  .menu-item { padding: 1.1rem 0; }
  .visit-card dl div { grid-template-columns: 1fr; gap: .35rem; }
  .site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: 2rem; }
  .site-footer small { width: 100%; }
  .mobile-menu-button { position: fixed; z-index: 50; display: flex; align-items: center; justify-content: space-between; left: 0; right: 0; bottom: 0; height: 68px; padding: 0 1.3rem; background: var(--lime); color: var(--forest); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-menu-button strong { font-size: 1.3rem; }
}

@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; }
}
