/* ===========================================
   Inaka68 - Modern Thai Blessing
   Gold + Pastel Theme
   =========================================== */

:root {
  /* Gold Palette */
  --gold-50:  #FFF9E5;
  --gold-100: #FFF1C2;
  --gold-200: #FFE38A;
  --gold-300: #FFD24C;
  --gold-400: #F5B82E;
  --gold-500: #D49A1A;
  --gold-600: #A57612;
  --gold-700: #6F4F09;

  /* Pastel Accents */
  --pastel-pink:  #FFE4E6;
  --pastel-mint:  #E0F7EF;
  --pastel-sky:   #E3F0FF;
  --pastel-cream: #FFF8EC;
  --pastel-lilac: #F0E6FF;

  /* Neutrals */
  --ink:       #2A1F0E;
  --ink-soft:  #4A3A1F;
  --paper:     #FFFBF2;
  --paper-2:   #FFF7E3;
  --line:      #EADDB8;
  --white:     #FFFFFF;
  --shadow:    0 8px 24px rgba(165, 118, 18, 0.10);
  --shadow-lg: 0 20px 50px rgba(165, 118, 18, 0.18);

  /* Fonts */
  --font-display: "Prompt", "Noto Sans Thai", sans-serif;
  --font-thai:    "Sarabun", "Noto Sans Thai", sans-serif;
  --font-accent:  "Mali", "Sarabun", cursive;

  --radius-sm: 10px;
  --radius:    18px;
  --radius-lg: 28px;
  --max-w:     1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-thai);
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 90% -10%, var(--pastel-cream), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, var(--pastel-sky), transparent 60%),
    radial-gradient(700px 500px at 100% 80%, var(--pastel-pink), transparent 60%),
    var(--paper);
  min-height: 100vh;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a   { color: var(--gold-600); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-500); }

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
}

/* ===========================================
   HEADER / NAV
   =========================================== */
