/* =========================================================
   TAE MASSAGE — Complete Auspicious Red & Gold Edition
   Fully Consolidated & Optimized (v2.0)
   ========================================================= */
:root {
  /* ---- Core Palette (Red, Gold, Orange-Red) ---- */
  --bark:          #3B0909;   /* Darkest Red / Background dark */
  --mahogany:      #7A1212;   /* Deep Royal Red */
  --sienna:        #C21807;   /* Classic Auspicious Red */
  --terracotta:    #D84226;   /* Vibrant Orange-Red */
  --copper:        #F28500;   /* Bright Orange Accent */
  --gold:          #E5A93C;   /* Premium Gold Accent */
  --champagne:     #FDF3E1;   /* Warm Gold Tinted Cream */
  --ivory:         #FFFBF5;   /* Soft Ivory Light BG */
  --paper:         #FFFFFF;   /* Clean Card BG */
  --ink:           #2C1507;   /* Deep Charcoal Brown Body Text */

  /* ---- Luxury Gradients ---- */
  --grad-hero:    linear-gradient(140deg, #4A0E0E 0%, #8B0000 40%, #C21807 75%, #F28500 100%);
  --grad-brand:   linear-gradient(135deg, #C21807 0%, #D84226 50%, #E5A93C 100%);
  --grad-gold:    linear-gradient(135deg, #FFD700 0%, #E5A93C 55%, #C21807 100%);
  --grad-divider: linear-gradient(90deg, transparent, #E5A93C, transparent);
  --grad-dark:    linear-gradient(180deg, #4A0E0E 0%, #2B0000 100%);

  /* ---- Typography ---- */
  --font-display:      'Cormorant Garamond', 'Noto Serif Thai', serif;
  --font-thai-display: 'Noto Serif Thai', serif;
  --font-body:         'Sarabun', sans-serif;
  --font-script:       'Cormorant Garamond', serif;

  /* ---- Design Tokens ---- */
  --radius-soft: 16px;
  --radius-pill: 999px;
  --shadow-deep: 0 28px 64px -18px rgba(74, 14, 14, 0.55);
  --shadow-brown: 0 0 28px rgba(194, 24, 7, 0.45), 0 0 56px rgba(139, 0, 0, 0.3);
}

/* =========================================================
   GLOBAL RESETS & BASE STYLES
   ========================================================= */
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ivory);
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-thai-display);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.eng-script {
  font-family: var(--font-script);
  font-style: italic;
  letter-spacing: 0.05em;
}

a { text-decoration: none; }
::selection { background: var(--sienna); color: #fff; }

a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   SIGNATURE BACKGROUND PATTERN (THAI LOTUS MOTIF)
   ========================================================= */
.thai-motif-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%23E5A93C' stroke-width='1'%3E%3Cellipse cx='90' cy='90' rx='8' ry='8'/%3E%3Cellipse cx='90' cy='56' rx='7' ry='18'/%3E%3Cellipse cx='90' cy='124' rx='7' ry='18'/%3E%3Cellipse cx='56' cy='90' rx='18' ry='7'/%3E%3Cellipse cx='124' cy='90' rx='18' ry='7'/%3E%3Cellipse cx='66' cy='66' rx='7' ry='18' transform='rotate(-45 66 66)'/%3E%3Cellipse cx='114' cy='114' rx='7' ry='18' transform='rotate(-45 114 114)'/%3E%3Cellipse cx='114' cy='66' rx='7' ry='18' transform='rotate(45 114 66)'/%3E%3Cellipse cx='66' cy='114' rx='7' ry='18' transform='rotate(45 66 114)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* =========================================================
   NAVBAR LUXURY
   ========================================================= */
.navbar-luxury {
  background: rgba(43, 0, 0, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.95rem 0;
  transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
  z-index: 1000;
}
.navbar-luxury > .container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.navbar-luxury.is-scrolled {
  background: rgba(28, 0, 0, 0.95);
  padding: 0.5rem 0;
  box-shadow: 0 6px 28px rgba(0,0,0,0.4);
}
.navbar-luxury .brand-mark {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--champagne);
}
.brand-th {
  font-family: var(--font-thai-display);
  font-size: 1.32rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.brand-en {
  font-family: var(--font-script);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
}
.navbar-luxury .nav-link-custom {
  color: rgba(253, 243, 225, 0.82) !important;
  font-weight: 500;
  margin: 0 0.6rem;
  position: relative;
  padding: 0.4rem 0 !important;
  transition: color 0.25s ease;
  letter-spacing: 0.02em;
}
.navbar-luxury .nav-link-custom::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: var(--grad-brand);
  transition: width 0.3s ease;
}
.navbar-luxury .nav-link-custom:hover { color: #fff !important; }
.navbar-luxury .nav-link-custom:hover::after { width: 100%; }

.navbar-toggler-luxury {
  border: 1px solid rgba(229,169,60,0.45);
  padding: 0.4rem 0.65rem;
}
.navbar-toggler-luxury .navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 22px; height: 2px;
  background: var(--gold);
  display: block;
}
.navbar-toggler-luxury .navbar-toggler-icon::before,
.navbar-toggler-luxury .navbar-toggler-icon::after {
  content: '';
  position: absolute;
  left: 0; width: 22px; height: 2px;
  background: var(--gold);
}
.navbar-toggler-luxury .navbar-toggler-icon::before { top: -7px; }
.navbar-toggler-luxury .navbar-toggler-icon::after { top: 7px; }

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(28, 0, 0, 0.98);
    margin: 0 -1rem;
    padding: 1.2rem 1.5rem 1.6rem;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  }
  .navbar-luxury .nav-link-custom { margin: 0.35rem 0; }
}

/* =========================================================
   HERO SECTION
   ========================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--grad-hero);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 45%, rgba(226,88,34,0.25), transparent 60%);
  pointer-events: none;
  z-index: 1;
}
.hero-bg-image {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.22;
  mix-blend-mode: luminosity;
}
.hero-gradient-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(74,14,14,0.96) 0%, rgba(139,0,0,0.82) 40%, rgba(194,24,7,0.4) 72%, rgba(242,133,0,0.15) 100%);
}
.hero-content { position: relative; z-index: 3; padding: 8rem 0 5rem; }

.hero-eyebrow {
  font-family: var(--font-script);
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 0.80rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}
.hero-eyebrow::before {
  content: '';
  width: 42px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
}
.hero-title {
  color: #fff;
  font-size: clamp(2.8rem, 6.5vw, 5rem);
  line-height: 1.16;
  margin-bottom: 1rem;
  text-shadow: 0 4px 24px rgba(0,0,0,0.5);
}
.hero-title .accent {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-subtitle {
  color: rgba(253,243,225,0.75);
  font-family: var(--font-script);
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  margin-bottom: 1.8rem;
}
.hero-desc {
  color: rgba(253,243,225,0.78);
  font-size: 1.06rem;
  max-width: 530px;
  margin-bottom: 2.6rem;
  line-height: 1.9;
}
.hero-ornament {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
  opacity: 0.55;
}
.hero-ornament::before, .hero-ornament::after {
  content: '';
  flex: 1;
  max-width: 60px;
  height: 1px;
  background: var(--gold);
}
.hero-ornament span {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  text-transform: uppercase;
}

.hero-cta-row { display: flex; flex-wrap: wrap; gap: 1.1rem; align-items: center; }

/* DUAL BRAND CTA BUTTONS */
.btn-glow-book {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-thai-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
  background: var(--grad-brand);
  padding: 1.05rem 2.6rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(229,169,60,0.4);
  cursor: pointer;
  isolation: isolate;
  box-shadow: 0 10px 32px rgba(194,24,7,0.55);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  letter-spacing: 0.03em;
}
.btn-glow-book:hover {
  transform: translateY(-3px) scale(1.015);
  color: #fff;
  box-shadow: 0 14px 42px rgba(226,88,34,0.65);
}
.btn-glow-book:active { transform: translateY(-1px) scale(0.99); }
.btn-glow-book::before {
  content: '';
  position: absolute; inset: -6px;
  border-radius: inherit;
  background: var(--grad-brand);
  filter: blur(14px);
  opacity: 0.6;
  z-index: -1;
  animation: pulseGlow 2.8s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { opacity: 0.45; filter: blur(14px); }
  50%       { opacity: 0.85; filter: blur(22px); }
}

.btn-glow-book-hero {
  font-size: 1.15rem;
  padding: 1.25rem 2.5rem;
  box-shadow: 0 12px 40px rgba(194,24,7,0.6);
}
/* Alternate color style for Branch 2 button to visually balance UX */
.btn-glow-book-hero.alt-btn {
  background: linear-gradient(135deg, #F28500 0%, #D84226 100%);
}
.btn-glow-book-hero::before {
  inset: -10px;
  filter: blur(22px);
  opacity: 0.75;
  animation: pulseGlowBig 2.4s ease-in-out infinite;
}
.btn-glow-book-hero::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  border: 1.5px solid rgba(229,169,60,0.55);
  z-index: -1;
  animation: ringPulseBig 2.4s ease-out infinite;
}

@keyframes pulseGlowBig {
  0%, 100% { opacity: 0.55; filter: blur(18px); }
  50%       { opacity: 1; filter: blur(30px); }
}
@keyframes ringPulseBig {
  0%   { transform: scale(1); opacity: 0.7; }
  70%  { transform: scale(1.18); opacity: 0; }
  100% { transform: scale(1.18); opacity: 0; }
}

/* Hero Stats Counter Panel */
.hero-stats {
  display: flex;
  gap: 2.8rem;
  margin-top: 3.6rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(229,169,60,0.18);
  flex-wrap: wrap;
}
.hero-stat .num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}
.hero-stat .label {
  color: rgba(253,243,225,0.65);
  font-size: 0.83rem;
  letter-spacing: 0.04em;
  margin-top: 0.2rem;
}

/* Scroll cues anim */
.hero-scroll-cue {
  position: absolute; bottom: 2.2rem; left: 50%;
  transform: translateX(-50%); z-index: 3;
  color: rgba(253,243,225,0.55);
  display: flex; flex-direction: column; align-items: center;
  gap: 0.5rem; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase;
}
.hero-scroll-cue .line {
  width: 1px; height: 36px;
  background: linear-gradient(to bottom, var(--sienna), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }


/* =========================================================
   COMPACT SECTION SYSTEM (Optimized row spacing)
   ========================================================= */
.section {
  position: relative;
  padding: 4.5rem 0; /* Tightened from 6.5rem for elegant data density */
}
.section-ivory { background: var(--ivory); }
.section-brand-dark {
  background: linear-gradient(160deg, #4A0E0E 0%, #8B0000 50%, #C21807 100%);
  color: var(--champagne);
  position: relative;
}

.section-eyebrow {
  font-family: var(--font-script);
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--sienna);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
}
.section-eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--sienna);
}
/* REMOVED gold blocks from dark brand sections to fulfill white-text only layout requirements */
.section-brand-dark .section-eyebrow,
.section-brand-dark .section-eyebrow::before {
  display: none; /* Safely hides leftover eyebrow blocks on dark areas */
}

