/* ================================================
   HM WELLNESS CO — MASTER CSS
   Pixel-faithful to Figma design
   ================================================ */

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Fustat', sans-serif; background: #e0cec1; color: #37230f; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
button { cursor: pointer; background: none; border: none; font: inherit; }

/* ===== DESIGN TOKENS ===== */
:root {
  --c-cream:       #e0cec1;
  --c-cream-lt:    #ede4db;
  --c-brown:       #37230f;
  --c-brown-mid:   #896154;
  --c-off-white:   #f7f3ed;
  --c-promo-bg:    #3a2810;
  --c-footer-bg:   #37230f;
  --nav-h:         88px;
  --r-pill:        40px;
  --font-serif:    'Cormorant Garamond', serif;
  --font-sans:     'Gotu', sans-serif;
  --font-body:     'Fustat', sans-serif;
  --px: 80px;           /* horizontal page padding */
}

/* ===== UTILITY ===== */
.u-center { text-align: center; }
.u-upper  { text-transform: uppercase; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--r-pill);
  font-family: var(--font-serif); font-weight: 600; font-size: 16px;
  padding: 13px 32px; transition: opacity .2s; white-space: nowrap; border: none;
}
.btn:hover { opacity: .82; }
.btn-brown { background: var(--c-brown-mid); color: #fff; }
.btn-cream  { background: var(--c-cream);    color: var(--c-brown); }
.btn-light  { background: var(--c-cream-lt); color: var(--c-brown); }

/* ===== NAVBAR ===== */
.nav {
  position: fixed; inset: 0 0 auto;
  z-index: 900;
  height: var(--nav-h);
  padding: 0 var(--px);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(37,19,0,.28);
  backdrop-filter: blur(6px);
  transition: background .3s;
}
.nav.is-scrolled { background: rgba(37,19,0,.92); }

/* Logo */
.nav-logo {
  display: flex; align-items: center; flex-shrink: 0;
  text-decoration: none; transition: opacity .2s;
}
.nav-logo:hover { opacity: .8; }
.nav-logo-img {
  width: 58px; height: 58px;
  display: block; flex-shrink: 0;
}
.nav-logo-inner { display: none; }
.nav-logo-hm    { display: none; }
.nav-logo-sub   { display: none; }

/* Nav links */
.nav-links {
  display: flex; align-items: center; gap: 44px;
}
.nav-links a {
  font-family: var(--font-sans); font-size: 14px;
  color: var(--c-cream); letter-spacing: .03em; transition: opacity .2s;
}
.nav-links a:hover { opacity: .65; }
.nav-links a.is-active { border-bottom: 1.5px solid var(--c-cream); padding-bottom: 2px; }

/* Book now pill */
.nav-book {
  background: var(--c-brown-mid); color: #fff;
  padding: 12px 26px; border-radius: var(--r-pill);
  font-family: var(--font-serif); font-size: 15px; font-weight: 600;
  transition: opacity .2s;
}
.nav-book:hover { opacity: .8; }

/* Hamburger */
.nav-burger {
  display: none; flex-direction: column; gap: 5px; padding: 4px;
}
.nav-burger span { display: block; width: 22px; height: 1.5px; background: var(--c-cream); border-radius: 1px; }

/* Mobile Drawer */
.drawer {
  display: none; position: fixed; inset: 0; z-index: 1000;
  background: rgba(37,19,0,.97);
  flex-direction: column; align-items: center; justify-content: center; gap: 26px;
}
.drawer.is-open { display: flex; }
.drawer a { font-family: var(--font-sans); font-size: 18px; color: var(--c-off-white); transition: opacity .2s; }
.drawer a:hover { opacity: .7; }
.drawer-close {
  position: absolute; top: 20px; right: 24px;
  font-size: 28px; color: var(--c-off-white); line-height: 1;
}

/* ===== HERO BANNER (shared) ===== */
.hero {
  position: relative; width: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-full { min-height: 100vh; }
/* FIX: hero-half dùng min-height thay vì height cố định để không vỡ khi zoom */
.hero-half { min-height: 400px; padding: 80px 24px; }

.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(.62);
}
.hero-overlay { position: absolute; inset: 0; background: rgba(11,11,11,.18); }

.hero-body {
  position: relative; z-index: 2;
  text-align: center; padding: 0 24px; max-width: 860px;
}
.hero-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(36px, 5vw, 64px);
  color: var(--c-cream); text-transform: uppercase;
  letter-spacing: .06em; line-height: 1.1;
}
.hero-sub {
  font-family: var(--font-sans); font-size: 14px;
  color: rgba(224,206,193,.85); letter-spacing: .04em;
  font-style: italic; margin-top: 14px;
}
.hero-desc {
  font-family: var(--font-body); font-size: 15px;
  color: var(--c-cream); line-height: 1.78; max-width: 600px;
  margin: 18px auto 0;
}
.hero-actions {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap; margin-top: 32px;
}

