/* Katha Kavana — generated by build/style.py. Do not edit by hand. */

:root {
  --cream:      #F5EFE6;
  --espresso:   #2C1B12;
  --terracotta: #C1622D;
  --gold:       #B8935A;
  --charcoal:   #33291F;
  --paper:      #FBF7F1;
  --col:        680px;
  --chapter:    clamp(120px, 13vw, 160px);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: "Karla", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}
@media (min-width: 768px) { body { font-size: 18px; } }

/* Lenis drives the scroll position itself; letting the browser also smooth-
   scroll fights it. Both are switched off and re-enabled only when Lenis is
   absent, so anchor links still glide on a no-JS page. */
html.lenis, html.lenis body { height: auto; }
html:not(.lenis) { scroll-behavior: smooth; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

h1, h2, h3, .display {
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 60, "opsz" 96;
  font-weight: 550;
  color: var(--espresso);
  line-height: 1.08;
  letter-spacing: -0.022em;
  margin: 0 0 0.5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 7vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); letter-spacing: -0.014em;
     font-weight: 600; font-variation-settings: "SOFT" 40, "opsz" 24; }
p { margin: 0 0 1.25em; }

a { color: var(--terracotta); text-decoration-thickness: 1px;
    text-underline-offset: 3px; }
a:hover { color: var(--espresso); }

:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 99;
  background: var(--espresso); color: var(--cream);
  padding: 0.75rem 1.25rem; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; }

/* --- the editorial column ------------------------------------------- */

.col { max-width: var(--col); margin-inline: auto;
       padding-inline: clamp(1.25rem, 5vw, 2rem); }
.wide { max-width: 1180px; margin-inline: auto;
        padding-inline: clamp(1.25rem, 5vw, 2rem); }
.chapter { padding-block: var(--chapter); }
.chapter + .chapter { padding-top: 0; }

.eyebrow {
  font-family: "Karla", sans-serif;
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 1.1rem;
}
.lede { font-size: 1.15em; color: var(--espresso); }

/* Caveat. A spice — capped at three uses a page by hand, not by CSS. */
.hand { font-family: "Caveat", cursive; font-size: 1.45em; line-height: 1.35;
        color: var(--terracotta); }
.folio { font-family: "Caveat", cursive; font-size: 1.3rem;
         color: var(--gold); }

.rule { border: 0; height: 1px; background: var(--gold); opacity: 0.4;
        margin: 3rem auto; max-width: 120px; }

.icon { width: 1.5rem; height: 1.5rem; color: var(--gold); }
.inline-icon { display: inline-block; vertical-align: -0.3em;
               margin-right: 0.35rem; }

/* --- paper grain ------------------------------------------------------
   One fixed overlay, 4% opacity, multiply. Feature-detected out on
   prefers-reduced-transparency, and skipped when the user asks for reduced
   motion since it is decoration either way. */
