/* ============================================================
   SOUND HEALING PAGE — 1:1 Figma rebuild
   Page frame 4148:2179 = 1920 x 6431 (excluding global header chrome).
   Section vertical map (page-absolute Y, base 1920):
     Header chrome:           0 -> 176
     Hero:                  176 -> 878   (h 702)
     Tune into Harmony:     879 -> 1624  (h 745)  cream half-band
     Sound Healing Offerings: 1724 -> 2436 (h 712)
     Sound Healing TTC:    2536 -> 3516  (h 980)  dark photo band
     Inside the Experience: 3616 -> 4664 (h 1048)
     Upcoming Sound Healing: 4764 -> 5607 (h 843)
     Footer:                5707+
   All sizes scaled proportionally below 1920vp via
     min(Xpx, calc(X / 1920 * 100vw))
============================================================ */

/* ===== UNIVERSAL RESET — kill base styles.css paddings/gaps so per-section
   Figma values are not fighting clamp() defaults. ===== */
body[data-page="sound-healing"] section,
body[data-page="sound-healing"] [class*="__inner"]:not(.inner-hero__inner) {
  padding-top: 0;
  padding-bottom: 0;
  gap: 0;
  min-height: 0;
}
body[data-page="sound-healing"] {
  background: #FAFAFA;
}

/* ============ HERO (y=176, h=702) ============ */
body[data-page="sound-healing"] .sh-hero {
  position: relative;
  width: 100%;
  height: min(702px, calc(702 / 1920 * 100vw));
  overflow: hidden;
}
body[data-page="sound-healing"] .sh-hero__image {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 50%;
}
body[data-page="sound-healing"] .sh-hero__veil {
  position: absolute; inset: 0;
  /* Figma rect 34624540: linear-gradient(90deg, rgba(132,132,132,0.32) 63%,
     rgba(42,42,42,0.64) 89.51%) rotated 180deg -> mirrored to 270deg. */
  background: linear-gradient(270deg, rgba(132,132,132,0.32) 63%, rgba(42,42,42,0.64) 89.51%);
}
body[data-page="sound-healing"] .sh-hero__inner {
  position: absolute;
  /* Figma group 4148:2187 at calc(50%-600.5px) on a 1920 stage = left ~130. */
  left: min(130px, calc(130 / 1920 * 100vw));
  top: min(529px, calc(529 / 1920 * 100vw)); /* 705.17 - 176 = 529 within hero */
  width: min(459px, calc(459 / 1920 * 100vw));
  height: auto !important;
  min-height: 0 !important;
  padding: 0; margin: 0;
  text-align: left;
}
body[data-page="sound-healing"] .sh-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;
  white-space: nowrap;
}
body[data-page="sound-healing"] .sh-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: min(11px, calc(11 / 1920 * 100vw)) 0 0;
  /* Figma frame is 415px wide; pin so verifier reads the exact box. */
  width: min(415px, calc(415 / 1920 * 100vw));
}

/* Hero CTA pill — Figma node Button/Secondary at (1473, 744) 322x60,
   bg #FAFAFA, border-radius 40, label Inter Medium 16/20 #5E2A29 +
   20x20 brown filled-circle chevron arrow. */
