:root {
  --ink: #20211f;
  --muted: #69685f;
  --paper: #f2eee6;
  --white: #fffdf9;
  --accent: #d65d3d;
  --accent-dark: #a43e28;
  --line: rgba(32, 33, 31, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Leelawadee UI", "Noto Sans Thai", Tahoma, sans-serif;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--ink); transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s;
}
.site-header.scrolled { background: rgba(242, 238, 230, .94); border-color: var(--line); backdrop-filter: blur(12px); }
.nav-wrap { height: var(--header-height); max-width: 1440px; margin: 0 auto; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1.15; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50% 50% 46% 46%; color: var(--paper); background: var(--ink); font: italic 700 22px/1 var(--serif); }
.brand strong { display: block; font-size: 12px; letter-spacing: .16em; }
.brand small { color: var(--muted); font-size: 10px; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; font-size: 13px; font-weight: 600; text-decoration: none; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--ink); transition: right .25s; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 11px 20px; border-radius: 100px; color: var(--white); background: var(--ink); }
.menu-button { display: none; border: 0; background: none; cursor: pointer; }

.hero { min-height: 780px; padding: calc(var(--header-height) + 44px) 4.5vw 56px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 4.5vw; align-items: center; max-width: 1536px; margin: 0 auto; }
.hero-copy { max-width: 600px; padding-left: clamp(0px, 3vw, 48px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
h1 { font-size: clamp(58px, 6.2vw, 100px); }
h1 > span, h2 > span { display: block; color: var(--accent); font-style: italic; }
.hero-lead { max-width: 520px; margin: 30px 0; color: var(--muted); font-size: 16px; }
.price-row { display: flex; align-items: flex-end; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-row small { display: block; color: var(--muted); font-size: 11px; }
.price-row strong { font: 700 clamp(35px, 3.3vw, 54px)/1 var(--serif); }
.price-row strong span { font: 600 14px/1 var(--sans); letter-spacing: 0; }
.price-row p { margin: 0 0 6px; padding: 4px 10px; border: 1px solid var(--accent); border-radius: 100px; color: var(--accent-dark); font-size: 11px; font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 52px; padding: 0 22px; text-decoration: none; font-size: 13px; font-weight: 700; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { background: var(--accent-dark); }
.text-link { padding: 8px 0; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; }
.hero-visual { position: relative; align-self: stretch; min-height: 600px; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(20, 18, 15, .5)); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; top: 45px; right: 34px; z-index: 1; width: 112px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--white); background: var(--accent); transform: rotate(8deg); }
.hero-badge strong { font: italic 700 27px/1 var(--serif); }
.hero-badge span { font-size: 12px; }
.image-caption { position: absolute; z-index: 1; left: 30px; bottom: 18px; margin: 0; color: #fff; font-size: 11px; line-height: 1.55; }

.quick-facts { display: grid; grid-template-columns: repeat(4, 1fr) 1.6fr; align-items: center; gap: 0; padding: 25px 8vw; color: var(--white); background: var(--ink); }
.quick-facts > div { display: flex; align-items: baseline; justify-content: center; gap: 8px; min-height: 45px; border-right: 1px solid rgba(255,255,255,.18); }
.quick-facts > div:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.quick-facts strong { font: 400 32px/1 var(--serif); }
.quick-facts span { color: #b9b8b1; font-size: 11px; }
.quick-facts > p { margin: 0; text-align: center; font-size: 12px; }
.quick-facts > p span { margin-right: 5px; color: var(--accent); font-size: 8px; }

.section { padding: 120px 7vw; }
.intro { display: grid; grid-template-columns: .82fr 1.18fr; grid-template-areas: "heading copy" "image image2"; gap: 60px 7vw; max-width: 1440px; margin: 0 auto; }
.section-heading { grid-area: heading; }
h2 { font-size: clamp(52px, 6vw, 88px); }
.intro-copy { grid-area: copy; }
.lead { margin: 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.8; }
.feature-list { margin-top: 46px; border-top: 1px solid var(--line); }
.feature-list article { display: grid; grid-template-columns: 44px 145px 1fr; align-items: baseline; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.feature-list article > span { color: var(--accent); font: italic 17px/1 var(--serif); }
.feature-list h3 { margin: 0; font-size: 14px; }
.feature-list p { margin: 0; color: var(--muted); font-size: 12px; }
.intro-image { grid-area: image; margin: 0; align-self: end; }
.intro-image-small { grid-area: image2; width: 84%; justify-self: end; }
.intro-image img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.intro-image-small img { aspect-ratio: 1.1; }
figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; }

.gallery { max-width: none; color: var(--white); background: var(--ink); }
.gallery-header { display: flex; align-items: flex-end; justify-content: space-between; max-width: 1240px; margin: 0 auto 50px; }
.eyebrow-light { color: #b4b3ad; }
.gallery h2 span { color: var(--accent); }
.outline-button { padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.6); color: #fff; background: transparent; cursor: pointer; font-size: 12px; }
.gallery-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; grid-template-rows: repeat(2, 240px); gap: 10px; max-width: 1240px; margin: 0 auto; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; color: #fff; background: #333; cursor: zoom-in; }
.gallery-item-main { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); }
.gallery-item::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.5)); }
.gallery-item > span { position: absolute; z-index: 1; left: 15px; bottom: 12px; font: italic 15px/1 var(--serif); }
.gallery-more > span { inset: 0; display: grid; place-content: center; text-align: center; background: rgba(23,22,20,.67); font: 600 11px/1.4 var(--sans); }
.gallery-more > span strong { display: block; margin-bottom: 6px; font: italic 35px/1 var(--serif); }

.location { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; align-items: center; max-width: 1380px; margin: 0 auto; }
.location-copy .lead { margin-top: 32px; }
.location-list { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.location-list li { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.location-list span { color: var(--muted); }
.location-card { position: relative; min-height: 570px; overflow: hidden; padding: 50px; background: #dfd9cc; isolation: isolate; }
.location-card::before, .location-card::after { content: ""; position: absolute; z-index: -1; background: rgba(255,255,255,.55); transform: rotate(-22deg); }
.location-card::before { width: 120%; height: 64px; top: 210px; left: -60px; }
.location-card::after { width: 65px; height: 120%; top: -50px; left: 46%; }
.route-line { position: absolute; width: 70%; height: 54%; top: 105px; left: 17%; border: 3px dotted var(--accent); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-13deg); }
.route-line i { position: absolute; width: 12px; height: 12px; border: 3px solid var(--accent); border-radius: 50%; background: var(--paper); }
.route-line i:nth-child(1) { left: 4%; bottom: 7%; }
.route-line i:nth-child(2) { top: 6%; right: 17%; }
.route-line i:nth-child(3) { right: -2%; bottom: 20%; }
.map-label { position: absolute; padding: 7px 11px; border-radius: 4px; color: var(--white); background: var(--ink); font-size: 11px; font-weight: 700; }
.map-label-home { left: 13%; bottom: 29%; }
.map-label-bts { top: 14%; right: 13%; background: var(--accent); }
.distance-badge { position: absolute; top: 40%; left: 42%; width: 130px; height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--white); background: var(--ink); box-shadow: 0 12px 35px rgba(32,33,31,.2); }
.distance-badge small { font-size: 10px; }
.distance-badge strong { font: italic 48px/.9 var(--serif); }
.distance-badge span { font-size: 11px; }
.location-card > p { position: absolute; right: 34px; bottom: 25px; margin: 0; text-align: right; color: var(--muted); font-size: 10px; }

.extras { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 650px; padding: 0; color: var(--white); background: var(--accent-dark); }
.extras-image img { width: 100%; height: 100%; object-fit: cover; }
.extras-copy { padding: 90px 8vw; align-self: center; }
.extras-copy h2 span { color: #f2b39e; }
.extras-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.extras-copy li { display: flex; gap: 10px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 13px; }
.extras-copy li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.25); }
.extras-copy li:nth-child(even) { padding-left: 20px; }
.extras-copy li span { color: #f2b39e; }

.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: center; max-width: 1380px; margin: 0 auto; }
.contact-main > p:last-child { max-width: 520px; margin: 32px 0 0; color: var(--muted); }
.contact-card { padding: 35px; border: 1px solid var(--line); background: rgba(255,255,255,.28); }
.contact-card > p { margin: 0 0 22px; color: var(--muted); font-size: 11px; }
.contact-card a { display: flex; align-items: baseline; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); text-decoration: none; }
.contact-card a:hover strong { color: var(--accent); }
.contact-card small { min-width: 42px; color: var(--muted); font-size: 10px; letter-spacing: .1em; }
.contact-card strong { font: 400 clamp(24px, 2.5vw, 37px)/1 var(--serif); transition: color .2s; }
.contact-card > span { display: block; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }

footer { min-height: 130px; padding: 38px 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; color: #b8b7b0; background: var(--ink); font-size: 10px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { color: var(--ink); background: var(--paper); }
.brand-footer small { color: #999991; }
footer p { margin: 0; }
footer p:last-child { text-align: right; }
.mobile-bar { display: none; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; color: #fff; background: rgba(20,20,18,.97); }
.lightbox::backdrop { background: rgba(20,20,18,.9); }
.lightbox-toolbar { height: 68px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); }
.lightbox-toolbar p { margin: 0; font-size: 12px; }
.lightbox-toolbar button { width: 44px; height: 44px; border: 0; color: #fff; background: none; cursor: pointer; font-size: 32px; }
.lightbox-stage { height: calc(100vh - 68px); display: grid; grid-template-columns: 70px 1fr 70px; align-items: center; }
.lightbox-stage figure { width: min(1100px, 78vw); height: min(76vh, 780px); margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.lightbox-stage img { width: 100%; height: calc(100% - 34px); object-fit: contain; }
.lightbox-stage figcaption { color: #bbb; }
.lightbox-arrow { width: 48px; height: 48px; justify-self: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: none; cursor: pointer; }
.lightbox-arrow:hover, .lightbox-arrow:focus-visible { border-color: #fff; background: rgba(255,255,255,.08); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid #f1a58f; outline-offset: 4px; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: .95fr 1.05fr; min-height: 720px; }
  .hero-visual { min-height: 540px; }
  .feature-list article { grid-template-columns: 35px 120px 1fr; }
  .gallery-grid { grid-template-rows: repeat(2, 210px); }
}

@media (max-width: 820px) {
  :root { --header-height: 70px; }
  .nav-wrap { padding: 0 20px; }
  .menu-button { position: relative; z-index: 2; width: 42px; height: 42px; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 8px; }
  .menu-button > span:not(.sr-only) { width: 100%; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-button[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 20vw; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s, visibility .2s, transform .2s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font: 400 38px/1.2 var(--serif); }
  .nav-cta { margin-top: 15px; font: 700 14px/1 var(--sans) !important; }
  .hero { min-height: auto; padding: calc(var(--header-height) + 42px) 20px 40px; grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { padding: 0; }
  .hero-visual { min-height: 570px; }
  .quick-facts { grid-template-columns: repeat(4, 1fr); padding: 22px 20px; }
  .quick-facts > p { grid-column: 1 / -1; margin-top: 18px; }
  .section { padding: 88px 25px; }
  .intro { grid-template-columns: 1fr; grid-template-areas: "heading" "copy" "image" "image2"; gap: 40px; }
  .intro-image-small { width: 75%; }
  .gallery-grid { grid-template-columns: 1.4fr 1fr; grid-template-rows: repeat(3, 210px); }
  .gallery-item-main { grid-row: 1 / 3; }
  .gallery-item:last-child { grid-column: 1 / -1; }
  .location { grid-template-columns: 1fr; }
  .location-card { min-height: 500px; }
  .extras { grid-template-columns: 1fr; }
  .extras-image { height: 480px; }
  .extras-copy { padding: 80px 25px; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; padding-bottom: 110px; }
  footer > p:nth-child(2) { display: none; }
}

@media (max-width: 560px) {
  body { padding-bottom: 70px; }
  .brand strong { font-size: 11px; }
  h1 { font-size: clamp(52px, 16vw, 75px); }
  .hero-lead { margin: 24px 0; font-size: 14px; }
  .price-row { align-items: center; }
  .price-row strong { font-size: 38px; }
  .hero-actions { justify-content: space-between; gap: 16px; }
  .button { gap: 18px; }
  .hero-visual { min-height: 430px; }
  .hero-badge { top: 22px; right: 18px; width: 92px; height: 92px; }
  .hero-badge strong { font-size: 22px; }
  .quick-facts { grid-template-columns: 1fr 1fr; }
  .quick-facts > div { border-bottom: 1px solid rgba(255,255,255,.18); border-right: 0; }
  .quick-facts > div:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); }
  .quick-facts > div:first-child { border-left: 1px solid rgba(255,255,255,.18); }
  .quick-facts > div:nth-child(-n+2) { padding-bottom: 12px; }
  .quick-facts > div:nth-child(n+3) { padding-top: 12px; }
  .section { padding: 76px 20px; }
  h2 { font-size: clamp(49px, 15vw, 68px); }
  .feature-list article { grid-template-columns: 33px 1fr; }
  .feature-list p { grid-column: 2; }
  .intro-image-small { width: 88%; }
  .gallery { padding-left: 0; padding-right: 0; }
  .gallery-header { padding: 0 20px; align-items: flex-start; }
  .gallery-header .outline-button { align-self: flex-end; white-space: nowrap; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 150px 150px; gap: 5px; }
  .gallery-item-main { grid-column: 1 / -1; grid-row: auto; }
  .gallery-item:last-child { grid-column: auto; }
  .location-card { min-height: 420px; padding: 25px; }
  .distance-badge { width: 105px; height: 105px; }
  .distance-badge strong { font-size: 38px; }
  .extras-image { height: 360px; }
  .extras-copy ul { grid-template-columns: 1fr; }
  .extras-copy li:nth-child(odd) { border-right: 0; }
  .extras-copy li:nth-child(even) { padding-left: 0; }
  .contact-card { padding: 25px 20px; }
  footer { display: block; text-align: center; }
  .brand-footer { justify-content: center; }
  footer p:last-child { margin-top: 20px; text-align: center; }
  .mobile-bar { position: fixed; z-index: 90; inset: auto 0 0; height: 70px; padding: 10px 12px 10px 20px; display: flex; align-items: center; justify-content: space-between; color: var(--white); background: var(--ink); }
  .mobile-bar span small { display: block; color: #aaa; font-size: 9px; }
  .mobile-bar span strong { font: 400 20px/1.1 var(--serif); }
  .mobile-bar a { padding: 13px 22px; border-radius: 100px; color: var(--white); background: var(--accent); text-decoration: none; font-size: 12px; font-weight: 700; }
  .lightbox-stage { grid-template-columns: 50px 1fr 50px; }
  .lightbox-stage figure { width: 100%; height: 72vh; }
  .lightbox-arrow { width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
