:root {
  --ink: #17201d;
  --pine: #203a33;
  --celadon: #a8b9a5;
  --paper: #eee9dc;
  --rice: #f8f4e9;
  --clay: #a34a32;
  --gold: #c5a063;
  --soot: #111714;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--soot); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; }
a { color: inherit; }
img { display: block; }

.concept-flag { position: fixed; z-index: 50; right: 16px; bottom: 16px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(15,22,18,.72); color: var(--rice); backdrop-filter: blur(12px); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { margin: 0 0 20px; color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: rgba(248,244,233,.72); }
.action { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 22px; border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .05em; transition: transform .2s ease, background .2s ease; }
.action:hover { transform: translateY(-2px); }
.action-primary { background: var(--clay); color: white; }
.action-glass { border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.06); color: var(--rice); backdrop-filter: blur(8px); }
.action:focus-visible, .text-link:focus-visible, .segments button:focus-visible, summary:focus-visible, .hero-nav a:focus-visible { outline: 3px solid #f1c878; outline-offset: 3px; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; grid-template-rows: auto 1fr auto; padding: 0 clamp(22px,4.8vw,76px); color: var(--rice); isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 78% 43%, transparent 0 180px, rgba(255,255,255,.08) 181px 182px, transparent 183px 280px, rgba(255,255,255,.06) 281px 282px, transparent 283px); }
.hero-room, .hero-wash { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; }
.hero-room { object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.04); }
.hero-wash { z-index: -2; background: linear-gradient(90deg, rgba(14,25,21,.94) 0%, rgba(14,25,21,.76) 43%, rgba(14,25,21,.2) 76%), linear-gradient(0deg, rgba(11,17,14,.86), transparent 44%, rgba(11,17,14,.28)); }
.hero-nav { min-height: 98px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); }
.wordmark { display: flex; align-items: baseline; gap: 12px; color: var(--rice); text-decoration: none; }
.wordmark span { font-family: Georgia, "Times New Roman", serif; font-size: 29px; }
.wordmark small { font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.nav-links { display: flex; gap: clamp(24px,4vw,62px); }
.nav-links a { color: rgba(248,244,233,.78); text-decoration: none; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-body { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(260px,.48fr); gap: clamp(30px,7vw,110px); align-items: center; padding: clamp(70px,11vh,130px) 0; }
.hero-copy h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(84px,11vw,174px); font-weight: 400; line-height: .72; letter-spacing: -.075em; }
.hero-copy h1 em { color: var(--celadon); font-weight: 400; }
.hero-promise { max-width: 500px; margin: 42px 0 0 clamp(0px,9vw,140px); color: rgba(248,244,233,.82); font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px,1.7vw,25px); line-height: 1.5; }
.hero-actions { margin: 30px 0 0 clamp(0px,9vw,140px); display: flex; flex-wrap: wrap; gap: 10px; }
.hero-card { position: relative; margin-top: 7vh; padding: 12px; background: rgba(248,244,233,.1); border: 1px solid rgba(255,255,255,.24); border-radius: 48% 48% 18% 42% / 33% 34% 16% 22%; backdrop-filter: blur(12px); transform: rotate(2deg); box-shadow: 0 32px 80px rgba(0,0,0,.26); }
.hero-card::before { content: ""; position: absolute; z-index: -1; inset: -34px 28px 40px -36px; border: 1px solid rgba(168,185,165,.42); border-radius: 50% 50% 8px 8px; }
.hero-card-image { aspect-ratio: .78; overflow: hidden; border-radius: 48% 48% 15% 36% / 35% 36% 14% 20%; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-caption { padding: 14px 6px 4px; display: flex; justify-content: space-between; gap: 12px; color: rgba(248,244,233,.62); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-card-caption strong { color: var(--rice); }
.hero-foot { min-height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; border-top: 1px solid rgba(255,255,255,.18); color: rgba(248,244,233,.58); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-foot span:last-child { text-align: right; }
.hero-mark { color: var(--celadon); font-family: Georgia, serif; font-size: 17px; letter-spacing: .16em; }

.journey { position: relative; overflow: hidden; background-color: var(--paper); background-image: repeating-linear-gradient(93deg, transparent 0 36px, rgba(31,45,38,.018) 37px 38px), repeating-linear-gradient(3deg, transparent 0 19px, rgba(255,255,255,.16) 20px 21px); }
.journey::before { content: ""; position: absolute; z-index: 0; top: 0; bottom: 0; left: clamp(18px,6vw,96px); width: 1px; background: rgba(33,58,51,.24); }
.journey section { position: relative; z-index: 1; }
.meaning h2, .invitation h2, .food-story h2, .setter-intro h2, .proof h2, .expect h2, .visit h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; line-height: .92; }

.meaning { min-height: 970px; padding: clamp(120px,14vw,210px) clamp(24px,9vw,150px) 150px clamp(52px,12vw,190px); display: grid; grid-template-columns: minmax(220px,.5fr) minmax(380px,1fr); gap: clamp(50px,9vw,140px); align-items: center; }
.meaning::after { content: ""; position: absolute; z-index: -1; top: 14%; right: -13vw; width: 48vw; aspect-ratio: 1; border: 1px solid rgba(32,58,51,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(32,58,51,.025), 0 0 0 140px rgba(32,58,51,.02); }
.meaning-seal { width: min(30vw,360px); aspect-ratio: 1; display: grid; place-content: center; justify-items: center; position: relative; border: 1px solid rgba(32,58,51,.25); border-radius: 50%; color: var(--pine); }
.meaning-seal::before, .meaning-seal::after { content: ""; position: absolute; inset: 9%; border: 1px dashed rgba(32,58,51,.2); border-radius: 50%; transform: rotate(12deg); }
.meaning-seal::after { inset: 22%; border-style: solid; transform: rotate(-8deg); }
.meaning-seal span { z-index: 1; font-family: Georgia, "Times New Roman", serif; font-size: clamp(66px,9vw,138px); line-height: 1; }
.meaning-seal small { z-index: 1; margin-top: 10px; color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.meaning-copy { max-width: 820px; }
.meaning h2 { font-size: clamp(70px,8vw,126px); }
.meaning-lead { max-width: 690px; margin: 42px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px,2.15vw,32px); line-height: 1.48; }
.meaning-note { max-width: 560px; margin: 26px 0 0 auto; color: rgba(23,32,29,.66); font-size: 15px; line-height: 1.7; }
.meaning-thread { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(18px,3vw,42px); margin-top: 40px; }
.meaning-thread > div { min-height: 260px; position: relative; display: grid; align-content: center; padding: 38px; border: 1px solid rgba(23,32,29,.12); border-radius: 50%; background: rgba(248,244,233,.48); box-shadow: inset 0 0 50px rgba(255,255,255,.28), 0 24px 55px rgba(32,58,51,.05); }
.meaning-thread > div:nth-child(2) { transform: translateY(44px) rotate(2deg); border-radius: 45% 55% 48% 52% / 52% 44% 56% 48%; }
.meaning-thread > div:nth-child(3) { transform: rotate(-2deg); border-radius: 56% 44% 52% 48% / 48% 56% 44% 52%; }
.meaning-thread span { display: block; margin-bottom: 28px; color: var(--clay); font-family: Georgia, serif; font-size: 14px; }
.meaning-thread strong { display: block; font-family: Georgia, serif; font-size: clamp(25px,2.5vw,38px); font-weight: 400; }
.meaning-thread p { margin: 8px 0 0; color: rgba(23,32,29,.6); font-size: 13px; }

.invitation { margin: 0 clamp(10px,2.8vw,42px); padding: clamp(150px,15vw,220px) clamp(22px,7vw,110px) clamp(150px,14vw,210px) clamp(52px,12vw,190px); overflow: hidden; background: var(--pine); color: var(--rice); border-radius: 48% 52% 45% 55% / 7% 9% 8% 6%; box-shadow: 0 45px 100px rgba(22,33,28,.22); }
.invitation::before { content: ""; position: absolute; inset: 0; opacity: .18; background: linear-gradient(45deg,transparent 49.5%,rgba(255,255,255,.14) 50%,transparent 50.5%) 0 0/62px 62px; }
.invitation-head { position: relative; z-index: 1; display: grid; grid-template-columns: .45fr 1fr; gap: 40px; align-items: start; }
.invitation h2 { max-width: 980px; font-size: clamp(65px,8.5vw,136px); }
.gallery { min-height: 700px; margin-top: 90px; position: relative; z-index: 1; }
.gallery figure { margin: 0; position: absolute; padding: 9px; background: var(--rice); color: var(--ink); box-shadow: 0 34px 90px rgba(0,0,0,.32); }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main { left: 0; top: 0; width: 69%; height: 80%; overflow: hidden; transform: rotate(-1deg); border-radius: 4% 42% 8% 34% / 8% 38% 12% 30%; }
.gallery-side { right: 0; bottom: 0; width: 38%; height: 58%; overflow: hidden; transform: rotate(2.4deg); border-radius: 48% 48% 16% 44% / 38% 42% 12% 30%; }
.gallery figcaption { min-height: 45px; display: flex; align-items: center; gap: 14px; padding: 10px 18px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gallery figcaption span { color: var(--clay); }
.gallery-note { position: absolute; z-index: 3; top: -36px; right: 5%; width: 210px; aspect-ratio: 1; display: grid; place-content: center; padding: 30px; border-radius: 50%; background: var(--clay); color: white; transform: rotate(5deg); box-shadow: 0 22px 55px rgba(0,0,0,.24); }
.gallery-note > span { font-family: Georgia,serif; font-size: 48px; }
.gallery-note p { margin: 10px 0 0; font-size: 11px; line-height: 1.5; }

.food-story { min-height: 1000px; padding: clamp(130px,15vw,220px) clamp(24px,9vw,150px) 180px clamp(52px,12vw,190px); display: grid; grid-template-columns: minmax(420px,1.05fr) minmax(320px,.82fr); gap: clamp(50px,9vw,140px); align-items: center; }
.food-copy h2 { font-size: clamp(62px,6.5vw,104px); }
.food-copy > p:not(.eyebrow) { max-width: 570px; margin: 34px 0; font-size: 16px; line-height: 1.75; }
.food-copy .small-note { color: rgba(23,32,29,.58); font-size: 12px !important; }
.text-link { display: inline-block; padding-bottom: 7px; border-bottom: 1px solid var(--clay); text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.food-orbit { min-height: 690px; position: relative; }
.orbit-ring { position: absolute; inset: 1% 0 0 -9%; border: 1px solid rgba(32,58,51,.3); border-radius: 50%; }
.orbit-ring::after { content: ""; position: absolute; inset: 12%; border: 1px dashed rgba(32,58,51,.24); border-radius: 50%; }
.dish { position: absolute; margin: 0; overflow: hidden; border: 10px solid var(--rice); border-radius: 50%; box-shadow: 0 28px 65px rgba(43,49,39,.22); }
.dish img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.dish:hover img { transform: scale(1.04); }
.dish-a { inset: 8% 18% 16% -2%; }
.dish-b { right: -3%; bottom: 3%; width: 43%; aspect-ratio: 1; }
.orbit-copy { position: absolute; top: 10%; right: -8%; color: rgba(32,58,51,.64); font-family: Georgia,serif; font-size: 12px; letter-spacing: .08em; transform: rotate(90deg); transform-origin: right bottom; }

.table-setter { margin: 0 clamp(18px,5vw,78px) 150px clamp(52px,12vw,190px); padding: clamp(110px,11vw,165px) clamp(24px,7vw,105px) 120px; position: relative; overflow: hidden; background: var(--soot); color: var(--rice); border-radius: 10% 48% 12% 42% / 9% 13% 8% 11%; box-shadow: 0 40px 100px rgba(22,33,28,.22); }
.table-setter::before { content: ""; position: absolute; right: -15%; top: -44%; width: 65%; aspect-ratio: 1; border: 1px solid rgba(168,185,165,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(168,185,165,.035),0 0 0 140px rgba(168,185,165,.025); }
.setter-mark { position: absolute; right: 5%; bottom: -2%; color: rgba(168,185,165,.08); font-family: Georgia,serif; font-size: clamp(90px,15vw,230px); white-space: nowrap; }
.setter-intro { position: relative; display: grid; grid-template-columns: minmax(280px,1fr) minmax(230px,.45fr); gap: 60px; align-items: end; }
.setter-intro .eyebrow { grid-column: 1/-1; margin-bottom: -36px; }
.setter-intro h2 { max-width: 800px; font-size: clamp(62px,7.2vw,114px); }
.setter-intro > p:not(.eyebrow) { margin: 0; color: rgba(248,244,233,.6); font-size: 14px; line-height: 1.7; }
.setter-controls { position: relative; margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 12px; color: rgba(248,244,233,.48); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.segments { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; padding: 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.035); }
.segments.two-up { grid-template-columns: repeat(2,1fr); }
.segments button { min-height: 48px; border: 0; border-radius: 999px; background: transparent; color: var(--rice); cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; }
.segments button[aria-pressed="true"] { background: var(--celadon); color: var(--ink); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.guidance { position: relative; margin-top: 34px; padding: 34px 38px; display: grid; grid-template-columns: auto minmax(220px,1fr) auto; gap: 28px; align-items: center; background: var(--rice); color: var(--ink); border-radius: 54% 8% 48% 11% / 24% 30% 24% 32%; box-shadow: 0 28px 70px rgba(0,0,0,.16); }
.guidance-number { color: var(--clay); font-family: Georgia,serif; font-size: clamp(44px,6vw,84px); line-height: 1; }
.guidance h3 { margin: 0 0 6px; font-family: Georgia,serif; font-size: 27px; font-weight: 400; }
.guidance p { max-width: 510px; margin: 0; color: rgba(23,32,29,.65); font-size: 13px; line-height: 1.55; }

.proof { min-height: 800px; margin: 0 clamp(10px,3vw,46px); padding: 150px clamp(24px,8vw,130px) 160px clamp(52px,12vw,190px); display: grid; grid-template-columns: minmax(350px,.8fr) minmax(320px,.6fr); gap: clamp(60px,10vw,160px); align-items: center; overflow: hidden; background: var(--celadon); border-radius: 45% 55% 7% 9% / 8% 11% 5% 7%; box-shadow: 0 30px 75px rgba(32,58,51,.12); }
.proof-copy { position: relative; }
.rating { display: flex; align-items: center; gap: 20px; margin: 0 0 40px; }
.rating strong { font-family: Georgia,serif; font-size: 78px; font-weight: 400; line-height: 1; }
.rating span { padding-left: 20px; border-left: 1px solid rgba(23,32,29,.3); color: rgba(23,32,29,.62); font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1.6; text-transform: uppercase; }
.proof h2 { font-size: clamp(68px,7.2vw,116px); }
.review-theme { max-width: 510px; margin: 36px 0; font-family: Georgia,serif; font-size: 20px; line-height: 1.55; }
.proof small { color: rgba(23,32,29,.54); font-size: 10px; }
.proof-photo { min-height: 560px; margin: 0; position: relative; padding: 10px; background: var(--rice); transform: rotate(2deg); box-shadow: 24px 32px 0 rgba(32,58,51,.18); }
.proof-photo::before { content: ""; position: absolute; inset: -36px 22px 40px -30px; z-index: -1; border: 1px solid rgba(32,58,51,.38); border-radius: 50% 50% 0 0; }
.proof-photo img { width: 100%; height: 510px; object-fit: cover; border-radius: 48% 48% 0 0; }
.proof-photo figcaption { padding: 12px 4px 3px; color: rgba(23,32,29,.6); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.expect { min-height: 720px; padding: 150px clamp(24px,9vw,150px) 170px clamp(52px,12vw,190px); display: grid; grid-template-columns: minmax(270px,.7fr) minmax(380px,1fr); gap: clamp(60px,10vw,150px); align-items: start; }
.expect h2 { font-size: clamp(62px,6.8vw,108px); }
.disclosures details { border-top: 1px solid rgba(23,32,29,.22); }
.disclosures details:last-child { border-bottom: 1px solid rgba(23,32,29,.22); }
summary { position: relative; padding: 24px 40px 24px 0; cursor: pointer; list-style: none; font-family: Georgia,serif; font-size: clamp(21px,2vw,29px); }
summary::after { content: "+"; position: absolute; right: 4px; color: var(--clay); }
details[open] summary::after { content: "—"; }
details p { max-width: 590px; margin: -4px 0 25px; color: rgba(23,32,29,.64); font-size: 14px; line-height: 1.7; }

.visit { min-height: 820px; padding: 150px clamp(24px,9vw,150px) 130px clamp(52px,12vw,190px); display: grid; grid-template-columns: 1fr .65fr; gap: clamp(60px,10vw,150px); align-items: center; overflow: hidden; background: var(--pine); color: var(--rice); }
.visit::after { content: ""; position: absolute; z-index: -1; left: -11vw; bottom: -22vw; width: 60vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018); }
.hangul { margin: 0 0 18px; color: var(--celadon); font-family: Georgia,serif; font-size: clamp(35px,5vw,66px); }
.visit h2 { max-width: 780px; font-size: clamp(75px,8.7vw,138px); }
.visit-facts { padding: 46px 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 48% 12% 42% 9% / 20% 18% 24% 16%; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); box-shadow: 0 36px 90px rgba(0,0,0,.18); }
.visit-facts > div:not(.visit-actions) { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.fact-label { color: var(--celadon); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.visit-facts p { margin: 8px 0 0; color: rgba(248,244,233,.76); font-size: 15px; line-height: 1.6; }
.visit-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.visit-korean { grid-column: 1/-1; margin: 10px 0 0; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(168,185,165,.58); font-family: Georgia,serif; font-size: clamp(25px,4vw,54px); text-align: center; letter-spacing: .12em; }

footer { padding: 28px clamp(22px,5vw,76px); display: flex; justify-content: space-between; gap: 24px; background: var(--soot); color: rgba(248,244,233,.48); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
footer p { margin: 0; }
.mobile-call { display: none; }

@media (max-width: 960px) {
  .hero-body, .meaning, .food-story, .setter-intro, .proof, .expect, .visit { grid-template-columns: 1fr; }
  .hero-card { width: min(48%,420px); margin-left: auto; }
  .meaning-seal { width: min(52vw,340px); }
  .invitation-head { grid-template-columns: 1fr; }
  .food-orbit { width: min(82%,660px); }
  .orbit-copy { right: -3%; }
  .setter-intro .eyebrow { margin-bottom: -20px; }
  .proof-photo { width: min(68%,480px); margin-left: auto; }
}

@media (max-width: 720px) {
  .concept-flag { right: 12px; bottom: 80px; max-width: 190px; text-align: center; }
  .hero { min-height: 960px; padding: 0 20px; }
  .hero-room { object-position: 62% center; }
  .hero-wash { background: linear-gradient(90deg,rgba(14,25,21,.93),rgba(14,25,21,.48)),linear-gradient(0deg,rgba(11,17,14,.9),transparent 55%,rgba(11,17,14,.32)); }
  .hero-nav { min-height: 78px; }
  .nav-links { display: none; }
  .hero-body { display: block; padding: 90px 0 65px; }
  .hero-copy h1 { font-size: clamp(78px,24vw,112px); line-height: .76; }
  .hero-promise, .hero-actions { margin-left: 0; }
  .hero-actions { display: grid; }
  .hero-card { width: 53%; margin: 75px 12px 0 auto; }
  .hero-card-caption { display: block; line-height: 1.7; }
  .hero-card-caption strong { display: block; }
  .hero-foot { grid-template-columns: 1fr auto; }
  .hero-foot span:last-child { display: none; }
  .journey::before { left: 19px; }
  .meaning { min-height: auto; padding: 115px 22px 105px 42px; gap: 58px; }
  .meaning-seal { width: 62vw; }
  .meaning h2 { font-size: clamp(68px,19vw,92px); }
  .meaning-note { margin-left: 0; }
  .meaning-thread { grid-template-columns: 1fr; justify-items: center; gap: 0; }
  .meaning-thread > div { width: min(78vw,310px); min-height: 280px; }
  .meaning-thread > div:nth-child(2) { transform: translate(30px,-14px) rotate(2deg); }
  .meaning-thread > div:nth-child(3) { transform: translate(-18px,-26px) rotate(-2deg); }
  .invitation { margin: 0 8px 0 24px; padding: 135px 22px 145px 28px; border-radius: 48% 52% 43% 57% / 4% 5% 4% 3%; }
  .invitation h2 { font-size: clamp(64px,18vw,88px); }
  .gallery { min-height: 630px; margin-top: 65px; }
  .gallery-main { width: 92%; height: 58%; }
  .gallery-side { width: 65%; height: 40%; }
  .gallery-note { top: 47%; right: auto; left: 0; width: 145px; padding: 20px; }
  .gallery-note > span { font-size: 32px; }
  .food-story { min-height: auto; padding: 115px 22px 130px 42px; gap: 65px; }
  .food-orbit { min-height: 470px; width: 100%; }
  .dish { border-width: 6px; }
  .dish-a { inset: 9% 12% 15% 0; }
  .dish-b { width: 46%; }
  .orbit-copy { display: none; }
  .food-copy h2 { font-size: clamp(60px,17vw,80px); }
  .table-setter { margin: 0 8px 90px 30px; padding: 110px 20px 90px; border-radius: 12% 44% 10% 35% / 5% 7% 4% 6%; }
  .setter-intro h2 { font-size: clamp(59px,17vw,82px); }
  .setter-controls { grid-template-columns: 1fr; margin-top: 50px; }
  .guidance { grid-template-columns: 1fr; padding: 34px 24px; border-radius: 45px 16px 52px 22px; }
  .guidance .action { width: 100%; }
  .proof { min-height: auto; margin: 0 8px 0 24px; padding: 125px 22px 135px 28px; border-radius: 48% 52% 5% 7% / 3% 4% 2% 3%; }
  .proof h2 { font-size: clamp(65px,19vw,92px); }
  .proof-photo { width: calc(100% - 24px); min-height: 490px; }
  .proof-photo img { height: 440px; }
  .expect { min-height: auto; padding: 110px 22px 120px 42px; gap: 60px; }
  .expect h2 { font-size: clamp(62px,18vw,86px); }
  .visit { min-height: auto; padding: 110px 22px 115px 42px; }
  .visit h2 { font-size: clamp(72px,21vw,98px); }
  .visit-facts { padding: 34px 24px; border-radius: 52px 18px 62px 24px; }
  .visit-actions { display: grid; }
  footer { padding-bottom: 88px; flex-direction: column; }
  .mobile-call { position: fixed; z-index: 40; left: 12px; right: 12px; bottom: 12px; min-height: 56px; display: grid; place-items: center; background: var(--clay); color: white; box-shadow: 0 12px 30px rgba(0,0,0,.28); text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .06em; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .dish img, .action { transition: none; } }
