/* ==========================================================================
   Baan Thai Restaurant — baanthaikansas.com
   Ivory paper, teak, Thai gold. Each location carries its own accent:
   Leavenworth = lacquer red, Manhattan = jungle green.
   ========================================================================== */

:root {
  --paper:        #FAF5EA;
  --paper-deep:   #F0E6D2;
  --card:         #FFFDF7;
  --ink:          #1F1813;
  --ink-2:        #2C231C;
  --ink-soft:     #5C4F45;
  --gold:         #C9962B;
  --gold-soft:    #EBD08A;
  --gold-line:    rgba(201,150,43,.55);
  --teak:         #6E4320;
  --lacquer:      #B5121B;
  --line:         rgba(31, 24, 19, .14);

  --accent:       var(--lacquer);
  --accent-deep:  #7E0B12;
  --accent-soft:  rgba(181,18,27,.10);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "Albert Sans", "Segoe UI", Helvetica, Arial, sans-serif;

  --wrap: 1140px;
  --gutter: clamp(1.1rem, 4vw, 2.5rem);
  --radius: 16px;
  --shadow: 0 22px 60px -24px rgba(31, 24, 19, .45);

  /* Thai lattice, echoing the gable on the sign — used on dark bands */
  --lattice: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cg fill='none' stroke='%23C9962B' stroke-opacity='.16'%3E%3Crect x='6' y='6' width='20' height='12' rx='1.5'/%3E%3Crect x='30' y='6' width='20' height='12' rx='1.5'/%3E%3Crect x='18' y='22' width='20' height='12' rx='1.5'/%3E%3Crect x='6' y='38' width='20' height='12' rx='1.5'/%3E%3Crect x='30' y='38' width='20' height='12' rx='1.5'/%3E%3C/g%3E%3C/svg%3E");
}
body.loc-leavenworth { --accent: #B5121B; --accent-deep: #7E0B12; --accent-soft: rgba(181,18,27,.10); }
body.loc-manhattan   { --accent: #2E6B3F; --accent-deep: #1D4A2A; --accent-soft: rgba(46,107,63,.12); }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.55; color: var(--ink); background-color: var(--paper); background-image: url("img/grain.svg"); }
/* (CSS urls resolve relative to this stylesheet, which lives at the site root) */
body.sub { background-image: url("img/grain.svg"); }
.loc-hero .frame.portrait > img { aspect-ratio: 3 / 4; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-deep); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; margin: 0; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---- header ---- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,247,.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); box-shadow: 0 1px 0 var(--gold-line); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 80px; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--ink); flex-shrink: 0; }
.brand img { height: 58px; width: auto; }
.brand .loc-pill { display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; letter-spacing: .01em; color: #fff; background: var(--accent); padding: .38rem .85rem; border-radius: 999px; line-height: 1; box-shadow: 0 6px 16px -8px var(--accent); }
.brand .brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; line-height: 1.1; }
.brand .brand-name small { display: block; font-family: var(--font-body); font-weight: 600; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-top: .2rem; }
.nav { display: flex; align-items: center; gap: clamp(.6rem, 1.8vw, 1.4rem); }
.nav a { font-weight: 600; font-size: .95rem; color: var(--ink); text-decoration: none; padding: .35rem 0; position: relative; white-space: nowrap; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav .switch { font-size: .85rem; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 999px; padding: .42rem .8rem; }
.nav .switch:hover { border-color: var(--gold); color: var(--ink); }
.nav .switch::after { display: none; }
.nav .btn { padding: .58rem 1rem; }
.nav .btn::after { display: none; }

/* ---- buttons ---- */
.btn { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .97rem; line-height: 1; padding: .9rem 1.4rem; border-radius: 999px; background: var(--accent); color: #fff; text-decoration: none; border: 2px solid var(--accent); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; box-shadow: 0 10px 22px -12px var(--accent); }
.btn:hover { background: var(--accent-deep); border-color: var(--accent-deep); color: #fff; transform: translateY(-1px); }
.btn.ghost { background: transparent; color: var(--accent); box-shadow: none; }
.btn.ghost:hover { background: var(--accent); color: #fff; }
.btn.gold { background: var(--gold); border-color: var(--gold); color: var(--ink); box-shadow: 0 10px 22px -12px rgba(201,150,43,.9); }
.btn.gold:hover { background: #b5841f; border-color: #b5841f; color: var(--ink); }
.btn.ivory { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; box-shadow: none; }
.btn.ivory:hover { background: #fff; border-color: #fff; color: var(--ink); }
.btn.sm { padding: .62rem 1rem; font-size: .9rem; }

/* ---- type helpers ---- */
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--teak); margin-bottom: .9rem; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); }
.kicker { font-family: var(--font-display); font-style: italic; font-weight: 500; color: var(--accent); font-size: 1.15rem; display: block; margin-bottom: .3rem; }
.status { font-weight: 700; }
.status.open { color: #3b7a12; }
.status.closed { color: var(--lacquer); }

/* ---- ornament divider ---- */
.orn { display: flex; align-items: flex-end; width: 100%; margin: clamp(2rem, 5vw, 4rem) 0 0; color: var(--gold); }
.orn span { flex: 1; height: 0; border-top: 2px solid currentColor; margin-bottom: 7px; opacity: .8; position: relative; }
.orn span::after { content: ""; position: absolute; left: 0; right: 0; top: 3px; border-top: 1px solid currentColor; opacity: .5; }
.orn svg { flex: 0 0 auto; width: 170px; height: 36px; }
.orn.on-dark { color: var(--gold-soft); }

/* ---- gold picture frame ---- */
.frame { position: relative; padding: 7px; border: 1px solid var(--gold-line); border-radius: 18px; background: rgba(255,255,255,.35); box-shadow: var(--shadow); }
.frame::before { content: ""; position: absolute; inset: 3px; border: 1px solid var(--gold-line); border-radius: 15px; pointer-events: none; opacity: .6; }
.frame > img, .frame > .inner { border-radius: 11px; overflow: hidden; display: block; width: 100%; height: 100%; object-fit: cover; }

/* ==========================================================================
   ROOT: LOCATION CHOOSER
   ========================================================================== */
.choose-intro { text-align: center; padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(1.2rem, 3vw, 2rem); }
.choose-intro h1 { font-size: clamp(2rem, 4.6vw, 3.3rem); font-weight: 800; }
.choose-intro h1 em { font-style: italic; font-weight: 600; color: var(--gold); }
.choose-intro p { color: var(--ink-soft); max-width: 60ch; margin: .8rem auto 0; font-size: 1.1rem; }
.choose { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.choose-card { position: relative; display: block; text-decoration: none; color: #fff; border-radius: 22px; overflow: hidden; min-height: 560px; box-shadow: var(--shadow); isolation: isolate; }
.choose-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; z-index: -2; }
.choose-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,24,19,.15) 0%, rgba(31,24,19,.35) 40%, rgba(31,24,19,.92) 100%); z-index: -1; }
.choose-card::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(235,208,138,.45); border-radius: 16px; pointer-events: none; }
.choose-card:hover img { transform: scale(1.05); }
.choose-item.lv .choose-card img { object-position: 50% 28%; }
.choose-body { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(1.4rem, 3vw, 2.4rem); }
.choose-body .eyebrow { color: var(--gold-soft); margin-bottom: .5rem; }
.choose-body .eyebrow::before { background: var(--gold-soft); }
.choose-body h2 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; color: #fff; line-height: 1; margin-bottom: .6rem; text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.choose-body .addr { color: #EFE5D3; font-weight: 600; font-size: 1.05rem; line-height: 1.4; }
.choose-body .hrs { margin: .7rem 0 1rem; color: #D9CDB8; font-size: .95rem; line-height: 1.5; }
.choose-body .hrs b { color: #fff; }
.choose-body .status { display: inline-block; margin-left: .4rem; padding: .18rem .55rem; border-radius: 6px; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; background: rgba(255,255,255,.12); }
.choose-body .status.open { color: #C8F0A8; background: rgba(120,200,80,.22); }
.choose-body .status.closed { color: #FFC7CB; background: rgba(230,60,70,.25); }
.choose-body .phone { display: block; font-family: var(--font-display); font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 700; color: #fff; margin-bottom: 1rem; }
.choose-item { position: relative; }
.choose-item .choose-body { padding-bottom: calc(clamp(1.4rem, 3vw, 2.4rem) + 3.6rem); }
.choose-acts { position: absolute; left: clamp(1.4rem, 3vw, 2.4rem); right: clamp(1.4rem, 3vw, 2.4rem); bottom: clamp(1.4rem, 3vw, 2.4rem); display: flex; flex-wrap: wrap; gap: .6rem; z-index: 2; }
.choose-item.lv .btn { background: #B5121B; border-color: #B5121B; }
.choose-item.lv .btn.ivory { background: transparent; border-color: rgba(255,255,255,.55); }
.choose-item.lv .btn.ivory:hover { background: #fff; color: #B5121B; }
.choose-item.mh .btn { background: #2E6B3F; border-color: #2E6B3F; }
.choose-item.mh .btn.ivory { background: transparent; border-color: rgba(255,255,255,.55); }
.choose-item.mh .btn.ivory:hover { background: #fff; color: #2E6B3F; }
.choose-note { margin-top: 1.6rem; display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: center; background: var(--card); border: 1px solid var(--line); border-left: 6px solid var(--gold); border-radius: 14px; padding: 1.1rem 1.4rem; }
.choose-note svg { width: 34px; height: 34px; color: var(--gold); }
.choose-note p { margin: 0; color: var(--ink-soft); }
.choose-note b { color: var(--ink); }
.choose-more { text-align: center; padding: clamp(2rem, 5vw, 4rem) 0 0; color: var(--ink-soft); }
.choose-more h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; margin-bottom: .6rem; }

/* ==========================================================================
   LOCATION PAGES
   ========================================================================== */
/* location hero sits on the sage floral from the original site */
.loc-hero { background-color: #A9B59A; background-image: url("img/pattern-cypress.png"); background-size: 384px 384px; color: var(--ink); position: relative; overflow: hidden; border-top: 1px solid var(--gold-line); }
.loc-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: linear-gradient(90deg, var(--accent), var(--gold), var(--accent)); }
.loc-hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; padding: clamp(2.2rem, 5vw, 4.5rem) 0; }
.loc-hero .eyebrow { color: var(--teak); }
.loc-hero .eyebrow::before { background: var(--gold); }
.loc-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-weight: 800; color: var(--ink); }
.loc-hero h1 em { font-style: italic; font-weight: 500; color: var(--accent); }
.loc-hero .lede { color: var(--ink-2); margin: 1rem 0 1.4rem; max-width: 50ch; font-size: 1.08rem; }
.loc-hero .frame { background: rgba(255,253,247,.55); }
.loc-hero .frame > img { aspect-ratio: 4 / 3; }
.loc-hero .btn.ivory { border-color: rgba(31,24,19,.55); color: var(--ink); }
.loc-hero .btn.ivory:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.hero-info { display: grid; grid-template-columns: auto 1fr; gap: .9rem 1.2rem; align-items: start; padding: 1.1rem 0 1.4rem; border-top: 1px solid rgba(31,24,19,.22); border-bottom: 1px solid rgba(31,24,19,.22); margin-bottom: 1.4rem; }
.hero-info svg { width: 22px; height: 22px; color: var(--accent); margin-top: .15rem; }
.hero-info b { display: block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); font-weight: 700; }
.hero-info .v { color: var(--ink); font-weight: 600; font-size: 1.02rem; line-height: 1.35; }
.hero-info .v a { color: var(--ink); text-decoration: none; }
.hero-info .v a:hover { color: var(--accent); }
.hero-info .status.open { color: #2f6a0c; }
.hero-info .status.closed { color: var(--lacquer); }
.hero-info small { display: block; color: var(--ink-soft); font-weight: 500; font-size: .86rem; margin-top: .1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }

/* location banner (menu / catering pages) */
.loc-banner { background: var(--accent); color: #fff; }
.loc-banner .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .6rem 1.5rem; padding: .8rem 0; font-size: .95rem; }
.loc-banner b { font-family: var(--font-display); font-size: 1.1rem; letter-spacing: .01em; }
.loc-banner a { color: #fff; font-weight: 700; }
.loc-banner .sw { font-size: .88rem; opacity: .92; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: .32rem .8rem; text-decoration: none; }
.loc-banner .sw:hover { background: #fff; color: var(--accent); }

/* ---- sections ---- */
.section { padding: clamp(2.5rem, 6vw, 5rem) 0; }
.section-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 1rem 2rem; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.section-head h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 800; }
.section-head p { margin: .4rem 0 0; color: var(--ink-soft); max-width: 56ch; }

/* ---- visit block (hours + map) ---- */
.visit { display: grid; grid-template-columns: .95fr 1.05fr; gap: 2rem; align-items: stretch; }
.visit-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2.2rem); position: relative; overflow: hidden; }
.visit-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: linear-gradient(180deg, var(--accent), var(--gold)); }
.visit-card h2 { font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 800; margin-bottom: .8rem; }
.addr { font-style: normal; font-weight: 600; line-height: 1.5; }
.addr small { display: block; font-weight: 500; color: var(--ink-soft); font-size: .9rem; }
.hours { width: 100%; border-collapse: collapse; margin: 1rem 0 1.2rem; }
.hours th, .hours td { text-align: left; padding: .5rem 0; border-bottom: 1px dashed var(--line); font-size: .98rem; }
.hours th { font-weight: 600; color: var(--ink-soft); width: 50%; }
.hours td { font-weight: 700; }
.hours tr.today th, .hours tr.today td { color: var(--accent); }
.hours tr.today th::after { content: " · today"; font-family: var(--font-display); font-style: italic; font-weight: 500; }
.visit-links { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 380px; box-shadow: var(--shadow); background: var(--paper-deep); }
.map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; filter: saturate(.85) contrast(1.02); }
.fb { display: inline-flex; align-items: center; gap: .4rem; font-size: .9rem; font-weight: 600; color: var(--ink-soft); text-decoration: none; margin-top: .9rem; }
.fb svg { width: 18px; height: 18px; }
.fb:hover { color: var(--accent); }

/* ---- statement ---- */
.statement { text-align: center; max-width: 820px; margin-inline: auto; }
.statement h2 { font-size: clamp(1.75rem, 4vw, 2.8rem); font-weight: 600; line-height: 1.18; }
.statement h2 strong { font-weight: 900; color: var(--accent); }
.statement p { color: var(--ink-soft); margin-top: 1.1rem; font-size: 1.1rem; }
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem; margin-top: 1.5rem; }
.chip { display: inline-block; padding: .42rem .9rem; border-radius: 999px; font-size: .86rem; font-weight: 700; letter-spacing: .03em; background: var(--paper-deep); color: var(--ink); border: 1px solid var(--line); }
.chip.accent { background: var(--accent); color: #fff; border-color: var(--accent); }
.chip.gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.chip.teak { background: var(--teak); color: #fff; border-color: var(--teak); }

/* ---- dish cards ---- */
.dishes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.dish-card { background: var(--card); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.dish-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.dish-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.dish-card .body { padding: 1rem 1.15rem 1.15rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.dish-card .num { font-family: var(--font-display); font-style: italic; font-size: .9rem; color: var(--gold); font-weight: 600; }
.dish-card h3 { font-size: 1.25rem; font-weight: 800; }
.dish-card p { color: var(--ink-soft); font-size: .94rem; margin: 0; flex: 1; }
.dishes-cta { text-align: center; margin-top: 2rem; }

/* ---- photo mosaic ---- */
.mosaic { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: 250px 250px; gap: .9rem; }
.mosaic figure { margin: 0; position: relative; border-radius: 14px; overflow: hidden; }
.mosaic figure:first-child { grid-row: span 2; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.mosaic figure:hover img { transform: scale(1.04); }
.mosaic figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.3rem 1rem .8rem; font-size: .84rem; font-weight: 600; color: #fff; background: linear-gradient(180deg, rgba(31,24,19,0), rgba(31,24,19,.72)); }

/* ---- dark teaser band ---- */
.teaser { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; background: var(--ink-2); background-image: var(--lattice); color: #EFE5D3; border-radius: 22px; overflow: hidden; position: relative; }
.teaser::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(235,208,138,.3); border-radius: 16px; pointer-events: none; }
.teaser-photo { height: 100%; min-height: 340px; }
.teaser-photo img { width: 100%; height: 100%; object-fit: cover; }
.teaser-body { padding: clamp(1.5rem, 3.5vw, 3rem) clamp(1.5rem, 3.5vw, 3rem) clamp(1.5rem, 3.5vw, 3rem) 0; position: relative; z-index: 1; }
.teaser h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; color: #fff; margin-bottom: .8rem; }
.teaser p { color: #CDBFA9; }
.teaser .eyebrow { color: var(--gold-soft); }
.teaser .eyebrow::before { background: var(--gold-soft); }
.teaser ul { margin: 0 0 1.4rem; padding-left: 1.1rem; color: #E8DCC6; }
.teaser li { margin-bottom: .3rem; }

/* ---- footer ---- */
.site-footer { background: var(--ink); background-image: var(--lattice); color: #EFE5D3; margin-top: clamp(2rem, 6vw, 5rem); padding: clamp(2.5rem, 5vw, 4rem) 0 1.5rem; position: relative; }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 6px; background: linear-gradient(90deg, var(--lacquer), var(--gold), #2E6B3F); }
.foot-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 2rem; align-items: start; }
.foot-logo { display: inline-block; padding: 1rem 1.2rem; border-radius: 14px; background: var(--paper); border: 1px solid var(--gold-line); }
.foot-logo img { width: 168px; }
.foot-grid h3 { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; font-family: var(--font-body); color: var(--gold); margin-bottom: .7rem; }
.foot-grid h3.this { color: var(--gold-soft); }
.foot-grid h3.this::after { content: " · you're here"; font-family: var(--font-display); font-style: italic; text-transform: none; letter-spacing: 0; font-size: .85rem; color: #B9AB94; }
.foot-grid a { color: #fff; text-decoration: none; }
.foot-grid a:hover { color: var(--gold-soft); text-decoration: underline; }
.foot-grid p { color: #CDBFA9; margin-bottom: .55rem; font-size: .97rem; }
.foot-grid .big { font-size: 1.3rem; font-weight: 700; color: #fff; }
.foot-hours { list-style: none; padding: 0; margin: 0 0 .8rem; }
.foot-hours li { display: flex; justify-content: space-between; gap: 1rem; padding: .28rem 0; border-bottom: 1px dashed rgba(255,255,255,.12); font-size: .93rem; }
.foot-hours li span:last-child { color: #fff; font-weight: 600; }
.foot-bottom { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; font-size: .82rem; color: #9E9080; }

/* ==========================================================================
   MENU PAGE
   ========================================================================== */
.page-title { padding: clamp(2rem, 5vw, 3.5rem) 0 1.5rem; text-align: center; }
.page-title h1 { font-size: clamp(2.3rem, 5.5vw, 3.6rem); font-weight: 900; }
.page-title h1 em { font-style: italic; font-weight: 600; color: var(--accent); }
.page-title p { color: var(--ink-soft); max-width: 62ch; margin: .8rem auto 0; }
.menu-nav { position: sticky; top: 80px; z-index: 40; background: rgba(250,245,234,.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-block: 1px solid var(--line); margin-bottom: clamp(1.5rem, 4vw, 3rem); }
.menu-nav ul { list-style: none; margin: 0; padding: .55rem 0; display: flex; gap: .3rem; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.menu-nav ul::-webkit-scrollbar { display: none; }
.menu-nav a { white-space: nowrap; font-size: .86rem; font-weight: 700; color: var(--ink); text-decoration: none; padding: .45rem .8rem; border-radius: 999px; }
.menu-nav a:hover { background: var(--paper-deep); }
.menu-nav a.active { background: var(--accent); color: #fff; }
.menu-note { background: var(--card); border: 1px solid var(--line); border-left: 6px solid var(--gold); border-radius: 12px; padding: 1rem 1.3rem; margin-bottom: clamp(1.5rem, 4vw, 3rem); color: var(--ink-soft); font-size: .95rem; }
.menu-note b { color: var(--ink); }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem); }
.menu-section { scroll-margin-top: 150px; }
.menu-section + .menu-section { margin-top: 2.5rem; }
.menu-section h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 800; color: var(--accent); display: flex; align-items: center; gap: .8rem; margin-bottom: .35rem; }
.menu-section h2::after { content: ""; flex: 1; height: 2px; background: repeating-linear-gradient(90deg, var(--gold) 0 6px, transparent 6px 11px); opacity: .8; }
.menu-section .note { font-size: .9rem; color: var(--ink-soft); font-style: italic; font-family: var(--font-display); margin-bottom: .9rem; }
.dishes { list-style: none; margin: 0; padding: 0; }
.dish { padding: .8rem 0; border-bottom: 1px solid var(--line); }
.dish:last-child { border-bottom: 0; }
/* photographed items: thumbnail callout beside the text, tap to enlarge */
.dish.has-photo { display: grid; grid-template-columns: 1fr 136px; gap: .25rem 1rem; align-items: start; }
.dish.has-photo h3, .dish.has-photo p { grid-column: 1; }
.dish-photo { grid-column: 2; grid-row: 1 / span 2; display: block; border-radius: 10px; overflow: hidden; border: 1px solid var(--gold-line); box-shadow: 0 8px 18px -12px rgba(31,24,19,.5); background: var(--paper-deep); }
.dish-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .4s ease; }
.dish-photo:hover img { transform: scale(1.06); }
/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(31,24,19,.88); display: flex; align-items: center; justify-content: center; padding: 1.5rem; cursor: zoom-out; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: min(960px, 100%); }
.lightbox img { width: 100%; max-height: 80vh; object-fit: contain; border-radius: 12px; box-shadow: 0 30px 80px -20px rgba(0,0,0,.8); }
.lightbox figcaption { color: #EFE5D3; text-align: center; font-family: var(--font-display); font-size: 1.2rem; margin-top: .8rem; }
.dish h3 { font-family: var(--font-body); font-size: 1.05rem; font-weight: 700; letter-spacing: 0; }
.dish h3 .n { color: var(--gold); font-weight: 700; margin-right: .35rem; font-variant-numeric: tabular-nums; }
.dish p { margin: .25rem 0 0; color: var(--ink-soft); font-size: .94rem; line-height: 1.5; }
.dish p .price { font-weight: 400; color: inherit; white-space: nowrap; font-variant-numeric: tabular-nums; }
.tag { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: .18rem .5rem; border-radius: 6px; margin-left: .3rem; vertical-align: middle; }
.tag.mild { background: rgba(201,150,43,.2); color: #7d5a10; }
.tag.calm { background: rgba(110,67,32,.12); color: var(--teak); }
.tag.season { background: rgba(59,122,18,.14); color: #2f6a0c; }
.simple { list-style: none; margin: 0; padding: 0; }
.simple li { display: flex; align-items: baseline; gap: .5rem; padding: .45rem 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.simple li:last-child { border-bottom: 0; }
.simple li .dots { flex: 1; border-bottom: 2px dotted rgba(31,24,19,.28); transform: translateY(-5px); }
.simple li .price { font-weight: 400; color: var(--ink-soft); font-size: .94rem; white-space: nowrap; }
.simple li small { display: block; font-weight: 500; color: var(--ink-soft); font-size: .86rem; }
.disclaimer { margin-top: clamp(2rem, 4vw, 3rem); padding: 1rem 1.2rem; font-size: .85rem; color: var(--ink-soft); background: var(--paper-deep); border-radius: 12px; text-align: center; }

/* ==========================================================================
   CATERING PAGE
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.split.flip > :first-child { order: 2; }
.split h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; margin-bottom: .8rem; }
.split p { color: var(--ink-soft); }
.split ul { margin: 0 0 1.4rem; padding-left: 1.15rem; color: var(--ink-soft); }
.split li { margin-bottom: .35rem; }
.split li b { color: var(--ink); }
.photo-stack { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.photo-stack figure { margin: 0; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; }
.photo-stack figure.wide { grid-column: span 2; aspect-ratio: 16 / 9; }
.photo-stack img { width: 100%; height: 100%; object-fit: cover; }
.call-card { display: inline-block; text-decoration: none; color: inherit; padding: 1rem 1.3rem; border-radius: 12px; background: var(--card); border: 1px solid var(--line); border-left: 5px solid var(--accent); }
.call-card:hover { border-color: var(--gold); border-left-color: var(--accent); }
.call-card b { display: block; font-family: var(--font-display); font-size: 1.1rem; }
.call-card span { display: block; color: var(--accent); font-weight: 700; font-size: 1.25rem; margin-top: .15rem; }
.call-card small { display: block; color: var(--ink-soft); font-size: .86rem; }

/* ==========================================================================
   ABOUT PAGE (shared)
   ========================================================================== */
.story { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.story-text h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; margin-bottom: 1rem; }
.story-text p { font-size: 1.06rem; color: var(--ink-soft); }
.story-text p:first-of-type { font-size: 1.2rem; color: var(--ink); }
.portrait { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.6rem 1.2rem 1rem; color: #fff; background: linear-gradient(180deg, rgba(31,24,19,0), rgba(31,24,19,.78)); font-family: var(--font-display); font-style: italic; font-size: 1.05rem; }
.awards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.award { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 1.3rem 1.3rem 1.2rem; display: flex; gap: 1rem; }
.award .glyph { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px; background: var(--gold); color: var(--ink); display: grid; place-items: center; }
.award h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: .3rem; }
.award p { margin: 0; color: var(--ink-soft); font-size: .95rem; }
.videos { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.video { background: var(--card); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.video .frame-v { aspect-ratio: 16 / 9; background: #000; }
.video iframe { width: 100%; height: 100%; border: 0; display: block; }
.video figcaption { padding: .9rem 1.1rem 1rem; font-size: .93rem; color: var(--ink-soft); }
.video figcaption b { display: block; color: var(--ink); font-family: var(--font-display); font-size: 1.05rem; margin-bottom: .15rem; }
.two-rooms { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.room-card { position: relative; display: block; text-decoration: none; color: #fff; border-radius: 18px; overflow: hidden; min-height: 300px; box-shadow: var(--shadow); }
.room-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.room-card:hover img { transform: scale(1.05); }
.room-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,24,19,.05), rgba(31,24,19,.85)); }
.room-card div { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.4rem; }
.room-card h3 { font-size: 1.8rem; font-weight: 800; color: #fff; }
.room-card span { color: #D9CDB8; font-size: .95rem; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 960px) {
  .choose { grid-template-columns: 1fr; }
  .choose-card { min-height: 460px; }
  .loc-hero .wrap { grid-template-columns: 1fr; }
  .loc-hero .frame { order: -1; }
  .visit { grid-template-columns: 1fr; }
  .dishes-grid { grid-template-columns: 1fr 1fr; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 200px 200px; }
  .mosaic figure:first-child { grid-row: auto; grid-column: span 2; }
  .teaser { grid-template-columns: 1fr; }
  .teaser-body { padding: 0 clamp(1.5rem, 3.5vw, 3rem) clamp(1.5rem, 3.5vw, 3rem); }
  .teaser-photo { min-height: 240px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .split, .story { grid-template-columns: 1fr; }
  .split.flip > :first-child { order: 0; }
  .awards, .videos, .two-rooms { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 1rem; }
  .site-header .wrap { min-height: 64px; gap: .5rem; }
  .brand { gap: .45rem; }
  .brand img { height: 40px; }
  .brand .brand-name { display: none; }
  .brand .loc-pill { font-size: .84rem; padding: .28rem .6rem; }
  .nav { gap: .55rem; }
  .nav a { font-size: .9rem; }
  .nav .btn { padding: .5rem .8rem; font-size: .88rem; }
  .nav .full { display: none; }
  .nav .hide-m { display: none; }
  .nav a[href="index.html"] { display: none; }
  .choose-card { min-height: 460px; }
  .choose-body h2 { font-size: 2.4rem; }
  .choose-body .hrs { font-size: .9rem; }
  .choose-item .choose-body { padding-bottom: calc(clamp(1.4rem, 3vw, 2.4rem) + 6.8rem); }
  .choose-acts { flex-direction: column; align-items: stretch; }
  .choose-acts .btn { justify-content: center; }
  .choose-note { grid-template-columns: 1fr; }
  .hero-info { grid-template-columns: auto 1fr; }
  .section-head { grid-template-columns: 1fr; }
  .dishes-grid { grid-template-columns: 1fr; }
  .mosaic { grid-template-columns: 1fr; grid-template-rows: 240px 200px 200px; }
  .mosaic figure:first-child { grid-column: auto; }
  .menu-nav { top: 66px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-section { scroll-margin-top: 125px; }
  .dish.has-photo { grid-template-columns: 1fr 104px; }
  .foot-grid { grid-template-columns: 1fr; }
  .photo-stack figure.wide { aspect-ratio: 4 / 3; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .choose-card img, .room-card img, .mosaic img, .dish-card, .btn { transition: none; }
}
