@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Thai:wght@400;500&display=swap");

:root {
  --paper: #f4ede1;
  --porcelain: #ede3d1;
  --white: #fffaf2;
  --ink: #211f1b;
  --muted: #756f65;
  --jade: #1d352d;
  --jade-dark: #142822;
  --gold: #c69a5a;
  --lacquer: #b4471f;
  --line: rgba(33, 31, 27, 0.14);
  --shadow: 0 22px 55px rgba(34, 27, 18, 0.14);
  --heading-copy-gap: clamp(18px, 1.45vw, 26px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.page-shell {
  min-height: 100vh;
  overflow-x: clip;
}

.wrap {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}

.ribbon {
  padding: 9px 16px;
  background: var(--jade-dark);
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.ribbon span {
  margin: 0 14px;
  color: var(--gold);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 237, 225, 0.92);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1400px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 180px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--lacquer);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
}

.menu-button span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-primary {
  border-color: var(--lacquer);
  background: var(--lacquer);
  color: var(--white);
}

.btn-secondary {
  background: transparent;
}

.btn-dark {
  border-color: var(--jade-dark);
  background: var(--jade-dark);
  color: var(--paper);
}

.btn-ghost {
  border-color: rgba(33, 31, 27, 0.22);
  color: var(--ink);
}

.course-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 34px;
}

.course-hero::before {
  content: "นวด";
  position: absolute;
  right: -3vw;
  top: 8px;
  color: rgba(180, 71, 31, 0.06);
  font-family: "Noto Serif Thai", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(6rem, 14vw, 15rem);
  line-height: 0.9;
  pointer-events: none;
}

.course-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.82fr);
  gap: 58px;
  align-items: center;
}

.kicker {
  margin: 0 0 14px;
  color: var(--lacquer);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.06;
  overflow-wrap: break-word;
}

:is(h1, h2) + p:not(.kicker),
:is(h1, h2) + .lead,
:is(h1, h2) + .hero-copy,
:is(h1, h2) + .course-book-lead,
:is(h1, h2) + .recruitment-lead,
:is(h1, h2) + .book-lead {
  margin-top: var(--heading-copy-gap);
}

body:not(.lang-fr) :is(h1, h2)[data-lang-content="en"] + :is(h1, h2)[data-lang-content="fr"] + p[data-lang-content="en"],
body.lang-fr :is(h1, h2)[data-lang-content="fr"] + p[data-lang-content="en"] + p[data-lang-content="fr"] {
  margin-top: var(--heading-copy-gap);
}

main :is(h1, h2, h3) + :is(ul, ol) {
  margin-top: var(--heading-copy-gap);
}

h1 {
  max-width: 680px;
  font-size: clamp(3.5rem, 5.8vw, 5.9rem);
}

h2 {
  font-size: clamp(2.6rem, 4.3vw, 4.8rem);
}

h3 {
  font-size: 2rem;
}

.hero-copy {
  max-width: 560px;
  margin: 18px 0 22px;
  color: var(--muted);
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.course-hero-visual {
  position: relative;
  min-height: 352px;
}

.course-hero-visual::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  width: 70%;
  height: 78%;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: var(--porcelain);
}

.course-hero-main,
.course-hero-small {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.course-hero-main {
  top: 0;
  right: 26px;
  width: 72%;
  height: 262px;
}

.course-hero-small {
  left: 0;
  bottom: 0;
  width: 46%;
  height: 176px;
  border: 10px solid var(--paper);
}

.course-hero-note {
  position: absolute;
  right: 0;
  bottom: 8px;
  display: grid;
  grid-template-columns: auto minmax(0, 150px);
  gap: 12px;
  align-items: center;
  max-width: 250px;
  padding: 16px 18px;
  background: var(--jade-dark);
  color: var(--paper);
}

.course-hero-note strong {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
}

.course-hero-note span {
  color: rgba(244, 237, 225, 0.76);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.course-shell {
  padding: 26px 0 84px;
}

.finder-panel {
  display: block;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.finder-summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
}

.finder-summary:focus-visible {
  outline: 3px solid rgba(185, 86, 49, 0.34);
  outline-offset: -3px;
}

.finder-summary::-webkit-details-marker {
  display: none;
}

.finder-summary h2 {
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
}

.filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(33, 31, 27, 0.16);
  background: var(--paper);
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.filter-toggle::after {
  content: "+";
  margin-left: 10px;
  color: var(--clay);
  font-size: 1rem;
  line-height: 1;
}

.filter-disclosure[open] .filter-toggle::after {
  content: "-";
}

.finder-helper {
  max-width: 480px;
  margin: 0 24px 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.94rem;
}

.filters {
  display: grid;
  grid-template-columns: minmax(210px, 1.25fr) repeat(4, minmax(140px, 1fr));
  gap: 12px 14px;
  padding: 0 24px 24px;
}

.filter-field {
  display: grid;
  gap: 7px;
}

.filter-field label {
  color: rgba(33, 31, 27, 0.58);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.filter-field input,
.filter-field select {
  width: 100%;
  min-height: 42px;
  padding: 0 11px;
  border: 1px solid rgba(33, 31, 27, 0.16);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.listing-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 30px 0 18px;
}

.listing-toolbar p {
  margin: 0;
  color: var(--muted);
}

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

.course-card {
  display: grid;
  min-height: 100%;
  border: 1px solid var(--line);
  background: var(--white);
}

.course-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 172px;
  overflow: hidden;
  background: var(--porcelain);
}

.course-visual-link {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 0;
}

.course-visual-link:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: -3px;
}

.course-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 172px;
  object-fit: cover;
  filter: saturate(0.9);
}

.course-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 40, 34, 0.04), rgba(20, 40, 34, 0.48));
  pointer-events: none;
}

.course-type {
  position: absolute;
  right: 14px;
  bottom: 13px;
  z-index: 2;
  padding: 6px 10px;
  background: rgba(244, 237, 225, 0.92);
  color: var(--jade-dark);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  pointer-events: none;
}

.course-card-body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 16px;
  padding: 22px;
}

.course-card h3 {
  font-size: 2rem;
  line-height: 1;
}

.course-title-link {
  color: inherit;
  text-decoration: none;
}

.course-title-link:hover,
.course-title-link:focus-visible {
  color: var(--clay);
}

.quick-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pill {
  padding: 5px 8px;
  border: 1px solid rgba(33, 31, 27, 0.14);
  color: rgba(33, 31, 27, 0.68);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.course-summary {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.price-row span {
  display: block;
  color: rgba(33, 31, 27, 0.52);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-row strong {
  color: var(--lacquer);
  font-size: 1rem;
}

.course-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.course-card-actions .btn {
  min-height: 40px;
  padding: 0 14px;
  font-size: 0.66rem;
}

.ai-finder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 42px;
  padding: 34px;
  background: var(--jade-dark);
  color: var(--paper);
}

.ai-finder h2 {
  font-size: clamp(2.4rem, 4vw, 4.4rem);
}

.ai-finder p {
  max-width: 660px;
  margin: 14px 0 0;
  color: rgba(244, 237, 225, 0.72);
}

.group-promo {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(198, 154, 90, 0.14), rgba(180, 71, 31, 0.08)),
    var(--jade-dark);
}

.group-promo .kicker {
  color: var(--gold);
}

.group-promo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.group-promo-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(244, 237, 225, 0.2);
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 26px;
}

.detail-hero::before {
  content: "นวด";
  position: absolute;
  right: -3vw;
  top: 8px;
  color: rgba(180, 71, 31, 0.06);
  font-family: "Noto Serif Thai", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(6rem, 14vw, 15rem);
  line-height: 0.9;
  pointer-events: none;
}

.detail-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.86fr);
  gap: 60px;
  align-items: center;
}

.detail-hero img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.detail-body {
  padding: 22px 0 86px;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.34fr);
  gap: 28px;
  align-items: start;
}

.content-panel,
.side-panel {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--white);
}

.detail-grid > *,
.course-intro-panel > *,
.content-panel > * {
  min-width: 0;
}

.content-panel {
  padding: 28px;
}

.content-panel + .content-panel {
  margin-top: 16px;
}

.content-panel p {
  max-width: 780px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.content-panel h2 {
  font-size: clamp(2.1rem, 3.4vw, 3.35rem);
  line-height: 1;
}

.content-panel ul,
.side-panel ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.course-intro-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.detail-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 16px;
  margin-top: 16px;
}

.detail-info-grid > .content-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.detail-info-grid > .content-panel + .content-panel {
  margin-top: 0;
}

.compact-panel h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
}

.course-media-panel {
  margin-top: 16px;
}

.course-media-header {
  max-width: 780px;
}

.course-media-header p:last-child {
  margin-top: 10px;
}

.course-media-layout {
  display: grid;
  gap: 22px;
  margin-top: 24px;
  align-items: start;
}

.course-video-card {
  display: grid;
  gap: 12px;
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.video-poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: var(--ink);
  cursor: pointer;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(33, 31, 27, 0.2);
}

.video-poster:hover img,
.video-poster:focus-visible img {
  transform: scale(1.025);
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(255, 250, 242, 0.94);
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid var(--lacquer);
  transform: translate(-40%, -50%);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.course-video-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.course-video-card a {
  color: var(--lacquer);
  font-weight: 850;
}

.course-photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.course-photo-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--porcelain);
}

.gallery-zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.course-photo-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 180ms ease;
}

.gallery-zoom:hover img,
.gallery-zoom:focus-visible img {
  transform: scale(1.035);
}

.gallery-zoom span {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 7px 9px;
  background: rgba(255, 250, 242, 0.92);
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.gallery-zoom:hover span,
.gallery-zoom:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.course-photo-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 9px 8px;
  background: linear-gradient(to top, rgba(33, 31, 27, 0.72), rgba(33, 31, 27, 0));
  color: var(--white);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.course-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(20, 16, 11, 0.86);
}

.course-lightbox.is-open {
  display: flex;
}

.course-lightbox figure {
  width: min(100%, 1040px);
  margin: 0;
}

.course-lightbox img {
  width: 100%;
  max-height: min(78vh, 760px);
  object-fit: contain;
  background: var(--ink);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.course-lightbox figcaption {
  margin-top: 12px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.course-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 250, 242, 0.34);
  background: rgba(255, 250, 242, 0.12);
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.course-book-feature {
  position: relative;
  overflow: hidden;
  padding: 86px 0 96px;
  background: var(--porcelain);
}

.course-book-feature::before {
  content: "นวด";
  position: absolute;
  right: 4vw;
  top: -52px;
  color: var(--lacquer);
  font-family: "Noto Serif Thai", "Cormorant Garamond", Georgia, serif;
  font-size: 11rem;
  line-height: 1;
  opacity: 0.055;
  pointer-events: none;
}

.course-book-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 58px;
  align-items: center;
}

.course-book-media img {
  width: 100%;
  filter: drop-shadow(0 24px 34px rgba(26, 22, 18, 0.1));
}

.course-book-copy {
  max-width: 560px;
}

.course-book-copy h2 {
  font-size: clamp(2.45rem, 3.25vw, 3.85rem);
  line-height: 1.02;
  white-space: nowrap;
}

.course-book-copy h2 em {
  color: var(--lacquer);
  font-style: italic;
  font-weight: 400;
}

.group-book-feature .course-book-copy h2 {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.course-book-lead {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
}

.course-book-note {
  margin: 14px 0 0;
  color: var(--muted);
}

.course-book-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 26px 0 28px;
  border: 1px solid var(--line);
  background: var(--line);
}

.course-book-point {
  padding: 16px 18px;
  background: rgba(244, 237, 225, 0.76);
}

.course-book-point strong {
  display: block;
  margin-bottom: 6px;
  color: var(--lacquer);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1;
}

.course-book-point span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.course-book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.course-testimonial-feature {
  padding: 84px 0 90px;
  background: var(--paper);
}

.course-testimonial-head {
  max-width: 820px;
  margin-bottom: 30px;
}

.course-testimonial-head h2 {
  max-width: 760px;
  font-size: clamp(2.45rem, 3.5vw, 4rem);
  line-height: 1.02;
}

.course-testimonial-head p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.course-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.course-testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
}

.course-testimonial-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.course-testimonial-card span {
  display: block;
  margin-top: 24px;
  color: var(--lacquer);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.course-learning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.learning-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.learning-visual-card {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--ink);
}

.learning-visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  opacity: 0.9;
}

.learning-visual-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 6px;
  padding: 28px 24px 22px;
  background: linear-gradient(to top, rgba(33, 31, 27, 0.82), rgba(33, 31, 27, 0));
  color: var(--white);
}

.learning-visual-card span {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.learning-visual-card strong {
  max-width: 360px;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.5vw, 2.65rem);
  font-weight: 500;
  line-height: 1;
}

.learning-infographic-card {
  display: grid;
  align-content: space-between;
  gap: 22px;
  min-height: 100%;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(182, 82, 45, 0.12), rgba(199, 158, 93, 0.08)),
    var(--white);
  color: var(--ink);
}

.learning-infographic-card > div {
  display: grid;
  gap: 8px;
}

.learning-infographic-card > div span {
  color: var(--rust);
}

.learning-infographic-card > div strong {
  max-width: 420px;
  color: var(--ink);
}

.learning-infographic-card ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.learning-infographic-card li {
  display: grid;
  align-content: start;
  min-height: 112px;
  padding: 16px 13px;
  border: 1px solid rgba(110, 102, 88, 0.22);
  background: rgba(255, 250, 242, 0.74);
}

