/* Serenity Scalp Wellness Spa — lahabraheadspa.com
   Palette follows the printed menu: forest green, brushed gold, warm cream. */
:root {
    --green-950: #08231c;
    --green-900: #0c2f25;
    --green-800: #0f3d31;
    --green-700: #1b5141;
    --sage: #e2eae4;
    --sage-2: #d3dfd7;
    --cream: #f7f2e8;
    --cream-2: #efe6d6;
    --white: #ffffff;
    --gold: #c2995a;
    --gold-light: #dcc08e;
    --gold-dark: #9c7640;
    --ink: #1b2823;
    --muted: #5b6962;
    --line: rgba(15, 61, 49, 0.14);
    --primary-color: var(--green-800);
    --accent-color: var(--gold-light);
    --dark-color: var(--green-950);
    --serif: "Cormorant Garamond", "Noto Serif SC", Georgia, serif;
    --sans: "Jost", "Noto Sans SC", -apple-system, "Segoe UI", sans-serif;
    --radius: 18px;
    --shadow: 0 18px 50px -24px rgba(8, 35, 28, 0.35);
    --transition: all 0.35s ease;
    --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: var(--sans);
    font-weight: 300;
    font-size: 17px;
    line-height: 1.75;
    color: var(--ink);
    background: var(--cream);
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-800); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--gold-dark); }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; color: var(--green-900); line-height: 1.15; margin: 0 0 0.6em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); font-weight: 400; letter-spacing: 0.01em; }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
h3 { font-size: clamp(1.4rem, 2.2vw, 1.75rem); }
p { margin: 0 0 1.1em; }
strong { font-weight: 500; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--gold); color: var(--green-950); padding: 10px 16px; z-index: 999; }
.skip-link:focus { left: 12px; top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Top bar ---------- */
.topbar { background: var(--green-950); color: rgba(255, 255, 255, 0.78); font-size: 0.82rem; letter-spacing: 0.04em; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.topbar a { color: rgba(255, 255, 255, 0.85); }
.topbar a:hover { color: var(--gold-light); }
.topbar-info { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-info span { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { width: 14px; height: 14px; stroke: var(--gold-light); fill: none; stroke-width: 1.6; }
.lang-switch { border: 1px solid rgba(220, 192, 142, 0.5); border-radius: 999px; padding: 2px 12px; font-size: 0.8rem; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247, 242, 232, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; }
.logo a { display: inline-flex; flex-direction: column; line-height: 1; color: var(--green-900); text-decoration: none; transition: opacity 0.3s; }
.logo a:hover { opacity: 0.8; color: var(--green-900); }
.logo-text { font-family: var(--serif); font-size: 2rem; font-weight: 500; letter-spacing: 0.32em; }
.logo-sub { font-size: 0.66rem; letter-spacing: 0.34em; color: var(--gold-dark); margin-top: 7px; font-weight: 500; text-transform: uppercase; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.main-nav a { display: block; padding: 10px 11px; font-size: 0.8rem; white-space: nowrap; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 400; color: var(--green-900); position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 11px; right: 11px; bottom: 5px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform 0.35s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; position: relative; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { position: absolute; left: 50%; width: 18px; height: 1.5px; background: var(--green-900); transform: translateX(-50%); transition: var(--transition); content: ""; }
.nav-toggle span { top: 50%; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { top: 0; transform: translateX(-50%) rotate(45deg); }
.nav-open .nav-toggle span::after { top: 0; transform: translateX(-50%) rotate(-45deg); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 30px; border-radius: 999px; font-family: var(--sans); font-size: 0.84rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; border: 1px solid transparent; cursor: pointer; transition: var(--transition); }
.btn-gold { background: var(--gold); color: var(--green-950); }
.btn-gold:hover { background: var(--gold-light); color: var(--green-950); transform: translateY(-2px); }
.btn-green { background: var(--green-800); color: var(--cream); }
.btn-green:hover { background: var(--green-700); color: var(--white); transform: translateY(-2px); }
.btn-outline { border-color: rgba(255, 255, 255, 0.55); color: var(--white); }
.btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }
.btn-outline-dark { border-color: var(--green-800); color: var(--green-800); }
.btn-outline-dark:hover { background: var(--green-800); color: var(--cream); }
.btn-sm { padding: 10px 20px; font-size: 0.76rem; white-space: nowrap; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: min(88vh, 820px); display: flex; align-items: center; color: var(--white); overflow: hidden; background: var(--green-950); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; animation: heroZoom 18s ease-out forwards; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(95deg, rgba(8, 35, 28, 0.92) 0%, rgba(8, 35, 28, 0.72) 42%, rgba(8, 35, 28, 0.15) 100%); }
.hero .container { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 90px; }
.hero-content { max-width: 640px; }
.hero h1 { color: var(--white); }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero p.lead { font-size: 1.15rem; color: rgba(255, 255, 255, 0.84); max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-meta { display: flex; gap: 34px; flex-wrap: wrap; margin-top: 54px; padding-top: 28px; border-top: 1px solid rgba(220, 192, 142, 0.3); }
.hero-meta div { font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.66); }
.hero-meta strong { display: block; font-family: var(--serif); font-size: 1.9rem; font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--gold-light); line-height: 1.2; }
.eyebrow { display: inline-flex; align-items: center; gap: 14px; font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-dark); font-weight: 500; margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.hero .eyebrow, .dark .eyebrow { color: var(--gold-light); }

/* Page hero (inner pages) */
.page-hero { position: relative; padding: 120px 0 96px; color: var(--white); background: var(--green-950); overflow: hidden; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.42; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 35, 28, 0.55), rgba(8, 35, 28, 0.88)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: var(--white); font-size: clamp(2.4rem, 5vw, 4rem); max-width: 820px; }
.page-hero p { color: rgba(255, 255, 255, 0.82); max-width: 640px; font-size: 1.1rem; }
.breadcrumb { font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); margin-bottom: 26px; }
.breadcrumb a { color: var(--gold-light); }

/* ---------- Sections ---------- */
section { padding: 110px 0; }
.section-sm { padding: 70px 0; }
.bg-white { background: var(--white); }
.bg-sage { background: var(--sage); }
.bg-cream2 { background: var(--cream-2); }
.dark { background: var(--green-900); color: rgba(255, 255, 255, 0.8); }
.dark h2, .dark h3 { color: var(--white); }
.section-head { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head .eyebrow::after { content: ""; width: 38px; height: 1px; background: currentColor; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.dark .section-head p { color: rgba(255, 255, 255, 0.72); }
.gold-rule { width: 64px; height: 2px; background: var(--gold); margin: 22px 0 28px; border: 0; }

/* Split feature */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; }
.split-media .accent-img { position: absolute; width: 46%; right: -34px; bottom: -44px; border: 8px solid var(--cream); aspect-ratio: 1; }
.split-media::before { content: ""; position: absolute; top: -22px; left: -22px; width: 120px; height: 120px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); border-top-left-radius: var(--radius); }
.check-list { list-style: none; padding: 0; margin: 26px 0 32px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 16px; height: 1px; background: var(--gold); }
.check-list.cols { grid-template-columns: 1fr 1fr; gap: 10px 28px; }

/* ---------- Treatment cards (menu) ---------- */
.treatments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.treatment { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; border: 1px solid var(--line); transition: var(--transition); }
.treatment:hover { transform: translateY(-6px); }
.treatment.featured { border-color: var(--gold); }
.treatment-head { background: var(--green-800); color: var(--white); padding: 30px 30px 26px; position: relative; }
.treatment-head h3 { color: var(--white); margin: 0 0 4px; font-size: 1.7rem; }
.treatment-head .zh { font-size: 0.9rem; color: var(--gold-light); letter-spacing: 0.12em; }
.treatment-price { display: flex; align-items: baseline; gap: 12px; margin-top: 18px; }
.treatment-price strong { font-family: var(--serif); font-size: 2.8rem; font-weight: 500; color: var(--gold-light); line-height: 1; }
.treatment-price span { font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); }
.badge { display: inline-block; background: var(--gold); color: var(--green-950); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; padding: 4px 12px; border-radius: 999px; position: absolute; top: 24px; right: 24px; }
.treatment-body { padding: 26px 30px 32px; flex: 1; display: flex; flex-direction: column; }
.treatment-body ul { list-style: none; padding: 0; margin: 0 0 26px; flex: 1; }
.treatment-body li { padding: 9px 0 9px 22px; border-bottom: 1px dashed var(--line); font-size: 0.95rem; position: relative; }
.treatment-body li::before { content: ""; position: absolute; left: 2px; top: 1.1em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.treatment-body li small { color: var(--muted); }
.treatment-body li.highlight { font-weight: 400; color: var(--green-800); }

/* Add-ons strip */
.addons { margin-top: 36px; background: var(--sage); border: 1px solid var(--gold); border-radius: var(--radius); padding: 28px 34px; display: grid; grid-template-columns: 1.1fr repeat(4, 1fr); gap: 20px; align-items: center; }
.addons h3 { margin: 0; font-size: 1.4rem; }
.addon { border-left: 1px solid rgba(156, 118, 64, 0.35); padding-left: 20px; }
.addon strong { display: block; font-weight: 500; color: var(--green-900); }
.addon span { color: var(--gold-dark); font-weight: 500; font-size: 0.95rem; }

/* ---------- Combos ---------- */
.combos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.combo { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 34px 30px; position: relative; transition: var(--transition); box-shadow: 0 10px 30px -22px rgba(8, 35, 28, 0.4); }
.combo:hover { border-color: var(--gold); transform: translateY(-4px); }
.combo.premium { background: var(--green-800); color: rgba(255, 255, 255, 0.82); border-color: var(--gold); }
.combo.premium h3 { color: var(--white); }
.combo-top { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; margin-bottom: 18px; }
.combo-num { width: 50px; height: 50px; flex: none; border-radius: 50%; background: var(--gold); color: var(--green-950); display: grid; place-items: center; font-family: var(--serif); font-size: 1.25rem; font-weight: 600; }
.combo-title { flex: 1; }
.combo-title h3 { margin: 4px 0 2px; }
.combo-title .zh { font-size: 0.86rem; letter-spacing: 0.1em; color: var(--gold-dark); }
.combo.premium .combo-title .zh { color: var(--gold-light); }
.combo-price { text-align: right; flex: none; }
.combo-price strong { display: block; font-family: var(--serif); font-size: 2.2rem; font-weight: 500; color: var(--gold-dark); line-height: 1; }
.combo.premium .combo-price strong { color: var(--gold-light); }
.combo-price small { display: block; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
.combo.premium .combo-price small { color: rgba(255, 255, 255, 0.62); }
.combo-price s { color: var(--muted); }
.combo.premium .combo-price s { color: rgba(255, 255, 255, 0.55); }
.combo ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.combo li { padding-left: 26px; position: relative; font-size: 0.97rem; }
.combo li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 12px; height: 6px; border-left: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(-45deg); }
.combo .save { display: inline-block; margin-top: 18px; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark); font-weight: 500; }
.combo.premium .save { color: var(--gold-light); }

/* ---------- Menu list (signature services) ---------- */
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.menu-grid.two { grid-template-columns: repeat(2, 1fr); }
.menu-card { background: var(--white); border-radius: var(--radius); padding: 34px 32px; border: 1px solid var(--line); }
.menu-card h3 { padding-bottom: 16px; border-bottom: 1px solid var(--gold); margin-bottom: 8px; display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.menu-card h3 .zh { font-family: var(--sans); font-size: 0.86rem; color: var(--gold-dark); letter-spacing: 0.12em; }
.menu-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.menu-item:last-child { border-bottom: 0; padding-bottom: 0; }
.menu-row { display: flex; align-items: baseline; gap: 10px; }
.menu-row .name { font-weight: 500; color: var(--green-900); }
.menu-row .dots { flex: 1; border-bottom: 1px dotted rgba(156, 118, 64, 0.55); transform: translateY(-4px); min-width: 20px; }
.menu-row .price { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--gold-dark); white-space: nowrap; }
.menu-item p { margin: 3px 0 0; font-size: 0.9rem; color: var(--muted); }
.menu-item .dur { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }

/* ---------- Service tiles ---------- */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tile { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 460px; display: flex; align-items: flex-end; color: var(--white); isolation: isolate; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1s ease; }
.tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8, 35, 28, 0) 30%, rgba(8, 35, 28, 0.92) 100%); }
.tile:hover img { transform: scale(1.06); }
.tile-body { padding: 34px 30px; }
.tile-body .price-from { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); }
.tile-body h3 { color: var(--white); margin: 8px 0 10px; font-size: 1.9rem; }
.tile-body p { color: rgba(255, 255, 255, 0.8); font-size: 0.97rem; margin-bottom: 16px; }
.tile-link { color: var(--gold-light); font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; }
.tile:hover .tile-link { color: var(--white); }

