:root {
  --tm-ink: #171513;
  --tm-deep: #080808;
  --tm-brown: #2b2119;
  --tm-gold: #c9a86c;
  --tm-gold-dark: #946b31;
  --tm-terracotta: #a64b3d;
  --tm-cream: #f4efe7;
  --tm-soft: #faf8f4;
  --tm-line: #e3dbcf;
  --tm-muted: #706960;
  --tm-serif: "Cormorant Garamond", Georgia, serif;
  --tm-sans: "Raleway", Arial, sans-serif;
}

html {
  --tm-header-offset: 114px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--tm-header-offset) + 70px);
}

.thai-massage-v2 {
  color: var(--tm-ink);
  background: #fff;
}

.thai-massage-v2 .menu-toggle { position: relative; color: var(--tm-gold); }
.thai-massage-v2 .menu-toggle i { opacity: 0; }
.thai-massage-v2 .menu-toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  content: "";
  background: var(--tm-gold);
  box-shadow: 0 -7px 0 var(--tm-gold), 0 7px 0 var(--tm-gold);
  transform: translate(-50%, -50%);
}
.thai-massage-v2 .menu-toggle[aria-expanded="true"]::before {
  box-shadow: none;
  transform: translate(-50%, -50%) rotate(45deg);
}
.thai-massage-v2 .menu-toggle[aria-expanded="true"]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  content: "";
  background: var(--tm-gold);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.tm-page {
  padding-top: var(--tm-header-offset);
  overflow: clip;
  color: var(--tm-ink);
  background: #fff;
}

.tm-page *,
.tm-page *::before,
.tm-page *::after {
  box-sizing: border-box;
}

.tm-page h1,
.tm-page h2,
.tm-page h3,
.tm-page h4 {
  margin-top: 0;
  font-family: var(--tm-serif);
}

.tm-page h1,
.tm-page h2 {
  font-weight: 400;
  letter-spacing: -.025em;
}

.tm-page h3,
.tm-page h4 {
  font-weight: 500;
}

.tm-page a {
  color: inherit;
  text-decoration: none;
}

.tm-page img {
  max-width: 100%;
}

.tm-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.tm-section {
  padding: clamp(82px, 8vw, 124px) 0;
}

.tm-section-soft {
  background: var(--tm-soft);
}

.tm-section-dark {
  color: #fff;
  background: var(--tm-deep);
}

.tm-eyebrow,
.tm-kicker {
  margin: 0 0 14px;
  color: var(--tm-gold-dark);
  font: 700 11px/1.25 var(--tm-sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tm-section-dark .tm-eyebrow,
.tm-expertise .tm-eyebrow,
.tm-final .tm-eyebrow {
  color: var(--tm-gold);
}

.tm-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .7fr);
  align-items: end;
  gap: clamp(42px, 7vw, 104px);
  margin-bottom: 48px;
}

.tm-heading-row-wide {
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .6fr);
}

.tm-heading-row h2,
.tm-section-title h2,
.tm-position-intro h2,
.tm-faq-intro h2,
.tm-sources h2,
.tm-final h2 {
  margin: 0;
  font-size: clamp(42px, 4.5vw, 66px);
  line-height: .98;
}

.tm-heading-row h2 em,
.tm-section-title h2 em,
.tm-position-intro h2 em,
.tm-final h2 em {
  color: var(--tm-gold-dark);
  font-weight: 400;
}

.tm-section-dark .tm-heading-row h2 em,
.tm-expertise h2 em,
.tm-final h2 em {
  color: var(--tm-gold);
}

.tm-heading-row > p,
.tm-rich-copy p,
.tm-position-intro > p:last-child,
.tm-faq-intro > p,
.tm-video-grid > div:first-child > p,
.tm-final-inner > p {
  margin: 0;
  color: var(--tm-muted);
  font: 400 15px/1.82 var(--tm-sans);
}

.tm-section-dark .tm-heading-row > p,
.tm-expertise p,
.tm-final-inner > p {
  color: rgba(255, 255, 255, .68);
}

.tm-hero {
  position: relative;
  min-height: 500px;
  height: 500px;
  display: flex;
  align-items: stretch;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #16110d;
}