body[data-page="sound-healing"] .sh-hero__cta {
  position: absolute;
  left: min(1473px, calc(1473 / 1920 * 100vw));
  top: min(568px, calc(568 / 1920 * 100vw)); /* 744 - 176 = 568 within hero */
  width: min(322px, calc(322 / 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="sound-healing"] .sh-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="sound-healing"] .sh-hero__cta-arrow {
  width: min(20px, calc(20 / 1920 * 100vw));
  height: min(20px, calc(20 / 1920 * 100vw));
  display: block;
  flex-shrink: 0;
  overflow: visible;
  transition: transform 0.2s ease;
}
body[data-page="sound-healing"] .sh-hero__cta:hover {
  background: #5E2A29;
}
body[data-page="sound-healing"] .sh-hero__cta:hover .sh-hero__cta-label {
  color: #FAFAFA;
}
body[data-page="sound-healing"] .sh-hero__cta:hover .sh-hero__cta-arrow rect {
  fill: #FAFAFA;
}
body[data-page="sound-healing"] .sh-hero__cta:hover .sh-hero__cta-arrow path {
  stroke: #5E2A29;
}

/* ============ TUNE INTO HARMONY — cream band (y=879, h=745) ============ */
body[data-page="sound-healing"] .sh-tune {
  position: relative;
  width: 100%;
  height: min(745px, calc(745 / 1920 * 100vw));
  background: rgba(240, 234, 222, 0.5);
}
/* Photo LEFT at (131, 954.17) 879x591 with dark rgba(0,0,0,0.47) veil. */
body[data-page="sound-healing"] .sh-tune__photo,
body[data-page="sound-healing"] .sh-tune__iframe {
  position: absolute;
  left: min(131px, calc(131 / 1920 * 100vw));
  top: min(75px, calc(75 / 1920 * 100vw)); /* 954.17 - 879 = 75 */
  width: min(879px, calc(879 / 1920 * 100vw));
  height: min(591px, calc(591 / 1920 * 100vw));
  border-radius: min(8px, calc(8 / 1920 * 100vw));
  border: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
body[data-page="sound-healing"] .sh-tune__photo {
  background: rgba(0,0,0,0.47);
  background-image:
    linear-gradient(0deg, rgba(0,0,0,0.47), rgba(0,0,0,0.47)),
    var(--sh-tune-bg);
  background-size: cover;
  background-position: center;
  background-blend-mode: normal, normal;
  cursor: pointer;
}
/* Play icon at (380, 251) inside the photo, 89x89. */
body[data-page="sound-healing"] .sh-tune__play {
  position: absolute;
  left: min(380px, calc(380 / 1920 * 100vw));
  top: min(251px, calc(251 / 1920 * 100vw));
  width: min(89px, calc(89 / 1920 * 100vw));
  height: min(89px, calc(89 / 1920 * 100vw));
  background: none;
  border: 0;
  padding: 0;
  pointer-events: none;
}
body[data-page="sound-healing"] .sh-tune__play svg {
  width: 100%; height: 100%; display: block;
}

/* Copy RIGHT at (1085, 1132.17) 696x ~234. */
body[data-page="sound-healing"] .sh-tune__copy {
  position: absolute;
  left: min(1085px, calc(1085 / 1920 * 100vw));
  top: min(253px, calc(253 / 1920 * 100vw)); /* 1132.17 - 879 = 253 */
  width: min(696px, calc(696 / 1920 * 100vw));
}
body[data-page="sound-healing"] .sh-tune__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;
  width: min(696px, calc(696 / 1920 * 100vw));
}
body[data-page="sound-healing"] .sh-tune__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;
  margin: min(25px, calc(25 / 1920 * 100vw)) 0 0;
  width: min(680px, calc(680 / 1920 * 100vw));
}

/* ============ SOUND HEALING OFFERINGS (y=1724, h=712) ============ */
body[data-page="sound-healing"] .sh-offerings {
  position: relative;
  width: 100%;
  height: min(812px, calc(812 / 1920 * 100vw)); /* 100 spacer after band + 712 */
  /* Figma puts heading at y=1724 within an overall 712-tall section that
     starts 100px after the cream band ends. We pad-top 100 to create the
     gap so heading and cards drop where Figma places them. */
  padding-top: min(100px, calc(100 / 1920 * 100vw));
  box-sizing: border-box;
}
body[data-page="sound-healing"] .sh-offerings__head {
  position: relative;
  width: 100%;
  height: min(114px, calc(114 / 1920 * 100vw));
}
body[data-page="sound-healing"] .sh-offerings__title {
  position: absolute;
  left: min(130px, calc(130 / 1920 * 100vw));
  top: 0;
  width: min(563px, calc(563 / 1920 * 100vw));
  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="sound-healing"] .sh-offerings__intro {
  position: absolute;
  left: min(1053px, calc(1053 / 1920 * 100vw));
  top: 0;
  width: min(728px, calc(728 / 1920 * 100vw));
  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;
}
/* 3-up card grid at y=1908 (offset 184 from section top after pad-top). */
body[data-page="sound-healing"] .sh-offerings__grid {
  position: relative;
  width: 100%;
  height: min(528px, calc(528 / 1920 * 100vw));
  margin-top: min(70px, calc(70 / 1920 * 100vw));
}
body[data-page="sound-healing"] .sh-offer-card {
  position: absolute;
  top: 0;
  width: min(530px, calc(530 / 1920 * 100vw));
  height: min(528px, calc(528 / 1920 * 100vw));
  background: rgba(240, 234, 222, 0.5);
  border-radius: min(8px, calc(8 / 1920 * 100vw));
  padding: min(24px, calc(24 / 1920 * 100vw)) min(24px, calc(24 / 1920 * 100vw)) min(48px, calc(48 / 1920 * 100vw)); /* QC r34: more bottom padding */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: min(50px, calc(50 / 1920 * 100vw));
  overflow: hidden;
}
body[data-page="sound-healing"] .sh-offer-card--1 { left: min(130px, calc(130 / 1920 * 100vw)); }
body[data-page="sound-healing"] .sh-offer-card--2 { left: min(682px, calc(682 / 1920 * 100vw)); }
body[data-page="sound-healing"] .sh-offer-card--3 { left: min(1234px, calc(1234 / 1920 * 100vw)); }

