:root {
  --bg: #ffffff;
  --paper: #f7fbf8;
  --ink: #183227;
  --muted: #607166;
  --line: #dce7df;
  --deep: #223f2f;
  --celadon: #6e9a80;
  --celadon-dark: #4e775f;
  --rose: #c94d62;
  --rose-dark: #a93349;
  --teak: #8a5936;
  --gold: #c99a49;
  --shadow: 0 22px 60px rgba(31, 55, 41, 0.16);
  --radius: 8px;
  --font-sans: "Noto Sans Thai", "Leelawadee UI", Tahoma, system-ui, sans-serif;
  --font-display: "Noto Serif Thai", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.6;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

img,
iframe {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 64px);
  color: #fff;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  backdrop-filter: blur(18px);
  padding-block: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.brand-mark svg {
  width: 28px;
  height: 28px;
}

.brand-mark.has-logo {
  overflow: hidden;
  background: #fff;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.08;
}

.brand small {
  display: block;
  color: currentColor;
  font-size: 0.78rem;
  opacity: 0.82;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.9rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding-block: 8px;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-switch,
.header-cta,
.nav-toggle {
  border: 0;
  color: inherit;
  background: transparent;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 40px;
  padding: 0 10px;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 800;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: var(--radius);
  background: var(--rose);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(201, 77, 98, 0.28);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 86svh;
  overflow: clip;
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 50, 39, 0.86) 0%, rgba(24, 50, 39, 0.56) 42%, rgba(24, 50, 39, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.45)),
    url("assets/hero.webp") center / cover;
  transform: scale(1.02);
}

.hero-inner {
  position: relative;
  display: flex;
  min-height: 86svh;
  flex-direction: column;
  justify-content: center;
  padding: 118px clamp(20px, 6vw, 88px) 40px;
}

.hero-copy {
  width: min(790px, 100%);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.4vw, 5.7rem);
  font-weight: 700;
  line-height: 1.02;
  text-wrap: balance;
}

.hero p {
  width: min(660px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 850;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--rose);
  color: #fff;
  box-shadow: 0 16px 34px rgba(201, 77, 98, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--rose-dark);
}

.btn-line {
  background: var(--celadon);
  color: #fff;
  box-shadow: 0 16px 34px rgba(78, 119, 95, 0.28);
}

.btn-line:hover,
.btn-line:focus-visible {
  background: var(--celadon-dark);
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(840px, 100%);
  gap: 1px;
  margin-top: clamp(44px, 10vh, 110px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.hero-panel > div {
  min-height: 98px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-panel span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-panel strong {
  display: block;
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.25;
}

.section {
  padding: clamp(68px, 9vw, 120px) clamp(20px, 5vw, 76px);
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 42px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--celadon-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.1;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.section-heading p,
.section-copy p,
.booking-form-wrap > p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.services {
  position: relative;
  background:
    linear-gradient(90deg, rgba(110, 154, 128, 0.1), transparent 18%, transparent 82%, rgba(201, 154, 73, 0.12)),
    var(--bg);
}

.services::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: clamp(18px, 3vw, 44px);
  content: "";
  background:
    linear-gradient(135deg, rgba(138, 89, 54, 0.16) 25%, transparent 25%) 0 0 / 18px 18px,
    linear-gradient(225deg, rgba(110, 154, 128, 0.16) 25%, transparent 25%) 0 0 / 18px 18px;
}

.price-table {
  width: min(1160px, 100%);
  margin-inline: auto;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 70px rgba(31, 55, 41, 0.08);
}

.price-head,
.price-row {
  display: grid;
  grid-template-columns: minmax(320px, 1.5fr) repeat(3, minmax(92px, 0.5fr));
  align-items: center;
}

.price-head {
  min-height: 58px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.price-head > span,
.price-row > strong {
  padding: 0 22px;
  text-align: center;
}

.price-head > span:first-child {
  text-align: left;
}

.price-head .price-time {
  display: inline-block;
  white-space: nowrap;
}

.price-row {
  min-height: 124px;
  border-bottom: 1px solid var(--line);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row > strong {
  color: var(--deep);
  font-size: 1.42rem;
  font-weight: 700;
}

.service-name {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 20px;
  align-items: center;
  padding: 18px 22px;
}

.service-name img {
  width: 116px;
  aspect-ratio: 1.38;
  border-radius: 6px;
  object-fit: cover;
}

.service-name p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
  background: var(--paper);
}

.section-copy {
  max-width: 580px;
}

.info-list {
  display: grid;
  gap: 22px;
  margin-top: 32px;
}

.info-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
}

.info-item svg {
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--celadon-dark);
  background: #fff;
}

.info-item strong {
  display: block;
  font-size: 0.98rem;
}

.info-item span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
}

.location-stack {
  display: grid;
  gap: 18px;
}

.map-panel,
.location-stack img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-panel {
  position: relative;
  height: 370px;
  overflow: hidden;
  border: 1px solid #cddcd7;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(247, 251, 248, 0.34)),
    linear-gradient(90deg, #eff5ed 0%, #eff5ed 72%, #a8d8df 72%, #8fcbd7 100%);
}

.map-panel::before,
.map-panel::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(96, 113, 102, 0.08);
}

.map-panel::before {
  width: 72%;
  height: 24px;
  top: 222px;
  left: -7%;
  transform: rotate(-21deg);
}

.map-panel::after {
  width: 64%;
  height: 20px;
  top: 154px;
  left: 7%;
  transform: rotate(15deg);
}

.map-river {
  position: absolute;
  inset: 0 0 0 auto;
  width: 28%;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.26), transparent 30%),
    linear-gradient(180deg, #9bd3df, #7dc2cf);
}