/* ---------- Ritual steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; counter-reset: step; }
.step { position: relative; padding-top: 30px; border-top: 1px solid rgba(220, 192, 142, 0.35); }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--serif); font-size: 3rem; color: var(--gold-light); line-height: 1; display: block; margin-bottom: 16px; }
.step h3 { font-size: 1.4rem; }
.step p { font-size: 0.96rem; }
.bg-white .step, .bg-sage .step { border-top-color: var(--line); }
.bg-white .step::before, .bg-sage .step::before { color: var(--gold-dark); }

/* Benefits */
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.benefit { padding: 34px 28px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); }
.benefit svg { width: 42px; height: 42px; stroke: var(--gold-dark); fill: none; stroke-width: 1.2; margin-bottom: 20px; }
.benefit h3 { font-size: 1.35rem; }
.benefit p { font-size: 0.95rem; color: var(--muted); margin: 0; }

/* Quote band */
.quote-band { text-align: center; }
.quote-band blockquote { margin: 0 auto; max-width: 860px; font-family: var(--serif); font-size: clamp(1.7rem, 3.2vw, 2.6rem); line-height: 1.35; font-style: italic; color: var(--white); }
.quote-band cite { display: block; margin-top: 24px; font-style: normal; font-size: 0.8rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-light); }