.topbar {
  background: linear-gradient(90deg, var(--gold-600), var(--gold-400));
  color: var(--white);
  font-size: 13px;
  padding: 8px 0;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.topbar a { color: #FFFBE5; font-weight: 500; }

.site-header {
  background: rgba(255, 251, 242, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 90;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--ink);
}
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand-name { font-size: 22px; line-height: 1; }
.brand-sub  { font-size: 12px; color: var(--gold-600); font-weight: 500; letter-spacing: 1px; }

.nav-links {
  list-style: none;
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.nav-links a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 500;
  font-size: 14px;
  transition: all .2s;
}
.nav-links a:hover,
.nav-links a.active {
  background: var(--gold-100);
  color: var(--gold-700);
}

.nav-cta {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  color: var(--ink) !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 12px rgba(212, 154, 26, 0.35);
}
.nav-cta:hover { transform: translateY(-1px); }

.menu-toggle { display: none; background: none; border: 0; font-size: 28px; cursor: pointer; color: var(--gold-600); }

/* ===========================================
   HERO
   =========================================== */
.hero {
  position: relative;
  padding: 70px 0 90px;
  overflow: hidden;
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%;
  filter: blur(60px); opacity: .6; z-index: 0;
}
.hero::before { width: 320px; height: 320px; background: var(--pastel-pink);  top: -60px;  right: -60px; }
.hero::after  { width: 280px; height: 280px; background: var(--pastel-mint);  bottom: -80px; left: -40px; }

.hero-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white);
  border: 1px dashed var(--gold-300);
  color: var(--gold-700);
  font-weight: 600;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.hero-eyebrow .dot { width: 8px; height: 8px; background: var(--gold-400); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.4); opacity: .4; } }

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.15;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.hero h1 .accent {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p.lead {
  font-size: 18px;
  color: var(--ink-soft);
  margin-bottom: 28px;
  max-width: 540px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-family: var(--font-thai);
  font-size: 16px;
  border: 0; cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(212, 154, 26, 0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212, 154, 26, 0.45); color: var(--ink); }

.btn-line {
  background: #06C755; color: #fff;
  box-shadow: 0 8px 20px rgba(6,199,85,.25);
}
.btn-line:hover { transform: translateY(-2px); color: #fff; }

.btn-outline {
  background: var(--white);
  color: var(--gold-700);
  border: 2px solid var(--gold-300);
}
.btn-outline:hover { background: var(--gold-50); color: var(--gold-700); }

.hero-stats {
  display: flex; gap: 28px; margin-top: 38px; flex-wrap: wrap;
}
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong {
  font-family: var(--font-display);
  font-size: 28px; color: var(--gold-600); font-weight: 700;
}
.hero-stats span { font-size: 13px; color: var(--ink-soft); }

.hero-art {
  position: relative;
}
.hero-art .frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transform: rotate(2deg);
  border: 4px solid var(--white);
}
.hero-art .frame img { width: 100%; height: 480px; object-fit: cover; }
.hero-art .badge {
  position: absolute; bottom: -20px; left: -20px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 14px 18px;
  box-shadow: var(--shadow);
  font-family: var(--font-accent);
  font-size: 18px;
  color: var(--gold-700);
  border: 2px dashed var(--gold-300);
}

/* ===========================================
   SECTIONS - General
   =========================================== */
section { padding: 70px 0; position: relative; }

.section-head {
  text-align: center;
  margin-bottom: 50px;
}
.section-eyebrow {
  display: inline-block;
  font-family: var(--font-accent);
  color: var(--gold-600);
  font-size: 18px;
  margin-bottom: 8px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}
.section-sub {
  color: var(--ink-soft);
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
}

.divider {
  display: flex; align-items: center; justify-content: center;
  margin: 16px auto 24px;
  gap: 12px;
}
.divider::before, .divider::after {
  content: ""; height: 1px; width: 60px;
  background: linear-gradient(90deg, transparent, var(--gold-300), transparent);
}
.divider span {
  color: var(--gold-500); font-size: 18px;
}

/* ===========================================
   SERVICES GRID
   =========================================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.svc-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  transition: all .3s;
  display: flex; flex-direction: column;
  position: relative;
}
.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-300);
}
.svc-card .thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.svc-card .thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s;
}
.svc-card:hover .thumb img { transform: scale(1.06); }
.svc-card .thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(42,31,14,.45));
}

.svc-card .ico {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  width: 44px; height: 44px;
  background: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  box-shadow: var(--shadow);
}

.svc-card .body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.svc-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--ink);
}
.svc-card p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 16px; flex: 1; }
.svc-card .more {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--gold-600);
  font-weight: 600;
  font-size: 14px;
  align-self: flex-start;
}
.svc-card .more::after { content: "→"; transition: transform .2s; }
.svc-card .more:hover::after { transform: translateX(4px); }

/* ===========================================
   FEATURES / WHY US
   =========================================== */
.features {
  background:
    linear-gradient(180deg, transparent, rgba(255, 241, 194, 0.35), transparent);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}
.feature-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  border: 1px dashed var(--gold-200);
  transition: transform .25s;
}
.feature-card:hover { transform: translateY(-4px); border-style: solid; border-color: var(--gold-300); }
.feature-card .num {
  font-family: var(--font-display);
  font-size: 36px; font-weight: 700;
  color: var(--gold-400);
  margin-bottom: 8px;
}
.feature-card h4 { font-family: var(--font-display); font-size: 18px; margin-bottom: 8px; color: var(--ink); }
.feature-card p  { font-size: 14px; color: var(--ink-soft); }

/* ===========================================
   GALLERY
   =========================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.gallery-grid a {
  position: relative;
  display: block;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow);
  border: 3px solid var(--white);
}
.gallery-grid img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s;
}
.gallery-grid a:hover img { transform: scale(1.08); }
.gallery-grid a::after {
  content: "🔍"; position: absolute;
  bottom: 10px; right: 10px;
  background: var(--white);
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: translateY(8px);
  transition: all .25s;
}
.gallery-grid a:hover::after { opacity: 1; transform: translateY(0); }

/* ===========================================
   REVIEWS
   =========================================== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.review-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  position: relative;
  display: flex; flex-direction: column;
}
.review-card::before {
  content: '"';
  position: absolute;
  top: 10px; right: 22px;
  font-family: Georgia, serif;
  font-size: 80px;
  color: var(--gold-200);
  line-height: 1;
}
.review-card .stars { color: var(--gold-400); font-size: 16px; margin-bottom: 10px; }
.review-card .text  { font-size: 15px; color: var(--ink-soft); margin-bottom: 16px; flex: 1; }
.review-card .who   { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-card .avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-300), var(--pastel-pink));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--white);
}
.review-card .name { font-weight: 700; color: var(--ink); font-size: 15px; }
.review-card .meta { font-size: 12px; color: var(--gold-600); }

/* ===========================================
   FAQ
   =========================================== */
