:root {
  --ink: #f6e6bb;
  --muted: #c7bda9;
  --paper: #171717;
  --sand: #26231f;
  --sage: #40352b;
  --deep: #101010;
  --accent: #e3a33f;
  --red: #c94830;
  --white: #fffaf0;
  --line: rgba(227, 163, 63, .28);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.section-shell { max-width: 1180px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.site-header { max-width: 1180px; margin: 0 auto; padding: 24px 32px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: .04em; color: var(--white); }
.brand small { display: block; color: var(--accent); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.brand-logo { width: 46px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.logo-trigger { cursor: zoom-in; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--accent); border-radius: 50%; font-size: 17px; color: var(--accent); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; color: var(--muted); }
.site-nav a:not(.nav-cta):hover, .text-link:hover { color: var(--accent); }
.nav-cta { border: 1px solid var(--accent); padding: 10px 16px; border-radius: 30px; color: var(--accent); }
.menu-toggle { display: none; width: 44px; height: 40px; padding: 8px 9px; background: transparent; border: 1px solid var(--accent); border-radius: 8px; color: var(--accent); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.hero { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding-top: 80px; padding-bottom: 90px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; color: var(--accent); margin: 0 0 22px; }
.hero h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.05em; line-height: 1.03; margin: 0; }
.hero h1 { font-size: clamp(56px, 7vw, 92px); max-width: 650px; }
.hero h1 em, h2 em { font-style: italic; color: var(--accent); }
.hero-text { max-width: 470px; font-size: 18px; color: var(--muted); margin: 30px 0; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; gap: 22px; border-radius: 2px; padding: 15px 20px; font-weight: 600; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--accent); color: #1a140d; }
.button-gold:hover { background: #f0bd5c; }
.button-dark { background: var(--red); color: var(--white); }
.button-light { background: var(--white); color: var(--deep); }
.text-link { font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.hero-art { height: 530px; position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(16,16,16,.15), rgba(16,16,16,.08)), url("assets/hero-massage.jpg") center / cover; border: 2px solid var(--accent); box-shadow: inset 0 0 0 9px rgba(23,18,15,.28), inset 0 0 0 11px rgba(227,163,63,.58); }
.hero-art:before, .hero-art:after { content: "❧"; position: absolute; color: var(--accent); font-family: Georgia, serif; font-size: 92px; line-height: 1; opacity: .82; }
.hero-art:before { top: 13px; left: 20px; transform: rotate(-18deg); }
.hero-art:after { right: 20px; bottom: 13px; transform: rotate(162deg); }
.hero-art .sun, .hero-art .leaf, .hero-art .water-line { display: none; }
.sun { position: absolute; right: 37%; top: 17%; width: 115px; height: 115px; border-radius: 50% 50% 45% 45%; border: 1px solid var(--accent); box-shadow: 0 0 0 12px rgba(201,72,48,.2), 0 0 0 20px rgba(227,163,63,.12); background: radial-gradient(circle at 50% 36%, #f1c15c 0 13%, transparent 14%), linear-gradient(135deg, transparent 40%, rgba(227,163,63,.35) 41% 53%, transparent 54%); }
.sun:after { content: ""; position: absolute; left: 22px; right: 22px; bottom: -17px; height: 42px; border: 1px solid var(--accent); border-top: 0; border-radius: 0 0 55% 55%; transform: rotate(180deg); }
.leaf { position: absolute; width: 260px; height: 88px; border: 1px solid var(--accent); border-radius: 100% 0 100% 0; background: rgba(201,72,48,.25); transform: rotate(-28deg); }
.leaf-one { left: 12%; top: 38%; }
.leaf-two { right: -5%; bottom: 27%; transform: rotate(145deg); background: rgba(227,163,63,.18); }
.water-line { position: absolute; height: 1px; border-radius: 50%; background: var(--accent); transform: rotate(-5deg); opacity: .8; }
.line-one { width: 65%; left: 18%; bottom: 30%; }
.line-two { width: 42%; left: 32%; bottom: 24%; }
.line-three { width: 55%; left: 10%; bottom: 17%; }
.art-caption { position: absolute; bottom: 28px; left: 30px; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; color: var(--accent); }
.elephant { position: absolute; width: 78px; height: auto; opacity: .9; filter: drop-shadow(0 3px 2px rgba(0,0,0,.35)); }
.elephant-top { top: 34px; left: 55px; transform: rotate(-5deg); }
.elephant-bottom { right: 38px; bottom: 48px; transform: scaleX(-1) rotate(-5deg); }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.intro { padding-top: 100px; padding-bottom: 130px; border-top: 1px solid var(--line); }
h2 { font-size: clamp(42px, 5vw, 68px); }
.body-copy { max-width: 460px; color: var(--muted); font-size: 17px; padding-top: 35px; }
.body-copy p { margin: 0 0 20px; }
.body-copy strong { color: var(--white); }
.treatments { padding-top: 100px; padding-bottom: 130px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.heading-note { max-width: 280px; color: var(--muted); font-size: 14px; margin: 0; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.treatment-card { position: relative; min-height: 355px; padding: 28px; background: var(--sand); border: 1px solid var(--line); display: flex; flex-direction: column; }
.treatment-card.featured { background: linear-gradient(145deg, #3b251d, #201713); color: var(--white); }
.card-number { font-size: 12px; color: var(--accent); }
.treatment-card h3 { font-family: var(--serif); font-weight: 500; font-size: 31px; line-height: 1.03; letter-spacing: -.04em; margin: 65px 0 18px; }
.treatment-card p { font-size: 14px; color: var(--muted); max-width: 250px; margin: 0; }
.featured p { color: rgba(255,250,240,.7); }
.price { margin-top: auto; color: var(--accent); font-size: 17px; }
.card-arrow { position: absolute; right: 27px; bottom: 26px; font-size: 23px; color: var(--accent); }
.extra-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; margin-top: 22px; border-top: 1px solid var(--line); }
.extra-menu div { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.extra-menu strong { color: var(--accent); white-space: nowrap; }
.thai-tradition { padding-top: 0; padding-bottom: 130px; }
.thai-pattern-strip { height: 54px; margin-bottom: 36px; border-top: 2px solid var(--accent); border-bottom: 2px solid var(--accent); background: linear-gradient(rgba(16,16,16,.22), rgba(16,16,16,.22)), url("assets/thai-pattern.jpg") center 48% / cover; }
.tradition-grid { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 20px; align-items: stretch; }
.tradition-grid figure { margin: 0; min-height: 360px; overflow: hidden; border: 1px solid var(--line); }
.tradition-grid img { width: 100%; height: 100%; display: block; object-fit: cover; }
.tradition-carving img { object-position: center 30%; }
.tradition-mosaic img { object-position: center; }
.tradition-copy { padding: 42px 12px; display: flex; flex-direction: column; justify-content: center; }
.tradition-copy h2 { font-size: clamp(38px, 4vw, 58px); margin-bottom: 24px; }
.tradition-copy p:not(.eyebrow) { color: var(--muted); font-size: 16px; margin: 0 0 26px; }
.gallery { padding-top: 25px; padding-bottom: 130px; }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 170px; gap: 14px; }
.photo { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--line); background: var(--sand); }
.photo-wide { grid-column: span 2; }
.photo img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.9); transition: transform .45s ease, filter .45s ease; }
.photo:hover img { transform: scale(1.04); filter: saturate(1.05); }
.photo figcaption { position: absolute; left: 14px; bottom: 12px; padding: 5px 8px; background: rgba(16,16,16,.78); color: var(--accent); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.visit { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; padding-bottom: 130px; }
.visit-card { background: var(--red); color: var(--white); padding: 55px 52px; min-height: 460px; }
.visit-card { overflow: hidden; position: relative; }
.visit-elephant { position: absolute; width: 90px; opacity: .22; }
.visit-elephant-one { right: 22px; top: 20px; }
.visit-elephant-two { left: 18px; bottom: 18px; transform: scaleX(-1); }
.visit-card .eyebrow { color: var(--white); }
.visit-card h2 { font-size: 60px; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 55px 0 38px; }
.visit-details div { display: flex; flex-direction: column; gap: 4px; }
.visit-details span { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: #f5c887; }
.visit-details strong { font-size: 16px; }
.visit-details small { font-size: 12px; color: rgba(255,250,240,.72); }
.quote-card { background: var(--sage); padding: 50px 38px; display: flex; flex-direction: column; justify-content: space-between; }
.quote-mark { font-family: var(--serif); font-size: 70px; line-height: .7; color: var(--accent); }
.quote-card blockquote { font-family: var(--serif); font-size: 29px; line-height: 1.15; letter-spacing: -.03em; margin: 0; color: var(--white); }
.quote-attribution { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); }
.contact { padding-top: 105px; padding-bottom: 120px; border-top: 1px solid var(--line); }
.contact-copy { max-width: 430px; color: var(--muted); font-size: 17px; padding-top: 35px; }
.contact-placeholder { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; margin: 32px 0; display: flex; flex-direction: column; gap: 3px; }
.contact-placeholder span { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: var(--accent); }
.contact-placeholder strong { color: var(--white); font-size: 19px; }
.contact-placeholder small { font-size: 12px; }
.site-footer { border-top: 1px solid var(--line); padding-top: 25px; padding-bottom: 25px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: var(--muted); }
.site-footer .brand { color: var(--white); }
.logo-lightbox[hidden] { display: none; }
.logo-lightbox { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 28px; background: rgba(10,8,7,.94); cursor: zoom-out; }
.logo-lightbox img { width: min(82vw, 620px); max-height: 84vh; object-fit: contain; filter: drop-shadow(0 0 35px rgba(227,163,63,.28)); }
.lightbox-close { position: absolute; top: 18px; right: 24px; border: 1px solid var(--accent); background: transparent; color: var(--accent); width: 42px; height: 42px; border-radius: 50%; font-size: 28px; line-height: 1; cursor: pointer; }
.lightbox-close:hover { background: var(--accent); color: var(--deep); }
@media(max-width:760px) {
  .section-shell { padding-left: 20px; padding-right: 20px; }
  .site-header { padding: 18px 20px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; z-index: 5; top: 62px; left: 20px; right: 20px; background: var(--deep); padding: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.35); flex-direction: column; align-items: stretch; gap: 16px; }
  .site-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { display: flex; flex-direction: column; padding-top: 60px; gap: 50px; min-height: auto; }
  .hero h1 { font-size: 62px; }
  .hero-art { width: 100%; height: 400px; }
  .split-section, .visit { grid-template-columns: 1fr; gap: 20px; }
  .intro, .treatments, .contact { padding-top: 75px; padding-bottom: 85px; }
  .body-copy, .contact-copy { padding-top: 10px; }
  .section-heading { display: block; margin-bottom: 35px; }
  .heading-note { margin-top: 20px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 300px; }
  .treatment-card h3 { margin-top: 48px; }
  .extra-menu { grid-template-columns: 1fr; }
  .thai-tradition { padding-bottom: 85px; }
  .tradition-grid { grid-template-columns: 1fr 1fr; }
  .tradition-copy { grid-column: span 2; grid-row: 1; padding: 28px 0 35px; }
  .tradition-grid figure { min-height: 270px; }
  .gallery { padding-top: 0; padding-bottom: 85px; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .photo-wide { grid-column: span 2; }
  .visit { padding-bottom: 85px; }
  .visit-card { padding: 38px 28px; min-height: 420px; }
  .visit-card h2 { font-size: 52px; }
  .visit-details { grid-template-columns: 1fr; margin: 40px 0 30px; }
  .quote-card { min-height: 330px; padding: 35px 28px; }
  .quote-card blockquote { font-size: 27px; }
  .site-footer { display: block; }
  .site-footer p { margin-bottom: 5px; }
  .brand-logo { width: 42px; height: 42px; }
}
