/* ==========================================================
   ต้นตำรับนวด — Tontumrubnuad
   สไตล์: สดใส มินิมอล ทันสมัย (bright minimal wellness)
   ========================================================== */
:root{
  /* พาเลตต์แบรนด์ */
  --rust:#772B15; --rust-d:#5E2110; --rust-l:#F7EDE8; --rust-xl:#FCF7F4;
  --olive:#625B33; --olive-l:#F0EFE4;
  --clay:#A9786D;                      /* ใช้ตกแต่งเท่านั้น คอนทราสต์ไม่พอสำหรับตัวอักษรเล็ก */
  --sand:#E4CDA5; --sand-l:#FAF3E4;
  --olive-d:#4E4828; --olive-xl:#F7F6EF;
  /* บทบาทสี: สนิมเป็นสีหลัก · มะกอกเป็นสีรอง */
  --green:var(--rust); --green-d:var(--rust-d); --green-l:var(--rust-l); --green-xl:var(--rust-xl);
  --gold:var(--olive); --gold-l:var(--sand-l);
  --cream:#FBF7EF; --white:#fff;
  --ink:#1E1710; --ink-2:#5A5044; --ink-3:#6B6154;
  --line:#E7DECD; --line-2:#F1EAD9;
  --r:14px; --r-lg:20px;
  --sh:0 1px 2px rgba(30,23,16,.04), 0 8px 24px rgba(30,23,16,.05);
  --sh-h:0 2px 4px rgba(30,23,16,.05), 0 16px 40px rgba(30,23,16,.09);
  --w:1140px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:88px}
