/* Muay Thai experience page — content sections only. Do not use on other pages. */

.tl-main.tl-main--muay {
  padding: 0;
  background: #f6f1ea;
}

.tl-muay {
  --mt-paper: #f6f1ea;
  --mt-sand: #efe7db;
  --mt-ink: #1c1612;
  --mt-muted: #6a6158;
  --mt-charcoal: #161311;
  --mt-red: #8c3b32;
  --mt-line: rgba(28, 22, 18, 0.12);
  color: var(--mt-ink);
  background: var(--mt-paper);
  font-family: "Bricolage Grotesque", sans-serif;
}

.tl-muay h2,
.tl-muay h3 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.tl-muay h2 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 0.94;
}

.tl-muay p {
  margin: 0;
}

.tl-muay__eyebrow {
  margin: 0 0 16px;
  color: var(--mt-red);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tl-muay__lead {
  max-width: 38em;
  margin-top: 22px;
  color: var(--mt-muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}

.tl-muay__lead + .tl-muay__lead {
  margin-top: 14px;
}

.tl-muay-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--mt-red);
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none !important;
}

.tl-muay-cta:hover {
  background: #732f28;
}

.tl-muay-cta--light {
  background: transparent;
  color: #f6f1ea !important;
  box-shadow: inset 0 0 0 1px rgba(246, 241, 234, 0.45);
}

.tl-muay-cta--light:hover {
  background: rgba(246, 241, 234, 0.08);
}

.tl-muay-note {
  margin: 0;
  font-family: Caveat, "Segoe Script", cursive;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.05;
}

.tl-muay [data-photo] {
  object-fit: cover;
}

.tl-muay [data-photo="story-archive"] { object-position: 28% 26%; }
.tl-muay [data-photo="story-ring"] { object-position: 74% 16%; }
.tl-muay [data-photo="story-detail"] { object-position: 46% 82%; }
.tl-muay [data-photo="learn-pads"] { object-position: 64% 22%; }
.tl-muay [data-photo="morning-warmup"] { object-position: 18% 40%; }
.tl-muay [data-photo="morning-pads"] { object-position: 78% 28%; }
.tl-muay [data-photo="morning-ritual"] { object-position: 50% 14%; }
.tl-muay [data-photo="camp-tiger"] { object-position: 78% 10%; }
.tl-muay [data-photo="camp-fairtex"] { object-position: 12% 22%; }
.tl-muay [data-photo="camp-bangtao"] { object-position: 58% 38%; }
.tl-muay [data-photo="camp-chinnarach"] { object-position: 92% 48%; }
.tl-muay [data-photo="camp-lanna"] { object-position: 36% 78%; }
.tl-muay [data-photo="culture-ritual"] { object-position: center 42%; }

.tl-muay-story,
.tl-muay-learn,
.tl-muay-day,
.tl-muay-camps__head,
.tl-muay-tips__inner,
.tl-muay-more__inner,
.tl-muay-close__inner {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}

.tl-muay-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1.14fr);
  gap: 48px 72px;
  align-items: center;
  padding: 92px 0 100px;
}

.tl-muay-collage {
  position: relative;
  min-height: 560px;
}

.tl-muay-collage figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #2a211c;
}

.tl-muay-collage img {
  display: block;
  width: 100%;
  height: 100%;
}

.tl-muay-collage__archive {
  top: 0;
  left: 0;
  width: 62%;
  height: 68%;
}

.tl-muay-collage__ring {
  top: 14%;
  right: 0;
  width: 46%;
  height: 52%;
  box-shadow: 0 18px 40px rgba(22, 19, 17, 0.18);
}

.tl-muay-collage__detail {
  bottom: 18px;
  left: 12%;
  width: 40%;
  height: 34%;
  box-shadow: 0 14px 32px rgba(22, 19, 17, 0.16);
}

.tl-muay-collage__note {
  position: absolute;
  right: 4%;
  bottom: 8px;
  z-index: 1;
  max-width: 9em;
  color: var(--mt-ink);
  transform: rotate(-6deg);
}

.tl-muay-creed {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 620px;
  color: #f6f1ea;
  background-color: var(--mt-charcoal);
  background-image: var(--mt-shot);
  background-position: center 22%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tl-muay-creed::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(16, 12, 10, 0.88) 0%, rgba(16, 12, 10, 0.42) 46%, rgba(16, 12, 10, 0.18) 100%);
}