/* ===== SECTION HEADINGS ===== */
.sec-h2 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(28px, 2.5vw, 40px);
  color: var(--c-brown); text-transform: uppercase;
  letter-spacing: .14em; text-align: center;
}
.sec-body {
  font-family: var(--font-body); font-size: 15px;
  color: var(--c-brown); line-height: 1.75; text-align: center;
  max-width: 700px; margin: 14px auto 0;
}

/* ===== TREATMENT CARD ===== */
.tcard {
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column;
}
.tcard-img { width: 100%; overflow: hidden; border-radius: 10px 10px 0 0; }
.tcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; display: block; }
.tcard:hover .tcard-img img { transform: scale(1.04); }
.tcard-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.tcard-name { font-family: var(--font-sans); font-size: 16px; color: var(--c-brown); }
.tcard-meta { display: flex; align-items: center; gap: 8px; }
.tcard-price { font-family: var(--font-sans); font-size: 13px; color: var(--c-brown-mid); }
.tcard-sep   { font-family: var(--font-sans); font-size: 13px; color: rgba(11,11,11,.3); }
.tcard-dur   { font-family: var(--font-sans); font-size: 13px; color: #0b0b0b; }
.tcard-text  { font-family: var(--font-body); font-size: 13px; color: #4a3a2e; line-height: 1.65; flex: 1; }
.tcard-btn {
  display: inline-block; margin-top: 8px;
  background: var(--c-brown-mid); color: #fff;
  border-radius: var(--r-pill); padding: 11px 24px;
  font-family: var(--font-serif); font-weight: 600; font-size: 14px;
  width: fit-content; transition: opacity .2s;
}
.tcard-btn:hover { opacity: .8; }

/* ===== CONTACT FORM BOX ===== */
.cbox {
  background: var(--c-cream-lt); border-radius: 20px;
  padding: 60px 72px;
  /* FIX: dùng minmax để cột không bị quá nhỏ khi zoom */
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.35fr); gap: 60px; align-items: center;
}
.cbox-img { width: 100%; border-radius: 12px; overflow: hidden; }
.cbox-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cbox-col { display: flex; flex-direction: column; }
.cbox-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(28px, 2.6vw, 42px);
  color: var(--c-brown); text-transform: uppercase;
  letter-spacing: .1em; margin-bottom: 12px;
}
.cbox-desc { font-family: var(--font-body); font-size: 14px; color: #4a3a2e; line-height: 1.72; margin-bottom: 26px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.f-field { margin-bottom: 12px; }
.f-field:last-of-type { margin-bottom: 0; }
.f-in, .f-ta {
  width: 100%; background: rgba(255,255,255,.5);
  border: 1px solid rgba(137,97,84,.2); border-radius: 8px;
  padding: 14px 18px; font-family: var(--font-sans); font-size: 13px;
  color: var(--c-brown); outline: none; resize: none;
  transition: border-color .2s, background .2s;
}
.f-in::placeholder, .f-ta::placeholder { color: rgba(137,97,84,.5); }
.f-in:focus, .f-ta:focus { border-color: var(--c-brown-mid); background: rgba(255,255,255,.82); }
.f-ta { height: 118px; }
.f-submit {
  display: inline-block; margin-top: 20px;
  background: var(--c-brown-mid); color: #fff;
  border-radius: var(--r-pill); padding: 14px 42px;
  font-family: var(--font-serif); font-weight: 600; font-size: 17px;
  transition: opacity .2s;
}
.f-submit:hover { opacity: .8; }

/* ===== ACCORDION ===== */
.acc-item { border-top: 1px solid rgba(137,97,84,.22); }
.acc-item:last-child { border-bottom: 1px solid rgba(137,97,84,.22); }
.acc-btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 18px 0; text-align: left;
}
.acc-label { font-family: var(--font-sans); font-size: 13.5px; color: var(--c-brown); line-height: 1.5; }
.acc-icon { width: 12px; height: 12px; flex-shrink: 0; transition: transform .3s; }
.acc-item.is-open .acc-icon { transform: rotate(180deg); }
.acc-body { display: none; padding-bottom: 20px; }
.acc-body.is-open { display: block; }
.acc-body p { font-family: var(--font-body); font-size: 13.5px; color: #4a3a2e; line-height: 1.75; }

/* ===== FOOTER ===== */
.footer { background: var(--c-footer-bg); padding: 52px var(--px) 0; }
.footer-grid {
  /* FIX: dùng minmax để cột đầu tiên không bị vỡ khi zoom */
  display: grid; grid-template-columns: minmax(200px,280px) 1fr 1fr 1fr;
  gap: 44px; padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.12); align-items: start;
}