.section-title {
  font-size: clamp(1.9rem, 3.6vw, 2.85rem);
  color: var(--mahogany);
  margin-bottom: 0.6rem;
}
.section-brand-dark .section-title { color: #fff; }

.section-divider {
  width: 80px; height: 2px;
  background: var(--grad-divider);
  margin: 1.4rem auto 0;
}
.section-divider.left { margin: 1.4rem 0 0; }

.text-muted-luxury { color: #8A4040; }
.section-brand-dark .text-muted-luxury { color: rgba(253,243,225,0.75); }


/* =========================================================
   ABOUT US SECTION
   ========================================================= */
.about-img-wrap {
  position: relative;
  border-radius: var(--radius-soft);
  overflow: hidden;
  box-shadow: var(--shadow-deep);
}
.about-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  min-height: 380px;
}
.about-img-frame {
  position: absolute;
  top: 22px; left: 22px; right: -22px; bottom: -22px;
  border: 2px solid var(--sienna);
  border-radius: var(--radius-soft);
  z-index: -1;
  opacity: 0.6;
}
.about-img-col { position: relative; padding-bottom: 22px; padding-right: 22px; }

.about-badge {
  position: absolute; bottom: -28px; right: 16px;
  background: var(--grad-brand); color: var(--champagne);
  border-radius: 50%; width: 120px; height: 120px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; box-shadow: var(--shadow-brown); font-family: var(--font-thai-display);
  z-index: 5; border: 2px solid rgba(229,169,60,0.3);
}
.about-badge .yrs { font-size: 1.9rem; font-weight: 700; line-height: 1; color: #fff; }
.about-badge .yrs-label { font-size: 0.68rem; letter-spacing: 0.05em; color: var(--champagne); }

.about-list { list-style: none; padding: 0; margin: 1.8rem 0; }
.about-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 20px; /* Locked row spacing to exactly 20px */
  color: var(--ink);
}
.about-list .icon-dot {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--grad-brand);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.75rem; margin-top: 2px;
}