.learning-infographic-card b {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  font-weight: 500;
  line-height: 1;
}

.learning-infographic-card small {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.learning-card h3 {
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
  line-height: 1.08;
}

.learning-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.learning-card ul,
.course-outcomes-panel ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.learning-card li,
.course-outcomes-panel li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.learning-card li::before,
.course-outcomes-panel li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.course-outcomes-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 30px;
  margin-top: 16px;
  align-items: start;
}

.course-outcomes-panel h2 {
  max-width: 320px;
  font-size: clamp(2rem, 2.85vw, 2.85rem);
  line-height: 1.05;
}

.course-resource-panel {
  display: grid;
  gap: 22px;
  margin-top: 16px;
}

.course-resource-head {
  display: grid;
  gap: 8px;
  max-width: 780px;
}

.course-resource-head h2 {
  max-width: 620px;
}

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

.course-resource-links a {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(110, 102, 88, 0.22);
  background: rgba(255, 250, 242, 0.72);
  color: var(--ink);
  text-decoration: none;
}

.course-resource-links span {
  color: var(--rust);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.course-resource-links strong {
  font-family: var(--serif);
  font-size: clamp(1.22rem, 1.7vw, 1.65rem);
  font-weight: 500;
  line-height: 1.08;
}

.course-resource-links a:hover {
  border-color: rgba(180, 71, 31, 0.42);
  background: rgba(180, 71, 31, 0.07);
}

.course-resource-links a:hover strong {
  color: var(--lacquer);
}

.course-faq-section {
  margin-top: 16px;
  padding: 0;
}

.course-faq-head {
  grid-column: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 18px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.course-faq-head h2 {
  max-width: 360px;
  font-size: clamp(2rem, 2.85vw, 2.85rem);
  line-height: 1.05;
}

.course-faq-head p:not(.kicker) {
  max-width: 780px;
  margin: 0 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.course-faq-list {
  grid-column: 1;
  display: grid;
  gap: 10px;
}

.course-faq-item {
  border: 1px solid var(--line);
  background: var(--white);
}

.course-faq-item summary {
  position: relative;
  display: block;
  padding: 20px 70px 20px 24px;
  color: var(--ink);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.course-faq-item summary a {
  display: inline;
}

.course-faq-item summary::-webkit-details-marker {
  display: none;
}

.course-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(33, 31, 27, 0.18);
  color: var(--lacquer);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-50%);
}

.course-faq-item[open] summary {
  border-bottom: 1px solid var(--line);
}

.course-faq-item[open] summary::after {
  content: "-";
}

.course-faq-item p {
  max-width: 980px;
  margin: 0;
  padding: 20px 24px 24px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.78;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(33, 31, 27, 0.14);
  color: rgba(33, 31, 27, 0.7);
  font-size: 0.78rem;
  font-weight: 800;
}

.training-flow {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 30px;
  margin-top: 16px;
}

.training-flow h2 {
  max-width: 360px;
  font-size: clamp(2rem, 2.85vw, 2.85rem);
  line-height: 1.05;
}

.training-flow ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  counter-reset: flow;
  list-style: none;
}

.training-flow li {
  position: relative;
  min-height: 44px;
  padding: 10px 12px 10px 46px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  color: var(--muted);
}

.training-flow li::before {
  counter-increment: flow;
  content: counter(flow, decimal-leading-zero);
  position: absolute;
  top: 10px;
  left: 12px;
  color: var(--lacquer);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.side-panel {
  position: sticky;
  top: 94px;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 24px;
}

.side-panel h3 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1;
}

.side-kicker {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.side-facts {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.side-fact {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.side-fact span {
  color: rgba(33, 31, 27, 0.48);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.side-fact strong {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.35;
}

.price-list {
  display: grid;
  gap: 0;
  margin: 12px 0 18px;
  border-top: 1px solid var(--line);
}

.price-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.price-item strong {
  color: var(--lacquer);
  font-size: 0.95rem;
  line-height: 1.35;
  text-align: right;
}

.price-item span {
  color: var(--ink);
  font-weight: 850;
  line-height: 1.3;
}

.price-item small {
  color: rgba(33, 31, 27, 0.52);
  font-size: 0.76rem;
  font-weight: 600;
}

.side-note {
  margin: 18px 0;
  padding: 14px;
  border: 1px solid rgba(198, 154, 90, 0.24);
  background: rgba(198, 154, 90, 0.08);
  color: rgba(33, 31, 27, 0.68);
  font-size: 0.86rem;
  line-height: 1.55;
}

.side-actions {
  display: grid;
  gap: 10px;
}

.about-glance-panel .side-actions {
  margin-top: 14px;
}

.seo-landing-hero h1 {
  max-width: 760px;
}

.about-hero-title span {
  display: block;
}

.seo-landing-body .content-panel a {
  color: var(--lacquer);
  font-weight: 850;
}

.seo-section-head {
  max-width: 880px;
}

.seo-course-options {
  margin-top: 16px;
}

.seo-section-head h2 {
  max-width: 720px;
  font-size: clamp(2rem, 2.85vw, 2.85rem);
  line-height: 1.05;
}

.seo-option-grid,
.seo-comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.seo-option-grid a,
.seo-comparison-grid div {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 20px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(244, 237, 225, 0.36);
  text-decoration: none;
}

.seo-option-grid span {
  color: rgba(33, 31, 27, 0.48);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seo-option-grid strong,
.seo-comparison-grid strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.25;
}

.seo-option-grid p,
.seo-comparison-grid p {
  margin-top: 12px;
  font-size: 0.9rem;
  line-height: 1.62;
}

.seo-comparison-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-internal-links {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  margin-top: 16px;
  padding: 34px 38px;
}

.seo-internal-links h2 {
  max-width: 360px;
  font-size: clamp(2.45rem, 3.1vw, 4rem);
  line-height: 1.02;
}

.seo-internal-links ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-internal-links li {
  margin: 0;
}

.seo-internal-links a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(244, 237, 225, 0.34);
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.35;
  text-decoration: none;
}

.seo-internal-links a:hover {
  border-color: rgba(180, 71, 31, 0.34);
  background: rgba(180, 71, 31, 0.06);
  color: var(--lacquer);
}

.seo-landing-side .side-fact {
  grid-template-columns: 96px minmax(0, 1fr);
}

.seo-landing-side .price-item {
  grid-template-columns: 42px minmax(0, 1fr);
}

.seo-landing-side .price-item > div {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.seo-landing-side .price-item span,
.seo-landing-side .price-item small {
  display: block;
}

.seo-landing-side .price-item strong {
  text-align: center;
}

.seo-landing-body .course-faq-head {
  display: block;
}

.seo-landing-body .course-faq-head h2 {
  max-width: 620px;
  font-size: clamp(2.8rem, 4.3vw, 5rem);
  line-height: 1.02;
}

.faq-intro {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--porcelain);
}

.faq-intro-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.faq-support-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 44px;
  align-items: end;
}

.faq-support h2 {
  max-width: 720px;
  font-size: clamp(2.25rem, 3vw, 3.6rem);
  line-height: 1.02;
}

.faq-category-head {
  display: block;
}

.faq-category-head h2 {
  max-width: 100%;
  font-size: 3rem;
  line-height: 1.04;
  hyphens: none;
  line-break: strict;
  overflow-wrap: normal !important;
  text-wrap: nowrap;
  white-space: nowrap;
  word-break: keep-all;
}

.faq-intro h2 {
  max-width: 430px;
  font-size: clamp(2.15rem, 3vw, 3.45rem);
  line-height: 1.02;
}

.faq-intro-copy {
  display: grid;
  gap: 20px;
  max-width: 920px;
}

.faq-intro-copy > p,
.faq-category-head > p,
.faq-support p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.faq-intro-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(33, 31, 27, 0.12);
}

.faq-intro-points span {
  min-height: 54px;
  padding: 16px;
  background: rgba(255, 250, 242, 0.52);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.faq-directory {
  padding: 22px 0;
  background: rgba(244, 237, 225, 0.72);
}

.faq-category-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.faq-category-nav a {
  display: grid;
  align-content: start;
  min-height: 82px;
  padding: 14px 16px;
  border: 1px solid rgba(33, 31, 27, 0.14);
  background: var(--white);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.28;
  text-decoration: none;
}

.faq-category-nav span {
  margin-bottom: 8px;
  color: var(--lacquer);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.faq-category-nav a:hover {
  border-color: rgba(180, 71, 31, 0.34);
  background: rgba(180, 71, 31, 0.06);
  color: var(--lacquer);
}

.faq-shell {
  padding: 40px 0 90px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  gap: 28px;
  align-items: start;
}

.faq-main {
  min-width: 0;
}

.faq-aside h3 {
  font-size: clamp(2rem, 2.7vw, 2.7rem);
}

.faq-aside .side-kicker:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.faq-checklist {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.faq-checklist li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.faq-checklist li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--lacquer);
  transform: translateY(-50%) rotate(45deg);
}

.faq-side-actions .btn {
  width: 100%;
}

.faq-category + .faq-category {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}

.faq-category-head {
  margin-bottom: 22px;
}

.faq-category .course-faq-head {
  display: block;
}

.course-faq-item .faq-answer {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 20px 24px 24px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.78;
}

.course-faq-item .faq-answer a {
  color: var(--lacquer);
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.faq-support {
  padding: 56px 0 78px;
  border-top: 1px solid var(--line);
  background: var(--porcelain);
}

.faq-support-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: 42px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(244, 237, 225, 0.18);
  background:
    linear-gradient(135deg, rgba(198, 154, 90, 0.14), rgba(180, 71, 31, 0.08)),
    var(--jade-dark);
  color: var(--paper);
}

.faq-support-card::before {
  content: "FAQ";
  position: absolute;
  right: auto;
  bottom: -36px;
  left: 38px;
  color: rgba(244, 237, 225, 0.045);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(6rem, 10vw, 10rem);
  line-height: 1;
  pointer-events: none;
}

.faq-support-copy,
.faq-support-panel {
  position: relative;
  z-index: 1;
}

.faq-support .kicker {
  color: var(--gold);
}

.faq-support-copy p:not(.kicker) {
  max-width: 650px;
  margin: 14px 0 0;
  color: rgba(244, 237, 225, 0.74);
  font-size: 1rem;
  line-height: 1.7;
}

.faq-support-panel {
  display: grid;
  gap: 18px;
  padding-left: 28px;
  border-left: 1px solid rgba(244, 237, 225, 0.18);
}

.faq-support-panel p {
  margin: 0;
}

.faq-support-panel strong,
.faq-support-panel span {
  display: block;
}

.faq-support-panel strong {
  color: var(--paper);
  font-size: 1rem;
  line-height: 1.25;
}

.faq-support-panel span {
  margin-top: 8px;
  color: rgba(244, 237, 225, 0.7);
  font-size: 0.9rem;
  line-height: 1.55;
}

.faq-support-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.faq-support-actions .btn {
  width: 100%;
}

.faq-support-actions .btn-secondary {
  border-color: rgba(244, 237, 225, 0.42);
  color: var(--paper);
}

.seo-photo-panel,
.seo-testimonial-panel,
.seo-book-promo {
  margin-top: 16px;
}

.seo-mini-gallery {
  margin-top: 24px;
}

.seo-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.seo-testimonial-grid blockquote {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(244, 237, 225, 0.36);
}

.seo-testimonial-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.66;
}

.seo-testimonial-grid cite {
  display: block;
  margin-top: 18px;
  color: rgba(33, 31, 27, 0.5);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-book-promo {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(260px, 0.44fr);
  gap: 34px;
  align-items: center;
  overflow: hidden;
  padding: 34px 38px;
  border: 1px solid rgba(33, 31, 27, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.72), rgba(237, 227, 209, 0.56)),
    var(--paper);
  color: var(--ink);
}

.seo-book-promo::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--lacquer), var(--gold));
}

.seo-book-copy {
  position: relative;
  z-index: 1;
  max-width: 660px;
}

.seo-book-promo h2 {
  max-width: 620px;
  color: var(--ink);
  font-size: clamp(2.15rem, 2.55vw, 3.1rem);
  line-height: 1.04;
}

.seo-book-promo p:not(.kicker) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.seo-book-promo img {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  justify-self: end;
  filter: drop-shadow(0 20px 34px rgba(34, 27, 18, 0.18));
}

.seo-book-promo .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.seo-landing-body .seo-book-promo .btn-primary {
  border-color: var(--lacquer);
  background: var(--lacquer);
  color: var(--white) !important;
}

.seo-landing-body .seo-book-promo .btn-primary:visited {
  color: var(--white) !important;
}

.seo-landing-body .seo-book-promo .btn-secondary {
  border-color: rgba(33, 31, 27, 0.24);
  background: transparent;
  color: var(--ink);
}

.massage-school-hero .detail-hero-grid {
  align-items: end;
}

.massage-school-hero .hero-copy {
  max-width: 720px;
}

.seo-photo-panel .seo-section-head p:not(.kicker) {
  margin-top: 12px;
}

.massage-school-gallery {
  margin-top: 24px;
}

.massage-school-gallery figure {
  box-shadow: 0 20px 54px rgba(33, 31, 27, 0.12);
}

.massage-school-gallery img {
  filter: saturate(0.98) contrast(1.02);
}

.massage-school-side {
  border-top: 4px solid var(--lacquer);
}

.what-thai-hero .detail-hero-grid {
  align-items: end;
}