/* Footer image card */
.ft-card { width: 100%; aspect-ratio: 1/.78; border-radius: 10px; overflow: hidden; position: relative; }
.ft-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ft-card-over {
  position: absolute; inset: 0; background: rgba(37,19,0,.38);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 16px 18px; gap: 8px;
}
.ft-card-row { display: flex; align-items: center; gap: 12px; }
.ft-emblem {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.55);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ft-emblem span { font-family: var(--font-serif); font-size: 15px; font-weight: 500; color: #fff; }
.ft-name { font-family: var(--font-sans); font-size: 13px; color: #fff; line-height: 1.3; letter-spacing: .06em; font-weight: 400; }
.ft-sub  { font-family: var(--font-sans); font-size: 7px; color: rgba(255,255,255,.6); letter-spacing: .1em; text-transform: uppercase; }

/* Footer columns */
.ft-col-h { font-family: var(--font-sans); font-size: 15px; color: #fff; margin-bottom: 18px; }
.ft-col ul { display: flex; flex-direction: column; gap: 11px; }
.ft-col ul li, .ft-col ul li a {
  font-family: var(--font-sans); font-size: 13.5px;
  color: var(--c-off-white); line-height: 1.5; transition: opacity .2s;
}
.ft-col ul li a:hover { opacity: .65; }
.ft-social {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-sans); font-size: 13.5px;
  color: var(--c-off-white); transition: opacity .2s;
}
.ft-social:hover { opacity: .65; }
.ft-social + .ft-social { margin-top: 10px; }
.ft-social svg { width: 18px; height: 18px; flex-shrink: 0; }

/* Footer bottom bar */
.footer-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0; flex-wrap: wrap; gap: 10px;
}
.footer-bar span, .footer-bar a {
  font-family: var(--font-sans); font-size: 13px; color: var(--c-off-white);
}
.footer-bar a:hover { opacity: .7; }
.footer-bar-links { display: flex; gap: 44px; }

/* ===================================================
   HOME PAGE SPECIFIC
   =================================================== */
.hero-home {
  min-height: 0;
  /* FIX: dùng min() để tránh overflow quá lớn trên màn hình nhỏ/zoom */
  height: clamp(640px, 114.4vw, 2197px);
  justify-content: flex-start;
}
.hero-home .hero-bg { filter: none; background-position: center top; }
.hero-home .hero-overlay { background: transparent; }
.hero-home .hero-body {
  margin-top: clamp(120px, 22.8vw, 437px);
  max-width: 1100px;
  /* FIX: thêm padding ngang để không dính sát cạnh khi zoom */
  padding: 0 var(--px);
}
.hero-home .hero-title {
  font-size: clamp(24px, 2.3vw, 46px);
  letter-spacing: .02em;
  line-height: 1.2;
  /* FIX: bỏ white-space nowrap gây tràn ngang khi zoom hoặc màn hình nhỏ */
  white-space: normal;
}
.hero-home .hero-desc { max-width: 746px; margin-top: 10px; font-size: 15px; }
.hero-home .hero-actions { margin-top: 32px; gap: 24px; }
.hero-home .btn { padding: 16px 28px; font-size: 18px; }

/* OUR TREATMENTS section */
.sect-treatments {
  background: var(--c-cream-lt);
  padding: 88px var(--px) 80px;
}
.sect-treatments .sec-h2 { margin-bottom: 14px; }

/* Arrow buttons */
.arr-btn {
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--c-cream-lt);
  border: 1px solid rgba(137,97,84,.22);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: background .2s; box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.arr-btn:hover { background: #d4bfb0; }
.arr-btn svg { width: 17px; height: 17px; }

/* Carousel */
.carousel-wrap { position: relative; display: flex; align-items: center; gap: 12px; margin-top: 52px; }
.carousel-outer { flex: 1; overflow: hidden; }
.carousel-track {
  display: flex; gap: 20px;
  transition: transform .44s cubic-bezier(.4,0,.2,1);
}
.carousel-track .tcard { flex: 0 0 calc(25% - 15px); }
.carousel-track .tcard .tcard-img { aspect-ratio: 4/3.1; }

/* GALLERY section */
.sect-gallery { background: var(--c-cream); padding: 80px var(--px); }
.sect-gallery .sec-h2 { margin-bottom: 36px; }

.gallery-main {
  width: 100%;
  border-radius: 12px; overflow: hidden;
  height: clamp(260px, 40vw, 560px);
  margin-bottom: 14px;
}
.gallery-main img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: opacity .25s ease;
}
.gallery-main img.is-fading { opacity: 0; }

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.g-thumb {
  border-radius: 8px; overflow: hidden; padding: 0;
  border: 2px solid transparent; cursor: pointer;
  aspect-ratio: 1 / 1; display: block;
  transition: border-color .2s, opacity .2s;
}
.g-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s;
}
.g-thumb:hover img { transform: scale(1.06); }
.g-thumb:hover { opacity: .9; }
.g-thumb.is-active { border-color: var(--c-brown-mid); }