/* =========================================================
   MASSAGE SERVICES (Grid Cards)
   ========================================================= */
.service-card {
  background: #fff;
  border-radius: var(--radius-soft);
  overflow: hidden;
  box-shadow: 0 16px 38px -16px rgba(74,14,14,0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
  position: relative;
}
.service-card::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 3px; background: var(--grad-brand);
  opacity: 0; transition: opacity 0.35s ease;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px -16px rgba(139,0,0,0.3);
}
.service-card:hover::after { opacity: 1; }

.service-img-wrap { position: relative; height: 230px; overflow: hidden; }
.service-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.service-card:hover .service-img-wrap img { transform: scale(1.07); }

.service-body { padding: 1.5rem 1.5rem 1.8rem; }
.service-body h4 { font-size: 1.22rem; color: var(--mahogany); margin-bottom: 0.4rem; }
.service-body p { color: #8A4040; font-size: 0.93rem; line-height: 1.72; margin-bottom: 1.2rem; }

.service-price-list {
  list-style: none; margin: 0; padding: 0.9rem 0 0;
  border-top: 1px dashed rgba(194,24,7,0.2);
}
.service-price-list li {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.42rem 0; font-size: 0.92rem;
}
.service-price-list li + li { border-top: 1px solid rgba(194,24,7,0.08); }
.price-duration {
  display: inline-flex; align-items: center; gap: 0.45rem;
  color: var(--sienna); font-weight: 500;
}
.price-duration svg { flex-shrink: 0; opacity: 0.8; }
.price-amount { color: var(--mahogany); font-weight: 700; }


/* =========================================================
   3-STEP PROCESS BOOKING WIDGET (No solid boxes/clean look)
   ========================================================= */
.process-step {
  position: relative;
  padding: 0 1.2rem;
  text-align: center;
}
.process-num {
  width: 64px; height: 64px;
  margin: 0 auto 1.3rem;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 700;
  color: var(--gold);
  background: rgba(229,169,60,0.06);
}
.process-step h5 { color: #fff; margin-bottom: 0.5rem; font-size: 1.08rem; }
.process-step p { color: rgba(253,243,225,0.65); font-size: 0.9rem; line-height: 1.75; }
.process-line {
  position: absolute; top: 32px; left: -50%; width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229,169,60,0.35), transparent);
  z-index: -1;
}