.what-thai-hero .hero-copy {
  max-width: 820px;
}

.what-thai-body .content-panel > p {
  max-width: 960px;
}

.what-thai-answer {
  border-top: 4px solid var(--jade);
}

.what-thai-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.what-thai-timeline div,
.what-benefit-grid div,
.what-safety-grid span {
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(244, 237, 225, 0.38);
}

.what-thai-timeline div {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 20px;
}

.what-thai-timeline span {
  color: rgba(33, 31, 27, 0.48);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.what-thai-timeline strong,
.what-benefit-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.what-thai-timeline p,
.what-benefit-grid p {
  margin-top: 12px;
  font-size: 0.9rem;
  line-height: 1.62;
}

.what-thai-infographic {
  overflow: hidden;
  border-color: rgba(188, 131, 38, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(244, 237, 225, 0.66)),
    var(--white);
  box-shadow: 0 24px 70px rgba(33, 31, 27, 0.1);
}

.what-thai-infographic .seo-section-head {
  max-width: 900px;
}

.what-thai-infographic h2 {
  max-width: 820px;
}

.what-thai-infographic .seo-section-head p {
  max-width: 780px;
}

.what-thai-infographic-figure {
  margin: 26px 0 0;
}

.what-thai-infographic-scroll {
  overflow-x: auto;
  padding: 10px 10px 14px;
  border: 1px solid rgba(188, 131, 38, 0.22);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.54);
  -webkit-overflow-scrolling: touch;
}

.what-thai-infographic-scroll img {
  display: block;
  width: 100%;
  min-width: 720px;
  height: auto;
  border: 1px solid rgba(188, 131, 38, 0.2);
  box-shadow: 0 18px 40px rgba(121, 83, 25, 0.14);
}

@media (max-width: 700px) {
  .what-thai-infographic-scroll {
    overflow-x: visible;
    padding: 8px;
  }

  .what-thai-infographic-scroll img {
    min-width: 0;
  }
}

.what-thai-infographic-figure figcaption {
  margin-top: 12px;
  color: rgba(33, 31, 27, 0.62);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.what-technique-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.what-photo-gallery {
  margin-top: 24px;
}

.what-photo-gallery figure {
  box-shadow: 0 20px 54px rgba(33, 31, 27, 0.12);
}

.what-photo-gallery img {
  filter: contrast(1.015) saturate(0.98);
}

.what-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.what-benefit-grid div {
  padding: 20px;
}

.what-style-table {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.what-style-table > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.what-style-table strong {
  color: var(--ink);
  line-height: 1.35;
}

.what-style-table span {
  color: rgba(33, 31, 27, 0.66);
  line-height: 1.62;
}

.what-safety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.what-safety-grid span {
  display: block;
  padding: 18px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.52;
}

.what-book-promo img {
  width: min(100%, 420px);
}

.what-book-promo {
  grid-template-columns: minmax(0, 0.53fr) minmax(335px, 0.47fr);
  gap: 28px;
}

.seo-landing-body .what-book-promo .btn-primary,
.seo-landing-body .what-book-promo .btn-primary:visited {
  color: var(--white) !important;
}

.what-thai-side {
  border-top: 4px solid var(--jade);
}

.side-actions .btn {
  width: 100%;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 36px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
}

.recruitment-page {
  background: var(--paper);
}

.recruitment-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 0;
  background:
    linear-gradient(135deg, rgba(20, 40, 34, 0.96), rgba(29, 53, 45, 0.88)),
    var(--jade-dark);
  color: var(--paper);
}

.recruitment-hero::before {
  content: "นวด";
  position: absolute;
  right: -3vw;
  top: -16px;
  color: rgba(198, 154, 90, 0.1);
  font-family: "Noto Serif Thai", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(7rem, 17vw, 17rem);
  line-height: 0.9;
  pointer-events: none;
}

.recruitment-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.7fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.recruitment-hero .kicker,
.recruitment-section-dark .kicker,
.recruitment-final .kicker {
  color: var(--gold);
}

.recruitment-hero h1 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(3.5rem, 5.7vw, 5.9rem);
}

.recruitment-subtitle {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(244, 237, 225, 0.9);
  font-size: clamp(1.1rem, 1.55vw, 1.42rem);
  font-weight: 750;
  line-height: 1.52;
}

.recruitment-hero .hero-copy {
  max-width: 780px;
  color: rgba(244, 237, 225, 0.75);
}

.recruitment-hero .hero-actions {
  margin-top: 30px;
}

.recruitment-hero .btn-secondary {
  border-color: rgba(244, 237, 225, 0.38);
  color: var(--paper);
}

.recruitment-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  border: 1px solid rgba(244, 237, 225, 0.12);
  background: rgba(244, 237, 225, 0.12);
}

.recruitment-trust-grid span {
  display: grid;
  align-content: center;
  min-height: 92px;
  padding: 18px;
  background: rgba(255, 250, 242, 0.07);
  color: rgba(244, 237, 225, 0.86);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.44;
  text-transform: uppercase;
}

.recruitment-hero-panel {
  position: relative;
  min-height: 560px;
}

.recruitment-hero-panel img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.recruitment-hero-card {
  position: absolute;
  right: -20px;
  bottom: 34px;
  width: min(310px, calc(100% - 32px));
  padding: 24px;
  border: 1px solid rgba(244, 237, 225, 0.2);
  background: rgba(255, 250, 242, 0.94);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.recruitment-hero-card strong {
  display: block;
  color: var(--lacquer);
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
}

.recruitment-hero-card span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.recruitment-stat-band {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 56px;
  border: 1px solid rgba(244, 237, 225, 0.14);
  border-bottom: 0;
  background: rgba(244, 237, 225, 0.14);
}

.recruitment-stat-band article {
  min-height: 128px;
  padding: 26px 24px;
  background: rgba(20, 40, 34, 0.94);
}

.recruitment-stat-band strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.1vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.recruitment-stat-band span {
  display: block;
  max-width: 320px;
  margin-top: 10px;
  color: rgba(244, 237, 225, 0.78);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.recruitment-section {
  padding: 88px 0;
}

.recruitment-section-light {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--porcelain);
}

.recruitment-section-dark {
  background: var(--jade-dark);
  color: var(--paper);
}

.recruitment-audience .recruitment-split {
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 0.78fr);
  gap: clamp(44px, 4vw, 66px);
  align-items: center;
}

.recruitment-audience .recruitment-section-head {
  max-width: 610px;
}

.recruitment-audience-panel {
  width: min(100%, 760px);
  align-self: center;
  justify-self: end;
}

.recruitment-audience-panel .recruitment-lead {
  max-width: 680px;
}

.recruitment-audience-panel .recruitment-pill-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.recruitment-audience-panel .recruitment-pill-grid span {
  min-height: 72px;
  padding: 16px 18px;
}

.recruitment-logo-band {
  padding: 22px 0;
  border-top: 1px solid rgba(33, 31, 27, 0.08);
  border-bottom: 1px solid rgba(33, 31, 27, 0.08);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.82), rgba(244, 237, 225, 0.78));
}

.recruitment-logo-band-inner {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(28px, 2.8vw, 52px);
}

.recruitment-logo-band article {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 96px;
  padding: 10px 0;
}

.recruitment-logo-band img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
  max-height: 54px;
  filter: grayscale(1) contrast(1.2);
  mix-blend-mode: multiply;
  opacity: 0.68;
  object-fit: contain;
}

.recruitment-logo-accor img {
  width: 140px;
  max-height: 62px;
}

.recruitment-logo-mandarin img {
  width: 116px;
  max-height: 72px;
}

.recruitment-logo-aman img {
  width: 150px;
  max-height: 54px;
}

.recruitment-logo-rosewood img {
  width: 154px;
  max-height: 54px;
}

.recruitment-logo-nakhon img {
  width: 158px;
  max-height: 54px;
}

.recruitment-logo-peninsula img {
  width: 156px;
  max-height: 54px;
}

@media (max-width: 980px) {
  .recruitment-logo-band {
    padding: 18px 0;
  }

  .recruitment-logo-band-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 3vw, 28px);
  }

  .recruitment-logo-band article {
    min-height: 86px;
    padding: 16px;
  }

  .recruitment-logo-band img,
  .recruitment-logo-accor img,
  .recruitment-logo-aman img,
  .recruitment-logo-rosewood img,
  .recruitment-logo-nakhon img,
  .recruitment-logo-peninsula img {
    width: 150px;
    max-width: 100%;
    max-height: 52px;
  }

  .recruitment-logo-mandarin img {
    width: 112px;
    max-height: 70px;
  }

}

@media (max-width: 560px) {
  .recruitment-logo-band {
    overflow: hidden;
    padding: 16px 0;
  }

  .recruitment-logo-band-inner {
    display: flex;
    gap: 0;
    animation: recruitment-logo-slide 24s ease-in-out infinite;
    will-change: transform;
  }

  .recruitment-logo-band article {
    flex: 0 0 100%;
    min-height: 112px;
    padding: 14px 18px;
  }

  .recruitment-logo-band img {
    width: 190px;
    max-width: 78vw;
    max-height: 66px;
  }

  .recruitment-logo-mandarin img {
    width: 166px;
    max-width: 72vw;
    max-height: 86px;
  }

  .recruitment-logo-peninsula img {
    width: 190px;
    max-width: 78vw;
  }

  .recruitment-logo-band:where(:hover, :focus-within) .recruitment-logo-band-inner {
    animation-play-state: paused;
  }
}

@keyframes recruitment-logo-slide {
  0%,
  9% {
    transform: translateX(0);
  }

  16.66%,
  27.66% {
    transform: translateX(-100%);
  }

  33.33%,
  44.33% {
    transform: translateX(-200%);
  }

  50%,
  61% {
    transform: translateX(-300%);
  }

  66.66%,
  77.66% {
    transform: translateX(-400%);
  }

  83.33%,
  94.33% {
    transform: translateX(-500%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 560px) and (prefers-reduced-motion: reduce) {
  .recruitment-logo-band {
    overflow-x: auto;
  }

  .recruitment-logo-band-inner {
    scroll-snap-type: x mandatory;
    animation: none;
  }

  .recruitment-logo-band article {
    scroll-snap-align: center;
  }
}

.recruitment-why-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.42), rgba(255, 250, 242, 0)),
    var(--paper);
}

.recruitment-why-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(38px, 5vw, 84px);
  align-items: center;
}

.recruitment-why-copy h2 {
  max-width: 680px;
  font-size: clamp(3rem, 4.6vw, 5.35rem);
  line-height: 0.98;
}

.recruitment-why-copy .recruitment-lead {
  max-width: 680px;
  margin-top: 24px;
}

.recruitment-why-visual {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px 20px;
  margin-top: 32px;
  padding: 24px;
  border: 1px solid rgba(33, 31, 27, 0.13);
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 18px 42px rgba(34, 27, 18, 0.07);
}

.recruitment-why-visual-icon,
.recruitment-benefit-icon,
.recruitment-why-mini-grid i {
  display: grid;
  place-items: center;
  color: var(--lacquer);
}

.recruitment-why-visual-icon {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(198, 154, 90, 0.48);
  background: rgba(198, 154, 90, 0.1);
}

.recruitment-why-visual svg,
.recruitment-benefit-icon svg,
.recruitment-why-mini-grid svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.recruitment-why-visual strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.35;
}

.recruitment-why-visual p {
  max-width: 590px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.recruitment-why-mini-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2px;
  border: 1px solid rgba(33, 31, 27, 0.1);
  background: rgba(33, 31, 27, 0.1);
}

.recruitment-why-mini-grid span {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 2px 10px;
  align-items: center;
  min-height: 78px;
  padding: 13px;
  background: rgba(244, 237, 225, 0.84);
}

.recruitment-why-mini-grid i {
  grid-row: span 2;
  width: 30px;
  height: 30px;
}

.recruitment-why-mini-grid svg {
  width: 19px;
  height: 19px;
}

.recruitment-why-mini-grid b,
.recruitment-why-mini-grid em {
  display: block;
  min-width: 0;
  font-style: normal;
  line-height: 1.25;
}

.recruitment-why-mini-grid b {
  color: var(--ink);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.recruitment-why-mini-grid em {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.recruitment-why-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.recruitment-why-benefits article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  min-height: 168px;
  padding: 20px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(255, 250, 242, 0.68);
}

.recruitment-benefit-icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(198, 154, 90, 0.44);
  background: rgba(198, 154, 90, 0.08);
}

.recruitment-benefit-icon svg {
  width: 22px;
  height: 22px;
}

.recruitment-why-benefits h3 {
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.3;
}

.recruitment-why-benefits p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.recruitment-section-dark p,
.recruitment-section-dark article,
.recruitment-section-dark li {
  color: rgba(244, 237, 225, 0.78);
}

.recruitment-split,
.recruitment-section-head-wide,
.recruitment-network-grid,
.recruitment-duo,
.recruitment-eval-grid,
.recruitment-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}

.recruitment-section-head h2,
.recruitment-section-head-wide h2,
.recruitment-eval-grid h2,
.recruitment-network-grid h2,
.recruitment-duo h2,
.recruitment-quote-inner h2,
.recruitment-final h2 {
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  line-height: 0.98;
}

.recruitment-section-head-wide {
  align-items: end;
  margin-bottom: 34px;
}

.recruitment-section-head-wide > p,
.recruitment-lead,
.recruitment-duo p,
.recruitment-note-panel p,
.recruitment-quote-inner p,
.recruitment-final p {
  max-width: 830px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.76;
}

