﻿:root {
  --gold: #b98b2f;
  --gold-soft: #f5e8c6;
  --green: #0d5b43;
  --green-soft: #e6f1ec;
  --ink: #17312a;
  --muted: #64726d;
  --line: #eadfcb;
  --white: #ffffff;
  --wash: #fbfaf5;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: "Tahoma", "Noto Sans Thai", Arial, sans-serif; color: var(--ink); background: var(--wash); line-height: 1.75; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--gold); }
.topbar { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px clamp(18px, 4vw, 56px); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--green); }
.brand img { width: 44px; height: 44px; object-fit: contain; }
nav { display: flex; flex-wrap: wrap; gap: 12px; font-size: 14px; }
main { overflow: hidden; }
section { padding: clamp(34px, 6vw, 78px) clamp(18px, 4vw, 56px); max-width: 1180px; margin: 0 auto; }
.hero { max-width: none; min-height: 82vh; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr); align-items: center; gap: clamp(26px, 5vw, 72px); background: linear-gradient(180deg, #fff 0%, #fbf7ea 100%); border-bottom: 1px solid var(--line); }
.page-hero { min-height: 72vh; }
.eyebrow { color: var(--gold); font-weight: 800; letter-spacing: 0; text-transform: uppercase; font-size: 13px; }
h1 { font-size: clamp(32px, 5vw, 62px); line-height: 1.16; margin: 0 0 18px; color: var(--green); }
h2 { font-size: clamp(24px, 3vw, 36px); line-height: 1.25; margin: 0 0 16px; color: var(--green); }
h3 { margin: 8px 0; color: var(--green); }
.hero-copy p { max-width: 760px; font-size: 18px; }
.actions, .final-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 8px; font-weight: 800; border: 1px solid var(--gold); }
.btn.gold { color: #fff; background: linear-gradient(135deg, #c99d3e, #977020); box-shadow: 0 14px 32px rgba(151,112,32,.18); }
.btn.ghost { color: var(--green); background: #fff; }
.hero-image { display: block; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 24px 80px rgba(13,91,67,.18); aspect-ratio: 4/3; background: var(--green-soft); }
.hero-image img, .photo img, .review-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.intro-grid { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
.price-section { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; }
.blessing-card, .calc, .steps > div, details { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 22px; box-shadow: 0 16px 46px rgba(13,91,67,.08); }
.blessing-card { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 18px; text-align: center; color: #fff; background: linear-gradient(135deg, var(--green), #13835f); border: 1px solid rgba(185,139,47,.55); box-shadow: 0 18px 54px rgba(13,91,67,.2); }
.blessing-card h2, .blessing-card p { margin: 0; color: #fff; }
.blessing-card h2 { font-size: clamp(20px, 2.2vw, 28px); }
.blessing-card p { color: var(--gold-soft); font-weight: 800; }
.blessing-card a { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 8px 16px; border-radius: 8px; background: var(--gold-soft); color: var(--green); font-weight: 900; }
.blessing-card a:hover { color: var(--green); background: #fff; }
.service-areas { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 10px; padding: 0; list-style: none; }
.service-areas li { background: #fff; border-left: 4px solid var(--gold); padding: 12px 14px; border-radius: 8px; }
.process { max-width: none; background: var(--green); color: #fff; }
.process h2, .process h3 { color: #fff; }
.steps { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.steps > div { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); box-shadow: none; }
.steps span { color: var(--gold-soft); font-weight: 900; }
.calc { display: grid; grid-template-columns: repeat(4, minmax(160px, 1fr)); gap: 14px; align-items: end; }
.calc label { display: grid; gap: 6px; font-weight: 700; }
.calc input, .calc select { width: 100%; min-height: 42px; border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px; font: inherit; }
.check { grid-template-columns: 20px 1fr !important; align-items: center; }
.estimate { display: flex; justify-content: space-between; gap: 12px; align-items: center; background: var(--green-soft); border-radius: 8px; padding: 14px; }
.estimate strong { color: var(--green); font-size: 22px; }
.estimate, .note { grid-column: 1 / -1; }
.note { color: var(--muted); font-size: 14px; margin: 0; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.photo { aspect-ratio: 4/3; overflow: hidden; border-radius: 8px; border: 1px solid var(--line); background: #fff; }
.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; font-weight: 800; }
.review-card img { aspect-ratio: 4/3; }
.review-card span { display: block; padding: 12px; }
.faq { display: grid; gap: 12px; }
summary { cursor: pointer; font-weight: 800; color: var(--green); }
.map-wrap { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; min-height: 360px; }
.map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; }
.final-cta { max-width: none; justify-content: center; text-align: center; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.final-cta h2, .final-cta p { width: 100%; margin-left: auto; margin-right: auto; max-width: 820px; }
.pager { max-width: 1180px; margin: 0 auto 48px; display: flex; justify-content: space-between; padding: 0 clamp(18px, 4vw, 56px); }
.pager a { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 10px 14px; font-weight: 800; }
.footer { display: flex; justify-content: space-between; gap: 24px; padding: 34px clamp(18px, 4vw, 56px); background: var(--green); color: #fff; }
.footer img { width: 54px; height: 54px; object-fit: contain; background: #fff; border-radius: 8px; padding: 4px; }
.footer a { color: #fff; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; align-content: start; justify-content: flex-end; }
.toc { display: grid; gap: 18px; }
.toc-group { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.toc-links { columns: 2 320px; column-gap: 28px; }
.toc-links a { display: block; break-inside: avoid; margin: 0 0 10px; }
@media (max-width: 820px) {
  .topbar, .footer { align-items: flex-start; flex-direction: column; }
  .hero, .intro-grid, .price-section, .calc { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 44px; }
  .hero-copy p { font-size: 16px; }
  .footer-links { justify-content: flex-start; }
}