.faq {
  max-width: 900px; margin: 0 auto;
}
.faq-item {
  background: var(--white);
  border-radius: var(--radius);
  margin-bottom: 14px;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: all .25s;
}
.faq-item:hover { border-color: var(--gold-300); }
.faq-q {
  padding: 18px 22px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  color: var(--ink);
}
.faq-q::after {
  content: "+";
  font-size: 24px;
  color: var(--gold-500);
  transition: transform .25s;
  flex-shrink: 0;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .25s;
  padding: 0 22px;
  color: var(--ink-soft);
  font-size: 15px;
}
.faq-item.open .faq-a { max-height: 500px; padding: 0 22px 20px; }

/* ===========================================
   CTA BLOCK (recommend nearby)
   =========================================== */
.recommend-box {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  border-radius: var(--radius-lg);
  padding: 36px;
  text-align: center;
  color: var(--ink);
  position: relative;
  overflow: hidden;
  margin: 50px 0;
  box-shadow: var(--shadow-lg);
}
.recommend-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(300px 200px at 10% 10%, rgba(255,255,255,.4), transparent),
    radial-gradient(300px 200px at 90% 90%, rgba(255,255,255,.3), transparent);
  pointer-events: none;
}
.recommend-box > * { position: relative; z-index: 1; }
.recommend-box .label {
  font-family: var(--font-accent); font-size: 18px;
  margin-bottom: 6px;
}
.recommend-box h3 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 14px;
}
.recommend-box p { margin-bottom: 22px; font-size: 16px; }
.recommend-box .btn {
  background: var(--ink);
  color: var(--gold-300);
}
.recommend-box .btn:hover { background: #000; color: var(--gold-200); }

/* ===========================================
   ARTICLE / CONTENT PAGES
   =========================================== */
.page-hero {
  padding: 50px 0 30px;
  position: relative;
}
.breadcrumb {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 12px;
}
.breadcrumb a { color: var(--gold-600); }
.breadcrumb span { margin: 0 6px; color: var(--gold-300); }

.article-body {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  margin-bottom: 30px;
}
.article-body h2 {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--gold-700);
  margin: 32px 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px dashed var(--gold-200);
}
.article-body h2:first-child { margin-top: 0; }
.article-body h3 {
  font-family: var(--font-display);
  font-size: 21px;
  color: var(--ink);
  margin: 24px 0 10px;
}
.article-body p  { margin-bottom: 14px; }
.article-body ul, .article-body ol { margin: 12px 0 18px 24px; }
.article-body li { margin-bottom: 6px; }
.article-body img {
  border-radius: var(--radius);
  margin: 20px 0;
  box-shadow: var(--shadow);
}
.article-body .figure {
  margin: 24px 0;
}
.article-body .figure img { margin: 0; }
.article-body .figure figcaption {
  text-align: center;
  font-size: 13px;
  color: var(--gold-600);
  margin-top: 8px;
  font-family: var(--font-accent);
}

.highlight-box {
  background: var(--gold-50);
  border-left: 4px solid var(--gold-400);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  margin: 20px 0;
}
.highlight-box strong { color: var(--gold-700); }

/* Article CTA inline */
.inline-cta {
  background: linear-gradient(135deg, var(--pastel-cream), var(--gold-100));
  border: 2px dashed var(--gold-300);
  border-radius: var(--radius);
  padding: 24px;
  margin: 28px 0;
  text-align: center;
}
.inline-cta h4 {
  font-family: var(--font-display);
  color: var(--gold-700);
  margin-bottom: 8px;
  font-size: 19px;
}
.inline-cta p { margin-bottom: 14px; color: var(--ink-soft); }

/* SIDEBAR / RELATED */
.layout-with-side {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
  align-items: start;
}
.sidebar {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: sticky; top: 100px;
}
.sidebar h4 {
  font-family: var(--font-display);
  color: var(--gold-700);
  font-size: 17px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--gold-200);
}
.sidebar ul { list-style: none; }
.sidebar li { margin-bottom: 8px; }
.sidebar li a {
  display: flex; align-items: center; gap: 8px;
  color: var(--ink-soft);
  font-size: 14px;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  transition: all .2s;
}
.sidebar li a:hover { background: var(--gold-50); color: var(--gold-700); }
.sidebar li a::before { content: "→"; color: var(--gold-400); }