.recruitment-section-head-wide > p {
  align-self: end;
}

.recruitment-pill-grid,
.recruitment-check-grid,
.recruitment-receive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.recruitment-pill-grid span,
.recruitment-check-grid span,
.recruitment-receive-grid span {
  display: grid;
  min-height: 66px;
  align-content: center;
  padding: 15px 16px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(255, 250, 242, 0.6);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.42;
}

.recruitment-card-grid,
.recruitment-service-grid,
.recruitment-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.recruitment-card,
.recruitment-service-grid article,
.recruitment-list-panel article,
.recruitment-why-grid article {
  border: 1px solid var(--line);
  background: var(--white);
}

.recruitment-card {
  min-height: 150px;
  padding: 24px;
}

.recruitment-card span {
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 26px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.recruitment-card h3 {
  font-size: clamp(1.75rem, 2.35vw, 2.35rem);
  line-height: 1.05;
}

.recruitment-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.recruitment-service-section .recruitment-section-head-wide {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: end;
}

.recruitment-service-section .recruitment-section-head-wide h2 {
  max-width: 780px;
  font-size: clamp(3.2rem, 4.8vw, 5.2rem);
}

.recruitment-service-section .recruitment-section-head-wide > p {
  max-width: 760px;
  padding-bottom: 8px;
}

.recruitment-choose-section .recruitment-section-head-wide h2 {
  max-width: 620px;
  font-size: clamp(2.55rem, 3.9vw, 4.15rem);
  line-height: 1.04;
}

.recruitment-choose-section .recruitment-section-head-wide > p {
  max-width: 760px;
}

.recruitment-service-grid article,
.recruitment-why-grid article {
  min-height: 146px;
  padding: 20px;
  background: rgba(255, 250, 242, 0.08);
  color: rgba(244, 237, 225, 0.84);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.5;
}

.recruitment-why-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
}

.recruitment-why-grid strong {
  display: block;
  color: rgba(244, 237, 225, 0.88);
  font-size: 0.93rem;
  font-weight: 820;
  line-height: 1.36;
}

.recruitment-why-grid span {
  display: block;
  min-height: 2.9em;
  color: rgba(244, 237, 225, 0.66);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.45;
}

.recruitment-service-grid .recruitment-service-cta {
  position: relative;
  overflow: hidden;
  align-content: start;
  background:
    linear-gradient(135deg, rgba(198, 154, 90, 0.28), rgba(180, 71, 31, 0.14)),
    rgba(255, 250, 242, 0.12);
  color: var(--paper);
}

.recruitment-service-cta span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border: 1px solid rgba(198, 154, 90, 0.54);
  color: var(--gold);
}

.recruitment-service-cta svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.recruitment-service-cta strong {
  display: block;
  color: var(--paper);
  font-size: 0.98rem;
  line-height: 1.32;
}

.recruitment-service-cta p {
  margin: 10px 0 0;
  color: rgba(244, 237, 225, 0.76);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.55;
}

.recruitment-process .recruitment-section-head-wide {
  margin-bottom: 42px;
}

.recruitment-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.recruitment-timeline {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruitment-timeline li {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 18px;
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--white);
}

.recruitment-timeline li > span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 999px;
  background: var(--jade);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.recruitment-timeline h3 {
  margin-bottom: 7px;
  font-size: clamp(1.55rem, 1.85vw, 2rem);
  line-height: 1.04;
}

.recruitment-timeline p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.recruitment-process-aside {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(33, 31, 27, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.72), rgba(255, 250, 242, 0.58)),
    var(--porcelain);
  box-shadow: 0 18px 48px rgba(34, 27, 18, 0.08);
}

.recruitment-process-aside h3 {
  max-width: 280px;
  font-size: clamp(1.95rem, 2.6vw, 2.65rem);
  line-height: 1;
}

.recruitment-process-aside > p:not(.kicker),
.recruitment-process-aside small {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

.recruitment-process-brief {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(33, 31, 27, 0.11);
  background: rgba(33, 31, 27, 0.11);
  list-style: none;
}

.recruitment-process-brief li {
  position: relative;
  min-height: 48px;
  padding: 14px 14px 14px 34px;
  background: rgba(255, 250, 242, 0.76);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.35;
}

.recruitment-process-brief li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--lacquer);
  transform: rotate(45deg);
}

.recruitment-process-quality {
  display: grid;
  gap: 10px;
  padding-top: 2px;
}

.recruitment-process-quality > strong {
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.recruitment-process-quality article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-top: 12px;
  border-top: 1px solid rgba(33, 31, 27, 0.11);
}

.recruitment-process-quality span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(198, 154, 90, 0.48);
  color: var(--lacquer);
}

.recruitment-process-quality svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.recruitment-process-quality b {
  display: block;
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.25;
}

.recruitment-process-quality p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.recruitment-process-aside .btn {
  width: 100%;
  margin-top: 4px;
}

.recruitment-eval-grid {
  align-items: stretch;
}

.recruitment-eval-grid > div {
  display: flex;
  flex-direction: column;
}

.recruitment-eval-grid .recruitment-lead {
  margin-top: 24px;
}

.recruitment-eval-grid .recruitment-check-grid {
  margin-top: 34px;
}

.recruitment-photo-panel {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--jade-dark);
  color: var(--paper);
  height: 100%;
  min-height: 100%;
}

.recruitment-photo-panel img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.recruitment-photo-panel figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  background: linear-gradient(to top, rgba(20, 40, 34, 0.9), rgba(20, 40, 34, 0));
  color: rgba(244, 237, 225, 0.86);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.5;
}

.recruitment-network-grid {
  align-items: stretch;
}

.recruitment-network-copy {
  display: flex;
  min-height: clamp(430px, 34vw, 560px);
  flex-direction: column;
}

.recruitment-network-copy h2 {
  max-width: 620px;
}

.recruitment-network-copy .recruitment-lead {
  margin-top: 24px;
  max-width: 640px;
}

.recruitment-network-stat {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding: 28px;
  border: 1px solid rgba(244, 237, 225, 0.16);
  background:
    linear-gradient(135deg, rgba(198, 154, 90, 0.18), rgba(180, 71, 31, 0.08)),
    var(--jade-dark);
  color: var(--paper);
}

.recruitment-network-stat strong {
  color: var(--paper);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.2rem, 7vw, 7.2rem);
  font-weight: 600;
  line-height: 0.86;
}

.recruitment-network-stat span {
  color: rgba(244, 237, 225, 0.74);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.recruitment-list-panel {
  display: grid;
  gap: 10px;
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.recruitment-list-panel article {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 28px 30px 28px 70px;
  color: var(--ink);
  font-weight: 850;
  line-height: 1.45;
}

.recruitment-list-panel article::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 17px;
  height: 17px;
  border: 1px solid var(--gold);
  transform: translateY(-50%) rotate(45deg);
}

.recruitment-support-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(220px, 0.42fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: stretch;
}

.recruitment-support-panel {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--white);
  padding: clamp(28px, 3.1vw, 42px);
}

.recruitment-support-panel h2 {
  max-width: 640px;
  font-size: clamp(2.55rem, 3.6vw, 4.35rem);
  line-height: 1;
}

.recruitment-support-panel .recruitment-lead {
  margin-top: 18px;
  max-width: 700px;
  font-size: 0.96rem;
}

.recruitment-training-focus,
.recruitment-receive-groups {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.recruitment-training-focus article,
.recruitment-receive-groups article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.recruitment-training-focus article {
  padding-top: 18px;
  border-top: 1px solid rgba(33, 31, 27, 0.11);
}

.recruitment-training-focus span,
.recruitment-receive-groups > article > span,
.recruitment-support-flow span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(198, 154, 90, 0.5);
  color: var(--lacquer);
}

.recruitment-training-focus svg,
.recruitment-receive-groups svg,
.recruitment-support-flow svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.recruitment-training-focus h3,
.recruitment-receive-groups h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.32;
}

.recruitment-training-focus p,
.recruitment-receive-groups p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

.recruitment-training-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 28px;
}

.recruitment-training-chips span {
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid rgba(33, 31, 27, 0.1);
  background: rgba(244, 237, 225, 0.58);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.35;
}

.recruitment-support-flow {
  position: relative;
  display: grid;
  gap: 18px;
  align-content: center;
  padding: 26px;
  border: 1px solid rgba(244, 237, 225, 0.16);
  background:
    linear-gradient(180deg, rgba(198, 154, 90, 0.13), rgba(180, 71, 31, 0.08)),
    var(--jade-dark);
  color: var(--paper);
}

.recruitment-support-flow::before {
  content: "";
  position: absolute;
  top: 72px;
  bottom: 72px;
  left: 48px;
  width: 1px;
  background: rgba(198, 154, 90, 0.34);
}

.recruitment-support-flow article {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: start;
}

.recruitment-support-flow span {
  z-index: 1;
  grid-row: span 3;
  background: var(--jade-dark);
  color: var(--gold);
}

.recruitment-support-flow b,
.recruitment-support-flow strong,
.recruitment-support-flow p {
  display: block;
  margin: 0;
}

.recruitment-support-flow b {
  color: rgba(244, 237, 225, 0.48);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.recruitment-support-flow strong {
  color: var(--paper);
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.3;
}

.recruitment-support-flow p {
  color: rgba(244, 237, 225, 0.72);
  font-size: 0.82rem;
  line-height: 1.52;
}

.recruitment-receive-groups article {
  padding: 18px;
  border: 1px solid rgba(33, 31, 27, 0.1);
  background: rgba(255, 250, 242, 0.56);
}

.recruitment-receive-groups ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 16px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.recruitment-receive-groups li {
  position: relative;
  padding-left: 15px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 780;
  line-height: 1.38;
}

.recruitment-receive-groups li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid var(--gold);
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1180px) {
  .wrap.recruitment-support-layout {
    grid-template-columns: 1fr;
  }

  .recruitment-support-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: stretch;
  }

  .recruitment-support-flow::before {
    display: none;
  }
}

.recruitment-scope-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.05fr) minmax(280px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.recruitment-scope-intro,
.recruitment-scope-card,
.recruitment-replacement-panel {
  border: 1px solid var(--line);
  background: var(--white);
  padding: clamp(28px, 3vw, 40px);
  min-width: 0;
}

.recruitment-scope-intro {
  display: grid;
  align-content: start;
}

.recruitment-scope-intro h2 {
  max-width: 620px;
  font-size: clamp(2.25rem, 2.5vw, 3.15rem);
  line-height: 1;
}

.recruitment-scope-intro .recruitment-lead {
  margin-top: 18px;
  font-size: 0.96rem;
}

.recruitment-scope-cards {
  display: grid;
  gap: 18px;
}

.recruitment-scope-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-content: start;
}

.recruitment-scope-card > span,
.recruitment-replacement-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(198, 154, 90, 0.5);
  color: var(--lacquer);
}

.recruitment-scope-card svg,
.recruitment-replacement-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.recruitment-scope-card h3,
.recruitment-replacement-panel h3 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.32;
}

.recruitment-scope-card p,
.recruitment-replacement-panel p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.recruitment-scope-card ul,
.recruitment-replacement-panel ul {
  grid-column: 1 / -1;
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.recruitment-scope-card li,
.recruitment-replacement-panel li {
  position: relative;
  padding-left: 18px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.42;
}

.recruitment-scope-card li::before,
.recruitment-replacement-panel li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  transform: translateY(-50%) rotate(45deg);
}

.recruitment-scope-card-dark {
  border-color: rgba(244, 237, 225, 0.16);
  background: var(--jade-dark);
  color: var(--paper);
}

.recruitment-scope-card-dark h3,
.recruitment-scope-card-dark li {
  color: var(--paper);
}

.recruitment-scope-card-dark p {
  color: rgba(244, 237, 225, 0.72);
}

.recruitment-scope-card-dark > span {
  background: rgba(198, 154, 90, 0.08);
  color: var(--gold);
}

.recruitment-replacement-panel {
  display: grid;
  align-content: start;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.74), rgba(255, 250, 242, 0.5)), var(--porcelain);
}

.recruitment-replacement-panel .kicker {
  margin-bottom: 18px;
}

.recruitment-replacement-icon {
  margin-bottom: 20px;
  color: var(--jade);
}

.recruitment-replacement-panel strong {
  display: block;
  margin: 22px 0 0;
  padding: 18px;
  background: var(--jade);
  color: var(--paper);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.3rem, 3.6vw, 3.7rem);
  font-weight: 600;
  line-height: 0.9;
}

@media (max-width: 1180px) {
  .recruitment-scope-layout {
    grid-template-columns: 1fr;
  }

  .recruitment-scope-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.recruitment-quote-band {
  padding: 54px 0;
  border-top: 1px solid rgba(33, 31, 27, 0.12);
  border-bottom: 1px solid rgba(33, 31, 27, 0.12);
  background: var(--jade);
  color: var(--paper);
}

.recruitment-quote-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.recruitment-quote-inner .kicker,
.recruitment-quote-inner p {
  color: rgba(244, 237, 225, 0.76);
}

.recruitment-quote-inner h2 {
  color: var(--white);
}

.recruitment-faq {
  padding-top: 76px;
}

.recruitment-partner {
  padding: 46px 0;
  border-top: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.76), rgba(244, 237, 225, 0.88));
}

.recruitment-partner-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.recruitment-partner-copy {
  max-width: 820px;
}