.tm-hero-image,
.tm-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tm-hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.03) brightness(.93);
}

.tm-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 5, 4, .8) 0%, rgba(6, 5, 4, .64) 34%, rgba(6, 5, 4, .2) 68%, rgba(6, 5, 4, .12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .08) 66%, rgba(0, 0, 0, .62) 100%);
}

.tm-hero-inner {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding-top: 92px;
  padding-bottom: 28px;
}

.tm-hero-copy {
  width: min(670px, 62%);
  margin-block: auto;
  padding: 30px 0 10px;
}

.tm-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  color: #fff;
  background: var(--tm-terracotta);
  letter-spacing: .08em;
}

.tm-hero h1 {
  margin: 14px 0 16px;
  font-size: clamp(48px, 4.4vw, 64px);
  line-height: .92;
  text-wrap: balance;
}

.tm-hero h1 em {
  color: var(--tm-gold);
  font-weight: 400;
}

.tm-hero-lede {
  max-width: 680px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .82);
  font: 400 16px/1.75 var(--tm-sans);
}

.tm-actions,
.tm-compare-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tm-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 27px;
  border: 1px solid var(--tm-gold);
  color: var(--tm-ink);
  background: transparent;
  font: 700 12px/1.2 var(--tm-sans);
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

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

.tm-btn-primary {
  color: #17130d;
  background: var(--tm-gold);
}

.tm-btn-primary:hover,
.tm-btn-primary:focus-visible {
  background: #dfc180;
  border-color: #dfc180;
}

.tm-btn-ghost {
  color: #fff;
  background: rgba(0, 0, 0, .16);
}

.tm-btn-ghost:hover,
.tm-btn-ghost:focus-visible {
  color: #15110d;
  background: var(--tm-gold);
}

.tm-page .tm-btn-dark {
  color: #fff;
  background: var(--tm-deep);
  border-color: var(--tm-deep);
}

.tm-page .tm-btn-dark:hover,
.tm-page .tm-btn-dark:focus-visible {
  color: #17130d;
  background: var(--tm-gold);
  border-color: var(--tm-gold);
}

.tm-btn-outline {
  color: var(--tm-ink);
  background: #fff;
}

.tm-hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  border-top: 1px solid rgba(201, 168, 108, .48);
  border-bottom: 1px solid rgba(201, 168, 108, .48);
  background: rgba(8, 8, 8, .96);
  backdrop-filter: blur(12px);
}

.tm-hero-proof {
  color: #fff;
  background: #090909;
}

.tm-hero-facts > div {
  min-width: 0;
  padding: 17px 24px;
  border-right: 1px solid rgba(201, 168, 108, .28);
}

.tm-hero-facts > div:last-child {
  border-right: 0;
}

.tm-hero-facts dt,
.tm-hero-facts dd {
  margin: 0;
}

.tm-hero-facts dt {
  margin-bottom: 5px;
  color: var(--tm-gold);
  font: 700 9px/1.2 var(--tm-sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tm-hero-facts dd {
  color: rgba(255, 255, 255, .9);
  font: 600 13px/1.35 var(--tm-sans);
}

.tm-section-nav {
  position: sticky;
  top: var(--tm-header-offset);
  z-index: 20;
  color: var(--tm-gold-dark);
  background: rgba(255, 255, 255, .98);
  border-top: 1px solid rgba(201, 168, 108, .16);
  border-bottom: 1px solid var(--tm-line);
  box-shadow: 0 10px 24px rgba(8, 8, 8, .07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.tm-section-nav .tm-container {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  padding-block: 14px 16px;
  scrollbar-width: none;
}

.tm-section-nav .tm-container::-webkit-scrollbar {
  display: none;
}

.tm-section-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--tm-gold);
  border-radius: 1px;
  color: var(--tm-gold-dark);
  background: #fff;
  font: 600 11px/1 var(--tm-sans);
  letter-spacing: 0;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.tm-section-nav a:hover,
.tm-section-nav a:focus-visible,
.tm-section-nav a.is-active {
  color: #14110d;
  border-color: var(--tm-gold);
  background: var(--tm-gold);
}

.tm-section-nav a:focus-visible {
  outline: 2px solid var(--tm-gold-dark);
  outline-offset: 2px;
}

.tm-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, .82fr);
  gap: clamp(56px, 9vw, 132px);
  align-items: start;
}

.tm-rich-copy .tm-lead {
  color: var(--tm-ink);
  font-size: 18px;
  line-height: 1.7;
}

.tm-rich-copy p + p {
  margin-top: 18px;
}

.tm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  padding-bottom: 4px;
  color: var(--tm-gold-dark) !important;
  border-bottom: 1px solid currentColor;
  font: 700 12px/1.35 var(--tm-sans);
}