.tl-muay-creed__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding: 80px 0 56px;
}

.tl-muay-creed .tl-muay__eyebrow {
  color: #e7b2ab;
}

.tl-muay-creed blockquote {
  max-width: 18em;
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(36px, 4.6vw, 64px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.02;
}

.tl-muay-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 36px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(246, 241, 234, 0.28);
  list-style: none;
}

.tl-muay-values li {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tl-muay-learn {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(260px, 0.95fr);
  gap: 40px 64px;
  align-items: center;
  padding: 96px 0;
}

.tl-muay-paths {
  display: grid;
  gap: 0;
  max-width: 460px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tl-muay-paths li {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid var(--mt-line);
}

.tl-muay-paths li:last-child {
  border-bottom: 1px solid var(--mt-line);
}

.tl-muay-paths strong {
  font-size: 15px;
  font-weight: 500;
}

.tl-muay-paths span {
  color: var(--mt-muted);
  font-size: 15px;
  font-weight: 300;
}

.tl-muay-learn__frame {
  position: relative;
  min-height: 520px;
}

.tl-muay-learn__frame img {
  display: block;
  width: 86%;
  height: 520px;
  margin-left: auto;
}

.tl-muay-learn__note {
  position: absolute;
  left: 0;
  bottom: 48px;
  max-width: 7.2em;
  padding: 10px 16px 6px;
  background: var(--mt-paper);
  color: var(--mt-ink);
  box-shadow: 0 10px 24px rgba(22, 19, 17, 0.12);
}

.tl-muay-day {
  padding: 12px 0 88px;
}

.tl-muay-day__intro {
  max-width: 640px;
  margin-bottom: 12px;
}

.tl-muay-moment {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px 56px;
  align-items: center;
  padding: 36px 0;
  border-top: 1px solid var(--mt-line);
}

.tl-muay-moment:nth-of-type(even) .tl-muay-moment__media {
  order: 2;
}

.tl-muay-moment h3 {
  margin: 0 0 12px;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1;
}

.tl-muay-moment p {
  max-width: 36em;
  color: var(--mt-muted);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.tl-muay-moment__media {
  margin: 0;
  overflow: hidden;
  background: #2a211c;
}

.tl-muay-moment__media img {
  display: block;
  width: 100%;
  height: 280px;
}

.tl-muay-camps {
  --mt-camps-inset: max(40px, calc((100% - 1180px) / 2));
  padding: 8px 0 112px;
  background: var(--mt-sand);
  scroll-margin-top: 88px;
}

.tl-muay-camps__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 48px;
}

.tl-muay-camps__head p {
  max-width: 36em;
  margin-top: 14px;
  color: var(--mt-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.tl-muay-camps__nav {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.tl-muay-camps__nav button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(28, 22, 18, 0.22);
  border-radius: 50%;
  background: transparent;
  color: var(--mt-ink);
  cursor: pointer;
}

.tl-muay-camps__nav button:hover:not(:disabled) {
  background: #fff;
}

.tl-muay-camps__nav button:disabled {
  opacity: 0.35;
  cursor: default;
}

.tl-muay-camps__track {
  display: flex;
  gap: 28px;
  margin-top: 36px;
  padding: 4px var(--mt-camps-inset) 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--mt-camps-inset);
  scrollbar-width: none;
  outline: none;
  -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 88px), transparent);
  mask-image: linear-gradient(to right, #000 calc(100% - 88px), transparent);
}

.tl-muay-camps__track::-webkit-scrollbar {
  display: none;
}

.tl-muay-camp {
  flex: 0 0 clamp(280px, calc((100vw - var(--mt-camps-inset) - 96px) / 3.2), 460px);
  scroll-snap-align: start;
}

.tl-muay-camp figure {
  margin: 0 0 18px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #2a211c;
}

.tl-muay-camp img {
  display: block;
  width: 100%;
  height: 100%;
}

.tl-muay-camp__place {
  margin: 0 0 6px;
  color: var(--mt-red);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tl-muay-camp h3 {
  min-height: 2.05em;
  margin: 0 0 8px;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.02;
}

.tl-muay-camp p:last-child {
  color: var(--mt-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
}

.tl-muay-culture {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 640px;
  background: var(--mt-charcoal);
  color: #f6f1ea;
  scroll-margin-top: 88px;
}

.tl-muay-culture__media {
  margin: 0;
  min-height: 420px;
  background: #2a211c;
}

.tl-muay-culture__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 640px;
}

.tl-muay-culture__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 56px;
}

.tl-muay-culture__copy .tl-muay__eyebrow {
  color: #e7b2ab;
}

.tl-muay-culture__copy .tl-muay__lead {
  color: rgba(246, 241, 234, 0.78);
}

.tl-muay-tips {
  padding: 88px 0 96px;
  background: #fbf8f4;
}

.tl-muay-tips__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.tl-muay-tip {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--mt-line);
}

.tl-muay-tip svg {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--mt-red);
}

