/* ═══════════════════════════════════════════════════════════
   บ้านอากง โฮมสเตย์ ปากพนัง — Baan Argong Homestay
   Design tokens: wood brown · cream · muted green · gold
   ═══════════════════════════════════════════════════════════ */

:root {
  /* palette */
  --wood-900: #2A1B10;
  --wood-800: #3D2817;
  --wood-700: #5B3A22;
  --wood-600: #74492A;
  --wood-500: #8B5E3C;
  --wood-400: #A87B55;
  --wood-200: #D9C0A5;
  --wood-100: #EFE0CE;

  --cream-50: #FDFAF5;
  --cream-100: #FBF5EC;
  --cream-200: #F5EADB;
  --cream-300: #EDDFCB;

  --green-700: #4E5C45;
  --green-600: #63755A;
  --green-500: #7C8B6F;
  --green-200: #C6D0BC;

  --gold-600: #A8801F;
  --gold-500: #C29A32;
  --gold-400: #D9B45C;
  --gold-200: #EBD8A6;

  --ink: #241811;
  --ink-soft: #55443A;
  --ink-mute: #7C6A5D;
  --line: #E3D5C2;

  --white: #fff;

  /* type */
  --f-display: 'Noto Serif Thai', 'Cormorant Garamond', Georgia, serif;
  --f-body: 'IBM Plex Sans Thai', 'Noto Sans Thai', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --f-latin: 'Cormorant Garamond', Georgia, serif;

  /* space */
  --wrap: 1220px;
  --pad: clamp(1.15rem, 4vw, 2.5rem);
  --sec-y: clamp(3.75rem, 8vw, 7rem);
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 34px;

  --sh-1: 0 1px 2px rgba(42, 27, 16, .05), 0 4px 14px rgba(42, 27, 16, .06);
  --sh-2: 0 4px 12px rgba(42, 27, 16, .07), 0 18px 44px rgba(42, 27, 16, .1);
  --sh-3: 0 10px 24px rgba(42, 27, 16, .1), 0 30px 70px rgba(42, 27, 16, .16);

  --ease: cubic-bezier(.22, .68, .32, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

/* ── reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--f-body);
  font-size: clamp(15.5px, .43vw + 14.6px, 17px);
  line-height: 1.75;
  color: var(--ink);
  background: var(--cream-100);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; padding: 0; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 600; line-height: 1.28; letter-spacing: -.005em; }
::selection { background: var(--gold-200); color: var(--wood-900); }

.skip {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--wood-700); color: #fff; padding: .8rem 1.2rem; border-radius: 0 0 10px 0;
}
.skip:focus { left: 0; }
:focus-visible { outline: 2.5px solid var(--gold-500); outline-offset: 3px; border-radius: 4px; }

/* ── layout ────────────────────────────────────────────── */
.wrap { width: min(100% - var(--pad) * 2, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - var(--pad) * 2, 860px); }
.section { padding-block: var(--sec-y); position: relative; }
.section-tight { padding-block: clamp(2.2rem, 5vw, 4rem); }
.section-cream { background: linear-gradient(180deg, var(--cream-200), var(--cream-100) 60%); }
.center { text-align: center; }
.mt-24 { margin-top: 1.5rem; } .mt-40 { margin-top: 2.5rem; }
.muted { color: var(--ink-mute); }
.mono { font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* ── icons ─────────────────────────────────────────────── */
.ico { width: 1.15em; height: 1.15em; flex: 0 0 auto; }

/* ── typography blocks ─────────────────────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--f-body); font-size: .82rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--green-600); margin-bottom: 1rem;
}
.eyebrow .ico { width: 1.05rem; height: 1.05rem; color: var(--gold-500); }
.eyebrow-light { color: var(--gold-200); }
.eyebrow-light .ico { color: var(--gold-400); }

.sec-title { font-size: clamp(1.7rem, 3.4vw, 2.9rem); color: var(--wood-800); }
.sec-title.sm { font-size: clamp(1.4rem, 2.4vw, 1.95rem); }
.sec-sub { margin-top: 1rem; color: var(--ink-soft); font-size: 1.02rem; max-width: 62ch; }
.sec-head { max-width: 72ch; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .sec-sub { margin-inline: auto; }
.lead { color: var(--ink-soft); margin-bottom: 1.05rem; }
.lead:last-child { margin-bottom: 0; }
.sec-note {
  display: flex; gap: .55rem; align-items: flex-start; justify-content: center;
  margin-top: 2rem; color: var(--ink-mute); font-size: .9rem; text-align: center;
}
.sec-note-left { justify-content: flex-start; text-align: left; margin-top: 0; margin-bottom: 1.4rem; }
.sec-note .ico { color: var(--gold-500); margin-top: .28em; }

/* ── image frames — กรอบพอดีรูป ไม่ครอป ──────────────── */
.frame {
  display: block; position: relative; overflow: hidden;
  border-radius: var(--r-md); background: var(--cream-300);
  aspect-ratio: var(--r, 4/3);
}
.frame > img, .img-fit { width: 100%; height: 100%; object-fit: contain; }
.frame > img { object-fit: cover; }
.img-cover { width: 100%; height: 100%; object-fit: cover; }

/* ── buttons ───────────────────────────────────────────── */
.btn {
  --bg: var(--wood-700); --fg: #fff; --bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .78rem 1.5rem; border-radius: 100px;
  background: var(--bg); color: var(--fg); border: 1.5px solid var(--bd);
  font-weight: 600; font-size: .95rem; letter-spacing: .01em;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), color .3s var(--ease);
  position: relative; overflow: hidden; white-space: nowrap;
}
.btn .ico { width: 1.1rem; height: 1.1rem; transition: transform .3s var(--ease); }
.btn:hover { transform: translateY(-2px); box-shadow: var(--sh-2); }
.btn:active { transform: translateY(0); }
.btn:hover .ico:last-child { transform: translateX(3px); }
.btn-sm { padding: .55rem 1.05rem; font-size: .87rem; }
.btn-lg { padding: .95rem 1.9rem; font-size: 1rem; }
.btn-block { display: flex; width: 100%; }
.btn-gold { --bg: linear-gradient(135deg, var(--gold-500), var(--gold-600)); --fg: #fff; box-shadow: 0 4px 14px rgba(168, 128, 31, .28); }
.btn-gold:hover { box-shadow: 0 10px 26px rgba(168, 128, 31, .34); }
.btn-outline { --bg: transparent; --fg: var(--wood-700); --bd: var(--wood-200); }
.btn-outline:hover { --bg: var(--wood-700); --fg: #fff; --bd: var(--wood-700); }
.btn-ghost { --bg: rgba(91, 58, 34, .07); --fg: var(--wood-700); }
.btn-ghost:hover { --bg: rgba(91, 58, 34, .13); }
.btn-glass {
  --bg: rgba(255, 255, 255, .14); --fg: #fff; --bd: rgba(255, 255, 255, .4);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.btn-glass:hover { --bg: rgba(255, 255, 255, .24); }

.link-arrow {
  display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.4rem;
  font-weight: 600; color: var(--wood-700); border-bottom: 1.5px solid var(--gold-400);
  padding-bottom: 2px; transition: gap .3s var(--ease), color .3s var(--ease);
}
.link-arrow:hover { gap: .8rem; color: var(--gold-600); }
.link-arrow .ico { width: 1.05rem; height: 1.05rem; }

.chip {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .32rem .82rem; border-radius: 100px;
  font-size: .78rem; font-weight: 600; letter-spacing: .02em;
  background: var(--green-200); color: var(--green-700);
}
.chip-gold { background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); color: #fff; }

/* ── topbar ────────────────────────────────────────────── */
.topbar {
  background: var(--wood-800); color: var(--cream-200);
  font-size: .82rem; letter-spacing: .015em;
}
.topbar-in { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .5rem 0; text-align: center; }
.topbar .ico { color: var(--gold-400); width: 1rem; height: 1rem; }

/* ── header ────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 245, 236, .82);
  backdrop-filter: blur(16px) saturate(1.5); -webkit-backdrop-filter: blur(16px) saturate(1.5);
  border-bottom: 1px solid transparent;
  transition: border-color .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}
.site-header.is-stuck { border-color: var(--line); box-shadow: 0 2px 20px rgba(42, 27, 16, .06); }
.header-in { display: flex; align-items: center; gap: 1.2rem; min-height: 74px; }
.brand { display: flex; align-items: center; gap: .7rem; margin-right: auto; }
.brand-mark { width: 44px; height: 44px; border-radius: 50%; background: var(--cream-50); padding: 2px; transition: transform .5s var(--ease); }
.brand:hover .brand-mark { transform: rotate(-6deg) scale(1.05); }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-th { font-family: var(--f-display); font-weight: 600; font-size: 1.02rem; color: var(--wood-800); }
.brand-en { font-family: var(--f-latin); font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-mute); }

.nav { display: flex; gap: .3rem; }
.nav-link {
  position: relative; padding: .5rem .78rem; border-radius: 8px;
  font-size: .93rem; font-weight: 500; color: var(--ink-soft);
  transition: color .3s var(--ease);
}
.nav-link::after {
  content: ''; position: absolute; left: .78rem; right: .78rem; bottom: .28rem; height: 1.5px;
  background: var(--gold-500); transform: scaleX(0); transform-origin: left;
  transition: transform .38s var(--ease);
}
.nav-link:hover { color: var(--wood-800); }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); }
.nav-link.is-active { color: var(--wood-800); font-weight: 600; }

.header-actions { display: flex; align-items: center; gap: .5rem; }
.burger { display: none; padding: .5rem; border-radius: 10px; color: var(--wood-700); }
.burger:hover { background: rgba(91, 58, 34, .08); }
.burger .ico { width: 1.5rem; height: 1.5rem; }
.show-xs { display: none; }

/* mobile nav */
.mobile-nav {
  position: fixed; inset: 0; z-index: 200;
  background: var(--cream-100);
  padding: 5.5rem var(--pad) 2rem;
  overflow-y: auto;
  animation: mnIn .4s var(--ease-out);
}
.mobile-nav[hidden] { display: none; }
@keyframes mnIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
.mobile-nav-in { max-width: 480px; margin-inline: auto; }
.mobile-nav a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.05rem .2rem; border-bottom: 1px solid var(--line);
  font-family: var(--f-display); font-size: 1.24rem; color: var(--wood-800);
}
.mn-arrow .ico { width: 1.1rem; height: 1.1rem; color: var(--wood-400); }
.mobile-nav-cta { display: grid; gap: .7rem; margin-top: 2rem; }
.mobile-nav-cta a { border-bottom: 0; padding: .9rem; font-family: var(--f-body); font-size: .98rem; justify-content: center; }

/* ── HERO ──────────────────────────────────────────────── */
.hero {
  position: relative; isolation: isolate;
  height: clamp(560px, 92svh, 940px);
  display: flex; align-items: flex-end;
  overflow: hidden;
  background: var(--wood-900);
}
.hero-track { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity 1.5s var(--ease);
}
.hero-slide.is-active { opacity: 1; }
.hero-slide img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.06);
}
.hero-slide.is-active img { animation: kenburns 9s var(--ease) forwards; }
@keyframes kenburns { from { transform: scale(1.12); } to { transform: scale(1.005); } }
.hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(42, 27, 16, .58) 0%, rgba(42, 27, 16, .16) 26%, rgba(42, 27, 16, .5) 58%, rgba(42, 27, 16, .8) 82%, rgba(42, 27, 16, .92) 100%),
    radial-gradient(120% 90% at 15% 100%, rgba(42, 27, 16, .5), transparent 60%);
}
.hero-content { position: relative; padding-bottom: clamp(5rem, 12vh, 8.5rem); color: #fff; max-width: 940px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .42rem 1rem; border-radius: 100px; margin-bottom: 1.4rem;
  background: rgba(255, 255, 255, .15); border: 1px solid rgba(255, 255, 255, .3);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  font-size: .82rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  animation: heroUp .9s .1s var(--ease-out) both;
}
.hero-badge .ico { color: var(--gold-400); width: 1rem; height: 1rem; }
.hero-title {
  font-size: clamp(2.3rem, 6.6vw, 4.9rem); line-height: 1.14; font-weight: 600;
  text-shadow: 0 2px 30px rgba(0, 0, 0, .35);
  animation: heroUp 1s .22s var(--ease-out) both;
}
.hero-sub {
  margin-top: 1.15rem; font-size: clamp(1rem, 1.6vw, 1.24rem);
  color: rgba(255, 255, 255, .9); max-width: 46ch;
  text-shadow: 0 1px 16px rgba(0, 0, 0, .4);
  animation: heroUp 1s .36s var(--ease-out) both;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.1rem; animation: heroUp 1s .5s var(--ease-out) both; }
