@font-face {
  font-family: 'Soma Geologica';
  src: url('soma/fonts/Geologica-ExtraBold.ttf') format('truetype');
  font-weight: 700 900;
  font-display: swap;
}

@font-face {
  font-family: 'Soma Haas';
  src: url('soma/fonts/HaasGrot-Thin.otf') format('opentype');
  font-weight: 300 400;
  font-display: swap;
}

@font-face {
  font-family: 'Soma Haas';
  src: url('soma/fonts/HaasGrot-Medium.otf') format('opentype');
  font-weight: 500 700;
  font-display: swap;
}

@font-face {
  font-family: 'Mango Grotesque';
  src: url('soma/fonts/MangoGrotesque-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #f3f0eb;
  --ink: #303843;
  --lilac: #9d84f6;
  --purple: #303843;
  --green: #303843;
  --dark-green: #303843;
  --orange: #9d84f6;
  --yellow: #e4f98c;
  --blue: #f3f0eb;
  --lime: #e4f98c;
  --sun: #f7c95c;
  --sky: #abd4df;
  --coral: #f26a3d;
  --mauve: #c98bd2;
  --line: rgba(48, 56, 67, .24);
  --heading: 'Soma Geologica', Arial, sans-serif;
  --body: 'Soma Haas', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-weight: 300; overflow-x: hidden; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
strong, b, button { font-weight: 600; }
.section { padding: 110px max(5vw, 24px); }
.kicker { margin: 0 0 18px; font-size: 14px; line-height: 1.35; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
h1, h2, h3 { font-family: var(--heading); font-weight: 800; letter-spacing: -.045em; margin: 0; line-height: .95; }
p { line-height: 1.6; }

.announcement { background: var(--ink); color: var(--lime); text-align: center; padding: 9px 16px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nav-shell { position: sticky; z-index: 50; top: 12px; width: min(1560px, calc(100% - 28px)); min-height: 82px; margin: 12px auto -94px; display: grid; grid-template-columns: 170px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 8px 10px 8px 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(228, 249, 140, .94); backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgba(48, 56, 67, .12); }
.logo img { width: 155px; height: 52px; object-fit: contain; object-position: left center; }
.nav-links { justify-self: stretch; display: grid; grid-template-columns: repeat(6, minmax(76px, 1fr)); align-self: stretch; }
.nav-links > a, .nav-main { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 6px 8px; font-size: 14px; line-height: 1.1; letter-spacing: .04em; text-align: center; text-transform: uppercase; font-weight: 600; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.nav-links > a, .nav-has-subnav { border-left: 1px solid rgba(48, 56, 67, .22); }
.nav-links > a:last-child { border-right: 1px solid rgba(48, 56, 67, .22); }
.nav-links > a:hover, .nav-links > a:focus-visible, .nav-main:hover, .nav-main:focus-visible { color: var(--cream); background: var(--lilac); transform: translateY(-2px); outline: none; }
.nav-has-subnav { position: relative; display: flex; min-width: 0; }
.nav-main { flex: 1; min-width: 0; }
.nav-subnav { position: absolute; top: calc(100% + 9px); left: 50%; z-index: 10; width: max-content; min-width: 180px; padding: 8px; border: 1px solid var(--ink); border-radius: 13px; background: var(--cream); box-shadow: 5px 6px 0 var(--ink); opacity: 0; visibility: hidden; transform: translate(-50%, -7px); transition: opacity .18s, transform .18s, visibility .18s; }
.nav-subnav::before { content: ""; position: absolute; bottom: 100%; left: 0; width: 100%; height: 11px; }
.nav-has-subnav:hover .nav-subnav, .nav-has-subnav:focus-within .nav-subnav { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-subnav a { display: block; padding: 11px 13px; border-radius: 8px; font-size: 13px; line-height: 1.2; letter-spacing: .04em; text-align: left; text-transform: uppercase; text-decoration: none; }
.nav-subnav a:hover, .nav-subnav a:focus-visible { color: var(--cream); background: var(--lilac); outline: none; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 22px; border: 2px solid var(--ink); border-radius: 100px; color: var(--ink); font-weight: 600; text-decoration: none; box-shadow: 3px 3px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.button-dark { background: var(--ink); color: var(--cream); border-color: var(--ink); box-shadow: 3px 3px 0 var(--lilac); }
.button-green { background: var(--lime); color: var(--ink); }
.button-orange { background: var(--orange); }
.button-yellow { background: var(--yellow); }
.menu-button { display: none; background: transparent; border: 0; font-weight: 600; }

.hero-media { min-height: 720px; padding: 165px 4vw 55px; background: var(--cream); overflow: hidden; }
.hero-stage { position: relative; height: 560px; max-width: 1280px; margin: 0 auto; }
.hero-video-card { position: absolute; left: 50%; top: 0; width: min(64vw, 820px); height: 510px; transform: translateX(-50%) rotate(-1.5deg); padding: 10px; border: 2px solid var(--ink); border-radius: 28px; background: var(--lime); box-shadow: 10px 11px 0 var(--lilac); overflow: hidden; }
.hero-video-card video { width: 100%; height: 100%; object-fit: cover; border-radius: 24px; }
.video-pill { position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 7px; background: var(--lime); border: 1px solid var(--ink); border-radius: 10px; padding: 10px 14px; font-size: 12px; font-weight: 600; }
.location-pin { color: var(--purple); font-size: 17px; line-height: 1; }
.hero-photo { position: absolute; width: 225px; height: 270px; object-fit: cover; border: 8px solid var(--cream); border-radius: 24px; box-shadow: 0 15px 40px rgba(34,32,33,.18); }
.photo-one { left: 0; top: 28px; transform: rotate(-7deg); }
.photo-two { right: 0; top: 120px; transform: rotate(8deg); }
.hero-dog { position: absolute; z-index: 2; width: 180px; right: 7%; bottom: -2px; transform: rotate(-5deg); filter: drop-shadow(5px 7px 0 rgba(242,238,226,.8)); }
.hero-orbit { position: absolute; z-index: 4; padding: 10px 16px; border: 2px solid var(--ink); border-radius: 100px; font-family: var(--heading); font-weight: 700; transform: rotate(-7deg); }
.orbit-one { left: 11%; top: -18px; background: var(--lilac); }
.orbit-two { right: 10%; top: 64px; background: var(--blue); transform: rotate(8deg); }
.orbit-three { left: 8%; bottom: 80px; background: var(--orange); transform: rotate(5deg); }

.longevity-intro { background: var(--cream); padding-top: 80px; padding-bottom: 105px; }
.longevity-copy { max-width: 1050px; margin: 0 auto; }
.longevity-copy h1 { font-size: clamp(48px, 6.1vw, 88px); line-height: 1; }
.longevity-copy h1 .longevity { color: var(--lilac); font-family: 'Mango Grotesque', var(--heading); font-style: normal; font-weight: 800; letter-spacing: .065em; }
.longevity-underline { width: min(565px, 62vw); height: 18px; margin: 28px 0 32px 8px; background: var(--lilac); clip-path: polygon(0 44%, 96% 4%, 100% 38%, 2% 100%); transform: rotate(-1deg); }
.longevity-copy > p { max-width: 880px; margin: 24px 0 0; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.48; letter-spacing: .02em; font-weight: 400; }
.longevity-pillars { display: flex; gap: 18px; align-items: center; font-family: var(--heading); }
.longevity-pillars b { color: var(--lilac); }
.longevity-copy .button { margin-top: 36px; }

.movement-ticker { overflow: hidden; background: var(--purple); color: var(--lime); border-block: 2px solid var(--ink); padding: 17px 0; transform: rotate(-1deg) scale(1.02); }
.ticker-track { display: flex; width: max-content; align-items: center; animation: ticker 42s linear infinite; font-family: var(--heading); font-size: 22px; font-weight: 800; text-transform: lowercase; }
.ticker-track > span { display: inline-flex; align-items: center; gap: 28px; margin-right: 28px; white-space: nowrap; }
.ticker-track b { color: var(--orange); }
@keyframes ticker { to { transform: translateX(-50%); } }

.philosophy { display: grid; grid-template-columns: auto minmax(180px, .7fr) minmax(320px, 1.4fr) auto; gap: clamp(26px, 4vw, 70px); align-items: center; background: var(--cream); }
.philosophy h2, .philosophy-title { font-family: var(--heading); font-weight: 800; }
.philosophy h2 { font-size: clamp(48px, 5.2vw, 78px); }
.philosophy-dog { width: min(250px, 20vw); height: auto; aspect-ratio: 600 / 811; object-fit: contain; justify-self: center; }
.philosophy-copy { max-width: 610px; }
.philosophy-copy p { margin: 0; padding-left: 25px; border-left: 1px solid var(--ink); font-size: clamp(18px, 1.7vw, 25px); line-height: 1.5; letter-spacing: .025em; font-weight: 400; }
.philosophy-copy .philosophy-title { margin-bottom: 28px; font-size: clamp(24px, 2.6vw, 42px); }
.philosophy-button { min-width: 210px; background: var(--green); color: var(--cream); border-color: var(--green); text-align: center; text-transform: lowercase; }

.section-label { display: inline-flex; border: 1px solid var(--ink); border-radius: 100px; padding: 8px 14px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-top: 54px; }
.intro h2 { font-size: clamp(48px, 6.4vw, 92px); }
.intro h2 em { color: var(--lilac); font-style: normal; }
.intro-copy { font-size: clamp(16px, 1.5vw, 21px); }
.intro-copy p:first-child { font-weight: 600; }

.lab-section { width: min(1120px, 100%); margin: 0 auto; padding-top: 55px; padding-bottom: 70px; }
.lab-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--ink); }
.lab-tabs button { border: 0; border-top: 1px solid var(--line); background: transparent; padding: 15px 12px; text-align: left; display: flex; align-items: center; gap: 12px; cursor: pointer; color: var(--ink); }
.lab-number { font-family: var(--body); font-size: 12px; font-weight: 500; }
.lab-tab-copy { display: flex; flex-direction: column; gap: 3px; }
.lab-tab-copy strong { font-family: var(--heading); font-size: clamp(16px, 1.7vw, 23px); }
.lab-tab-copy small { font-family: var(--body); font-size: 12px; font-weight: 300; }
.lab-tabs button.active { background: var(--green); color: var(--cream); border-radius: 14px 14px 0 0; }
.lab-card { min-height: 620px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; padding: 22px; border: 2px solid var(--ink); border-radius: 0 0 26px 26px; overflow: hidden; }
.lab-card.yellow { background: var(--yellow); }
.lab-card.blue { background: var(--blue); }
.lab-card.lilac { background: var(--lilac); }
.lab-copy { padding: 28px 18px; display: flex; flex-direction: column; align-items: flex-start; }
.lab-copy h3 { font-size: clamp(36px, 4.2vw, 54px); max-width: 460px; }
.lab-description { display: grid; gap: 16px; max-width: 440px; margin: 26px 0 30px; }
.lab-description p { margin: 0; font-size: 17px; line-height: 1.55; }
.lab-description .lab-lead { font-size: 19px; line-height: 1.45; font-weight: 700; }
.lab-description .lab-inclusive { font-weight: 700; }
.lab-description em { font-style: italic; }
.lab-copy a { margin-top: auto; font-weight: 600; text-underline-offset: 5px; }
.lab-card > img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; border: 2px solid var(--ink); border-radius: 20px; }

.signal { background: var(--ink); color: var(--cream); display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.signal-card { min-height: 580px; padding: 50px; border-radius: 28px; background: var(--lime); color: var(--ink); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--lilac); display: flex; flex-direction: column; }
.signal-number { font-family: var(--heading); font-size: clamp(170px, 23vw, 320px); line-height: .7; letter-spacing: -.1em; }
.signal-card p { font-family: var(--heading); font-size: 30px; font-weight: 800; margin: 28px 0 0; }
.signal-bars { display: flex; align-items: end; gap: 12px; height: 100px; margin-top: auto; }
.signal-bars i { width: 18%; height: 30%; background: var(--dark-green); border-radius: 100px; animation: bars 1.6s ease-in-out infinite alternate; }
.signal-bars i:nth-child(2) { height: 70%; animation-delay: .2s; }.signal-bars i:nth-child(3) { height: 100%; animation-delay: .4s; }.signal-bars i:nth-child(4) { height: 55%; animation-delay: .6s; }.signal-bars i:nth-child(5) { height: 85%; animation-delay: .8s; }
@keyframes bars { to { height: 35%; } }

.teacher-training { background: var(--ink); color: var(--cream); display: grid; grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr); gap: clamp(45px, 7vw, 110px); align-items: center; }
.teacher-media { aspect-ratio: 1; border: 2px solid var(--cream); border-radius: 28px; overflow: hidden; box-shadow: 10px 10px 0 var(--lilac); }
.teacher-media video { width: 100%; height: 100%; object-fit: cover; }
.teacher-copy .kicker { color: var(--cream); max-width: 500px; }
.teacher-copy h2 { max-width: 760px; color: var(--lime); font-size: clamp(38px, 4.35vw, 66px); line-height: 1.06; letter-spacing: -.04em; text-wrap: balance; overflow-wrap: normal; hyphens: none; }
.teacher-copy h2 span { display: block; color: var(--lilac); font-size: .58em; letter-spacing: .01em; margin-bottom: 14px; }
.teacher-copy > p:not(.kicker) { max-width: 720px; font-size: 17px; letter-spacing: .015em; font-weight: 400; }
.teacher-copy .button { margin-top: 24px; }
.teacher-training-link { color: var(--cream); text-decoration: none; }
.teacher-training-link .teacher-media, .teacher-training-link .teacher-copy { transition: transform .25s ease; }
.teacher-training-link:hover .teacher-media { transform: rotate(-1deg); }
.teacher-training-link:hover .teacher-copy { transform: translateX(5px); }
.signal-copy h2 { color: var(--lime); font-size: clamp(48px, 5.8vw, 86px); }
.signal-copy > p:not(.kicker) { max-width: 600px; font-size: 18px; margin: 28px 0; }

.studio-section { padding-top: 110px; }
.studio-heading { text-align: center; padding-bottom: 65px; }
.studio-heading h2 { font-size: clamp(58px, 8vw, 118px); }
.studio-heading h2 span { color: var(--purple); }
.studio-collage { display: grid; grid-template-columns: 1fr 1.3fr 1fr; grid-template-rows: 360px 260px; gap: 12px; padding: 12px; background: var(--ink); }
.studio-collage > img, .studio-video { width: 100%; height: 100%; object-fit: cover; overflow: hidden; }
.studio-collage > img:first-child { grid-row: 1 / 3; }
.studio-video { grid-row: 1 / 3; }
.studio-video video { width: 100%; height: 100%; object-fit: cover; }
.quote-card { position: relative; background: var(--orange); padding: 35px; font-family: var(--heading); font-size: clamp(32px, 3.7vw, 54px); font-weight: 800; line-height: .95; overflow: hidden; }
.quote-card img { position: absolute; width: 115px; right: -4px; bottom: -22px; }

.ella { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; }
.ella-art { border: 2px solid var(--ink); border-radius: 50% 50% 28px 28px; background: #fff; overflow: hidden; box-shadow: 11px 11px 0 var(--blue); }
.ella-art img { width: 100%; }
.ella-copy h2 { font-size: clamp(58px, 7vw, 105px); color: var(--dark-green); }
.ella-copy > p:not(.kicker) { max-width: 650px; font-size: 19px; }
.mini-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.mini-proof span { color: var(--orange); }

.book { background: var(--lime); border-block: 2px solid var(--ink); }
.book-top { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; margin-bottom: 60px; }
.book-top h2 { font-size: clamp(52px, 6.4vw, 92px); }
.book-top > p { font-size: 19px; }
.booking-card { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 650px; background: var(--cream); border: 2px solid var(--ink); border-radius: 24px; overflow: hidden; box-shadow: 9px 9px 0 var(--purple); }
.booking-copy { padding: 45px; background: var(--lilac); border-right: 2px solid var(--ink); display: flex; flex-direction: column; align-items: flex-start; }
.booking-tag { padding: 7px 11px; border: 1px solid var(--ink); border-radius: 100px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.booking-copy h3 { font-size: clamp(40px, 4.2vw, 62px); margin: 38px 0 20px; line-height: 1.02; }
.booking-copy .button { margin-top: auto; }
.booking-copy .booking-app-button { max-width: 100%; text-align: center; line-height: 1.25; }
.booking-copy .booking-app-note { margin: 14px 0 0; font-size: 15px; line-height: 1.45; font-weight: 400; }
.booking-card iframe { width: 100%; height: 100%; min-height: 650px; border: 0; background: #fff; }

.pricing { background: var(--cream); }
.pricing-heading { max-width: 940px; margin: 0 auto 42px; text-align: center; }
.pricing-heading h2 { font-size: clamp(38px, 4.7vw, 62px); }
.pricing-heading p { max-width: 650px; margin: 18px auto 5px; font-size: 19px; }
.pricing-heading em { color: rgba(48,56,67,.68); }
.pricing-list { max-width: 1120px; margin: auto; border-top: 2px solid var(--lilac); }
.price-group { border-bottom: 2px solid var(--lilac); transition: background .2s; }
.price-toggle { width: 100%; min-height: 112px; display: grid; grid-template-columns: 58px 1fr 38px; gap: 18px; align-items: center; padding: 18px 24px; color: var(--ink); background: transparent; border: 0; cursor: pointer; text-align: left; }
.price-number { width: 50px; height: 50px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-family: var(--heading); font-size: 18px; }
.price-label { display: flex; flex-direction: column; }
.price-label strong { font-family: var(--heading); font-size: clamp(27px, 3vw, 40px); line-height: 1; }
.price-label em { margin-top: 7px; font-size: 17px; }
.price-toggle > b { justify-self: end; font-size: 34px; }
.price-group.sun:hover, .price-group.sun.open { background: var(--sun); }
.price-group.sky:hover, .price-group.sky.open { background: var(--sky); }
.price-group.coral:hover, .price-group.coral.open { background: var(--coral); }
.price-group.mauve:hover, .price-group.mauve.open { background: var(--mauve); }
.price-group.coral.open { color: var(--cream); }
.price-group.coral.open .price-toggle { color: var(--cream); }
.price-content { padding: 0 24px 28px; }
.price-group:not(.open) .price-content { display: none; }
.price-content > p { max-width: 690px; margin: 0 0 18px; }
.price-item { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 10px 0; border-top: 1px solid rgba(48,56,67,.2); }
.price-item span { display: flex; flex-direction: column; gap: 3px; }
.price-item strong { font-size: 16px; }
.price-item small { font-size: 13px; }
.price-button { min-width: 122px; padding: 11px 18px; border-radius: 100px; background: var(--ink); color: var(--lime); text-align: center; font-weight: 600; text-decoration: none; box-shadow: 2px 3px 0 rgba(48,56,67,.25); }

.team-section { border-top: 1px solid var(--ink); overflow: hidden; }
.team-intro { max-width: 940px; margin: 0 auto 55px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; align-items: start; }
.team-intro h2 { font-size: clamp(44px, 5.2vw, 72px); }
.team-intro p { margin: 12px 0 0; padding-left: 30px; border-left: 1px solid var(--ink); font-size: 18px; letter-spacing: .015em; }
.team-slider { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 25vw); gap: 18px; overflow-x: auto; overflow-y: hidden; padding: 22px max(5vw, 24px) 52px; margin-inline: calc(max(5vw, 24px) * -1); scroll-snap-type: x mandatory; scrollbar-color: var(--lilac) transparent; }
.team-card { position: relative; min-height: 390px; scroll-snap-align: start; outline: none; }
.team-card > img { width: 100%; height: 310px; object-fit: cover; border: 2px solid var(--ink); border-radius: 22px; filter: saturate(.8); transition: transform .25s, filter .25s; }
.team-name { padding: 16px 4px; }
.team-name h3 { font-size: 28px; }
.team-name p { margin: 4px 0 0; }
.team-popover { position: absolute; z-index: 3; left: 12px; right: 12px; top: 24px; padding: 22px; border: 2px solid var(--ink); border-radius: 18px; background: var(--lime); box-shadow: 7px 7px 0 var(--lilac); opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .22s, transform .22s; }
.team-popover h3 { font-size: 31px; }
.team-popover p { margin: 12px 0 0; line-height: 1.35; }
.team-popover b { display: block; font-family: var(--heading); }
.team-card:hover .team-popover, .team-card:focus .team-popover, .team-card:focus-within .team-popover { opacity: 1; transform: translateY(0); }
.team-card:hover > img, .team-card:focus > img { transform: rotate(-2deg) scale(.98); filter: saturate(1); }

.journal { background: var(--cream); }
.journal-flex { display: flex; gap: clamp(38px, 5vw, 70px); max-width: 1220px; margin: auto; }
.journal-intro { flex: 1 1 360px; }
.journal-intro h2 { font-size: clamp(48px, 6.4vw, 88px); }
.journal-intro > p { max-width: 440px; font-size: 19px; letter-spacing: .02em; }
.journal-intro img { width: min(310px, 80%); max-height: 400px; object-fit: contain; margin: 28px auto 0; }
.journal-list { flex: 1.35 1 560px; max-height: 600px; display: flex; flex-direction: column; gap: 14px; padding: 16px; overflow-y: auto; border: 3px solid var(--ink); border-radius: 24px; scrollbar-color: var(--lilac) transparent; }
.journal-item { min-height: 108px; display: flex; align-items: center; gap: 20px; padding: 16px 20px; border: 2px solid var(--ink); border-radius: 16px; text-decoration: none; transition: background .2s, transform .2s; }
.journal-item:hover { background: var(--lime); transform: translateX(-4px); }
.journal-date { width: 78px; flex: 0 0 auto; text-align: center; }
.journal-date b { display: block; font-family: var(--heading); font-size: 38px; }
.journal-date small { font-size: 13px; }
.journal-item > i { align-self: stretch; width: 1px; background: var(--line); }
.journal-text { flex: 1 1 auto; }
.journal-text strong { display: block; font-family: var(--heading); font-size: clamp(18px, 2vw, 25px); line-height: 1.05; }
.journal-text small { display: block; margin-top: 10px; font-size: 14px; }
.journal-arrow { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-size: 21px; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.faq h2 { font-size: clamp(44px, 5vw, 70px); }
.faq > div:first-child img { max-width: 240px; margin: 45px auto 0; }
.faq-list { border-top: 2px solid var(--ink); }
.faq details { border-bottom: 2px solid var(--ink); }
.faq summary { min-height: 108px; display: grid; grid-template-columns: 44px 1fr 30px; align-items: center; gap: 14px; cursor: pointer; list-style: none; font-family: var(--heading); font-size: clamp(21px, 2.3vw, 32px); font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-family: var(--body); font-size: 13px; }
.faq summary b { font-size: 30px; transition: transform .2s; }
.faq details[open] summary b { transform: rotate(45deg); }
.faq details p { padding: 0 55px 28px; max-width: 660px; }

.final-cta { position: relative; overflow: hidden; text-align: center; background: var(--purple); color: var(--cream); padding: 120px 24px; border-block: 2px solid var(--ink); }
.final-cta h2 { color: var(--lime); font-size: clamp(54px, 6.8vw, 96px); }
.final-cta > p:not(.kicker) { font-size: 19px; }
.final-actions { display: flex; justify-content: center; align-items: center; gap: 32px; margin-top: 35px; }
.text-link { font-weight: 600; text-underline-offset: 5px; }
.final-cta > img { position: absolute; width: 190px; right: 3vw; bottom: -28px; filter: brightness(0) invert(1); opacity: .9; }

footer { padding: 70px 5vw 24px; display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 42px; background: var(--ink); color: var(--cream); }
.footer-logo { align-self: start; width: fit-content; padding: 18px; border-radius: 14px; background: var(--lime); }
.footer-logo img { width: 250px; }
footer b { display: block; color: var(--lime); font-family: var(--heading); font-size: 18px; margin-bottom: 15px; }
footer p, footer a { font-size: 14px; line-height: 1.75; }
footer a { display: block; text-underline-offset: 4px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(242,238,226,.25); font-size: 12px; opacity: .75; }

@media (max-width: 1024px) {
  .nav-shell { grid-template-columns: 1fr auto auto; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 88px; left: 0; width: 100%; padding: 16px; background: var(--lime); border: 1px solid var(--ink); border-radius: 18px; grid-template-columns: repeat(4, 1fr); }
  .nav-links.open { display: grid; }
  .nav-links > a, .nav-main { min-height: 58px; border: 0; border-bottom: 1px solid var(--line); }
  .nav-links > a:last-child { border-right: 0; }
  .nav-has-subnav { grid-column: 1 / -1; display: grid; border: 0; }
  .nav-subnav { position: static; display: grid; grid-template-columns: 1fr 1fr; width: auto; min-width: 0; padding: 5px; border: 0; border-radius: 10px; background: rgba(243, 240, 235, .7); box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-has-subnav:hover .nav-subnav, .nav-has-subnav:focus-within .nav-subnav { transform: none; }
  .nav-subnav::before { display: none; }
  .nav-subnav a { padding: 12px; text-align: center; }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .nav-shell { grid-template-columns: 116px minmax(0, 1fr) 142px; gap: 5px; padding-inline: 10px; }
  .logo img { width: 108px; }
  .nav-links a { padding-inline: 2px; }
  .nav-cta { padding-inline: 12px; gap: 7px; }
}

.legacy-ella { display: none; }

@media (max-width: 1024px) {
  .section { padding: 80px 24px; }
  .hero-media { padding-top: 155px; min-height: 610px; }
  .hero-stage { height: 430px; }
  .hero-video-card { width: 84vw; height: 360px; }
  .hero-photo { width: 140px; height: 170px; }
  .photo-one { left: -22px; }.photo-two { right: -22px; }
  .hero-dog { width: 130px; right: 0; }
  .philosophy { grid-template-columns: auto 1fr; }
  .philosophy-copy { grid-column: 1 / -1; }
  .philosophy-button { justify-self: start; }
  .intro-grid, .signal, .ella, .faq, .book-top, .teacher-training { grid-template-columns: 1fr; gap: 45px; }
  .teacher-copy { max-width: 780px; }
  .teacher-copy h2 { font-size: clamp(39px, 7vw, 60px); line-height: 1.08; }
  .lab-card { grid-template-columns: 1fr; }
  .lab-copy { min-height: 0; }
  .studio-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 260px; }
  .studio-collage > img:first-child, .studio-video { grid-row: auto; }
  .studio-video { grid-column: 1 / -1; grid-row: 1; }
  .booking-card { grid-template-columns: 1fr; }
  .booking-copy { min-height: 500px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .team-intro { grid-template-columns: 1fr; gap: 18px; }
  .team-intro p { padding-left: 0; border-left: 0; }
  .team-slider { grid-auto-columns: minmax(230px, 46vw); }
  .journal-flex { flex-direction: column; }
  .journal-intro img { width: 230px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-logo { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .announcement { font-size: 10px; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-cta { display: none; }
  .nav-links { grid-template-columns: 1fr 1fr; }
  .hero-media { padding-inline: 18px; min-height: 520px; }
  .hero-stage { height: 350px; }
  .hero-video-card { width: 91vw; height: 300px; border-radius: 25px; }
  .hero-photo { display: none; }
  .hero-orbit { font-size: 12px; }
  .orbit-one { left: 0; }.orbit-two { right: 0; top: 30px; }.orbit-three { left: 3%; bottom: 12px; }
  .video-pill { right: 13px; bottom: 13px; }
  .longevity-copy h1 { font-size: 40px; }
  .longevity-copy > p { font-size: 18px; }
  .longevity-underline { width: 72vw; }
  .philosophy { grid-template-columns: 1fr; text-align: center; }
  .philosophy-dog { width: 190px; }
  .philosophy-copy { grid-column: auto; text-align: left; }
  .philosophy-button { justify-self: center; }
  .lab-tabs { grid-template-columns: 1fr; border: 0; gap: 5px; }
  .lab-tabs button, .lab-tabs button.active { border-radius: 12px; padding: 14px; }
  .lab-card { padding: 12px; border-radius: 26px; margin-top: 10px; min-height: 0; }
  .lab-copy { padding: 28px 12px; min-height: 0; }
  .lab-card > img { min-height: 330px; }
  .teacher-training { gap: 34px; }
  .teacher-copy h2 { font-size: clamp(34px, 10.2vw, 43px); line-height: 1.1; letter-spacing: -.032em; }
  .teacher-copy h2 span { margin-bottom: 10px; font-size: .62em; }
  .signal-card { min-height: 440px; padding: 30px; }
  .signal-number { font-size: 190px; }
  .studio-collage { grid-template-columns: 1fr; grid-template-rows: 320px 250px 250px 250px; }
  .studio-video { grid-column: auto; grid-row: auto; }
  .ella-art { max-width: 380px; }
  .booking-copy { padding: 28px; }
  .booking-card iframe { min-height: 580px; }
  .price-toggle { grid-template-columns: 48px 1fr 28px; padding-inline: 12px; }
  .price-number { width: 42px; height: 42px; }
  .price-content { padding-inline: 14px; }
  .price-item { align-items: flex-start; }
  .price-button { min-width: 105px; }
  .team-slider { grid-auto-columns: 78vw; }
  .journal-list { padding: 9px; }
  .journal-item { gap: 10px; padding: 12px 10px; }
  .journal-date { width: 56px; }
  .journal-arrow { width: 38px; height: 38px; }
  .faq summary { grid-template-columns: 34px 1fr 22px; min-height: 92px; }
  .faq details p { padding-left: 48px; }
  .final-actions { flex-direction: column; }
  .final-cta > img { width: 120px; right: -25px; opacity: .4; }
  footer { grid-template-columns: 1fr; }
  .footer-logo { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

/* Readability and interaction refinement */
body { font-size: 17px; font-weight: 500; letter-spacing: .025em; }
p { line-height: 1.62; }
.longevity-copy h1 .longevity { display: inline-block; font-size: 1.14em; font-weight: 900; letter-spacing: .075em; -webkit-text-stroke: .35px currentColor; }
.longevity-copy > p { font-size: clamp(18px, 1.5vw, 23px); line-height: 1.55; letter-spacing: .018em; font-weight: 500; }
.lab-tabs button { transition: background .25s, transform .25s; }
.lab-tab-copy small { font-size: 15px; line-height: 1.3; font-weight: 500; }
.lab-tabs button:nth-child(1):hover, .lab-tabs button:nth-child(1).active { background: var(--lime); color: var(--ink); }
.lab-tabs button:nth-child(2):hover, .lab-tabs button:nth-child(2).active { background: var(--sky); color: var(--ink); }
.lab-tabs button:nth-child(3):hover, .lab-tabs button:nth-child(3).active { background: var(--lilac); color: var(--ink); }
.lab-description p { max-width: 440px; font-size: 18px; line-height: 1.6; font-weight: 500; }
.lab-description .lab-lead, .lab-description .lab-inclusive { font-weight: 700; }
.teacher-copy > p:not(.kicker) { font-size: 19px; line-height: 1.65; letter-spacing: .012em; font-weight: 500; }
.book:not(.book-primary) { display: none; }
.book-top > p { font-size: 21px; line-height: 1.55; font-weight: 500; }
.booking-tag { padding: 9px 14px; border: 2px solid var(--ink); background: var(--lime); font-size: 14px; font-weight: 700; }
.booking-copy > p { max-width: 430px; font-size: 18px; line-height: 1.6; font-weight: 500; }
.pricing-heading { max-width: 1280px; }
.pricing-heading h2 { font-size: clamp(36px, 4.5vw, 62px); white-space: nowrap; }
.pricing-heading p { max-width: 760px; font-size: 20px; line-height: 1.55; font-weight: 500; }
.price-group { --fill: var(--lime); position: relative; isolation: isolate; overflow: hidden; background: transparent !important; }
.price-group::before { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 0; background: var(--fill); transition: height .38s cubic-bezier(.2,.8,.2,1); }
.price-group:hover::before, .price-group.open::before { height: 100%; }
.price-group.sun { --fill: var(--sun); }
.price-group.sky { --fill: var(--sky); }
.price-group.coral { --fill: var(--coral); }
.price-group.mauve { --fill: var(--mauve); }
.price-number { background: var(--fill); }
.price-content > p { max-width: 760px; font-size: 17px; line-height: 1.6; font-weight: 500; }
.price-item small { font-size: 15px; line-height: 1.4; }
.ella { display: none; }
.team-slider { display: block; overflow: hidden; padding: 22px 0 52px; scroll-snap-type: none; }
.team-track { display: flex; width: max-content; gap: 18px; animation: teamMarquee 48s linear infinite; }
.team-slider:hover .team-track, .team-slider:focus-within .team-track { animation-play-state: paused; }
.team-card { width: min(330px, 25vw); min-width: 240px; }
.studio-gallery { overflow: hidden; border-top: 1px solid var(--ink); }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 45px; }
.gallery-heading h2 { font-size: clamp(42px, 5vw, 72px); }
.studio-gallery-viewport { overflow: hidden; margin-inline: calc(max(5vw, 24px) * -1); }
.studio-gallery-track { display: flex; width: max-content; gap: 18px; animation: galleryMarquee 42s linear infinite reverse; }
.studio-gallery-track:hover { animation-play-state: paused; }
.studio-gallery-track img { width: min(430px, 36vw); height: 330px; object-fit: cover; border: 2px solid var(--ink); border-radius: 24px; }
@keyframes teamMarquee { to { transform: translateX(calc(-50% - 9px)); } }
@keyframes galleryMarquee { to { transform: translateX(calc(-50% - 9px)); } }
@media (max-width: 1024px) { .team-card { width: 46vw; } }
@media (max-width: 560px) { .pricing-heading h2 { white-space: normal; } .team-card { width: 78vw; } .studio-gallery-track img { width: 78vw; height: 290px; } }

/* Content revision v7 */
.lab-card.blue { background: var(--sky); }
.teacher-media video { width: 100%; height: 100%; object-fit: cover; }
.teacher-button { text-transform: uppercase; letter-spacing: .035em; }
.studio-section { display: none; }
.gallery-heading { align-items: flex-end; }
.gallery-heading .kicker { margin-bottom: 14px; }
.gallery-controls { display: flex; gap: 10px; flex: 0 0 auto; }
.gallery-controls button { width: 54px; height: 54px; border: 2px solid var(--ink); border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 24px; cursor: pointer; box-shadow: 3px 3px 0 var(--lilac); transition: transform .2s, box-shadow .2s; }
.gallery-controls button:hover { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--lilac); }
.studio-gallery-viewport { overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: var(--lilac) transparent; }
.studio-gallery-track { display: grid; grid-auto-flow: column; grid-template-rows: repeat(2, 180px); grid-auto-columns: 280px; width: max-content; gap: 14px; padding: 4px 4px 22px; animation: none; }
.studio-gallery-track img { width: 100%; height: 100%; border-radius: 18px; }
.journal-intro > p { font-size: 20px; line-height: 1.55; font-weight: 500; }
.faq { grid-template-columns: minmax(260px,.65fr) minmax(520px,1.35fr); gap: 6vw; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq h2 { font-size: clamp(42px,4.8vw,68px); }

/* Reformer Teacher Training */
.training-page { background: var(--cream); }
.training-page .nav-links a[aria-current="page"] { color: var(--cream); background: var(--lilac); }
.training-hero { min-height: 880px; display: grid; grid-template-columns: minmax(360px,.9fr) minmax(500px,1.1fr); gap: clamp(48px,7vw,110px); align-items: center; padding-top: 185px; background: var(--ink); color: var(--cream); }
.training-hero-media { position: relative; }
.training-hero-media > img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; border: 2px solid var(--cream); border-radius: 30px; box-shadow: 13px 14px 0 var(--lilac); }
.training-sticker { position: absolute; z-index: 2; padding: 13px 18px; border: 2px solid var(--ink); border-radius: 100px; color: var(--ink); background: var(--lime); font-family: var(--heading); font-size: clamp(16px,1.5vw,21px); font-weight: 800; line-height: 1; box-shadow: 4px 5px 0 var(--ink); }
.sticker-one { top: -24px; left: -25px; transform: rotate(-5deg); }
.sticker-two { right: -28px; bottom: 35px; border-radius: 18px; background: var(--sky); transform: rotate(4deg); text-align: center; }
.training-hero-copy .kicker { margin-bottom: 10px; color: var(--lime); font-size: 15px; }
.training-hero-copy h1 { color: var(--cream); font-size: clamp(52px,5.4vw,88px); line-height: 1; }
.training-hero-copy h1 em { display: block; color: var(--lime); font-style: normal; }
.training-hero-copy h2 { max-width: 720px; margin: 28px 0 22px; color: var(--lilac); font-size: clamp(24px,2.4vw,36px); line-height: 1.12; }
.training-hero-copy > p { max-width: 730px; font-size: clamp(17px,1.4vw,21px); line-height: 1.6; font-weight: 400; }
.training-hero-copy .button { margin-top: 22px; }
.training-ticker { overflow: hidden; padding: 17px 0; border-block: 2px solid var(--ink); color: var(--ink); background: var(--lime); transform: rotate(-1deg) scale(1.02); }
.training-ticker > div { display: flex; width: max-content; gap: 36px; animation: ticker 34s linear infinite; font-family: var(--heading); font-size: 22px; font-weight: 800; text-transform: lowercase; }
.training-ticker span { white-space: nowrap; }
.training-programme { background: var(--lilac); scroll-margin-top: 96px; }
.training-section-heading { max-width: 1180px; margin: 0 auto 65px; }
.training-section-heading > .kicker { margin-bottom: 30px; text-transform: none; }
.training-section-heading > .kicker span { display: inline-block; padding: 10px 18px 12px; border: 2px solid var(--ink); border-radius: 13px; background: var(--lime); box-shadow: 4px 5px 0 var(--ink); font-family: var(--heading); font-size: clamp(20px,1.9vw,26px); font-weight: 800; letter-spacing: -.04em; line-height: 1; transform: rotate(-3deg); }
.training-section-heading > h2 { max-width: 920px; font-size: clamp(26px,2.8vw,40px); line-height: 1.12; }
.programme-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: minmax(270px,.72fr) minmax(500px,1.28fr); gap: clamp(35px,6vw,85px); align-items: start; }
.programme-card { position: sticky; top: 120px; padding: 28px; border: 2px solid var(--ink); border-radius: 26px; background: var(--cream); box-shadow: 9px 9px 0 var(--ink); }
.programme-card-top { display: grid; grid-template-columns: 1fr 145px; align-items: center; gap: 12px; padding-bottom: 22px; border-bottom: 2px solid var(--ink); }
.programme-card-top p { margin: 0; font-weight: 700; }
.programme-card-top img { width: 145px; border-radius: 16px; mix-blend-mode: multiply; }
.programme-card h3 { margin: 26px 0 20px; font-size: clamp(29px,2.6vw,38px); }
.programme-topics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.programme-topics span { min-height: 72px; display: flex; align-items: center; padding: 12px 14px; border: 1.5px solid var(--ink); border-radius: 14px; font-family: var(--heading); font-size: 16px; font-weight: 800; line-height: 1.15; }
.programme-topics span:nth-child(1), .programme-topics span:nth-child(6) { background: var(--lime); }
.programme-topics span:nth-child(2), .programme-topics span:nth-child(5) { background: var(--sky); }
.programme-topics span:nth-child(3), .programme-topics span:nth-child(4) { background: var(--mauve); }
.programme-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 22px; padding-top: 20px; border-top: 2px solid var(--ink); }
.programme-stats span { font-size: 14px; line-height: 1.25; }
.programme-stats strong { display: block; font-family: var(--heading); font-size: 28px; line-height: 1; }
.programme-list { display: grid; gap: 24px; }
.curriculum-group { overflow: hidden; border: 2px solid var(--ink); border-radius: 24px; box-shadow: 7px 7px 0 var(--ink); }
.curriculum-live { background: var(--lime); }
.curriculum-practice { background: var(--sky); }
.curriculum-group-heading { min-height: 112px; display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 18px; padding: 20px 24px; border-bottom: 2px solid var(--ink); }
.curriculum-group-heading > span { width: 50px; height: 50px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-family: var(--heading); font-size: 17px; }
.curriculum-group-heading p { margin: 0 0 5px; font-size: 14px; font-style: italic; }
.curriculum-group-heading h3 { font-size: clamp(25px,2.5vw,34px); }
.programme-list details { background: var(--cream); border-bottom: 1.5px solid var(--ink); }
.programme-list details:last-child { border-bottom: 0; }
.benefits-list { border-top: 2px solid var(--ink); }
.benefits-list details { border-bottom: 2px solid var(--ink); }
.programme-list summary, .benefits-list summary { min-height: 92px; display: grid; grid-template-columns: 44px 1fr 30px; align-items: center; gap: 16px; cursor: pointer; list-style: none; font-family: var(--heading); font-size: clamp(20px,2.2vw,31px); font-weight: 800; line-height: 1.1; }
.programme-list summary { min-height: 78px; padding: 14px 22px; font-size: clamp(18px,1.65vw,23px); }
.programme-list summary::-webkit-details-marker, .benefits-list summary::-webkit-details-marker, .facilitator-card summary::-webkit-details-marker { display: none; }
.programme-list summary span, .benefits-list summary span { font-family: var(--body); font-size: 13px; }
.programme-list summary b, .benefits-list summary b, .facilitator-card summary b { font-size: 28px; transition: transform .2s; }
.programme-list details[open] summary b, .benefits-list details[open] summary b, .facilitator-card details[open] summary b { transform: rotate(45deg); }
.programme-list details > ul { margin: 0; padding: 0 40px 28px 82px; font-size: 16px; line-height: 1.55; }
.programme-list details li + li { margin-top: 5px; }
.terms-note { max-width: 670px; margin: 28px 0; font-size: 15px; }
.terms-note a { font-weight: 700; text-underline-offset: 4px; }
.training-bonus { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(38px,6vw,82px); align-items: center; background: var(--cream); }
.bonus-photo img { width: 100%; min-height: 520px; object-fit: cover; border: 2px solid var(--ink); border-radius: 28px; box-shadow: 11px 11px 0 var(--sky); }
.bonus-copy { padding: 45px; border: 2px solid var(--ink); border-radius: 28px; background: var(--lime); box-shadow: 11px 11px 0 var(--lilac); }
.bonus-copy .kicker { font-family: var(--heading); font-size: clamp(40px,4.2vw,60px); letter-spacing: -.05em; }
.bonus-copy ol { margin: 24px 0 0; padding-left: 26px; font-size: 18px; line-height: 1.55; }
.bonus-copy li + li { margin-top: 15px; }
.training-cost { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px,7vw,105px); align-items: start; background: var(--sky); }
.training-cost h2 { color: var(--ink); font-size: clamp(58px,6.4vw,92px); }
.cost-card { padding: clamp(28px,4vw,55px); border: 2px solid var(--ink); border-radius: 28px; background: var(--cream); box-shadow: 11px 11px 0 var(--lilac); }
.cost-card > ul { margin: 0; padding-left: 24px; font-size: 18px; line-height: 1.6; }
.cost-card > ul > li + li { margin-top: 18px; }
.cost-card ul ul { margin-top: 8px; }
.facilitators { background: var(--cream); }
.facilitators .training-section-heading { max-width: 1120px; margin-bottom: 48px; }
.facilitators .training-section-heading > .kicker { margin-bottom: 16px; font-size: clamp(16px,1.35vw,20px); line-height: 1.3; letter-spacing: .1em; }
.facilitators .training-section-heading > h2 { color: var(--lilac); font-size: clamp(48px,5.3vw,80px); line-height: 1; }
.facilitator-grid { max-width: 1120px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.facilitator-card { overflow: hidden; border: 2px solid var(--ink); border-radius: 28px; background: var(--cream); box-shadow: 9px 9px 0 var(--ink); }
.facilitator-card > img { width: 100%; height: 340px; object-fit: cover; }
.facilitator-summary { min-height: 315px; padding: 30px; }
.facilitator-summary h3 { font-size: clamp(36px,3.6vw,48px); }
.facilitator-summary > p:not(.kicker) { max-width: 540px; font-size: 18px; }
.facilitator-summary > strong { display: block; margin-top: 28px; font-family: var(--heading); font-size: 21px; }
.facilitator-card.victoria .facilitator-summary { background: var(--lime); }
.facilitator-card.stef .facilitator-summary { background: var(--lilac); }
.facilitator-card details { border-top: 2px solid var(--ink); }
.facilitator-card summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 30px; cursor: pointer; list-style: none; font-family: var(--heading); font-size: 21px; font-weight: 800; }
.facilitator-card details > div { padding: 0 30px 34px; }
.facilitator-card details p { font-size: 16px; line-height: 1.65; }
.training-benefits { display: grid; grid-template-columns: minmax(320px,.78fr) minmax(520px,1.22fr); gap: clamp(45px,7vw,105px); align-items: start; background: var(--ink); color: var(--cream); }
.benefits-intro { position: sticky; top: 120px; }
.benefits-intro .kicker { color: var(--lilac); font-family: var(--heading); font-size: clamp(34px,4vw,56px); letter-spacing: -.045em; text-transform: none; }
.benefits-intro h2 { color: var(--lime); font-size: clamp(30px,3.3vw,48px); line-height: 1.05; }
.benefits-intro img { width: 180px; margin: 35px 0 0 auto; }
.benefits-list { border-color: var(--cream); }
.benefits-list details { border-color: rgba(243,240,235,.55); }
.benefits-list summary { color: var(--cream); }
.benefits-list details > p { margin: 0; padding: 0 46px 30px 60px; font-size: 17px; line-height: 1.65; }
.training-apply { position: relative; overflow: hidden; min-height: 650px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--lilac); }
.training-apply .kicker { font-family: var(--heading); font-size: 23px; }
.training-apply h2 { color: var(--lime); font-size: clamp(52px,6.7vw,94px); }
.training-apply > p:not(.kicker) { z-index: 1; max-width: 780px; margin: 18px auto 0; font-size: 19px; }
.training-apply .button { z-index: 1; margin-top: 30px; }
.training-apply > img { position: absolute; right: 2vw; bottom: -24px; width: 210px; filter: brightness(0) invert(1); opacity: .8; }

@media (max-width: 1024px) {
  .training-hero, .programme-grid, .training-bonus, .training-cost, .training-benefits { grid-template-columns: 1fr; }
  .training-hero { padding-top: 175px; }
  .training-hero-media { max-width: 700px; }
  .programme-card, .benefits-intro { position: static; }
  .programme-card { min-height: 0; }
  .training-cost > div:first-child { display: flex; align-items: end; gap: 30px; }
  .facilitator-summary { min-height: 340px; }
}

@media (max-width: 680px) {
  .training-hero { min-height: 0; padding-top: 150px; }
  .training-hero-media > img { aspect-ratio: 1 / .9; }
  .sticker-one { left: -8px; }
  .sticker-two { right: -6px; bottom: 12px; }
  .training-hero-copy h1 { font-size: clamp(44px,11.5vw,58px); line-height: 1.03; }
  .training-section-heading { margin-bottom: 42px; }
  .programme-card { min-height: 0; padding: 22px; }
  .programme-card-top { grid-template-columns: 1fr 110px; }
  .programme-card-top img { width: 110px; }
  .programme-topics span { min-height: 64px; padding: 10px; font-size: 14px; }
  .curriculum-group-heading { min-height: 96px; grid-template-columns: 44px 1fr; padding: 17px; }
  .curriculum-group-heading > span { width: 42px; height: 42px; }
  .programme-list summary, .benefits-list summary { min-height: 82px; grid-template-columns: 30px 1fr 24px; font-size: 20px; }
  .programme-list summary { padding: 13px 16px; font-size: 18px; }
  .programme-list details > ul { padding: 0 22px 25px 54px; }
  .bonus-photo img { min-height: 310px; }
  .bonus-copy { padding: 27px; }
  .training-cost > div:first-child { display: block; }
  .training-cost h2 { font-size: 56px; }
  .facilitators .training-section-heading > h2 { font-size: clamp(44px,10.5vw,54px); }
  .facilitator-grid { grid-template-columns: 1fr; gap: 34px; }
  .facilitator-card > img { height: 260px; }
  .facilitator-summary { min-height: 0; padding: 27px; }
  .facilitator-card summary { padding-inline: 22px; font-size: 18px; }
  .facilitator-card details > div { padding-inline: 22px; }
  .benefits-list details > p { padding-left: 45px; padding-right: 10px; }
  .training-apply > img { width: 120px; right: -22px; opacity: .4; }
}
.faq-intro img { width: min(270px,80%); max-height: 390px; object-fit: contain; margin: 30px auto 0; }
.faq-panel { min-width: 0; }
.faq summary { min-height: 68px; grid-template-columns: 34px 1fr 24px; gap: 10px; font-size: clamp(17px,1.65vw,23px); line-height: 1.15; }
.faq details p { max-width: 720px; padding: 0 42px 18px; margin: 0; font-size: 16px; line-height: 1.5; }
.faq-resources { margin-top: 28px; padding: 24px; border: 2px solid var(--ink); border-radius: 20px; background: #fff; }
.faq-resources h3 { max-width: 700px; font-size: clamp(22px,2.3vw,32px); line-height: 1.15; }
.faq-resources > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.resource-button { padding: 13px 18px; border: 2px solid var(--ink); border-radius: 100px; font-weight: 700; text-decoration: none; }
.resource-button.move { background: var(--lime); }
.resource-button.build { background: var(--sky); }
.resource-button.recover { background: var(--lilac); }
.contact-section { background: var(--ink); color: var(--cream); border-top: 2px solid var(--ink); }
.contact-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.contact-heading h2 { color: var(--lime); font-size: clamp(52px,6.4vw,92px); }
.contact-options { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; max-width: 1200px; margin: auto; }
.contact-fast, .contact-form { padding: clamp(28px,4vw,52px); border: 2px solid var(--cream); border-radius: 26px; }
.contact-fast { display: flex; flex-direction: column; align-items: flex-start; background: var(--lilac); color: var(--ink); }
.contact-fast > span, .contact-form > span { font-family: var(--heading); font-size: 16px; text-transform: uppercase; letter-spacing: .08em; }
.contact-fast h3, .contact-form h3 { margin: 24px 0 14px; font-size: clamp(34px,3.5vw,50px); }
.contact-fast p { max-width: 480px; font-size: 18px; }
.contact-fast .button { margin-top: auto; }
.contact-form { display: grid; gap: 16px; background: var(--cream); color: var(--ink); }
.contact-form > small { margin-top: -10px; font-size: 14px; }
.contact-form label { display: grid; gap: 7px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 15px; border: 2px solid var(--ink); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; }
@media (max-width: 1024px) {
  .faq { grid-template-columns: 1fr; }
  .faq-intro { position: static; display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .faq-intro .kicker, .faq-intro h2 { grid-column: 1; }
  .faq-intro img { grid-column: 2; grid-row: 1 / 3; width: 180px; margin: 0; }
  .contact-options { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .gallery-heading { align-items: flex-start; flex-direction: column; }
  .gallery-heading h2 { font-size: 42px; }
  .studio-gallery-track { grid-template-rows: repeat(2, 145px); grid-auto-columns: 220px; }
  .faq-intro { display: block; }
  .faq-intro img { width: 180px; margin: 20px auto 0; }
  .faq summary { min-height: 62px; font-size: 17px; }
  .faq-resources { padding: 18px; }
  .faq-resources > div { flex-direction: column; align-items: stretch; }
  .resource-button { text-align: center; }
  .contact-section { padding-inline: 18px; }
  .contact-fast, .contact-form { padding: 24px 18px; }
}

/* Homepage type system: a calmer headline range and stronger supporting text. */
body.home-page { font-size: 18px; }
.home-page .announcement { font-size: 13px; }
.home-page .nav-links > a,
.home-page .nav-main { font-size: 14px; }
.home-page .nav-subnav a { font-size: 14px; }
.home-page .hero-orbit,
.home-page .video-pill { font-size: 13px; }
.home-page .kicker { font-size: 16px; line-height: 1.35; }
.home-page .section-label { font-size: 15px; }

.home-page .longevity-copy h1 { font-size: clamp(44px,4.8vw,70px); line-height: 1.04; }
.home-page .longevity-copy h1 .longevity { font-size: 1.03em; letter-spacing: .055em; }
.home-page .longevity-copy > p { font-size: clamp(18px,1.45vw,21px); }
.home-page .ticker-track { font-size: 20px; }
.home-page .philosophy h2 { font-size: clamp(42px,4vw,60px); }
.home-page .philosophy-copy .philosophy-title { font-size: clamp(25px,2.1vw,32px); }
.home-page .philosophy-copy p { font-size: clamp(18px,1.5vw,22px); }
.home-page .intro h2 { font-size: clamp(42px,4.7vw,68px); }
.home-page .intro-copy { font-size: clamp(18px,1.4vw,20px); }

.home-page .lab-number { font-size: 14px; }
.home-page .lab-tab-copy strong { font-size: clamp(18px,1.45vw,21px); }
.home-page .lab-tab-copy small { font-size: 15px; }
.home-page .lab-copy h3 { font-size: clamp(34px,3vw,44px); line-height: 1.04; }
.home-page .lab-description p { font-size: 18px; }
.home-page .lab-description .lab-lead { font-size: 19px; }
.home-page .signal-card p { font-size: 25px; }
.home-page .signal-copy h2 { font-size: clamp(42px,4.5vw,64px); }
.home-page .signal-copy > p:not(.kicker) { font-size: 18px; }

.home-page .teacher-copy h2 { font-size: clamp(34px,3.45vw,50px); line-height: 1.1; }
.home-page .teacher-copy h2 span { font-size: .7em; }
.home-page .teacher-copy > p:not(.kicker) { font-size: 18px; }
.home-page .studio-heading h2 { font-size: clamp(46px,5vw,72px); }
.home-page .quote-card { font-size: clamp(30px,3vw,44px); }
.home-page .ella-copy h2 { font-size: clamp(46px,5vw,72px); }
.home-page .ella-copy > p:not(.kicker) { font-size: 19px; }
.home-page .mini-proof { font-size: 14px; }

.home-page .book-top h2 { font-size: clamp(44px,5vw,70px); }
.home-page .book-top > p { font-size: 19px; }
.home-page .booking-tag { font-size: 14px; }
.home-page .booking-copy h3 { font-size: clamp(36px,3.3vw,48px); line-height: 1.07; }
.home-page .booking-copy > p { font-size: 18px; }
.home-page .booking-copy .booking-app-note { font-size: 16px; }

.home-page .pricing-heading h2 { font-size: clamp(34px,3.6vw,50px); white-space: normal; }
.home-page .pricing-heading p { font-size: 19px; }
.home-page .pricing-heading em { font-size: 16px; }
.home-page .price-number { font-size: 18px; }
.home-page .price-label strong { font-size: clamp(27px,2.5vw,34px); }
.home-page .price-label em { font-size: 17px; }
.home-page .price-item strong { font-size: 17px; }
.home-page .price-item small { font-size: 15px; }

.home-page .team-intro h2 { font-size: clamp(40px,4vw,56px); }
.home-page .team-intro p { font-size: 18px; }
.home-page .team-name h3 { font-size: 27px; }
.home-page .team-name p { font-size: 15px; }
.home-page .gallery-heading h2 { font-size: clamp(38px,3.9vw,54px); }
.home-page .journal-intro h2 { font-size: clamp(42px,4.5vw,64px); }
.home-page .journal-intro > p { font-size: 19px; }
.home-page .journal-date small,
.home-page .journal-text small { font-size: 14px; }
.home-page .journal-text strong { font-size: clamp(19px,1.7vw,23px); }

.home-page .faq h2 { font-size: clamp(40px,4vw,56px); }
.home-page .faq summary { font-size: clamp(19px,1.7vw,24px); }
.home-page .faq summary span { font-size: 14px; }
.home-page .faq details p { font-size: 17px; }
.home-page .faq-resources h3 { font-size: clamp(22px,2vw,29px); }
.home-page .final-cta h2 { font-size: clamp(46px,5vw,70px); }
.home-page .final-cta > p:not(.kicker) { font-size: 19px; }
.home-page .contact-heading h2 { font-size: clamp(44px,4.8vw,68px); }
.home-page .contact-fast h3,
.home-page .contact-form h3 { font-size: clamp(32px,3vw,44px); }
.home-page footer p,
.home-page footer a { font-size: 15px; }
.home-page .footer-bottom { font-size: 13px; }

@media (max-width: 560px) {
  body.home-page { font-size: 17px; }
  .home-page .announcement { font-size: 11px; }
  .home-page .kicker { font-size: 14px; }
  .home-page .section-label { font-size: 14px; }
  .home-page .longevity-copy h1 { font-size: 34px; }
  .home-page .philosophy h2 { font-size: 36px; }
  .home-page .philosophy-copy .philosophy-title { font-size: 25px; }
  .home-page .intro h2 { font-size: 38px; }
  .home-page .lab-copy h3 { font-size: 32px; }
  .home-page .signal-copy h2 { font-size: 38px; }
  .home-page .teacher-copy h2 { font-size: 31px; }
  .home-page .studio-heading h2,
  .home-page .ella-copy h2 { font-size: 40px; }
  .home-page .book-top h2 { font-size: 40px; }
  .home-page .booking-copy h3 { font-size: 34px; }
  .home-page .pricing-heading h2 { font-size: 31px; }
  .home-page .price-label strong { font-size: 28px; }
  .home-page .team-intro h2 { font-size: 38px; }
  .home-page .gallery-heading h2 { font-size: 36px; }
  .home-page .journal-intro h2 { font-size: 40px; }
  .home-page .faq h2 { font-size: 36px; }
  .home-page .faq summary { font-size: 18px; }
  .home-page .final-cta h2 { font-size: 42px; }
  .home-page .contact-heading h2 { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Give regular Haas copy a little more room without enlarging the type. */
.training-hero-copy > p:not(.kicker),
.philosophy-copy p,
.booking-copy .booking-app-note { letter-spacing: .025em; }

/* Lighter purple reading surfaces preserve the brand accent and improve contrast. */
.lab-card.lilac,.booking-copy,.training-programme,.training-apply,.facilitator-card.stef .facilitator-summary,.contact-fast { background:#c8b8ff; }
.lab-card.lilac p,.booking-copy>p:not(.booking-note),.training-apply>p,.contact-fast p { font-weight:500; color:#202833; }
.booking-copy .booking-note { background:var(--cream); color:var(--ink); padding:8px 10px; border-radius:8px; }

.price-label{min-width:0;overflow-wrap:anywhere}.price-content>ul{padding-left:24px;margin:0 0 24px;line-height:1.7}.price-content>p>a{text-decoration:underline;text-underline-offset:4px}@media(max-width:600px){.home-page .price-group.coral .price-label strong{font-size:24px;line-height:1.15}.price-group.coral .price-item{flex-wrap:wrap}}

/* Preserve the complete framing of the uploaded homepage collages. */
.home-page .hero-video-card{height:auto;aspect-ratio:16/9}.home-page .hero-video-card video{object-fit:contain}.home-page .teacher-media{aspect-ratio:16/9}.home-page .teacher-media video{object-fit:contain}

/* Native touch scrolling with no competing automatic animation. */
.studio-gallery-viewport{scroll-snap-type:x proximity;scroll-padding-inline:24px;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
.studio-gallery-track{grid-template-rows:repeat(2,220px);grid-auto-columns:320px;padding-inline:24px;animation:none}
.studio-gallery-track img{object-fit:contain;background:var(--cream);scroll-snap-align:start}
.gallery-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:24px}
.gallery-bottom p{margin:0;font-size:16px}
@media(max-width:600px){
 .studio-gallery-track{grid-template-rows:300px;grid-auto-columns:min(78vw,320px);padding-inline:20px}
 .studio-gallery-viewport{margin-inline:-24px;scroll-padding-inline:20px}
 .gallery-bottom{flex-wrap:wrap}
}
@media(prefers-reduced-motion:reduce){.studio-gallery-viewport{scroll-behavior:auto}}

/* Let the hero follow its media height; balance the introduction across the page. */
.home-page .hero-media { min-height: 0; padding: 150px max(5vw,24px) 26px; }
.home-page .hero-stage { height: auto; padding-bottom: 20px; }
.home-page .hero-video-card { position: relative; left: auto; top: auto; margin-inline: auto; transform: rotate(-1.5deg); }
.home-page .orbit-three { bottom: 8px; }
body.home-page .longevity-intro.section { padding-top: 32px; padding-bottom: 56px; }
.home-page .longevity-copy { max-width: 1280px; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: clamp(32px,5vw,80px); }
.home-page .longevity-copy h1 { font-size: clamp(34px,3.6vw,58px); margin: 0; }
.home-page .longevity-underline { width: 94%; height: 14px; margin: 18px 0 20px; }
.home-page .longevity-pillars { margin: 0; gap: 18px; font-size: clamp(18px,1.5vw,22px); }
.home-page .longevity-details p { margin: 0 0 18px; font-size: clamp(18px,1.4vw,21px); line-height: 1.5; letter-spacing: .01em; font-weight: 400; }
.home-page .longevity-details p:first-child { font-weight: 600; }
.home-page .longevity-details .button { margin-top: 4px; }
@media (max-width: 1024px) {
 .home-page .hero-photo { width: 140px; height: 170px; }
 .home-page .photo-one { left: -12px; }
 .home-page .photo-two { right: -12px; }
}
@media (max-width: 800px) {
 .home-page .longevity-copy { grid-template-columns: minmax(0,1fr); gap: 24px; }
 .home-page .longevity-copy h1 { font-size: clamp(34px,6vw,48px); }
 .home-page .longevity-underline { max-width: 440px; margin-block: 14px 18px; }
 .home-page .longevity-details { max-width: 620px; }
}
@media (max-width: 600px) {
 .home-page .hero-media { padding: 140px 20px 20px; }
 .home-page .hero-video-card { width: 100%; padding: 6px; border-radius: 20px; }
 .home-page .hero-video-card video { border-radius: 14px; }
 .home-page .hero-stage { padding-bottom: 22px; }
 .home-page .orbit-one { top: -22px; }
 .home-page .orbit-two { top: 16px; right: -6px; }
 .home-page .orbit-three { bottom: 0; left: 0; }
 .home-page .video-pill { padding: 6px 8px; font-size: 10px; right: 10px; bottom: 10px; }
 body.home-page .longevity-intro.section { padding-top: 24px; padding-bottom: 40px; }
 .home-page .longevity-details p { font-size: 18px; margin-bottom: 16px; }
}

@font-face { font-family: 'Soma Outfit'; src: url('soma/fonts/Outfit-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
.home-page .longevity-copy h1 .longevity { position: relative; display: inline-block; font-family: 'Soma Outfit', sans-serif; font-weight: 600; font-style: normal; font-size: 1.03em; line-height: 1.12; letter-spacing: -.045em; -webkit-text-stroke: 0; white-space: nowrap; }
.home-page .longevity-swash { position: absolute; left: -.025em; bottom: -.26em; width: 102%; height: .3em; overflow: visible; }
.home-page .longevity-pillars { margin-top: 32px; }
.home-page .hero-photo.photo-one { object-position: center 60%; }