/* ===========================================
   CONTACT
   =========================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.contact-info {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.contact-info h3 {
  font-family: var(--font-display);
  color: var(--gold-700);
  margin-bottom: 18px;
  font-size: 22px;
}
.contact-row {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
}
.contact-row:last-child { border-bottom: 0; }
.contact-row .ic {
  width: 40px; height: 40px;
  background: var(--gold-50);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.contact-row strong { display: block; color: var(--ink); margin-bottom: 2px; font-size: 14px; }
.contact-row span   { color: var(--ink-soft); font-size: 15px; }

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  border: 4px solid var(--white);
  box-shadow: var(--shadow);
  height: 420px;
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ===========================================
   FOOTER
   =========================================== */
.site-footer {
  background:
    linear-gradient(180deg, var(--ink) 0%, #1A1208 100%);
  color: #E8DDC3;
  padding: 60px 0 20px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: ""; position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300), var(--gold-500));
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 30px;
}
.footer-col h5 {
  font-family: var(--font-display);
  color: var(--gold-300);
  font-size: 16px;
  margin-bottom: 14px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: #C9BC9B; font-size: 14px; }
.footer-col a:hover { color: var(--gold-300); }
.footer-brand {
  display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
}
.footer-brand img { width: 52px; height: 52px; }
.footer-brand strong { font-family: var(--font-display); font-size: 20px; color: var(--white); }
.footer-brand span   { display: block; font-size: 12px; color: var(--gold-300); letter-spacing: 1px; }
.footer-about { font-size: 14px; line-height: 1.7; color: #B7AB89; margin-bottom: 14px; }

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 215, 76, 0.15);
  text-align: center;
  font-size: 13px;
  color: #8F8268;
}
.footer-bottom a { color: var(--gold-300); }

/* ===========================================
   FLOATING CTA (mobile)
   =========================================== */
.float-bar {
  position: fixed;
  bottom: 16px; left: 16px; right: 16px;
  background: var(--white);
  border-radius: 999px;
  padding: 8px;
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
  display: none;
  gap: 6px;
  z-index: 100;
  border: 1px solid var(--gold-200);
}
.float-bar a {
  flex: 1;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px 8px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}