@keyframes heroUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

.hero-ui {
  position: absolute; left: 50%; transform: translateX(-50%);
  bottom: clamp(1.5rem, 4vh, 2.6rem); z-index: 3;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.hero-dots { display: flex; gap: .5rem; }
.hero-dot {
  width: 30px; height: 3px; border-radius: 100px;
  background: rgba(255, 255, 255, .34); transition: background .35s var(--ease), width .35s var(--ease);
}
.hero-dot.is-active { background: var(--gold-400); width: 46px; }
.hero-arrows { display: flex; gap: .5rem; }
.hero-arrow {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  background: rgba(255, 255, 255, .13); border: 1px solid rgba(255, 255, 255, .3);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.hero-arrow:hover { background: rgba(255, 255, 255, .28); transform: scale(1.08); }
.hero-prev .ico { transform: rotate(180deg); }
.hero-scroll {
  position: absolute; left: 50%; bottom: 0; width: 1px; height: 0;
  background: rgba(255, 255, 255, .3); z-index: 2;
}

/* ── QUICK FACTS ───────────────────────────────────────── */
.qf-wrap { position: relative; margin-top: -3.4rem; z-index: 10; }
.qf {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--cream-50); border-radius: var(--r-lg);
  box-shadow: var(--sh-2); overflow: hidden;
  border: 1px solid var(--line);
}
.qf-item { display: flex; align-items: center; gap: .85rem; padding: 1.4rem 1.5rem; }
.qf-item + .qf-item { border-left: 1px solid var(--line); }
.qf-ico {
  width: 44px; height: 44px; border-radius: 13px; flex: 0 0 auto;
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--cream-200), var(--cream-300));
  color: var(--wood-600);
}
.qf-ico .ico { width: 1.35rem; height: 1.35rem; }
.qf-text { display: flex; flex-direction: column; line-height: 1.35; min-width: 0; }
.qf-label { font-size: .78rem; color: var(--ink-mute); letter-spacing: .03em; }
.qf-value { font-family: var(--f-display); font-weight: 600; color: var(--wood-800); font-size: 1.02rem; }