/* =========================================================
   GALLERY STRUCTURE (Database ready uniform 4:3 Grid)
   ========================================================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  padding: 0.5rem 0 1rem;
}
.gallery-item-grid {
  border-radius: var(--radius-soft);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3; /* Enforces absolute clean layout mirroring raw image uploads */
  box-shadow: 0 10px 24px -10px rgba(74,14,14,0.15);
}
.gallery-item-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item-grid:hover img {
  transform: scale(1.07);
}


/* =========================================================
   TESTIMONIAL CARDS
   ========================================================= */
.testimonial-card {
  background: #fff;
  border-radius: var(--radius-soft);
  padding: 2.2rem 2rem;
  box-shadow: 0 16px 40px -16px rgba(74,14,14,0.15);
  height: 100%; position: relative;
  border-top: 3px solid var(--mahogany);
}
.testimonial-quote-mark {
  font-family: var(--font-display);
  font-size: 3.2rem; color: var(--sienna);
  line-height: 1; opacity: 0.4;
}
.testimonial-card p { color: #4A1E1E; line-height: 1.88; margin: 0.8rem 0 1.4rem; }
.testimonial-person { display: flex; align-items: center; gap: 0.8rem; }
.testimonial-avatar {
  width: 46px; height: 46px;
  border-radius: 50%; object-fit: cover;
  border: 2px solid var(--sienna);
}
.testimonial-person .name { font-weight: 700; color: var(--mahogany); font-size: 0.95rem; }
.testimonial-person .stars { color: var(--sienna); font-size: 0.78rem; letter-spacing: 0.1em; }


/* =========================================================
   BOOKING CTA PANEL
   ========================================================= */
.booking-cta-section { padding: 5rem 0; }
.booking-cta-badges {
  display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem;
}
.booking-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(229,169,60,0.10); border: 1px solid rgba(229,169,60,0.28);
  border-radius: var(--radius-pill); padding: 0.5rem 1.1rem;
  font-size: 0.86rem; color: var(--champagne); letter-spacing: 0.01em;
}
.booking-badge svg { color: var(--gold); flex-shrink: 0; }