.float-bar .call { background: var(--gold-500); color: var(--white); }
.float-bar .line { background: #06C755; color: var(--white); }
.float-bar .web  { background: var(--ink); color: var(--gold-300); }

/* ===========================================
   ANIMATIONS
   =========================================== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp .6s ease-out backwards; }
.fade-up:nth-child(1) { animation-delay: .05s; }
.fade-up:nth-child(2) { animation-delay: .1s; }
.fade-up:nth-child(3) { animation-delay: .15s; }
.fade-up:nth-child(4) { animation-delay: .2s; }
.fade-up:nth-child(5) { animation-delay: .25s; }
.fade-up:nth-child(6) { animation-delay: .3s; }

/* ===========================================
   RESPONSIVE
   =========================================== */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-art .frame img { height: 360px; }
  .layout-with-side { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 16px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .nav-links.show { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; width: 100%; }
  .menu-toggle { display: block; }
  .topbar { font-size: 12px; }
  .topbar .container { justify-content: center; }
  section { padding: 50px 0; }
  .hero { padding: 40px 0 60px; }
  .article-body { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .float-bar { display: flex; }
  body { padding-bottom: 80px; }
}

/* ============================================================
   Additional pages: articles, contact form
   ============================================================ */
.container.narrow { max-width: 880px; }

/* Article layout */
.article-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}
.article-body {
  background: #fff;
  padding: 36px 40px;
  border-radius: 18px;
  box-shadow: 0 6px 30px rgba(0,0,0,.05);
  border: 1px solid var(--gold-50);
}
.article-figure {
  margin: 0 0 24px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--gold-50);
}
.article-figure img { width: 100%; height: auto; display: block; }
.article-intro {
  font-size: 17px;
  line-height: 1.8;
  color: #2c3e50;
  margin: 0 0 28px;
  padding: 18px 22px;
  background: linear-gradient(135deg, #fff8e7 0%, #fff 100%);
  border-left: 4px solid var(--gold-500);
  border-radius: 6px;
}
.article-body h2 {
  font-family: 'Prompt', sans-serif;
  font-size: 24px;
  color: var(--gold-700);
  margin: 32px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px dashed var(--gold-200);
}
.article-body h3 {
  font-family: 'Prompt', sans-serif;
  font-size: 19px;
  color: var(--gold-700);
  margin: 22px 0 10px;
}
.article-body p { line-height: 1.85; margin: 0 0 14px; color: #444; }
.article-body ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 18px;
}
.article-body ul li {
  position: relative;
  padding: 8px 0 8px 32px;
  border-bottom: 1px dotted var(--gold-100);
  line-height: 1.7;
  color: #333;
}
.article-body ul li:before {
  content: "✦";
  position: absolute;
  left: 8px;
  top: 8px;
  color: var(--gold-500);
  font-weight: bold;
}

.article-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sidebar-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  border: 1px solid var(--gold-100);
  box-shadow: 0 4px 18px rgba(0,0,0,.04);
}
.sidebar-card h3 {
  font-family: 'Prompt', sans-serif;
  margin: 0 0 12px;
  font-size: 16px;
  color: var(--gold-700);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--gold-100);
}
.related-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-list li {
  padding: 8px 0;
  border-bottom: 1px dotted var(--gold-100);
}
.related-list li:last-child { border-bottom: 0; }
.related-list a {
  color: #2c3e50;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.related-list a:hover { color: var(--gold-700); }

.highlight-box {
  margin-top: 28px;
  padding: 22px;
  background: linear-gradient(135deg, var(--gold-50) 0%, #fff8e7 100%);
  border-radius: 14px;
  border: 2px dashed var(--gold-300);
  text-align: center;
}
.highlight-box h3 { margin: 0 0 10px; color: var(--gold-700); }
.highlight-box p { margin: 0 0 14px; }

/* Article cards grid */
.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 24px;
}
.article-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--gold-100);
  box-shadow: 0 4px 16px rgba(0,0,0,.05);
  transition: transform .3s, box-shadow .3s;
}
.article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,.1);
}
.article-card-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.article-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gold-500);
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  font-family: 'Prompt', sans-serif;
}
.article-card-body { padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.article-card-body h3 {
  font-family: 'Prompt', sans-serif;
  font-size: 17px;
  margin: 0 0 8px;
  color: #2c3e50;
  line-height: 1.4;
}
.article-card-body p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 14px;
  flex: 1;
}
.article-card-more {
  color: var(--gold-600);
  font-weight: 600;
  font-size: 14px;
}

/* Contact form */
.contact-item {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px dashed var(--gold-100);
}
.contact-icon {
  font-size: 28px;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-50);
  border-radius: 50%;
}
.contact-item h3 { font-family: 'Prompt', sans-serif; margin: 0 0 4px; font-size: 16px; color: #2c3e50; }
.contact-item p { margin: 0; }
.contact-item small { color: #888; font-size: 12px; }
.contact-item a { color: var(--gold-700); text-decoration: none; }
.contact-item a:hover { text-decoration: underline; }

.contact-form-wrap {
  background: #fff;
  padding: 32px;
  border-radius: 18px;
  border: 1px solid var(--gold-100);
  box-shadow: 0 6px 24px rgba(0,0,0,.05);
}
.contact-form-wrap h2 { margin: 0 0 18px; color: var(--gold-700); }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 11px 14px;
  border: 1.5px solid var(--gold-100);
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  background: #fafbfd;
  transition: border-color .2s, background .2s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--gold-500);
  background: #fff;
}
.btn-block { width: 100%; }

.info-detail { color: #888; font-size: 12px; }

/* Responsive */
@media (max-width: 960px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .contact-grid { grid-template-columns: 1fr !important; }
  .article-body { padding: 24px 22px; }
}

/* ============================================================
   Area pages: provinces / bangkok-areas
   ============================================================ */
.area-hero {
  background: linear-gradient(135deg, #fff8e7 0%, #fff 60%, #f0f6ff 100%);
  text-align: left;
}
.area-hero h1 {
  font-family: 'Prompt', sans-serif;
  font-size: 36px;
  margin: 14px 0 16px;
  color: #2c3e50;
  line-height: 1.3;
}
.area-hero h1 .accent {
  color: var(--gold-700);
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.area-hero .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--gold-50);
  border-radius: 20px;
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  color: var(--gold-700);
  margin-bottom: 8px;
}
.area-hero .hero-eyebrow .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--gold-500);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}
.area-hero .lead {
  font-size: 16px;
  line-height: 1.85;
  color: #444;
  max-width: 820px;
  margin: 0 0 22px;
}