/* CTA */
.cta-band { position: relative; padding: 110px 0; color: var(--white); text-align: center; background: var(--green-950); overflow: hidden; }
.cta-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.cta-band .container { position: relative; z-index: 2; }
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255, 255, 255, 0.8); max-width: 620px; margin: 0 auto 32px; font-size: 1.08rem; }
.cta-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gallery figure { margin: 0; position: relative; border-radius: 14px; overflow: hidden; grid-column: span 4; }
.gallery figure.wide { grid-column: span 8; }
.gallery img { width: 100%; height: 100%; min-height: 300px; max-height: 420px; object-fit: cover; transition: transform 0.9s ease; }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 20px 16px; background: linear-gradient(transparent, rgba(8, 35, 28, 0.85)); color: var(--white); font-size: 0.88rem; letter-spacing: 0.06em; }

/* FAQ */
.faq-list { max-width: 880px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 6px 0; }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; color: var(--green-900); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: var(--sans); font-weight: 300; font-size: 1.6rem; color: var(--gold-dark); transition: transform 0.3s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); padding-right: 40px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; align-items: start; }
.info-card { background: var(--green-800); color: rgba(255, 255, 255, 0.82); border-radius: var(--radius); padding: 44px 40px; }
.info-card h2, .info-card h3 { color: var(--white); }
.info-row { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(220, 192, 142, 0.2); }
.info-row:last-of-type { border-bottom: 0; }
.info-row svg { width: 24px; height: 24px; flex: none; stroke: var(--gold-light); fill: none; stroke-width: 1.4; margin-top: 3px; }
.info-row strong { display: block; color: var(--gold-light); font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; margin-bottom: 4px; }
.info-row a { color: var(--white); }
.info-row a:hover { color: var(--gold-light); }
.map-wrap { margin-top: 26px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(220, 192, 142, 0.3); }
.map-wrap iframe { display: block; width: 100%; height: 280px; border: 0; }
.form-card { background: var(--white); border-radius: var(--radius); padding: 44px 40px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form label { display: block; font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--cream); font-family: var(--sans); font-size: 1rem; color: var(--ink); transition: var(--transition); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold); background: var(--white); box-shadow: 0 0 0 3px rgba(194, 153, 90, 0.15); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form button { grid-column: 1 / -1; justify-self: start; }
.form-note { font-size: 0.85rem; color: var(--muted); margin-top: 14px; }