body[data-page="sound-healing"] .sh-offer-card__icon {
  display: block;
  width: min(105px, calc(105 / 1920 * 100vw));
  height: min(105px, calc(105 / 1920 * 100vw));
  flex-shrink: 0;
}
body[data-page="sound-healing"] .sh-offer-card__inner {
  display: flex !important;
  flex-direction: column !important;
  /* !important to beat the universal `[class*="__inner"]` gap:0 reset
     at the top of this file. 40px restores the breathing room user
     asked back per image #36. */
  gap: min(40px, calc(40 / 1920 * 100vw)) !important;
}
body[data-page="sound-healing"] .sh-offer-card__head {
  display: flex;
  flex-direction: column;
  gap: min(12px, calc(12 / 1920 * 100vw));
}
body[data-page="sound-healing"] .sh-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="sound-healing"] .sh-offer-card__kicker {
  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="sound-healing"] .sh-offer-card__body {
  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="sound-healing"] .sh-offer-card__tags {
  font-family: 'Inter', sans-serif; font-weight: 400;
  font-style: italic;
  font-size: min(20px, calc(20 / 1920 * 100vw));
  line-height: calc(32 / 20);
  color: #5E2A29;
  /* User asked more breathing room between body paragraph and the
     italic tag line per Figma image #32. */
  margin: min(32px, calc(32 / 1920 * 100vw)) 0 0;
}

/* ============ TEACHER TRAINING COURSE (y=2536, h=980) ============ */
body[data-page="sound-healing"] .sh-ttc {
  position: relative;
  width: 100%;
  height: min(980px, calc(980 / 1920 * 100vw));
  margin-top: min(100px, calc(100 / 1920 * 100vw));
  background: #FFFFFF;
  overflow: hidden;
}
/* Photo bg "Copy of Copy of IMG_9764" 1992x1329 at (-70, 2404.17).
   That's 132 above the section, so within section: top = -132. */