.recruitment-partner h2 {
  max-width: 620px;
  font-size: clamp(2.6rem, 4.4vw, 4.8rem);
}

.recruitment-partner-copy > p:not(.kicker) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.recruitment-partner-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 22px 55px rgba(33, 31, 27, 0.07);
}

.recruitment-partner-card > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(180, 71, 31, 0.25);
  background: rgba(198, 154, 90, 0.12);
  color: var(--lacquer);
}

.recruitment-partner-card svg {
  width: 24px;
  height: 24px;
}

.recruitment-partner-card strong,
.recruitment-partner-card a {
  display: block;
}

.recruitment-partner-card strong {
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.2;
}

.recruitment-partner-card p {
  margin: 8px 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.recruitment-partner-card a {
  color: var(--lacquer);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.recruitment-final {
  padding: clamp(70px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 82% 26%, rgba(198, 154, 90, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(20, 40, 34, 0.96), rgba(29, 53, 45, 0.9)),
    var(--jade-dark);
  color: var(--paper);
}

.recruitment-final-inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.66fr);
  align-items: center;
}

.recruitment-final-copy {
  max-width: 760px;
}

.recruitment-final h2 {
  max-width: 620px;
  font-size: clamp(3.4rem, 6vw, 6.6rem);
  line-height: 0.9;
}

.recruitment-final p {
  color: rgba(244, 237, 225, 0.78);
}

.recruitment-final-copy > p:not(.kicker) {
  max-width: 650px;
  margin-top: 20px;
}

.recruitment-final-panel {
  width: 100%;
  max-width: 520px;
  justify-self: end;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(244, 237, 225, 0.18);
  background: rgba(255, 250, 242, 0.06);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
}

.recruitment-final-panel-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(244, 237, 225, 0.14);
}

.recruitment-final-panel-head span {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(198, 154, 90, 0.42);
  color: var(--gold);
}

.recruitment-final-panel-head svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recruitment-final-panel strong {
  display: block;
  color: var(--paper);
  font-size: 1rem;
  font-weight: 900;
}

.recruitment-final-panel p {
  margin: 7px 0 0;
  color: rgba(244, 237, 225, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

.recruitment-final-panel ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.recruitment-final-panel li {
  position: relative;
  padding-left: 18px;
  color: rgba(244, 237, 225, 0.86);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.45;
}

.recruitment-final-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.recruitment-final-actions {
  display: grid;
  gap: 10px;
}

.recruitment-final-actions .btn {
  width: 100%;
  min-height: 56px;
  justify-content: center;
}

.recruitment-final-actions .btn-primary {
  box-shadow: none;
}

.recruitment-final .btn-secondary {
  border-color: rgba(244, 237, 225, 0.32);
  color: var(--paper);
}

.pricing-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 66px;
}

.pricing-hero::before {
  content: "ราคา";
  position: absolute;
  right: -3vw;
  top: 8px;
  color: rgba(180, 71, 31, 0.06);
  font-family: "Noto Serif Thai", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(6rem, 14vw, 15rem);
  line-height: 0.9;
  pointer-events: none;
}

.pricing-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.86fr);
  gap: 62px;
  align-items: center;
}

.pricing-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3.5rem, 5.8vw, 5.9rem);
}

.pricing-hero-panel {
  position: relative;
  min-height: 520px;
}

.pricing-hero-panel::before {
  content: "";
  position: absolute;
  inset: 34px 0 44px 70px;
  border: 1px solid rgba(33, 31, 27, 0.13);
  background: var(--porcelain);
}

.pricing-hero-main,
.pricing-hero-card {
  position: absolute;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.pricing-hero-main {
  top: 0;
  right: 26px;
  width: 74%;
  height: 330px;
}

.pricing-hero-card {
  left: 0;
  bottom: 0;
  width: 48%;
  height: 250px;
  border: 10px solid var(--paper);
}

.pricing-duration-notes {
  position: absolute;
  right: 0;
  bottom: 32px;
  width: min(520px, 72%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(244, 237, 225, 0.16);
  background: rgba(244, 237, 225, 0.16);
  box-shadow: var(--shadow);
}

.pricing-duration-notes article {
  min-width: 0;
  padding: 20px 18px 18px;
  background: var(--jade-dark);
  color: var(--paper);
}

.pricing-duration-notes span {
  display: block;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1;
}

.pricing-duration-notes strong {
  display: block;
  margin-top: 8px;
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-duration-notes p {
  margin: 10px 0 0;
  color: rgba(244, 237, 225, 0.72);
  font-size: 0.86rem;
  line-height: 1.52;
}

.pricing-intro-band {
  padding: 36px 0;
  background: var(--jade-dark);
  color: var(--paper);
}

.pricing-intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.pricing-intro-grid h2 {
  font-size: clamp(2.15rem, 3.1vw, 3.45rem);
}

.pricing-intro-grid p {
  max-width: 820px;
  margin: 0;
  color: rgba(244, 237, 225, 0.74);
  font-size: 1rem;
}

.pricing-shell {
  padding: 58px 0 84px;
}

.pricing-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.pricing-section-head h2 {
  font-size: clamp(2.35rem, 3.8vw, 4.4rem);
}

.pricing-section-head p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

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

.pricing-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr);
  min-height: 100%;
  border: 1px solid var(--line);
  background: var(--white);
}

.pricing-card-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--porcelain);
}

.pricing-card-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  filter: saturate(0.92);
}

.pricing-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 40, 34, 0.02), rgba(20, 40, 34, 0.42));
}

.pricing-card-media span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 7px 10px;
  background: rgba(244, 237, 225, 0.92);
  color: var(--jade-dark);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.pricing-card-body {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 16px;
  padding: 24px;
}

.pricing-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.pricing-card h3 {
  font-size: clamp(1.8rem, 2.5vw, 2.35rem);
  line-height: 1;
}

.pricing-card-body > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.pricing-from {
  min-width: 112px;
  padding: 12px;
  border: 1px solid rgba(180, 71, 31, 0.2);
  color: var(--lacquer);
  text-align: right;
}

.pricing-from span,
.pricing-price-row span {
  display: block;
  color: rgba(33, 31, 27, 0.56);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-from strong {
  display: block;
  margin-top: 4px;
  font-size: 0.94rem;
}

.pricing-price-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.pricing-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.pricing-price-row strong {
  display: block;
  color: var(--ink);
  font-size: 0.88rem;
}

.pricing-price-row b {
  color: var(--lacquer);
  font-size: 0.92rem;
  text-align: right;
  white-space: nowrap;
}

.pricing-custom-note {
  padding: 13px 15px;
  border: 1px solid rgba(198, 154, 90, 0.42);
  background: rgba(198, 154, 90, 0.12);
  color: rgba(33, 31, 27, 0.72);
  font-size: 0.84rem;
  line-height: 1.55;
}

.pricing-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.pricing-card-actions .btn {
  flex: 0 1 auto;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  height: 34px;
  min-height: 34px;
  padding: 0 11px;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}

.pricing-cta {
  padding: 0 0 92px;
}

.couples-faq + .pricing-cta {
  padding-top: 20px;
}

.pricing-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 34px;
  background: var(--jade-dark);
  color: var(--paper);
}

.pricing-cta h2 {
  font-size: clamp(2.35rem, 3.8vw, 4rem);
}

.pricing-cta p:last-child {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(244, 237, 225, 0.72);
}

.glossary-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 34px;
}

.glossary-hero::before {
  content: "คำศัพท์";
  position: absolute;
  right: -3vw;
  top: 8px;
  color: rgba(180, 71, 31, 0.06);
  font-family: "Noto Serif Thai", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(5rem, 12vw, 12rem);
  line-height: 0.9;
  pointer-events: none;
}

.glossary-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.82fr);
  gap: 58px;
  align-items: center;
}

.glossary-hero-copy h1 {
  max-width: 720px;
}

.glossary-hero-visual {
  position: relative;
  min-height: 392px;
}

.glossary-hero-visual::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  width: 78%;
  height: 82%;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: var(--porcelain);
}

.glossary-hero-visual img {
  position: absolute;
  top: 0;
  right: 24px;
  z-index: 1;
  width: 78%;
  height: 318px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.glossary-hero-card {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 170px);
  gap: 14px;
  align-items: center;
  max-width: 290px;
  padding: 18px 20px;
  background: var(--jade-dark);
  color: var(--paper);
  box-shadow: var(--shadow);
}

.glossary-hero-card strong {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.glossary-hero-card span {
  color: rgba(244, 237, 225, 0.78);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.glossary-intro {
  padding: 54px 0;
  background: var(--porcelain);
}

.glossary-intro-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.36fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.glossary-intro-grid h2 {
  font-size: clamp(2.2rem, 3.45vw, 3.45rem);
  line-height: 1.02;
}

.glossary-intro-grid p:last-child {
  max-width: 850px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.glossary-shell {
  padding: 58px 0 72px;
}

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

.glossary-section-head h2 {
  font-size: clamp(2.6rem, 4.4vw, 4.8rem);
}

.glossary-section-head > p {
  max-width: 310px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: right;
}

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

.glossary-card {
  position: relative;
  min-height: 0;
  padding: 18px 18px 17px;
  border: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
}

.glossary-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--lacquer), var(--gold));
}

.glossary-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 24px;
  margin-bottom: 10px;
  border: 1px solid rgba(33, 31, 27, 0.14);
  color: var(--lacquer);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.glossary-card h3 {
  font-size: clamp(1.35rem, 1.7vw, 2rem);
  line-height: 1;
}

.thai-term {
  margin: 6px 0 8px;
  color: var(--gold);
  font-family: "Noto Serif Thai", "Cormorant Garamond", Georgia, serif;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.24;
}

.glossary-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.58;
}

.glossary-cta {
  padding: 0 0 92px;
}

.glossary-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(198, 154, 90, 0.14), rgba(180, 71, 31, 0.08)),
    var(--jade-dark);
  color: var(--paper);
}

.glossary-cta .kicker {
  color: var(--gold);
}

.glossary-cta h2 {
  font-size: clamp(2.4rem, 4vw, 4.4rem);
}

.glossary-cta p:last-child {
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(244, 237, 225, 0.72);
}

.group-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 58px;
}

.group-hero::before {
  content: "กลุ่ม";
  position: absolute;
  right: -3vw;
  top: 12px;
  color: rgba(180, 71, 31, 0.06);
  font-family: "Noto Serif Thai", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(6rem, 14vw, 15rem);
  line-height: 0.9;
  pointer-events: none;
}

.group-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.86fr);
  gap: 62px;
  align-items: center;
}

.group-hero-copy h1 {
  max-width: 760px;
}

.group-hero-visual {
  position: relative;
  min-height: 520px;
}

.group-hero-visual::before {
  content: "";
  position: absolute;
  inset: 34px 0 42px 70px;
  border: 1px solid rgba(33, 31, 27, 0.13);
  background: var(--porcelain);
}

.group-hero-main,
.group-hero-card {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.group-hero-main {
  top: 0;
  right: 26px;
  width: 74%;
  height: 330px;
}

.group-hero-card {
  left: 0;
  bottom: 0;
  width: 48%;
  height: 250px;
  border: 10px solid var(--paper);
}

.group-hero-note {
  position: absolute;
  right: 0;
  bottom: 32px;
  width: min(280px, 48%);
  padding: 20px;
  background: var(--jade-dark);
  color: var(--paper);
}

.group-hero-note span {
  display: block;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.group-hero-note strong {
  display: block;
  margin-top: 8px;
  color: var(--paper);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.45rem;
  font-weight: 500;
  line-height: 1;
}

.group-hero-note small {
  display: block;
  margin-top: 10px;
  color: rgba(244, 237, 225, 0.72);
  font-size: 0.82rem;
  line-height: 1.55;
}

.group-intro,
.group-flow {
  padding: 64px 0;
  background: var(--jade-dark);
  color: var(--paper);
}

.group-intro-grid,
.group-flow-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.group-intro-grid {
  align-items: start;
}

.group-intro h2,
.group-flow h2 {
  font-size: clamp(2.15rem, 3.35vw, 3.8rem);
  line-height: 1.02;
}

.group-intro p,
.group-flow span {
  margin: 0;
  color: rgba(244, 237, 225, 0.74);
}

.group-intro p + p {
  margin-top: 14px;
}

.group-options {
  padding: 80px 0;
}

.group-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.group-section-note {
  white-space: nowrap;
}

.group-option-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  min-height: 100%;
  border: 1px solid var(--line);
  background: var(--white);
}

.group-option-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: saturate(0.92);
}

.group-option-card > div {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.group-option-card h3 {
  margin-top: 12px;
  font-size: clamp(2rem, 3vw, 3.3rem);
  line-height: 1;
}

.group-option-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.68;
}

.group-option-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.group-option-card li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
}

.group-option-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  background: var(--gold);
}

.group-option-card .btn {
  width: 100%;
  margin-top: auto;
}

.group-option-card .group-private-cta {
  min-height: 58px;
  padding: 12px 22px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
}

.group-upcoming {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background:
    linear-gradient(135deg, rgba(198, 154, 90, 0.1), rgba(180, 71, 31, 0.05)),
    var(--porcelain);
}

.group-upcoming-head h3 {
  margin-top: 6px;
  font-size: clamp(1.55rem, 1.8vw, 2rem);
  line-height: 1;
}