.tm-value-grid,
.tm-technique-grid,
.tm-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--tm-line);
  border-left: 1px solid var(--tm-line);
}

.tm-value-grid article,
.tm-technique-grid article,
.tm-benefit-grid article {
  position: relative;
  min-height: 280px;
  padding: 35px 30px;
  border-right: 1px solid var(--tm-line);
  border-bottom: 1px solid var(--tm-line);
  background: rgba(255, 255, 255, .76);
}

.tm-value-grid article > span,
.tm-technique-grid article > span {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #b3a99d;
  font: 700 10px/1 var(--tm-sans);
  letter-spacing: .12em;
}

.tm-value-grid article > i,
.tm-benefit-grid article > i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  color: var(--tm-gold-dark);
  border: 1px solid var(--tm-gold);
  border-radius: 50%;
  font-size: 16px;
}

.tm-value-grid h3,
.tm-technique-grid h3,
.tm-benefit-grid h3,
.tm-journey-grid h3,
.tm-prep-grid h3 {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1.05;
}

.tm-value-grid p,
.tm-technique-grid p,
.tm-benefit-grid p,
.tm-journey-grid p,
.tm-prep-grid li,
.tm-duration-card > p,
.tm-expertise p,
.tm-sen-note p,
.tm-safety-note p,
.tm-location-grid small,
.tm-source-links strong {
  color: var(--tm-muted);
  font: 400 13px/1.75 var(--tm-sans);
}

.tm-technique-grid {
  margin-bottom: clamp(72px, 8vw, 112px);
}

.tm-technique-grid article {
  min-height: 245px;
  padding-top: 92px;
  background: #fff;
}

.tm-technique-grid h3 {
  font-size: 27px;
}

.tm-position-story {
  display: grid;
  grid-template-columns: minmax(260px, .52fr) minmax(0, 1.48fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
}

.tm-position-intro {
  position: sticky;
  top: 180px;
}

.tm-position-intro h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 4vw, 58px);
}

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

.tm-position-card {
  position: relative;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  background: var(--tm-deep);
}

.tm-position-card-wide {
  grid-column: 1 / -1;
  min-height: 420px;
}

.tm-position-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.tm-position-card:hover img {
  transform: scale(1.025);
}

.tm-position-card::after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
}

.tm-position-card figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 6px;
  color: #fff;
}

.tm-position-card figcaption span {
  color: var(--tm-gold);
  font: 700 9px/1.2 var(--tm-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tm-position-card figcaption strong {
  max-width: 420px;
  font: 500 24px/1.05 var(--tm-serif);
}

.tm-sen-note {
  display: grid;
  grid-template-columns: minmax(180px, .5fr) minmax(0, 1fr) minmax(320px, 1.6fr);
  align-items: start;
  gap: 34px;
  margin-top: 72px;
  padding: 34px 0;
  border-top: 1px solid var(--tm-gold);
  border-bottom: 1px solid var(--tm-line);
}

.tm-sen-note h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
}

.tm-sen-note p {
  margin: 0;
}

.tm-sen-note .tm-eyebrow {
  color: var(--tm-gold-dark);
}

.tm-journey {
  background:
    radial-gradient(circle at 82% 0%, rgba(201, 168, 108, .13), transparent 30%),
    var(--tm-deep);
}

.tm-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(201, 168, 108, .34);
  border-left: 1px solid rgba(201, 168, 108, .34);
}

.tm-journey-grid li {
  min-height: 250px;
  padding: 32px;
  border-right: 1px solid rgba(201, 168, 108, .34);
  border-bottom: 1px solid rgba(201, 168, 108, .34);
}