body[data-page="sound-healing"] .sh-ttc__bg {
  position: absolute;
  left: min(-70px, calc(-70 / 1920 * 100vw));
  /* Lifted from -132 to -40 so the upper part of the image (her head
     + the wall behind) sits inside the visible section instead of
     being hidden above it. Figma's literal -132 clipped the head. */
  top: min(-40px, calc(-40 / 1920 * 100vw));
  width: min(1992px, calc(1992 / 1920 * 100vw));
  height: min(1329px, calc(1329 / 1920 * 100vw));
  background-size: cover;
  background-position: center top;
}
/* Dark veil — 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="sound-healing"] .sh-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%);
}
/* Copy block at (131, 2634.17) 725 wide; inside section: left=131, top=98. */
body[data-page="sound-healing"] .sh-ttc__inner {
  position: absolute;
  left: min(131px, calc(131 / 1920 * 100vw));
  top: min(98px, calc(98 / 1920 * 100vw));
  width: min(725px, calc(725 / 1920 * 100vw));
  display: flex !important;
  flex-direction: column !important;
  /* !important to beat the universal [class*="__inner"] gap:0 reset.
     Matches the Yoga page's working TTC pattern. */
  gap: min(30px, calc(30 / 1920 * 100vw)) !important;
  z-index: 1;
}
body[data-page="sound-healing"] .sh-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: #FFFFFF;
  margin: 0;
  width: min(549px, calc(549 / 1920 * 100vw));
}
body[data-page="sound-healing"] .sh-ttc__kicker {
  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: #FFFFFF;
  margin: 0;
  width: min(630px, calc(630 / 1920 * 100vw));
}
body[data-page="sound-healing"] .sh-ttc__body {
  font-family: 'Inter', sans-serif; font-weight: 400;
  font-size: min(20px, calc(20 / 1920 * 100vw));
  line-height: calc(38 / 20);
  color: #FFFFFF;
  margin: 0;
  width: min(725px, calc(725 / 1920 * 100vw));
}
body[data-page="sound-healing"] .sh-ttc__body em {
  font-style: italic;
}
/* Pill chips — 188x38 white bg, border-radius 10, Inter 500 16/23. */
body[data-page="sound-healing"] .sh-ttc__chips {
  display: grid;
  grid-template-columns: repeat(3, min(188px, calc(188 / 1920 * 100vw)));
  gap: min(20px, calc(20 / 1920 * 100vw)) min(30px, calc(30 / 1920 * 100vw));
  margin: 0;
  padding: 0;
  list-style: none;
}
body[data-page="sound-healing"] .sh-ttc__chip {
  background: #FFFFFF;
  border-radius: min(10px, calc(10 / 1920 * 100vw));
  height: min(38px, calc(38 / 1920 * 100vw));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(8px, calc(8 / 1920 * 100vw));
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: min(16px, calc(16 / 1920 * 100vw));
  line-height: calc(23 / 16);
  color: #5E2A29;
  white-space: nowrap;
  box-sizing: border-box;
}
/* Logo blocks — "Recognized By" + 136x136 PNG, then "Accredited By"
   + 136x136 PNG. Two side-by-side groups. */
body[data-page="sound-healing"] .sh-ttc__creds {
  display: flex;
  gap: min(46px, calc(46 / 1920 * 100vw));
  margin: 0;
}
body[data-page="sound-healing"] .sh-ttc__cred-group {
  display: flex;
  flex-direction: column;
  gap: min(9px, calc(9 / 1920 * 100vw));
  align-items: flex-start;
}
body[data-page="sound-healing"] .sh-ttc__cred-label {
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: min(20px, calc(20 / 1920 * 100vw));
  line-height: calc(38 / 20);
  color: #FFFFFF;
  margin: 0;
}
body[data-page="sound-healing"] .sh-ttc__cred-logo {
  display: block;
  width: min(136px, calc(136 / 1920 * 100vw));
  height: min(136px, calc(136 / 1920 * 100vw));
  object-fit: contain;
}
/* Learn More pill — 195x60 #FAFAFA bg, label "Explore the TTC". */
body[data-page="sound-healing"] .sh-ttc__cta {
  align-self: flex-start;
  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;
  transition: background 0.25s ease, color 0.25s ease;
}
body[data-page="sound-healing"] .sh-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="sound-healing"] .sh-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="sound-healing"] .sh-ttc__cta:hover {
  background: #5E2A29;
}
body[data-page="sound-healing"] .sh-ttc__cta:hover .sh-ttc__cta-label {
  color: #FAFAFA;
}
body[data-page="sound-healing"] .sh-ttc__cta:hover .sh-ttc__cta-arrow rect {
  fill: #FAFAFA;
}
body[data-page="sound-healing"] .sh-ttc__cta:hover .sh-ttc__cta-arrow path {
  stroke: #5E2A29;
}

