:root {
  --deep-green: #09241d;
  --forest-green: #10372d;
  --pine-green: #17473a;
  --warm-cream: #f2ebdd;
  --soft-cream: #faf6ed;
  --soft-mint: #bdd2c7;
  --chocolate: #422a24;
  --muted-gold: #b5965f;
  --light-text: #f8f4eb;
  --dark-text: #202720;
  --muted-text: #6f7069;
  --light-border: rgba(248, 244, 235, .18);
  --dark-border: rgba(32, 39, 32, .14);
  --header-height: 78px;
  --container: 1240px;
  --wide-container: 1500px;
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: Aptos, "Segoe UI", Inter, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--dark-text); background: var(--warm-cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; font-synthesis: none; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
figure, h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: .98; text-wrap: balance; }
p { text-wrap: pretty; }
[id] { scroll-margin-top: calc(var(--header-height) + 86px); }
::selection { color: var(--light-text); background: var(--pine-green); }
.title-line { display: block; margin-bottom: -.08em; padding-bottom: .08em; overflow: hidden; }
.title-line > span { display: block; }

.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.wide-container { width: min(calc(100% - 64px), var(--wide-container)); margin-inline: auto; }
.light-section { color: var(--dark-text); background: var(--warm-cream); }
.soft-section { color: var(--dark-text); background: var(--soft-cream); }
.dark-section { color: var(--light-text); background: var(--deep-green); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: var(--deep-green); background: var(--muted-gold); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 15px; color: var(--muted-gold); font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: #d6bd8d; }
.notice { padding: 18px 20px; border: 1px solid var(--dark-border); }
.notice-dark { color: rgba(248, 244, 235, .72); border-color: var(--light-border); }

a:focus-visible,
button:focus-visible { outline: 2px solid var(--muted-gold); outline-offset: 4px; }
.button { display: inline-flex; min-height: 48px; padding: 0 22px; align-items: center; justify-content: center; border: 1px solid currentColor; cursor: pointer; font-size: .78rem; font-weight: 750; letter-spacing: .025em; transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--deep-green); background: var(--muted-gold); border-color: var(--muted-gold); }
.button-gold:hover { background: #c4a66e; border-color: #c4a66e; }
.button-ghost { color: var(--light-text); background: transparent; border-color: rgba(248, 244, 235, .48); }
.button-ghost:hover { border-color: var(--muted-gold); }
.button-outline { color: var(--forest-green); background: transparent; border-color: var(--forest-green); }
.button-outline:hover { color: var(--light-text); background: var(--forest-green); }
.button-dark { color: var(--light-text); background: var(--forest-green); border-color: var(--forest-green); }
.button-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--forest-green); font-size: .84rem; font-weight: 750; }
.text-link > span { color: var(--muted-gold); }
.text-link-light { color: var(--light-text); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(40px, 8vw, 120px); margin-bottom: clamp(44px, 6vw, 82px); padding-top: 22px; align-items: end; border-top: 1px solid rgba(181, 150, 95, .56); }
.section-heading h2 { max-width: 780px; margin: 0; color: var(--forest-green); font-size: clamp(3.1rem, 6.2vw, 6.2rem); }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted-text); }
.section-heading-dark { border-color: rgba(181, 150, 95, .42); }
.section-heading-dark h2 { color: var(--light-text); }
.section-heading-dark > p { color: rgba(248, 244, 235, .64); }