/* Hours table */
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 6px 0; color: rgba(255, 255, 255, 0.85); }
.hours td:last-child { text-align: right; color: var(--gold-light); }

.combo-title h2.h3 { font-size: clamp(1.4rem, 2.2vw, 1.75rem); margin: 4px 0 2px; }
.combo.premium .combo-title h2 { color: var(--white); }
.page-hero p a, .dark p a, .cta-band p a { color: var(--gold-light); border-bottom: 1px solid rgba(220, 192, 142, 0.4); }
.page-hero p a:hover, .dark p a:hover { color: var(--white); }
.benefit p a, .fine-print a, .faq-list a { border-bottom: 1px solid rgba(156, 118, 64, 0.4); }

/* Note */
.fine-print { text-align: center; font-size: 0.9rem; color: var(--muted); margin-top: 40px; }

/* ---------- Footer (standard) ---------- */
footer { background: var(--dark-color); color: var(--white); padding: 4.5rem 0 1rem; }
.footer-brand { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; padding-bottom: 2.6rem; margin-bottom: 2.6rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.footer-brand .logo-text { color: var(--white); }
.footer-brand .logo a { color: var(--white); }
.footer-brand .logo-sub { color: var(--gold-light); }
.footer-tagline { font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: var(--gold-light); margin: 0; }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.footer-section h3 { color: var(--white); margin-bottom: 1rem; font-size: 1.3rem; }
.footer-section p, .footer-section a { color: rgba(255, 255, 255, 0.8); line-height: 1.8; }
.footer-section p { margin-bottom: 0.6rem; font-size: 0.95rem; }
.footer-section a:hover { color: var(--accent-color); }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.6); font-size: 0.88rem; }
.footer-bottom p { margin-bottom: 0.5rem; }
.footer-partner { margin-top: 1rem; font-size: 0.9rem; color: rgba(255, 255, 255, 0.7); }
.footer-partner a { color: var(--accent-color); text-decoration: none; transition: var(--transition); }
.footer-partner a:hover { color: var(--white); }
footer .lang-zh { margin-left: 6px; opacity: 0.7; font-size: 0.85em; }