/* =========================================================
   BOOKING MODAL ENGINE (Vue.js Powered Slots Grid)
   ========================================================= */
.booking-modal-content {
  border: none; border-radius: 20px; overflow: hidden;
  box-shadow: 0 40px 80px rgba(43,0,0,0.65); background: var(--paper);
}
.booking-modal-header {
  background: linear-gradient(135deg, #4A0E0E 0%, #8B0000 55%, #C21807 100%);
  border-bottom: 1px solid rgba(229,169,60,0.18);
  padding: 1.6rem 2rem;
  display: flex; align-items: flex-start; justify-content: space-between;
}
.booking-modal-eyebrow {
  font-family: var(--font-script); letter-spacing: 0.28em;
  text-transform: uppercase; font-size: 0.72rem; color: var(--gold);
  margin: 0 0 0.3rem;
}
.booking-modal-title {
  font-family: var(--font-thai-display); font-size: 1.45rem;
  color: #fff; margin: 0; font-weight: 700;
}
.booking-modal-close {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(229,169,60,0.28);
  border-radius: 50%; width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  color: var(--champagne); cursor: pointer; transition: background 0.2s, color 0.2s;
  flex-shrink: 0; margin-top: 0.2rem;
}
.booking-modal-close:hover { background: rgba(194,24,7,0.5); color: #fff; }

.booking-modal-body { padding: 2rem 2rem 2.2rem; }
.booking-modal-body .form-label {
  color: var(--mahogany); font-weight: 600;
  font-size: 0.87rem; letter-spacing: 0.02em; margin-bottom: 0.45rem;
}
.booking-modal-body .form-control,
.booking-modal-body .custom-select {
  border: 1.5px solid rgba(194,24,7,0.25); border-radius: 10px;
  padding: 0.7rem 1rem; height: auto; font-size: 0.95rem;
  background: #fffdf9; color: var(--ink);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.booking-modal-body .form-control:focus,
.booking-modal-body .custom-select:focus {
  border-color: var(--sienna);
  box-shadow: 0 0 0 3px rgba(194,24,7,0.15); outline: none;
}

.required-star { color: var(--sienna); font-size: 0.8rem; }
.optional-label { color: #B07070; font-weight: 400; font-size: 0.82rem; }

/* 30-Minute Dynamic Slots Matrix */
.time-slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
  gap: 0.5rem;
}
.time-slot {
  padding: 0.52rem 0.5rem; text-align: center;
  border: 1.5px solid rgba(194,24,7,0.22);
  border-radius: var(--radius-pill); font-size: 0.85rem;
  color: var(--mahogany); cursor: pointer; background: #fffdf9;
  transition: all 0.22s ease; user-select: none;
}
.time-slot:hover { border-color: var(--sienna); background: rgba(194,24,7,0.06); }
.time-slot.active {
  background: var(--grad-brand); color: #fff;
  border-color: transparent; box-shadow: 0 5px 14px rgba(139,0,0,0.4);
}
.time-slot.disabled { opacity: 0.35; cursor: not-allowed; text-decoration: line-through; }

.btn-submit-booking {
  width: 100%; background: var(--grad-brand); color: #fff;
  font-weight: 700; font-family: var(--font-thai-display); font-size: 1.05rem;
  padding: 1rem; border-radius: var(--radius-pill); border: none;
  margin-top: 0.6rem; box-shadow: var(--shadow-brown);
  transition: transform 0.25s ease, box-shadow 0.25s ease; letter-spacing: 0.03em;
}
.btn-submit-booking:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(139,0,0,0.55); }
.btn-submit-booking:disabled { opacity: 0.55; transform: none; cursor: not-allowed; }


/* =========================================================
   MAP CARDS
   ========================================================= */
.map-card {
  background: #fff; border-radius: var(--radius-soft); padding: 1.8rem;
  box-shadow: 0 16px 38px -16px rgba(74,14,14,0.18); height: 100%;
}
.map-card h5 { color: var(--mahogany); font-size: 1.2rem; margin-bottom: 0.3rem; }
.map-embed-wrap {
  position: relative; width: 100%; padding-top: 66%;
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 10px 26px -10px rgba(74,14,14,0.25);
}
.map-embed-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }


/* =========================================================
   FOOTER LUXURY
   ========================================================= */
.footer-luxury {
  background: var(--bark); color: rgba(253,243,225,0.65);
  padding: 4rem 0 1.5rem; position: relative;
}
.footer-luxury h6 { color: var(--gold); margin-bottom: 1.1rem; letter-spacing: 0.04em; font-size: 0.95rem; }
.footer-luxury a { color: rgba(253,243,225,0.65); transition: color 0.2s ease; }
.footer-luxury a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(229,169,60,0.12); margin-top: 2.6rem;
  padding-top: 1.4rem; font-size: 0.84rem; text-align: center;
}