/* Service grid in area pages */
.area-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}
.area-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 14px 18px;
  background: #fff;
  border-radius: 14px;
  border: 1.5px solid var(--gold-100);
  text-decoration: none;
  color: inherit;
  transition: all .25s;
  position: relative;
  overflow: hidden;
}
.area-service-card:hover {
  border-color: var(--gold-400);
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(212, 175, 55, .15);
  background: linear-gradient(135deg, #fff 0%, var(--gold-50) 100%);
}
.area-service-icon { font-size: 32px; margin-bottom: 8px; }
.area-service-name {
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 4px;
  line-height: 1.3;
}
.area-service-loc { font-size: 11px; color: var(--gold-700); }

/* Area tile (province/district picker) */
.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}
.area-tile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid var(--gold-100);
  text-decoration: none;
  color: #2c3e50;
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
}
.area-tile:hover {
  background: var(--gold-50);
  border-color: var(--gold-400);
  transform: translateX(4px);
  color: var(--gold-700);
}

/* Region block */
.region-block {
  padding: 36px 0;
  background: #fff;
}
.region-block:nth-child(even) {
  background: #fafbfd;
}
.region-title {
  font-family: 'Prompt', sans-serif;
  font-size: 24px;
  color: var(--gold-700);
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px dashed var(--gold-200);
}
.region-title small {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  margin-left: 8px;
}

/* Area gallery — tighter grid for fewer images */
.gallery-area {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.section-alt { background: #fafbfd; }

@media (max-width: 720px) {
  .area-hero h1 { font-size: 26px; }
  .area-services-grid { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .area-service-icon { font-size: 26px; }
  .area-service-name { font-size: 13px; }
}

/* Area CTA cards on homepage */
.area-cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.area-cta-card {
  display: flex;
  gap: 18px;
  padding: 28px 26px;
  background: linear-gradient(135deg, #fff 0%, var(--gold-50) 100%);
  border-radius: 18px;
  border: 2px solid var(--gold-100);
  text-decoration: none;
  color: inherit;
  transition: all .3s;
  align-items: center;
}
.area-cta-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(212,175,55,.18);
  border-color: var(--gold-400);
}
.area-cta-icon {
  font-size: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid var(--gold-200);
}
.area-cta-card h3 {
  font-family: 'Prompt', sans-serif;
  margin: 0 0 6px;
  font-size: 20px;
  color: #2c3e50;
}
.area-cta-card p {
  margin: 0 0 8px;
  color: #666;
  font-size: 14px;
}
.area-cta-more {
  color: var(--gold-700);
  font-family: 'Prompt', sans-serif;
  font-weight: 600;
  font-size: 14px;
}

/* ============================================================
   Review Gallery (for area pages — z1, a2, z3, a4, z5, z6)
   ============================================================ */
.review-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}
.review-gallery-item {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid var(--gold-100);
  transition: all .25s;
}
.review-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s;
}
.review-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(212,175,55,.18);
  border-color: var(--gold-400);
}
.review-gallery-item:hover img { transform: scale(1.06); }

/* ============================================================
   Float bar with 4 buttons (FB added)
   ============================================================ */
.float-bar { display: none; }
.float-bar .fb {
  background: linear-gradient(135deg, #1877f2, #0d5ec1);
  color: #fff;
}
@media (max-width: 720px) {
  .float-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    padding: 6px 4px;
  }
  .float-bar a {
    font-size: 11px;
    padding: 8px 4px;
  }
}

/* ============================================================
   Horizontal menu (main-nav) — ensure rows on all viewports
   ============================================================ */
.main-nav ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 2px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.main-nav ul::-webkit-scrollbar { height: 4px; }
.main-nav ul::-webkit-scrollbar-thumb {
  background: var(--gold-300);
  border-radius: 2px;
}
.main-nav ul li { flex-shrink: 0; }
.main-nav ul li a {
  white-space: nowrap;
  padding: 8px 14px;
  font-size: 14px;
}

@media (max-width: 960px) {
  .main-nav { display: block !important; }
  .main-nav ul {
    flex-wrap: nowrap;
    padding: 8px 12px;
    border-top: 1px solid var(--gold-100);
    background: #fafbfd;
  }
  .menu-toggle { display: none !important; }
}