/* ── INTRO ─────────────────────────────────────────────── */
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.4rem, 6vw, 5rem); align-items: center; }
.tag-row { display: flex; flex-wrap: wrap; gap: .55rem .5rem; margin-top: 1.6rem; }
.tag-row li {
  display: inline-flex; align-items: center; gap: .38rem;
  padding: .4rem .9rem; border-radius: 100px;
  background: var(--cream-200); color: var(--wood-700);
  font-size: .87rem; font-weight: 500; border: 1px solid var(--line);
}
.tag-row .ico { width: .95rem; height: .95rem; color: var(--green-600); }

.intro-media { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.intro-fig { position: relative; z-index: 2; }
.intro-fig .frame { box-shadow: var(--sh-2); }
.intro-fig-1 { grid-column: 1 / 2; }
.intro-fig-2 { grid-column: 2 / 3; margin-top: 2.6rem; }
.intro-fig-3 { grid-column: 1 / -1; width: 74%; margin-inline: auto; margin-top: -.4rem; }
.intro-fig-1 .frame { border-radius: var(--r-lg) var(--r-lg) var(--r-lg) 60px; }
.intro-fig-2 .frame { border-radius: var(--r-lg) 60px var(--r-lg) var(--r-lg); }
.intro-fig-3 .frame { border-radius: 60px var(--r-lg) 60px var(--r-lg); }
.intro-blob {
  position: absolute; inset: -8% -12% -12% -8%; z-index: 0; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(198, 208, 188, .5), transparent 62%),
              radial-gradient(circle at 75% 75%, rgba(235, 216, 166, .5), transparent 60%);
  filter: blur(28px);
}

