:root {
  --ink: #143237;
  --muted: #64777a;
  --line: #dce8e6;
  --surface: #f7fbfa;
  --surface-strong: #eef7f5;
  --clinic: #dff3ef;
  --teal: #107c78;
  --teal-dark: #075f5b;
  --gold: #c4934b;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(16, 65, 68, 0.13);
}

@font-face {
  font-family: "Mali";
  src: url("assets/fonts/mali-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Mali";
  src: url("assets/fonts/mali-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Thai";
  src: url("assets/fonts/noto-sans-thai-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Thai";
  src: url("assets/fonts/noto-sans-thai-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Arial, "Helvetica Neue", sans-serif;
  line-height: 1.6;
}

body.products-page {
  font-family: "Noto Sans Thai", Arial, sans-serif;
  background-color: var(--surface);
  background-image:
    linear-gradient(120deg, rgba(238, 249, 247, 0.88), rgba(255, 251, 239, 0.86) 48%, rgba(253, 244, 246, 0.85)),
    url("assets/hero-store-interior-b.jpeg");
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.products-page .page-title h1,
.products-page .collection-nav a,
.products-page .collection-heading h2,
.products-page .product-card > a {
  font-family: "Mali", "Noto Sans Thai", sans-serif;
}

.products-page .page-title h1 {
  color: #173f43;
  line-height: 1.38;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7), 0 8px 24px rgba(20, 50, 55, 0.1);
}

.products-page .facebook-album-note {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 10px;
  color: #36585d;
  background: rgba(255, 255, 255, 0.72);
  border-left: 3px solid var(--gold);
  border-radius: 5px;
  font-size: 12px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

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

.brand-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  flex: 0 0 30px;
  overflow: hidden;
  background: transparent;
  border-radius: 50%;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #2a4b50;
  font-size: 15px;
}

.nav-cta {
  padding: 10px 16px;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 8px;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #dcefeb;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 251, 250, 0.94), rgba(247, 251, 250, 0.62) 42%, rgba(247, 251, 250, 0.03));
}

.hero-content {
  position: relative;
  width: min(860px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  padding: 64px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.05;
}

.hero h1 {
  margin-bottom: 24px;
  font-size: clamp(24px, 2.65vw, 35px);
  line-height: 1.54;
}

.hero-title span {
  display: block;
  white-space: nowrap;
}

.page-shell h1 {
  font-size: clamp(36px, 4.8vw, 58px);
  line-height: 1.1;
}

.booking-panel h1,
.payment-panel h2 {
  font-size: clamp(34px, 4vw, 52px);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.subheadline,
.page-title p,
.upsell-hero p {
  max-width: 650px;
  color: #36585d;
  font-size: 20px;
}

.nowrap {
  white-space: nowrap;
}

.hero-actions,
.section-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: var(--teal-dark);
  box-shadow: 0 12px 28px rgba(7, 95, 91, 0.27);
}

.btn-primary:hover {
  background: #034f4c;
}

.btn-secondary {
  color: var(--teal-dark);
  background: var(--white);
  border: 1px solid var(--line);
}

.btn-large {
  min-width: 240px;
  min-height: 56px;
}

.btn-small {
  width: 100%;
  color: var(--white);
  background: var(--teal-dark);
}

.btn-full {
  width: 100%;
}

.section,
.page-shell {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0;
}

.intro-grid,
.checkout-layout,
.gift-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 32px;
  align-items: stretch;
}

.intro-grid {
  width: min(1280px, calc(100% - 36px));
  grid-template-columns: minmax(280px, 0.65fr) minmax(520px, 1.35fr);
  align-items: center;
}

.intro-grid p {
  color: var(--muted);
  font-size: 18px;
}

.intro-copy {
  display: grid;
  gap: 16px;
}

.intro-copy p {
  margin-bottom: 0;
}

.intro-grid h2,
.section-heading h2 {
  font-size: clamp(28px, 3.1vw, 38px);
}

.video-card {
  min-height: 280px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 28px;
  color: var(--ink);
  background: linear-gradient(135deg, #e8f6f3, #ffffff);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  text-align: center;
}

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

.video-embed-card {
  padding: 30px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    url("assets/hero-store-interior-b.jpeg") center / cover;
}

.video-embed-card-primary {
  min-height: 984px;
}

.video-embed-card-facebook {
  min-height: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)),
    url("assets/hero-store-interior-b.jpeg") center / cover;
}

.video-card-heading {
  display: grid;
  gap: 4px;
  width: min(100%, 360px);
  text-align: left;
}

.video-card-heading .eyebrow {
  font-size: 12px;
}

.video-card-heading h3 {
  margin: 0;
  font-size: 18px;
}

.video-embed-card iframe {
  width: min(100%, 520px);
  height: 924px;
  border: 0;
  border-radius: 8px;
}

.video-embed-card-facebook iframe {
  width: min(100%, 360px);
  height: min(640px, 145vw);
  min-height: 420px;
  background: rgba(255, 255, 255, 0.72);
}

.video-link {
  display: inline-flex;
  justify-content: center;
  width: min(100%, 520px);
  margin-top: 12px;
  padding: 12px 16px;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 8px;
  font-weight: 800;
}

.play-button {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  padding-left: 4px;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 50%;
  font-size: 28px;
}

.section-heading {
  justify-content: space-between;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.text-link {
  color: var(--teal-dark);
  font-weight: 800;
}

.product-preview {
  position: relative;
}

.product-preview .section-heading {
  align-items: flex-end;
  gap: 28px;
}

.product-preview .section-heading h2,
.preview-product strong,
.preview-all-link {
  font-family: "Mali", "Noto Sans Thai", sans-serif;
}

.product-preview-copy {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--muted);
}

.preview-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 11px 16px;
  color: var(--white);
  background: var(--teal-dark);
  border: 1px solid var(--teal-dark);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(7, 95, 91, 0.17);
}

.preview-all-link:hover {
  color: var(--ink);
  background: #ffd16b;
  border-color: #e0a433;
  transform: translateY(-1px);
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.preview-product {
  position: relative;
  overflow: hidden;
  min-width: 0;
  background: var(--white);
  border: 1px solid rgba(207, 224, 221, 0.9);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(20, 50, 55, 0.11);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.preview-product:hover {
  box-shadow: 0 18px 36px rgba(20, 50, 55, 0.17);
  transform: translateY(-4px);
}

.preview-product img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--white);
}

.preview-product > span {
  display: grid;
  gap: 2px;
  padding: 13px 15px 15px;
  border-top: 3px solid var(--gold);
}

.preview-product strong,
.preview-product small {
  display: block;
  min-width: 0;
}

.preview-product strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.preview-product small {
  color: var(--muted);
  font-size: 13px;
}

.map-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 14px;
  color: #173336;
  background: #ffc145;
  border: 1px solid #e8a91f;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(232, 169, 31, 0.28);
}

.map-link-button::before {
  content: "📍";
  font-size: 0.95em;
  line-height: 1;
}

.map-link-button::after {
  content: "↗";
  font-size: 0.82em;
  line-height: 1;
  text-decoration: none;
}

.map-link-button:hover {
  color: #173336;
  background: #ffd16b;
  border-color: #e0a433;
  transform: translateY(-1px);
}

.product-row,
.product-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.collection-nav {
  position: sticky;
  z-index: 20;
  top: 76px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  margin: 0 0 52px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(20, 50, 55, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  scrollbar-width: thin;
}

.collection-nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 150px;
  padding: 6px 12px 6px 6px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(207, 224, 221, 0.9);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(20, 50, 55, 0.11);
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.collection-nav img {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: cover;
  background: var(--surface-strong);
  border: 1px solid rgba(196, 147, 75, 0.25);
  border-radius: 5px;
}

.collection-nav span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.collection-nav a:hover {
  color: var(--white);
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  box-shadow: 0 6px 16px rgba(7, 95, 91, 0.2);
  transform: translateY(-2px);
}

.collection-nav a:hover img {
  border-color: #ffd16b;
}

.products-page .product-card {
  box-shadow: 0 12px 30px rgba(20, 50, 55, 0.13), 0 2px 6px rgba(20, 50, 55, 0.06);
}

.product-collections {
  display: grid;
  gap: 72px;
}

.product-collection {
  scroll-margin-top: 150px;
}

.collection-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.collection-heading h2 {
  margin: 4px 0 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.3;
}

.collection-heading .eyebrow {
  margin: 0;
}

.collection-heading > a {
  flex: 0 0 auto;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-card,
.review-card,
.booking-panel,
.payment-panel,
.gift-form,
.gift-list article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(20, 50, 55, 0.08);
}

.product-card {
  align-self: start;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.product-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--white);
}

.product-card > a {
  margin: 8px;
  padding: 8px 6px;
  color: var(--white);
  background: var(--brand-dark);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.product-card > a:hover {
  background: var(--brand);
}

.product-card h2 {
  font-size: 22px;
}

.product-card p,
.review-card p,
.fineprint,
.gift-list span {
  color: var(--muted);
}

.frame-visual {
  position: relative;
  height: 150px;
  margin-bottom: 16px;
  background: var(--surface-strong);
  border-radius: 8px;
  overflow: hidden;
}

.frame-visual::before,
.frame-visual::after {
  content: "";
  position: absolute;
  top: 54px;
  width: 84px;
  height: 48px;
  border: 8px solid currentColor;
  border-radius: 42px 42px 36px 36px;
}

.frame-visual::before {
  left: calc(50% - 94px);
}

.frame-visual::after {
  right: calc(50% - 94px);
}

.frame-a { color: #927142; }
.frame-b { color: #293d42; }
.frame-c { color: #0f8f88; }
.frame-d { color: #b35f4a; }
.frame-e { color: #536b93; }
.frame-f { color: #82654d; }

.frame-visual {
  background-image: linear-gradient(135deg, rgba(255,255,255,.65), rgba(223,243,239,.9));
}

.coupon-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 44px clamp(18px, 7vw, 96px);
  background: var(--teal-dark);
  color: var(--white);
}

.coupon-band .eyebrow,
.coupon-band p {
  color: #d7f2ee;
}

.coupon-band h2 {
  max-width: 820px;
}

.coupon-band .btn-primary {
  background: #f2b84b;
  color: #173336;
  box-shadow: none;
}

.pulse-cta {
  animation: ctaPulse 1.15s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
    box-shadow: 0 0 0 0 rgba(242, 184, 75, 0.56);
  }

  50% {
    transform: scale(1.05);
    filter: brightness(1.12);
    box-shadow: 0 0 0 12px rgba(242, 184, 75, 0);
  }
}

.review-card {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  padding: 22px 22px 22px 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 248, 246, 0.92));
  border: 0;
  border-left: 5px solid rgba(16, 124, 120, 0.32);
  box-shadow: 0 16px 38px rgba(20, 50, 55, 0.13), 0 2px 8px rgba(20, 50, 55, 0.05);
}

.review-card:nth-child(n + 6) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(237, 243, 255, 0.93));
  border-left-color: rgba(36, 83, 143, 0.34);
}

.review-card::before {
  content: "“";
  position: absolute;
  right: 16px;
  bottom: -30px;
  color: rgba(16, 124, 120, 0.08);
  font-size: 116px;
  font-weight: 900;
  line-height: 1;
}

.reviews {
  position: relative;
  isolation: isolate;
  width: min(1280px, calc(100% - 36px));
  padding: 76px 0;
}

.reviews::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background:
    linear-gradient(90deg, rgba(225, 244, 240, 0.94), rgba(255, 248, 228, 0.9) 52%, rgba(239, 244, 255, 0.93)),
    url("assets/hero-store-interior-a.jpeg") center / cover;
  border-top: 1px solid rgba(196, 147, 75, 0.18);
  border-bottom: 1px solid rgba(16, 124, 120, 0.14);
  transform: translateX(-50%);
}

.reviews::before {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 56px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.review-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.review-heading h2 {
  margin-bottom: 8px;
  font-size: clamp(30px, 3.5vw, 44px);
}

.review-heading p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
}

.review-summary {
  min-width: 220px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(196, 147, 75, 0.35);
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(20, 50, 55, 0.11);
  backdrop-filter: blur(10px);
}

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

.review-summary strong,
.review-summary span,
.reviewer {
  display: block;
}

.review-summary strong {
  color: var(--teal-dark);
  font-size: 30px;
  line-height: 1;
}

.review-summary span,
.reviewer {
  color: var(--muted);
}

.review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.source-badge {
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.source-badge.google {
  color: #0f5f5a;
  background: #e6f4f1;
}

.source-badge.facebook {
  color: #24538f;
  background: #e9f0ff;
}

.review-card p {
  flex: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #36585d;
  font-size: 16px;
}

.reviewer {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  border-top: 1px solid rgba(20, 50, 55, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.stars {
  color: var(--gold);
  letter-spacing: 0;
}

.review-photo-strip {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 26px;
  padding: 14px 0;
  border-top: 1px solid rgba(20, 50, 55, 0.1);
  border-bottom: 1px solid rgba(20, 50, 55, 0.1);
}

.review-photo-strip img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 1px solid rgba(220, 232, 230, 0.85);
  border-radius: 6px;
  opacity: 0.86;
}

.faq details {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
}

.faq p {
  max-width: 820px;
  margin: 12px 0 0;
  color: var(--muted);
}

.contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto 72px;
  padding: 32px;
  color: var(--white);
  background: #173336;
  border-radius: 8px;
}

.contact-cta .eyebrow,
.contact-cta p {
  color: #d7f2ee;
}

.contact-cta h2 {
  margin-bottom: 8px;
  font-size: clamp(26px, 3vw, 38px);
}

.contact-cta p {
  margin-bottom: 0;
}

.contact-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  min-height: 74px;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.contact-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.contact-button strong,
.contact-button small {
  display: block;
}

.contact-button small {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.82;
}

.contact-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  flex: 0 0 48px;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

.btn-line {
  color: #123236;
  background: linear-gradient(135deg, #8af29a, #30d45a);
}

.btn-call {
  color: #173336;
  background: linear-gradient(135deg, #ffd983, #f2b84b);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 28px clamp(18px, 5vw, 72px);
  background: #173336;
  color: var(--white);
}

.page-title {
  padding-bottom: 28px;
}

.booking-panel,
.payment-panel {
  padding: 28px;
}

.booking-body {
  background:
    linear-gradient(120deg, rgba(239, 249, 247, 0.9), rgba(255, 250, 235, 0.88), rgba(247, 239, 246, 0.88)),
    url("assets/hero-store-interior-b.jpeg") center / cover fixed;
}

.booking-page-shell {
  padding-top: 42px;
}

.booking-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 20px;
  padding: 34px clamp(24px, 5vw, 54px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 95, 91, 0.96), rgba(20, 50, 55, 0.76)),
    url("assets/hero-store-interior-a.jpeg") center / cover;
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(20, 50, 55, 0.18);
}

.booking-intro > div {
  max-width: 760px;
}

.booking-intro .eyebrow,
.booking-intro p {
  color: #dcf3ef;
}

.booking-intro h1 {
  margin: 5px 0 10px;
  color: var(--white);
  font-family: "Mali", "Noto Sans Thai", sans-serif;
  font-size: clamp(30px, 4vw, 49px);
  line-height: 1.4;
}

.booking-intro p {
  max-width: 700px;
  margin-bottom: 0;
}

.booking-coupon {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  padding: 17px 20px;
  color: #173336;
  background: #ffd16b;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.booking-coupon strong,
.booking-coupon small {
  display: block;
}

.booking-coupon strong {
  font-family: "Mali", sans-serif;
  font-size: 44px;
  line-height: 1;
}

.booking-coupon small {
  font-weight: 800;
  line-height: 1.35;
}

.booking-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 24px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(20, 50, 55, 0.09);
}

.booking-benefits div {
  position: relative;
  padding: 15px 18px 15px 34px;
  background: rgba(255, 255, 255, 0.92);
}

.booking-benefits div::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 17px;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(196, 147, 75, 0.14);
}

.booking-benefits strong,
.booking-benefits span {
  display: block;
}

.booking-benefits strong {
  color: var(--ink);
  font-size: 14px;
}

.booking-benefits span {
  color: var(--muted);
  font-size: 12px;
}

.booking-body .booking-panel,
.booking-body .payment-panel {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(20, 50, 55, 0.14), 0 2px 8px rgba(20, 50, 55, 0.05);
  backdrop-filter: blur(12px);
}

.booking-body .booking-panel {
  border-top: 4px solid var(--teal);
}

.booking-body .payment-panel {
  border-top: 4px solid var(--gold);
}

.booking-body .booking-panel h1,
.booking-body .payment-panel h2 {
  font-family: "Mali", "Noto Sans Thai", sans-serif;
  line-height: 1.35;
}

.booking-body .price-box {
  background: linear-gradient(120deg, #eaf7f4, #fff7df);
  border-color: rgba(196, 147, 75, 0.28);
}

.booking-body .calendar-widget {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 20px rgba(20, 50, 55, 0.06);
}

.booking-form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fbfefe;
  border: 1px solid #cddeda;
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.field-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

select option:disabled {
  color: #9aa9aa;
}

.calendar-widget {
  padding: 16px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.calendar-header,
.calendar-weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.calendar-header {
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  margin-bottom: 12px;
}

.calendar-header strong {
  text-align: center;
  font-size: 18px;
}

.calendar-nav,
.calendar-day {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 800;
}

.calendar-nav {
  font-size: 24px;
  line-height: 1;
}

.calendar-weekdays {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.calendar-day:hover:not(:disabled),
.calendar-day.selected {
  color: var(--white);
  background: var(--teal-dark);
  border-color: var(--teal-dark);
}

.calendar-day:disabled {
  cursor: not-allowed;
  color: #a8b7b8;
  background: #eef2f1;
}

.price-box,
.promptpay-box {
  margin: 18px 0;
  padding: 20px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.price-box strong {
  display: block;
  font-size: 42px;
  line-height: 1;
}

.price-box small {
  color: var(--muted);
}

.qr-placeholder {
  display: grid;
  width: 160px;
  height: 160px;
  place-items: center;
  margin: 0 auto 14px;
  color: var(--teal-dark);
  background:
    linear-gradient(90deg, #173336 12px, transparent 12px) 0 0 / 36px 36px,
    linear-gradient(#173336 12px, transparent 12px) 0 0 / 36px 36px,
    #ffffff;
  border: 10px solid #ffffff;
  border-radius: 8px;
  font-weight: 900;
}

.payment-element {
  min-height: 170px;
}

.payment-email-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 14px 0 18px;
  padding: 15px 16px;
  color: #392c16;
  background: #ffd16b;
  border: 2px solid #d59a2f;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(196, 147, 75, 0.2);
  font-size: 14px;
}

.payment-email-note strong,
.payment-email-note span {
  display: block;
}

.payment-email-note strong {
  font-size: 16px;
  line-height: 1.45;
}

.payment-note-label {
  flex: 0 0 auto;
  padding: 3px 7px;
  color: var(--white);
  background: #7b561b;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
}

.payment-loading {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.payment-status {
  min-height: 22px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.payment-status[data-type="success"] {
  color: var(--teal-dark);
}

.payment-status[data-type="error"] {
  color: #a23b3b;
}

.upsell-page {
  padding-top: 42px;
}

.upsell-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  max-width: none;
  margin-bottom: 24px;
  padding: 38px clamp(24px, 5vw, 58px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 95, 91, 0.95), rgba(20, 50, 55, 0.78)),
    url("assets/hero-store-interior-a.jpeg") center / cover;
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(20, 50, 55, 0.18);
}

.upsell-hero-copy {
  max-width: 780px;
}

.upsell-hero .eyebrow,
.upsell-hero p {
  color: #dcf3ef;
}

.upsell-hero h1 {
  margin: 10px 0 12px;
  color: var(--white);
  font-family: "Mali", "Noto Sans Thai", sans-serif;
  font-size: clamp(31px, 4.2vw, 52px);
  line-height: 1.35;
}

.upsell-hero p {
  max-width: 690px;
  margin-bottom: 0;
}

.upsell-label {
  display: inline-flex;
  margin-top: 8px;
  padding: 6px 10px;
  color: #173336;
  background: #ffd16b;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.gift-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  padding: 18px 22px;
  color: #173336;
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid rgba(255, 209, 107, 0.72);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.17);
}

.gift-highlight strong {
  color: var(--gold);
  font-family: "Mali", sans-serif;
  font-size: 52px;
  line-height: 1;
}

.gift-highlight span {
  font-weight: 800;
  line-height: 1.35;
}

.referral-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 24px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(20, 50, 55, 0.08);
}

.referral-steps > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 20px;
  background: rgba(255, 255, 255, 0.94);
}

.referral-steps > div > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  flex: 0 0 34px;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 50%;
  font-weight: 900;
}

.referral-steps p,
.referral-steps strong,
.referral-steps small {
  display: block;
  margin: 0;
}

.referral-steps small {
  color: var(--muted);
}

.upsell-body {
  background:
    linear-gradient(rgba(247, 251, 250, 0.9), rgba(255, 249, 232, 0.9)),
    url("assets/hero-store-interior-b.jpeg") center / cover fixed;
}

.gift-form,
.gift-showcase {
  padding: 28px;
}

.gift-form {
  border-top: 4px solid var(--teal);
}

.gift-form-heading h2,
.gift-showcase-heading h2 {
  margin: 3px 0 6px;
  font-family: "Mali", "Noto Sans Thai", sans-serif;
  font-size: 25px;
}

.gift-form-heading p,
.gift-showcase-heading p {
  margin-bottom: 0;
  color: var(--muted);
}

.gift-showcase {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(20, 50, 55, 0.1);
  backdrop-filter: blur(10px);
}

.gift-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.lotus-reward {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  color: #173336;
  background: #ffd16b;
  border: 2px solid #d59a2f;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(196, 147, 75, 0.2);
}

.lotus-reward > span {
  display: grid;
  min-width: 82px;
  min-height: 58px;
  place-items: center;
  padding: 8px;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.lotus-reward strong,
.lotus-reward small {
  display: block;
}

.lotus-reward strong {
  font-family: "Mali", "Noto Sans Thai", sans-serif;
  font-size: 20px;
}

.lotus-reward small {
  margin-top: 3px;
  color: #624c27;
  line-height: 1.45;
}

.gift-list article {
  position: relative;
  padding: 22px;
  padding-left: 76px;
  background: rgba(255, 255, 255, 0.94);
  border-left: 4px solid var(--gold);
  box-shadow: 0 9px 24px rgba(20, 50, 55, 0.08);
}

.gift-list strong,
.gift-list span {
  display: block;
}

.gift-icon {
  position: absolute;
  top: 50%;
  left: 18px;
  display: grid !important;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--teal-dark);
  background: var(--clinic);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  transform: translateY(-50%);
}

.store-only-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  color: #624c27;
  background: #fff6dc;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  font-size: 13px;
}

.gift-status {
  min-height: 22px;
  margin: 0;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

button:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.tracking-consent {
  position: fixed;
  z-index: 1000;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: min(620px, calc(100% - 36px));
  padding: 16px 18px;
  color: var(--white);
  background: #173336;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.tracking-consent p,
.tracking-consent strong,
.tracking-consent span {
  display: block;
  margin: 0;
}

.tracking-consent span {
  margin-top: 2px;
  color: #d7f2ee;
  font-size: 12px;
  line-height: 1.45;
}

.tracking-consent > div {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.tracking-consent button {
  min-height: 38px;
  padding: 8px 12px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.tracking-consent button[data-consent="granted"] {
  color: #173336;
  background: #ffd16b;
  border-color: #ffd16b;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .tracking-consent {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .tracking-consent > div,
  .tracking-consent button {
    width: 100%;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
  }

  .booking-intro {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 22px;
  }

  .booking-coupon {
    width: 100%;
    justify-content: center;
  }

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

  .upsell-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 22px;
  }

  .gift-highlight {
    width: 100%;
    justify-content: center;
  }

  .referral-steps {
    grid-template-columns: 1fr;
  }

  .lotus-reward {
    align-items: flex-start;
    flex-direction: column;
  }

  .lotus-reward > span {
    width: 100%;
  }

  .hero {
    min-height: 660px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(247, 251, 250, 0.96), rgba(247, 251, 250, 0.78));
  }

  .hero img {
    object-position: center top;
  }

  .hero-content {
    margin: 0 auto;
    width: min(100% - 22px, 390px);
  }

  .hero h1 {
    margin-bottom: 20px;
    font-size: clamp(15px, 4.1vw, 18px);
    line-height: 1.54;
  }

  .intro-grid,
  .checkout-layout,
  .gift-layout,
  .product-row,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .reviews .review-grid {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-preview .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .preview-all-link {
    width: 100%;
  }

  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .preview-product > span {
    padding: 10px 11px 12px;
  }

  .preview-product strong {
    font-size: 14px;
  }

  .preview-product small {
    font-size: 11px;
  }

  .collection-nav {
    top: 67px;
    margin-bottom: 38px;
  }

  .product-collections {
    gap: 56px;
  }

  .collection-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .video-embed-card {
    min-height: auto;
    padding: 12px;
  }

  .video-embed-card iframe {
    width: min(100%, 360px);
    height: min(640px, 160vw);
  }

  .review-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .review-summary {
    min-width: 0;
    width: 100%;
  }

  .coupon-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 24px;
  }

  .contact-actions,
  .contact-button {
    width: 100%;
  }

  .btn-large {
    width: 100%;
  }
}