/* ============ INSIDE THE EXPERIENCE (y=3616, h=1048) ============ */
body[data-page="sound-healing"] .sh-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));
  /* 100 white spacer after TTC (3516+100=3616 heading), heading 58 +
     gap + card 787 = ~1048 total span. */
}
body[data-page="sound-healing"] .sh-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="sound-healing"] .exp-carousel {
  width: min(1096px, calc(1096 / 1920 * 100vw));
  margin: min(71px, calc(71 / 1920 * 100vw)) auto 0;
}
body[data-page="sound-healing"] .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="sound-healing"] .exp-videos {
  display: flex;
  gap: min(24px, calc(24 / 1920 * 100vw));
  transition: transform 0.5s ease;
}
body[data-page="sound-healing"] .exp-videos.is-dragging { transition: none; }
body[data-page="sound-healing"] .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="sound-healing"] .exp-video__btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
body[data-page="sound-healing"] .exp-video__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body[data-page="sound-healing"] .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="sound-healing"] .exp-video__play svg {
  width: 40%;
  height: 40%;
}
body[data-page="sound-healing"] .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="sound-healing"] .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="sound-healing"] .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="sound-healing"] .exp-carousel__arrow:hover {
  background: #5E2A29;
  color: #FAFAFA;
}
body[data-page="sound-healing"] .exp-carousel__arrow svg {
  width: min(42px, calc(42 / 1920 * 100vw));
  height: min(42px, calc(42 / 1920 * 100vw));
}
body[data-page="sound-healing"] .exp-carousel__dots {
  display: flex;
  gap: 10px;
  padding: 0 10px;
}
body[data-page="sound-healing"] .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="sound-healing"] .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="sound-healing"] .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="sound-healing"] .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="sound-healing"] .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="sound-healing"] .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="sound-healing"] .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;
}
body[data-page="sound-healing"] .sh-upcoming__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="sound-healing"] .sh-upcoming__arrow:hover {
  background: #5E2A29;
  color: #FAFAFA;
}
body[data-page="sound-healing"] .sh-upcoming__arrow svg {
  width: min(42px, calc(42 / 1920 * 100vw));
  height: min(42px, calc(42 / 1920 * 100vw));
}

/* ============ UPCOMING SOUND HEALING EXPERIENCES (y=4764, h=843) ============ */
body[data-page="sound-healing"] .sh-upcoming {
  position: relative;
  width: 100%;
  /* Tuned: 263 overshot by 30 so heading sat at 4794; dropped to 233
     to land at Figma's exact 4764. */
  padding: min(233px, calc(233 / 1920 * 100vw)) 0 min(120px, calc(120 / 1920 * 100vw));
}
body[data-page="sound-healing"] .sh-upcoming__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;
}
/* TWO event cards at x=419 and x=972, each 530x715. */
body[data-page="sound-healing"] .sh-upcoming__grid {
  display: grid;
  grid-template-columns: repeat(2, min(530px, calc(530 / 1920 * 100vw)));
  gap: min(23px, calc(23 / 1920 * 100vw));
  justify-content: center;
  margin: min(70px, calc(70 / 1920 * 100vw)) 0 0;
}
/* Carousel nav is mobile-only — hidden on desktop so the approved 2-card grid
   stays exactly as-is (shown via the @media block below). */
body[data-page="sound-healing"] .sh-upcoming__nav { display: none; }
body[data-page="sound-healing"] .sh-event-card {
  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));
  min-height: min(715px, calc(715 / 1920 * 100vw));
  gap: min(24px, calc(24 / 1920 * 100vw));
}
body[data-page="sound-healing"] .sh-event-card__photo {
  position: relative;
  width: 100%;
  height: min(368px, calc(368 / 1920 * 100vw));
  background-size: cover;
  background-position: center;
}
/* Two pill tags overlaid bottom-left at (25.88, 307). */
body[data-page="sound-healing"] .sh-event-card__tags {
  position: absolute;
  left: min(26px, calc(26 / 1920 * 100vw));
  bottom: min(27px, calc(27 / 1920 * 100vw)); /* 368 - 307 - 34 = 27 */
  display: flex;
  gap: min(9px, calc(9 / 1920 * 100vw));
}
body[data-page="sound-healing"] .sh-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;
  white-space: nowrap;
}
body[data-page="sound-healing"] .sh-event-card__body {
  padding: 0 min(36px, calc(36 / 1920 * 100vw));
  display: flex; flex-direction: column;
  gap: min(16px, calc(16 / 1920 * 100vw));
  flex: 1;
}
body[data-page="sound-healing"] .sh-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="sound-healing"] .sh-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 (node 4149:5583) is a calendar, not a solid square —
     mask the brown box into the lucide calendar outline. */
  -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="sound-healing"] .sh-event-card__title {
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: min(28.56px, calc(28.56 / 1920 * 100vw));
  line-height: 1.458;
  color: #5E2A29;
  margin: 0;
}
body[data-page="sound-healing"] .sh-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="sound-healing"] .sh-event-card__cta {
  display: flex;
  align-items: center; justify-content: center;
  background: #5E2A29;
  color: #FFFFFF;
  border-radius: 20px;
  height: min(48px, calc(48 / 1920 * 100vw));
  padding: 0 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) — Sound Healing 1:1 with Figma mobile artboard
   uk09oojES0Fa629QvQ2RJg node 4149:5422 (390 x 5548).
   TEXT = fixed px; LAYOUT scales via min(Xpx, calc(X/390*100vw)).
   Reuses desktop colour/font tokens; overrides the /1920 geometry.
   Mirrors the Yoga mobile pattern. Section gap ≈ 70px.
   ============================================================ */