/* ── FEATURES ──────────────────────────────────────────── */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
@media (max-width: 1000px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px)  { .feat-grid { grid-template-columns: 1fr; } }
.feat {
  background: var(--cream-50); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 1.9rem 1.7rem;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
  position: relative; overflow: hidden;
}
.feat::before {
  content: ''; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold-400), var(--green-500));
  transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease);
}
.feat:hover { transform: translateY(-6px); box-shadow: var(--sh-2); border-color: var(--wood-200); }
.feat:hover::before { transform: scaleX(1); }
.feat-ico {
  display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px;
  background: linear-gradient(140deg, var(--cream-200), var(--cream-300));
  color: var(--wood-600); margin-bottom: 1.1rem;
  transition: transform .45s var(--ease), background .45s var(--ease), color .45s var(--ease);
}
.feat:hover .feat-ico { transform: rotate(-7deg) scale(1.06); background: linear-gradient(140deg, var(--gold-400), var(--gold-500)); color: #fff; }
.feat-ico .ico { width: 1.55rem; height: 1.55rem; }
.feat h3 { font-size: 1.16rem; color: var(--wood-800); margin-bottom: .5rem; }
.feat p { color: var(--ink-soft); font-size: .95rem; }

/* ── ROOMS ─────────────────────────────────────────────── */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: 2.4rem; }
.filter {
  padding: .55rem 1.2rem; border-radius: 100px;
  border: 1.5px solid var(--line); background: var(--cream-50);
  font-size: .89rem; font-weight: 500; color: var(--ink-soft);
  transition: all .3s var(--ease);
}
.filter:hover { border-color: var(--wood-200); color: var(--wood-700); }
.filter.is-active { background: var(--wood-700); border-color: var(--wood-700); color: #fff; }

.room-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: clamp(1.1rem, 2.4vw, 1.9rem); }
.room-card {
  background: var(--cream-50); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.room-card:hover { transform: translateY(-8px); box-shadow: var(--sh-3); }
.room-card.is-hidden { display: none; }
.room-media { position: relative; display: block; overflow: hidden; }
.room-media .frame { border-radius: 0; aspect-ratio: 4 / 3; }
.room-media img { transition: transform 1.1s var(--ease); }
.room-card:hover .room-media img { transform: scale(1.055); }
.room-chip { position: absolute; top: .9rem; left: .9rem; z-index: 2; box-shadow: 0 2px 10px rgba(0, 0, 0, .18); }
.room-count {
  position: absolute; bottom: .9rem; right: .9rem; z-index: 2;
  display: inline-flex; align-items: center; gap: .32rem;
  padding: .28rem .68rem; border-radius: 100px;
  background: rgba(42, 27, 16, .58); color: #fff; font-size: .78rem; font-weight: 600;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.room-count .ico { width: .95rem; height: .95rem; }
.room-body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.room-cat { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--green-600); font-weight: 600; margin-bottom: .4rem; }
.room-name { font-size: 1.25rem; color: var(--wood-800); }
.room-name a { transition: color .3s var(--ease); }
.room-name a:hover { color: var(--gold-600); }
.room-sum { color: var(--ink-soft); font-size: .93rem; margin-top: .55rem; }
.room-specs { display: flex; flex-wrap: wrap; gap: .45rem .9rem; margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px dashed var(--line); }
.room-specs li { display: inline-flex; align-items: center; gap: .35rem; font-size: .85rem; color: var(--ink-mute); }
.room-specs .ico { width: 1.05rem; height: 1.05rem; color: var(--wood-500); }
.room-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.3rem; }
.room-price { display: flex; flex-direction: column; line-height: 1.2; }
.room-price strong { font-family: var(--f-display); font-size: 1.62rem; color: var(--wood-800); }
.room-price span { font-size: .78rem; color: var(--ink-mute); }

/* ── BREAKFAST (wood section) ──────────────────────────── */
.section-wood {
  background:
    linear-gradient(160deg, rgba(61, 40, 23, .97), rgba(42, 27, 16, .99)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .02) 0 2px, transparent 2px 7px);
  color: var(--cream-200);
}
.section-wood .sec-title { color: var(--cream-100); }
.section-wood .lead { color: rgba(245, 234, 219, .78); }
.bf-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(2.2rem, 5vw, 4.5rem); align-items: start; }
.bf-copy { position: sticky; top: 110px; }
@media (max-width: 980px) { .bf-copy { position: static; } }
.bf-points { display: grid; gap: .7rem; margin-top: 1.8rem; }
.bf-points li { display: flex; align-items: center; gap: .7rem; font-size: .95rem; color: var(--cream-200); }
.bf-points .ico { width: 1.2rem; height: 1.2rem; color: var(--gold-400); }
.mosaic-bf { columns: 2; column-gap: .85rem; }
.mos-item { cursor: zoom-in; break-inside: avoid; margin-bottom: .85rem; }
.mosaic-bf .mos-1 { margin-top: 0; }
.mosaic-bf .mos-2 { margin-top: 1.8rem; }
.mos-item .frame { border-radius: var(--r-md); box-shadow: 0 10px 30px rgba(0, 0, 0, .28); }
.mos-item img { transition: transform .9s var(--ease); }
.mos-item:hover img { transform: scale(1.05); }