.tl-muay-tip h3 {
  margin: 0 0 4px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}

.tl-muay-tip p {
  color: var(--mt-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
}

.tl-muay-close {
  display: flex;
  align-items: flex-end;
  min-height: 460px;
  color: #f6f1ea;
  background: var(--mt-charcoal);
}

.tl-muay-close__inner {
  padding: 80px 0;
}

.tl-muay-close h2 {
  max-width: 10em;
}

.tl-muay-close .tl-muay__lead {
  color: rgba(246, 241, 234, 0.76);
}

.tl-muay-more {
  padding: 56px 0 72px;
  background: var(--mt-paper);
}

.tl-muay-more h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 3vw, 42px);
}

.tl-muay-more__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 40px;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--mt-line);
  list-style: none;
}

.tl-muay-more a {
  color: inherit;
  text-decoration: none;
}

.tl-muay-more a strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.05;
}

.tl-muay-more a span {
  display: block;
  color: var(--mt-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
}

.tl-muay-more a em {
  display: inline-block;
  margin-top: 12px;
  color: var(--mt-red);
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media (max-width: 980px) {
  .tl-muay-story,
  .tl-muay-learn,
  .tl-muay-culture {
    grid-template-columns: 1fr;
  }

  .tl-muay-collage {
    min-height: 460px;
  }

  .tl-muay-learn__frame,
  .tl-muay-learn__frame img {
    min-height: 0;
    height: 420px;
  }

  .tl-muay-learn__frame img {
    width: 100%;
  }

  .tl-muay-culture__media img {
    min-height: 420px;
    height: 420px;
  }

  .tl-muay-culture__copy {
    padding: 56px 40px 72px;
  }

  .tl-muay-camp {
    flex-basis: min(420px, calc((100vw - 72px) / 2.2));
    min-width: 0;
  }

  .tl-muay-moment,
  .tl-muay-moment:nth-of-type(even) {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tl-muay-moment:nth-of-type(even) .tl-muay-moment__media {
    order: 0;
  }

  .tl-muay-more__list {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 767px) {
  .tl-muay-story,
  .tl-muay-learn,
  .tl-muay-day,
  .tl-muay-camps__head,
  .tl-muay-tips__inner,
  .tl-muay-more__inner,
  .tl-muay-close__inner,
  .tl-muay-creed__inner {
    width: min(1180px, calc(100% - 40px));
  }

  .tl-muay-story,
  .tl-muay-learn {
    padding: 56px 0;
  }

  .tl-muay h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .tl-muay-collage {
    min-height: 380px;
  }

  .tl-muay-collage__archive {
    width: 70%;
    height: 62%;
  }

  .tl-muay-collage__ring {
    width: 52%;
    height: 46%;
  }

  .tl-muay-collage__detail {
    width: 48%;
    height: 30%;
  }

  .tl-muay-creed {
    min-height: 520px;
  }

  .tl-muay-creed blockquote {
    font-size: 34px;
  }

  .tl-muay-moment,
  .tl-muay-moment:nth-of-type(even) {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tl-muay-moment:nth-of-type(even) .tl-muay-moment__media {
    order: 0;
  }

  .tl-muay-tips__list {
    grid-template-columns: 1fr;
  }

  .tl-muay-moment__media img,
  .tl-muay-learn__frame,
  .tl-muay-learn__frame img {
    height: 240px;
  }

  .tl-muay-culture__copy {
    padding: 48px 20px 56px;
  }

  .tl-muay-camps__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tl-muay-camps {
    --mt-camps-inset: 20px;
  }

  .tl-muay-camps__track {
    padding-inline: 20px;
    scroll-padding-inline: 20px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .tl-muay-camp {
    flex-basis: min(78vw, 300px);
    min-width: 0;
  }

  .tl-muay-camp h3 {
    min-height: 0;
  }

  .tl-muay-close {
    min-height: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tl-muay-camps__track {
    scroll-behavior: auto;
  }
}