.group-upcoming-head p:last-child {
  max-width: 580px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.group-booking-alert {
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(255, 255, 255, 0.6);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

.group-booking-alert.is-success {
  border-color: rgba(31, 106, 74, 0.26);
  color: var(--jade-dark);
}

.group-booking-alert.is-error {
  border-color: rgba(166, 59, 45, 0.32);
  color: #7c2c22;
}

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

.group-session-stack {
  display: grid;
  gap: 6px;
  margin-top: 14px;
}

.group-session-choice {
  display: grid;
  grid-template-columns: 18px minmax(78px, 0.68fr) minmax(110px, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(255, 255, 255, 0.42);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.group-session-button {
  box-sizing: border-box;
  width: 100%;
  grid-template-columns: minmax(142px, 0.78fr) minmax(86px, 0.38fr) minmax(220px, 1.22fr) minmax(126px, auto);
  gap: 8px 10px;
  min-height: 48px;
  padding: 9px 12px;
}

.group-session-button:hover {
  border-color: rgba(180, 71, 31, 0.34);
  background: rgba(255, 255, 255, 0.72);
}

.group-session-choice:has(input:checked) {
  border-color: rgba(180, 71, 31, 0.45);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 4px 0 0 var(--lacquer);
}

.group-session-choice input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--lacquer);
}

.group-session-stack span,
.group-session-stack em {
  color: rgba(33, 31, 27, 0.56);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
}

.group-session-stack strong {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.12rem, 1.38vw, 1.4rem);
  font-weight: 500;
  line-height: 1;
}

.group-session-button strong,
.group-session-button span,
.group-session-button em {
  white-space: nowrap;
}

.group-session-button strong {
  font-size: clamp(1.05rem, 1.12vw, 1.24rem);
}

.group-session-button span {
  color: rgba(33, 31, 27, 0.56);
}

.group-session-button b {
  position: relative;
  min-width: 0;
  padding-left: 18px;
  color: rgba(33, 31, 27, 0.74);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.group-session-button b small {
  display: block;
  margin-top: 2px;
  color: inherit;
  font: inherit;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.group-session-button b::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 24px;
  background: rgba(33, 31, 27, 0.16);
  transform: translateY(-50%);
}

.group-session-stack em {
  justify-self: end;
  color: var(--lacquer);
}

.group-booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.group-booking-fields label,
.group-booking-note {
  display: grid;
  gap: 5px;
}

.group-booking-fields span,
.group-booking-note span {
  color: rgba(33, 31, 27, 0.62);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.group-booking-fields input,
.group-booking-fields select,
.group-booking-note textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(33, 31, 27, 0.16);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
}

.group-booking-fields input,
.group-booking-fields select {
  height: 38px;
  min-height: 38px;
  padding: 0 10px;
}

.group-booking-note textarea {
  min-height: 58px;
  padding: 9px 10px;
  resize: vertical;
}

.group-booking-pay {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
  gap: 12px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgba(33, 31, 27, 0.12);
}

.group-booking-pay span {
  color: var(--lacquer);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.group-booking-pay .btn {
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.62rem;
}

.group-booking-error {
  color: #7c2c22;
  font-size: 0.78rem;
  font-weight: 800;
}

.group-booking-mini {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(33, 31, 27, 0.12);
}

.group-booking-mini span {
  color: var(--lacquer);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.group-booking-mini .btn {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.6rem;
}

.group-booking-policy {
  margin: 10px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(180, 71, 31, 0.18);
  background: rgba(180, 71, 31, 0.06);
  color: rgba(33, 31, 27, 0.66);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.48;
}

.group-booking-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
}

.group-booking-modal.is-open {
  display: block;
}

.group-booking-modal-active {
  overflow: hidden;
}

.group-booking-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 15, 0.68);
}

.group-booking-panel {
  position: relative;
  width: min(760px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  margin: 16px auto;
  padding: 22px;
  overflow: auto;
  border: 1px solid rgba(244, 237, 225, 0.24);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.group-booking-modal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin: -22px -22px 18px;
  padding: 18px 22px 16px;
  border-bottom: 1px solid rgba(33, 31, 27, 0.12);
  background: var(--paper);
}

.group-booking-modal-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.group-booking-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(33, 31, 27, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
}

.group-flow ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: group-flow;
}

.group-flow li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 70px;
  padding: 18px 18px 18px 58px;
  border: 1px solid rgba(244, 237, 225, 0.13);
}

.group-flow li::before {
  counter-increment: group-flow;
  content: counter(group-flow, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 20px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.group-flow strong {
  color: var(--paper);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.couples-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 58px;
}

.couples-hero::before {
  content: "คู่รัก";
  position: absolute;
  right: -3vw;
  top: 12px;
  color: rgba(180, 71, 31, 0.06);
  font-family: "Noto Serif Thai", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(6rem, 14vw, 15rem);
  line-height: 0.9;
  pointer-events: none;
}

.couples-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.86fr);
  gap: 62px;
  align-items: center;
}

.couples-hero-copy h1 {
  max-width: 760px;
}

.couples-hero-visual {
  position: relative;
  min-height: 520px;
}

.couples-hero-visual::before {
  content: "";
  position: absolute;
  inset: 34px 0 42px 70px;
  border: 1px solid rgba(33, 31, 27, 0.13);
  background: var(--porcelain);
}

.couples-hero-main,
.couples-hero-card {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.couples-hero-main {
  top: 0;
  right: 26px;
  width: 74%;
  height: 330px;
}

.couples-hero-card {
  left: 0;
  bottom: 0;
  width: 48%;
  height: 250px;
  border: 10px solid var(--paper);
}

.couples-hero-note {
  position: absolute;
  right: 0;
  bottom: 32px;
  width: min(280px, 48%);
  padding: 20px;
  background: var(--jade-dark);
  color: var(--paper);
}

.couples-hero-note span,
.couples-package {
  display: block;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.couples-hero-note strong {
  display: block;
  margin-top: 8px;
  color: var(--paper);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.45rem;
  font-weight: 500;
  line-height: 1;
}

.couples-hero-note small {
  display: block;
  margin-top: 10px;
  color: rgba(244, 237, 225, 0.72);
  font-size: 0.82rem;
  line-height: 1.55;
}

.couples-intro,
.couples-method {
  padding: 64px 0;
  background: var(--jade-dark);
  color: var(--paper);
}

.couples-intro-grid,
.couples-method-grid,
.couples-experience-grid,
.couples-flow-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.couples-intro-grid {
  width: min(1320px, calc(100% - 80px));
  grid-template-columns: minmax(360px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(40px, 4vw, 68px);
}

.couples-intro-grid > div {
  min-width: 0;
}

.couples-intro h2,
.couples-method h2,
.couples-flow h2 {
  font-size: clamp(2.15rem, 3.35vw, 3.8rem);
  line-height: 1.02;
}

.couples-intro p,
.couples-method p,
.couples-flow span {
  margin: 0;
  color: rgba(244, 237, 225, 0.74);
}

.couples-intro p + p {
  margin-top: 14px;
}

.couples-experience,
.couples-learning,
.couples-video,
.couples-pricing,
.couples-gallery,
.couples-testimonials,
.group-testimonials,
.couples-faq {
  padding: 80px 0;
}

.couples-frame {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.couples-frame img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
}

.couples-frame figcaption {
  padding: 16px 18px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.55;
}

.couples-experience-copy h2 {
  max-width: 760px;
}

.couples-experience-copy > p:not(.kicker),
.couples-section-head p {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.couples-check-list,
.couples-price-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 30px;
  padding: 0;
  list-style: none;
}

.couples-check-list li,
.couples-price-card li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
}

.couples-check-list li::before,
.couples-price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  background: var(--gold);
}

.couples-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  border: 1px solid var(--line);
  background: var(--line);
}

.couples-stats article {
  min-width: 0;
  padding: 20px;
  background: var(--white);
}

.couples-stats strong {
  display: block;
  color: var(--lacquer);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
}

.couples-stats span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.couples-section-head {
  max-width: 900px;
  margin-bottom: 32px;
}

.couples-learning-grid,
.couples-method-cards,
.couples-price-grid,
.couples-gallery-grid {
  display: grid;
  gap: 16px;
}

.couples-learning-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.couples-learning-grid article,
.couples-method-cards article,
.couples-price-card {
  border: 1px solid var(--line);
  background: var(--white);
}

.couples-learning-grid article {
  padding: 26px;
}

.couples-learning-grid span {
  color: var(--lacquer);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.couples-learning-grid h3,
.couples-method-cards h3,
.couples-price-card h3 {
  margin-top: 14px;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  line-height: 1.02;
}

.couples-learning-grid p,
.couples-method-cards p,
.couples-price-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.68;
}

.couples-method-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.couples-method-cards article {
  padding: 24px;
  background: rgba(255, 250, 242, 0.95);
}

.couples-method-cards h3 {
  color: var(--ink);
}

.couples-video {
  background: var(--porcelain);
}

.couples-video .couples-section-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.couples-video .couples-section-head p {
  margin-right: auto;
  margin-left: auto;
}

.couples-video-card {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 32px auto 0;
}

.couples-video-card .video-frame {
  border-color: rgba(33, 31, 27, 0.14);
}

.couples-video-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: center;
}

.couples-video-card a {
  color: var(--lacquer);
  font-weight: 850;
  text-decoration: none;
}

.couples-video-card a:hover {
  text-decoration: underline;
}

.couples-pricing {
  background: var(--porcelain);
}

.couples-price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.couples-price-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.couples-price-card.is-featured {
  border-color: rgba(180, 71, 31, 0.34);
  box-shadow: var(--shadow);
}

.couples-price {
  display: flex;
  align-items: baseline;
  gap: 0.16em;
  margin-top: 18px;
  color: var(--lacquer);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  font-weight: 500;
  line-height: 1;
}

.couples-price span {
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.58em;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-0.05em);
}

.couples-price-card > p {
  display: -webkit-box;
  min-height: calc(1.68em * 2);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.couples-price-card .btn {
  width: 100%;
  margin-top: auto;
}

.couples-price-card small {
  display: block;
  margin-top: 14px;
  color: rgba(33, 31, 27, 0.52);
  font-size: 0.78rem;
  line-height: 1.4;
}

.couples-flow {
  padding: 72px 0;
  background: var(--jade-dark);
  color: var(--paper);
}

.couples-flow ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: couple-flow;
}

.couples-flow li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 70px;
  padding: 18px 18px 18px 58px;
  border: 1px solid rgba(244, 237, 225, 0.13);
}

.couples-flow li::before {
  counter-increment: couple-flow;
  content: counter(couple-flow, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 20px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.couples-flow strong {
  color: var(--paper);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.couples-gallery-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.couples-gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.couples-gallery-grid img:nth-child(1),
.couples-gallery-grid img:nth-child(4) {
  grid-column: span 2;
}

.couples-gallery-grid img:nth-child(2),
.couples-gallery-grid img:nth-child(3),
.couples-gallery-grid img:nth-child(5),
.couples-gallery-grid img:nth-child(6) {
  grid-column: span 2;
}

.couples-faq .course-faq-head {
  border-top: 0;
}

.couples-testimonials,
.group-testimonials {
  position: relative;
  overflow: hidden;
  background: var(--porcelain);
}

.couples-testimonials::before,
.group-testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 40, 34, 0.06), transparent 34%),
    linear-gradient(180deg, transparent, rgba(198, 154, 90, 0.09));
  pointer-events: none;
}

.couples-testimonials-grid,
.group-testimonials-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(250px, 0.3fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.couples-testimonials-head,
.group-testimonials-head {
  position: sticky;
  top: 104px;
}

.couples-testimonials-head h2,
.group-testimonials-head h2 {
  font-size: clamp(2.1rem, 3vw, 3.35rem);
  line-height: 1.02;
}

.couples-testimonials-head p:not(.kicker),
.group-testimonials-head p:not(.kicker) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.couples-testimonials-list,
.group-testimonials-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.couples-testimonials-list article,
.group-testimonials-list article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  padding: 26px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(255, 250, 242, 0.86);
}

.couples-testimonials-list p,
.group-testimonials-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.72;
}

.couples-testimonials-list span,
.group-testimonials-list span {
  display: block;
  margin-top: 24px;
  color: var(--lacquer);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer {
  position: relative;
  padding: 76px 0 30px;
  background: var(--jade-dark);
  color: rgba(244, 237, 225, 0.72);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 154, 90, 0.72), transparent);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(255px, 1fr) minmax(250px, 0.96fr) minmax(250px, 0.96fr) minmax(250px, 0.92fr);
  gap: 32px;
  align-items: start;
}

.footer-column + .footer-column {
  padding-left: 28px;
  border-left: 1px solid rgba(244, 237, 225, 0.1);
}

.footer-brand img {
  width: 162px;
  margin-top: -12px;
  margin-bottom: 14px;
}

.footer-brand-line {
  display: block;
  max-width: 300px;
  margin-bottom: 10px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1.12;
}

.footer-brand p {
  max-width: 330px;
  margin: 0 0 16px;
  color: rgba(244, 237, 225, 0.7);
  font-size: 0.92rem;
  line-height: 1.62;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 9px;
  border: 1px solid rgba(244, 237, 225, 0.18);
  color: var(--paper);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.footer-social a:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.footer-block h3 {
  margin: 0 0 24px;
  color: var(--paper);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-block li {
  margin-bottom: 11px;
  line-height: 1.45;
}

.footer-block a {
  color: rgba(244, 237, 225, 0.76);
  text-decoration: none;
}

.footer-block a:hover {
  color: var(--gold);
}

.footer-contact li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 11px;
}

.footer-contact li > span:first-child {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--gold);
  font-size: 0.95rem;
}