/* ── EXPERIENCE RAIL ───────────────────────────────────── */
.exp-rail-wrap { position: relative; }
.exp-rail {
  display: flex; gap: 1.2rem; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-block: .5rem 1.6rem;
  padding-inline: max(var(--pad), calc((100% - var(--wrap)) / 2));
  scroll-padding-inline: max(var(--pad), calc((100% - var(--wrap)) / 2));
  scrollbar-width: none;
}
.exp-rail::-webkit-scrollbar { display: none; }
.exp-card { flex: 0 0 clamp(258px, 30vw, 340px); scroll-snap-align: start; }
.exp-media { margin-bottom: 1rem; overflow: hidden; border-radius: var(--r-lg); }
.exp-media .frame { border-radius: var(--r-lg); }
.exp-media img { transition: transform 1s var(--ease); }
.exp-card:hover .exp-media img { transform: scale(1.06); }
.exp-card h3 { font-size: 1.12rem; color: var(--wood-800); margin-bottom: .4rem; }
.exp-card p { font-size: .92rem; color: var(--ink-soft); }
.rail-nav { display: flex; gap: .55rem; justify-content: flex-end; margin-top: .4rem; }
.rail-btn {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  border: 1.5px solid var(--line); background: var(--cream-50); color: var(--wood-700);
  transition: all .3s var(--ease);
}
.rail-btn:hover { background: var(--wood-700); border-color: var(--wood-700); color: #fff; }
.rail-btn:first-child .ico { transform: rotate(180deg); }

/* ── MASONRY GALLERY (สัดส่วนจริงทุกภาพ) ──────────────── */
.masonry { columns: 3; column-gap: 1rem; }
.mas-item {
  break-inside: avoid; margin-bottom: 1rem; position: relative;
  border-radius: var(--r-md); overflow: hidden; cursor: zoom-in;
  box-shadow: var(--sh-1);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.mas-item .frame { border-radius: var(--r-md); }
.mas-item:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.mas-item img { transition: transform 1s var(--ease); }
.mas-item:hover img { transform: scale(1.05); }
.mas-item.is-hidden { display: none; }
.mas-item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 2.4rem .95rem .8rem;
  background: linear-gradient(180deg, transparent, rgba(42, 27, 16, .82));
  color: #fff; font-size: .82rem; line-height: 1.45;
  opacity: 0; transform: translateY(8px);
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.mas-item:hover figcaption { opacity: 1; transform: none; }

/* ── REVIEWS ───────────────────────────────────────────── */
.rev-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem; }
.rev {
  background: var(--cream-50); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 2.1rem 1.7rem 1.7rem; position: relative;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.rev:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.rev-quote { position: absolute; top: -16px; left: 1.6rem; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(140deg, var(--gold-400), var(--gold-500)); color: #fff; box-shadow: 0 6px 16px rgba(168, 128, 31, .3); }
.rev-quote .ico { width: 1.25rem; height: 1.25rem; }
.rev-stars { display: flex; gap: .15rem; color: var(--gold-500); margin-bottom: .8rem; }
.rev-stars .ico { width: 1.05rem; height: 1.05rem; fill: currentColor; }
.rev blockquote { color: var(--ink-soft); font-size: .96rem; }
.rev figcaption { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px dashed var(--line); display: flex; flex-direction: column; }
.rev figcaption strong { font-family: var(--f-display); color: var(--wood-800); }
.rev figcaption span { font-size: .84rem; color: var(--ink-mute); }

/* ── RULES + PAYMENT ───────────────────────────────────── */
.rp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: start; }
.rp-card { background: var(--cream-50); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--sh-1); }
.rp-title { display: flex; align-items: center; gap: .6rem; font-size: 1.35rem; color: var(--wood-800); margin-bottom: .5rem; }
.rp-title .ico { color: var(--gold-500); width: 1.5rem; height: 1.5rem; }
.rule-list { display: grid; gap: .8rem; margin-top: 1.4rem; counter-reset: r; }
.rule-list li { display: flex; gap: .75rem; align-items: flex-start; font-size: .95rem; color: var(--ink-soft); }
.rule-list .ico { color: var(--green-600); margin-top: .3em; width: 1.2rem; height: 1.2rem; }
.rule-list-sm li { font-size: .9rem; }
.bank { display: flex; gap: 1.4rem; align-items: flex-start; margin-top: 1.4rem; flex-wrap: wrap; }
.bank-rows { flex: 1 1 240px; display: grid; gap: .55rem; }
.bank-row { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; padding: .65rem .9rem; background: var(--cream-200); border-radius: 12px; }
.bank-row > span { font-size: .84rem; color: var(--ink-mute); min-width: 78px; }
.bank-row > strong { font-size: 1.02rem; color: var(--wood-800); }
.copy-btn {
  display: inline-flex; align-items: center; gap: .3rem; margin-left: auto;
  padding: .28rem .68rem; border-radius: 100px; background: var(--wood-700); color: #fff;
  font-size: .76rem; font-weight: 600; transition: background .3s var(--ease);
}
.copy-btn:hover { background: var(--wood-600); }
.copy-btn .ico { width: .9rem; height: .9rem; }
.copy-btn.copied { background: var(--green-600); }
.bank-qr { flex: 0 0 160px; }
.note { display: flex; gap: .5rem; align-items: flex-start; margin-top: 1.2rem; font-size: .88rem; color: var(--ink-mute); }
.note .ico { color: var(--gold-500); margin-top: .28em; }

/* ── FAQ ───────────────────────────────────────────────── */
.faq { display: grid; gap: .7rem; }
.faq-item { background: var(--cream-50); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: box-shadow .35s var(--ease), border-color .35s var(--ease); }
.faq-item[open] { box-shadow: var(--sh-1); border-color: var(--wood-200); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.4rem; cursor: pointer; list-style: none;
  font-family: var(--f-display); font-size: 1.06rem; font-weight: 600; color: var(--wood-800);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .ico { flex: 0 0 auto; color: var(--gold-500); transition: transform .4s var(--ease); }
.faq-item[open] summary .ico { transform: rotate(135deg); }
.faq-a { padding: 0 1.4rem 1.3rem; color: var(--ink-soft); font-size: .96rem; animation: faqIn .35s var(--ease-out); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ── LOCATION ──────────────────────────────────────────── */
.loc-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.6rem; align-items: start; }
.map-img { display: block; position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-2); }
.map-img .frame { border-radius: var(--r-lg); }
.map-img img { transition: transform .9s var(--ease); }
.map-img:hover img { transform: scale(1.03); }
.map-cta {
  position: absolute; bottom: 1rem; left: 1rem; z-index: 2;
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .55rem 1.1rem; border-radius: 100px;
  background: rgba(253, 250, 245, .93); color: var(--wood-800);
  font-size: .87rem; font-weight: 600; box-shadow: var(--sh-1);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.map-embed { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-2); aspect-ratio: 16/10; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
.addr-card { background: var(--cream-50); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.6rem; box-shadow: var(--sh-1); }
.addr-card h3 { display: flex; align-items: center; gap: .5rem; font-size: 1.08rem; color: var(--wood-800); margin-bottom: .6rem; }
.addr-card h3 .ico { color: var(--gold-500); }
.addr-card p { color: var(--ink-soft); font-size: .95rem; }
.addr-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.2rem; }
.dir-list { display: grid; gap: 1rem; margin-top: 1.2rem; }
.dir-list li { display: flex; gap: .9rem; align-items: flex-start; }
.dir-ico { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--cream-300); color: var(--wood-600); }
.dir-list strong { display: block; font-family: var(--f-display); color: var(--wood-800); margin-bottom: .1rem; }
.dir-list p { font-size: .9rem; color: var(--ink-soft); }
.route-map { margin-top: 1.6rem; cursor: zoom-in; }
.route-map .frame { border-radius: var(--r-lg); box-shadow: var(--sh-1); }
.route-map figcaption { margin-top: .7rem; text-align: center; font-size: .85rem; color: var(--ink-mute); }

