/* ============================================================
   YOGA PAGE — 1:1 Figma rebuild
   Page frame: 1920 x 6888, bg #FAFAFA
   Section vertical map (page-absolute Y):
     Hero:                      176 -> 879   (h 703)
     Move Into Alignment band:  880 -> 1625  (h 745, cream)
     Quote band:               1625 -> 2052  (h 427)
     Yoga Offerings:           2172 -> 2893  (heading + 3 cards)
     TTC Course band:          2993 -> 3973  (h 980)
     Inside Experience:        4073 -> 4987  (heading + card 786)
     Upcoming Yoga Exp:        5221 -> 6064  (heading + single card)
     Footer:                   6164 -> 6888  (h 724)
   All sizes scale via min(Xpx, calc(X / 1920 * 100vw)).
============================================================ */

body[data-page="yoga"] section,
body[data-page="yoga"] [class*="__inner"]:not(.inner-hero__inner):not(.yoga-ttc__inner) {
  padding-top: 0; padding-bottom: 0; gap: 0; min-height: 0;
}
body[data-page="yoga"] { background: #FAFAFA; }

/* ============ HERO ============ */
body[data-page="yoga"] .inner-hero {
  width: 100%;
  height: min(703px, calc(703 / 1920 * 100vw));
  position: relative;
  overflow: hidden;
}
body[data-page="yoga"] .inner-hero__image {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
body[data-page="yoga"] .inner-hero__veil {
  position: absolute; inset: 0;
  /* Figma Rectangle 34624540 — 90deg gradient rotated 180 (= 270deg). */
  background: linear-gradient(270deg, rgba(132,132,132,0.2) 44.25%, rgba(42,42,42,0.5) 89.51%);
}
body[data-page="yoga"] .inner-hero__inner {
  position: absolute;
  left: min(130px, calc(130 / 1920 * 100vw));
  top: min(530px, calc(530 / 1920 * 100vw)); /* 706 - 176 */
  width: min(700px, calc(700 / 1920 * 100vw));
  height: auto !important;
  min-height: 0 !important;
  padding: 0; margin: 0; text-align: left;
}
body[data-page="yoga"] .inner-hero__kicker {
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: min(20px, calc(20 / 1920 * 100vw));
  line-height: calc(24 / 20);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FAFAFA;
  /* Margin 0 — browser's Inter line-box adds ~12 over spec, would
     push title +12 below Figma otherwise. */
  margin: 0;
  white-space: nowrap;
}
body[data-page="yoga"] .inner-hero__title {
  font-family: 'STIX Two Text', serif; font-weight: 500;
  font-size: min(64px, calc(64 / 1920 * 100vw));
  line-height: calc(80 / 64);
  text-transform: capitalize;
  color: #FAFAFA;
  margin: 0;
}
/* Hero CTA pill — Figma Button/Secondary at (1543, 745) 249x60 #FAFAFA. */
body[data-page="yoga"] .yoga-hero-cta {
  position: absolute;
  left: min(1543px, calc(1543 / 1920 * 100vw));
  top: min(569px, calc(569 / 1920 * 100vw)); /* 745 - 176 */
  width: min(249px, calc(249 / 1920 * 100vw));
  height: min(60px, calc(60 / 1920 * 100vw));
  background: #FAFAFA;
  border-radius: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  gap: min(12px, calc(12 / 1920 * 100vw));
  text-decoration: none;
  padding: min(10px, calc(10 / 1920 * 100vw)) min(20px, calc(20 / 1920 * 100vw));
  box-sizing: border-box;
  z-index: 2;
  transition: background 0.25s ease, color 0.25s ease;
}
body[data-page="yoga"] .yoga-hero-cta__label {
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: min(16px, calc(16 / 1920 * 100vw));
  line-height: calc(20 / 16);
  color: #5E2A29;
  white-space: nowrap;
}
body[data-page="yoga"] .yoga-hero-cta__arrow {
  width: min(20px, calc(20 / 1920 * 100vw));
  height: min(20px, calc(20 / 1920 * 100vw));
  display: block; flex-shrink: 0; overflow: visible;
}
body[data-page="yoga"] .yoga-hero-cta:hover { background: #5E2A29; }
body[data-page="yoga"] .yoga-hero-cta:hover .yoga-hero-cta__label { color: #FAFAFA; }
body[data-page="yoga"] .yoga-hero-cta:hover .yoga-hero-cta__arrow rect { fill: #FAFAFA; }
body[data-page="yoga"] .yoga-hero-cta:hover .yoga-hero-cta__arrow path { stroke: #5E2A29; }

/* ============ MOVE INTO ALIGNMENT — cream band 880 -> 1625 ============ */
body[data-page="yoga"] .yoga-alignment {
  position: relative;
  width: 100%;
  height: min(745px, calc(745 / 1920 * 100vw));
  background: rgba(240, 234, 222, 0.5);
}
body[data-page="yoga"] .yoga-alignment__video {
  position: absolute;
  left: min(131px, calc(131 / 1920 * 100vw));
  top: min(77px, calc(77 / 1920 * 100vw)); /* 957 - 880 = 77 */
  width: min(879px, calc(879 / 1920 * 100vw));
  height: min(591px, calc(591 / 1920 * 100vw));
  background-image:
    linear-gradient(0deg, rgba(0,0,0,0.47), rgba(0,0,0,0.47)),
    var(--yoga-alignment-bg);
  background-size: cover, cover;
  background-position: center, center;
  border-radius: min(8px, calc(8 / 1920 * 100vw));
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
body[data-page="yoga"] .yoga-alignment__play {
  width: min(89px, calc(89 / 1920 * 100vw));
  height: min(89px, calc(89 / 1920 * 100vw));
  display: flex; align-items: center; justify-content: center;
}
body[data-page="yoga"] .yoga-alignment__play svg {
  width: 100%; height: 100%;
  fill: #E6E6E6;
}
/* Inline-play iframe — inherits the video card's box so the layout
   doesn't reflow when the video starts. */
body[data-page="yoga"] .yoga-alignment__iframe {
  position: absolute;
  left: min(131px, calc(131 / 1920 * 100vw));
  top: min(77px, calc(77 / 1920 * 100vw));
  width: min(879px, calc(879 / 1920 * 100vw));
  height: min(591px, calc(591 / 1920 * 100vw));
  border: 0;
  border-radius: min(8px, calc(8 / 1920 * 100vw));
}
body[data-page="yoga"] .yoga-alignment__copy {
  position: absolute;
  left: min(1085px, calc(1085 / 1920 * 100vw));
  top: min(255px, calc(255 / 1920 * 100vw)); /* 1135 - 880 */
  width: min(679px, calc(679 / 1920 * 100vw));
}
body[data-page="yoga"] .yoga-alignment__copy h2 {
  font-family: 'STIX Two Text', serif; font-weight: 500;
  font-size: min(52px, calc(52 / 1920 * 100vw));
  line-height: calc(58 / 52);
  text-transform: capitalize;
  color: #5E2A29;
  margin: 0;
}
body[data-page="yoga"] .yoga-alignment__copy p {
  font-family: 'Inter', sans-serif; font-weight: 400;
  font-size: min(20px, calc(20 / 1920 * 100vw));
  line-height: calc(38 / 20);
  color: #282828;
  width: min(663px, calc(663 / 1920 * 100vw));
  margin: min(25px, calc(25 / 1920 * 100vw)) 0 0; /* 1217.67 - 1135 - 58 = 24.67 */
}

/* ============ QUOTE BAND 1625 -> 2052 (h 427) ============ */
body[data-page="yoga"] .yoga-quote-band {
  position: relative;
  width: 100%;
  height: min(427px, calc(427 / 1920 * 100vw));
  background: #5E2A29;
  overflow: hidden;
  isolation: isolate;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: min(100px, calc(100 / 1920 * 100vw)) 0;
  gap: min(20px, calc(20 / 1920 * 100vw));
  box-sizing: border-box;
}
body[data-page="yoga"] .yoga-quote-band__bg {
  position: absolute;
  width: min(2001px, calc(2001 / 1920 * 100vw));
  height: min(3002px, calc(3002 / 1920 * 100vw));
  left: 50%;
  top: min(-1816.36px, calc(-1816.36 / 1920 * 100vw));
  transform: translateX(calc(-50% + 0.5px));
  background-image:
    linear-gradient(0deg, rgba(105,84,51,0.3), rgba(105,84,51,0.3)),
    var(--yoga-quote-bg);
  background-blend-mode: screen, normal;
  background-size: cover;
  background-position: center;
  filter: blur(15px);
  z-index: 0;
  pointer-events: none;
}
body[data-page="yoga"] .yoga-quote-band__text {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 95vw;
  margin: 0;
  font-family: 'STIX Two Text', serif;
  font-weight: 500; font-style: normal;
  font-size: min(40px, calc(40 / 1920 * 100vw));
  line-height: calc(58 / 40);
  color: #FFFFFF;
  text-align: center;
  /* One-line per Figma frame 1195x58. */
  white-space: nowrap;
}
body[data-page="yoga"] .yoga-quote-band__cite {
  position: relative;
  z-index: 2;
  width: auto;
  display: block;
  font-family: 'Inter', sans-serif;
  font-style: normal; font-weight: 500;
  font-size: min(32px, calc(32 / 1920 * 100vw));
  line-height: calc(58 / 32);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* One-line per Figma frame 589x58. */
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
}

/* ============ YOGA OFFERINGS 2172 -> 2893 ============ */
body[data-page="yoga"] .yoga-offerings {
  position: relative;
  width: 100%;
  padding: min(120px, calc(120 / 1920 * 100vw)) 0 0; /* 2172 - 2052 */
}
body[data-page="yoga"] .yoga-offerings__head {
  display: grid;
  grid-template-columns: min(499px, calc(499 / 1920 * 100vw)) 1fr;
  column-gap: min(390px, calc(390 / 1920 * 100vw));
  align-items: start;
  padding: 0 min(131px, calc(131 / 1920 * 100vw));
  /* Bumped from 73 -> 79 to absorb the 6px gap caused by the intro
     paragraph rendering 6 px shorter than Figma's literal 119 height. */
  margin-bottom: min(79px, calc(79 / 1920 * 100vw));
}
body[data-page="yoga"] .yoga-offerings__head h2 {
  font-family: 'STIX Two Text', serif; font-weight: 500;
  font-size: min(52px, calc(52 / 1920 * 100vw));
  line-height: calc(58 / 52);
  text-transform: capitalize;
  color: #5E2A29;
  margin: 0;
}
body[data-page="yoga"] .yoga-offerings__head p {
  font-family: 'Inter', sans-serif; font-weight: 400;
  font-size: min(20px, calc(20 / 1920 * 100vw));
  line-height: calc(38 / 20);
  color: #282828;
  margin: 0;
  width: min(760px, calc(760 / 1920 * 100vw));
}
body[data-page="yoga"] .yoga-offerings__grid {
  display: grid;
  grid-template-columns: repeat(3, min(530px, calc(530 / 1920 * 100vw)));
  gap: min(22px, calc(22 / 1920 * 100vw));
  /* Pin cards to Figma left=131 — NOT centered. Cards 131, 683, 1235
     don't span symmetrically (left 131 / right 155). */
  padding-left: min(131px, calc(131 / 1920 * 100vw));
}
body[data-page="yoga"] .yoga-offer-card {
  background: rgba(240, 234, 222, 0.5);
  border-radius: min(8px, calc(8 / 1920 * 100vw));
  padding: min(24px, calc(24 / 1920 * 100vw));
  display: flex; flex-direction: column;
  gap: min(50px, calc(50 / 1920 * 100vw));
  height: min(529px, calc(529 / 1920 * 100vw));
  box-sizing: border-box;
}
body[data-page="yoga"] .yoga-offer-card__icon {
  width: min(105px, calc(105 / 1920 * 100vw));
  height: min(105px, calc(105 / 1920 * 100vw));
  display: block;
}
body[data-page="yoga"] .yoga-offer-card__body {
  display: flex; flex-direction: column;
  gap: min(25px, calc(25 / 1920 * 100vw));
}
body[data-page="yoga"] .yoga-offer-card__head {
  display: flex; flex-direction: column;
  gap: min(12px, calc(12 / 1920 * 100vw));
}
body[data-page="yoga"] .yoga-offer-card__title {
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: min(24px, calc(24 / 1920 * 100vw));
  line-height: calc(35 / 24);
  color: #5E2A29;
  margin: 0;
}
body[data-page="yoga"] .yoga-offer-card__tag {
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: min(16px, calc(16 / 1920 * 100vw));
  line-height: calc(24 / 16);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #282828;
  margin: 0;
}
body[data-page="yoga"] .yoga-offer-card__desc {
  font-family: 'Inter', sans-serif; font-weight: 400;
  font-size: min(20px, calc(20 / 1920 * 100vw));
  line-height: calc(32 / 20);
  color: #282828;
  margin: 0;
}
body[data-page="yoga"] .yoga-offer-card__list {
  font-family: 'Inter', sans-serif; font-style: italic; font-weight: 400;
  font-size: min(20px, calc(20 / 1920 * 100vw));
  line-height: calc(32 / 20);
  color: #5E2A29;
  margin: 0;
}

/* ============ TTC BAND 2993 -> 3973 (h 980) ============ */
body[data-page="yoga"] .yoga-ttc {
  position: relative;
  width: 100%;
  height: min(980px, calc(980 / 1920 * 100vw));
  overflow: hidden;
  margin-top: min(100px, calc(100 / 1920 * 100vw)); /* 2993 - 2893 */
}
body[data-page="yoga"] .yoga-ttc__bg {
  position: absolute; inset: 0;
  background-image: var(--yoga-ttc-bg);
  background-size: cover;
  background-position: center;
}
body[data-page="yoga"] .yoga-ttc__veil {
  position: absolute; inset: 0;
  background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(67,67,67,0.82) 70.67%, rgba(67,67,67,0.98) 100%);
}
body[data-page="yoga"] .yoga-ttc__inner {
  position: absolute;
  left: min(135px, calc(135 / 1920 * 100vw));
  top: min(79px, calc(79 / 1920 * 100vw)); /* 3072 - 2993 */
  width: min(725px, calc(725 / 1920 * 100vw));
  display: flex; flex-direction: column;
  gap: min(30px, calc(30 / 1920 * 100vw));
  z-index: 1;
}
body[data-page="yoga"] .yoga-ttc__title {
  font-family: 'STIX Two Text', serif; font-weight: 500;
  font-size: min(52px, calc(52 / 1920 * 100vw));
  line-height: calc(58 / 52);
  text-transform: capitalize;
  color: #FAFAFA;
  margin: 0;
  width: min(549px, calc(549 / 1920 * 100vw));
}
body[data-page="yoga"] .yoga-ttc__sub {
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: min(16px, calc(16 / 1920 * 100vw));
  line-height: calc(24 / 16);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FAFAFA;
  margin: 0;
}
body[data-page="yoga"] .yoga-ttc__body {
  font-family: 'Inter', sans-serif; font-weight: 400;
  font-size: min(20px, calc(20 / 1920 * 100vw));
  line-height: calc(38 / 20);
  color: #FAFAFA;
  margin: 0;
}
body[data-page="yoga"] .yoga-ttc__chips {
  display: grid;
  grid-template-columns: repeat(3, min(188px, calc(188 / 1920 * 100vw)));
  /* Figma: chip 2 left=218 chip w=188 -> col gap 30
            chip 2 top=58 chip h=38 -> row gap 20 */
  gap: min(20px, calc(20 / 1920 * 100vw)) min(30px, calc(30 / 1920 * 100vw));
}
body[data-page="yoga"] .yoga-ttc__chip {
  height: min(38px, calc(38 / 1920 * 100vw));
  background: #FAFAFA;
  border-radius: min(10px, calc(10 / 1920 * 100vw));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: min(16px, calc(16 / 1920 * 100vw));
  line-height: calc(23 / 16);
  color: #5E2A29;
  padding: min(8px, calc(8 / 1920 * 100vw)) min(20px, calc(20 / 1920 * 100vw));
  box-sizing: border-box;
  text-align: center;
}
body[data-page="yoga"] .yoga-ttc__badges {
  display: grid;
  grid-template-columns: min(141px, calc(141 / 1920 * 100vw)) min(136px, calc(136 / 1920 * 100vw));
  column-gap: min(44px, calc(44 / 1920 * 100vw));
  align-items: start;
}
body[data-page="yoga"] .yoga-ttc-badge__label {
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: min(20px, calc(20 / 1920 * 100vw));
  line-height: calc(38 / 20);
  color: #FAFAFA;
  margin: 0 0 min(3px, calc(3 / 1920 * 100vw));
  /* Force "Recognized by" / "Accredited by" onto one line per Figma. */
  white-space: nowrap;
}
body[data-page="yoga"] .yoga-ttc-badge__img {
  width: min(136px, calc(136 / 1920 * 100vw));
  height: min(136px, calc(136 / 1920 * 100vw));
  display: block;
  border-radius: 50%;
}
body[data-page="yoga"] .yoga-ttc__cta {
  width: min(195px, calc(195 / 1920 * 100vw));
  height: min(60px, calc(60 / 1920 * 100vw));
  background: #FAFAFA;
  border-radius: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  gap: min(12px, calc(12 / 1920 * 100vw));
  text-decoration: none;
  padding: min(10px, calc(10 / 1920 * 100vw)) min(20px, calc(20 / 1920 * 100vw));
  box-sizing: border-box;
  margin-top: min(30px, calc(30 / 1920 * 100vw));
  transition: background 0.25s ease, color 0.25s ease;
}
body[data-page="yoga"] .yoga-ttc__cta-label {
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: min(16px, calc(16 / 1920 * 100vw));
  line-height: calc(20 / 16);
  color: #5E2A29;
  white-space: nowrap;
}
body[data-page="yoga"] .yoga-ttc__cta-arrow {
  width: min(20px, calc(20 / 1920 * 100vw));
  height: min(20px, calc(20 / 1920 * 100vw));
  display: block; flex-shrink: 0; overflow: visible;
}
body[data-page="yoga"] .yoga-ttc__cta:hover { background: #5E2A29; }
body[data-page="yoga"] .yoga-ttc__cta:hover .yoga-ttc__cta-label { color: #FAFAFA; }
body[data-page="yoga"] .yoga-ttc__cta:hover .yoga-ttc__cta-arrow rect { fill: #FAFAFA; }
body[data-page="yoga"] .yoga-ttc__cta:hover .yoga-ttc__cta-arrow path { stroke: #5E2A29; }

/* ============ INSIDE THE EXPERIENCE 4073 -> 4987 ============ */
body[data-page="yoga"] .yoga-experience {
  position: relative;
  width: 100%;
  /* 150 bottom keeps the video grid off the footer (user QC 7/2). */
  padding: min(100px, calc(100 / 1920 * 100vw)) 0 min(150px, calc(150 / 1920 * 100vw)); /* 4073 - 3973 */
}
body[data-page="yoga"] .yoga-experience__heading {
  font-family: 'STIX Two Text', serif; font-weight: 500;
  font-size: min(52px, calc(52 / 1920 * 100vw));
  line-height: calc(58 / 52);
  text-transform: capitalize;
  color: #5E2A29;
  text-align: center;
  margin: 0;
}
/* Video testimonial carousel — one centered 16:9 stage per view (1096
   rhythm, same as our-story's media box); round arrows + dots below,
   the track glides on a 0.5s ease, swipe advances on touch. */
body[data-page="yoga"] .exp-carousel {
  width: min(1096px, calc(1096 / 1920 * 100vw));
  margin: min(70px, calc(70 / 1920 * 100vw)) auto 0;
}
body[data-page="yoga"] .exp-carousel__viewport {
  overflow: hidden;
  border-radius: min(8px, calc(8 / 1920 * 100vw));
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}
body[data-page="yoga"] .exp-videos {
  display: flex;
  gap: min(24px, calc(24 / 1920 * 100vw));
  transition: transform 0.5s ease;
}
body[data-page="yoga"] .exp-videos.is-dragging { transition: none; }
body[data-page="yoga"] .exp-video {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  border-radius: min(8px, calc(8 / 1920 * 100vw));
  overflow: hidden;
  background: rgba(240, 234, 222, 0.5);
}
body[data-page="yoga"] .exp-video__btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
body[data-page="yoga"] .exp-video__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body[data-page="yoga"] .exp-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(69px, calc(69 / 1920 * 100vw));
  height: min(69px, calc(69 / 1920 * 100vw));
  background: #9D3737;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[data-page="yoga"] .exp-video__play svg {
  width: 40%;
  height: 40%;
}
body[data-page="yoga"] .exp-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  display: block;
  border: 0;
}
/* Carousel nav — round arrows (wisdom-events idiom) + event-stage dots. */
body[data-page="yoga"] .exp-carousel__nav {
  margin-top: min(36px, calc(36 / 1920 * 100vw));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(14px, calc(14 / 1920 * 100vw));
}
body[data-page="yoga"] .exp-carousel__arrow {
  width: min(54px, calc(54 / 1920 * 100vw));
  height: min(54px, calc(54 / 1920 * 100vw));
  border: 1px solid #5E2A29;
  background: transparent;
  border-radius: 50%;
  color: #5E2A29;
  display: inline-flex;
  align-items: center; justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, color 0.25s ease;
}
body[data-page="yoga"] .exp-carousel__arrow:hover {
  background: #5E2A29;
  color: #FAFAFA;
}
body[data-page="yoga"] .exp-carousel__arrow svg {
  width: min(42px, calc(42 / 1920 * 100vw));
  height: min(42px, calc(42 / 1920 * 100vw));
}
body[data-page="yoga"] .exp-carousel__dots {
  display: flex;
  gap: 10px;
  padding: 0 10px;
}
body[data-page="yoga"] .exp-carousel__dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(94, 42, 41, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}
body[data-page="yoga"] .exp-carousel__dot.is-active {
  background: #5E2A29;
  width: 22px;
  border-radius: 4px;
}
/* Single-clip stage — no arrows / dots (nav markup omitted; guard kept). */
body[data-page="yoga"] .exp-carousel--one .exp-carousel__nav { display: none; }
/* Written testimonial quote cards — mirrors the page's original pre-video
   experience card (cream card, centered serif quote, Inter attribution),
   now in the site's STIX italic blockquote idiom below the clip. */
body[data-page="yoga"] .exp-quotes {
  width: min(1096px, calc(1096 / 1920 * 100vw));
  margin: min(50px, calc(50 / 1920 * 100vw)) auto 0;
  display: flex;
  flex-direction: column;
  gap: min(40px, calc(40 / 1920 * 100vw));
}
body[data-page="yoga"] .exp-quote-card {
  background: rgba(240, 234, 222, 0.5);
  border-radius: min(20px, calc(20 / 1920 * 100vw));
  padding: min(70px, calc(70 / 1920 * 100vw)) min(80px, calc(80 / 1920 * 100vw));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body[data-page="yoga"] .exp-quote-card__text {
  max-width: min(878px, calc(878 / 1920 * 100vw));
  margin: 0;
  font-family: 'STIX Two Text', serif; font-weight: 400; font-style: italic;
  font-size: min(36px, calc(36 / 1920 * 100vw));
  line-height: calc(48 / 36);
  letter-spacing: 0.02em;
  color: #282828;
}
body[data-page="yoga"] .exp-quote-card__attribution {
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: min(24px, calc(24 / 1920 * 100vw));
  line-height: 1;
  color: #5E2A29;
  margin: min(40px, calc(40 / 1920 * 100vw)) 0 0;
}

/* ============ UPCOMING YOGA EXP 5221 -> 6064 ============ */
body[data-page="yoga"] .yoga-events {
  position: relative;
  width: 100%;
  padding: min(234px, calc(234 / 1920 * 100vw)) 0 min(100px, calc(100 / 1920 * 100vw));
}
body[data-page="yoga"] .yoga-events__heading {
  font-family: 'STIX Two Text', serif; font-weight: 500;
  font-size: min(52px, calc(52 / 1920 * 100vw));
  line-height: calc(58 / 52);
  text-transform: capitalize;
  color: #5E2A29;
  text-align: center;
  margin: 0;
}
body[data-page="yoga"] .yoga-events__grid {
  display: flex;
  justify-content: center;
  margin: min(70px, calc(70 / 1920 * 100vw)) 0 0;
}
body[data-page="yoga"] .yoga-event-card {
  width: min(530px, calc(530 / 1920 * 100vw));
  min-height: min(715px, calc(715 / 1920 * 100vw));
  display: flex; flex-direction: column;
  background: rgba(240, 234, 222, 0.5);
  border-radius: min(12px, calc(12 / 1920 * 100vw));
  overflow: hidden;
  padding-bottom: min(24px, calc(24 / 1920 * 100vw));
}
body[data-page="yoga"] .yoga-event-card__photo {
  position: relative;
  width: 100%;
  height: min(368px, calc(368 / 1920 * 100vw));
  background-size: cover;
  background-position: center;
}
body[data-page="yoga"] .yoga-event-card__tags {
  position: absolute;
  left: min(26px, calc(26 / 1920 * 100vw));
  bottom: min(20px, calc(20 / 1920 * 100vw));
  display: flex;
  gap: min(9px, calc(9 / 1920 * 100vw));
}
body[data-page="yoga"] .yoga-event-tag {
  background: #FFFFFF;
  border-radius: 20px;
  padding: min(4px, calc(4 / 1920 * 100vw)) min(20px, calc(20 / 1920 * 100vw));
  font-family: 'Open Sans', 'Inter', sans-serif;
  font-weight: 400;
  font-size: min(19px, calc(19 / 1920 * 100vw));
  line-height: calc(26 / 19);
  color: #46474B;
}
body[data-page="yoga"] .yoga-event-card__body {
  padding: min(24px, calc(24 / 1920 * 100vw)) min(36px, calc(36 / 1920 * 100vw)) 0;
  display: flex; flex-direction: column;
  gap: min(16px, calc(16 / 1920 * 100vw));
  flex: 1;
}
body[data-page="yoga"] .yoga-event-card__date {
  display: flex; align-items: center;
  gap: min(14px, calc(14 / 1920 * 100vw));
  font-family: 'Inter', sans-serif; font-weight: 400;
  font-size: min(18px, calc(18 / 1920 * 100vw));
  line-height: calc(28 / 18);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5E2A29;
  margin: 0;
}
body[data-page="yoga"] .yoga-event-card__bullet {
  width: min(20px, calc(20 / 1920 * 100vw));
  height: min(20px, calc(20 / 1920 * 100vw));
  background: #5E2A29;
  display: inline-block;
  flex-shrink: 0;
  /* Figma date icon is a calendar, not a solid square — mask the brown box. */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E") center / contain no-repeat;
}
body[data-page="yoga"] .yoga-event-card__title {
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: min(28px, calc(28 / 1920 * 100vw));
  line-height: calc(42 / 28);
  color: #5E2A29;
  margin: 0;
}
body[data-page="yoga"] .yoga-event-card__desc {
  font-family: 'Inter', sans-serif; font-weight: 400;
  font-size: min(20px, calc(20 / 1920 * 100vw));
  line-height: calc(30 / 20);
  color: #282828;
  margin: 0;
}
body[data-page="yoga"] .yoga-event-card__cta {
  display: flex;
  align-items: center; justify-content: center;
  background: #5E2A29;
  color: #FFFFFF;
  border-radius: 20px;
  padding: min(13px, calc(13 / 1920 * 100vw)) min(20px, calc(20 / 1920 * 100vw));
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: min(18px, calc(18 / 1920 * 100vw));
  line-height: calc(22 / 18);
  text-decoration: none;
  margin-top: auto;
}

/* ============================================================
   MOBILE (<=767) — Yoga 1:1 with Figma mobile artboard
   uk09oojES0Fa629QvQ2RJg node 4149:5604 (390 x 5836).
   TEXT = fixed px; LAYOUT scales via min(Xpx, calc(X/390*100vw)).
   Reuses the desktop colour/font tokens above; overrides the
   /1920 geometry. Section gap between blocks ≈ 70px.
   ============================================================ */
/* ===== QC Phase-1 hides ===== */
body[data-page="yoga"] .yoga-hero-cta { display: none !important; } /* QC r32 */
body[data-page="yoga"] .yoga-ttc__cta { display: none !important; } /* QC r36: Explore the TTC — not available Phase 1 */
body[data-page="yoga"] .yoga-events { display: none !important; }   /* QC r38: hide upcoming-events section */

/* QC r39: iPad (768-1079) — anchor hero text near the hero bottom */
@media (min-width: 768px) and (max-width: 1079px) {
  body[data-page="yoga"] .inner-hero__inner { top: auto; bottom: min(70px, calc(70 / 1920 * 100vw)); }
}

@media (max-width: 1023px) {

  /* ---------- HERO (centered stack, pill below title) ---------- */
  body[data-page="yoga"] .inner-hero {
    height: min(588px, calc(588 / 390 * 100vw));
  }
  /* Zoom in ~1.3x so the pavilion ceiling is cropped and the pose figure is
     centred (cover alone shows full image height = ceiling-heavy). */
  body[data-page="yoga"] .inner-hero__image {
    background-size: auto 150%;
    background-position: center;
  }
  /* Figma veil (node 4149:5609) is a strong scrim — gray tint up top fading
     to near-black at the bottom so the white title/kicker/pill read. */
  body[data-page="yoga"] .inner-hero__veil {
    background: linear-gradient(180deg, rgba(132,132,132,0.30) 0%, rgba(132,132,132,0.16) 48%, rgba(42,42,42,0.80) 93%);
  }
  body[data-page="yoga"] .inner-hero__inner {
    left: 0 !important; right: 0 !important; top: auto !important;
    bottom: min(86px, calc(86 / 390 * 100vw)) !important;
    width: auto !important;
    text-align: center;
    display: flex; flex-direction: column; align-items: center;
    gap: min(8px, calc(8 / 390 * 100vw));
    padding: 0 min(20px, calc(20 / 390 * 100vw));
  }
  body[data-page="yoga"] .inner-hero__kicker {
    font-size: 12px; line-height: 20px; letter-spacing: 0.84px;
    white-space: normal;
  }
  body[data-page="yoga"] .inner-hero__title { font-size: 32px; line-height: 1.2; }
  body[data-page="yoga"] .yoga-hero-cta {
    left: 50% !important; right: auto !important; transform: translateX(-50%);
    top: auto !important; bottom: min(31px, calc(31 / 390 * 100vw)) !important;
    width: min(206px, calc(206 / 390 * 100vw));
    height: min(40px, calc(40 / 390 * 100vw));
    background: rgba(255,255,255,0.9);
    border-radius: min(20px, calc(20 / 390 * 100vw));
    gap: min(8px, calc(8 / 390 * 100vw));
    padding: min(12px, calc(12 / 390 * 100vw)) min(20px, calc(20 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-hero-cta__label { font-size: 12px; line-height: normal; }
  body[data-page="yoga"] .yoga-hero-cta__arrow {
    width: min(20px, calc(20 / 390 * 100vw)); height: min(20px, calc(20 / 390 * 100vw));
  }

  /* ---------- MOVE INTO ALIGNMENT (copy above full-bleed video) ---------- */
  body[data-page="yoga"] .yoga-alignment {
    height: auto;
    background: rgba(240, 234, 222, 0.5);
    display: flex; flex-direction: column-reverse;   /* DOM: video,copy -> copy,video */
    gap: min(40px, calc(40 / 390 * 100vw));
    padding: min(37px, calc(37 / 390 * 100vw)) 0 0;
  }
  body[data-page="yoga"] .yoga-alignment__copy {
    position: static; left: auto; top: auto;
    width: auto;
    padding: 0 min(37px, calc(37 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-alignment__copy h2 {
    font-size: 28px; line-height: normal; margin: 0 0 min(12px, calc(12 / 390 * 100vw));
    text-transform: none;   /* Figma keeps "into" lowercase */
  }
  body[data-page="yoga"] .yoga-alignment__copy p {
    font-size: 14px; line-height: 26px; width: auto; margin: 0;
  }
  body[data-page="yoga"] .yoga-alignment__video,
  body[data-page="yoga"] .yoga-alignment__iframe {
    position: static; left: auto; top: auto;
    width: 100%; height: min(245px, calc(245 / 390 * 100vw));
    border-radius: 0;
  }
  body[data-page="yoga"] .yoga-alignment__play {
    width: min(50px, calc(50 / 390 * 100vw)); height: min(50px, calc(50 / 390 * 100vw));
    background: rgba(230,230,230,0.35); border-radius: 50%;
    padding: min(13px, calc(13 / 390 * 100vw)); box-sizing: border-box;
  }

  /* ---------- QUOTE BAND ---------- */
  body[data-page="yoga"] .yoga-quote-band {
    height: min(279px, calc(279 / 390 * 100vw));
    padding: min(40px, calc(40 / 390 * 100vw)) min(20px, calc(20 / 390 * 100vw));
    gap: min(20px, calc(20 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-quote-band__bg {
    width: 100%; height: 100%;
    left: 0; top: 0; transform: none;
    background-size: cover;
  }
  body[data-page="yoga"] .yoga-quote-band__text {
    font-size: 16px; line-height: normal; white-space: normal;
    max-width: min(265px, calc(265 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-quote-band__cite {
    font-size: 12px; line-height: normal; letter-spacing: 0.6px;
  }

  /* ---------- YOGA OFFERINGS (left head + 3 full-width cards) ---------- */
  body[data-page="yoga"] .yoga-offerings {
    padding: min(70px, calc(70 / 390 * 100vw)) 0 0;
  }
  body[data-page="yoga"] .yoga-offerings__head {
    display: block;
    padding: 0 min(37px, calc(37 / 390 * 100vw));
    margin-bottom: min(28px, calc(28 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-offerings__head h2 {
    font-size: 28px; line-height: normal; margin: 0 0 min(20px, calc(20 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-offerings__head p {
    font-size: 14px; line-height: 26px; width: auto;
  }
  body[data-page="yoga"] .yoga-offerings__grid {
    display: flex; flex-direction: column;
    grid-template-columns: none;
    gap: min(20px, calc(20 / 390 * 100vw));
    padding-left: 0;
  }
  body[data-page="yoga"] .yoga-offer-card {
    width: 100%; height: auto;
    border-radius: min(8px, calc(8 / 390 * 100vw));
    padding: min(10px, calc(10 / 390 * 100vw)) min(24px, calc(24 / 390 * 100vw)) min(24px, calc(24 / 390 * 100vw));
    gap: min(12px, calc(12 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-offer-card__icon {
    width: min(63px, calc(63 / 390 * 100vw)); height: min(63px, calc(63 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-offer-card__body { gap: min(25px, calc(25 / 390 * 100vw)); }
  body[data-page="yoga"] .yoga-offer-card__head { gap: min(12px, calc(12 / 390 * 100vw)); }
  body[data-page="yoga"] .yoga-offer-card__title { font-size: 18px; line-height: 1.45; }
  body[data-page="yoga"] .yoga-offer-card__tag { font-size: 12px; line-height: 20px; letter-spacing: 0.48px; }
  body[data-page="yoga"] .yoga-offer-card__desc { font-size: 12px; line-height: 20px; }
  body[data-page="yoga"] .yoga-offer-card__list { font-size: 12px; line-height: 20px; }

  /* ---------- TTC (image band on top + dark text below) ---------- */
  body[data-page="yoga"] .yoga-ttc {
    height: auto;
    margin-top: min(70px, calc(70 / 390 * 100vw));
    display: flex; flex-direction: column;
    background: transparent;
  }
  body[data-page="yoga"] .yoga-ttc__bg {
    position: relative; inset: auto;
    width: 100%; height: min(310px, calc(310 / 390 * 100vw));
    transform: none;
    order: -1;
  }
  body[data-page="yoga"] .yoga-ttc__veil { display: none; }
  body[data-page="yoga"] .yoga-ttc__inner {
    position: static; left: auto; top: auto;
    width: auto;
    gap: 0;
    padding: min(40px, calc(40 / 390 * 100vw)) min(37px, calc(37 / 390 * 100vw)) 0;
  }
  body[data-page="yoga"] .yoga-ttc__title {
    font-size: 28px; line-height: normal; color: #5E2A29; width: auto; margin: 0;
  }
  body[data-page="yoga"] .yoga-ttc__sub {
    font-size: 12px; line-height: 24px; letter-spacing: 0.48px; color: #282828;
    margin: min(15px, calc(15 / 390 * 100vw)) 0 0;
  }
  body[data-page="yoga"] .yoga-ttc__body {
    font-size: 12px; line-height: 22px; color: #282828;
    margin: min(25px, calc(25 / 390 * 100vw)) 0 0;
  }
  body[data-page="yoga"] .yoga-ttc__chips {
    grid-template-columns: repeat(2, min(141px, calc(141 / 390 * 100vw)));
    gap: min(15px, calc(15 / 390 * 100vw)) min(10px, calc(10 / 390 * 100vw));
    width: fit-content;
    margin: min(25px, calc(25 / 390 * 100vw)) auto 0;
  }
  body[data-page="yoga"] .yoga-ttc__chip {
    height: min(29px, calc(29 / 390 * 100vw));
    background: #5E2A29; color: #FFFFFF;
    border-radius: min(10px, calc(10 / 390 * 100vw));
    font-size: 10px; line-height: 1.45;
    padding: min(8px, calc(8 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-ttc__badges {
    display: flex; justify-content: center;
    grid-template-columns: none;
    gap: min(40px, calc(40 / 390 * 100vw));
    margin: min(24px, calc(24 / 390 * 100vw)) 0 0;
  }
  body[data-page="yoga"] .yoga-ttc-badge {
    display: flex; flex-direction: column; align-items: center;
  }
  body[data-page="yoga"] .yoga-ttc-badge__label {
    font-size: 14px; line-height: 38px; color: #5E2A29; text-align: center;
  }
  body[data-page="yoga"] .yoga-ttc-badge__img {
    width: min(90px, calc(90 / 390 * 100vw)); height: min(90px, calc(90 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-ttc__cta { display: none; }   /* not in mobile Figma */

  /* ---------- INSIDE THE EXPERIENCE (video testimonials, stacked) ---------- */
  body[data-page="yoga"] .yoga-experience {
    padding: min(70px, calc(70 / 390 * 100vw)) 0 min(56px, calc(56 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-experience__heading { font-size: 28px; line-height: normal; text-transform: none; }
  body[data-page="yoga"] .exp-carousel {
    width: min(350px, calc(350 / 390 * 100vw));
    margin: min(28px, calc(28 / 390 * 100vw)) auto 0;
  }
  body[data-page="yoga"] .exp-videos { gap: min(16px, calc(16 / 390 * 100vw)); }
  body[data-page="yoga"] .exp-carousel__nav { margin-top: min(24px, calc(24 / 390 * 100vw)); gap: min(12px, calc(12 / 390 * 100vw)); }
  body[data-page="yoga"] .exp-carousel__arrow {
    width: min(28px, calc(28 / 390 * 100vw)); height: min(28px, calc(28 / 390 * 100vw));
  }
  body[data-page="yoga"] .exp-carousel__arrow svg { width: 20px; height: 20px; }
  body[data-page="yoga"] .exp-carousel__dot { width: 5px; height: 5px; }
  body[data-page="yoga"] .exp-carousel__dot.is-active { width: 18px; }
  body[data-page="yoga"] .exp-video { border-radius: min(8px, calc(8 / 390 * 100vw)); }
  body[data-page="yoga"] .exp-video__play {
    width: min(48px, calc(48 / 390 * 100vw));
    height: min(48px, calc(48 / 390 * 100vw));
  }
  body[data-page="yoga"] .exp-quotes {
    width: min(350px, calc(350 / 390 * 100vw));
    margin: min(24px, calc(24 / 390 * 100vw)) auto 0;
    gap: min(16px, calc(16 / 390 * 100vw));
  }
  body[data-page="yoga"] .exp-quote-card {
    border-radius: min(12px, calc(12 / 390 * 100vw));
    padding: min(36px, calc(36 / 390 * 100vw)) min(24px, calc(24 / 390 * 100vw));
  }
  body[data-page="yoga"] .exp-quote-card__text { max-width: none; font-size: 20px; line-height: 1.35; }
  body[data-page="yoga"] .exp-quote-card__attribution { font-size: 14px; margin: min(20px, calc(20 / 390 * 100vw)) 0 0; }

  /* ---------- UPCOMING YOGA EVENTS (centered 300px card) ---------- */
  body[data-page="yoga"] .yoga-events {
    padding: min(70px, calc(70 / 390 * 100vw)) 0 min(50px, calc(50 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-events__heading { font-size: 28px; line-height: normal; }
  body[data-page="yoga"] .yoga-events__grid { margin: min(28px, calc(28 / 390 * 100vw)) 0 0; }
  body[data-page="yoga"] .yoga-event-card {
    width: min(300px, calc(300 / 390 * 100vw));
    min-height: 0;
    border-radius: min(8px, calc(8 / 390 * 100vw));
    padding: min(6px, calc(6 / 390 * 100vw)) min(6px, calc(6 / 390 * 100vw)) min(20px, calc(20 / 390 * 100vw));
    gap: min(9px, calc(9 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-event-card__photo {
    height: min(225px, calc(225 / 390 * 100vw));
    border-radius: min(6px, calc(6 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-event-card__tags {
    left: min(12px, calc(12 / 390 * 100vw)); bottom: min(10px, calc(10 / 390 * 100vw));
    gap: min(9px, calc(9 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-event-tag {
    border-radius: 20px;
    padding: min(3px, calc(3 / 390 * 100vw)) min(14px, calc(14 / 390 * 100vw));
    font-size: 10px; line-height: normal;
  }
  body[data-page="yoga"] .yoga-event-card__body {
    padding: min(6px, calc(6 / 390 * 100vw)) min(14px, calc(14 / 390 * 100vw)) 0;
    gap: min(8px, calc(8 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-event-card__date {
    font-size: 11px; line-height: 17px; letter-spacing: 0.44px;
    gap: min(8px, calc(8 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-event-card__bullet {
    width: min(12px, calc(12 / 390 * 100vw)); height: min(12px, calc(12 / 390 * 100vw));
  }
  body[data-page="yoga"] .yoga-event-card__title { font-size: 18px; line-height: 1.45; }
  body[data-page="yoga"] .yoga-event-card__desc { font-size: 12px; line-height: 20px; }
  body[data-page="yoga"] .yoga-event-card__cta {
    border-radius: min(15px, calc(15 / 390 * 100vw));
    padding: min(9px, calc(9 / 390 * 100vw)) min(13px, calc(13 / 390 * 100vw));
    font-size: 11px; line-height: normal;
    margin-top: min(4px, calc(4 / 390 * 100vw));
  }
}