/* CTA BAND */
.sect-cta {
  position: relative; background: var(--c-cream); overflow: hidden;
}
.cta-giant {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(72px, 14.55vw, 280px);
  color: #ebe2da; white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: -.01em; line-height: 1.21;
  user-select: none; pointer-events: none;
  display: block; text-align: center;
  /* FIX: overflow hidden để text không tràn khi zoom lớn */
  overflow: hidden;
}
/* Photo revealed inside the middle letters */
.cta-giant-wrap { position: relative; overflow: hidden; }
.cta-giant-dark {
  position: absolute; inset: 0;
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(72px, 14.55vw, 280px);
  white-space: nowrap; text-transform: uppercase;
  letter-spacing: -.01em; line-height: 1.21;
  display: flex; align-items: center; justify-content: center;
  color: transparent;
  background: url('../images/banner.png') center 30% / cover no-repeat;
  -webkit-background-clip: text; background-clip: text;
  /* FIX: clip-path dùng % nên vẫn đúng khi zoom, nhưng cần overflow:hidden ở wrap */
  clip-path: inset(0 34% 0 28%);
  user-select: none; pointer-events: none;
}
.cta-content {
  display: flex; flex-direction: column; align-items: center;
  padding: clamp(36px, 3.5vw, 67px) 24px clamp(72px, 7vw, 134px);
}
.cta-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(24px, 2.3vw, 46px);
  color: var(--c-brown); text-transform: uppercase;
  letter-spacing: .04em; line-height: 1.2;
  max-width: 747px; text-align: center; margin-bottom: 46px;
}
.cta-content .btn { padding: 16px 24px; font-size: 18px; min-width: 210px; }

/* ===================================================
   TREATMENTS PAGE SPECIFIC
   =================================================== */
.sect-treatments-page {
  background: var(--c-cream);
  padding: 80px var(--px) 72px;
}
/* FIX: dùng minmax(0,1fr) để cột không overflow khi zoom */
.cards-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-bottom: 24px; }
.cards-3 .tcard .tcard-img { aspect-ratio: 4/3.1; height: auto; }
.cards-2 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.cards-2 .tcard .tcard-img { aspect-ratio: 4/3.1; height: auto; }
.contact-wrap { padding-top: 56px; }

/* ===================================================
   SERVICE (MASSAGE) PAGE SPECIFIC
   =================================================== */