/* ── CTA BAND ──────────────────────────────────────────── */
.cta-band { position: relative; isolation: isolate; padding-block: clamp(4rem, 9vw, 7rem); overflow: hidden; text-align: center; color: #fff; }
.cta-bg { position: absolute; inset: 0; z-index: -2; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(42, 27, 16, .78), rgba(42, 27, 16, .88)); }
.cta-in h2 { font-size: clamp(1.7rem, 3.6vw, 2.9rem); color: #fff; max-width: 20ch; margin-inline: auto; }
.cta-in p { margin-top: 1rem; color: rgba(255, 255, 255, .82); max-width: 52ch; margin-inline: auto; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 2rem; }

/* ── CONTACT ───────────────────────────────────────────── */
.ct-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1.6rem; align-items: start; }
.ct-channels { display: grid; gap: .7rem; }
.ch {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.1rem 1.3rem; border-radius: var(--r-md);
  background: var(--cream-50); border: 1px solid var(--line);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.ch:hover { transform: translateX(5px); box-shadow: var(--sh-1); border-color: var(--wood-200); }
.ch-ico { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: #fff; }
.ch-ico .ico { width: 1.35rem; height: 1.35rem; }
.ch-phone .ch-ico { background: linear-gradient(140deg, var(--gold-400), var(--gold-600)); }
.ch-line .ch-ico { background: linear-gradient(140deg, #4CC764, #2E9E45); }
.ch-fb .ch-ico { background: linear-gradient(140deg, #4267B2, #2B4A85); }
.ch-map .ch-ico { background: linear-gradient(140deg, var(--green-500), var(--green-700)); }
.ch-txt { display: flex; flex-direction: column; line-height: 1.35; min-width: 0; margin-right: auto; }
.ch-txt strong { font-family: var(--f-display); color: var(--wood-800); }
.ch-txt span { font-size: .87rem; color: var(--ink-mute); overflow: hidden; text-overflow: ellipsis; }
.ch > .ico:last-child { color: var(--wood-400); transition: transform .3s var(--ease); }
.ch:hover > .ico:last-child { transform: translateX(4px); }
.ch-hours { display: flex; align-items: center; gap: .6rem; padding: .9rem 1.3rem; border-radius: var(--r-md); background: var(--cream-200); font-size: .89rem; color: var(--ink-soft); }
.ch-hours .ico { color: var(--gold-600); }

.ct-form { background: var(--cream-50); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.3rem); box-shadow: var(--sh-1); }
.ct-form h3 { font-size: 1.3rem; color: var(--wood-800); margin-bottom: 1.4rem; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field-full { grid-column: 1 / -1; }
.field > span { font-size: .84rem; font-weight: 500; color: var(--ink-soft); }
.field > span b { color: #B4472F; }
.field input, .field select, .field textarea {
  padding: .72rem .95rem; border-radius: 11px;
  border: 1.5px solid var(--line); background: var(--white);
  font-size: .95rem; transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
  width: 100%;
}
.field textarea { resize: vertical; min-height: 96px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0; border-color: var(--gold-400); box-shadow: 0 0 0 3.5px rgba(217, 180, 92, .18);
}
.field input.invalid, .field textarea.invalid { border-color: #C4553A; }
.ct-form .btn { margin-top: 1.3rem; }
.form-note { display: flex; gap: .45rem; align-items: flex-start; margin-top: .9rem; font-size: .82rem; color: var(--ink-mute); }
.form-note .ico { color: var(--gold-500); margin-top: .25em; }
.form-msg { margin-top: .9rem; font-size: .92rem; font-weight: 500; }
.form-msg.ok { color: var(--green-700); }
.form-msg.err { color: #B4472F; }

/* ── PAGE HERO (หน้ารอง) ───────────────────────────────── */
.page-hero { position: relative; isolation: isolate; padding-block: clamp(3.5rem, 9vw, 6.5rem); color: #fff; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; z-index: -2; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(42, 27, 16, .72), rgba(42, 27, 16, .82)); }
.page-hero h1 { font-size: clamp(1.9rem, 4.6vw, 3.3rem); margin-top: .8rem; }
.page-hero p { margin-top: .9rem; color: rgba(255, 255, 255, .84); max-width: 58ch; }
.crumbs { display: flex; align-items: center; gap: .4rem; flex-wrap: wrap; font-size: .84rem; color: rgba(255, 255, 255, .72); }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs .ico { width: .85rem; height: .85rem; opacity: .6; }
.crumbs-dark { color: var(--ink-mute); padding-top: 1.6rem; }
.crumbs-dark a:hover { color: var(--wood-700); }

/* ── ROOM DETAIL ───────────────────────────────────────── */
.room-hero { background: linear-gradient(180deg, var(--cream-200), var(--cream-100)); padding-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.rh-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; margin-top: 1.6rem; }
.rh-copy h1 { font-size: clamp(1.8rem, 4vw, 3rem); color: var(--wood-800); margin-block: .6rem .9rem; }
.rh-copy .chip { margin-bottom: .3rem; }
.rh-specs { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; margin-top: 1.6rem; padding-top: 1.5rem; border-top: 1px dashed var(--line); }
.rh-specs li { display: inline-flex; align-items: center; gap: .5rem; font-size: .95rem; color: var(--ink-soft); }
.rh-specs .ico { color: var(--wood-500); width: 1.25rem; height: 1.25rem; }
.rh-specs strong { color: var(--wood-800); }
.rh-specs em { font-style: normal; color: var(--ink-mute); font-size: .86rem; }
.rh-book { background: var(--cream-50); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.6rem; box-shadow: var(--sh-2); position: sticky; top: 96px; }
.rh-price { display: flex; flex-direction: column; line-height: 1.2; margin-bottom: 1rem; }
.rh-price span { font-size: .82rem; color: var(--ink-mute); }
.rh-price strong { font-family: var(--f-display); font-size: 2.4rem; color: var(--wood-800); }
.rh-price em { font-style: normal; font-size: .84rem; color: var(--ink-mute); }
.rh-note { display: flex; gap: .45rem; align-items: flex-start; font-size: .86rem; color: var(--ink-soft); margin-bottom: .45rem; }
.rh-note .ico { color: var(--green-600); width: 1.05rem; height: 1.05rem; margin-top: .3em; }
.rh-actions { display: grid; gap: .55rem; margin-top: 1.3rem; }
.rh-check { display: flex; gap: .45rem; align-items: center; justify-content: center; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px dashed var(--line); font-size: .85rem; color: var(--ink-mute); }
.rh-check .ico { color: var(--gold-500); }
.rd-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(1.8rem, 4vw, 3.4rem); align-items: start; }
.rd-sub { display: flex; align-items: center; gap: .5rem; font-size: 1.08rem; color: var(--wood-800); margin: 1.8rem 0 .9rem; }
.rd-sub .ico { color: var(--gold-500); }
.rd-desc .rd-sub:first-of-type { margin-top: 2rem; }
.bed-list { display: grid; gap: .55rem; }
.bed-list li { display: flex; align-items: center; gap: .6rem; padding: .7rem 1rem; background: var(--cream-50); border: 1px solid var(--line); border-radius: 12px; font-size: .93rem; }
.bed-list .ico { color: var(--green-600); width: 1.1rem; height: 1.1rem; }
.bed-list em { margin-left: auto; font-style: normal; color: var(--ink-mute); font-size: .85rem; }
.amen-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: .55rem; }
.amen-grid li { display: flex; align-items: center; gap: .5rem; padding: .6rem .8rem; background: var(--cream-50); border: 1px solid var(--line); border-radius: 11px; font-size: .87rem; color: var(--ink-soft); }
.amen-grid .ico { color: var(--wood-500); width: 1.1rem; height: 1.1rem; }
.rd-rules { margin-top: 2rem; padding-top: 1.6rem; border-top: 1px dashed var(--line); }

/* ── FOOTER ────────────────────────────────────────────── */
.site-footer { background: var(--wood-900); color: rgba(245, 234, 219, .74); padding-top: clamp(3rem, 6vw, 4.6rem); margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: clamp(1.6rem, 4vw, 3rem); padding-bottom: 3rem; }
.footer-mark { width: 56px; height: 56px; border-radius: 50%; background: var(--cream-100); padding: 3px; margin-bottom: 1rem; }
.footer-name { font-family: var(--f-display); font-size: 1.14rem; color: var(--cream-100); margin-bottom: .6rem; }
.footer-about { font-size: .9rem; line-height: 1.7; }
.footer-social { display: flex; gap: .55rem; margin-top: 1.3rem; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255, 255, 255, .07); color: var(--cream-200);
  transition: background .3s var(--ease), transform .3s var(--ease), color .3s var(--ease);
}
.footer-social a:hover { background: var(--gold-500); color: #fff; transform: translateY(-3px); }
.footer-col h3 { font-size: .84rem; letter-spacing: .13em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 1.1rem; font-family: var(--f-body); font-weight: 600; }
.footer-col ul { display: grid; gap: .6rem; }
.footer-col a { font-size: .92rem; transition: color .3s var(--ease); }
.footer-col a:hover { color: var(--gold-400); }
.contact-list li { display: flex; gap: .6rem; align-items: flex-start; font-size: .91rem; line-height: 1.6; }
.contact-list .ico { color: var(--gold-400); margin-top: .3em; width: 1.05rem; height: 1.05rem; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; justify-content: space-between; align-items: center;
  padding-block: 1.4rem; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .84rem;
}
.footer-links a:hover { color: var(--gold-400); }

/* ── MOBILE DOCK ───────────────────────────────────────── */
.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; grid-template-columns: repeat(4, 1fr);
  background: rgba(253, 250, 245, .95); border-top: 1px solid var(--line);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -3px 20px rgba(42, 27, 16, .07);
}
.dock-item { display: flex; flex-direction: column; align-items: center; gap: .2rem; padding: .6rem .3rem; font-size: .72rem; color: var(--ink-soft); }
.dock-item .ico { width: 1.35rem; height: 1.35rem; color: var(--wood-600); }
.dock-primary { color: var(--gold-600); font-weight: 600; }
.dock-primary .ico { color: var(--gold-600); }

/* ── LIGHTBOX ──────────────────────────────────────────── */
.lightbox {
  position: fixed; inset: 0; z-index: 300; display: grid; place-items: center;
  background: rgba(24, 15, 8, .94); padding: clamp(1rem, 4vw, 3rem);
  animation: lbIn .3s var(--ease-out);
}
.lightbox[hidden] { display: none; }
@keyframes lbIn { from { opacity: 0; } to { opacity: 1; } }
.lb-figure { max-width: min(1200px, 94vw); max-height: 88vh; display: flex; flex-direction: column; align-items: center; gap: .9rem; }
.lb-figure img { max-width: 100%; max-height: 80vh; width: auto; height: auto; object-fit: contain; border-radius: var(--r-sm); box-shadow: 0 20px 60px rgba(0, 0, 0, .5); animation: lbImg .38s var(--ease-out); }
@keyframes lbImg { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: none; } }
.lb-figure figcaption { color: rgba(255, 255, 255, .8); font-size: .9rem; text-align: center; max-width: 70ch; }
.lb-close, .lb-prev, .lb-next {
  position: absolute; width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(255, 255, 255, .26); transform: scale(1.07); }
.lb-close { top: clamp(.9rem, 3vw, 2rem); right: clamp(.9rem, 3vw, 2rem); }
.lb-prev { left: clamp(.6rem, 3vw, 2rem); top: 50%; margin-top: -24px; }
.lb-next { right: clamp(.6rem, 3vw, 2rem); top: 50%; margin-top: -24px; }
.lb-prev .ico { transform: rotate(180deg); }

/* ── PROMOS ────────────────────────────────────────────── */
.promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.2rem; }
.promo { display: grid; grid-template-columns: 40% 1fr; background: var(--cream-50); border: 1px solid var(--gold-200); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-1); }
.promo-media .frame { height: 100%; border-radius: 0; }
.promo-body { padding: 1.4rem; }
.promo-body h3 { font-size: 1.14rem; color: var(--wood-800); margin: .5rem 0 .4rem; }
.promo-body p { font-size: .92rem; color: var(--ink-soft); }

/* ── REVEAL ANIMATION ──────────────────────────────────── */
body.js [data-reveal] { opacity: 0; transform: translateY(26px); }
body.js [data-reveal].revealed {
  opacity: 1; transform: none;
  transition: opacity .8s var(--ease-out) var(--d, 0ms), transform .8s var(--ease-out) var(--d, 0ms);
}
[data-reveal].revealed { opacity: 1; transform: none; }

/* ── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .masonry { columns: 3; }
}
@media (max-width: 980px) {
  .nav { display: none; }
  .burger { display: grid; }
  .qf { grid-template-columns: repeat(2, 1fr); }
  .qf-item:nth-child(odd) { border-left: 0; }
  .qf-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .intro-grid, .bf-grid, .loc-grid, .ct-grid, .rp-grid, .rh-grid, .rd-grid { grid-template-columns: 1fr; }
  .rh-book { position: static; }
  .masonry { columns: 2; }
  .hide-sm { display: none; }
  .intro-media { max-width: 560px; margin-inline: auto; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 68px; }
  .dock { display: grid; }
  .header-in { min-height: 64px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-en { display: none; }
  .hero { height: clamp(500px, 84svh, 720px); }
  .hero-content { padding-bottom: 6.5rem; }
  .hero-ui { flex-direction: row; }
  .hero-arrows { display: none; }
  .qf-wrap { margin-top: -2rem; }
  .qf-item { padding: 1.05rem 1rem; gap: .65rem; }
  .qf-ico { width: 38px; height: 38px; border-radius: 11px; }
  .qf-value { font-size: .93rem; }
  .fields { grid-template-columns: 1fr; }
  .mosaic-bf { grid-template-columns: repeat(4, 1fr); }
  .mosaic-bf .mos-1, .mosaic-bf .mos-4 { grid-column: span 4; }
  .mosaic-bf .mos-2, .mosaic-bf .mos-3, .mosaic-bf .mos-5, .mosaic-bf .mos-6 { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr; }
  .promo { grid-template-columns: 1fr; }
  .hide-xs { display: none; }
  .show-xs { display: inline; }
  .lb-prev, .lb-next { top: auto; bottom: 1rem; margin-top: 0; width: 44px; height: 44px; }
  .lb-prev { left: 25%; } .lb-next { right: 25%; }
}
@media (max-width: 560px) {
  .masonry { columns: 1; }
  .room-grid { grid-template-columns: 1fr; }
  .intro-media { grid-template-columns: 1fr; }
  .intro-fig-1, .intro-fig-2, .intro-fig-3 { grid-column: 1 / -1; }
  .intro-fig-2 { margin-top: 0; }
  .intro-fig-3 { width: 100%; }
  .bank-qr { flex: 1 1 100%; max-width: 200px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-slide.is-active img { animation: none; transform: scale(1); }
}

@media print {
  .site-header, .dock, .hero-ui, .mobile-nav, .cta-band, .ct-form, .topbar { display: none !important; }
  body { background: #fff; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