.tm-journey-grid li > span {
  display: block;
  margin-bottom: 48px;
  color: var(--tm-gold);
  font: 700 10px/1 var(--tm-sans);
  letter-spacing: .14em;
}

.tm-journey-grid h3 {
  color: #fff;
}

.tm-journey-grid p {
  color: rgba(255, 255, 255, .62);
}

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

.tm-benefit-grid article {
  min-height: 340px;
}

.tm-benefit-grid article > i {
  margin-bottom: 38px;
}

.tm-benefit-grid p {
  max-width: 43ch;
}

.tm-duration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.tm-duration-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: 40px 34px 34px;
  background: #fff;
  border: 1px solid var(--tm-line);
}

.tm-duration-card.is-recommended {
  color: #fff;
  background: var(--tm-deep);
  border-color: var(--tm-deep);
  transform: translateY(-12px);
  box-shadow: 0 24px 52px rgba(31, 24, 17, .15);
}

.tm-duration-card.is-recommended > p,
.tm-duration-card.is-recommended .tm-price-row span {
  color: rgba(255, 255, 255, .64);
}

.tm-recommended {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  color: #17130d;
  background: var(--tm-gold);
  font: 800 9px/1 var(--tm-sans);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tm-duration-number {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 18px !important;
  color: var(--tm-gold-dark) !important;
  font: 500 76px/.85 var(--tm-serif) !important;
}

.is-recommended .tm-duration-number {
  color: var(--tm-gold) !important;
}

.tm-duration-number small {
  font: 700 10px/1 var(--tm-sans);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tm-duration-card h3 {
  margin-bottom: 14px;
  font-size: 27px;
  line-height: 1.05;
}

.tm-duration-card > p:not(.tm-duration-number) {
  margin: 0 0 26px;
}

.tm-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding: 20px 0;
  border-top: 1px solid var(--tm-line);
}

.is-recommended .tm-price-row {
  border-color: rgba(255, 255, 255, .14);
}

.tm-price-row strong {
  font: 600 24px/1 var(--tm-serif);
}

.tm-price-row span {
  color: var(--tm-muted);
  font: 700 9px/1 var(--tm-sans);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tm-duration-card .tm-btn {
  width: 100%;
}

.tm-page .tm-duration-card:not(.is-recommended) .tm-btn.tm-btn-dark {
  color: #fff;
  background: var(--tm-deep);
  border-color: var(--tm-deep);
}

.tm-page .tm-duration-card:not(.is-recommended) .tm-btn.tm-btn-dark:hover,
.tm-page .tm-duration-card:not(.is-recommended) .tm-btn.tm-btn-dark:focus-visible {
  color: #17130d;
  background: var(--tm-gold);
  border-color: var(--tm-gold);
}

.tm-duration-card.is-recommended .tm-btn-dark {
  color: #17130d;
  background: var(--tm-gold);
  border-color: var(--tm-gold);
}

.tm-treatment-menu {
  background: #fff;
}

.tm-treatment-menu-head {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--tm-line);
}

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

.tm-treatment-card {
  display: grid;
  min-width: 0;
  min-height: 100%;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
  transition: transform .3s ease, box-shadow .3s ease;
}

.tm-treatment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
}

.tm-treatment-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--tm-deep);
}

.tm-treatment-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.84) saturate(.86) sepia(.08);
  transition: transform 320ms ease, filter 320ms ease;
}

.tm-treatment-media:hover img,
.tm-treatment-media:focus-visible img {
  filter: brightness(.72) saturate(.9) sepia(.06);
  transform: scale(1.025);
}

.tm-treatment-media:focus-visible {
  outline: 3px solid var(--tm-gold);
  outline-offset: -3px;
}

.tm-treatment-badge,
.tm-treatment-detail {
  position: absolute;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  color: #fff;
  font: 600 10px/1 var(--tm-sans);
}

.tm-treatment-badge {
  left: 14px;
  min-height: 0;
  background: rgba(181, 50, 42, .9);
}

.tm-treatment-detail {
  right: 14px;
  gap: 7px;
  background: rgba(8, 8, 8, .84);
  border: 1px solid rgba(255, 255, 255, .28);
}