.sect-service {
  background: var(--c-cream-lt);
  padding: 68px var(--px) 80px;
}
.service-inner {
  max-width: 720px;
  margin-left: clamp(0px, 10vw, 180px);
}
.service-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(24px, 2.2vw, 33px);
  color: var(--c-brown); text-transform: uppercase;
  letter-spacing: .08em; margin-bottom: 14px;
}
.service-desc {
  font-family: var(--font-body); font-size: 14.5px;
  color: var(--c-brown); line-height: 1.75; margin-bottom: 52px;
}
/* Menu rows */
.menu-row { border-top: 1px solid rgba(137,97,84,.2); padding: 26px 0 18px; }
.menu-row:last-of-type { border-bottom: 1px solid rgba(137,97,84,.2); }
.menu-row-name {
  font-family: var(--font-sans); font-size: 12.5px;
  color: var(--c-brown); letter-spacing: .14em; text-transform: uppercase;
  font-weight: 400; margin-bottom: 14px;
}
.menu-row-body { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.menu-prices { display: flex; flex-direction: column; gap: 6px; }
.price-line { display: flex; align-items: center; gap: 14px; }
.p-amount { font-family: var(--font-sans); font-size: 15px; color: var(--c-brown-mid); min-width: 48px; }
.p-sep    { font-family: var(--font-sans); font-size: 14px; color: rgba(55,35,15,.3); }
.p-dur    { font-family: var(--font-sans); font-size: 14px; color: var(--c-brown); }
.menu-book-btn {
  background: var(--c-brown-mid); color: #fff;
  border-radius: var(--r-pill); padding: 11px 30px;
  font-family: var(--font-serif); font-weight: 600; font-size: 14.5px;
  transition: opacity .2s; flex-shrink: 0;
}
.menu-book-btn:hover { opacity: .8; }
/* Note box */
.note-box {
  margin-top: 36px;
  background: rgba(255,255,255,.45);
  border: 1px solid rgba(137,97,84,.18); border-radius: 12px;
  padding: 20px 26px; display: flex; flex-direction: column; gap: 8px;
}
.note-head {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-sans); font-size: 13.5px; color: var(--c-brown);
}
.note-head svg { width: 19px; height: 19px; flex-shrink: 0; }
.note-text {
  font-family: var(--font-body); font-size: 13px; color: #4a3a2e;
  line-height: 1.6; padding-left: 29px;
}

/* ===================================================
   GIFT CARD PAGE SPECIFIC
   =================================================== */
.sect-promo {
    position: relative;
    background: var(--c-promo-bg);
    padding: 68px var(--px) 76px;
    text-align: center;
    overflow: visible;
    z-index: 10;
}
/* Circular rotating stamp */
.stamp {
  position: absolute; top: -44px; right: 60px;
  width: 138px; height: 138px; z-index: 4;
}
.stamp-disc {
  width: 100%; height: 100%;
  background: var(--c-cream-lt); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
  position: relative;
  animation: spin 20s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.stamp-ring { position: absolute; inset: 6px; border: 1px solid rgba(55,35,15,.18); border-radius: 50%; }
.stamp-svg  { position: absolute; inset: 0; width: 100%; height: 100%; }
.stamp-center {
  position: relative; z-index: 2;
  font-family: var(--font-sans); font-size: 10.5px; color: var(--c-brown);
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  animation: spin-r 20s linear infinite;
}
@keyframes spin-r { to { transform: rotate(-360deg); } }
.stamp-center svg { width: 13px; height: 13px; }

.promo-eyebrow { font-family: var(--font-sans); font-size: 14px; color: rgba(224,206,193,.75); letter-spacing: .08em; margin-bottom: 16px; }
.promo-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(28px, 3.8vw, 50px); color: var(--c-cream);
  text-transform: uppercase; letter-spacing: .08em;
  line-height: 1.2; max-width: 820px; margin: 0 auto 22px;
}
.promo-desc {
  font-family: var(--font-body); font-size: 15px;
  color: rgba(224,206,193,.75); line-height: 1.7;
  max-width: 460px; margin: 0 auto 34px;
}