.product-shadow { position: absolute; z-index: 0; right: 16%; bottom: 10%; left: 16%; height: 7%; border-radius: 50%; background: rgba(3, 15, 12, .2); filter: blur(16px); transform: scaleY(.62); pointer-events: none; }
.stage-index { position: absolute; z-index: 0; top: 0; left: 0; color: rgba(16, 55, 45, .06); font-family: var(--serif); font-size: clamp(7rem, 18vw, 16rem); line-height: .75; }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); color: var(--light-text); background: var(--deep-green); border-bottom: 1px solid rgba(181, 150, 95, .34); transition: background-color .22s ease, box-shadow .22s ease; }
.site-header.is-scrolled { background: rgba(9, 36, 29, .98); box-shadow: 0 10px 28px rgba(2, 14, 11, .14); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--light-text); }
.brand > img { width: 43px; height: 43px; object-fit: contain; }
.brand > span { font-family: var(--serif); font-size: 1.23rem; letter-spacing: .13em; line-height: .88; }
.brand small { display: block; margin-top: 7px; font-family: var(--sans); font-size: .42rem; font-weight: 750; letter-spacing: .25em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.site-nav a { position: relative; color: var(--light-text); font-size: .79rem; font-weight: 650; white-space: nowrap; transition: color .22s ease; }
.site-nav a:not(.nav-visit):hover { color: #d6bd8d; }
.site-nav a:not(.nav-visit)::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; content: ""; background: var(--muted-gold); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.site-nav a:not(.nav-visit):hover::after,
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav .nav-visit { display: inline-flex; min-height: 41px; padding: 0 17px; align-items: center; color: var(--deep-green); background: var(--muted-gold); border: 1px solid var(--muted-gold); }
.nav-toggle, .nav-scrim { display: none; }
main { padding-top: var(--header-height); }

/* Home hero */
.home-hero { min-height: calc(100svh - var(--header-height)); color: var(--light-text); background: var(--deep-green); }
.home-hero-layout { position: relative; display: grid; min-height: calc(100svh - var(--header-height)); grid-template-columns: minmax(360px, .83fr) minmax(0, 1.17fr); align-items: stretch; }
.home-hero-layout::before { position: absolute; inset: 0 0 auto; height: 1px; content: ""; background: var(--light-border); }
.home-hero-copy { position: relative; z-index: 2; display: flex; padding: clamp(70px, 8vh, 110px) clamp(42px, 6vw, 92px) 104px 0; justify-content: center; flex-direction: column; }
.home-hero-copy::after { position: absolute; top: 8%; right: 0; bottom: 10%; width: 1px; content: ""; background: linear-gradient(to bottom, transparent, rgba(181, 150, 95, .55), transparent); }
.home-hero-copy h1 { max-width: 740px; margin: 0; color: var(--light-text); font-size: clamp(5.2rem, 9vw, 9.7rem); line-height: .78; }
.home-hero-copy h1 em { display: inline-block; margin-left: .27em; color: #d7bd8c; font-weight: 400; }
.hero-intro { width: min(100%, 485px); margin-top: clamp(38px, 7vh, 70px); margin-left: clamp(0px, 7vw, 128px); }
.hero-intro > p { margin-bottom: 0; color: rgba(248, 244, 235, .72); font-size: 1.02rem; }
.home-hero-visual { position: relative; display: grid; min-width: 0; margin: 0; overflow: hidden; place-items: center; background: radial-gradient(circle at 52% 44%, rgba(23, 71, 58, .88) 0, rgba(16, 55, 45, .36) 34%, transparent 69%); }
.hero-orbit { position: absolute; width: min(62vw, 820px); aspect-ratio: 1; border: 1px solid rgba(181, 150, 95, .2); border-radius: 50%; }
.hero-monogram { position: absolute; top: 1%; right: 2%; color: rgba(248, 244, 235, .035); font-family: var(--serif); font-size: clamp(20rem, 42vw, 42rem); line-height: .9; }
.home-hero-visual img { position: relative; z-index: 2; width: min(105%, 920px); max-width: none; object-fit: contain; filter: drop-shadow(0 22px 28px rgba(2, 14, 11, .24)); transform: translateY(-1%); }
.home-hero-visual .product-shadow { right: 18%; bottom: 16%; left: 18%; height: 7%; background: rgba(0, 0, 0, .34); filter: blur(24px); }
.home-hero-visual figcaption { position: absolute; z-index: 3; right: 4%; bottom: 7%; padding-top: 10px; color: rgba(248, 244, 235, .78); border-top: 1px solid rgba(181, 150, 95, .66); font-size: .76rem; }
.home-hero-visual figcaption span { margin-right: 10px; color: #d6bd8d; font-size: .63rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.hero-scroll-cue { position: absolute; z-index: 4; bottom: 7%; left: 4%; display: inline-flex; align-items: center; gap: 12px; color: rgba(248, 244, 235, .64); font-size: .61rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.hero-scroll-cue i { position: relative; display: block; width: 42px; height: 1px; overflow: hidden; background: rgba(181, 150, 95, .42); }
.hero-scroll-cue i::after { position: absolute; inset: 0; content: ""; background: #d6bd8d; transform: translateX(-104%); animation: cue-line 1.8s 1.35s ease-in-out infinite; }
.hero-location { position: absolute; z-index: 4; bottom: 23px; left: 0; margin: 0; color: rgba(248, 244, 235, .42); font-size: .63rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.has-js .home-hero-copy .eyebrow { animation: hero-copy-in .46s .03s ease-out both; }
.has-js .home-hero-copy h1 .title-line:first-child > span { animation: title-rise .66s .1s cubic-bezier(.22, .72, .22, 1) both; }
.has-js .home-hero-copy h1 .title-line:nth-child(2) > span { animation: title-rise .66s .18s cubic-bezier(.22, .72, .22, 1) both; }
.has-js .home-hero-copy .hero-intro > p { animation: hero-copy-in .48s .34s ease-out both; }
.has-js .home-hero-copy .button-row .button:first-child { animation: hero-copy-in .46s .48s ease-out both; }
.has-js .home-hero-copy .button-row .button:nth-child(2) { animation: hero-copy-in .46s .56s ease-out both; }
.has-js .home-hero-visual img { animation: hero-product-in .74s .4s cubic-bezier(.22, .72, .22, 1) both; }
.has-js .home-hero-visual .product-shadow { animation: product-shadow-in .48s .76s ease-out both; }
.has-js .home-hero-visual figcaption { animation: hero-copy-in .42s .82s ease-out both; }
.has-js .hero-scroll-cue { animation: hero-copy-in .42s 1s ease-out both; }
.has-js .hero-location { animation: hero-copy-in .4s .94s ease-out both; }

/* Home story after hero */
.brand-interlude { display: grid; min-height: clamp(620px, 74svh, 820px); color: var(--light-text); background: var(--deep-green); border-top: 1px solid rgba(181, 150, 95, .28); place-items: center; }
.brand-interlude-inner { display: flex; padding-block: clamp(112px, 13vw, 190px); align-items: flex-start; flex-direction: column; }
.brand-interlude h2 { max-width: 1060px; margin: 0; color: var(--light-text); font-size: clamp(4.4rem, 8.6vw, 9rem); line-height: .91; }
.brand-interlude-inner > p:not(.eyebrow) { max-width: 640px; margin: clamp(34px, 5vw, 66px) 0 0 auto; color: rgba(248, 244, 235, .66); font-size: 1.02rem; }
.interlude-line { width: min(340px, 42vw); height: 1px; margin-top: 54px; background: var(--muted-gold); transform-origin: left; }

.selection-story { --selection-progress: .25; position: relative; color: var(--light-text); background: var(--deep-green); border-block: 1px solid rgba(181, 150, 95, .26); transition: color .6s ease, background-color .6s ease; }
.selection-story.is-tone-light { color: var(--dark-text); background: var(--warm-cream); }
.selection-heading { padding: clamp(108px, 11vw, 164px) 0 20px; border-bottom: 1px solid rgba(181, 150, 95, .38); }
.selection-heading h2 { max-width: 930px; margin: 0; color: inherit; font-size: clamp(3.8rem, 7.3vw, 7.2rem); }
.selection-layout { display: grid; grid-template-columns: minmax(360px, .76fr) minmax(0, 1.24fr); gap: clamp(56px, 8vw, 128px); align-items: start; }
.selection-narrative { min-width: 0; }
.selection-step { display: flex; min-height: 92svh; padding: clamp(82px, 9vw, 136px) 0; justify-content: center; flex-direction: column; border-bottom: 1px solid rgba(181, 150, 95, .28); opacity: .36; transition: opacity .36s ease; }
.selection-step.is-active { opacity: 1; }
.selection-step.scene-dark, .selection-step.scene-light { color: inherit; }
.selection-index { margin-bottom: 24px; color: var(--muted-gold); font-size: .67rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.selection-step h3 { max-width: 660px; margin: 0 0 26px; color: inherit; font-size: clamp(3.5rem, 6.4vw, 6.3rem); }
.selection-step > p { max-width: 450px; margin: 0 0 21px; color: inherit; opacity: .64; }
.selection-step > strong { display: block; margin-bottom: 25px; color: #d6bd8d; font-size: 1rem; }
.selection-story.is-tone-light .selection-step > strong { color: var(--chocolate); }
.selection-step .text-link { color: inherit; }
.selection-mobile-visual { display: none; }
.selection-sticky { position: sticky; top: calc(var(--header-height) + 24px); height: calc(100svh - var(--header-height) - 48px); min-height: 600px; padding-block: 24px; }
.selection-stage { position: relative; height: 100%; overflow: hidden; background: radial-gradient(circle at 50% 47%, rgba(23, 71, 58, .98), rgba(9, 36, 29, .14) 70%); border-inline: 1px solid rgba(181, 150, 95, .24); transition: background .6s ease, border-color .6s ease; }
.selection-story.is-tone-light .selection-stage { background: radial-gradient(circle at 50% 48%, var(--soft-cream), rgba(242, 235, 221, .2) 72%); border-color: rgba(32, 39, 32, .12); }
.selection-stage::before { position: absolute; z-index: 1; inset: 8% 0; content: ""; border-block: 1px solid rgba(248, 244, 235, .08); }
.selection-story.is-tone-light .selection-stage::before { border-color: rgba(32, 39, 32, .08); }
.selection-watermark { position: absolute; z-index: 0; right: -3%; bottom: -11%; color: rgba(248, 244, 235, .035); font-family: var(--serif); font-size: clamp(22rem, 38vw, 36rem); line-height: .8; }
.selection-story.is-tone-light .selection-watermark { color: rgba(16, 55, 45, .035); }
.selection-product { position: absolute; z-index: 2; inset: 0; display: grid; margin: 0; place-items: center; opacity: 0; transform: translate3d(0, 18px, 0) scale(.97); transition: opacity .58s ease, transform .66s cubic-bezier(.22, .72, .22, 1); }
.selection-product.is-active { z-index: 3; opacity: 1; transform: none; }
.selection-product img { position: relative; z-index: 2; width: 112%; max-width: none; max-height: 94%; padding: clamp(14px, 2.6vw, 42px); object-fit: contain; filter: drop-shadow(0 21px 22px rgba(0, 0, 0, .22)); }
.selection-story.is-tone-light .selection-product img { filter: drop-shadow(0 18px 18px rgba(66, 42, 36, .13)); }
.selection-product-portrait img { width: min(77%, 560px); }
.selection-product .product-shadow { right: 16%; bottom: 12%; left: 16%; background: rgba(0, 0, 0, .34); filter: blur(20px); }
.selection-progress { position: absolute; z-index: 5; right: 24px; bottom: 21px; left: 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: #d6bd8d; font-size: .63rem; font-weight: 750; }
.selection-progress i { display: block; height: 1px; overflow: hidden; background: rgba(181, 150, 95, .3); }
.selection-progress b { display: block; width: 100%; height: 100%; background: var(--muted-gold); transform: scaleX(var(--selection-progress)); transform-origin: left; transition: transform .58s ease; }
.selection-progress small { font-size: inherit; }

.category-index { padding: clamp(110px, 11vw, 170px) 0; color: var(--dark-text); background: var(--soft-cream); }
.category-index-layout { display: grid; grid-template-columns: minmax(380px, .82fr) minmax(0, 1.18fr); gap: clamp(64px, 9vw, 140px); align-items: start; }
.category-index-heading { padding-top: 20px; border-top: 1px solid rgba(181, 150, 95, .58); }
.category-index-heading h2 { margin: 0 0 clamp(54px, 7vw, 86px); color: var(--forest-green); font-size: clamp(4rem, 7.2vw, 7rem); }
.category-list { display: block; border-top: 1px solid var(--dark-border); }
.category-entry { display: grid; grid-template-columns: 38px 1fr auto; min-height: 78px; padding: 15px 0; align-items: center; gap: 14px; color: rgba(32, 39, 32, .4); border-bottom: 1px solid var(--dark-border); transition: color .28s ease, padding-left .28s ease; }
.category-entry span { color: var(--muted-gold); font-size: .64rem; font-weight: 750; }
.category-entry strong { font-family: var(--serif); font-size: clamp(1.85rem, 3vw, 2.8rem); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.category-entry i { color: var(--muted-gold); font-style: normal; opacity: 0; transform: translateX(-8px); transition: opacity .25s ease, transform .25s ease; }
.category-entry:hover, .category-entry:focus-visible, .category-entry.is-active { padding-left: 10px; color: var(--forest-green); }
.category-entry:hover i, .category-entry:focus-visible i, .category-entry.is-active i { opacity: 1; transform: none; }
.category-display { position: sticky; top: calc(var(--header-height) + 34px); min-height: min(720px, calc(100svh - var(--header-height) - 68px)); overflow: hidden; background: radial-gradient(circle, var(--warm-cream), transparent 70%); border-block: 1px solid var(--dark-border); }
.category-visual { position: absolute; inset: 0; display: grid; margin: 0; place-items: center; opacity: 0; transform: translateY(15px) scale(.98); transition: opacity .5s ease, transform .58s cubic-bezier(.22, .72, .22, 1); }
.category-visual.is-active { z-index: 2; opacity: 1; transform: none; }
.category-visual img { width: 112%; max-width: none; max-height: 94%; padding: clamp(18px, 3.5vw, 54px); object-fit: contain; filter: drop-shadow(0 18px 18px rgba(66, 42, 36, .12)); }
.category-visual-portrait img { width: min(72%, 510px); }

.home-menu-preview { padding: clamp(110px, 11vw, 170px) 0; color: var(--dark-text); background: var(--warm-cream); border-top: 1px solid var(--dark-border); }
.home-menu-preview-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: clamp(70px, 9vw, 142px); align-items: start; }
.menu-preview-visual { position: sticky; top: calc(var(--header-height) + 34px); display: grid; min-height: min(700px, calc(100svh - var(--header-height) - 68px)); margin: 0; overflow: hidden; place-items: center; background: radial-gradient(circle, var(--soft-cream), transparent 70%); border-block: 1px solid var(--dark-border); }
.menu-preview-visual img { position: relative; z-index: 2; width: 114%; max-width: none; padding: clamp(18px, 3vw, 48px); object-fit: contain; filter: drop-shadow(0 17px 18px rgba(66, 42, 36, .12)); }
.menu-preview-visual .product-shadow { bottom: 15%; }
.menu-preview-visual figcaption { position: absolute; z-index: 3; right: 18px; bottom: 16px; padding-top: 8px; color: var(--forest-green); border-top: 1px solid var(--muted-gold); font-size: .64rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.menu-preview-copy { min-width: 0; padding-top: 20px; border-top: 1px solid rgba(181, 150, 95, .58); }
.menu-preview-copy h2 { margin: 0 0 45px; color: var(--forest-green); font-size: clamp(4rem, 7vw, 6.8rem); }
.menu-preview-list { margin: 0 0 34px; padding: 0; border-top: 1px solid var(--dark-border); list-style: none; }
.menu-preview-list li { display: flex; min-width: 0; padding: 18px 0; align-items: flex-start; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--dark-border); }
.menu-preview-list li > div { min-width: 0; }
.menu-preview-list h3 { margin: 0; color: var(--dark-text); font-family: var(--sans); font-size: .94rem; font-weight: 650; letter-spacing: 0; line-height: 1.4; }
.menu-preview-list p { margin: 4px 0 0; color: var(--muted-text); font-size: .78rem; line-height: 1.4; }
.menu-preview-list strong { flex: 0 0 auto; color: var(--chocolate); font-size: .9rem; white-space: nowrap; }

/* Gallery */
.gallery-section { padding: clamp(100px, 10vw, 155px) 0; }
.flavor-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 42px 20px; align-items: start; }
.flavor-item { display: flex; grid-column: span 4; min-width: 0; min-height: 0; margin: 0; flex-direction: column; }
.flavor-item.flavor-wide { grid-column: span 7; }
.flavor-item.flavor-portrait { grid-column: span 5; }
.flavor-item:nth-child(4n + 1) .flavor-image-button { background: var(--warm-cream); }
.flavor-item:nth-child(4n + 2) .flavor-image-button { background: rgba(189, 210, 199, .42); }
.flavor-item:nth-child(4n + 3) .flavor-image-button { background: var(--deep-green); }
.flavor-item:nth-child(4n + 4) .flavor-image-button { background: #eee2d1; }
.flavor-image-button { display: block; width: 100%; min-height: 0; padding: 0; overflow: hidden; aspect-ratio: 1 / 1.08; border: 1px solid var(--dark-border); background: var(--warm-cream); cursor: zoom-in; }
.flavor-wide .flavor-image-button { aspect-ratio: 1.55 / 1; }
.flavor-portrait .flavor-image-button { aspect-ratio: .83 / 1; }
.flavor-image-button img { width: 106%; max-width: none; height: 106%; margin: -3%; padding: clamp(10px, 2vw, 28px); object-fit: contain; filter: drop-shadow(0 14px 15px rgba(66, 42, 36, .11)); transition: transform .35s ease; }
.flavor-image-button:hover img { transform: scale(1.03); }
.flavor-item figcaption { display: flex; min-height: 35px; padding-top: 8px; align-items: center; gap: 8px; color: var(--muted-text); font-size: .72rem; }
.flavor-item figcaption span { color: var(--muted-gold); font-weight: 750; }
.gallery-actions { display: flex; margin-top: 46px; justify-content: center; }
.gallery-more[hidden] { display: none; }
.gallery-dialog { position: fixed; width: min(94vw, 1040px); max-width: none; max-height: 94vh; padding: 58px 78px 24px; color: var(--light-text); border: 1px solid rgba(181, 150, 95, .48); background: var(--deep-green); box-shadow: 0 28px 90px rgba(2, 14, 11, .45); }
.gallery-dialog::backdrop { background: rgba(3, 20, 16, .9); }
.gallery-dialog[open] { animation: dialog-in .22s ease-out both; }
.gallery-dialog[open]::backdrop { animation: backdrop-in .2s ease-out both; }
.gallery-dialog figure { margin: 0; }
.gallery-dialog img { width: 100%; max-height: 72vh; object-fit: contain; }
.gallery-dialog figcaption { display: flex; margin-top: 13px; justify-content: space-between; gap: 18px; color: rgba(248, 244, 235, .76); font-size: .82rem; }
.gallery-dialog figcaption small { color: #d6bd8d; }
.gallery-dialog-close { position: absolute; z-index: 2; top: 14px; right: 16px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; color: var(--light-text); border: 1px solid rgba(181, 150, 95, .72); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.25rem; }
.gallery-dialog-nav { position: absolute; z-index: 2; top: 50%; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; color: var(--light-text); border: 1px solid rgba(181, 150, 95, .64); border-radius: 50%; background: var(--deep-green); cursor: pointer; transform: translateY(-50%); }
.gallery-dialog-prev { left: 18px; }
.gallery-dialog-next { right: 18px; }

/* Brand closure, visit and footer */
.brand-closure { position: relative; overflow: hidden; color: var(--light-text); background: var(--deep-green); border-top: 1px solid rgba(181, 150, 95, .28); }
.brand-closure::before { position: absolute; right: -2vw; bottom: -20%; content: "P"; color: rgba(248, 244, 235, .028); font-family: var(--serif); font-size: clamp(24rem, 46vw, 44rem); line-height: .8; pointer-events: none; }
.brand-closure-inner { position: relative; z-index: 1; padding-block: clamp(120px, 14vw, 210px); }
.brand-closure h2 { max-width: 1080px; margin: 0; color: var(--light-text); font-size: clamp(4.3rem, 8.6vw, 8.6rem); }
.brand-closure-inner > p:not(.eyebrow) { max-width: 620px; margin: 42px 0 0; color: rgba(248, 244, 235, .62); }
.brand-closure-line { display: block; width: min(420px, 44vw); height: 1px; margin-top: 52px; background: var(--muted-gold); transform-origin: left; }
.visit-section { padding: clamp(100px, 10vw, 155px) 0; color: var(--light-text); background: var(--pine-green); scroll-margin-top: var(--header-height); }
.visit-layout { display: grid; grid-template-columns: minmax(370px, .82fr) minmax(0, 1.18fr); gap: clamp(70px, 10vw, 150px); align-items: stretch; }
.visit-copy { padding-top: 20px; border-top: 1px solid rgba(181, 150, 95, .52); }
.visit-copy h2 { max-width: 620px; margin: 0 0 clamp(50px, 7vw, 84px); color: var(--light-text); font-size: clamp(4rem, 7.4vw, 7rem); }
.visit-list { display: grid; margin: 0; font-style: normal; }
.visit-list > div { display: grid; grid-template-columns: 110px 1fr; padding: 18px 0; gap: 20px; border-top: 1px solid rgba(248, 244, 235, .15); }
.visit-list > div:last-child { border-bottom: 1px solid rgba(248, 244, 235, .15); }
.visit-list span { color: #d6bd8d; font-size: .63rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.visit-list p, .visit-list a { margin: 0; color: var(--light-text); font-weight: 600; line-height: 1.5; }
.visit-list a:hover { color: #d6bd8d; }
.visit-mark { position: relative; display: grid; min-height: 660px; margin: 0; overflow: hidden; place-items: center; background: radial-gradient(circle, rgba(16, 55, 45, .82), transparent 70%); border-block: 1px solid rgba(181, 150, 95, .34); }
.visit-mark > span { position: absolute; top: 5%; left: 50%; color: rgba(248, 244, 235, .035); font-family: var(--serif); font-size: clamp(8rem, 15vw, 15rem); letter-spacing: .03em; transform: translateX(-50%); }
.visit-mark img { position: relative; z-index: 2; width: min(52%, 360px); height: auto; filter: drop-shadow(0 18px 24px rgba(2, 14, 11, .2)); }
.site-footer { position: relative; color: rgba(248, 244, 235, .68); background: var(--deep-green); border-top: 1px solid rgba(181, 150, 95, .18); }
.site-footer::before { position: absolute; top: -1px; right: 0; left: 0; height: 1px; content: ""; background: var(--muted-gold); transform: scaleX(0); transform-origin: left; transition: transform .55s ease; }
.site-footer.is-visible::before { transform: scaleX(1); }
.footer-inner { display: grid; grid-template-columns: 90px minmax(220px, 1fr) auto; grid-template-areas: "logo copy nav" "logo contact contact" "logo legal legal"; gap: 12px 42px; padding: 46px 0; align-items: center; }
.footer-logo { grid-area: logo; display: block; width: 78px; }
.footer-logo img { width: 100%; height: auto; }
.footer-copy { grid-area: copy; }
.footer-copy p { margin: 0 0 3px; color: var(--light-text); font-family: var(--serif); font-size: 1.25rem; }
.footer-copy span { font-size: .72rem; }
.footer-inner nav { grid-area: nav; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.footer-inner nav a { color: var(--light-text); font-size: .79rem; font-weight: 600; }
.footer-inner nav a:hover, .footer-contact a:hover { color: #d6bd8d; }
.footer-contact { grid-area: contact; display: flex; flex-wrap: wrap; margin: 3px 0 0; padding-top: 14px; align-items: center; justify-content: flex-end; gap: 9px 24px; color: rgba(248, 244, 235, .66); border-top: 1px solid rgba(181, 150, 95, .24); font-size: .73rem; font-style: normal; }
.footer-contact p { margin: 0; }
.footer-contact a { color: var(--light-text); font-weight: 600; transition: color .2s ease; }
.footer-contact span { margin-right: 6px; color: #d6bd8d; font-size: .61rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.footer-legal { grid-area: legal; margin: 0; font-size: .7rem; text-align: right; }

/* About */
.about-hero { color: var(--light-text); background: var(--deep-green); }
.about-hero-layout { display: grid; min-height: calc(90svh - var(--header-height)); grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); }
.about-hero-copy { display: flex; padding: clamp(74px, 9vw, 132px) clamp(44px, 7vw, 110px) 100px 0; justify-content: center; flex-direction: column; }
.about-hero-copy h1 { max-width: 920px; margin: 0 0 36px; color: var(--light-text); font-size: clamp(4.5rem, 8.2vw, 8.8rem); }
.about-hero-copy h1 em { color: #d6bd8d; font-weight: 400; }
.about-hero-copy > p:last-child { max-width: 650px; margin: 0; color: rgba(248, 244, 235, .68); font-size: 1.03rem; }
.about-logo-stage { position: relative; display: grid; margin: 0; overflow: hidden; place-items: center; border-left: 1px solid rgba(181, 150, 95, .35); background: radial-gradient(circle, var(--pine-green), transparent 72%); }
.about-logo-stage img { position: relative; z-index: 2; width: min(58%, 390px); height: auto; }
.about-logo-word { position: absolute; top: 8%; left: 50%; color: rgba(248, 244, 235, .035); font-family: var(--serif); font-size: clamp(8rem, 15vw, 15rem); transform: translateX(-50%); }
.about-story { padding: clamp(100px, 10vw, 158px) 0; }
.about-story-layout { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(350px, .82fr); gap: clamp(64px, 9vw, 140px); align-items: center; }
.about-product-stage { position: relative; display: grid; min-height: 620px; margin: 0; overflow: hidden; place-items: center; background: radial-gradient(circle, var(--soft-cream), transparent 70%); border-block: 1px solid var(--dark-border); }
.about-product-stage img { position: relative; z-index: 2; width: 110%; max-width: none; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(66, 42, 36, .12)); }
.about-product-stage figcaption { position: absolute; z-index: 3; right: 18px; bottom: 16px; padding-top: 8px; color: var(--forest-green); border-top: 1px solid var(--muted-gold); font-size: .65rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.about-story-copy h2 { margin: 0 0 31px; color: var(--forest-green); font-size: clamp(3.5rem, 6vw, 6rem); }
.about-story-copy > p:not(.eyebrow) { color: var(--muted-text); }
.about-story-copy .text-link { margin-top: 18px; }
.about-principles { padding: clamp(100px, 10vw, 158px) 0; }
.about-principles-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(62px, 9vw, 140px); align-items: center; }
.principles-list { border-top: 1px solid rgba(181, 150, 95, .45); }
.principles-list article { display: grid; grid-template-columns: 46px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--light-border); }
.principles-list article > span { color: #d6bd8d; font-size: .67rem; font-weight: 750; }
.principles-list h3 { margin: 0 0 7px; color: var(--light-text); font-size: 1.72rem; }
.principles-list p { margin: 0; color: rgba(248, 244, 235, .58); font-size: .9rem; }
.about-secondary-stage { position: relative; display: grid; min-height: 600px; margin: 0; place-items: center; background: radial-gradient(circle, var(--pine-green), transparent 70%); border-block: 1px solid var(--light-border); }
.about-secondary-stage img { position: relative; z-index: 2; width: 108%; max-width: none; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(0, 0, 0, .22)); }

/* Menu */
.menu-hero { color: var(--light-text); background: var(--deep-green); }
.menu-hero-layout { display: grid; min-height: min(720px, calc(84svh - var(--header-height))); grid-template-columns: 1.15fr .85fr; border-inline: 1px solid rgba(181, 150, 95, .24); }
.menu-hero-visual { position: relative; display: grid; min-width: 0; margin: 0; overflow: hidden; place-items: center; background: radial-gradient(circle at 50% 50%, rgba(23, 71, 58, .9), transparent 70%); }
.menu-hero-visual img { position: relative; z-index: 2; width: min(106%, 930px); max-width: none; object-fit: contain; filter: drop-shadow(0 20px 24px rgba(2, 14, 11, .28)); }
.menu-hero-visual .product-shadow { bottom: 13%; background: rgba(0, 0, 0, .44); }
.menu-hero-word { position: absolute; top: 2%; left: 0; color: rgba(248, 244, 235, .035); font-family: var(--serif); font-size: clamp(8rem, 17vw, 17rem); line-height: .8; }
.menu-hero-copy { display: flex; padding: clamp(58px, 8vw, 110px); justify-content: center; flex-direction: column; border-left: 1px solid rgba(181, 150, 95, .34); }
.menu-hero-copy h1 { margin: 0 0 32px; color: var(--light-text); font-size: clamp(6rem, 11vw, 11rem); }
.menu-hero-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 36px; color: rgba(248, 244, 235, .68); }
.menu-summary { display: grid; padding-top: 14px; border-top: 1px solid rgba(181, 150, 95, .45); gap: 4px; }
.menu-summary span { color: #d6bd8d; font-size: .63rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.menu-summary strong { color: var(--light-text); font-size: .92rem; }
.menu-category-bar { position: sticky; z-index: 45; top: var(--header-height); padding: 11px 0; background: rgba(242, 235, 221, .98); border-bottom: 1px solid var(--dark-border); }
.menu-category-shell { overflow: hidden; }
.menu-categories { display: flex; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; gap: 7px; scrollbar-width: none; }
.menu-categories::-webkit-scrollbar { display: none; }
.menu-category-button { flex: 0 0 auto; min-height: 42px; padding: 0 15px; color: var(--forest-green); border: 1px solid var(--dark-border); background: var(--soft-cream); cursor: pointer; font-size: .75rem; font-weight: 700; white-space: nowrap; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.menu-category-button:hover { border-color: var(--muted-gold); }
.menu-category-button.is-active { color: var(--light-text); background: var(--forest-green); border-color: var(--forest-green); }
.menu-content { background: var(--warm-cream); }
.menu-stack { width: 100%; }
.menu-panel { padding: clamp(86px, 9vw, 142px) 0; scroll-margin-top: calc(var(--header-height) + 65px); color: var(--dark-text); background: var(--warm-cream); border-bottom: 1px solid var(--dark-border); }
.menu-panel.is-dark { color: var(--light-text); background: var(--deep-green); border-color: var(--light-border); }
.menu-panel-layout { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr); grid-template-areas: "cover heading" "cover list"; gap: 0 clamp(70px, 9vw, 145px); align-items: start; }
.menu-panel.is-reversed .menu-panel-layout { grid-template-columns: minmax(390px, .94fr) minmax(0, 1.06fr); grid-template-areas: "heading cover" "list cover"; }
.menu-panel-content { display: contents; }
.menu-panel-heading { grid-area: heading; margin-bottom: 22px; }
.menu-panel-index { display: block; margin-bottom: 14px; color: var(--muted-gold); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.menu-panel-heading > div { display: flex; padding-bottom: 18px; align-items: flex-end; justify-content: space-between; gap: 26px; border-bottom: 1px solid rgba(32, 39, 32, .22); }
.menu-panel.is-dark .menu-panel-heading > div { border-color: var(--light-border); }
.menu-panel-heading h2 { margin: 0; color: var(--forest-green); font-size: clamp(3.2rem, 5.2vw, 5.4rem); }
.menu-panel.is-dark .menu-panel-heading h2 { color: var(--light-text); }
.menu-panel-count { flex: 0 0 auto; padding-bottom: 8px; color: var(--muted-text); font-size: .72rem; white-space: nowrap; }
.menu-panel.is-dark .menu-panel-count { color: rgba(248, 244, 235, .55); }
.menu-unit-price { margin: 17px 0 0; color: var(--chocolate); font-size: .9rem; font-weight: 800; }
.menu-panel.is-dark .menu-unit-price { color: #d6bd8d; }
.menu-cover { position: sticky; top: calc(var(--header-height) + 78px); grid-area: cover; display: grid; min-height: 570px; margin: 0; overflow: hidden; place-items: center; background: radial-gradient(circle, var(--soft-cream), transparent 68%); border-block: 1px solid rgba(32, 39, 32, .13); }
.menu-panel.is-dark .menu-cover { background: radial-gradient(circle, var(--pine-green), transparent 68%); border-color: var(--light-border); }
.menu-cover img { position: relative; z-index: 2; width: 112%; max-width: none; max-height: 640px; padding: clamp(18px, 3vw, 48px); object-fit: contain; filter: drop-shadow(0 20px 20px rgba(66, 42, 36, .12)); }
.menu-panel.is-dark .menu-cover img { filter: drop-shadow(0 20px 22px rgba(0, 0, 0, .24)); }
.menu-cover figcaption { position: absolute; z-index: 3; right: 18px; bottom: 15px; padding-top: 8px; color: var(--forest-green); border-top: 1px solid var(--muted-gold); font-size: .62rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.menu-panel.is-dark .menu-cover figcaption { color: var(--light-text); }
.menu-list { grid-area: list; margin: 0; padding: 0; list-style: none; }
.menu-row { display: flex; min-width: 0; padding: 17px 0; align-items: flex-start; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(32, 39, 32, .14); }
.menu-row:first-child { border-top: 0; }
.menu-panel.is-dark .menu-row { border-color: var(--light-border); }
.menu-row-copy { min-width: 0; }
.menu-row h3 { margin: 0; color: var(--dark-text); font-family: var(--sans); font-size: .95rem; font-weight: 650; letter-spacing: 0; line-height: 1.4; }
.menu-panel.is-dark .menu-row h3 { color: var(--light-text); }
.menu-row p { margin: 4px 0 0; color: var(--muted-text); font-size: .8rem; line-height: 1.45; }
.menu-panel.is-dark .menu-row p { color: rgba(248, 244, 235, .54); }
.menu-row strong { flex: 0 0 auto; color: var(--chocolate); font-size: .9rem; white-space: nowrap; }
.menu-panel.is-dark .menu-row strong { color: #d6bd8d; }
.menu-row-variant { position: relative; padding-left: 18px; }
.menu-row-variant::before { position: absolute; top: 25px; left: 2px; width: 4px; height: 4px; content: ""; border-radius: 50%; background: var(--muted-gold); }
.menu-endnote { padding: clamp(78px, 8vw, 115px) 0; background: var(--soft-cream); }
.menu-endnote-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.menu-endnote h2 { margin: 0; color: var(--forest-green); font-size: clamp(3rem, 5vw, 5rem); }
.menu-endnote-layout > div:last-child p { max-width: 520px; color: var(--muted-text); }
.menu-noscript { padding: 70px 0; }
.menu-noscript h2 { color: var(--forest-green); font-size: 3rem; }
.menu-noscript > div { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 34px; align-items: start; }
.menu-noscript img { width: 100%; height: auto; }

/* First-view choreography on inner pages */
.has-js .menu-hero-copy .eyebrow,
.has-js .about-hero-copy .eyebrow { animation: hero-copy-in .44s .04s ease-out both; }
.has-js .menu-hero-copy h1 .title-line > span,
.has-js .about-hero-copy h1 .title-line:first-child > span { animation: title-rise .68s .12s cubic-bezier(.22, .72, .22, 1) both; }
.has-js .about-hero-copy h1 .title-line:nth-child(2) > span { animation: title-rise .68s .2s cubic-bezier(.22, .72, .22, 1) both; }
.has-js .menu-hero-copy > p:not(.eyebrow),
.has-js .about-hero-copy > p:last-child { animation: hero-copy-in .48s .34s ease-out both; }
.has-js .menu-summary { animation: hero-copy-in .46s .48s ease-out both; }
.has-js .menu-hero-visual img,
.has-js .about-logo-stage img { animation: inner-visual-in .76s .36s cubic-bezier(.22, .72, .22, 1) both; }
.has-js .menu-hero-visual .product-shadow { animation: product-shadow-in .48s .72s ease-out both; }

/* Reveal and motion */
.has-js [data-reveal],
.has-js [data-reveal-group] [data-reveal-item] { opacity: 0; transform: translate3d(0, 24px, 0); transition: opacity .58s ease, transform .64s cubic-bezier(.22, .72, .22, 1); transition-delay: var(--reveal-delay, 0ms); }
.has-js [data-reveal][data-reveal-kind="image"],
.has-js [data-reveal-group] [data-reveal-item][data-reveal-kind="image"] { transform: translate3d(0, 30px, 0) scale(.97); }
.has-js [data-reveal][data-reveal-kind="left"],
.has-js [data-reveal-group] [data-reveal-item][data-reveal-kind="left"] { transform: translate3d(-24px, 0, 0); }
.has-js [data-reveal][data-reveal-kind="right"],
.has-js [data-reveal-group] [data-reveal-item][data-reveal-kind="right"] { transform: translate3d(24px, 0, 0); }
.has-js [data-reveal].is-visible,
.has-js [data-reveal-group].is-visible [data-reveal-item] { opacity: 1; transform: none; }
.has-js [data-reveal-group] [data-reveal-item][data-reveal-title] { opacity: 1; transform: none; }
.has-js [data-reveal-title] .title-line > span { transform: translateY(108%); transition: transform .72s cubic-bezier(.22, .72, .22, 1); transition-delay: var(--reveal-delay, 0ms); }
.has-js [data-reveal-group].is-visible [data-reveal-title] .title-line > span { transform: none; }
.has-js img[loading="lazy"] { opacity: .01; transition: opacity .22s ease; }
.has-js img[loading="lazy"].is-loaded { opacity: 1; }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes title-rise { from { opacity: .01; transform: translateY(108%); } to { opacity: 1; transform: none; } }
@keyframes hero-product-in { from { opacity: 0; transform: translateY(22px) scale(.96); } to { opacity: 1; transform: translateY(-1%) scale(1); } }
@keyframes inner-visual-in { from { opacity: 0; transform: translateY(22px) scale(.965); } to { opacity: 1; transform: none; } }
@keyframes product-shadow-in { from { opacity: 0; transform: scale(.78, .42); } to { opacity: 1; transform: scale(1, .62); } }
@keyframes cue-line { 0%, 20% { transform: translateX(-104%); } 68%, 100% { transform: translateX(104%); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(10px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes backdrop-in { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 1180px) {
  .site-nav { gap: 18px; }
  .site-nav .nav-visit { padding-inline: 13px; }
  .home-hero-layout { grid-template-columns: minmax(330px, .88fr) minmax(0, 1.12fr); }
  .home-hero-copy { padding-right: 48px; }
  .hero-intro { margin-left: 40px; }
  .selection-layout { grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr); gap: 62px; }
  .category-index-layout, .home-menu-preview-layout { gap: 72px; }
  .flavor-gallery { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .flavor-item { grid-column: span 2; }
  .flavor-item.flavor-wide { grid-column: span 3; }
  .flavor-item.flavor-portrait { grid-column: span 2; }
  .menu-panel-layout,
  .menu-panel.is-reversed .menu-panel-layout { grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 0 70px; }
}

@media (max-width: 900px) {
  :root { --header-height: 74px; }
  .container, .wide-container { width: min(calc(100% - 36px), var(--container)); }
  .nav-toggle { position: relative; z-index: 105; display: grid; width: 44px; height: 44px; padding: 0; place-content: center; gap: 7px; border: 1px solid rgba(181, 150, 95, .72); background: transparent; cursor: pointer; }
  .nav-toggle > span:not(.sr-only) { display: block; width: 20px; height: 1px; background: var(--light-text); transition: transform .2s ease; }
  .nav-toggle.is-active > span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle.is-active > span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav-scrim { position: fixed; z-index: 101; inset: 0; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(2, 14, 11, .66); opacity: 0; visibility: hidden; transition: opacity .24s ease, visibility 0s linear .24s; }
  .nav-open .nav-scrim { opacity: 1; visibility: visible; transition: opacity .24s ease; }
  .site-nav { position: fixed; z-index: 102; top: 0; right: 0; display: flex; width: min(86vw, 380px); height: 100dvh; padding: 112px 34px 38px; align-items: flex-start; flex-direction: column; gap: 25px; background: var(--deep-green); transform: translateX(104%); visibility: hidden; transition: transform .26s ease, visibility 0s linear .26s; }
  .site-nav.is-open { transform: none; visibility: visible; transition: transform .26s ease; }
  .site-nav a { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
  .site-nav .nav-visit { min-height: 46px; padding-inline: 18px; font-family: var(--sans); font-size: .81rem; font-weight: 750; }

  .section-heading { grid-template-columns: 1fr; gap: 21px; }
  .section-heading > p { max-width: 640px; }
  .home-hero-layout { min-height: auto; grid-template-columns: 1fr; }
  .home-hero-copy { min-height: 520px; padding: 76px 8vw 55px; }
  .home-hero-copy::after { inset: auto 8% 0; width: auto; height: 1px; background: linear-gradient(to right, transparent, rgba(181, 150, 95, .55), transparent); }
  .hero-intro { margin-left: 12vw; }
  .home-hero-visual { min-height: 610px; }
  .home-hero-visual img { width: min(110%, 820px); }
  .hero-location { display: none; }
  .brand-interlude { min-height: 0; }
  .selection-story, .selection-story.is-tone-light { color: var(--light-text); background: var(--deep-green); }
  .selection-heading { padding-top: 94px; }
  .selection-layout { display: block; width: 100%; }
  .selection-sticky { display: none; }
  .selection-step { min-height: 0; padding: 78px 18px; opacity: 1; }
  .selection-step.scene-dark { color: var(--light-text); background: var(--deep-green); }
  .selection-step.scene-light { color: var(--dark-text); background: var(--warm-cream); }
  .selection-step.scene-light > strong { color: var(--chocolate); }
  .selection-mobile-visual { position: relative; display: grid; min-height: 520px; margin: 0 0 44px; overflow: hidden; place-items: center; background: radial-gradient(circle at 50% 48%, rgba(23, 71, 58, .92), rgba(9, 36, 29, .06) 70%); border-block: 1px solid rgba(181, 150, 95, .25); }
  .scene-light .selection-mobile-visual { background: radial-gradient(circle at 50% 50%, var(--soft-cream), transparent 72%); border-color: var(--dark-border); }
  .selection-mobile-visual img { position: relative; z-index: 2; width: min(112%, 760px); max-width: none; max-height: 570px; padding: 18px; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(0, 0, 0, .2)); }
  .scene-light .selection-mobile-visual img { filter: drop-shadow(0 16px 18px rgba(66, 42, 36, .12)); }
  .selection-mobile-portrait img { width: min(76%, 450px); }
  .selection-mobile-visual .product-shadow { right: 16%; bottom: 10%; left: 16%; }
  .category-index-layout { grid-template-columns: 1fr; }
  .category-index-copy { max-width: 780px; }
  .category-display { display: none; }
  .category-entry { color: rgba(32, 39, 32, .58); }
  .home-menu-preview-layout { grid-template-columns: 1fr; gap: 64px; }
  .menu-preview-visual { position: relative; top: auto; min-height: 580px; }
  .visit-layout { grid-template-columns: 1fr; gap: 64px; }
  .visit-mark { min-height: 520px; }

  .about-hero-layout { min-height: auto; grid-template-columns: 1fr; }
  .about-hero-copy { min-height: 580px; padding: 80px 6vw 62px; }
  .about-logo-stage { min-height: 540px; border-top: 1px solid rgba(181, 150, 95, .34); border-left: 0; }
  .about-story-layout, .about-principles-layout { grid-template-columns: 1fr; }
  .about-story-copy { max-width: 680px; }
  .about-principles-layout { gap: 60px; }

  .menu-hero-layout { min-height: 0; grid-template-columns: 1fr; }
  .menu-hero-visual { min-height: 560px; order: 2; border-top: 1px solid rgba(181, 150, 95, .34); }
  .menu-hero-copy { min-height: 430px; padding: 72px 8vw 60px; order: 1; border-left: 0; }
  .menu-panel-layout,
  .menu-panel.is-reversed .menu-panel-layout { grid-template-columns: 1fr; grid-template-areas: "heading" "cover" "list"; gap: 34px; }
  .menu-cover { position: relative; top: auto; min-height: 540px; }
  .menu-panel-heading { margin-bottom: 0; }
  .menu-list { margin-top: 2px; }
  .menu-endnote-layout { grid-template-columns: 1fr; gap: 30px; }
  .footer-inner { grid-template-columns: 76px 1fr; grid-template-areas: "logo copy" "contact contact" "nav nav" "legal legal"; }
  .footer-contact { justify-content: flex-start; }
  .footer-inner nav { justify-content: flex-start; }
  .footer-legal { text-align: left; }
}

@media (max-width: 650px) {
  :root { --header-height: 70px; }
  body { font-size: 15px; }
  .container, .wide-container { width: calc(100% - 24px); }
  .brand > img { width: 38px; height: 38px; }
  .brand > span { font-size: 1.08rem; }
  .site-nav { padding-inline: 28px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .button { min-height: 46px; padding-inline: 15px; font-size: .73rem; }

  .home-hero-copy { min-height: 0; padding: 42px 20px 36px; }
  .home-hero-copy h1 { font-size: clamp(3.85rem, 18vw, 5.4rem); line-height: .82; }
  .home-hero-copy h1 em { margin-left: .14em; }
  .hero-intro { margin-top: 31px; margin-left: 0; }
  .hero-intro > p { font-size: .94rem; }
  .button-row { flex-wrap: nowrap; margin-top: 24px; }
  .button-row .button { flex: 1 1 50%; }
  .home-hero-visual { min-height: 390px; }
  .home-hero-visual img { width: 112%; }
  .home-hero-visual figcaption { right: 14px; bottom: 14px; font-size: .68rem; }
  .home-hero-visual figcaption span { display: block; margin: 0 0 3px; }
  .hero-scroll-cue { bottom: 15px; left: 14px; }

  .brand-interlude-inner { padding-block: 92px; }
  .brand-interlude h2 { font-size: clamp(3.6rem, 15vw, 5.3rem); }
  .brand-interlude-inner > p:not(.eyebrow) { margin: 32px 0 0; }
  .interlude-line { margin-top: 38px; }
  .selection-heading { padding: 78px 0 16px; }
  .selection-heading h2 { font-size: clamp(3.2rem, 13vw, 4.8rem); }
  .selection-step { padding: 62px 12px; }
  .selection-mobile-visual { min-height: 360px; margin-bottom: 32px; }
  .selection-mobile-visual img { width: 116%; max-height: 410px; padding: 8px; }
  .selection-mobile-portrait img { width: 78%; }
  .selection-step h3 { margin-bottom: 19px; font-size: clamp(3rem, 13vw, 4.5rem); }
  .category-index { padding: 82px 0; }
  .category-index-heading h2 { margin-bottom: 46px; font-size: clamp(3.5rem, 14vw, 5rem); }
  .category-entry { grid-template-columns: 30px 1fr auto; min-height: 68px; gap: 9px; }
  .category-entry strong { font-size: clamp(1.6rem, 8vw, 2.25rem); }
  .home-menu-preview { padding: 82px 0; }
  .home-menu-preview-layout { gap: 48px; }
  .menu-preview-visual { min-height: 360px; }
  .menu-preview-visual img { width: 118%; padding: 10px; }
  .menu-preview-copy h2 { margin-bottom: 34px; font-size: clamp(3.5rem, 14vw, 5rem); }

  .gallery-section { padding: 76px 0; }
  .flavor-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 12px; }
  .flavor-item, .flavor-item.flavor-portrait { grid-column: span 1; }
  .flavor-item.flavor-wide { grid-column: span 2; }
  .flavor-image-button img { width: 110%; height: 110%; margin: -5%; padding: 6px; }
  .flavor-item figcaption { min-height: 33px; font-size: .69rem; }
  .gallery-dialog { padding: 58px 50px 19px; }
  .gallery-dialog-nav { width: 36px; height: 36px; }
  .gallery-dialog-prev { left: 8px; }
  .gallery-dialog-next { right: 8px; }

  .brand-closure-inner { padding-block: 94px; }
  .brand-closure h2 { font-size: clamp(3.6rem, 15vw, 5.2rem); }
  .brand-closure-inner > p:not(.eyebrow) { margin-top: 30px; }
  .brand-closure-line { margin-top: 38px; }
  .visit-section { padding: 78px 0; }
  .visit-layout { gap: 46px; }
  .visit-copy h2 { margin-bottom: 46px; font-size: clamp(3.5rem, 14vw, 5rem); }
  .visit-list > div { grid-template-columns: 86px 1fr; gap: 13px; }
  .visit-mark { min-height: 390px; }
  .visit-mark img { width: min(48%, 220px); }
  .footer-inner { grid-template-columns: 64px 1fr; gap: 20px 25px; padding: 38px 0; }
  .footer-logo { width: 64px; }
  .footer-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
  .footer-contact p { grid-column: 1 / -1; }

  .about-hero-copy { min-height: 0; padding: 56px 22px 52px; }
  .about-hero-copy h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
  .about-logo-stage { min-height: 390px; }
  .about-logo-stage img { width: min(58%, 230px); }
  .about-story, .about-principles { padding: 76px 0; }
  .about-story-layout { gap: 44px; }
  .about-product-stage, .about-secondary-stage { min-height: 370px; }
  .about-product-stage img, .about-secondary-stage img { width: 116%; }
  .about-story-copy h2 { font-size: 3.15rem; }
  .principles-list article { grid-template-columns: 36px 1fr; gap: 13px; }

  .menu-hero-copy { min-height: 0; padding: 52px 22px 48px; }
  .menu-hero-copy h1 { margin-bottom: 22px; font-size: 5.6rem; }
  .menu-hero-visual { min-height: 390px; }
  .menu-hero-visual img { width: 115%; }
  .menu-category-bar { padding: 8px 0; }
  .menu-category-shell { width: calc(100% - 24px); }
  .menu-category-button { min-height: 40px; padding-inline: 13px; font-size: .72rem; }
  .menu-panel { padding: 68px 0; scroll-margin-top: calc(var(--header-height) + 57px); }
  .menu-panel-layout,
  .menu-panel.is-reversed .menu-panel-layout { gap: 27px; }
  .menu-panel-heading h2 { font-size: 2.75rem; }
  .menu-panel-heading > div { gap: 16px; }
  .menu-panel-count { padding-bottom: 4px; }
  .menu-cover { min-height: 350px; }
  .menu-cover img { width: 118%; padding: 12px; }
  .menu-row { padding: 15px 0; gap: 16px; }
  .menu-row h3 { font-size: .9rem; }
  .menu-row p { font-size: .75rem; }
  .menu-row strong { font-size: .86rem; }
  .menu-endnote { padding: 62px 0; }
  .menu-noscript { padding: 50px 0; }
  .menu-noscript > div { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .brand > span { font-size: 1rem; }
  .brand small { font-size: .39rem; }
  .nav-toggle { width: 44px; height: 44px; }
  .home-hero-copy { padding-inline: 17px; }
  .home-hero-copy h1 { font-size: 3.65rem; }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .home-hero-visual { min-height: 320px; }
  .flavor-gallery { grid-template-columns: 1fr; }
  .flavor-item, .flavor-item.flavor-wide, .flavor-item.flavor-portrait { grid-column: 1; }
  .gallery-dialog { padding-inline: 38px; }
  .footer-contact { grid-template-columns: 1fr; }
  .footer-contact p { grid-column: 1; }
  .menu-panel-heading > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .menu-panel-count { padding-bottom: 0; }
  .menu-row { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .has-js [data-reveal],
  .has-js [data-reveal-group] [data-reveal-item] { opacity: 1; transform: none; }
  .has-js [data-reveal-title] .title-line > span { transform: none; }
}

/* QR menu */
.qr-menu-page .brand small { letter-spacing: .12em; }
.qr-menu-page main { background: var(--warm-cream); }
.qr-menu-intro { position: relative; overflow: hidden; color: var(--light-text); background: var(--deep-green); border-bottom: 1px solid rgba(181, 150, 95, .4); }
.qr-menu-intro::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(90deg, transparent 49.9%, rgba(181, 150, 95, .12) 50%, transparent 50.1%); background-size: 25% 100%; }
.qr-menu-intro-grid { position: relative; display: grid; min-height: 520px; padding-block: clamp(62px, 7vw, 96px) 0; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); grid-template-rows: 1fr auto; gap: 36px clamp(44px, 8vw, 112px); align-items: center; }
.qr-menu-intro-copy { position: relative; z-index: 2; padding-bottom: 46px; }
.qr-menu-intro h1 { max-width: 720px; margin: 0; color: var(--light-text); font-size: clamp(5.2rem, 9vw, 9rem); line-height: .82; }
.qr-menu-lead { max-width: 530px; margin: 32px 0 0; color: rgba(248, 244, 235, .72); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.qr-menu-count { margin: 20px 0 0; color: #d6bd8d; font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.qr-menu-intro-visual { position: relative; display: grid; min-height: 340px; margin: 0; overflow: hidden; place-items: center; background: radial-gradient(circle, rgba(23, 71, 58, .96), transparent 70%); }
.qr-menu-intro-visual > span { position: absolute; color: rgba(248, 244, 235, .035); font-family: var(--serif); font-size: clamp(17rem, 28vw, 29rem); line-height: .75; }
.qr-menu-intro-visual img { position: relative; z-index: 1; width: min(118%, 680px); max-width: none; object-fit: contain; filter: drop-shadow(0 22px 24px rgba(0, 0, 0, .28)); }
.menu-search { position: relative; z-index: 3; grid-column: 1 / -1; display: grid; margin: 0; padding: 24px 28px; grid-template-columns: minmax(150px, .28fr) minmax(0, 1fr); grid-template-areas: "label field" "help field"; column-gap: 34px; align-items: center; color: var(--dark-text); background: var(--soft-cream); border: 1px solid rgba(181, 150, 95, .45); transform: translateY(1px); }
.menu-search > label { grid-area: label; color: var(--forest-green); font-family: var(--serif); font-size: 1.5rem; line-height: 1; }
.menu-search > p { grid-area: help; margin: 7px 0 0; color: var(--muted-text); font-size: .72rem; line-height: 1.35; }
.menu-search-field { position: relative; grid-area: field; display: flex; min-width: 0; height: 54px; align-items: center; border-bottom: 1px solid rgba(16, 55, 45, .34); }
.menu-search-field > span { position: relative; flex: 0 0 21px; width: 21px; height: 21px; margin-right: 13px; border: 1.5px solid var(--forest-green); border-radius: 50%; }
.menu-search-field > span::after { position: absolute; right: -6px; bottom: -4px; width: 8px; height: 1.5px; content: ""; background: var(--forest-green); transform: rotate(45deg); transform-origin: left; }
.menu-search input { min-width: 0; height: 100%; flex: 1; color: var(--dark-text); background: transparent; border: 0; outline: 0; font: inherit; font-size: 1rem; }
.menu-search input::placeholder { color: #92938c; }
.menu-search button { flex: 0 0 auto; min-height: 44px; padding: 0 4px 0 16px; color: var(--forest-green); background: transparent; border: 0; cursor: pointer; font-size: .72rem; font-weight: 750; }
.menu-search-field:focus-within { border-color: var(--muted-gold); box-shadow: 0 1px 0 var(--muted-gold); }

.qr-category-bar { position: sticky; z-index: 80; top: var(--header-height); padding: 10px 0; background: rgba(242, 235, 221, .97); border-bottom: 1px solid rgba(32, 39, 32, .16); backdrop-filter: blur(14px); }
.qr-categories { display: flex; max-width: 100%; padding: 1px; overflow-x: auto; gap: 8px; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: x proximity; }
.qr-categories::-webkit-scrollbar { display: none; }
.qr-category-button { flex: 0 0 auto; min-height: 46px; padding: 0 18px; scroll-snap-align: start; color: var(--forest-green); background: rgba(250, 246, 237, .78); border: 1px solid rgba(16, 55, 45, .18); cursor: pointer; font-size: .78rem; font-weight: 700; white-space: nowrap; transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
.qr-category-button:hover { border-color: var(--muted-gold); }
.qr-category-button.is-active { color: var(--light-text); background: var(--forest-green); border-color: var(--muted-gold); box-shadow: inset 0 -2px 0 var(--muted-gold); }

.qr-menu-content { padding: clamp(72px, 8vw, 118px) 0 clamp(92px, 10vw, 150px); background: var(--warm-cream); }
.menu-loading { display: grid; min-height: 320px; place-items: center; align-content: center; gap: 18px; color: var(--forest-green); }
.menu-loading img { width: 66px; height: 66px; object-fit: contain; }
.menu-loading p { margin: 0; font-family: var(--serif); font-size: 1.4rem; }
.qr-menu-sections { display: grid; gap: clamp(84px, 10vw, 146px); }
.qr-menu-section { scroll-margin-top: calc(var(--header-height) + 82px); }
.qr-menu-section-heading { display: flex; margin-bottom: 30px; padding-top: 18px; align-items: flex-end; justify-content: space-between; gap: 36px; border-top: 1px solid rgba(181, 150, 95, .65); }
.qr-menu-section-heading > div:first-child > p { margin: 0 0 9px; color: var(--muted-gold); font-size: .66rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.qr-menu-section-heading h2 { margin: 0; color: var(--forest-green); font-size: clamp(3.2rem, 5.8vw, 5.8rem); }
.qr-menu-section-heading > div:last-child { display: grid; flex: 0 0 auto; padding-bottom: 7px; justify-items: end; gap: 3px; }
.qr-menu-section-heading span { color: var(--muted-text); font-size: .72rem; }
.qr-menu-section-heading strong { color: var(--chocolate); font-size: .82rem; }
.qr-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.qr-product-card { min-width: 0; background: var(--soft-cream); border: 1px solid rgba(32, 39, 32, .12); box-shadow: 0 7px 24px rgba(66, 42, 36, .035); }
.qr-product-button { display: grid; width: 100%; min-width: 0; min-height: 196px; padding: 0; grid-template-columns: 196px minmax(0, 1fr); text-align: left; background: transparent; border: 0; cursor: pointer; }
.qr-product-media { position: relative; display: grid; min-width: 0; height: 100%; min-height: 194px; margin: 0; overflow: hidden; place-items: center; background: linear-gradient(145deg, #edf0e8, #dce8e1); border-right: 1px solid rgba(32, 39, 32, .1); }
.qr-product-media > img { width: 100%; height: 100%; padding: 12px; object-fit: contain; transition: transform .22s ease; }
.qr-product-card:hover .qr-product-media > img { transform: scale(1.025); }
.qr-product-video-badge { position: absolute; right: 9px; bottom: 9px; display: inline-flex; min-height: 27px; padding: 0 9px; align-items: center; color: var(--light-text); background: rgba(9, 36, 29, .9); border: 1px solid rgba(181, 150, 95, .72); font-size: .59rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.qr-product-copy { display: flex; min-width: 0; padding: 24px 25px 20px; justify-content: space-between; flex-direction: column; }
.qr-product-heading { display: grid; min-width: 0; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: start; }
.qr-product-heading h3 { min-width: 0; margin: 0; color: var(--dark-text); font-family: var(--sans); font-size: 1rem; font-weight: 680; letter-spacing: 0; line-height: 1.4; overflow-wrap: anywhere; }
.qr-product-heading strong { flex: 0 0 auto; color: var(--forest-green); font-size: .94rem; line-height: 1.4; white-space: nowrap; }
.qr-product-copy > p { display: -webkit-box; margin: 9px 0 0; overflow: hidden; color: var(--muted-text); font-size: .78rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.qr-product-inspect { display: inline-flex; margin-top: 21px; align-items: center; gap: 8px; color: var(--forest-green); font-size: .68rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.qr-product-inspect i { color: var(--muted-gold); font-style: normal; transition: transform .18s ease; }
.qr-product-card:hover .qr-product-inspect i { transform: translate(2px, -2px); }
.product-placeholder { display: grid; width: 100%; min-height: 360px; padding: 38px; place-items: center; align-content: center; text-align: center; color: var(--forest-green); background: linear-gradient(145deg, rgba(207, 225, 216, .75), rgba(250, 246, 237, .92)); border: 1px solid rgba(181, 150, 95, .28); }
.product-placeholder > span { color: rgba(16, 55, 45, .12); font-family: var(--serif); font-size: 8rem; line-height: .7; }
.product-placeholder small { margin-top: 18px; color: var(--muted-gold); font-size: .6rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.product-placeholder strong { max-width: 210px; margin-top: 7px; font-family: var(--serif); font-size: 1.14rem; font-weight: 400; line-height: 1.2; }
.product-placeholder.is-compact { min-height: 100%; padding: 14px; border: 0; }
.product-placeholder.is-compact > span { font-size: 4.8rem; }
.product-placeholder.is-compact small { margin-top: 9px; font-size: .52rem; }
.product-placeholder.is-compact strong { max-width: 142px; font-family: var(--sans); font-size: .66rem; font-weight: 650; line-height: 1.35; }
.menu-empty { min-height: 420px; padding: 70px 24px; text-align: center; color: var(--forest-green); border-block: 1px solid rgba(181, 150, 95, .5); }
.menu-empty > span { display: block; color: rgba(16, 55, 45, .09); font-family: var(--serif); font-size: 9rem; line-height: .7; }
.menu-empty h2 { margin: 25px 0 12px; font-size: clamp(2.4rem, 6vw, 4rem); }
.menu-empty p { margin: 0 auto 28px; color: var(--muted-text); }

body.product-modal-open { overflow: hidden; }
.product-detail[hidden] { display: none; }
.product-detail { position: fixed; z-index: 500; inset: 0; display: grid; padding: 24px; place-items: center; opacity: 0; transition: opacity .18s ease; }
.product-detail.is-open { opacity: 1; }
.product-detail-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(3, 17, 13, .78); border: 0; cursor: pointer; backdrop-filter: blur(9px); }
.product-detail-dialog { position: relative; z-index: 1; display: grid; width: min(1180px, 100%); max-height: 92dvh; overflow: hidden; grid-template-rows: auto minmax(0, 1fr); color: var(--dark-text); background: var(--soft-cream); border: 1px solid rgba(181, 150, 95, .62); box-shadow: 0 34px 90px rgba(0, 0, 0, .3); outline: 0; transform: translateY(18px); transition: transform .18s ease; }
.product-detail.is-open .product-detail-dialog { transform: none; }
.product-detail-header { position: relative; z-index: 4; display: flex; min-height: 102px; padding: 20px 24px 18px 32px; align-items: center; justify-content: space-between; gap: 24px; color: var(--light-text); background: var(--deep-green); border-bottom: 1px solid rgba(181, 150, 95, .48); }
.product-detail-header p { margin: 0 0 5px; color: #d6bd8d; font-size: .62rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.product-detail-title-row { display: flex; align-items: flex-end; gap: 24px; }
.product-detail-header h2 { margin: 0; color: var(--light-text); font-size: clamp(2rem, 3vw, 3.2rem); line-height: .95; }
.product-detail-title-row > strong { flex: 0 0 auto; padding-bottom: 2px; color: #d6bd8d; font-size: 1rem; white-space: nowrap; }
.product-detail-close { position: relative; flex: 0 0 48px; width: 48px; height: 48px; color: var(--light-text); background: transparent; border: 1px solid rgba(248, 244, 235, .3); cursor: pointer; }
.product-detail-close::before,
.product-detail-close::after { position: absolute; top: 50%; left: 50%; width: 20px; height: 1px; content: ""; background: currentColor; }
.product-detail-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.product-detail-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.product-detail-close:hover { color: var(--deep-green); background: var(--muted-gold); border-color: var(--muted-gold); }
.product-detail-scroll { min-height: 0; overflow: auto; overscroll-behavior: contain; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); }
.product-detail-media-column { min-width: 0; padding: 32px; background: #e8eee9; border-right: 1px solid rgba(32, 39, 32, .12); }
.product-detail-image { display: grid; min-height: 430px; overflow: hidden; place-items: center; background: var(--warm-cream); border: 1px solid rgba(32, 39, 32, .1); }
.product-detail-image > img { width: 100%; height: 100%; max-height: 560px; padding: 22px; object-fit: contain; }
.product-detail-info { min-width: 0; padding: clamp(34px, 5vw, 64px); }
.product-detail-price { margin: 0 0 22px; color: var(--forest-green); font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.3rem); line-height: .9; }
.product-detail-description { margin: 0 0 32px; color: var(--muted-text); font-size: .96rem; }
.product-video-card { margin-top: 30px; }
.product-info-card { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(181, 150, 95, .5); }
.product-detail-section-heading { display: flex; margin-bottom: 15px; align-items: baseline; justify-content: space-between; gap: 20px; }
.product-detail-section-heading > p { margin: 0; color: var(--muted-gold); font-size: .6rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.product-detail-section-heading h3 { margin: 0; color: var(--forest-green); font-family: var(--sans); font-size: .84rem; font-weight: 750; letter-spacing: .02em; }
.product-video-player { position: relative; display: grid; width: min(100%, 380px); margin-inline: auto; overflow: hidden; place-items: center; background: var(--deep-green); border: 1px solid rgba(181, 150, 95, .48); }
.product-video-player::before { position: absolute; z-index: 1; top: 50%; left: 50%; width: 62px; height: 62px; content: "▶"; display: grid; padding-left: 4px; place-items: center; color: var(--deep-green); background: rgba(214, 189, 141, .94); border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; transition: opacity .15s ease; }
.product-video-player.is-playing::before { opacity: 0; }
.product-video-player video { display: block; width: 100%; max-height: 620px; aspect-ratio: 9 / 16; object-fit: contain; background: var(--deep-green); }
.product-coming-soon { display: grid; min-height: 150px; padding: 28px; place-items: center; align-content: center; text-align: center; color: var(--forest-green); background: linear-gradient(145deg, rgba(207, 225, 216, .5), rgba(250, 246, 237, .8)); border: 1px solid rgba(16, 55, 45, .15); }
.product-coming-soon > span { color: rgba(16, 55, 45, .1); font-family: var(--serif); font-size: 4.8rem; line-height: .7; }
.product-coming-soon p { max-width: 390px; margin: 17px 0 0; color: var(--muted-text); font-size: .83rem; line-height: 1.55; }
.product-info-card > div > p { margin: 0; color: var(--muted-text); }

@media (max-width: 1024px) {
  .qr-menu-intro-grid { min-height: 480px; grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); gap: 30px 44px; }
  .qr-menu-intro h1 { font-size: clamp(4.8rem, 11vw, 7.4rem); }
  .qr-product-button { grid-template-columns: 165px minmax(0, 1fr); min-height: 176px; }
  .qr-product-media { min-height: 174px; }
  .qr-product-copy { padding: 21px 20px 18px; }
  .qr-product-heading { grid-template-columns: 1fr; gap: 5px; }
  .product-detail-grid { grid-template-columns: 1fr 1fr; }
  .product-detail-media-column { padding: 24px; }
  .product-detail-info { padding: 36px; }
}

@media (max-width: 768px) {
  .qr-menu-page .brand small { max-width: 155px; overflow: hidden; letter-spacing: .08em; text-overflow: ellipsis; white-space: nowrap; }
  .qr-menu-intro::before { display: none; }
  .qr-menu-intro-grid { min-height: 0; padding-top: 54px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 12px; }
  .qr-menu-intro-copy { padding-bottom: 14px; }
  .qr-menu-intro h1 { font-size: clamp(4.4rem, 18vw, 6.2rem); }
  .qr-menu-lead { margin-top: 22px; font-size: .96rem; }
  .qr-menu-count { margin-top: 15px; font-size: .64rem; }
  .qr-menu-intro-visual { min-height: 260px; }
  .qr-menu-intro-visual img { width: min(116%, 520px); }
  .menu-search { padding: 20px; grid-template-columns: 1fr; grid-template-areas: "label" "field" "help"; gap: 0; }
  .menu-search > label { font-size: 1.25rem; }
  .menu-search-field { margin-top: 8px; }
  .menu-search > p { margin-top: 8px; }
  .qr-category-bar { padding-block: 8px; }
  .qr-category-bar > .container { width: 100%; }
  .qr-categories { padding-inline: 16px; }
  .qr-category-button { min-height: 46px; padding-inline: 16px; }
  .qr-menu-content { padding-top: 68px; }
  .qr-menu-sections { gap: 88px; }
  .qr-menu-section { scroll-margin-top: calc(var(--header-height) + 76px); }
  .qr-menu-section-heading { margin-bottom: 22px; align-items: flex-start; }
  .qr-menu-section-heading h2 { font-size: clamp(2.8rem, 12vw, 4.4rem); }
  .qr-menu-section-heading > div:last-child { padding-top: 6px; }
  .qr-product-grid { grid-template-columns: 1fr; gap: 12px; }
  .qr-product-button { min-height: 126px; grid-template-columns: 126px minmax(0, 1fr); }
  .qr-product-media { min-height: 124px; }
  .qr-product-media > img { padding: 8px; }
  .qr-product-copy { padding: 17px 18px 15px; }
  .qr-product-heading { grid-template-columns: minmax(0, 1fr) auto; gap: 14px; }
  .qr-product-heading h3 { font-size: .91rem; }
  .qr-product-heading strong { font-size: .86rem; }
  .qr-product-inspect { margin-top: 13px; }
  .product-placeholder.is-compact { padding: 8px; }
  .product-placeholder.is-compact > span { font-size: 3.8rem; }
  .product-placeholder.is-compact small { display: none; }
  .product-placeholder.is-compact strong { max-width: 106px; font-size: .58rem; }
  .product-detail { padding: 0; place-items: end center; }
  .product-detail-dialog { width: 100%; max-height: 92dvh; border-width: 1px 0 0; border-radius: 18px 18px 0 0; transform: translateY(100%); }
  .product-detail.is-open .product-detail-dialog { transform: none; }
  .product-detail-header { position: sticky; top: 0; min-height: 86px; padding: 15px 16px 14px 20px; }
  .product-detail-header h2 { font-size: clamp(1.75rem, 7vw, 2.55rem); }
  .product-detail-title-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 12px; }
  .product-detail-title-row > strong { padding: 0; font-size: .9rem; }
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-detail-media-column { padding: 18px; border-right: 0; border-bottom: 1px solid rgba(32, 39, 32, .12); }
  .product-detail-image { min-height: min(390px, 46dvh); }
  .product-detail-image > img { max-height: min(390px, 46dvh); padding: 12px; }
  .product-detail-info { padding: 30px 20px 46px; }
  .product-detail-price { margin-bottom: 18px; font-size: 3rem; }
  .product-video-card { margin-top: 24px; }
  .product-video-player { width: min(100%, 330px); }
}

@media (max-width: 414px) {
  .qr-menu-page .brand > span { font-size: 1rem; }
  .qr-menu-page .brand small { max-width: 132px; font-size: .35rem; }
  .qr-menu-intro-grid { padding-top: 46px; }
  .qr-menu-intro-visual { min-height: 220px; }
  .qr-menu-intro-visual img { width: 120%; }
  .qr-menu-content { padding-top: 58px; }
  .qr-menu-section-heading { gap: 15px; }
  .qr-menu-section-heading h2 { font-size: clamp(2.55rem, 12vw, 3.2rem); }
  .qr-menu-section-heading > div:last-child { min-width: 64px; }
  .qr-product-button { min-height: 112px; grid-template-columns: 108px minmax(0, 1fr); }
  .qr-product-media { min-height: 110px; }
  .qr-product-copy { padding: 14px 14px 12px; }
  .qr-product-heading { display: block; }
  .qr-product-heading h3 { font-size: .86rem; line-height: 1.32; }
  .qr-product-heading strong { display: block; margin-top: 5px; font-size: .82rem; }
  .qr-product-copy > p { margin-top: 5px; font-size: .7rem; }
  .qr-product-inspect { margin-top: 8px; font-size: .59rem; }
  .qr-product-video-badge { right: 6px; bottom: 6px; min-height: 24px; padding-inline: 7px; font-size: .52rem; }
  .product-placeholder.is-compact > span { font-size: 3.1rem; }
  .product-placeholder.is-compact strong { max-width: 92px; font-size: .53rem; }
  .product-detail-section-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
}

@media (max-width: 340px) {
  .qr-menu-page .brand small { max-width: 108px; }
  .qr-menu-intro h1 { font-size: 4rem; }
  .qr-menu-intro-visual { min-height: 200px; }
  .menu-search { padding-inline: 16px; }
  .qr-categories { padding-inline: 14px; }
  .qr-category-button { padding-inline: 14px; }
  .qr-product-button { grid-template-columns: 98px minmax(0, 1fr); }
  .qr-product-copy { padding-inline: 12px; }
  .qr-product-heading h3 { font-size: .8rem; }
  .qr-product-heading strong { font-size: .78rem; }
  .product-placeholder.is-compact strong { font-size: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .product-detail,
  .product-detail-dialog,
  .qr-product-media > img,
  .qr-product-inspect i { transition: none; }
}

/* Pera profesyonel QR menü — 2026-07-16 */
.menu-v2-page { background: #f4efe5; }
.menu-v2-page main { padding-top: 0; background: #f4efe5; }
.menu-list-container { width: min(calc(100% - 48px), 1180px); margin-inline: auto; }

.menu-v2-page .menu-topbar {
  position: relative;
  z-index: 95;
  height: 128px;
  color: #f7f2e8;
  background: #0b2a23;
  border-bottom: 1px solid rgba(185, 154, 97, .45);
}
.menu-topbar-inner {
  position: relative;
  display: grid;
  width: min(calc(100% - 64px), 1320px);
  height: 100%;
  margin-inline: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.menu-page-links { display: flex; justify-self: start; gap: 28px; }
.menu-page-links a,
.menu-instagram { color: rgba(247, 242, 232, .78); font-size: .74rem; font-weight: 680; letter-spacing: .04em; }
.menu-page-links a:hover,
.menu-instagram:hover { color: #d4b97f; }
.menu-brand { display: inline-flex; justify-self: center; align-items: center; gap: 13px; color: #f7f2e8; }
.menu-brand > img { width: 56px; height: 60px; object-fit: contain; }
.menu-brand > span { display: grid; gap: 4px; }
.menu-brand strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; letter-spacing: .035em; line-height: 1; }
.menu-brand small { color: #d4b97f; font-size: .54rem; font-weight: 740; letter-spacing: .16em; text-transform: uppercase; }
.menu-instagram { display: inline-flex; justify-self: end; align-items: center; gap: 8px; }
.menu-instagram > span { color: #d4b97f; font-size: 1.05rem; }

.menu-v2-page .qr-category-bar {
  position: sticky;
  z-index: 90;
  top: 0;
  padding: 0;
  background: rgba(255, 252, 247, .96);
  border-bottom: 1px solid rgba(18, 55, 46, .12);
  box-shadow: 0 6px 20px rgba(32, 37, 31, .035);
  backdrop-filter: blur(14px);
}
.menu-v2-page .qr-categories {
  display: flex;
  width: 100%;
  gap: 12px;
  padding: 12px 2px 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}
.menu-v2-page .qr-categories::-webkit-scrollbar { display: none; }
.menu-v2-page .qr-category-button {
  display: grid;
  flex: 0 0 96px;
  min-height: 112px;
  padding: 5px 4px 7px;
  grid-template-rows: 76px auto;
  align-items: start;
  gap: 7px;
  scroll-snap-align: start;
  color: #432a24;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.qr-category-media {
  position: relative;
  display: grid;
  width: 76px;
  height: 76px;
  margin-inline: auto;
  overflow: hidden;
  place-items: center;
  color: #12372e;
  background: #f4efe5;
  border: 1px solid rgba(18, 55, 46, .12);
  border-radius: 17px;
  transition: border-color .16s ease, background-color .16s ease;
}
.qr-category-media img { width: 100%; height: 100%; padding: 4px; object-fit: contain; }
.qr-category-media.is-symbol { font-family: var(--serif); font-size: 2.3rem; }
.qr-category-label { display: -webkit-box; overflow: hidden; font-size: .66rem; font-weight: 700; line-height: 1.18; text-align: center; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.menu-v2-page .qr-category-button:hover .qr-category-media { border-color: rgba(185, 154, 97, .75); }
.menu-v2-page .qr-category-button.is-active { color: #12372e; box-shadow: none; }
.menu-v2-page .qr-category-button.is-active .qr-category-media { color: #f7f2e8; background: #12372e; border-color: #b99a61; box-shadow: inset 0 0 0 2px #12372e, inset 0 0 0 3px rgba(185, 154, 97, .7); }
.menu-v2-page .qr-category-button.is-active .qr-category-media img { padding: 0; opacity: .76; }
.menu-v2-page .qr-category-button.is-active .qr-category-label { color: #12372e; }

.menu-utility { padding: 42px 0 36px; background: #f4efe5; border-bottom: 1px solid rgba(18, 55, 46, .1); }
.menu-utility-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 440px); align-items: end; gap: 48px; }
.menu-utility .eyebrow { margin-bottom: 8px; font-size: .64rem; }
.menu-utility h1 { margin: 0; color: #12372e; font-size: clamp(2.75rem, 5vw, 4.4rem); line-height: .88; }
.menu-v2-page .qr-menu-count { margin: 12px 0 0; color: #706d65; font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.menu-v2-page .menu-search { display: block; width: 100%; padding: 0; background: transparent; border: 0; }
.menu-v2-page .menu-search-field { position: relative; display: flex; width: 100%; min-height: 50px; margin: 0; align-items: center; background: #fffcf7; border: 1px solid rgba(18, 55, 46, .18); border-radius: 13px; }
.menu-v2-page .menu-search-field > span { position: relative; flex: 0 0 46px; height: 46px; }
.menu-v2-page .menu-search-field > span::before { position: absolute; top: 15px; left: 16px; width: 11px; height: 11px; content: ""; border: 1.5px solid #12372e; border-radius: 50%; }
.menu-v2-page .menu-search-field > span::after { position: absolute; top: 27px; left: 28px; width: 7px; height: 1.5px; content: ""; background: #12372e; transform: rotate(45deg); transform-origin: left; }
.menu-v2-page .menu-search input { width: 100%; min-width: 0; height: 48px; padding: 0 8px 0 0; color: #20251f; background: transparent; border: 0; outline: 0; font-size: .86rem; }
.menu-v2-page .menu-search input::placeholder { color: #85847d; }
.menu-v2-page .menu-search button { flex: 0 0 auto; min-height: 34px; margin-right: 7px; padding: 0 11px; color: #12372e; background: #cfe1d8; border: 0; border-radius: 9px; cursor: pointer; font-size: .68rem; font-weight: 700; }

.menu-v2-page .qr-menu-content { padding: 42px 0 100px; background: #f4efe5; }
.menu-v2-page .qr-menu-sections { display: grid; gap: 58px; }
.menu-v2-page .qr-menu-section { scroll-margin-top: 146px; }
.menu-v2-page .qr-menu-section-heading {
  display: flex;
  margin-bottom: 16px;
  padding: 0 2px 13px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  border-top: 0;
  border-bottom: 1px solid rgba(185, 154, 97, .58);
}
.menu-v2-page .qr-menu-section-heading h2 { margin: 0; color: #12372e; font-size: clamp(2rem, 4vw, 2.85rem); line-height: .95; }
.menu-v2-page .qr-menu-section-heading p { margin: 0 0 3px; color: #77746d; font-size: .67rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.menu-v2-page .qr-product-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.menu-v2-page .qr-product-card { min-width: 0; overflow: hidden; background: #fffcf7; border: 1px solid rgba(18, 55, 46, .09); border-radius: 17px; box-shadow: 0 4px 16px rgba(32, 37, 31, .045); }
.menu-v2-page .qr-product-button {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 144px;
  padding: 0;
  grid-template-columns: 144px minmax(0, 1fr) auto 34px;
  align-items: center;
  gap: 0;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.menu-v2-page .qr-product-card:hover { border-color: rgba(185, 154, 97, .65); }
.menu-v2-page .qr-product-media { position: relative; display: grid; width: 144px; height: 144px; min-height: 0; margin: 0; overflow: hidden; place-items: center; background: #f0f3ee; border: 0; }
.menu-v2-page .qr-product-media > img { display: block; width: 100%; height: 100%; margin: 0; padding: 14px; object-fit: contain; object-position: center center; filter: drop-shadow(0 7px 9px rgba(18, 55, 46, .07)); transition: none; }
.menu-v2-page .qr-product-media > img.is-portrait { padding: 11px 16px; }
.menu-v2-page .qr-product-media > img.is-landscape { padding: 15px 11px; }
.menu-v2-page .qr-product-card:hover .qr-product-media > img { transform: none; }
.menu-v2-page .qr-product-copy { display: block; min-width: 0; padding: 22px 28px; }
.menu-v2-page .qr-product-copy h3 { margin: 0; color: #20251f; font-family: var(--sans); font-size: 1.02rem; font-weight: 700; letter-spacing: -.008em; line-height: 1.35; text-wrap: pretty; overflow-wrap: anywhere; }
.menu-v2-page .qr-product-copy p { display: -webkit-box; max-width: 670px; margin: 7px 0 0; overflow: hidden; color: #77746d; font-size: .8rem; line-height: 1.48; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.qr-product-price { padding: 0 24px; color: #12372e; font-family: var(--serif); font-size: 1.18rem; font-weight: 600; white-space: nowrap; }
.qr-product-arrow { padding-right: 18px; color: #b99a61; font-size: 1.75rem; font-weight: 300; line-height: 1; }
.menu-v2-page .qr-product-video-badge { right: 8px; bottom: 8px; display: grid; width: 30px; height: 30px; min-height: 0; padding: 0 0 0 2px; place-items: center; color: #f7f2e8; background: rgba(11, 42, 35, .9); border: 1px solid rgba(185, 154, 97, .82); border-radius: 50%; font-size: .57rem; }
.menu-v2-page .product-placeholder { min-height: 100%; padding: 18px; background: #eef3ef; border: 0; }
.menu-v2-page .product-placeholder > span { color: rgba(18, 55, 46, .13); font-size: 4.4rem; }
.menu-v2-page .product-placeholder small { margin-top: 9px; font-size: .5rem; }
.menu-v2-page .product-placeholder strong { margin-top: 4px; font-family: var(--sans); font-size: .66rem; font-weight: 700; }
.menu-v2-page .product-placeholder.is-compact { min-height: 100%; padding: 8px; }
.menu-v2-page .product-placeholder.is-compact > span { font-size: 3.9rem; }
.menu-v2-page .product-placeholder.is-compact small { display: none; }
.menu-v2-page .product-placeholder.is-compact strong { margin: 3px 0 0; color: rgba(18, 55, 46, .75); font-size: .58rem; text-transform: uppercase; }
.menu-v2-page .menu-empty { min-height: 330px; padding: 55px 20px; background: #fffcf7; border: 1px solid rgba(18, 55, 46, .12); border-radius: 16px; }

html.product-modal-open,
.menu-v2-page.product-modal-open { overflow: hidden; }
.menu-v2-page .product-detail[hidden] { display: none; }
.menu-v2-page .product-detail { position: fixed; z-index: 500; inset: 0; display: grid; padding: 16px; place-items: center; opacity: 0; transition: opacity .2s ease; }
.menu-v2-page .product-detail.is-open { opacity: 1; }
.menu-v2-page .product-detail-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(8, 22, 18, .62); border: 0; cursor: pointer; backdrop-filter: blur(8px); }
.menu-v2-page .product-detail-dialog { position: relative; z-index: 1; display: block; width: min(540px, calc(100vw - 32px)); max-height: min(88dvh, 760px); overflow: hidden; color: #20251f; background: #fbf8f1; border: 0; border-radius: 24px; box-shadow: 0 24px 80px rgba(10, 35, 28, .24); outline: 0; transform: translateY(16px) scale(.99); transition: transform .2s ease; }
.menu-v2-page .product-detail-dialog.has-portrait-video { width: min(var(--portrait-modal-width, 360px), calc(100vw - 32px)); }
.menu-v2-page .product-detail-dialog.has-landscape-video { width: min(560px, calc(100vw - 32px)); }
.menu-v2-page .product-detail.is-open .product-detail-dialog { transform: none; }
.menu-v2-page .product-detail-close { position: absolute; z-index: 8; top: 14px; right: 14px; display: block; width: 40px; height: 40px; color: #12372e; background: rgba(251, 248, 241, .82); border: 0; border-radius: 50%; box-shadow: 0 5px 18px rgba(8, 22, 18, .15); cursor: pointer; backdrop-filter: blur(10px); }
.menu-v2-page .product-detail-close::before,
.menu-v2-page .product-detail-close::after { position: absolute; top: 50%; left: 50%; width: 16px; height: 1.5px; content: ""; background: currentColor; }
.menu-v2-page .product-detail-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.menu-v2-page .product-detail-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.menu-v2-page .product-detail-close:hover { background: rgba(244, 239, 229, .95); }
.menu-v2-page .product-detail-scroll { max-height: min(88dvh, 760px); min-height: 0; overflow: hidden; overscroll-behavior: contain; }
.menu-v2-page .product-detail-grid { display: grid; min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto minmax(0, auto); }
.product-detail-primary { position: relative; display: block; width: 100%; min-width: 0; height: auto; margin: 0; padding: 0; overflow: hidden; background: transparent; border: 0; box-shadow: none; }
.product-detail-primary > img { display: block; width: 100%; height: min(60dvh, 540px); margin: 0; padding: 18px; border: 0; object-fit: contain; object-position: center center; background: #fbf8f1; }
.menu-v2-page .product-detail-video-notice { display: inline-flex; margin: 0 0 18px; padding: 7px 10px; color: var(--forest-green); border-left: 1px solid var(--muted-gold); font-size: .72rem; letter-spacing: .02em; }
.menu-v2-page .product-video-player { position: relative; display: block; width: 100%; height: min(60dvh, 540px); margin: 0; padding: 0; overflow: hidden; background: transparent; border: 0; box-shadow: none; }
.menu-v2-page .product-video-player.is-landscape { height: auto; aspect-ratio: var(--video-ratio, 16 / 9); }
.menu-v2-page .product-video-player::before,
.menu-v2-page .product-video-player::after { display: none; content: none; }
.product-video-play { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 58px; height: 58px; padding: 0 0 0 4px; place-items: center; color: #12372e; background: rgba(244, 239, 229, .94); border: 0; border-radius: 50%; box-shadow: 0 8px 24px rgba(8, 22, 18, .2); cursor: pointer; transform: translate(-50%, -50%); transition: opacity .16s ease, background-color .16s ease; }
.product-video-play span { line-height: 1; }
.product-video-play:hover { background: #fbf8f1; }
.menu-v2-page .product-video-player.has-started .product-video-play { opacity: 0; pointer-events: none; }
.menu-v2-page .product-video-player video { position: static; z-index: 1; display: block; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; outline: 0; object-fit: cover; object-position: 50% 50%; background: transparent; box-shadow: none; transform: none; }
.menu-v2-page .product-video-player.is-portrait video { object-position: 50% 56%; }
.menu-v2-page .product-video-player[data-product-id="cikolatali-sufle"] video { object-position: 50% 60%; }
.product-video-controls { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; display: grid; padding: 40px 14px 12px; grid-template-columns: 34px 34px minmax(0, 1fr) 34px; align-items: center; gap: 6px; color: #fbf8f1; background: linear-gradient(180deg, transparent, rgba(8, 22, 18, .72)); opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .16s ease, transform .16s ease; }
.product-video-player.has-started.controls-visible .product-video-controls { opacity: 1; pointer-events: auto; transform: none; }
.product-video-control { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; color: #fbf8f1; background: transparent; border: 0; border-radius: 50%; cursor: pointer; font-size: .8rem; }
.product-video-control:hover { background: rgba(251, 248, 241, .14); }
.product-video-progress { width: 100%; height: 2px; margin: 0; accent-color: #d5b87e; cursor: pointer; }
.menu-v2-page .product-detail-info { min-width: 0; max-height: min(calc(88dvh - 330px), 430px); padding: 24px 28px 26px; overflow: auto; scrollbar-width: thin; scrollbar-color: rgba(18, 55, 46, .25) transparent; }
.menu-v2-page .product-detail-info::-webkit-scrollbar { width: 4px; }
.menu-v2-page .product-detail-info::-webkit-scrollbar-thumb { background: rgba(18, 55, 46, .25); border-radius: 6px; }
.product-detail-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.product-detail-category { margin: 0; color: #9c7e4a; font-size: .7rem; font-weight: 740; letter-spacing: .11em; text-transform: uppercase; }
.menu-v2-page .product-detail-price { margin: 0; color: #432a24; font-family: var(--serif); font-size: 1.55rem; font-weight: 600; line-height: 1; white-space: nowrap; }
.menu-v2-page .product-detail-info h2 { max-width: 100%; margin: 10px 0 0; color: #12372e; font-size: clamp(1.9rem, 3vw, 2.5rem); line-height: 1.07; overflow-wrap: anywhere; }
.menu-v2-page .product-detail-description { margin: 10px 0 0; color: #62665f; font-size: .9rem; line-height: 1.5; }
.menu-v2-page .product-info-card { margin-top: 20px; padding-top: 17px; border-top: 1px solid rgba(18, 55, 46, .12); }
.menu-v2-page .product-info-card h3 { margin: 0 0 7px; color: #12372e; font-family: var(--sans); font-size: .75rem; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.menu-v2-page .product-info-card p { margin: 0; color: #4f544d; font-size: .9rem; line-height: 1.5; }
.menu-v2-page .product-info-card p.is-missing { color: #73766f; font-style: normal; }

@media (max-width: 768px) {
  .menu-list-container { width: min(calc(100% - 24px), 1180px); }
  .menu-v2-page .menu-topbar { height: 108px; }
  .menu-topbar-inner { width: calc(100% - 28px); grid-template-columns: 1fr auto; }
  .menu-page-links { display: none; }
  .menu-brand { justify-self: start; gap: 9px; }
  .menu-brand > img { width: 45px; height: 50px; }
  .menu-brand strong { font-size: 1.18rem; }
  .menu-brand small { max-width: 178px; font-size: .43rem; letter-spacing: .1em; }
  .menu-instagram { font-size: 0; }
  .menu-instagram > span { font-size: 1.35rem; }
  .menu-v2-page .qr-category-bar .menu-list-container { width: 100%; }
  .menu-v2-page .qr-categories { gap: 8px; padding: 10px 14px; scroll-padding-inline: 14px; }
  .menu-v2-page .qr-category-button { display: inline-flex; flex: 0 0 auto; min-height: 44px; padding: 0 16px; align-items: center; justify-content: center; gap: 0; color: #12372e; background: #f4efe5; border: 0; border-radius: 999px; }
  .menu-v2-page .qr-category-media { display: none; }
  .menu-v2-page .qr-category-label { display: block; overflow: visible; color: inherit; font-size: .73rem; font-weight: 720; line-height: 1; white-space: nowrap; -webkit-line-clamp: unset; }
  .menu-v2-page .qr-category-button.is-active { color: #f7f2e8; background: #12372e; }
  .menu-v2-page .qr-category-button.is-active .qr-category-label { color: #f7f2e8; }
  .menu-utility { padding: 26px 0 23px; }
  .menu-utility-inner { grid-template-columns: 1fr; gap: 22px; }
  .menu-utility h1 { font-size: 3.05rem; }
  .menu-v2-page .menu-search-field { min-height: 50px; background: #e8f0eb; border: 0; border-radius: 16px; box-shadow: inset 0 0 0 1px rgba(18, 55, 46, .035); }
  .menu-v2-page .menu-search input { font-size: .94rem; }
  .menu-v2-page .qr-menu-content { padding: 30px 0 80px; }
  .menu-v2-page .qr-menu-sections { gap: 48px; }
  .menu-v2-page .qr-menu-section { scroll-margin-top: 126px; }
  .menu-v2-page .qr-menu-section-heading { margin-bottom: 12px; padding-bottom: 10px; }
  .menu-v2-page .qr-menu-section-heading h2 { font-size: clamp(1.85rem, 8vw, 2.5rem); }
  .menu-v2-page .qr-product-grid { gap: 11px; }
  .menu-v2-page .qr-product-card { border: 0; border-radius: 17px; box-shadow: 0 4px 16px rgba(32, 37, 31, .055); }
  .menu-v2-page .qr-product-button { min-height: 122px; grid-template-columns: 104px minmax(0, 1fr) auto; }
  .menu-v2-page .qr-product-media { width: 104px; height: 122px; background: #f0f3ee; }
  .menu-v2-page .qr-product-card.has-portrait-image .qr-product-button { min-height: 126px; grid-template-columns: 112px minmax(0, 1fr) auto; }
  .menu-v2-page .qr-product-card.has-portrait-image .qr-product-media { width: 112px; height: 126px; }
  .menu-v2-page .qr-product-card.has-landscape-image .qr-product-button { grid-template-columns: 112px minmax(0, 1fr) auto; }
  .menu-v2-page .qr-product-card.has-landscape-image .qr-product-media { width: 112px; }
  .menu-v2-page .qr-product-media > img { padding: 9px; }
  .menu-v2-page .qr-product-media > img.is-portrait { padding: 8px 15px; }
  .menu-v2-page .qr-product-media > img.is-landscape { padding: 11px 8px; }
  .menu-v2-page .qr-product-copy { padding: 15px 12px; }
  .menu-v2-page .qr-product-copy h3 { display: -webkit-box; overflow: hidden; font-size: 1rem; line-height: 1.28; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .menu-v2-page .qr-product-copy p { margin-top: 5px; font-size: .76rem; line-height: 1.4; -webkit-line-clamp: 2; }
  .qr-product-price { padding: 0 14px 0 5px; font-size: 1rem; }
  .qr-product-arrow { display: none; }
  .menu-v2-page .qr-product-video-badge { right: 6px; bottom: 6px; width: 27px; height: 27px; }
  .menu-v2-page .product-detail { padding: 16px; place-items: center; }
  .menu-v2-page .product-detail-dialog { width: min(540px, calc(100vw - 32px)); max-height: min(88dvh, 760px); border: 0; border-radius: 24px; transform: translateY(16px) scale(.99); }
  .menu-v2-page .product-detail.is-open .product-detail-dialog { transform: none; }
  .menu-v2-page .product-detail-scroll { max-height: min(88dvh, 760px); }
  .menu-v2-page .product-detail-grid { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto minmax(0, auto); }
  .product-detail-primary,
  .menu-v2-page .product-video-player { height: min(60dvh, 540px); }
  .menu-v2-page .product-video-player.is-landscape { height: auto; }
  .product-detail-primary > img { height: 100%; padding: 14px; object-fit: contain; }
  .menu-v2-page .product-detail-info { max-height: min(calc(88dvh - 320px), 440px); padding: 23px 26px 25px; }
}

@media (max-width: 600px) {
  .menu-v2-page .menu-list-container { width: calc(100% - 30px); }
  .menu-v2-page .qr-category-bar .menu-list-container { width: 100%; }
  .menu-v2-page .product-detail { padding: 4px 4px max(4px, env(safe-area-inset-bottom)); place-items: end center; }
  .menu-v2-page .product-detail-dialog { width: 100%; max-width: calc(100vw - 8px); max-height: 92dvh; margin: 0; border-radius: 24px 24px 18px 18px; transform: translateY(18px) scale(.995); }
  .menu-v2-page .product-detail-dialog.has-portrait-video,
  .menu-v2-page .product-detail-dialog.has-landscape-video { width: 100%; max-width: calc(100vw - 8px); }
  .menu-v2-page .product-detail.is-open .product-detail-dialog { transform: none; }
  .menu-v2-page .product-detail-scroll { max-height: 92dvh; }
  .menu-v2-page .product-detail-grid { grid-template-rows: auto minmax(0, auto); }
  .product-detail-primary,
  .menu-v2-page .product-video-player { height: min(64dvh, calc(92dvh - 176px)); }
  .menu-v2-page .product-video-player.is-landscape { height: auto; }
  .product-detail-primary > img { height: 100%; padding: 12px; object-fit: contain; }
  .menu-v2-page .product-detail-info { max-height: min(32dvh, 250px); padding: 20px 22px calc(22px + env(safe-area-inset-bottom)); }
  .menu-v2-page .product-detail-info h2 { margin-top: 9px; font-size: clamp(1.75rem, 8vw, 2.125rem); line-height: 1.08; }
  .menu-v2-page .product-detail-price { font-size: 1.45rem; }
  .product-detail-category { font-size: .67rem; }
  .menu-v2-page .product-detail-description { margin-top: 9px; font-size: .86rem; }
  .menu-v2-page .product-info-card { margin-top: 17px; padding-top: 15px; }
  .menu-v2-page .product-info-card p { font-size: .87rem; }
  .product-video-controls { padding-inline: 10px; grid-template-columns: 32px 32px minmax(0, 1fr) 32px; }
}

@media (max-width: 360px) {
  .menu-topbar-inner { width: calc(100% - 22px); }
  .menu-brand small { max-width: 150px; }
  .menu-v2-page .qr-category-button { flex-basis: auto; padding-inline: 14px; }
  .menu-v2-page .qr-product-button { grid-template-columns: 98px minmax(0, 1fr) auto; }
  .menu-v2-page .qr-product-media { width: 98px; }
  .menu-v2-page .qr-product-card.has-portrait-image .qr-product-button,
  .menu-v2-page .qr-product-card.has-landscape-image .qr-product-button { grid-template-columns: 104px minmax(0, 1fr) auto; }
  .menu-v2-page .qr-product-card.has-portrait-image .qr-product-media,
  .menu-v2-page .qr-product-card.has-landscape-image .qr-product-media { width: 104px; }
  .menu-v2-page .qr-product-copy { padding-inline: 10px; }
  .menu-v2-page .qr-product-copy h3 { font-size: .94rem; }
  .qr-product-price { padding-right: 10px; font-size: .94rem; }
}

@media (prefers-reduced-motion: reduce) {
  .menu-v2-page .product-detail,
  .menu-v2-page .product-detail-dialog,
  .qr-category-media { transition: none; }
}