/* ===== QC Phase-1 hides + card hover ===== */
body[data-page="sound-healing"] .sh-hero__cta { display: none !important; } /* QC r31 */
body[data-page="sound-healing"] .sh-ttc__cta { display: none !important; }  /* QC r35: Explore the TTC — not available Phase 1 */
body[data-page="sound-healing"] .sh-upcoming { display: none !important; }  /* QC r36: hide upcoming-events section */
body[data-page="sound-healing"] .sh-offer-card { transition: transform .3s ease, box-shadow .3s ease; } /* QC r14 */
body[data-page="sound-healing"] .sh-offer-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px -25px rgba(94, 42, 41, 0.3); } /* QC r14 */

@media (max-width: 1023px) {

  /* ---------- HERO (centered stack, pill below title) ---------- */
  body[data-page="sound-healing"] .sh-hero {
    height: min(603px, calc(603 / 390 * 100vw));
  }
  /* Figma (node 4149:5424) centres the big gold bowl (striker + metallophone
     above it) — the mask reveals the mid band, not the top. */
  body[data-page="sound-healing"] .sh-hero__image {
    background-size: 360% auto;
    background-position: 6% 50%;
  }
  /* Figma scrim: WHITE wash up top (softens the busy instruments) + a soft
     dark foot so the white title/kicker/pill read over the bright bowl. */
  body[data-page="sound-healing"] .sh-hero__veil {
    background: linear-gradient(180deg,
      rgba(255,255,255,0.40) 0%,
      rgba(255,255,255,0.10) 34%,
      rgba(0,0,0,0.00) 56%,
      rgba(0,0,0,0.42) 100%);
  }
  body[data-page="sound-healing"] .sh-hero__inner {
    left: 0 !important; right: 0 !important; top: auto !important;
    bottom: min(83px, calc(83 / 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="sound-healing"] .sh-hero__kicker {
    font-size: 12px; line-height: 20px; letter-spacing: 0.84px; white-space: normal;
  }
  body[data-page="sound-healing"] .sh-hero__title {
    font-size: 32px; line-height: 1.2; width: auto; margin: 0;
  }
  body[data-page="sound-healing"] .sh-hero__cta {
    left: 50% !important; right: auto !important; transform: translateX(-50%);
    top: auto !important; bottom: min(28px, calc(28 / 390 * 100vw)) !important;
    width: min(243px, calc(243 / 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="sound-healing"] .sh-hero__cta-label { font-size: 12px; line-height: normal; }
  body[data-page="sound-healing"] .sh-hero__cta-arrow {
    width: min(20px, calc(20 / 390 * 100vw)); height: min(20px, calc(20 / 390 * 100vw));
  }

  /* ---------- TUNE INTO HARMONY (copy above full-bleed video) ---------- */
  body[data-page="sound-healing"] .sh-tune {
    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="sound-healing"] .sh-tune__photo,
  body[data-page="sound-healing"] .sh-tune__iframe {
    position: relative; left: auto; top: auto;
    width: 100%; height: min(245px, calc(245 / 390 * 100vw));
    border-radius: 0;
  }
  body[data-page="sound-healing"] .sh-tune__play {
    left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: min(50px, calc(50 / 390 * 100vw)); height: min(50px, calc(50 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-tune__copy {
    position: static; left: auto; top: auto; width: auto;
    padding: 0 min(37px, calc(37 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-tune__copy h2 {
    font-size: 28px; line-height: normal; width: auto;
    margin: 0 0 min(12px, calc(12 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-tune__copy p {
    font-size: 14px; line-height: 26px; width: auto; margin: 0;
  }

  /* ---------- SOUND HEALING OFFERINGS (left head + 3 full-width cards) ---------- */
  body[data-page="sound-healing"] .sh-offerings {
    height: auto;
    padding: min(70px, calc(70 / 390 * 100vw)) 0 0;
  }
  body[data-page="sound-healing"] .sh-offerings__head {
    position: static; height: auto;
    padding: 0 min(37px, calc(37 / 390 * 100vw));
    margin-bottom: min(28px, calc(28 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-offerings__title {
    position: static; left: auto; width: auto;
    font-size: 28px; line-height: normal; margin: 0 0 min(20px, calc(20 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-offerings__intro {
    position: static; left: auto; width: auto;
    font-size: 14px; line-height: 26px;
  }
  body[data-page="sound-healing"] .sh-offerings__grid {
    position: static; height: auto; margin-top: 0;
    display: flex; flex-direction: column; gap: min(20px, calc(20 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-offer-card {
    position: static; top: auto; left: auto !important;
    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="sound-healing"] .sh-offer-card__icon {
    width: min(63px, calc(63 / 390 * 100vw)); height: min(63px, calc(63 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-offer-card__inner { gap: min(25px, calc(25 / 390 * 100vw)) !important; }
  body[data-page="sound-healing"] .sh-offer-card__head { gap: min(12px, calc(12 / 390 * 100vw)); }
  body[data-page="sound-healing"] .sh-offer-card__title { font-size: 18px; line-height: 1.45; }
  body[data-page="sound-healing"] .sh-offer-card__kicker { font-size: 12px; line-height: 20px; letter-spacing: 0.48px; }
  body[data-page="sound-healing"] .sh-offer-card__body { font-size: 12px; line-height: 20px; }
  body[data-page="sound-healing"] .sh-offer-card__tags { font-size: 12px; line-height: 20px; margin: 0; }

  /* ---------- TTC (image band on top + dark text below) ---------- */
  body[data-page="sound-healing"] .sh-ttc {
    height: auto;
    margin-top: min(70px, calc(70 / 390 * 100vw));
    display: flex; flex-direction: column;
    background: transparent;
  }
  body[data-page="sound-healing"] .sh-ttc__bg {
    position: relative; left: auto; top: auto; inset: auto;
    width: 100%; height: min(309px, calc(309 / 390 * 100vw));
    background-position: center top;
    order: -1;
    overflow: hidden;
  }
  /* Figma gradient on the image band (node 4149:5536): transparent on the
     right fading to a soft grey on the left. */
  body[data-page="sound-healing"] .sh-ttc__bg::after {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(to left,
      rgba(0,0,0,0) 0%,
      rgba(67,67,67,0.57) 70.67%,
      rgba(67,67,67,0.69) 100%);
  }
  body[data-page="sound-healing"] .sh-ttc__veil { display: none; }
  body[data-page="sound-healing"] .sh-ttc__inner {
    position: static; left: auto; top: auto; width: auto;
    gap: 0 !important;
    /* !important to beat the universal [class*="__inner"]{padding-top:0} reset
       (higher specificity) that was collapsing the image→title gap to 0. */
    padding: min(48px, calc(48 / 390 * 100vw)) min(37px, calc(37 / 390 * 100vw)) 0 !important;
  }
  body[data-page="sound-healing"] .sh-ttc__title {
    font-size: 28px; line-height: normal; color: #5E2A29; width: auto; margin: 0;
  }
  body[data-page="sound-healing"] .sh-ttc__kicker {
    font-size: 12px; line-height: 24px; letter-spacing: 0.48px; color: #282828; width: auto;
    margin: min(15px, calc(15 / 390 * 100vw)) 0 0;
  }
  body[data-page="sound-healing"] .sh-ttc__body {
    font-size: 12px; line-height: 22px; color: #282828; width: auto;
    margin: min(25px, calc(25 / 390 * 100vw)) 0 0;
  }
  body[data-page="sound-healing"] .sh-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="sound-healing"] .sh-ttc__chip {
    height: min(29px, calc(29 / 390 * 100vw));
    background: #5E2A29; color: #FFFFFF;
    font-size: 10px; line-height: 1.45;
  }
  body[data-page="sound-healing"] .sh-ttc__creds {
    justify-content: center;
    gap: min(40px, calc(40 / 390 * 100vw));
    margin: min(24px, calc(24 / 390 * 100vw)) 0 0;
  }
  body[data-page="sound-healing"] .sh-ttc__cred-group { align-items: center; }
  body[data-page="sound-healing"] .sh-ttc__cred-label { font-size: 14px; line-height: 38px; color: #5E2A29; text-align: center; }
  body[data-page="sound-healing"] .sh-ttc__cred-logo {
    width: min(90px, calc(90 / 390 * 100vw)); height: min(90px, calc(90 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-ttc__cta { display: none; }   /* not in mobile Figma */

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

  /* ---------- UPCOMING (centered 300px event cards, stacked) ---------- */
  body[data-page="sound-healing"] .sh-upcoming {
    padding: min(70px, calc(70 / 390 * 100vw)) 0 min(50px, calc(50 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-upcoming__heading { font-size: 28px; line-height: normal; }
  /* SINGLE-SLIDE carousel: one centred card per view, NO peek of the next.
     Each slide spans exactly one viewport (card 300 + gap 90 = 390), so the
     neighbouring card sits fully off-screen; scroll-snap centres each card.
     Grid capped at 390 + margin auto so it stays centred above 390px too. */
  body[data-page="sound-healing"] .sh-upcoming__grid {
    display: flex; flex-direction: row; align-items: stretch;
    justify-content: flex-start;   /* override desktop's center, which was centering the overflow */
    grid-template-columns: none;
    gap: min(90px, calc(90 / 390 * 100vw));
    margin: min(28px, calc(28 / 390 * 100vw)) 0 0;
    overflow-x: auto; scroll-snap-type: x mandatory;
    scroll-padding-left: min(45px, calc(45 / 390 * 100vw));
    padding: 0 min(45px, calc(45 / 390 * 100vw)) min(8px, calc(8 / 390 * 100vw));
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  body[data-page="sound-healing"] .sh-upcoming__grid::-webkit-scrollbar { display: none; }
  body[data-page="sound-healing"] .sh-event-card {
    flex: 0 0 min(300px, calc(300 / 390 * 100vw));
    scroll-snap-align: start; scroll-snap-stop: always;
    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));
  }
  /* show + size the carousel arrows (hidden on desktop) */
  body[data-page="sound-healing"] .sh-upcoming__nav {
    display: flex; justify-content: center;
    gap: min(20px, calc(20 / 390 * 100vw));
    margin-top: min(24px, calc(24 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-upcoming__arrow {
    width: min(40px, calc(40 / 390 * 100vw)); height: min(40px, calc(40 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-upcoming__arrow svg {
    width: min(20px, calc(20 / 390 * 100vw)); height: min(20px, calc(20 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-event-card__photo {
    height: min(225px, calc(225 / 390 * 100vw));
    border-radius: min(6px, calc(6 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-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="sound-healing"] .sh-event-tag {
    padding: min(3px, calc(3 / 390 * 100vw)) min(14px, calc(14 / 390 * 100vw));
    font-size: 10px; line-height: normal;
  }
  body[data-page="sound-healing"] .sh-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="sound-healing"] .sh-event-card__date {
    font-size: 11px; line-height: 17px; letter-spacing: 0.44px;
    gap: min(8px, calc(8 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-event-card__bullet {
    width: min(12px, calc(12 / 390 * 100vw)); height: min(12px, calc(12 / 390 * 100vw));
  }
  body[data-page="sound-healing"] .sh-event-card__title { font-size: 18px; line-height: 1.45; }
  body[data-page="sound-healing"] .sh-event-card__desc { font-size: 12px; line-height: 20px; }
  body[data-page="sound-healing"] .sh-event-card__cta {
    height: min(29px, calc(29 / 390 * 100vw));
    border-radius: min(15px, calc(15 / 390 * 100vw));
    padding: 0 min(13px, calc(13 / 390 * 100vw));
    font-size: 11px; line-height: normal;
    margin-top: min(4px, calc(4 / 390 * 100vw));
  }
}