/* FAQ layout */
.sect-faq {
  background: var(--c-cream-lt);
  padding: 88px var(--px) 96px;
  /* FIX: minmax để cột trái không bị squeeze */
  display: grid; grid-template-columns: minmax(0,320px) 1fr; gap: 80px; align-items: start;
}
.faq-left-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 28px; color: var(--c-brown);
  text-transform: uppercase; letter-spacing: .08em; line-height: 1.25; margin-bottom: 14px;
}
.faq-left-note { font-family: var(--font-body); font-size: 13px; color: #5a4535; line-height: 1.65; }
.faq-right { display: flex; flex-direction: column; gap: 44px; }
.faq-group-title {
  font-family: var(--font-sans); font-size: 12.5px; color: var(--c-brown);
  letter-spacing: .18em; text-transform: uppercase; margin-bottom: 4px;
}

/* ===================================================
   POLICY PAGE SPECIFIC
   =================================================== */
.sect-booking { background: var(--c-cream-lt); padding: 80px var(--px) 0; }
.sect-booking .sec-h2 { margin-bottom: 44px; }
.acc-wrap-inner { max-width: 760px; margin: 0 auto; }
.acc-label-upper { text-transform: uppercase; letter-spacing: .1em; font-size: 13px; }

.sect-cancel { background: var(--c-cream-lt); padding: 0 var(--px) 80px; }
.cancel-inner { max-width: 760px; margin: 0 auto; }
.cancel-h {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 28px; color: var(--c-brown);
  text-transform: uppercase; letter-spacing: .1em;
  text-align: center; margin-bottom: 36px;
}
.cancel-list { display: flex; flex-direction: column; gap: 16px; }
.cancel-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-family: var(--font-body); font-size: 14.5px; color: var(--c-brown); line-height: 1.7;
}
.cancel-list li::before { content: '•'; color: var(--c-brown-mid); font-size: 18px; flex-shrink: 0; margin-top: -1px; }
.cancel-list strong { font-family: var(--font-sans); font-weight: 400; font-size: 13px; }
.sect-policy-contact { background: var(--c-cream-lt); padding: 0 var(--px) 80px; }

/* ===================================================
   CONTACT PAGE SPECIFIC
   =================================================== */
.sect-map { background: var(--c-cream); padding: 56px var(--px) 0; }
/* FIX: height responsive thay vì cứng */
.map-box { width: 100%; border-radius: 12px; overflow: hidden; height: clamp(220px, 22vw, 340px); }
.map-box iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-addr {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 24px; padding: 18px 4px 0; flex-wrap: wrap;
}
.map-addr-item { display: flex; align-items: flex-start; gap: 10px; font-family: var(--font-sans); font-size: 13px; color: var(--c-brown); line-height: 1.55; }
.map-addr-item svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 1px; }

.sect-info { background: var(--c-cream); padding: 64px var(--px) 0; text-align: center; }
.info-block-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 26px; color: var(--c-brown);
  text-transform: uppercase; letter-spacing: .13em; margin-bottom: 28px;
}
.hours-tbl { display: inline-grid; grid-template-columns: 1fr 1fr; gap: 6px 56px; margin-bottom: 64px; text-align: left; }
.hours-tbl span { font-family: var(--font-sans); font-size: 14px; color: var(--c-brown); line-height: 1.8; }
.hours-tbl .r { text-align: right; }

.book-block { margin-bottom: 64px; }
.book-block-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(26px, 2.6vw, 36px); color: var(--c-brown);
  text-transform: uppercase; letter-spacing: .1em; line-height: 1.25; margin-bottom: 24px;
}
.book-block-title em { font-style: italic; text-transform: lowercase; letter-spacing: .04em; }
.contact-items { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 28px; }
.contact-item { display: flex; align-items: center; gap: 12px; font-family: var(--font-sans); font-size: 15px; color: var(--c-brown); transition: opacity .2s; }
.contact-item:hover { opacity: .65; }
.contact-item svg { width: 19px; height: 19px; flex-shrink: 0; }

.social-block { margin-bottom: 72px; }
.social-rows { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 20px; }
.social-row-item { display: flex; align-items: center; gap: 12px; font-family: var(--font-sans); font-size: 15px; color: var(--c-brown); transition: opacity .2s; }
.social-row-item:hover { opacity: .65; }
.social-row-item svg { width: 19px; height: 19px; flex-shrink: 0; }

.sect-contact-form { background: var(--c-cream); padding: 0 var(--px) 80px; }

