/* Origins Health Massage — brand: cream/ivory, brown #a8795b, Cormorant Garamond, sharp corners */
:root {
  --brown: #a8795b;
  --brown-dark: #8a6249;
  --brown-deep: #5f4534;
  --cream: #faf6f0;
  --ivory: #fffdf9;
  --ink: #3d3229;
  --muted: #7a6a5c;
  --line: #e9ddcf;
  --serif: "Cormorant Garamond", "Noto Serif Thai", serif;
  --sans: "Karla", "Noto Sans Thai", "Noto Sans SC", "Noto Sans", sans-serif;
  --radius: 20px;
  --radius-sm: 12px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--brown-dark); text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; color: var(--brown-deep); line-height: 1.15; }
h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); }
h3 { font-size: clamp(1.45rem, 3vw, 1.9rem); }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }
.eyebrow {
  font-family: var(--sans); font-size: .78rem; letter-spacing: .28em;
  text-transform: uppercase; color: var(--brown); margin-bottom: .9rem;
}
section { padding: 4.5rem 0; }
section[id], div[id] { scroll-margin-top: 80px; }  /* keep anchor targets clear of the sticky header */
.center { text-align: center; }
.lead { max-width: 640px; margin: 1rem auto 0; color: var(--muted); }

/* header */
/* visuals live on the pseudo-element: iOS 26 Safari samples the
   background of fixed/sticky elements near screen edges to tint its
   toolbar glass, but ignores pseudo-elements */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: transparent;
}
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(255,253,249,.94); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .bar { display: flex; align-items: center; gap: 1.4rem; height: 72px; }
.brand { display: flex; align-items: center; gap: .7rem; margin-right: auto; }
.brand img { width: 42px; height: 42px; }
.brand .word { font-family: var(--serif); font-size: 1.65rem; color: var(--brown-deep); font-style: italic; }
.brand .sub { display: block; font-family: var(--sans); font-size: .58rem; letter-spacing: .3em; text-transform: uppercase; color: var(--brown); font-style: normal; margin-top: -4px; }
nav.main { display: flex; gap: 1.5rem; align-items: center; }
nav.main > a, nav.main .drop > button {
  font-family: var(--sans); font-size: .92rem; letter-spacing: .06em; color: var(--ink);
  background: none; border: none; cursor: pointer; padding: .4rem 0;
}
nav.main > a:hover, nav.main .drop > button:hover { color: var(--brown); }
nav.main > a.active { color: var(--brown); text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1.5px; }
.drop { position: relative; }
.drop-menu {
  border-radius: var(--radius-sm);
  position: absolute; top: 100%; left: -1rem; min-width: 240px;
  background: var(--ivory); border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(95,69,52,.12);
  display: none; padding: .5rem 0;
}
.drop:hover .drop-menu, .drop:focus-within .drop-menu, .drop.open .drop-menu { display: block; }
.drop-menu a { display: block; padding: .55rem 1.2rem; font-size: .92rem; color: var(--ink); }
.drop-menu a:hover { background: var(--cream); color: var(--brown-dark); }
.btn {
  border-radius: 999px;
  display: inline-block; padding: .8rem 1.7rem; border: 1px solid var(--brown);
  font-family: var(--sans); font-size: .88rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--brown-dark); background: transparent; cursor: pointer; text-align: center;
}
.btn:hover { background: var(--brown); color: #fff; }
.btn.solid { background: var(--brown); color: #fff; }
.btn.solid:hover { background: var(--brown-dark); border-color: var(--brown-dark); }
.btn.small { padding: .55rem 1.1rem; font-size: .78rem; }
.btn svg { width: 1.1em; height: 1.1em; vertical-align: -0.2em; margin-right: .4em; fill: currentColor; }
.btn.line, .book .btn.line { background: #06C755; border-color: #06C755; color: #fff; }
.btn.line:hover, .book .btn.line:hover { background: #05b04c; border-color: #05b04c; }
.btn.wa, .book .btn.wa { background: #25D366; border-color: #25D366; color: #fff; }
.btn.wa:hover, .book .btn.wa:hover { background: #1fbd5a; border-color: #1fbd5a; }
.header-cta { display: flex; gap: .6rem; }
.hamburger {
  border-radius: 999px; display: none; align-items: center; justify-content: center;
  height: 42px; width: 48px; padding: 0;
  background: none; border: 1px solid var(--line); cursor: pointer;
  font-size: 1.1rem; color: var(--brown-deep);
}

/* language selector */
.lang > button {
  display: inline-flex; align-items: center; gap: .4rem;
  border: 1px solid var(--line); border-radius: 999px; background: none; cursor: pointer;
  height: 42px; padding: 0 .9rem; font-family: var(--sans); font-size: .82rem; letter-spacing: .06em;
  color: var(--brown-deep);
}
.lang > button svg { width: 1.05em; height: 1.05em; }
.lang > button:hover { border-color: var(--brown); color: var(--brown); }
.lang .lang-menu { left: auto; right: 0; min-width: 150px; }
.lang .lang-menu a.active { color: var(--brown); font-weight: 600; }

/* hero */
.hero { position: relative; min-height: 78vh; display: flex; align-items: center; padding: 5rem 0; }
.hero .bg { position: absolute; inset: 0; object-fit: cover; width: 100%; height: 100%; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(38,28,20,.72) 0%, rgba(38,28,20,.42) 50%, rgba(38,28,20,.15) 100%);
}
.hero h1, .hero p.sub, .hero .eyebrow, .hero .hours-note { text-shadow: 0 1px 14px rgba(20,12,6,.45); }
.hero .wrap { position: relative; z-index: 2; color: #fff; }
.hero h1 { color: #fff; max-width: 620px; }
.hero .eyebrow { color: #e8cfae; }
.hero p.sub { max-width: 520px; margin: 1.2rem 0 2rem; font-size: 1.08rem; color: rgba(255,255,255,.88); }
.hero .cta-row { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero .btn { border-color: rgba(255,255,255,.65); color: #fff; }
.hero .btn:hover { background: rgba(255,255,255,.14); }
.hero .btn.solid { background: var(--brown); border-color: var(--brown); }
.hero .btn.solid:hover { background: var(--brown-dark); }
.hero .hours-note { margin-top: 1.6rem; font-size: .88rem; letter-spacing: .08em; color: rgba(255,255,255,.75); }

/* services grid */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; margin-top: 2.6rem; }
@media (max-width: 1020px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc-grid { grid-template-columns: 1fr; } }
.svc-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--ivory); display: flex; flex-direction: column; transition: box-shadow .25s ease; }
.svc-card:hover { box-shadow: 0 14px 34px rgba(95,69,52,.14); }
.svc-card .svc-media { height: 200px; background: var(--cream); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.svc-card .svc-media img { height: 100%; width: 100%; object-fit: cover; object-position: center 30%; }
.svc-card .svc-media.contain img { object-fit: contain; padding: .8rem; }
.svc-card .body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.svc-card h3 { font-size: 1.32rem; margin-bottom: .4rem; white-space: nowrap; }
.svc-card p { font-size: .93rem; color: var(--muted); flex: 1; }
.svc-card .from { margin: .9rem 0 1rem; font-family: var(--serif); font-size: 1.15rem; color: var(--brown-dark); }
.svc-card .link { font-size: .84rem; letter-spacing: .14em; text-transform: uppercase; color: var(--brown); }
.svc-card .link:hover { color: var(--brown-dark); }

/* price tables */
.price-block { margin-top: 2.8rem; }
.price-block > p.desc { max-width: 700px; color: var(--muted); margin: .8rem 0 1.6rem; }
table.prices { width: 100%; border-collapse: collapse; }
table.prices th, table.prices td { padding: .85rem .6rem; text-align: right; border-bottom: 1px solid var(--line); }
table.prices th { font-family: var(--sans); font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--brown); font-weight: 600; }
table.prices td.name, table.prices th.name { text-align: left; }
table.prices td.name { font-family: var(--serif); font-size: 1.18rem; color: var(--ink); }
table.prices td.name .local { display: block; font-family: var(--sans); font-size: .8rem; color: var(--muted); }
table.prices td.price { font-variant-numeric: tabular-nums; white-space: nowrap; }
table.prices td.price.na { color: #cbbba9; }

/* add-ons */
.addons { border-radius: var(--radius); background: var(--cream); border: 1px solid var(--line); padding: 2.2rem 2.4rem; margin-top: 3rem; }
.addons h3 { margin-bottom: .5rem; }
.addons p { color: var(--muted); font-size: .95rem; max-width: 620px; }
.addons ul { list-style: none; margin-top: 1.2rem; }
.addons li { display: flex; justify-content: space-between; padding: .55rem 0; border-bottom: 1px solid var(--line); max-width: 460px; }
.addons li:last-child { border-bottom: none; }
.addons li b { font-weight: 600; color: var(--brown-dark); white-space: nowrap; margin-left: 1.5rem; }

/* steps (face ritual) */
.steps { margin: 0 0 0 1.3rem; list-style: disc; max-width: 520px; color: var(--muted); }
.desc + .steps { margin-top: -0.9rem; }
.steps li { padding: .18rem 0; }
.steps li::marker { color: var(--brown); }
.note { border-radius: var(--radius-sm); margin-top: 1.2rem; font-size: .9rem; color: var(--brown-dark); background: var(--cream); border-left: 2px solid var(--brown); padding: .8rem 1.1rem; max-width: 620px; }

/* about */
.about { background: var(--cream); }
.about .cols { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.2rem; align-items: center; }
.about img { border: 1px solid var(--line); border-radius: var(--radius); }
.about p { color: var(--muted); margin-top: 1.1rem; font-size: 1.02rem; }

/* locations */
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; margin-top: 2.6rem; }
.loc-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--ivory); }
.loc-card img { height: 230px; width: 100%; object-fit: cover; }
.loc-card .body { padding: 1.6rem 1.7rem 1.8rem; }
.loc-card h3 { margin-bottom: .3rem; }
.loc-card .area { font-size: .86rem; letter-spacing: .1em; text-transform: uppercase; color: var(--brown); margin-bottom: .9rem; }
.loc-card .addr { color: var(--muted); font-size: .95rem; margin-bottom: 1rem; }
.loc-card .meta { font-size: .95rem; margin-bottom: 1.2rem; }
.loc-card .meta div { padding: .2rem 0; }
.loc-card .cta-row { display: flex; gap: .6rem; flex-wrap: wrap; }

/* booking strip */
.book { background: var(--brown-deep); color: #f4ead9; }
.book h2 { color: #fff; }
.book .lead { color: rgba(255,255,255,.75); margin-left: 0; }
.book .branch-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2.6rem; }
.book .branch-cols.single { grid-template-columns: 1fr; }
.book .bcol { border-radius: var(--radius); border: 1px solid rgba(255,255,255,.22); padding: 1.8rem; }
.book .bcol h3 { color: #fff; margin-bottom: .2rem; }
.book .bcol .area { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: #d9b98f; margin-bottom: 1.1rem; }
.book .cta-row { display: flex; gap: .6rem; flex-wrap: wrap; }
.book .btn { border-color: rgba(255,255,255,.5); color: #fff; }
.book .btn:hover { background: rgba(255,255,255,.12); }
.book .btn.solid { background: var(--brown); border-color: var(--brown); }
.book .hours-line { margin-top: 1.4rem; font-size: .88rem; color: rgba(255,255,255,.65); }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; margin-top: 2.4rem; }
.gallery img { height: 240px; width: 100%; object-fit: cover; border: 1px solid var(--line); border-radius: var(--radius-sm); }

/* page hero (inner pages) */
.page-hero { background: var(--cream); border-bottom: 1px solid var(--line); padding: 4.2rem 0 3.6rem; }
.page-hero p { max-width: 680px; color: var(--muted); margin-top: 1rem; }
.crumbs { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--brown); margin-bottom: 1.2rem; }
.crumbs a { color: var(--brown); }

/* footer */
footer { background: #2e241b; color: #cbb9a6; padding: 3.5rem 0 6.5rem; font-size: .92rem; }
footer .cols { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2.5rem; }
footer h4 { color: #f0e4d2; font-size: 1.25rem; margin-bottom: .8rem; }
footer a { color: #e0cdb4; }
footer .brandline { display: flex; align-items: center; gap: .7rem; margin-bottom: 1rem; }
footer .brandline img { width: 38px; height: 38px; }
footer .brandline span { font-family: var(--serif); font-style: italic; font-size: 1.4rem; color: #f0e4d2; }
footer .fine { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; color: #9b8871; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }

/* mobile floating action bar: the fixed element stays transparent so
   iOS 26 Safari's toolbar tinting has nothing to sample; the visible
   pill is the inner wrapper */
.action-bar {
  position: fixed; z-index: 60;
  left: max(14px, env(safe-area-inset-left));
  right: max(14px, env(safe-area-inset-right));
  bottom: max(14px, env(safe-area-inset-bottom));
  display: none; background: transparent;
}
.action-bar .ab-in {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  background: var(--ivory); border: 1px solid var(--line);
  border-radius: 999px; overflow: hidden;
  box-shadow: 0 10px 28px rgba(95,69,52,.28);
}
.action-bar a {
  padding: .95rem 0; text-align: center; font-size: .8rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--brown-deep); border-right: 1px solid var(--line);
}
.action-bar a:last-child { border-right: none; }
.action-bar a.line { background: #06C755; color: #fff; }
.action-bar a.wa { background: #25D366; color: #fff; }

/* branch chooser sheet (mobile action bar) */
.sheet-overlay {
  position: fixed; inset: 0; z-index: 58;
  background: rgba(38,29,21,.55);
  opacity: 0; transition: opacity .22s ease;
}
.sheet-overlay.show { opacity: 1; }
.branch-sheet {
  position: fixed; z-index: 59;
  left: max(14px, env(safe-area-inset-left));
  right: max(14px, env(safe-area-inset-right));
  bottom: calc(max(14px, env(safe-area-inset-bottom)) + 62px);
  background: var(--ivory); border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 -12px 30px rgba(95,69,52,.18);
  padding: 1.1rem 1.2rem 1.2rem;
  opacity: 0; transform: translateY(14px);
  transition: opacity .22s ease, transform .22s ease;
}
.branch-sheet.show { opacity: 1; transform: none; }
.branch-sheet .bs-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; margin-bottom: .3rem;
}
.branch-sheet .bs-title {
  font-family: var(--serif); font-size: 1.65rem; font-weight: 600;
  line-height: 1.15; color: var(--brown-deep);
}
.branch-sheet .bs-hint {
  font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--brown); margin-bottom: .8rem;
}
.bs-close {
  flex: none; width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--line); background: var(--cream);
  color: var(--brown-deep); font-size: 1.3rem; line-height: 1;
  cursor: pointer; display: grid; place-items: center; padding: 0;
}
.bs-option {
  display: block; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: .8rem 1.1rem; margin-bottom: .6rem; color: var(--ink); background: var(--cream);
}
.bs-option:last-child { margin-bottom: 0; }
.bs-option span { font-family: var(--serif); font-size: 1.15rem; display: block; color: var(--brown-deep); }
.bs-option small { color: var(--muted); font-size: .82rem; }

/* responsive */
@media (max-width: 920px) {
  nav.main {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 72px; left: 0; right: 0;
    background: var(--ivory); border-bottom: 1px solid var(--line);
    padding: 1rem 22px 1.4rem; gap: .2rem;
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
  }
  nav.main.open { opacity: 1; visibility: visible; transform: none; }
  nav.main > a, nav.main .drop > button {
    display: block; width: 100%; text-align: left;
    padding: .75rem 0; font-size: 1.05rem;
  }
  .hamburger { display: inline-flex; }
  .header-cta { display: none; }
  .action-bar { display: block; }
  footer { padding-bottom: calc(70px + max(14px, env(safe-area-inset-bottom))); }
  .about .cols, .loc-grid, .book .branch-cols, footer .cols { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 66vh; }
  section { padding: 3.2rem 0; }
  table.prices td.name { font-size: 1.05rem; }
}

/* category chips (menu page) */
.chips { display: flex; gap: .55rem; flex-wrap: wrap; margin-top: 1.6rem; }
.chips a {
  border: 1px solid var(--line); border-radius: 999px; padding: .45rem 1.05rem;
  font-size: .86rem; color: var(--brown-deep); background: var(--ivory);
}
.chips a:hover { border-color: var(--brown); color: var(--brown-dark); }
@media (max-width: 920px) {
  .chips {
    flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; margin: 1.6rem -22px 0; padding: 0 22px .5rem;
    scroll-snap-type: x proximity;
    scroll-padding: 0 22px;
  }
  .chips::-webkit-scrollbar { display: none; }
  .chips a { flex: 0 0 auto; white-space: nowrap; scroll-snap-align: start; padding: .55rem 1.1rem; }
}
.img-soft { border-radius: var(--radius); }
/* about story rows */
.about-row {
  display: grid; grid-template-columns: 380px minmax(0,1fr); gap: 3rem;
  align-items: center; padding: 2.6rem 0;
}
.about-row.flip { grid-template-columns: minmax(0,1fr) 380px; }
.about-row.flip .ar-media { order: 2; }
.about-row .ar-media {
  background: var(--cream); border-radius: var(--radius); overflow: hidden;
  display: flex; align-items: center; justify-content: center; min-height: 280px;
}
.about-row .ar-media img { width: 100%; height: 100%; object-fit: contain; padding: 1rem; }
.about-row .ar-text p:not(.eyebrow) { color: var(--muted); max-width: 560px; margin-top: .8rem; }
.pull-quote-sec { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pull-quote { font-family: var(--serif); font-style: italic; font-size: clamp(1.7rem, 3.5vw, 2.5rem); color: var(--brown-deep); max-width: 760px; margin: 0 auto; line-height: 1.3; }
.pull-quote-sub { margin-top: 1rem; font-size: .95rem; letter-spacing: .18em; text-transform: uppercase; color: var(--brown); }
.quote-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 2.8rem; }
.quote-photos img { width: 100%; height: 320px; object-fit: cover; border-radius: var(--radius); }
@media (max-width: 920px) {
  .quote-photos { grid-template-columns: 1fr; }
  .quote-photos img { height: 230px; }
}

/* reviews */
.reviews-sec { padding-top: 1.5rem; }
.reviews { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.4rem; margin-top: 2.6rem; text-align: left; }
.reviews .review { flex: 0 1 calc((100% - 2.8rem) / 3); min-width: 260px; }
.review { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.9rem; display: flex; flex-direction: column; }
.about .reviews { margin-top: 3rem; }
.about .review { background: var(--ivory); }
.review .stars { color: #d9a441; letter-spacing: .15em; margin-bottom: .8rem; }
.review blockquote { font-family: var(--serif); font-size: 1.18rem; color: var(--ink); line-height: 1.45; flex: 1; }
.review figcaption { margin-top: 1.1rem; font-size: .85rem; letter-spacing: .08em; color: var(--muted); }
@media (max-width: 920px) {
  .about-row, .about-row.flip { grid-template-columns: 1fr; gap: 1.2rem; padding: 1.8rem 0; }
  .about-row.flip .ar-media { order: 0; }
  .about-row .ar-media { min-height: 0; height: 220px; }
  .reviews .review { flex-basis: 100%; }
}
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; margin-top: 2.4rem; }
.value { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.7rem; background: var(--ivory); }
.value h3 { font-size: 1.35rem; margin-bottom: .4rem; }
.value p { font-size: .93rem; color: var(--muted); }
@media (max-width: 920px) { .values { grid-template-columns: 1fr; } }

/* menu page groups with illustrations — text left, image right, image fills panel height */
.menu-group {
  display: grid; grid-template-columns: minmax(0,1fr) 400px; gap: 3rem;
  align-items: stretch; padding: 3.4rem 0; border-bottom: 1px solid var(--line);
  scroll-margin-top: 90px;
}
.menu-group .mg-media {
  border-radius: var(--radius); overflow: hidden; background: var(--cream);
  display: flex; align-items: center; justify-content: center; min-height: 340px;
}
.menu-group .mg-media img { width: 100%; height: 100%; object-fit: cover; }
.menu-group .mg-media.contain img { object-fit: contain; padding: .6rem; }
.menu-group .mg-media.scene { background: #fff; }
.menu-group .mg-media.scene img { padding: .6rem; }
.menu-group .mg-media.framed { align-self: center; min-height: 0; aspect-ratio: 4 / 3; width: 100%; }
.menu-group h2 { margin-bottom: .3rem; }
.menu-group .desc { max-width: 640px; color: var(--muted); margin: .6rem 0 1.4rem; }
.addons.with-img { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 2.2rem; align-items: center; }
.addons.with-img img { width: 100%; }
@media (max-width: 920px) {
  .menu-group { grid-template-columns: 1fr; gap: 1.4rem; padding: 2.4rem 0; }
  .menu-group .mg-media { order: -1; min-height: 0; height: 230px; }
  .addons.with-img { grid-template-columns: 1fr; }
  .addons.with-img img { max-width: 260px; margin: 0 auto; }
}

/* meta line icons */
svg.mi { width: 1.05em; height: 1.05em; vertical-align: -0.15em; color: var(--brown); margin-right: .25rem; }

/* baht symbol: sans fallback renders oversized in serif contexts */
.from .baht { font-family: var(--sans); font-size: .72em; vertical-align: 1%; }