.grain {
  position: fixed; inset: 0; z-index: 60; pointer-events: none;
  mix-blend-mode: multiply; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* --- header ----------------------------------------------------------- */

.site-head {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
  padding: 0.9rem clamp(1.25rem, 5vw, 2.5rem);
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
}
.wordmark { display: flex; flex-direction: column; line-height: 1;
            text-decoration: none; margin-right: auto; }
.wordmark-kn { font-size: 0.8rem; color: var(--gold); letter-spacing: 0.04em; }
.wordmark-en { font-family: "Fraunces", Georgia, serif; font-weight: 600;
               font-size: 1.15rem; color: var(--espresso);
               letter-spacing: -0.01em; }
/* Below 900px the wordmark and the phone button fill the bar, so the links
   drop to a second row that scrolls sideways. A hamburger would need JS to
   open, and a nav that a blocked script can close is not a nav. */
.site-nav { display: flex; gap: 1.6rem; order: 3; width: 100%;
            overflow-x: auto; scrollbar-width: none;
            padding-bottom: 0.15rem;
            -webkit-overflow-scrolling: touch; }
.site-nav::-webkit-scrollbar { display: none; }
@media (min-width: 900px) {
  .site-nav { order: 0; width: auto; overflow: visible; padding-bottom: 0; }
}
.navlink { color: var(--espresso); text-decoration: none; font-size: 0.95rem;
           white-space: nowrap; }
.navlink:hover { color: var(--terracotta); }
.navlink[aria-current="page"] {
  color: var(--terracotta);
  box-shadow: inset 0 -1px 0 0 var(--terracotta);
}

/* --- buttons ---------------------------------------------------------- */

.btn {
  display: inline-block; border-radius: 999px;
  background: var(--terracotta); color: var(--cream);
  font-weight: 600; font-size: 1rem; text-decoration: none;
  padding: 0.85rem 1.9rem;
  transition: transform 0.3s ease-out, background 0.3s ease-out;
}
.btn:hover { color: var(--cream); background: #A9531F; transform: translateY(-2px); }
.btn-sm { padding: 0.5rem 1.1rem; font-size: 0.9rem; }
.btn-ghost {
  background: transparent; color: var(--espresso);
  border: 1px solid color-mix(in srgb, var(--gold) 55%, transparent);
}
.btn-ghost:hover { background: transparent; color: var(--terracotta);
                   border-color: var(--terracotta); }
.readon { font-weight: 600; text-decoration: none;
          box-shadow: inset 0 -1px 0 0 currentColor; }

/* --- photographs ------------------------------------------------------
   The cream frame is a border on the wrapper, not a CSS filter on the image
   — a filter would have to be undone in the lightbox. The warm grade is a
   single saturate/sepia pair, kept subtle enough that a white plate stays
   white. */
.frame {
  display: block; background: var(--paper); padding: 10px;
  box-shadow: 0 1px 2px rgba(44,27,18,0.10), 0 12px 30px -18px rgba(44,27,18,0.45);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
.frame-img { display: block; width: 100%; height: auto;
             filter: saturate(1.04) sepia(0.06) brightness(1.02); }
.lift:hover { transform: translateY(-4px);
              box-shadow: 0 2px 4px rgba(44,27,18,0.10), 0 22px 40px -20px rgba(44,27,18,0.5); }
figure { margin: 0; }
figcaption { font-size: 0.82rem; color: color-mix(in srgb, var(--charcoal) 65%, var(--cream));
             margin-top: 0.7rem; }

.bleed { position: relative; width: 100%; }
.bleed .frame-img { width: 100%; height: 100%; object-fit: cover; }

/* Torn-paper lower edge on the hero. A mask, so the photograph is cut
   rather than covered — a covering strip would break over any other
   background colour. */
.torn {
  -webkit-mask-image: var(--torn); mask-image: var(--torn);
  -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  --torn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 800' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0h1200v742c-38 4-61-11-99-8s-52 17-90 15-56-19-94-16-53 20-91 21-58-17-96-16-55 18-93 18-56-18-94-19-57 16-95 14-53-18-91-17-56 18-94 16-46-14-77-11z'/%3E%3C/svg%3E");
}

/* --- the page turn ----------------------------------------------------
   A cream leaf hinged on its left edge, laid over the seam between two
   chapters. GSAP rotates it from 90deg to 0. Below 768px, and under
   prefers-reduced-motion, the 3D transform is dropped entirely and the same
   element crossfades — see the media queries at the foot of this file. */
.turn { position: relative; height: 0; }
.turn-leaf {
  position: absolute; left: 0; right: 0; bottom: 0; height: 62vh;
  transform-origin: left center;
  transform-style: preserve-3d;
  background: linear-gradient(100deg, var(--paper) 0%, var(--cream) 46%, #EFE7DA 100%);
  box-shadow: 14px 0 34px -20px rgba(44,27,18,0.55);
  pointer-events: none;
  will-change: transform, opacity;
  display: none;
}
.js .turn-leaf { display: block; transform: rotateY(90deg); }

/* --- reveals ----------------------------------------------------------
   Scoped under .js. Scripts blocked, or SplitType absent, and every word is
   simply visible. */
.js .split .word { opacity: 0; transform: translateY(20px);
                   display: inline-block; will-change: transform, opacity; }
.js .reveal { opacity: 0; transform: translateY(22px); }

/* --- menu -------------------------------------------------------------
   A description list: the screen reader hears name then description, and
   the price sits in its own element rather than being read as part of the
   dish name. */
.menu-chapter-head { display: flex; align-items: center; gap: 0.9rem;
                     margin-bottom: 0.4rem; }
.menu-chapter-head .icon { width: 2rem; height: 2rem; flex: none; }
.menu-sec { margin-block: 3.2rem; }
.menu-sec h3 { display: flex; align-items: baseline; gap: 0.9rem; }
.menu-sec h3::after { content: ""; flex: 1;
  border-bottom: 1px dashed color-mix(in srgb, var(--gold) 55%, transparent); }
.menu-note { font-size: 0.9rem; color: var(--gold); margin: -0.4rem 0 1.4rem; }
.menu-list { margin: 0; }
.menu-item {
  display: grid; grid-template-columns: 1fr auto; column-gap: 1.5rem;
  align-items: baseline; padding: 0.85rem 0.6rem;
  border-bottom: 1px solid color-mix(in srgb, var(--gold) 22%, transparent);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
.menu-item:hover { transform: translateY(-4px);
  box-shadow: 0 14px 26px -20px rgba(44,27,18,0.5); }
.menu-name { font-family: "Fraunces", Georgia, serif; font-weight: 600;
             font-size: 1.06rem; color: var(--espresso); margin: 0; }
.menu-price { font-variant-numeric: tabular-nums; color: var(--espresso);
              margin: 0; white-space: nowrap; }
.menu-desc { grid-column: 1 / -1; margin: 0.3rem 0 0; font-size: 0.95rem;
             color: color-mix(in srgb, var(--charcoal) 82%, var(--cream));
             max-width: 52ch; }
.menu-desc .addon { color: var(--gold); }
.badge { display: inline-block; border: 1px solid var(--gold);
         border-radius: 999px; padding: 0.35rem 0.95rem; font-size: 0.82rem;
         color: var(--espresso); }

/* --- cards ------------------------------------------------------------ */

.cards { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem);
         grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card h3 { margin: 1.1rem 0 0.35rem; }
.card p { margin: 0; font-size: 0.95rem; }

/* --- pull quotes ------------------------------------------------------ */

.quotes { display: grid; gap: 2rem;
          grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.quote { border-left: 2px solid var(--gold); padding-left: 1.4rem; }
.quote p { margin: 0 0 0.6rem; }
.quote cite { font-style: normal; font-size: 0.85rem; color: var(--gold); }

/* --- gallery + lightbox ----------------------------------------------- */

.masonry { columns: 1; column-gap: clamp(1rem, 2.2vw, 1.6rem); }
@media (min-width: 600px) { .masonry { columns: 2; } }
@media (min-width: 1000px) { .masonry { columns: 3; } }
.masonry figure { break-inside: avoid; margin-bottom: clamp(1rem, 2.2vw, 1.6rem); }
.shot { display: block; width: 100%; border: 0; padding: 10px; cursor: zoom-in;
        background: var(--paper); font: inherit; text-align: left; }

/* `display` is scoped to [open]. Setting it on the bare .lightbox overrides
   the UA's `dialog:not([open]) { display: none }` and leaves a full-screen
   espresso panel sitting over the gallery from first paint. */
.lightbox {
  position: fixed; inset: 0; z-index: 80; border: 0; padding: 0;
  width: 100%; height: 100%; max-width: none; max-height: none;
  background: color-mix(in srgb, var(--espresso) 92%, transparent);
}
.lightbox:not([open]) { display: none; }
.lightbox::backdrop { background: color-mix(in srgb, var(--espresso) 92%, transparent); }
.lightbox[open] { display: grid; place-items: center;
                  animation: lb 0.32s ease-out; }
@keyframes lb { from { opacity: 0; transform: scale(0.97); } }
.lightbox img { max-width: 92vw; max-height: 82vh; width: auto; height: auto;
                background: var(--paper); padding: 10px; }
.lightbox figcaption { color: var(--cream); text-align: center;
                       max-width: 60ch; margin-inline: auto; padding: 0 1rem; }
.lb-close { position: absolute; top: 1rem; right: 1rem; background: none;
            border: 1px solid var(--cream); color: var(--cream);
            border-radius: 999px; width: 2.6rem; height: 2.6rem;
            font-size: 1.2rem; cursor: pointer; }

/* --- visit ------------------------------------------------------------ */

.facts { display: grid; gap: 2.5rem;
         grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.fact-h { font-family: "Karla", sans-serif; font-size: 0.75rem;
          font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
          color: var(--gold); margin: 0 0 0.6rem; }
.fact-big { font-family: "Fraunces", Georgia, serif; font-size: 1.5rem;
            color: var(--espresso); line-height: 1.3; margin: 0 0 0.4rem; }
.map-embed { width: 100%; aspect-ratio: 16 / 10; border: 0;
             background: var(--paper); }
.field { display: block; margin-bottom: 1.2rem; }
.field span { display: block; font-size: 0.85rem; font-weight: 600;
              color: var(--espresso); margin-bottom: 0.35rem; }
.field input, .field textarea {
  width: 100%; font: inherit; color: var(--charcoal);
  background: var(--paper); padding: 0.8rem 0.9rem;
  border: 1px solid color-mix(in srgb, var(--gold) 45%, transparent);
  border-radius: 4px;
}
.form-status { margin-top: 1rem; font-size: 0.95rem; color: var(--espresso); }
.form-status:empty { display: none; }

/* --- footer ----------------------------------------------------------- */

.site-foot { background: var(--espresso); color: #E8DFD2;
             padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 5vw, 2.5rem) 3rem;
             margin-top: var(--chapter); }
.foot-grid { max-width: 1180px; margin-inline: auto; display: grid;
             gap: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.site-foot a { color: #E8DFD2; }
.site-foot a:hover { color: #B8935A; }
.foot-h { font-family: "Fraunces", Georgia, serif; color: var(--cream);
          font-size: 1.05rem; margin: 0 0 0.7rem; }
.foot-h .icon { color: #B8935A; }
.foot-addr { max-width: 24ch; }
.site-foot p { margin: 0 0 0.5rem; font-size: 0.92rem; }
.foot-note { font-size: 0.8rem !important; opacity: 0.68; margin-top: 0.8rem; }
.foot-map .frame-img { filter: none; }
.foot-fine { max-width: 1180px; margin: 3rem auto 0; font-size: 0.78rem;
             opacity: 0.6; }

/* --- degradation ------------------------------------------------------
   Below 768px the page-turn stops being a 3D transform and becomes a
   crossfade of the same element; app.js reads the same breakpoint through
   matchMedia so the JS and the CSS cannot drift apart. */
@media (max-width: 767px) {
  .js .turn-leaf { transform: none; opacity: 0; }
  .site-head { gap: 0.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.lenis) { scroll-behavior: auto; }
  .grain { display: none; }
  .js .split .word, .js .reveal { opacity: 1; transform: none; }
  .js .turn-leaf { display: none; }
  .lightbox[open] { animation: none; }
  * { transition-duration: 0.01ms !important; }
}