/* ===================================================
   RESPONSIVE BREAKPOINTS
   =================================================== */

/* FIX: thêm breakpoint 1400px để footer không bị chật ở màn 13-14" */
@media (max-width: 1400px) {
  :root { --px: 60px; }
}

@media (max-width: 1200px) {
  :root { --px: 40px; }
  .carousel-track .tcard { flex: 0 0 calc(50% - 10px); }
  /* FIX: footer 3 cột dùng minmax tránh overflow */
  .footer-grid { grid-template-columns: minmax(180px,220px) 1fr 1fr; }
  .footer-grid > *:last-child { grid-column: 2; grid-row: 2; }
  .gallery-thumbs { grid-template-columns: repeat(5, 1fr); gap: 8px; }
}

@media (max-width: 1024px) {
  :root { --px: 32px; }
  .cards-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .cards-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sect-faq { grid-template-columns: minmax(0,200px) 1fr; gap: 40px; }
  .stamp { right: 20px; }
}

@media (max-width: 860px) {
  :root { --px: 24px; --nav-h: 70px; }
  .nav-links, .nav-book { display: none; }
  .nav-burger { display: flex; }
  .nav { padding: 0 var(--px); }
  /* carousel single */
  .carousel-track .tcard { flex: 0 0 100%; }
  .arr-btn { width: 40px; height: 40px; }
  .arr-btn svg { width: 14px; height: 14px; }
  /* gallery */
  .gallery-thumbs { grid-template-columns: repeat(5, 1fr); gap: 6px; }
  .gallery-main { height: clamp(220px, 50vw, 380px); }
  /* cta */
  .cta-giant, .cta-giant-dark { font-size: clamp(40px, 12vw, 120px); }
  /* hero home mobile */
  .hero-home { height: auto; min-height: 78vh; padding-bottom: 64px; }
  .hero-home .hero-body { margin-top: calc(var(--nav-h) + 48px); padding: 0 var(--px); }
  /* service */
  .service-inner { margin-left: 0; max-width: 100%; }
  .menu-row-body { flex-direction: column; align-items: flex-start; }
  /* faq */
  .sect-faq { grid-template-columns: 1fr; gap: 32px; }
  .stamp { display: none; }
  /* cbox */
  .cbox { grid-template-columns: 1fr; padding: 32px 24px; gap: 24px; }
  .cbox-img { aspect-ratio: 16/9; }
  .f-row { grid-template-columns: 1fr; }
  /* footer */
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > *:first-child { grid-column: 1 / -1; }
  .ft-card { aspect-ratio: 16/9; max-width: 280px; }
  .footer-bar-links { gap: 20px; }
  /* map */
  .map-addr { flex-direction: column; }
  .map-box  { height: 220px; }
  /* fix cbox padding lớn */
  .cbox { padding: 28px 18px; }
}

@media (max-width: 600px) {
  :root { --px: 16px; }
  .cards-3 { grid-template-columns: 1fr; }
  .cards-2 { grid-template-columns: 1fr; }
  .gallery-thumbs { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .gallery-main { height: clamp(180px, 56vw, 320px); margin-bottom: 10px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > *:first-child { grid-column: 1; }
  .footer-bar { flex-direction: column; align-items: flex-start; }
  .footer-bar-links { flex-direction: column; gap: 8px; }
  .hours-tbl { gap: 4px 28px; }
  /* FIX: cbox trên mobile nhỏ */
  .cbox { padding: 24px 14px; border-radius: 12px; }
  /* FIX: btn không bị tràn trên màn hình 320px */
  .btn { font-size: 14px; padding: 12px 22px; }
  .hero-home .btn { font-size: 15px; padding: 14px 20px; }
  /* FIX: hero-half trên mobile */
  .hero-half { min-height: 30vh; padding: 60px 16px; }
}

/* ===================================================
   FIX ZOOM: Đảm bảo không vỡ layout ở mọi mức zoom
   Khi zoom in (ví dụ 150%), viewport width giảm ảo
   => các breakpoint tự activate đúng
   Chỉ cần đảm bảo không có overflow ẩn gây scrollbar ngang
   =================================================== */
html, body {
  max-width: 100%;
}
/* Các element có white-space:nowrap (cta-giant) cần overflow hidden ở container */
.sect-cta { overflow-x: hidden; }