.tm-treatment-content {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  gap: 11px;
  padding: 24px 20px;
}

.tm-treatment-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.tm-treatment-topline span {
  color: var(--tm-gold-dark);
  font: 600 10px/1.35 var(--tm-sans);
  text-transform: uppercase;
}

.tm-treatment-topline strong {
  color: var(--tm-ink);
  font: 750 12px/1.35 var(--tm-sans);
  white-space: nowrap;
}

.tm-treatment-card h3 {
  margin: 0;
  color: var(--tm-ink);
  font: 600 18px/1.35 var(--tm-sans);
}

.tm-treatment-card > .tm-treatment-content > p {
  margin: 0;
  color: var(--tm-muted);
  font: 400 13px/1.65 var(--tm-sans);
}

.tm-treatment-options {
  display: grid;
  gap: 0;
  margin-top: 2px;
  border-top: 1px solid #e8e8e8;
}

.tm-treatment-options a {
  display: flex;
  min-height: 39px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--tm-ink);
  border-bottom: 1px solid #e8e8e8;
  font: 700 12px/1 var(--tm-sans);
}

.tm-treatment-options a:hover,
.tm-treatment-options a:focus-visible {
  color: var(--tm-gold-dark);
}

.tm-treatment-options a strong {
  font-weight: 900;
  white-space: nowrap;
}

.tm-treatment-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}

.tm-treatment-book,
.tm-treatment-message {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--tm-gold);
  font: 700 12px/1 var(--tm-sans);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.tm-page .tm-treatment-book {
  color: #17130d;
  background: var(--tm-gold);
}

.tm-page .tm-treatment-message {
  color: var(--tm-gold-dark);
  background: #fff;
}

.tm-treatment-book:hover,
.tm-treatment-book:focus-visible,
.tm-treatment-message:hover,
.tm-treatment-message:focus-visible {
  transform: translateY(-2px);
}

.tm-treatment-grid-divider {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  margin: 22px 0 0;
  padding: 24px 0 2px;
  border-top: 1px solid rgba(201, 168, 108, .48);
}

.tm-treatment-grid-divider span {
  display: block;
  margin-bottom: 6px;
  color: var(--tm-gold-dark);
  font: 700 10px/1.2 var(--tm-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tm-treatment-grid-divider h3 {
  margin: 0;
  color: var(--tm-ink);
  font: 500 clamp(25px, 2.1vw, 32px)/1.08 var(--tm-serif);
}

.tm-treatment-grid-divider p {
  max-width: 560px;
  margin: 0;
  color: var(--tm-muted);
  font: 400 13px/1.65 var(--tm-sans);
}

.tm-table-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--tm-line);
}

.tm-table-scroll:focus-visible {
  outline: 2px solid var(--tm-gold);
  outline-offset: 3px;
}

.tm-compare table {
  width: 100%;
  min-width: 1020px;
  border-collapse: collapse;
  background: #fff;
}

.tm-compare th,
.tm-compare td {
  padding: 23px 21px;
  border-right: 1px solid var(--tm-line);
  border-bottom: 1px solid var(--tm-line);
  text-align: left;
  vertical-align: top;
}

.tm-compare thead th {
  color: var(--tm-gold-dark);
  background: var(--tm-soft);
  font: 800 9px/1.25 var(--tm-sans);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tm-compare tbody th {
  width: 190px;
  font: 500 21px/1.1 var(--tm-serif);
}

.tm-compare tbody th a {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--tm-gold);
}

.tm-compare tbody td {
  color: var(--tm-muted);
  font: 400 12px/1.65 var(--tm-sans);
}

.tm-compare-actions {
  margin-top: 28px;
}

.tm-expertise {
  padding: 0;
}

.tm-expertise-grid {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

.tm-expertise figure {
  position: relative;
  min-height: 720px;
  margin: 0;
  overflow: hidden;
}

.tm-expertise figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.tm-expertise-grid > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 132px) clamp(48px, 7vw, 112px);
}

.tm-expertise h2 {
  margin-bottom: 26px;
  font-size: clamp(46px, 4.6vw, 68px);
  line-height: .98;
}