.footer-contact strong {
  color: var(--gold);
  font-weight: 850;
}

.footer-locations {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 6px;
}

.footer-location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  padding: 5px 6px;
  border: 1px solid rgba(198, 154, 90, 0.22);
  color: rgba(244, 237, 225, 0.86);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.footer-location-city {
  display: block;
  margin-top: 6px;
  color: rgba(244, 237, 225, 0.58);
  font-size: 0.88rem;
}

.footer-cta {
  display: inline-flex;
  margin-top: 10px;
  padding: 13px 17px;
  border: 1px solid var(--gold);
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-mini-note {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(244, 237, 225, 0.1);
  color: rgba(244, 237, 225, 0.58);
  font-size: 0.86rem;
}

.footer-seo {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 46px;
  padding-top: 30px;
  border-top: 1px solid rgba(244, 237, 225, 0.12);
}

.footer-seo-label {
  width: 100%;
  margin-bottom: 2px;
  color: rgba(244, 237, 225, 0.48);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-seo a {
  padding: 8px 12px;
  border: 1px solid rgba(244, 237, 225, 0.12);
  color: rgba(244, 237, 225, 0.7);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-seo a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(244, 237, 225, 0.12);
  color: rgba(244, 237, 225, 0.55);
  font-size: 0.82rem;
}

.footer-bottom a {
  color: rgba(244, 237, 225, 0.72);
  text-decoration: none;
}

.footer-langs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.request-hero .detail-hero-grid img {
  object-position: center;
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.request-form {
  display: grid;
  gap: 28px;
}

.request-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.request-section-head {
  display: grid;
  gap: 8px;
}

.request-section-head h2 {
  margin: 0;
}

.request-section-head p:not(.kicker) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

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

.request-field-grid-wide {
  grid-template-columns: repeat(2, minmax(240px, 1fr));
}

.request-field {
  display: grid;
  gap: 8px;
}

.request-field span {
  color: rgba(33, 31, 27, 0.68);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.request-field input,
.request-field select,
.request-field textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(33, 31, 27, 0.18);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  line-height: 1.35;
}

.request-field input,
.request-field select {
  height: 52px;
  min-height: 52px;
  padding: 0 14px;
}

.request-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(33, 31, 27, 0.72) 50%),
    linear-gradient(135deg, rgba(33, 31, 27, 0.72) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 38px;
}

.request-field textarea {
  min-height: 132px;
  padding: 12px;
  resize: vertical;
}

.request-field small,
.request-error-text {
  color: #a63b2d;
  font-size: 0.82rem;
  font-weight: 700;
}

.request-field-full {
  max-width: none;
}

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

.request-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 48px;
  padding: 12px;
  border: 1px solid rgba(33, 31, 27, 0.14);
  background: rgba(255, 255, 255, 0.54);
}

.request-check input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--lacquer);
}

.request-check span {
  font-size: 0.92rem;
  line-height: 1.35;
}

.request-submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding-top: 6px;
  border-top: 1px solid rgba(33, 31, 27, 0.12);
}

.request-submit-row span,
.request-side .side-note {
  color: var(--muted);
}

.request-alert {
  margin-bottom: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(33, 31, 27, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.request-alert-success {
  border-color: rgba(31, 106, 74, 0.28);
}

.request-alert-error {
  border-color: rgba(166, 59, 45, 0.3);
  color: #7c2c22;
}

.recruitment-request-notice {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(31, 106, 74, 0.28);
  background: rgba(255, 255, 255, 0.78);
}

.recruitment-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
}

.recruitment-modal.is-open {
  display: block;
}

.recruitment-modal-active {
  overflow: hidden;
}

.recruitment-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 15, 0.68);
}

.recruitment-modal-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 0;
  width: min(1180px, calc(100% - 32px));
  max-height: calc(100dvh - 24px);
  margin: 12px auto;
  padding: 0;
  overflow: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(244, 237, 225, 0.26);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.recruitment-modal-head {
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 24px 16px;
  border-bottom: 1px solid rgba(33, 31, 27, 0.12);
  background: var(--paper);
}

.recruitment-modal-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.45rem);
}

.recruitment-modal-close {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(33, 31, 27, 0.16);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 1.65rem;
  line-height: 1;
}

.recruitment-popup-form {
  display: grid;
  gap: 12px;
  min-height: 0;
  padding: 18px 24px 0;
  overflow: auto;
}

.recruitment-modal-panel > .request-alert {
  margin: 16px 24px 0;
}

.recruitment-popup-form .request-field-grid {
  gap: 12px 16px;
}

.recruitment-popup-form .request-field-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.recruitment-popup-form .request-field {
  gap: 6px;
}

.recruitment-popup-form .request-field span {
  font-size: 0.68rem;
  letter-spacing: 0.07em;
}

.recruitment-popup-form .request-field input,
.recruitment-popup-form .request-field select {
  height: 46px;
  min-height: 46px;
  padding-inline: 12px;
}

.recruitment-popup-form .request-field textarea {
  min-height: 94px;
  padding: 10px 12px;
}

.recruitment-popup-form .request-field-full textarea {
  min-height: 62px;
}

.recruitment-popup-form .request-submit-row {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin: 0 -24px;
  padding: 12px 24px 14px;
  background: linear-gradient(180deg, rgba(248, 244, 236, 0.88), var(--paper) 38%);
  box-shadow: 0 -14px 26px rgba(33, 31, 27, 0.08);
}

.admin-body {
  background: var(--paper);
}

.admin-shell {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 44px;
}

.admin-topbar,
.admin-filters,
.admin-detail-head,
.admin-info-grid,
.admin-grid {
  display: grid;
  gap: 16px;
}

.admin-topbar {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 22px;
}

.admin-nav-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-home-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.admin-home-card {
  display: grid;
  gap: 8px;
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  text-decoration: none;
}

.admin-home-card span,
.admin-type {
  color: var(--lacquer);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.admin-home-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3.2rem;
  line-height: 0.9;
}

.admin-home-card em {
  align-self: end;
  color: var(--muted);
  font-style: normal;
}

.admin-topbar h1,
.admin-login h2,
.admin-setup-panel h2 {
  margin: 0;
}

.admin-login,
.admin-setup-panel {
  max-width: 620px;
  margin: 0 auto;
}

.admin-setup-panel pre {
  overflow: auto;
  padding: 14px;
  background: rgba(33, 31, 27, 0.08);
}

.admin-filters {
  grid-template-columns: 180px minmax(220px, 1fr) auto auto;
  align-items: end;
  margin-bottom: 20px;
}

.admin-home-filters {
  grid-template-columns: 220px minmax(260px, 1fr) auto auto;
}

.admin-filters label {
  display: grid;
  gap: 7px;
}

.admin-filters span {
  color: rgba(33, 31, 27, 0.62);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-filters input,
.admin-filters select {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(33, 31, 27, 0.16);
  background: #fff;
  font: inherit;
}

.admin-grid {
  grid-template-columns: 380px minmax(0, 1fr);
  align-items: start;
}

.admin-list {
  display: grid;
  gap: 10px;
}

.admin-list-item {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(33, 31, 27, 0.12);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  text-decoration: none;
}

.admin-list-item.is-active {
  border-color: var(--lacquer);
  background: #fff;
}

.admin-list-item small,
.admin-list-item em,
.admin-info-grid span {
  color: var(--muted);
}

.admin-list-item em {
  font-style: normal;
}

.admin-status {
  justify-self: start;
  padding: 5px 8px;
  border: 1px solid rgba(33, 31, 27, 0.16);
  background: rgba(33, 31, 27, 0.05);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-status-booked {
  border-color: rgba(31, 106, 74, 0.28);
  color: #1f6a4a;
}

.admin-status-closed {
  opacity: 0.62;
}

.admin-home-panel {
  overflow: hidden;
  padding: 0;
}

.admin-home-panel-head {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(33, 31, 27, 0.1);
}

.admin-home-panel-head h2 {
  margin: 0;
}

.admin-home-panel-head > span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-home-table-wrap {
  overflow-x: auto;
}

.admin-home-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.admin-home-table th,
.admin-home-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(33, 31, 27, 0.09);
  text-align: left;
  vertical-align: top;
}

.admin-home-table th {
  background: rgba(33, 31, 27, 0.04);
  color: rgba(33, 31, 27, 0.58);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-home-table td {
  color: var(--muted);
  font-size: 0.9rem;
}

.admin-home-table td strong,
.admin-home-table td a {
  color: var(--ink);
}

.admin-home-table small {
  display: block;
  margin-top: 4px;
}

.admin-type {
  display: inline-flex;
  padding: 5px 8px;
  border: 1px solid rgba(156, 56, 42, 0.22);
  background: rgba(156, 56, 42, 0.06);
}

.admin-table-link {
  font-weight: 900;
  text-decoration: none;
}

.admin-home-empty {
  padding: 28px 16px;
  color: var(--muted);
  text-align: center;
}

.admin-detail {
  min-width: 0;
}

.admin-detail-head {
  grid-template-columns: 1fr auto;
  align-items: start;
}

.admin-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0;
}

.admin-info-grid div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(33, 31, 27, 0.1);
  background: rgba(255, 255, 255, 0.55);
}

.admin-info-grid a {
  color: var(--ink);
}

.admin-section {
  margin: 20px 0;
}

.admin-section h3 {
  margin: 0 0 10px;
}

.admin-update-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(33, 31, 27, 0.12);
}

.admin-empty {
  padding: 18px;
  color: var(--muted);
}

main :is(h1, h2) {
  line-height: 1.06 !important;
}

[data-lang-content="fr"],
[data-lang-content="es"] {
  display: none;
}

body:not(.lang-fr) [data-lang-content="fr"],
body:not(.lang-es) [data-lang-content="es"] {
  display: none !important;
}

body.lang-fr [data-lang-content="en"],
body.lang-es [data-lang-content="en"],
body.lang-es [data-lang-content="fr"] {
  display: none !important;
}

body.lang-fr p[data-lang-content="fr"],
body.lang-fr h1[data-lang-content="fr"],
body.lang-fr h2[data-lang-content="fr"],
body.lang-fr h3[data-lang-content="fr"],
body.lang-fr strong[data-lang-content="fr"] {
  display: block;
}

body.lang-es p[data-lang-content="es"],
body.lang-es h1[data-lang-content="es"],
body.lang-es h2[data-lang-content="es"],
body.lang-es h3[data-lang-content="es"],
body.lang-es strong[data-lang-content="es"] {
  display: block;
}

body.lang-fr span[data-lang-content="fr"],
body.lang-fr a[data-lang-content="fr"]:not(.btn) {
  display: inline;
}

body.lang-es span[data-lang-content="es"],
body.lang-es a[data-lang-content="es"]:not(.btn) {
  display: inline;
}

body.lang-fr .btn[data-lang-content="fr"],
body.lang-fr .footer-cta[data-lang-content="fr"] {
  display: inline-flex;
}

body.lang-es .btn[data-lang-content="es"],
body.lang-es .footer-cta[data-lang-content="es"] {
  display: inline-flex;
}