body{
  margin:0;background:var(--cream);color:var(--ink);
  font-family:"Prompt",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:16px;line-height:1.8;-webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2{font-family:"Chonburi",serif;font-weight:400;line-height:1.45;margin:0 0 .5em;letter-spacing:0}
h3{font-family:"Prompt",sans-serif;font-weight:600;line-height:1.5;margin:0 0 .5em;letter-spacing:0}
h1{font-size:clamp(1.85rem,4.6vw,2.75rem)}
h2{font-size:clamp(1.4rem,3vw,1.9rem)}
h3{font-size:1.125rem}
p{margin:0 0 1em}
a{color:var(--green-d);text-decoration:none}
a:hover{text-decoration:underline}
img,iframe{max-width:100%;display:block}
ul{margin:0;padding:0}
:focus-visible{outline:3px solid var(--green);outline-offset:3px;border-radius:6px}
.skip{position:absolute;left:-9999px;top:0;background:var(--green);color:#fff;padding:12px 20px;z-index:100;border-radius:0 0 10px 0}
.skip:focus{left:0}
.wrap{width:100%;max-width:var(--w);margin:0 auto;padding:0 20px}
.narrow{max-width:820px}
.muted{color:var(--ink-3)}
.small{font-size:.92rem;color:var(--ink-2);display:flex;gap:8px;align-items:flex-start;margin:0 0 .4em}
.sub{margin:44px 0 18px;font-size:1.25rem}
.ic{width:26px;height:26px;flex:none}
.ic-sm{width:18px;height:18px;flex:none}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:30;background:rgba(251,250,246,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.header-in{display:flex;align-items:center;gap:20px;min-height:68px}
.logo{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;flex:none}
.logo:hover{text-decoration:none}
.logo-mark{width:38px;height:38px;border-radius:11px;background:var(--green);color:#fff;display:grid;place-items:center;font-family:"Chonburi",serif;font-size:19px;font-weight:400;line-height:1}
.logo-txt{display:flex;flex-direction:column;line-height:1.15}
.logo-txt strong{font-family:"Chonburi",serif;font-weight:400;font-size:1.05rem;line-height:1.3}
.logo-txt small{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3)}
.nav{display:flex;gap:4px;margin-left:auto;flex-wrap:wrap}
.nav a{padding:9px 14px;border-radius:10px;color:var(--ink-2);font-weight:500;font-size:.97rem;transition:background .18s,color .18s}
.nav a:hover{background:var(--green-l);color:var(--green-d);text-decoration:none}
.nav a[aria-current=page]{color:var(--green-d);background:var(--green-l);font-weight:600}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 22px;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;border:1.5px solid transparent;transition:background .2s,border-color .2s,color .2s,box-shadow .2s;text-align:center}
.btn:hover{text-decoration:none}
.btn-sm{min-height:40px;padding:8px 16px;font-size:.92rem}
.btn-primary{background:var(--green);color:#fff}
.btn-primary:hover{background:var(--green-d);box-shadow:var(--sh)}
.btn-ghost{background:var(--white);color:var(--ink);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--green);color:var(--green-d);background:var(--green-xl)}
.btn-light{background:#fff;color:var(--green-d)}
.btn-light:hover{background:var(--green-l)}
.btn-outline-light{border-color:rgba(255,255,255,.55);color:#fff}
.btn-outline-light:hover{background:rgba(255,255,255,.14)}
.cta{display:flex;gap:12px;flex-wrap:wrap}
.cta-sm .btn{min-height:40px}

/* ---------- hero ---------- */
.hero{background:var(--sand-l);border-bottom:1px solid var(--line-2)}
.hero-in{display:grid;grid-template-columns:1.15fr .85fr;gap:52px;align-items:center;padding-top:64px;padding-bottom:64px}
.eyebrow{display:inline-flex;align-items:center;gap:7px;background:var(--white);border:1px solid var(--line);color:var(--green-d);padding:7px 15px;border-radius:999px;font-size:.87rem;font-weight:600;margin-bottom:20px}
.hero h1{margin-bottom:18px}
.hero h1 em{font-style:normal;color:var(--green)}
.lead{font-size:1.09rem;color:var(--ink-2);max-width:56ch}
.ticks{list-style:none;display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:26px;font-size:.94rem;color:var(--ink-2)}
.ticks li{display:flex;align-items:center;gap:8px}
.ticks svg{color:var(--green)}
.hero-img .ph{border-radius:var(--r-lg)}

/* ---------- placeholder ---------- */
.ph{background:repeating-linear-gradient(135deg,var(--green-l),var(--green-l) 12px,var(--green-xl) 12px,var(--green-xl) 24px);border:1px dashed #D9C9AE;border-radius:var(--r);display:grid;place-items:center;color:var(--green-d);font-size:.86rem;font-weight:600;text-align:center;padding:16px}

/* ---------- sections ---------- */
.sec{padding:68px 0}
.sec-alt{background:var(--white);border-block:1px solid var(--line-2)}
.sec-h{margin-bottom:10px}
.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;flex-wrap:wrap}
.sec-head .sec-h{margin-bottom:4px}
.pagehead{background:var(--sand-l);padding:56px 0 44px;border-bottom:1px solid var(--line-2)}
.pagehead h1{margin-bottom:12px}
.tag-alt{background:var(--green-l);color:var(--green-d);margin-left:6px}
.tag{display:inline-block;background:var(--sand);color:var(--rust);font-size:.78rem;font-weight:600;padding:4px 11px;border-radius:999px;margin-bottom:10px;letter-spacing:.02em}

/* ---------- feature cards ---------- */
.fgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.fcard{background:var(--white);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 22px}
.fcard svg{color:var(--green);margin-bottom:14px}
.fcard h3{margin-bottom:6px;font-size:1.06rem}
.fcard p{margin:0;color:var(--ink-2);font-size:.95rem;line-height:1.7}

/* ---------- branch cards ---------- */
.bgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.bcard{background:var(--white);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;color:var(--ink);cursor:pointer;transition:border-color .2s,box-shadow .2s}
.bcard:hover{border-color:var(--green);box-shadow:var(--sh-h);text-decoration:none}
.bcard .ph{border:0;border-radius:0}
.bcard-b{padding:20px}
.bcard h3{margin-bottom:4px}
.bcard .muted{margin-bottom:10px;font-size:.94rem}
.link{display:inline-flex;align-items:center;gap:6px;color:var(--green-d);font-weight:600;font-size:.94rem;margin-top:8px}
.bcard:hover .link{text-decoration:underline}

/* ---------- reviews ---------- */
.rgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.rcard{margin:0;background:var(--white);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px}
.stars{display:flex;gap:2px;color:var(--olive);margin-bottom:12px}
.rcard blockquote{margin:0 0 16px;font-size:1rem;color:var(--ink-2);line-height:1.8}
.rcard figcaption{display:flex;flex-direction:column;border-top:1px solid var(--line-2);padding-top:14px}
.rcard figcaption span{font-size:.88rem;color:var(--ink-3)}

/* ---------- price ---------- */
.pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pcard{background:var(--white);border:1px solid var(--line);border-radius:var(--r-lg);padding:24px;display:flex;flex-direction:column}
.sec-alt .pcard{background:var(--cream)}
.pcard-h h3{margin-bottom:6px}
.pcard-h p{color:var(--ink-3);font-size:.93rem;line-height:1.65;margin-bottom:16px}
.opts{margin-top:auto;display:flex;flex-direction:column;gap:2px}
.opt{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid var(--line-2);font-size:.98rem}
.opt b{font-family:"Chonburi",serif;font-weight:400;color:var(--green-d);font-size:1.05rem;white-space:nowrap}
.pkgs{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pkg{background:var(--sand-l);border:1px solid #E0CFB2;border-radius:var(--r-lg);padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:14px}
.pkg h3{margin-bottom:6px}
.pkg p{color:var(--ink-2);font-size:.94rem;margin:0}
.pkg-price{font-family:"Chonburi",serif;font-size:1.6rem;font-weight:400;color:var(--green-d);line-height:1.3}
.badge{display:inline-block;vertical-align:middle;background:var(--olive);color:#fff;font-size:.7rem;font-family:"Prompt",sans-serif;font-weight:600;padding:3px 9px;border-radius:999px;margin-left:6px}
.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
.chip{background:var(--white);border:1px solid var(--line);border-radius:999px;padding:9px 18px;font-weight:600;font-size:.94rem;color:var(--ink-2);min-height:42px;display:inline-flex;align-items:center;cursor:pointer;transition:border-color .2s,color .2s,background .2s}
.chip:hover{border-color:var(--green);color:var(--green-d);background:var(--green-xl);text-decoration:none}
.notes{list-style:none;display:flex;flex-direction:column;gap:10px}
.notes li{padding-left:26px;position:relative;color:var(--ink-2)}
.notes li::before{content:"";position:absolute;left:0;top:.62em;width:9px;height:9px;border-radius:50%;background:var(--green);opacity:.45}

/* ---------- faq ---------- */
.faq{display:flex;flex-direction:column;gap:10px}
details{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.sec-alt details{background:var(--cream)}
summary{cursor:pointer;padding:17px 22px;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:14px;align-items:center;min-height:56px;transition:background .18s}
summary:hover{background:var(--green-xl)}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";font-size:1.4rem;color:var(--green);font-weight:400;line-height:1;flex:none}
details[open] summary::after{content:"–"}
details[open] summary{background:var(--green-xl)}
.ans{padding:2px 22px 18px;color:var(--ink-2)}
.ans p{margin:0}

/* ---------- cta band ---------- */
.cta-band{background:var(--green);color:#fff;padding:56px 0}
.cta-band h2{color:#fff;margin-bottom:8px}
.cta-band p{color:rgba(255,255,255,.86);margin:0;max-width:52ch}
.cta-in{display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}

/* ---------- branch page ---------- */
.crumb{padding-top:18px;padding-bottom:2px;font-size:.9rem;color:var(--ink-3);display:flex;gap:8px;flex-wrap:wrap}
.bhero{padding:34px 0 60px}
.bhero-in{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:start}
.info{margin:26px 0;display:flex;flex-direction:column;gap:14px}
.info>div{display:grid;grid-template-columns:150px 1fr;gap:14px;align-items:start}
.info dt{display:flex;align-items:center;gap:8px;color:var(--ink-3);font-size:.93rem}
.info dt svg{color:var(--green)}
.info dd{margin:0;font-weight:500}
.gal{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.map-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:44px;align-items:start}
.ways{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:26px}
.ways li{display:flex;gap:11px;align-items:flex-start;color:var(--ink-2)}
.ways svg{color:var(--green);margin-top:6px}
.mapbox{border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:var(--white)}
.mapbox iframe{width:100%;height:400px;border:0}

/* ---------- contact ---------- */
.chan{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.chan-card{background:var(--white);border:1px solid var(--line);border-radius:var(--r-lg);padding:30px;color:var(--ink);cursor:pointer;transition:border-color .2s,box-shadow .2s}
.chan-card:hover{border-color:var(--green);box-shadow:var(--sh-h);text-decoration:none}
.chan-card svg{color:var(--green);margin-bottom:14px}
.chan-card h2{font-size:1.2rem;margin-bottom:4px}
.chan-card p{color:var(--ink-2);margin-bottom:10px}
.chan-line{background:var(--sand-l)}
.cgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.ccard{background:var(--cream);border:1px solid var(--line);border-radius:var(--r-lg);padding:24px}
.ccard h3{margin-bottom:12px}

/* ---------- footer ---------- */
.site-footer{background:var(--white);border-top:1px solid var(--line);padding:52px 0 0;margin-bottom:0}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px}
.logo-foot{margin-bottom:14px}
.site-footer h3{font-family:"Prompt",sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin-bottom:14px}
.plain{list-style:none;display:flex;flex-direction:column;gap:9px}
.plain a{color:var(--ink-2);font-size:.95rem}
.plain a:hover{color:var(--green-d)}
.foot-bot{border-top:1px solid var(--line-2);margin-top:40px;padding-top:22px;padding-bottom:22px;color:var(--ink-3)}

/* ---------- mobile bottom bar ---------- */
.bottombar{display:none}

/* ---------- responsive ---------- */
@media (max-width:1024px){
  .fgrid,.bgrid{grid-template-columns:repeat(2,1fr)}
  .pgrid,.pkgs,.rgrid,.chan,.gal{grid-template-columns:repeat(2,1fr)}
  .hero-in,.bhero-in,.map-grid{grid-template-columns:1fr;gap:36px}
  .hero-img,.bhero-img{max-width:440px}
  .foot-grid{grid-template-columns:1fr 1fr;gap:30px}
}
@media (max-width:760px){
  body{padding-bottom:68px}
  .hide-sm{display:none}
  .header-in{min-height:60px;gap:10px}
  .nav{gap:0;margin-left:auto}
  .nav a{padding:8px 10px;font-size:.9rem}
  .sec{padding:48px 0}
  .hero-in{padding-top:40px;padding-bottom:44px}
  .pagehead{padding:38px 0 32px}
  .fgrid,.bgrid,.pgrid,.pkgs,.rgrid,.chan,.cgrid,.gal{grid-template-columns:1fr}
  .info>div{grid-template-columns:1fr;gap:2px}
  .cta .btn{flex:1 1 100%}
  .cta-sm .btn{flex:0 1 auto}
  .mapbox iframe{height:300px}
  .foot-grid{grid-template-columns:1fr}
  .bottombar{
    display:grid;grid-template-columns:repeat(3,1fr);position:fixed;left:0;right:0;bottom:0;z-index:40;
    background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-top:1px solid var(--line);
    padding-bottom:env(safe-area-inset-bottom);
  }
  .bottombar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:62px;color:var(--ink-2);font-size:.78rem;font-weight:600;text-decoration:none;border-right:1px solid var(--line-2)}
  .bottombar a:last-child{border-right:0}
  .bottombar a:active{background:var(--green-xl)}
  .bottombar svg{color:var(--green);width:21px;height:21px}
  .bb-line{color:var(--green-d)}
}
@media (max-width:400px){ .logo-txt small{display:none} }

@media (prefers-reduced-motion:reduce){
  *{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
@media print{ .site-header,.bottombar,.cta-band{display:none} }


/* ===== หัวเว็บ: โลโก้กลาง เมนูแยกซ้าย-ขวา ===== */
.header-in{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;min-height:94px}
.nav{margin:0}
.nav-l{justify-content:flex-start}
.nav-r{justify-content:flex-end}
.logo{justify-self:center;flex-direction:column;gap:6px;text-align:center}
.logo-mark{width:34px;height:34px;border-radius:10px}
.logo-txt{align-items:center}
.logo-txt strong{font-size:1.14rem;letter-spacing:.01em}
.logo-txt small{letter-spacing:.24em}
.hdr-cta{justify-self:end}

/* overline เหนือพาดหัว */
.overline{display:block;font-family:"Chonburi",serif;font-size:.9rem;letter-spacing:.14em;
  color:var(--olive);margin-bottom:14px;font-weight:400}
/* แถบส่วนลด */
.promo{display:inline-flex;align-items:center;gap:10px;background:var(--white);border:1px solid var(--sand);
  border-left:4px solid var(--rust);border-radius:0 12px 12px 0;padding:12px 18px;margin:20px 0 4px;
  font-size:.97rem;color:var(--ink-2);max-width:100%}
.promo b{color:var(--rust);white-space:nowrap}
.promo svg{color:var(--rust)}

@media (max-width:900px){
  .header-in{display:flex;flex-wrap:wrap;min-height:68px;gap:6px}
  .logo{justify-self:start;flex-direction:row;gap:10px;text-align:left;order:1}
  .logo-txt{align-items:flex-start}
  .nav{order:3;flex:0 0 auto}
  .nav-l{order:2;margin-left:auto}
  .nav-r{order:3}
  .hdr-cta{display:none}
  .nav a{padding:8px 9px;font-size:.88rem}
}
@media (max-width:760px){
  .promo{border-radius:0 10px 10px 0;font-size:.92rem;padding:11px 14px;align-items:flex-start}
}

/* ===== แผงเลือกสาขา (เด้งเมื่อกดปุ่มจองจากหน้าที่ไม่ผูกกับสาขาใด) ===== */
.sheet{border:0;padding:0;border-radius:20px;background:var(--white);color:var(--ink);
  width:min(660px,calc(100% - 32px));max-height:86vh;overflow:hidden;box-shadow:0 24px 64px rgba(30,23,16,.28)}
.sheet::backdrop{background:rgba(30,23,16,.55)}
.sheet-in{display:flex;flex-direction:column;max-height:86vh}
.sheet-h{display:flex;justify-content:space-between;align-items:center;gap:16px;
  padding:18px 22px;border-bottom:1px solid var(--line);background:var(--white);flex:none}
.sheet-h h2{margin:0;font-size:1.15rem}
.sheet-x{width:44px;height:44px;flex:none;border-radius:50%;border:1px solid var(--line);
  background:var(--cream);font-size:1.6rem;line-height:1;cursor:pointer;color:var(--ink-2);
  display:grid;place-items:center;transition:background .2s,border-color .2s}
.sheet-x:hover{background:var(--green-l);border-color:var(--green);color:var(--green-d)}
.sheet-l{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1 1 auto}
.sb{padding:18px 22px;border-bottom:1px solid var(--line-2);
  display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}
.sb:last-child{border-bottom:0}
.sb .tag{margin-bottom:6px}
.sb h3{margin:0 0 3px;font-size:1.02rem}
.sb .muted{margin:0 0 5px;font-size:.93rem}
.sb .small{margin:0}
.sb-a{display:flex;flex-direction:column;gap:8px;min-width:210px}
/* แสดงเฉพาะปุ่มของหมวดที่ผู้ใช้กดมา — โทรก็เห็นแต่เบอร์ ไม่มีช่องทางอื่นมากวน */
.sheet .act{display:none;width:100%;min-height:50px;font-size:1rem;
  background:var(--green);color:#fff;border-color:transparent}
.sheet .act:hover{background:var(--green-d)}
.sheet[data-mode="line"] .act-line,
.sheet[data-mode="tel"]  .act-tel,
.sheet[data-mode="map"]  .act-map{display:inline-flex}
.act-tel{font-variant-numeric:tabular-nums;letter-spacing:.02em}
.sheet-f{margin:0;padding:16px 22px;text-align:center;border-top:1px solid var(--line);flex:none;background:var(--cream)}
.sheet-f a{display:inline-flex;align-items:center;gap:6px;font-weight:600;min-height:44px}
@media (max-width:760px){
  .sheet{width:100%;max-width:100%;margin:auto auto 0;border-radius:20px 20px 0 0;max-height:88vh}
  .sheet-in{max-height:88vh}
  .sb{grid-template-columns:1fr;gap:12px}
  .sb-a{min-width:0}
}

/* ===== รูปจริง ===== */
.pic{display:block;overflow:hidden;border-radius:var(--r);background:var(--green-l)}
.pic img{width:100%;height:100%;object-fit:cover;display:block}
.gal-3{grid-template-columns:repeat(3,1fr)}
.gcard{margin:0;display:flex;flex-direction:column;gap:10px}
.gcard figcaption{font-size:.93rem;color:var(--ink-2);line-height:1.6}
@media (max-width:1024px){.gal-3{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.gal-3{grid-template-columns:1fr}}

/* ===== ส่วนหัวแบบพื้นหลังรูป (เลื่อนลงมาแล้วกลับเป็นพื้นสีเหมือนเดิม) ===== */
.hero-photo{position:relative;background:#2A2117;isolation:isolate;overflow:hidden}
.hero-photo::before{content:"";position:absolute;inset:0;z-index:-2;
  background-image:var(--hero-img);background-size:cover;background-position:center 40%}
.hero-photo::after{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(30,23,16,.72) 0%,rgba(30,23,16,.80) 55%,
                             rgba(30,23,16,.92) 94%,var(--cream) 100%)}
.hero-photo .hero-in{grid-template-columns:1fr;min-height:min(78vh,600px);align-items:center}
.hero-photo .bhero-in{grid-template-columns:1fr}
.hero-photo .hero-txt,.hero-photo>.wrap>div:first-child{max-width:660px}
.hero-photo h1,.hero-photo h2{color:#fff}
.hero-photo h1 em{color:#F0DFC2}
.hero-photo .overline{color:#F0DFC2}
.hero-photo .lead{color:rgba(255,255,255,.92)}
.hero-photo .eyebrow{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.34);
  color:#fff;backdrop-filter:blur(6px)}
.hero-photo .tag{background:rgba(228,205,165,.92);color:#5E2110}
.hero-photo .tag-alt{background:rgba(255,255,255,.18);color:#fff}
.hero-photo .ticks{color:rgba(255,255,255,.9)}
.hero-photo .ticks svg{color:var(--sand)}
.hero-photo .btn-ghost{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.5);color:#fff}
.hero-photo .btn-ghost:hover{background:rgba(255,255,255,.26);border-color:#fff;color:#fff}
.hero-photo .promo{background:rgba(255,255,255,.95);border-color:rgba(255,255,255,.4)}
.hero-photo .info dt{color:rgba(255,255,255,.72)}
.hero-photo .info dt svg{color:var(--sand)}
.hero-photo .info dd,.hero-photo .info dd a{color:#fff}
.hero-photo.pagehead{padding:64px 0 56px}
.hero-photo.pagehead .hero-in{min-height:0}
.hero-photo.bhero{padding:44px 0 56px}
@media (max-width:760px){
  .hero-photo::before{background-position:center 35%}
  .hero-photo .hero-in{min-height:min(72vh,520px)}
  .hero-photo.pagehead{padding:44px 0 40px}
}

/* ===== โลโก้จริง =====
   แนวนอน = หัวเว็บ (แถบเตี้ย กว้าง)  ·  แนวตั้ง = ส่วนท้าย (มีพื้นที่แนวสูง) */
.logo-h{width:188px;height:auto;display:block}
.logo-v{width:150px;height:auto;display:block;margin-bottom:16px}
.logo{gap:0}
@media (max-width:900px){.logo-h{width:152px}}
@media (max-width:400px){.logo-h{width:132px}}

/* ===== การ์ดแพ็กเกจแบบพื้นหลังรูป ===== */
.sub-first{margin-top:0}
.pkg-photo{position:relative;isolation:isolate;overflow:hidden;border-color:transparent;
  min-height:160px;color:#fff}
.pkg-photo::before{content:"";position:absolute;inset:0;z-index:-2;
  background-image:var(--pkg-img);background-size:cover;background-position:center}
.pkg-photo::after{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(160deg,rgba(30,23,16,.66) 0%,rgba(30,23,16,.78) 60%,rgba(30,23,16,.86) 100%)}
.pkg-photo h3{color:#fff}
.pkg-photo p{color:rgba(255,255,255,.88)}
.pkg-photo .pkg-price{color:#F0DFC2}
.pkg-photo .badge{background:rgba(240,223,194,.95);color:#5E2110}
@media (max-width:760px){.pkg-photo{min-height:150px}}

/* ===== ส่วนท้ายแบบสั้น (ใช้ตอนเปิดสาขาเดียว) ===== */
.footer-slim{padding:0;background:var(--cream);border-top:1px solid var(--line-2)}
.footer-slim .foot-bot{border-top:0;margin-top:0;padding-top:20px;padding-bottom:20px;text-align:center}