.tm-expertise p + p {
  margin-top: 17px;
}

.tm-check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.tm-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, .76);
  font: 600 12px/1.55 var(--tm-sans);
}

.tm-check-list i {
  margin-top: 4px;
  color: var(--tm-gold);
}

.tm-expertise .tm-btn {
  width: fit-content;
}

.tm-section-title-center {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.tm-prep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--tm-line);
  border-left: 1px solid var(--tm-line);
}

.tm-prep-grid article {
  min-height: 360px;
  padding: 34px;
  border-right: 1px solid var(--tm-line);
  border-bottom: 1px solid var(--tm-line);
}

.tm-prep-grid article > span {
  display: block;
  margin-bottom: 50px;
  color: var(--tm-gold-dark);
  font: 800 10px/1 var(--tm-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tm-prep-grid ul {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding-left: 18px;
}

.tm-safety-note {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: clamp(40px, 8vw, 112px);
  margin-top: 56px;
  padding: 46px;
  color: #fff;
  background: var(--tm-brown);
}

.tm-safety-note h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
}

.tm-safety-note p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .72);
}

.tm-safety-note a {
  display: inline-flex;
  gap: 8px;
  color: var(--tm-gold);
  border-bottom: 1px solid currentColor;
  font: 700 11px/1.4 var(--tm-sans);
}

.tm-video-grid {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.tm-video-grid h2 {
  margin-bottom: 24px;
  font-size: clamp(44px, 4vw, 60px);
  line-height: .98;
}

.tm-video-grid h2 em {
  color: var(--tm-gold-dark);
  font-weight: 400;
}

.tm-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 60px rgba(29, 22, 16, .18);
}

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

.tm-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--tm-line);
  border-left: 1px solid var(--tm-line);
}

.tm-location-grid a {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border-right: 1px solid var(--tm-line);
  border-bottom: 1px solid var(--tm-line);
  transition: color .2s ease, background-color .2s ease;
}

.tm-location-grid a:hover,
.tm-location-grid a:focus-visible {
  color: #fff;
  background: var(--tm-brown);
}

.tm-location-grid span {
  margin-bottom: auto;
  color: var(--tm-gold-dark);
  font: 800 10px/1 var(--tm-sans);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tm-location-grid strong {
  margin-bottom: 10px;
  font: 500 34px/1 var(--tm-serif);
}

.tm-location-grid a:hover span,
.tm-location-grid a:focus-visible span {
  color: var(--tm-gold);
}

.tm-location-grid a:hover small,
.tm-location-grid a:focus-visible small {
  color: rgba(255, 255, 255, .68);
}

.tm-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
  gap: clamp(56px, 9vw, 132px);
  align-items: start;
}

.tm-faq-intro {
  position: sticky;
  top: 178px;
}

.tm-faq-intro h2 {
  margin-bottom: 24px;
  font-size: clamp(42px, 4vw, 60px);
}

.tm-faq-intro .tm-btn {
  margin-top: 28px;
}

.tm-faq-list {
  border-top: 1px solid var(--tm-line);
}

.tm-faq-list details {
  border-bottom: 1px solid var(--tm-line);
}

.tm-faq-list summary {
  position: relative;
  min-height: 84px;
  display: flex;
  align-items: center;
  padding: 18px 54px 18px 0;
  color: var(--tm-ink);
  font: 500 21px/1.2 var(--tm-serif);
  cursor: pointer;
  list-style: none;
}

.tm-faq-list summary::-webkit-details-marker {
  display: none;
}

.tm-faq-list summary span,
.tm-faq-list summary span::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 18px;
  height: 1px;
  content: "";
  background: var(--tm-gold-dark);
}

.tm-faq-list summary span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.tm-faq-list details[open] summary span::after {
  transform: rotate(0);
}

.tm-faq-list details > div {
  padding: 0 56px 26px 0;
}

.tm-faq-list details p {
  margin: 0;
  color: var(--tm-muted);
  font: 400 13px/1.78 var(--tm-sans);
}

.tm-journal.journal-editorial {
  padding: 72px 0 76px;
}