/* Mobile call bar */
.mobile-bar { display: none; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s ease, transform 0.9s ease; }
.reveal.in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* ---------- Chinese pages ---------- */
html[lang="zh-CN"] body { font-family: "Noto Sans SC", var(--sans); letter-spacing: 0.02em; }
html[lang="zh-CN"] h1, html[lang="zh-CN"] h2, html[lang="zh-CN"] h3 { font-family: "Noto Serif SC", var(--serif); font-weight: 600; letter-spacing: 0.04em; }
html[lang="zh-CN"] h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
html[lang="zh-CN"] .main-nav a { letter-spacing: 0.14em; font-size: 0.95rem; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
    .main-nav a { padding: 10px 8px; font-size: 0.76rem; }
    .main-nav a::after { left: 8px; right: 8px; }
    .header-cta .btn { display: none; }
}
@media (max-width: 980px) {
    section { padding: 84px 0; }
    .nav-toggle { display: block; }
    .header-cta .btn { display: none; }
    .main-nav { position: fixed; top: 0; right: 0; width: min(360px, 88vw); height: 100vh; height: 100dvh; background: var(--green-900); padding: 110px 34px 40px; transform: translateX(100%); transition: transform 0.45s ease; z-index: 120; overflow-y: auto; }
    .nav-open .main-nav { transform: none; box-shadow: -30px 0 60px rgba(0, 0, 0, 0.3); }
    .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
    .main-nav a { color: var(--cream); font-size: 1rem; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    .main-nav a::after { display: none; }
    .main-nav a.active { color: var(--gold-light); }
    .nav-toggle { z-index: 130; }
    .nav-open .nav-toggle { border-color: rgba(255, 255, 255, 0.3); }
    .nav-open .nav-toggle span::before, .nav-open .nav-toggle span::after { background: var(--cream); }
    .split, .contact-grid { grid-template-columns: 1fr; gap: 56px; }
    .split.reverse .split-media { order: 0; }
    .split-media .accent-img { right: 12px; bottom: -30px; width: 40%; }
    .treatments, .menu-grid, .tiles { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
    .menu-grid.two { grid-template-columns: 1fr; }
    .combos { grid-template-columns: 1fr; }
    .addons { grid-template-columns: 1fr 1fr; }
    .addons h3 { grid-column: 1 / -1; }
    .steps, .benefits { grid-template-columns: 1fr 1fr; }
    .gallery figure, .gallery figure.wide { grid-column: span 6; }
    .tile { min-height: 400px; }
}
@media (max-width: 640px) {
    body { font-size: 16px; padding-bottom: 64px; }
    .container { padding: 0 16px; }
    .topbar .topbar-info span.hide-sm { display: none; }
    .topbar .container { font-size: 0.76rem; }
    .site-header .container { min-height: 70px; }
    .logo-text { font-size: 1.55rem; letter-spacing: 0.26em; }
    .logo-sub { font-size: 0.58rem; letter-spacing: 0.26em; }
    section { padding: 68px 0; }
    .hero { min-height: auto; }
    .hero .container { padding-top: 70px; padding-bottom: 70px; }
    .hero::after { background: linear-gradient(180deg, rgba(8, 35, 28, 0.72), rgba(8, 35, 28, 0.9)); }
    .hero-meta { gap: 22px; margin-top: 40px; }
    .hero-meta strong { font-size: 1.5rem; }
    .page-hero { padding: 80px 0 64px; }
    .section-head { margin-bottom: 44px; }
    .steps, .benefits, .check-list.cols { grid-template-columns: 1fr; }
    .addons { grid-template-columns: 1fr; padding: 24px; }
    .addon { border-left: 0; border-top: 1px solid rgba(156, 118, 64, 0.3); padding: 12px 0 0; }
    .combo { padding: 28px 22px 24px; }
    .combo-top { flex-wrap: wrap; }
    .combo-price { text-align: left; width: 100%; padding-left: 68px; }
    .treatment-head, .treatment-body { padding-left: 24px; padding-right: 24px; }
    .menu-card, .info-card, .form-card { padding: 30px 22px; }
    .contact-form { grid-template-columns: 1fr; }
    .gallery figure, .gallery figure.wide { grid-column: span 12; }
    .split-media::before { display: none; }
    .split-media .accent-img { display: none; }
    .btn { padding: 13px 24px; }
    .mobile-bar { display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--green-950); border-top: 1px solid rgba(220, 192, 142, 0.35); }
    .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 58px; color: var(--cream); font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; }
    .mobile-bar a + a { background: var(--gold); color: var(--green-950); }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
}