@media (max-width: 980px) {
  .ribbon {
    font-size: 0.64rem;
    line-height: 1.7;
  }

  .nav {
    min-height: 68px;
    gap: 12px;
  }

  .menu-button {
    display: block;
    flex: 0 0 44px;
    margin-left: auto;
  }

  .nav-actions {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 68px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

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

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

  .course-hero-grid,
  .group-hero-grid,
  .group-intro-grid,
  .group-flow-inner,
  .couples-hero-grid,
  .couples-intro-grid,
  .couples-method-grid,
  .couples-experience-grid,
  .couples-flow-inner,
  .couples-testimonials-grid,
  .pricing-hero-grid,
  .pricing-intro-grid,
  .recruitment-hero-grid,
  .recruitment-split,
  .recruitment-section-head-wide,
  .recruitment-network-grid,
  .recruitment-duo,
  .recruitment-eval-grid,
  .recruitment-final-inner,
  .recruitment-partner-inner,
  .recruitment-quote-inner,
  .recruitment-process-layout,
  .recruitment-why-layout,
  .recruitment-support-layout,
  .glossary-hero-grid,
  .glossary-intro-grid,
  .glossary-cta-inner,
  .pricing-card,
  .pricing-cta-inner,
  .finder-panel,
  .detail-hero-grid,
  .detail-grid,
  .course-book-grid,
  .course-intro-panel,
  .seo-internal-links,
  .faq-layout,
  .what-style-table > div,
  .course-media-layout,
  .course-learning-grid,
  .course-outcomes-panel,
  .course-resource-links,
  .course-faq-head,
  .faq-intro-grid,
  .faq-category-head,
  .faq-support-inner,
  .faq-support-card,
  .detail-info-grid,
  .training-flow,
  .ai-finder {
    grid-template-columns: 1fr;
  }

  .filters,
  .course-grid,
  .group-option-grid,
  .couples-learning-grid,
  .couples-method-cards,
  .couples-price-grid,
  .couples-gallery-grid,
  .couples-testimonials-list,
  .pricing-grid,
  .recruitment-trust-grid,
  .recruitment-pill-grid,
  .recruitment-check-grid,
  .recruitment-receive-grid,
  .recruitment-card-grid,
  .recruitment-why-benefits,
  .recruitment-service-grid,
  .recruitment-why-grid,
  .glossary-grid,
  .seo-option-grid,
  .seo-comparison-grid,
  .seo-testimonial-grid,
  .seo-book-promo,
  .faq-category-nav,
  .what-thai-timeline,
  .what-benefit-grid,
  .what-safety-grid,
  .course-photo-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .couples-hero-visual {
    min-height: 430px;
  }

  .group-hero-visual {
    min-height: 430px;
  }

  .couples-frame {
    position: static;
  }

  .couples-testimonials-head {
    position: static;
  }

  .couples-flow li {
    grid-template-columns: 1fr;
  }

  .side-panel {
    position: static;
  }

  .course-book-grid {
    gap: 38px;
  }

  .recruitment-hero-panel {
    min-height: auto;
  }

  .recruitment-hero-panel img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .recruitment-hero-card {
    right: 18px;
  }

  .recruitment-audience .recruitment-split {
    grid-template-columns: 1fr;
  }

  .recruitment-audience .recruitment-section-head {
    max-width: none;
  }

  .recruitment-audience-panel {
    width: 100%;
    justify-self: stretch;
  }

  .recruitment-service-section .recruitment-section-head-wide {
    grid-template-columns: 1fr;
  }

  .recruitment-service-section .recruitment-section-head-wide > p {
    max-width: 760px;
    padding-bottom: 0;
  }

  .recruitment-why-copy h2 {
    max-width: 760px;
  }

  .recruitment-process-aside {
    position: static;
  }

  .recruitment-final-panel {
    max-width: 680px;
    justify-self: stretch;
  }

  .recruitment-network-copy {
    min-height: auto;
  }

  .recruitment-network-stat {
    margin-top: 28px;
  }

  .recruitment-list-panel {
    grid-template-rows: none;
  }

  .recruitment-support-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: stretch;
  }

  .recruitment-support-flow::before {
    display: none;
  }

  .recruitment-support-flow article {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .course-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .course-book-media {
    max-width: 680px;
    margin: 0 auto;
  }

  .course-book-copy h2 {
    white-space: normal;
  }

  .footer-inner,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    gap: 0;
  }

  .footer-column + .footer-column {
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid rgba(244, 237, 225, 0.1);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 32px, 1400px);
  }

  .brand img {
    width: 152px;
  }

  .finder-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }

  .filter-toggle {
    width: 100%;
  }

  .finder-helper {
    margin: 0 20px 16px;
  }

  .filters {
    padding: 0 20px 20px;
  }

  .filters,
  .course-grid,
  .group-option-grid,
  .group-option-card,
  .couples-learning-grid,
  .couples-method-cards,
  .couples-price-grid,
  .couples-gallery-grid,
  .couples-testimonials-list,
  .pricing-grid,
  .recruitment-stat-band,
  .recruitment-trust-grid,
  .recruitment-pill-grid,
  .recruitment-check-grid,
  .recruitment-receive-grid,
  .recruitment-card-grid,
  .recruitment-why-benefits,
  .recruitment-why-mini-grid,
  .recruitment-service-grid,
  .recruitment-why-grid,
  .glossary-grid,
  .seo-option-grid,
  .seo-comparison-grid,
  .seo-testimonial-grid,
  .seo-book-promo,
  .what-thai-timeline,
  .what-benefit-grid,
  .what-safety-grid,
  .pricing-duration-notes,
  .pricing-card-head,
  .pricing-price-row,
  .faq-category-nav,
  .course-photo-gallery {
    grid-template-columns: 1fr;
  }

  .recruitment-hero {
    padding-top: 42px;
  }

  .recruitment-hero h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .recruitment-hero-card {
    position: static;
    width: 100%;
    margin-top: 12px;
    box-shadow: none;
  }

  .recruitment-section {
    padding: 58px 0;
  }

  .recruitment-audience-panel .recruitment-pill-grid {
    grid-template-columns: 1fr;
  }

  .recruitment-why-copy h2 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .recruitment-why-visual,
  .recruitment-why-benefits article {
    grid-template-columns: 1fr;
  }

  .recruitment-why-visual-icon,
  .recruitment-benefit-icon {
    width: 48px;
    height: 48px;
  }

  .recruitment-timeline li {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .recruitment-process-aside {
    padding: 22px;
  }

  .recruitment-process-aside h3 {
    max-width: none;
  }

  .recruitment-support-panel {
    padding: 24px;
  }

  .recruitment-support-panel h2 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .recruitment-training-chips,
  .recruitment-receive-groups ul,
  .recruitment-support-flow,
  .recruitment-scope-cards {
    grid-template-columns: 1fr;
  }

  .recruitment-training-focus article,
  .recruitment-receive-groups article,
  .recruitment-support-flow article {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .recruitment-training-focus span,
  .recruitment-receive-groups > article > span,
  .recruitment-support-flow span {
    width: 38px;
    height: 38px;
  }

  .recruitment-photo-panel {
    height: auto;
    min-height: auto;
  }

  .recruitment-photo-panel img {
    height: auto;
    min-height: 320px;
  }

  .recruitment-scope-intro,
  .recruitment-scope-card,
  .recruitment-replacement-panel {
    padding: 24px;
  }

  .recruitment-scope-card {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .recruitment-scope-card > span,
  .recruitment-replacement-icon {
    width: 40px;
    height: 40px;
  }

  .recruitment-scope-intro h2 {
    font-size: clamp(2.45rem, 12vw, 3.55rem);
  }

  .recruitment-final {
    padding: 58px 0;
  }

  .recruitment-partner-card {
    grid-template-columns: 1fr;
  }

  .recruitment-final h2 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .recruitment-final-panel {
    padding: 22px;
  }

  .recruitment-final-panel-head {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .recruitment-final-panel-head span {
    width: 42px;
    height: 42px;
  }

  .recruitment-final-actions .btn {
    width: 100%;
  }

  .couples-hero {
    padding-top: 42px;
  }

  .group-hero {
    padding-top: 42px;
  }

  .group-hero-visual {
    min-height: auto;
  }

  .group-hero-visual::before,
  .group-hero-main,
  .group-hero-card,
  .group-hero-note {
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .group-hero-visual::before {
    display: none;
  }

  .group-hero-main,
  .group-hero-card {
    height: auto;
    aspect-ratio: 4 / 3;
    border: 0;
  }

  .group-hero-card,
  .group-hero-note {
    margin-top: 14px;
  }

  .group-intro,
  .group-flow {
    padding: 44px 0;
  }

  .group-options {
    padding: 54px 0;
  }

  .group-flow li {
    grid-template-columns: 1fr;
  }

  .group-option-card img {
    min-height: 240px;
  }

  .group-upcoming {
    padding: 24px 22px;
  }

  .group-session-choice,
  .group-booking-fields,
  .group-booking-pay,
  .group-booking-mini {
    grid-template-columns: 1fr;
  }

  .group-session-stack em,
  .group-booking-mini .btn {
    grid-column: auto;
    justify-self: start;
  }

  .group-session-button b {
    padding-left: 0;
    white-space: normal;
  }

  .group-session-button b::before {
    display: none;
  }

  .couples-hero-visual {
    min-height: auto;
  }

  .couples-hero-visual::before,
  .couples-hero-main,
  .couples-hero-card,
  .couples-hero-note {
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .couples-hero-visual::before {
    display: none;
  }

  .couples-hero-main,
  .couples-hero-card {
    height: auto;
    aspect-ratio: 4 / 3;
    border: 0;
  }

  .couples-hero-card,
  .couples-hero-note {
    margin-top: 14px;
  }

  .couples-intro,
  .couples-method,
  .couples-flow {
    padding: 44px 0;
  }

  .couples-experience,
  .couples-learning,
  .couples-video,
  .couples-pricing,
  .couples-gallery,
  .couples-testimonials,
  .couples-faq {
    padding: 54px 0;
  }

  .couples-testimonials {
    padding: 44px 0;
  }

  .couples-testimonials-grid {
    gap: 22px;
  }

  .couples-testimonials-list {
    gap: 10px;
  }

  .couples-testimonials-list article {
    min-height: auto;
    padding: 20px 18px 18px;
  }

  .couples-testimonials-list p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .couples-testimonials-list span {
    margin-top: 18px;
    font-size: 0.64rem;
    line-height: 1.35;
  }

  .couples-stats {
    grid-template-columns: 1fr;
  }

  .couples-gallery-grid img,
  .couples-gallery-grid img:nth-child(n) {
    grid-column: auto;
    min-height: 220px;
  }

  .pricing-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .glossary-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .glossary-section-head > p {
    max-width: 100%;
    text-align: left;
  }

  .glossary-hero {
    padding-top: 42px;
  }

  .glossary-hero-visual {
    min-height: auto;
  }

  .glossary-hero-visual::before,
  .glossary-hero-visual img,
  .glossary-hero-card {
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .glossary-hero-visual::before {
    display: none;
  }

  .glossary-hero-visual img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .glossary-hero-card {
    max-width: none;
    margin-top: 14px;
    box-shadow: none;
  }

  .glossary-shell {
    padding: 54px 0 66px;
  }

  .glossary-card {
    min-height: auto;
    padding: 24px 22px 22px;
  }

  .glossary-cta {
    padding-bottom: 70px;
  }

  .pricing-hero {
    padding-top: 42px;
  }

  .pricing-hero-panel {
    display: grid;
    gap: 12px;
    min-height: auto;
  }

  .pricing-hero-panel::before {
    display: none;
  }

  .pricing-hero-panel img,
  .pricing-duration-notes {
    position: static;
    width: 100%;
  }

  .pricing-hero-panel img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .pricing-duration-notes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    box-shadow: none;
  }

  .pricing-duration-notes article {
    padding: 14px 10px;
  }

  .pricing-duration-notes span {
    font-size: 1.7rem;
  }

  .pricing-duration-notes strong {
    font-size: 0.66rem;
    letter-spacing: 0.09em;
  }

  .pricing-duration-notes p {
    display: none;
  }

  .pricing-card-media img {
    min-height: 220px;
  }

  .pricing-from,
  .pricing-price-row b {
    text-align: left;
  }

  .seo-internal-links {
    grid-template-columns: 1fr;
  }

  .course-book-feature {
    padding: 62px 0 72px;
  }

  .course-faq-section {
    padding-bottom: 68px;
  }

  .course-faq-item summary {
    padding: 18px;
  }

  .course-faq-item p {
    padding: 18px;
  }

  .course-faq-item .faq-answer {
    padding: 18px;
  }

  .faq-intro {
    padding: 38px 0;
  }

  .faq-intro-points {
    grid-template-columns: 1fr;
  }

  .faq-intro-points span {
    min-height: 48px;
    padding: 14px;
  }

  .faq-shell {
    padding: 32px 0 68px;
  }

  .faq-category-head h2 {
    font-size: 1.75rem;
  }

  .faq-category + .faq-category {
    margin-top: 42px;
    padding-top: 42px;
  }

  .faq-support {
    padding: 58px 0 68px;
  }

  .faq-support-card {
    gap: 24px;
    padding: 26px;
  }

  .faq-support-card::before {
    display: none;
  }

  .faq-support h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
    white-space: normal;
  }

  .faq-support-panel {
    padding-top: 22px;
    padding-left: 0;
    border-top: 1px solid rgba(244, 237, 225, 0.18);
    border-left: 0;
  }

  .faq-support-actions {
    flex-direction: column;
    justify-content: flex-start;
  }

  .course-testimonial-feature {
    padding: 62px 0 70px;
  }

  .course-book-points {
    grid-template-columns: 1fr;
  }

  .course-book-actions .btn {
    width: 100%;
  }

  .course-lightbox {
    padding: 16px;
  }

  .course-lightbox-close {
    top: 12px;
    right: 12px;
  }

  .listing-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions,
  .course-card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .pricing-card-actions {
    align-items: flex-start;
  }

  .pricing-card-actions .btn {
    width: fit-content;
    max-width: 100%;
  }

  .footer-seo a {
    flex: 1 1 100%;
    text-align: center;
  }

  .footer-bottom {
    margin-top: 38px;
  }

  .request-layout,
  .request-field-grid,
  .request-field-grid-wide,
  .request-checkbox-grid,
  .admin-home-cards,
  .admin-topbar,
  .admin-filters,
  .admin-grid,
  .admin-detail-head,
  .admin-info-grid {
    grid-template-columns: 1fr;
  }

  .request-form {
    gap: 22px;
  }

  .recruitment-modal-panel {
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    min-height: 100dvh;
    margin: 0;
    border: 0;
  }

  .recruitment-modal-head {
    padding: 16px 18px 14px;
  }

  .recruitment-popup-form {
    padding: 14px 18px 0;
    scroll-padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .recruitment-popup-form .request-field-grid-wide {
    grid-template-columns: 1fr;
  }

  .recruitment-popup-form .request-field input,
  .recruitment-popup-form .request-field select {
    height: 48px;
    min-height: 48px;
  }

  .recruitment-popup-form .request-submit-row {
    margin: 0 -18px;
    padding: 12px 18px calc(14px + env(safe-area-inset-bottom));
  }

  .recruitment-modal-panel > .request-alert {
    margin: 14px 18px 0;
  }

  .recruitment-popup-form .btn {
    width: 100%;
  }

  .request-check {
    min-height: 44px;
  }

  .admin-shell {
    width: min(100% - 20px, 1280px);
    padding-top: 16px;
  }

  .admin-nav-actions,
  .admin-filters .btn,
  .admin-nav-actions .btn,
  .admin-topbar .btn {
    width: 100%;
  }

  .admin-nav-actions {
    justify-content: stretch;
  }

  .admin-home-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