.tm-journal .journal-editorial-inner {
  width: min(1180px, calc(100% - 40px));
}

.tm-journal .journal-editorial-header {
  gap: 30px;
  margin-bottom: 34px;
  padding-bottom: 28px;
}

.tm-journal .journal-editorial-header h2 {
  max-width: 790px;
  font-size: clamp(42px, 4vw, 54px);
  line-height: 1.02;
}

.tm-journal .journal-grid {
  gap: 24px;
}

.tm-sources {
  padding: 54px 0;
  background: var(--tm-cream);
  border-top: 1px solid var(--tm-line);
}

.tm-sources-grid {
  display: grid;
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}

.tm-sources h2 {
  font-size: 38px;
}

.tm-source-links {
  display: grid;
}

.tm-source-links a {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid #d5c9ba;
}

.tm-source-links a:first-child {
  border-top: 1px solid #d5c9ba;
}

.tm-source-links span {
  color: var(--tm-gold-dark);
  font: 800 9px/1.4 var(--tm-sans);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tm-source-links strong {
  color: var(--tm-ink);
  font-weight: 600;
}

.tm-final {
  position: relative;
  min-height: 670px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #110e0b;
}

.tm-final > img,
.tm-final-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tm-final > img {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) brightness(.75);
}

.tm-final-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(6, 5, 4, .84) 0, rgba(6, 5, 4, .7) 45%, rgba(6, 5, 4, .22) 100%);
}

.tm-final-inner {
  padding: 110px 0;
}

.tm-final-inner h2,
.tm-final-inner > p {
  max-width: 760px;
}

.tm-final-inner h2 {
  margin-bottom: 24px;
}

.tm-final-inner > p {
  margin-bottom: 32px;
}

@media (max-width: 1100px) {
  .tm-value-grid,
  .tm-technique-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .tm-position-story {
    grid-template-columns: 1fr;
  }

  .tm-position-intro,
  .tm-faq-intro {
    position: static;
  }

  .tm-sen-note {
    grid-template-columns: .55fr 1fr;
  }

  .tm-sen-note > p:last-child {
    grid-column: 1 / -1;
  }

  .tm-expertise-grid > div {
    padding-inline: 50px;
  }
}