.road {
  position: absolute;
  z-index: 1;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 0 1px rgba(96, 113, 102, 0.08);
}

.road-one {
  width: 54%;
  top: 74px;
  left: 12%;
  transform: rotate(-9deg);
}

.road-two {
  width: 48%;
  top: 286px;
  left: 22%;
  transform: rotate(8deg);
}

.road-three {
  width: 34%;
  top: 119px;
  left: 42%;
  transform: rotate(70deg);
}

.map-pin {
  position: absolute;
  z-index: 4;
  top: 160px;
  left: 54%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--rose);
  color: #fff;
  box-shadow: 0 16px 28px rgba(201, 77, 98, 0.28);
}

.map-pin svg {
  width: 28px;
  height: 28px;
}

.map-card {
  position: absolute;
  z-index: 5;
  top: 34px;
  left: 34px;
  width: min(290px, calc(100% - 68px));
  padding: 18px;
  border: 1px solid rgba(96, 113, 102, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(31, 55, 41, 0.12);
}

.map-card strong,
.map-card span,
.map-card a {
  display: block;
}

.map-card span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.88rem;
}

.map-card a {
  margin-top: 12px;
  color: var(--rose);
  font-size: 0.88rem;
  font-weight: 900;
}

.map-label {
  position: absolute;
  z-index: 3;
  color: #356f76;
  font-size: 0.86rem;
  font-weight: 800;
}

.river-label {
  top: 42px;
  right: 28px;
}

.street-label {
  right: 120px;
  bottom: 82px;
  color: var(--celadon-dark);
}

.location-stack img {
  aspect-ratio: 1.75;
  object-fit: cover;
}

.safety {
  background: #fff;
}

.safety-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  width: min(1180px, 100%);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #edf7ef, #fff);
}

.safety-copy {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 24px;
  padding: clamp(30px, 5vw, 62px);
}

.large-icon {
  width: 76px;
  height: 76px;
  padding: 15px;
  border: 1px solid rgba(78, 119, 95, 0.28);
  border-radius: 50%;
  color: var(--celadon-dark);
}

.safety-copy ul {
  margin: 20px 0 0;
  padding-left: 22px;
  color: var(--muted);
}

.safety-copy li + li {
  margin-top: 10px;
}

.safety-panel img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.trust {
  background:
    linear-gradient(180deg, #fff, #fbfdfb),
    var(--bg);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1160px, 100%);
  margin-inline: auto;
  gap: 22px;
}

.review-card {
  min-height: 230px;
  margin: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 40px rgba(31, 55, 41, 0.06);
}

.review-card::before {
  display: block;
  content: "“";
  color: var(--rose);
  font-family: var(--font-display);
  font-size: 4.2rem;
  line-height: 0.55;
}

.review-card blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
}

.review-card figcaption {
  margin-top: 24px;
}

.review-card figcaption span {
  display: block;
  color: var(--gold);
  letter-spacing: 0.04em;
}

.review-card figcaption strong {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.certificates {
  background: #fff;
}

.proof-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, 100%);
  margin-inline: auto;
  gap: 18px;
}

.certificate-card {
  min-height: 250px;
  padding: 30px;
  border: 1px solid rgba(138, 89, 54, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 248, 0.92)),
    repeating-linear-gradient(135deg, rgba(201, 154, 73, 0.1) 0 2px, transparent 2px 11px);
}

.certificate-card span {
  display: block;
  margin-bottom: 26px;
  color: var(--rose);
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: 1;
}

.certificate-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.proof-layout img {
  grid-column: 1 / -1;
  width: 100%;
  max-height: 520px;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center 42%;
}

.booking {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #f1f8f3 50%, #f1f8f3 100%);
}

.booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  width: min(1180px, 100%);
  margin-inline: auto;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.booking-form-wrap,
.contact-panel {
  min-width: 0;
}

.booking-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 55px rgba(31, 55, 41, 0.08);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfdcd3;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  padding: 10px 13px;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 170ms ease, box-shadow 170ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--celadon);
  box-shadow: 0 0 0 4px rgba(110, 154, 128, 0.16);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-message {
  min-height: 24px;
  margin: 0;
  color: var(--celadon-dark);
  font-weight: 800;
}

.booking-dialog {
  width: min(420px, calc(100vw - 32px));
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: var(--deep);
}

.booking-dialog::backdrop {
  background: rgba(17, 31, 25, 0.54);
  backdrop-filter: blur(3px);
}

.booking-dialog-card {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 5vw, 38px);
  border: 1px solid rgba(225, 215, 197, 0.92);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 34px 90px rgba(17, 31, 25, 0.28);
  text-align: center;
}

.booking-dialog-card h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
}

.booking-dialog-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.booking-dialog-card .btn {
  justify-self: center;
  min-width: 132px;
}

.contact-panel {
  padding: clamp(26px, 4vw, 42px);
  border-radius: var(--radius);
  background: var(--deep);
  color: #fff;
  box-shadow: var(--shadow);
}

.contact-panel h2 {
  font-size: clamp(1.9rem, 2.6vw, 2.7rem);
}

.contact-list {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}

.contact-list a {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.contact-list svg {
  width: 44px;
  height: 44px;
  padding: 11px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.contact-list strong {
  display: block;
  font-size: 0.88rem;
}

.contact-list span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}

.contact-panel img {
  width: 100%;
  aspect-ratio: 1.35;
  border-radius: var(--radius);
  object-fit: cover;
}

.site-footer {
  background: var(--deep);
  color: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 36px clamp(20px, 5vw, 76px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.site-footer p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  text-align: right;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }

  .site-nav {
    justify-content: flex-end;
    gap: 16px;
  }

  .header-cta span {
    display: none;
  }

  .split,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .booking {
    background: #fff;
  }

  .review-grid,
  .proof-layout {
    grid-template-columns: 1fr;
  }

  .proof-layout img {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .brand {
    min-width: 0;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .nav-toggle {
    display: block;
    grid-column: 3;
    grid-row: 1;
  }

  .site-nav {
    position: fixed;
    inset: 68px 16px auto 16px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.98);
    color: var(--ink);
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 13px 12px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: 82svh;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 8.6vw, 3.25rem);
    line-height: 1.08;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .hero-panel > div {
    min-height: auto;
    padding: 16px;
  }

  .price-head {
    display: none;
  }

  .price-table {
    display: grid;
    gap: 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    overflow: hidden;
  }

  .price-row > strong {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 22px;
    border-top: 1px solid var(--line);
    font-size: 1.1rem;
    text-align: left;
  }

  .price-row > strong:nth-of-type(1)::before {
    content: "60 นาที";
    color: var(--muted);
    font-size: 0.84rem;
  }

  .price-row > strong:nth-of-type(2)::before {
    content: "90 นาที";
    color: var(--muted);
    font-size: 0.84rem;
  }

  .price-row > strong:nth-of-type(3)::before {
    content: "120 นาที";
    color: var(--muted);
    font-size: 0.84rem;
  }

  html[lang="en"] .price-row > strong:nth-of-type(1)::before {
    content: "60 mins";
  }

  html[lang="en"] .price-row > strong:nth-of-type(2)::before {
    content: "90 mins";
  }

  html[lang="en"] .price-row > strong:nth-of-type(3)::before {
    content: "120 mins";
  }

  .service-name {
    grid-template-columns: 96px 1fr;
  }

  .service-name img {
    width: 96px;
  }

  .safety-panel,
  .safety-copy {
    grid-template-columns: 1fr;
  }

  .safety-panel img {
    min-height: 260px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .site-footer p {
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero-media {
    background:
      linear-gradient(90deg, rgba(24, 50, 39, 0.88), rgba(24, 50, 39, 0.56)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.38)),
      url("assets/hero.webp") center / cover;
  }

  .hero-inner {
    padding: 96px 20px 24px;
  }

  .hero p {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .btn {
    min-height: 50px;
    padding-inline: 18px;
  }

  .hero-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
  }

  .hero-panel > div {
    padding: 11px 10px;
  }

  .hero-panel span {
    font-size: 0.68rem;
  }

  .hero-panel strong {
    font-size: 0.82rem;
    line-height: 1.28;
  }

  .section {
    padding-inline: 18px;
  }

  .section-heading.centered {
    text-align: left;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    padding: 24px;
  }
}

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