/* =========================================================
   SCROLL REVEAL CLASS
   ========================================================= */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.85s ease, transform 0.85s ease; }
.reveal.is-visible { opacity: 1; transform: none; }


/* =========================================================
   RESPONSIVE DESIGN (Beautiful fluid viewports)
   ========================================================= */
@media (max-width: 991.98px) {
  .hero-content { padding: 6.5rem 0 3.5rem; text-align: center; }
  .hero-eyebrow { justify-content: center; }
  .hero-eyebrow::before { display: none; }
  .hero-cta-row { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .hero-ornament { justify-content: center; }
  .about-img-col { padding-right: 0; margin-bottom: 3rem; }
  .about-badge { right: 50%; transform: translateX(50%); }
}

@media (max-width: 767.98px) {
  html, body { overflow-x: hidden; }
  .container { padding-left: 1rem; padding-right: 1rem; width: 100%; max-width: 100%; }
  .row { margin-left: -0.5rem; margin-right: -0.5rem; }
  .row > [class*="col"] { padding-left: 0.5rem; padding-right: 0.5rem; }
  .navbar-luxury > .container { padding-left: 1rem; padding-right: 1rem; }
  .navbar-collapse { background: rgba(28, 0, 0, 0.98); margin: 0 -1rem; padding: 1.2rem 1.5rem 1.6rem; border-radius: 0 0 18px 18px; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }

  .section { padding: 3.5rem 0; }
  .hero-content { padding: 6rem 0 3rem; }
  .hero-title { font-size: 2rem; line-height: 1.22; }
  .hero-subtitle { font-size: 1rem; }
  .hero-desc { font-size: 0.97rem; max-width: 100%; }
  .hero-stats { gap: 1.2rem; margin-top: 2rem; padding-top: 1.4rem; justify-content: space-around; flex-wrap: wrap; }
  .hero-stat { min-width: 80px; text-align: center; }
  .hero-stat .num { font-size: 1.65rem; }
  .hero-stat .label { font-size: 0.76rem; }

  .hero-cta-row { flex-direction: column; width: 100%; gap: 0.8rem; }
  .hero-cta-row .btn-glow-book { width: 100%; justify-content: center; text-align: center; font-size: 1rem; }

  .booking-modal-body .form-control, .booking-modal-body .custom-select { font-size: 1rem; padding: 0.8rem 0.9rem; }
  .time-slot-grid { grid-template-columns: repeat(3, 1fr); gap: 0.4rem; }
  .time-slot { padding: 0.55rem 0.2rem; font-size: 0.85rem; }
  .btn-submit-booking { font-size: 1rem; padding: 1rem; width: 100%; }

  .map-card { padding: 1.1rem; }
  .map-embed-wrap { padding-top: 72%; }
  .about-badge { display: none; }
  .process-line { display: none; }
}

@media (max-width: 575.98px) {
  .section-title { font-size: 1.55rem; word-break: break-word; }
  .hero-title { font-size: 1.75rem; }
  .service-card { border-radius: 12px; }
  .testimonial-card { padding: 1.4rem 1.1rem; }
  .footer-luxury { padding: 2.5rem 0 1.5rem; }
}

/* =========================================================
   GLOBAL TOAST NOTIFICATION (มือถือ-friendly)
   ========================================================= */
.tae-toast-container {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-width: 380px;
  width: calc(100% - 2.5rem);
  pointer-events: none;
}
.tae-toast {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: var(--paper);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  box-shadow: 0 18px 40px -10px rgba(43,0,0,0.35), 0 4px 14px rgba(0,0,0,0.08);
  border-left: 4px solid var(--sienna);
  opacity: 0;
  transform: translateY(-14px) scale(0.97);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.tae-toast.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.tae-toast.is-leaving { opacity: 0; transform: translateY(-10px) scale(0.97); }

.tae-toast--success { border-left-color: var(--sienna); }
.tae-toast--error { border-left-color: #B91C1C; }

.tae-toast-icon {
  flex-shrink: 0;
  width: 34px; height: 34px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--grad-brand);
  color: #fff;
}
.tae-toast--error .tae-toast-icon { background: linear-gradient(135deg, #B91C1C, #DC2626); }

.tae-toast-text { flex: 1; display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
.tae-toast-text strong {
  font-family: var(--font-thai-display);
  font-size: 0.96rem;
  color: var(--ink);
  font-weight: 700;
}
.tae-toast-text span {
  font-size: 0.85rem;
  color: var(--mahogany);
  line-height: 1.45;
  word-break: break-word;
}

.tae-toast-close {
  flex-shrink: 0;
  background: transparent;
  border: none;
  color: #B0856E;
  cursor: pointer;
  padding: 2px;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.15s, color 0.15s;
}
.tae-toast-close:hover { background: rgba(194,24,7,0.08); color: var(--sienna); }

@media (max-width: 575.98px) {
  .tae-toast-container {
    top: auto;
    bottom: 1rem;
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
    max-width: none;
  }
  .tae-toast { padding: 0.85rem 0.9rem; }
  .tae-toast-text strong { font-size: 0.92rem; }
  .tae-toast-text span { font-size: 0.82rem; }
}