@media (max-width: 900px) {
  html {
    --tm-header-offset: 94px;
    scroll-padding-top: calc(var(--tm-header-offset) + 66px);
  }

  .tm-section-nav {
    top: var(--tm-header-offset);
  }

  .tm-hero,
  .tm-hero-inner {
    min-height: 500px;
    height: 500px;
  }

  .tm-hero-copy {
    width: 72%;
  }

  .tm-heading-row,
  .tm-heading-row-wide,
  .tm-intro-grid,
  .tm-video-grid,
  .tm-faq-grid,
  .tm-sources-grid,
  .tm-safety-note {
    grid-template-columns: 1fr;
  }

  .tm-heading-row {
    align-items: start;
    gap: 24px;
  }

  .tm-benefit-grid,
  .tm-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-duration-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tm-duration-card {
    min-height: 0;
  }

  .tm-duration-card.is-recommended {
    transform: none;
  }

  .tm-expertise-grid {
    grid-template-columns: 1fr;
  }

  .tm-expertise figure {
    min-height: 520px;
  }

  .tm-prep-grid {
    grid-template-columns: 1fr;
  }

  .tm-prep-grid article {
    min-height: 0;
  }

  .tm-faq-intro,
  .tm-sources-grid {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  html {
    --tm-header-offset: 83px;
    scroll-padding-top: calc(var(--tm-header-offset) + 66px);
  }

  .tm-container {
    width: min(100% - 34px, 1180px);
  }

  .tm-section {
    padding: 72px 0;
  }

  .tm-journal.journal-editorial {
    padding: 60px 0 64px;
  }

  .tm-journal .journal-editorial-inner {
    width: min(100% - 36px, 680px);
  }

  .tm-journal .journal-editorial-header h2 {
    font-size: clamp(38px, 10.5vw, 46px);
  }

  .tm-heading-row h2,
  .tm-section-title h2,
  .tm-position-intro h2,
  .tm-faq-intro h2,
  .tm-final h2 {
    font-size: 42px;
    line-height: 1;
  }

  .tm-hero,
  .tm-hero-inner {
    min-height: 470px;
    height: 470px;
  }

  .tm-hero-image {
    object-position: 67% center;
  }

  .tm-hero-overlay {
    background:
      linear-gradient(180deg, rgba(6, 5, 4, .52) 0%, rgba(6, 5, 4, .44) 28%, rgba(6, 5, 4, .74) 68%, rgba(6, 5, 4, .92) 100%),
      linear-gradient(90deg, rgba(6, 5, 4, .32), rgba(6, 5, 4, .12));
  }

  .tm-hero-inner {
    padding-top: 92px;
    padding-bottom: 18px;
  }

  .tm-hero-copy {
    width: 100%;
    margin-top: auto;
    padding: 12px 0 8px;
  }

  .tm-kicker {
    padding: 7px 11px;
    font-size: 9px;
  }

  .tm-hero h1 {
    margin: 10px 0 12px;
    font-size: 40px;
    line-height: .95;
  }

  .tm-hero-lede {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.5;
  }

  .tm-actions,
  .tm-compare-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tm-btn {
    width: 100%;
    min-height: 46px;
    padding-inline: 10px;
    font-size: 10px;
  }

  .tm-treatment-menu-head {
    padding-bottom: 24px;
  }

  .tm-treatment-grid {
    grid-template-columns: 1fr;
  }

  .tm-treatment-media {
    aspect-ratio: 16 / 11;
  }

  .tm-treatment-grid-divider {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
    padding-top: 20px;
  }

  .tm-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-hero-facts > div {
    padding: 14px 13px;
    border-bottom: 1px solid rgba(201, 168, 108, .24);
  }

  .tm-section-nav {
    top: var(--tm-header-offset);
  }

  .tm-section-nav .tm-container {
    width: 100%;
    padding: 12px 18px 14px;
  }

  .tm-section-nav a {
    min-height: 38px;
    padding: 0 14px;
    font-size: 11px;
  }

  .tm-value-grid,
  .tm-technique-grid,
  .tm-benefit-grid,
  .tm-journey-grid,
  .tm-position-grid,
  .tm-location-grid {
    grid-template-columns: 1fr;
  }

  .tm-value-grid article,
  .tm-technique-grid article,
  .tm-benefit-grid article,
  .tm-journey-grid li {
    min-height: 0;
  }

  .tm-value-grid article > i,
  .tm-benefit-grid article > i,
  .tm-journey-grid li > span {
    margin-bottom: 30px;
  }

  .tm-position-card,
  .tm-position-card-wide {
    grid-column: auto;
    min-height: 310px;
  }

  .tm-position-card img {
    object-position: 64% center;
  }

  .tm-sen-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tm-sen-note > p:last-child {
    grid-column: auto;
  }

  .tm-duration-card {
    padding: 34px 27px 27px;
  }

  .tm-duration-number {
    font-size: 64px !important;
  }

  .tm-expertise figure {
    min-height: 380px;
  }

  .tm-expertise-grid > div {
    padding: 68px 22px;
  }

  .tm-expertise h2 {
    font-size: 44px;
  }

  .tm-expertise .tm-btn {
    width: 100%;
  }

  .tm-safety-note {
    padding: 30px 24px;
  }

  .tm-video-grid {
    gap: 34px;
  }

  .tm-location-grid a {
    min-height: 210px;
  }

  .tm-faq-list summary {
    min-height: 76px;
    padding-right: 42px;
    font-size: 19px;
  }

  .tm-faq-list details > div {
    padding-right: 32px;
  }

  .tm-source-links a {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .tm-final {
    min-height: 650px;
  }

  .tm-final > img {
    object-position: 67% center;
  }

  .tm-final-overlay {
    background: linear-gradient(180deg, rgba(6, 5, 4, .36), rgba(6, 5, 4, .88));
  }

  .tm-final-inner {
    align-self: end;
    padding: 84px 0 104px;
  }
}

@media (max-width: 430px) {
  .tm-journal .journal-editorial-inner {
    width: min(100% - 28px, 1180px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .tm-page *,
  .tm-page *::before,
  .tm-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
