:root {
  --role-shell: #fff7e8;
  --role-warm: #f9e1ce;
  --role-mist: #dceaf2;
  --role-mist-low: #f0f5f7;
  --role-footer: #f0e5de;
  --role-ocean: #155a83;
  --role-body: #344654;
  --role-fig: #a65367;
  --role-fig-feedback: #743147;
  --role-marigold: #d7a12a;
  --role-focus-yellow: #f4dea6;
  --role-blush: #d8adb0;
  --role-pearlescent-pink:
    radial-gradient(ellipse at 18% 14%, rgba(255, 253, 246, 0.76), rgba(255, 253, 246, 0.12) 38%, rgba(255, 253, 246, 0) 62%),
    linear-gradient(102deg, #f0e5de 0%, #f9e1ce 27%, #d8adb0 52%, #f9e1ce 76%, #fffdf6 100%);
  --role-flow-reset: #f0e5de;
  --role-celadon: #8cbbd6;
  --role-celadon-light: #c7dde9;
  --role-line: rgba(21, 90, 131, 0.24);
  --role-white: #fffdf6;

  --color-ink: var(--role-ocean);
  --color-body: var(--role-body);
  --color-shell: var(--role-shell);
  --color-shell-bright: var(--role-white);
  --field-shell: var(--role-shell);
  --field-shell-warm: var(--role-warm);
  --field-hero-band: var(--role-warm);
  --field-mist: var(--role-mist);
  --field-mist-low: var(--role-mist-low);
  --field-footer: var(--role-footer);
  --accent-celadon: var(--role-celadon);
  --accent-celadon-deep: var(--role-ocean);
  --accent-fig: var(--role-fig);
  --accent-fig-deep: var(--role-fig);
  --accent-clay: var(--role-blush);
  --accent-sand: var(--role-marigold);
  --bar-bookend: var(--role-celadon);
  --bar-movement: var(--role-ocean);
  --form-invalid: var(--role-fig-feedback);
  --line-cool: var(--role-line);
  --line-fig: rgba(166, 83, 103, 0.32);
  --line-fig-strong: rgba(166, 83, 103, 0.58);
  --wash-shell: rgba(255, 253, 246, 0.72);
  --wash-shell-strong: rgba(255, 253, 246, 0.84);
  --wash-warm: rgba(249, 225, 206, 0.8);
  --ocean: var(--role-ocean);
  --ocean-deep: var(--role-ocean);
  --ocean-soft: var(--role-mist);
  --pink: var(--role-blush);
  --cream: var(--role-warm);
  --shell: var(--role-shell);
  --section-blush: var(--role-blush);
  --section-cream: var(--role-warm);
  --section-blue: var(--role-mist-low);
  --section-blue-low: var(--role-mist-low);
  --section-roots-blue: var(--role-mist);
  --hero-wave-shell: #f8edda;
  --section-house-shell: var(--role-shell);
  --section-contact-shell: var(--role-mist);
  --section-events-blue: var(--role-mist-low);
  --section-event-wave-shell: var(--role-mist);
  --section-footer-blue: var(--role-footer);
  --section-footer: var(--role-footer);
  --roots-rose: var(--accent-fig);
  --clay: var(--accent-clay);
  --stone: var(--role-celadon-light);
  --rose: var(--accent-fig);
  --sand: var(--accent-sand);
  --ink: var(--color-ink);
  --body-copy: var(--color-body);
  --action-plum: var(--accent-fig);
  --white: var(--color-shell-bright);
  --serif-fallback: "Instrument Serif", Georgia, serif;
  --serif: "ZT Bros Oskon 90s", var(--serif-fallback);
  --script: "La Belle Aurore", "Brush Script MT", cursive;
  --sans: "Soleil", "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --nav-serif: var(--sans);
  --hero-name: var(--sans);
  --hero-subtitle: var(--serif);
  --section-title-size: clamp(4.3rem, 11.54vw, 6.25rem);
  --section-body-size: clamp(1rem, 2.08vw, 1.125rem);
}

@font-face {
  font-family: "ZT Bros Oskon 90s";
  src: url("assets/fonts/ZTBrosOskon90s-Light.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "ZT Bros Oskon 90s";
  src: url("assets/fonts/ZTBrosOskon90s-LightItalic.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "ZT Bros Oskon 90s";
  src: url("assets/fonts/ZTBrosOskon90s-LightItalic.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.hero {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  overflow: visible;
  color: var(--white);
  background-image: url("assets/photos/beach-hero-optimized-no-gps.webp");
  background-position: center calc(0px + var(--hero-parallax, 0px));
  background-size: cover;
  will-change: background-position;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.72) 0%, rgba(255, 252, 246, 0.4) 24%, rgba(255, 252, 246, 0.18) 54%, rgba(248, 237, 218, 0.5) 100%),
    radial-gradient(ellipse at 68% 46%, rgba(255, 252, 246, 0.36) 0%, rgba(255, 252, 246, 0.13) 52%, rgba(255, 252, 246, 0.02) 72%),
    linear-gradient(90deg, rgba(228, 237, 232, 0.22), rgba(255, 250, 240, 0.26) 52%, rgba(228, 237, 232, 0.18));
  pointer-events: none;
}

.hero::after {
  display: none;
}

.hero-title-card {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(68vw, 52rem);
  height: auto;
  pointer-events: none;
  transform: translate(-50%, -50%);
  user-select: none;
}

.hero-title-card-copy {
  position: absolute;
  top: calc(50% - clamp(1.15rem, 3.2vw, 2.1rem));
  left: 50%;
  z-index: 2;
  width: min(62vw, 46rem);
  color: #1f5960;
  font-family: var(--script);
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, -50%);
}

.hero-title-card-copy h1,
.hero-title-card-copy p {
  margin: 0;
  font: inherit;
}

.hero-title-card-copy h1 {
  font-size: clamp(1.25rem, 9.1vw, 9rem);
  font-weight: 400;
  line-height: 0.9;
  white-space: nowrap;
}

.hero-title-card-copy p {
  position: absolute;
  top: calc(100% + clamp(0.75rem, 2.1vw, 1.8rem));
  left: 50%;
  margin: 0;
  font-size: clamp(0.95rem, 5.7vw, 5.5rem);
  line-height: 0.95;
  transform: translateX(-50%);
  white-space: nowrap;
}

.site-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: clamp(0.85rem, 2vw, 2.1rem);
  padding: clamp(0.95rem, 2vw, 2rem) clamp(1rem, 3vw, 3rem);
  font-family: var(--nav-serif);
  font-size: clamp(0.82rem, 0.95vw, 1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: var(--ocean);
}

.site-nav > a,
.nav-trigger {
  position: relative;
  display: inline-grid;
  grid-template-areas: "label";
  justify-items: start;
  padding: 0.2rem 0;
  transition: none;
}

.site-nav > a::before,
.nav-trigger::before {
  grid-area: label;
  display: block;
  content: attr(data-nav-label);
  font-style: italic;
  font-weight: 700;
  visibility: hidden;
  white-space: nowrap;
}

.site-nav > a > span,
.nav-trigger > span {
  grid-area: label;
  display: inline-block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  transform-origin: left center;
  transition: transform 180ms ease;
  white-space: nowrap;
}

.site-nav > a:hover > span,
.site-nav > a:focus-visible > span,
.nav-trigger:hover > span,
.nav-trigger:focus-visible > span,
.nav-group.is-open .nav-trigger > span {
  font-style: italic;
  font-weight: 700;
  transform: skewX(-9deg);
}

.site-nav a:focus-visible,
.nav-trigger:focus-visible,
.event-actions a:focus-visible,
.organic-submit:focus-visible,
.footer-inner a:focus-visible {
  outline: 2px solid var(--shell);
  outline-offset: 5px;
}

.nav-group {
  position: relative;
  display: block;
}

.nav-trigger {
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.session-menu {
  position: absolute;
  top: calc(100% + 0.62rem);
  left: -0.15rem;
  z-index: 4;
  display: grid;
  gap: 0.18rem;
  min-width: max(100%, 12.25rem);
  padding: 0.72rem 0.88rem 0.82rem;
  border: 1px solid rgba(255, 253, 246, 0.48);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 253, 246, 0.34), rgba(255, 248, 230, 0.18));
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 500;
  line-height: 1.22;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -0.4rem, 0);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
  backdrop-filter: blur(14px) saturate(1.12);
}

.nav-group.is-open .session-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.session-menu a {
  display: block;
  width: 100%;
  padding: 0.18rem 0;
  white-space: nowrap;
}

.session-menu a:hover {
  color: var(--shell);
}

.hero-copy {
  position: absolute;
  top: clamp(12rem, 26vh, 18rem);
  right: clamp(1.2rem, 6vw, 7rem);
  left: clamp(12rem, 29vw, 35rem);
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 0;
  text-align: center;
}

.hero-name-mark {
  width: min(100%, clamp(34rem, 66vw, 62rem));
  margin: 0;
  color: var(--white);
  font-family: var(--script);
  font-size: clamp(4.85rem, 7.85vw, 8.4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.82;
  text-align: center;
  text-shadow: 0 0.06em 0 rgba(47, 89, 98, 0.16);
  white-space: nowrap;
}

.hero-copy p {
  margin: clamp(0.65rem, 1.15vw, 1rem) 0 0;
  color: var(--white);
  font-family: var(--hero-subtitle);
  font-size: clamp(2.35rem, 3.65vw, 4.95rem);
  font-weight: 300;
  line-height: 0.95;
  transform: translateX(clamp(1.25rem, 5vw, 5.5rem));
}

.hero-copy em {
  font-style: italic;
}

.wave-marquee {
  --wave-tile-width: 75.875rem;
  --wave-tile-offset: -10.85rem;
  --wave-tile-shift-2: 0.52rem;
  --wave-tile-shift-3: 1.04rem;
  --wave-tile-shift-4: 1.56rem;
  --wave-tile-shift-5: 2.08rem;
  position: absolute;
  right: 0;
  bottom: -5.2rem;
  left: 0;
  z-index: 5;
  height: 11rem;
  overflow: visible;
  pointer-events: none;
}

.wave-marquee svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: var(--wave-tile-width);
  height: 100%;
  margin-left: 0;
  transform: translateX(-50%);
}

.wave-marquee .wave-svg-default {
  display: none;
}

.wave-repeat-track {
  position: absolute;
  bottom: 0;
  left: var(--wave-tile-offset);
  display: flex;
  width: max-content;
  height: 100%;
  transform: none;
}

.wave-marquee .wave-repeat-svg {
  position: relative;
  bottom: auto;
  left: auto;
  flex: 0 0 var(--wave-tile-width);
  width: var(--wave-tile-width);
  height: 100%;
  margin-left: -2px;
  overflow: visible;
  transform: none;
}

.wave-marquee .wave-repeat-text-svg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: none;
}

.wave-marquee .wave-repeat-svg .wave-text {
  display: none;
}

.wave-marquee .wave-repeat-svg:first-child {
  margin-left: 0;
}

.wave-marquee .wave-repeat-svg:nth-child(2) {
  transform: translateY(var(--wave-tile-shift-2));
}

.wave-marquee .wave-repeat-svg:nth-child(3) {
  transform: translateY(var(--wave-tile-shift-3));
}

.wave-marquee .wave-repeat-svg:nth-child(4) {
  transform: translateY(var(--wave-tile-shift-4));
}

.wave-marquee .wave-repeat-svg:nth-child(5) {
  transform: translateY(var(--wave-tile-shift-5));
}

.straight-marquee {
  bottom: -2.35rem;
  height: 4.7rem;
  display: flex;
  align-items: center;
  background: var(--hero-wave-shell);
}

.straight-marquee > svg,
.straight-marquee > .wave-repeat-track,
.straight-marquee > .wave-repeat-text-svg {
  display: none;
}

.straight-marquee__track {
  position: relative;
  top: 0.35rem;
  display: flex;
  width: max-content;
  animation: straightMarquee 120s linear infinite;
  will-change: transform;
}

.straight-marquee__group,
.straight-marquee__copy {
  flex: 0 0 auto;
}

.straight-marquee__group {
  display: flex;
  min-width: max-content;
}

.straight-marquee__copy {
  padding-right: 0.38em;
  color: var(--accent-fig);
  font-family: var(--script);
  font-size: clamp(1.85rem, 3.6vw, 2.85rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  white-space: nowrap;
}

@keyframes straightMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (min-width: 1700px) {
  .wave-marquee {
    bottom: -5.2rem;
    height: 11rem;
  }

  .straight-marquee {
    bottom: -2.35rem;
    height: 4.7rem;
  }
}

.wave-outline {
  display: none;
  fill: none;
  stroke: var(--ink);
  stroke-width: 115;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.wave-line {
  fill: none;
  stroke: var(--hero-wave-shell);
  stroke-width: 112;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.wave-text {
  fill: var(--ocean);
  font-family: var(--serif);
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  paint-order: stroke;
  stroke: rgba(255, 253, 246, 0.18);
  stroke-width: 0.35px;
  text-rendering: geometricPrecision;
  transform: translateY(15px);
  white-space: pre;
}

.section-pad {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 4vw, 4rem);
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

body.motion-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
  transition: opacity 850ms ease, transform 850ms cubic-bezier(0.19, 1, 0.22, 1);
}

body.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-section {
  position: relative;
  z-index: 0;
  min-height: 88svh;
  background: var(--section-roots-blue);
}

.about-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.72fr);
  grid-template-areas:
    "title title"
    "copy photo";
  min-height: 64svh;
  align-items: center;
  gap: clamp(2.25rem, 4vw, 4rem) clamp(2.5rem, 6vw, 6rem);
}

.about-inner h2 {
  grid-area: title;
  align-self: end;
  justify-self: center;
  margin: 0;
  color: var(--ocean);
  font-family: var(--serif);
  font-size: var(--section-title-size);
  font-weight: 300;
  line-height: 0.88;
  text-align: center;
  white-space: nowrap;
}

.about-inner h2 span {
  white-space: nowrap;
}

.about-copy {
  grid-area: copy;
  align-self: center;
  position: relative;
  display: grid;
  gap: 1.25rem;
  width: min(100%, 760px);
  margin: 0;
  color: var(--body-copy);
  font-size: var(--section-body-size);
  line-height: 1.68;
}

.about-copy p {
  margin: 0;
}

.cert-emphasis,
.about-squiggle-emphasis {
  position: relative;
  display: inline-block;
  padding: 0 0.02em 0.1em;
  color: var(--body-copy);
  font-weight: 500;
  text-decoration: none;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.cert-emphasis::after,
.about-squiggle-emphasis::after {
  position: absolute;
  right: -0.06em;
  bottom: -0.02em;
  left: -0.06em;
  height: 0.44em;
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='240' height='20' viewBox='0 0 240 20' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 13c16-10 27 9 43-1s27 9 43-1s27 9 43-1s27 9 43-1s27 9 43-1s16-2 21 0' fill='none' stroke='%23155A83' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  pointer-events: none;
}

.about-photo-wrap {
  grid-area: photo;
  position: relative;
  width: min(100%, 26rem);
  aspect-ratio: 1435.4 / 1716.29;
  justify-self: center;
  margin: 0;
  transform: rotate(2deg);
}

.about-photo-frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.about-photo-accent {
  position: absolute;
  z-index: 0;
  left: -48%;
  top: 34%;
  width: clamp(8.5rem, 18vw, 15rem);
  aspect-ratio: 370.93 / 349.26;
  background: rgb(251, 247, 239);
  opacity: 1;
  --about-spin: 0deg;
  transform: translate3d(0, var(--float-y, 0px), 0) rotate(calc(13deg + var(--about-spin)));
  pointer-events: none;
  -webkit-mask: url("assets/vectors/starfish.svg?v=20260702-shell-match-34") center / contain no-repeat;
  mask: url("assets/vectors/starfish.svg?v=20260702-shell-match-34") center / contain no-repeat;
  mix-blend-mode: normal;
  will-change: transform;
}

.stamp,
.event-accent {
  --float-spin: 0deg;
  --float-y: 0px;
  --rotate: 0deg;
  transform: translate3d(0, var(--float-y), 0) rotate(calc(var(--rotate) + var(--float-spin)));
  will-change: transform;
}

.house-section {
  --house-field: var(--section-house-shell);
  isolation: isolate;
  overflow-x: clip;
  overflow-y: visible;
  scroll-margin-top: clamp(3.5rem, 7vw, 5.75rem);
  padding-top: clamp(4.5rem, 8vw, 6.5rem);
  background: var(--house-field);
}

.house-section::before,
.house-section::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.house-section::before {
  top: clamp(7rem, 14vw, 12rem);
  left: max(-6rem, -7vw);
  width: clamp(16rem, 35vw, 29rem);
  aspect-ratio: 360.72 / 234.13;
  background: var(--color-shell-bright);
  opacity: 0.36;
  transform: rotate(-8deg);
  -webkit-mask: url("assets/vectors/wave-1.svg?v=20260702-shell-match-34") center / contain no-repeat;
  mask: url("assets/vectors/wave-1.svg?v=20260702-shell-match-34") center / contain no-repeat;
}

.house-section::after {
  top: clamp(1.6rem, 4vw, 4.2rem);
  right: clamp(11.25rem, 24vw, 15rem);
  width: clamp(12rem, 24vw, 20rem);
  aspect-ratio: 298.34 / 200.6;
  background: var(--action-plum);
  opacity: 0.34;
  transform: rotate(101deg);
  -webkit-mask: url("assets/vectors/oyster-with-pearl.svg") center / contain no-repeat;
  mask: url("assets/vectors/oyster-with-pearl.svg") center / contain no-repeat;
}

.house-inner {
  display: grid;
  gap: clamp(2.55rem, 5vw, 4.35rem);
}

.house-heading {
  display: grid;
  justify-items: start;
  gap: clamp(1.35rem, 3.2vw, 2.5rem);
}

.house-heading h2 {
  position: relative;
  display: grid;
  z-index: 2;
  margin: calc(-1 * clamp(6.38rem, 13vw, 7.5rem)) 0 0;
  color: var(--body-copy);
  font-family: var(--serif);
  font-weight: 300;
  line-height: 0.84;
}

body.motion-ready .house-heading h2[data-title-reveal],
body.motion-ready .sessions-booking-heading h2[data-title-reveal] {
  transform: translate3d(0, clamp(2.35rem, 6.4vw, 4.4rem), 0);
  will-change: transform;
}

body.motion-ready .house-heading h2[data-title-reveal].is-title-visible,
body.motion-ready .sessions-booking-heading h2[data-title-reveal].is-title-visible {
  transform: translate3d(0, 0, 0);
  transition: transform 1600ms cubic-bezier(0.2, 0.74, 0.14, 1);
}

.house-heading h2 > .curated-word {
  position: relative;
  z-index: 0;
  width: fit-content;
  --curated-stroke-width: clamp(1.05rem, 2.45vw, 2rem);
  --curated-outline: var(--house-field);
  font-size: var(--section-title-size);
  isolation: isolate;
  paint-order: stroke fill;
  -webkit-text-stroke: var(--curated-stroke-width) var(--curated-outline);
}

.house-heading h2 > .curated-word::before {
  position: absolute;
  z-index: -1;
  top: 0.05em;
  left: 0.05em;
  width: 0.58em;
  height: 0.68em;
  border-radius: 50%;
  content: "";
  background: var(--curated-outline);
  pointer-events: none;
}

.house-heading-line {
  padding-left: clamp(2.5rem, 7vw, 6rem);
  font-size: var(--section-title-size);
  font-style: normal;
}

.house-heading p {
  justify-self: end;
  width: min(100%, 34rem);
  margin: clamp(0.55rem, 1.3vw, 1.05rem) clamp(2rem, 8vw, 8rem) 0 0;
  color: var(--body-copy);
  font-size: var(--section-body-size);
  font-weight: 400;
  line-height: 1.68;
  text-align: left;
}

.hour-flow {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: clamp(1rem, 2.4vw, 1.7rem);
  justify-self: center;
  width: min(100%, 1040px);
  max-width: 100%;
  min-width: 0;
  margin-top: clamp(-0.2rem, 1vw, 0.45rem);
  min-height: auto;
  scroll-margin-top: clamp(1.5rem, 3vw, 2rem);
  align-items: center;
  --progress: 0%;
  --bar-width: 100%;
  --fill-bookend: var(--bar-bookend);
  --fill-movement: var(--ocean-deep);
}

@media (min-width: 621px) {
  .house-section.section-pad {
    display: grid;
    align-items: stretch;
    min-height: clamp(36rem, 72svh, 48rem);
    padding-top: clamp(5.6rem, 10vh, 7.4rem);
    padding-bottom: clamp(5.4rem, 9vh, 7rem);
  }

  .house-section::after {
    top: clamp(5rem, 8.5vw, 6.75rem);
    right: clamp(1rem, 4vw, 2rem);
    width: clamp(9.5rem, 18vw, 14rem);
  }

  .house-inner {
    min-height: clamp(25rem, 48svh, 34rem);
    align-content: start;
    gap: clamp(1.6rem, 4vh, 3rem);
  }

  .house-heading {
    gap: clamp(1.65rem, 4vh, 2.75rem);
  }

  .house-heading p {
    margin-top: clamp(1.4rem, 3.5vh, 2.5rem);
  }

  .hour-flow {
    top: 0;
    margin-top: clamp(0.35rem, 1.6vh, 0.9rem);
  }
}

.hour-flow .hour-bar {
  grid-column: 1;
  grid-row: 1;
}

.hour-bar {
  position: relative;
  z-index: 2;
  align-self: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: clamp(2.9rem, 4.5vw, 3.9rem);
  margin: 0 auto;
  border: 2px solid var(--line-fig);
  border-radius: 8px;
  overflow: hidden;
  background: var(--wash-shell);
}

.group-schedule-link {
  grid-column: 1;
  grid-row: 2;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin: clamp(3.8rem, 6vw, 5rem) 0 0;
  color: var(--ocean);
  font-family: var(--sans);
  font-size: clamp(0.78rem, 0.96vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.private-sessions-cta {
  --private-cta-fill: var(--ocean-deep);
  --private-cta-text: var(--white);
  --private-cta-ring: var(--ocean-deep);
  --private-cta-default-ease: cubic-bezier(.72, .17, .17, 1);
  --private-cta-smooth-ease: cubic-bezier(.32, .72, 0, 1);
  --private-cta-bouncy-ease: cubic-bezier(.34, 1.42, .64, 1);
  --private-cta-elastic-ease: cubic-bezier(.26, 1.55, .38, 1);

  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 2;
  justify-self: end;
  display: inline-flex;
  flex: none;
  align-items: stretch;
  justify-content: center;
  margin-top: clamp(2.6rem, 4vw, 3.5rem);
  color: var(--private-cta-text);
  font-family: var(--sans);
  font-size: clamp(0.75rem, 1.1vw, 0.9rem);
  text-decoration: none;
  -webkit-user-select: none;
  user-select: none;
}

@supports (transition-timing-function: linear(0, 1)) {
  .private-sessions-cta {
    --private-cta-elastic-ease: linear(0, .5737 7.6%, .8382 11.87%, .9463 14.19%, 1.0292 16.54%, 1.0886 18.97%, 1.1258 21.53%, 1.137 22.97%, 1.1424 24.48%, 1.1423 26.1%, 1.1366 27.86%, 1.1165 31.01%, 1.0507 38.62%, 1.0219 42.57%, .9995 46.99%, .9872 51.63%, .9842 58.77%, 1.0011 81.26%, 1);
  }
}

.private-session-cta-bg {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125em 0.9375em 0.5625em;
  border-radius: 12.5em;
  background-color: var(--private-cta-fill);
  transition:
    translate 0.8s var(--private-cta-elastic-ease),
    rotate 0.8s var(--private-cta-elastic-ease),
    scale 0.35s var(--private-cta-default-ease),
    transform 0.35s var(--private-cta-default-ease),
    box-shadow 0.35s var(--private-cta-smooth-ease);
}

.private-session-cta-text {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 0.8;
  white-space: nowrap;
}

.private-session-cta-cycle {
  display: grid;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  pointer-events: none;
}

.private-session-cta-cycle--second {
  position: absolute;
  top: -0.125em;
  right: 0;
}

.private-session-cta-cycle-bg {
  grid-area: 1 / 1;
  border-radius: 50%;
  background-color: var(--private-cta-fill);
  transition: scale 0.75s var(--private-cta-elastic-ease), opacity 0.15s ease-out;
}

.private-session-cta-cycle--second .private-session-cta-cycle-bg {
  scale: 0;
  opacity: 0;
  transition: scale 0.75s var(--private-cta-elastic-ease), opacity 0.15s 0.1s ease-out;
}

.private-session-cta-arrow {
  z-index: 1;
  grid-area: 1 / 1;
  place-self: center;
  width: 0.625em;
  height: 0.625em;
}

.private-session-cta-cycle--first .private-session-cta-arrow {
  transition:
    translate 0.3s 0.15s var(--private-cta-bouncy-ease),
    scale 0.3s 0.1s var(--private-cta-default-ease),
    opacity 0.15s 0.15s ease-out,
    filter 0.15s 0.15s ease-out;
}

.private-session-cta-cycle--second .private-session-cta-arrow {
  translate: -0.75em 0.75em 0;
  filter: blur(0.5rem);
  opacity: 0;
  scale: 0.625;
  transition:
    translate 0.75s var(--private-cta-elastic-ease),
    scale 0.3s var(--private-cta-default-ease),
    opacity 0.15s 0.05s ease-out,
    filter 0.15s 0.05s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .private-sessions-cta:is(:hover, :focus-visible) .private-session-cta-bg {
    translate: -2.5em -0.325em 0;
    rotate: -4deg;
    scale: 0.945 0.915;
    transform: scale(1.0582010582, 1.0928961749);
    transition:
      translate 0.8s 0.1s var(--private-cta-elastic-ease),
      rotate 0.8s 0.1s var(--private-cta-elastic-ease),
      scale 0.15s 0.1s var(--private-cta-default-ease),
      transform 0.35s 0.25s var(--private-cta-bouncy-ease),
      box-shadow 0.35s var(--private-cta-smooth-ease);
  }

  .private-sessions-cta:is(:hover, :focus-visible) .private-session-cta-cycle--first .private-session-cta-cycle-bg {
    scale: 0;
    opacity: 0;
    transition: scale 0.35s var(--private-cta-default-ease), opacity 0.15s 0.15s ease-out;
  }

  .private-sessions-cta:is(:hover, :focus-visible) .private-session-cta-cycle--first .private-session-cta-arrow {
    translate: -0.75em 0.75em 0;
    filter: blur(0.5rem);
    opacity: 0;
    scale: 0.625;
    transition:
      translate 0.75s 0.1s var(--private-cta-elastic-ease),
      scale 0.25s 0.1s var(--private-cta-default-ease),
      opacity 0.1s 0.15s ease-out,
      filter 0.1s 0.15s ease-out;
  }

  .private-sessions-cta:is(:hover, :focus-visible) .private-session-cta-cycle--second .private-session-cta-cycle-bg {
    scale: 1;
    opacity: 1;
    transition: scale 0.75s 0.1s var(--private-cta-elastic-ease), opacity 0.15s ease-out;
  }

  .private-sessions-cta:is(:hover, :focus-visible) .private-session-cta-cycle--second .private-session-cta-arrow {
    translate: 0 0 0;
    filter: blur(0);
    opacity: 1;
    scale: 1;
    transition:
      translate 0.3s 0.2s var(--private-cta-bouncy-ease),
      scale 0.3s 0.15s var(--private-cta-default-ease),
      opacity 0.15s 0.2s ease-out,
      filter 0.15s 0.2s ease-out;
  }
}

.private-sessions-cta:focus { outline: none; }

.private-sessions-cta:focus-visible .private-session-cta-bg {
  box-shadow: 0 0 0 3px var(--private-cta-ring);
}

@media (prefers-reduced-motion: reduce) {
  .private-session-cta-bg,
  .private-session-cta-cycle-bg,
  .private-session-cta-arrow { transition: none !important; }
}

@media (max-width: 620px) {
  .private-sessions-cta {
    margin-top: clamp(2.2rem, 10vw, 3rem);
    font-size: clamp(0.62rem, 3vw, 0.75rem);
  }
}

/* Final form interaction contract: pearly surface, yellow pointer ring, blue keyboard ring. */
html:not(.is-keyboard-navigation) .field-group input:focus,
html:not(.is-keyboard-navigation) .field-group select:focus,
html:not(.is-keyboard-navigation) .field-group textarea:focus {
  border-color: var(--role-marigold) !important;
  outline: 2px solid var(--role-focus-yellow) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 3px rgba(215, 161, 42, 0.24), inset 0 1px 0 rgba(255, 253, 246, 0.8) !important;
}

html:not(.is-keyboard-navigation) .field-group input:focus,
html:not(.is-keyboard-navigation) .field-group textarea:focus {
  background:
    radial-gradient(ellipse at 18% 14%, rgba(255, 253, 246, 0.94), rgba(255, 253, 246, 0.2) 42%, rgba(255, 253, 246, 0) 64%),
    linear-gradient(102deg, #fffdf6 0%, #f9e1ce 30%, #f0e5de 52%, #f9e1ce 76%, #fffdf6 100%) !important;
}

html:not(.is-keyboard-navigation) .field-group select:focus {
  background-color: #fffdf6 !important;
  background-image:
    url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2020%2012'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M2%202L10%2010L18%202'%20fill='none'%20stroke='%23155A83'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E"),
    linear-gradient(102deg, #fffdf6 0%, #f9e1ce 30%, #f0e5de 52%, #f9e1ce 76%, #fffdf6 100%) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: right 1rem center, center !important;
  background-size: 0.9rem auto, cover !important;
}

html.is-keyboard-navigation .field-group input:focus,
html.is-keyboard-navigation .field-group select:focus,
html.is-keyboard-navigation .field-group textarea:focus {
  border-color: var(--role-ocean) !important;
  outline: 2px solid var(--role-ocean) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 3px rgba(21, 90, 131, 0.24), inset 0 1px 0 rgba(255, 253, 246, 0.8) !important;
}

.group-schedule-link {
  grid-row: 3;
  margin-top: clamp(0.85rem, 1.5vw, 1.2rem);
}

.group-schedule-link > span:not(.link-arrow) {
  min-width: 0;
}

.schedule-main,
.schedule-break {
  display: inline;
}

.schedule-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 0.12em;
  text-decoration: none;
}

.schedule-squiggle {
  position: absolute;
  bottom: 0.02em;
  left: -0.03em;
  width: calc(100% + 0.16em);
  height: 0.5em;
  overflow: visible;
  transform: rotate(0deg);
  transform-origin: left center;
  pointer-events: none;
}

.schedule-squiggle path {
  d: path("M2 13 C18 3 29 22 45 12 S72 21 88 11 S115 21 131 11 S158 21 174 11 S202 21 238 11");
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.group-schedule-link::before {
  width: 3.8rem;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.42;
}

.link-arrow {
  display: inline-block;
  flex: 0 0 auto;
  width: 4.15rem;
  height: 1.6rem;
  background: currentColor;
  -webkit-mask: url("assets/vectors/streamline-guidance-arrow.svg?v=20260624-copy-arrow-polish-2") center / 100% 100% no-repeat;
  mask: url("assets/vectors/streamline-guidance-arrow.svg?v=20260624-copy-arrow-polish-2") center / 100% 100% no-repeat;
  transform: translateY(-0.03em);
  transition: transform 180ms ease;
}

@media (prefers-reduced-motion: no-preference) {
  .group-schedule-link:hover .schedule-squiggle path,
  .group-schedule-link:focus-visible .schedule-squiggle path {
    animation: schedule-squiggle-wave 680ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }
}

.group-schedule-link:hover .schedule-arrow,
.group-schedule-link:focus-visible .schedule-arrow {
  transform: translate(0.18rem, -0.03em);
}

.group-schedule-link:focus {
  outline: none;
}

.group-schedule-link:focus-visible {
  outline: 2px solid rgba(79, 116, 113, 0.52);
  outline-offset: 0.35rem;
}

@keyframes schedule-squiggle-wave {
  0%,
  100% {
    d: path("M2 13 C18 3 29 22 45 12 S72 21 88 11 S115 21 131 11 S158 21 174 11 S202 21 238 11");
  }

  32% {
    d: path("M2 12 C18 1 29 20 45 14 S72 24 88 10 S115 18 131 13 S158 24 174 9 S202 20 238 12");
  }

  68% {
    d: path("M2 14 C18 7 29 24 45 10 S72 18 88 14 S115 24 131 9 S158 19 174 13 S202 23 238 10");
  }
}

.bar-base,
.bar-fill,
.bar-labels {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(8.2rem, 5fr) minmax(0, 50fr) minmax(8.2rem, 5fr);
}

.bar-base {
  z-index: 0;
  color: var(--ink);
}

.bar-progress {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: var(--progress);
  overflow: hidden;
  color: var(--white);
  transition: width 80ms linear;
  will-change: width;
}

.bar-fill {
  z-index: 0;
  width: var(--bar-width, 100%);
}

.bar-labels {
  margin: 0;
  padding: 0;
  list-style: none;
}

.base-labels {
  z-index: 2;
}

.progress-labels {
  z-index: 3;
  color: var(--white);
  clip-path: inset(0 calc(100% - var(--progress)) 0 0);
  pointer-events: none;
  transition: clip-path 80ms linear;
  will-change: clip-path;
}

.segment,
.label {
  min-width: 0;
}

.segment {
  border-right: 1px solid rgba(111, 82, 101, 0.24);
}

.segment:last-child {
  border-right: 0;
}

.bar-base .segment {
  background: var(--wash-shell);
}

.bar-base .move {
  background: var(--wash-warm);
}

.bar-fill .arrive,
.bar-fill .restore {
  background: var(--fill-bookend);
}

.bar-fill .move {
  background: var(--fill-movement);
}

.texture-hour-flow {
  --fill-bookend: rgba(120, 157, 155, 0.84);
  --fill-movement: var(--ocean-deep);
}

.texture-hour-flow .hour-bar {
  width: 100%;
  border-color: var(--line-fig);
  background: var(--wash-shell);
}

.texture-hour-flow .bar-base .move {
  background: var(--wash-warm);
}

.texture-hour-flow .bar-fill .move {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--bar-movement);
}

.texture-hour-flow .bar-fill .move::before,
.texture-hour-flow .bar-fill .move::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.texture-hour-flow .bar-fill .move::before {
  z-index: 0;
  inset: -16%;
  background: url("assets/textures/pearlescent-haze.webp") center / cover no-repeat;
  opacity: 0.66;
  filter: saturate(0.48) contrast(0.88) brightness(1.05);
  mix-blend-mode: luminosity;
  transform: scale(1.04);
}

.texture-hour-flow .bar-fill .move::after {
  z-index: 1;
  background:
    radial-gradient(ellipse at 43% 34%, rgba(255, 253, 246, 0.28), rgba(255, 253, 246, 0.06) 42%, rgba(255, 253, 246, 0) 68%),
    linear-gradient(108deg, rgba(255, 253, 246, 0) 0%, rgba(255, 253, 246, 0.2) 42%, rgba(255, 253, 246, 0.04) 64%, rgba(255, 253, 246, 0) 100%),
    linear-gradient(90deg, rgba(24, 49, 56, 0.2), rgba(79, 116, 113, 0.24) 48%, rgba(24, 49, 56, 0.18)),
    linear-gradient(180deg, rgba(255, 253, 246, 0.14), rgba(47, 89, 98, 0.12));
}

.texture-hour-flow .progress-labels .move {
  color: var(--white);
}

.texture-hour-flow .progress-labels .arrive,
.texture-hour-flow .progress-labels .restore {
  color: var(--white);
}

.texture-hour-flow .label {
  gap: 0;
}

.texture-hour-flow .label > span {
  font-size: clamp(0.74rem, 1.32vw, 1.12rem);
  letter-spacing: 0.16em;
}

.texture-hour-flow .label.arrive > span,
.texture-hour-flow .label.restore > span {
  font-size: clamp(0.62rem, 1vw, 0.92rem);
}

@media (prefers-reduced-motion: no-preference) {
  .texture-hour-flow.use-motion-texture .bar-fill .move::before {
    background-image: url("assets/textures/pearlescent-haze-loop.webp");
  }
}

.label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.35rem, 1.2vw, 0.8rem);
  min-width: 0;
  padding: clamp(0.55rem, 1.3vw, 0.9rem);
  text-align: center;
  mix-blend-mode: normal;
}

.label strong {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.13em;
  font-family: var(--serif);
  font-size: clamp(2.45rem, 4.8vw, 4.6rem);
  font-weight: 300;
  line-height: 0.82;
}

.time-unit {
  position: relative;
  bottom: 0.09em;
  font-family: var(--sans);
  font-size: 0.22em;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.keep-together {
  white-space: nowrap;
}

.label > span {
  max-width: 22ch;
  font-size: clamp(0.58rem, 1vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.14;
  text-transform: uppercase;
}

.base-labels .label {
  color: var(--ink);
}

.label.arrive,
.label.restore {
  flex-direction: column;
  gap: clamp(0.28rem, 0.8vw, 0.5rem);
}

.label.arrive > span,
.label.restore > span {
  max-width: 10ch;
  font-size: clamp(0.52rem, 0.82vw, 0.78rem);
  letter-spacing: 0.11em;
  overflow-wrap: normal;
  word-break: normal;
}

.label.move > span {
  max-width: none;
  white-space: nowrap;
}

.events-section {
  min-height: 90svh;
  background: var(--section-events-blue);
}

.stamp,
.event-accent {
  position: absolute;
  width: clamp(7rem, 14vw, 14rem);
  opacity: 0.26;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.event-accent {
  width: clamp(24rem, 48vw, 44rem);
  aspect-ratio: 360.72 / 234.13;
  background: var(--section-event-wave-shell);
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  -webkit-mask: url("assets/vectors/wave-1.svg?v=20260702-shell-match-34") center / contain no-repeat;
  mask: url("assets/vectors/wave-1.svg?v=20260702-shell-match-34") center / contain no-repeat;
}

.stamp-wave {
  top: 3rem;
  right: 4vw;
  --rotate: 8deg;
}

.event-wave {
  left: clamp(-13rem, -20vw, -8rem);
  bottom: clamp(-8.5rem, -14vw, -5.4rem);
  --rotate: 0deg;
  --wave-x: 0px;
  --wave-y: 0px;
  transform: translate3d(var(--wave-x), var(--wave-y), 0) scaleX(-1) rotate(var(--rotate));
}

.events-inner {
  display: grid;
  gap: clamp(2.5rem, 6vw, 5rem);
}

.events-inner h2 {
  margin: 0;
  color: var(--ocean);
  font-family: var(--serif);
  font-size: var(--section-title-size);
  font-weight: 300;
  line-height: 0.85;
  text-align: center;
}

.event-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.85fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: stretch;
}

.event-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-cool);
  border-radius: 8px;
  background: var(--pink);
}

.event-photo > img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
}

.event-illustrator-frame {
  justify-self: center;
  width: min(86vw, 40rem);
  max-width: 100%;
  min-height: 0;
  position: relative;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.event-illustrator-frame.wide-photo {
  min-height: 0;
}

.event-illustrator-frame > img {
  height: auto;
  min-height: 0;
  object-fit: contain;
  position: relative;
  z-index: 1;
  background: transparent;
}

.event-illustrator-frame::before {
  display: none;
}

[data-photo-drift] > img {
  transform: translate3d(0, var(--photo-y, 0px), 0) scale(1.045);
  transition: transform 160ms linear;
  will-change: transform;
}

.wide-photo {
  min-height: clamp(24rem, 40vw, 34rem);
}

.event-copy {
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 1.2rem;
  color: var(--body-copy);
  text-align: right;
}

.event-copy h3 {
  margin: 0;
  color: var(--ocean);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5.5vw, 6.2rem);
  font-weight: 300;
  line-height: 0.88;
}

.event-copy p {
  max-width: 28rem;
  margin: 0 0 0 auto;
  font-size: var(--section-body-size);
  line-height: 1.6;
}

.eyebrow {
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.event-copy .eyebrow {
  color: var(--ocean);
}

.event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem clamp(1.1rem, 2vw, 1.8rem);
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.65rem;
}

.event-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  color: var(--action-plum);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.event-actions a::before {
  width: clamp(1.9rem, 3.8vw, 3.6rem);
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.38;
}

.event-arrow {
  width: clamp(3.6rem, 5vw, 4.9rem);
  height: clamp(1.4rem, 2vw, 1.85rem);
}

.event-actions a:hover .event-arrow {
  transform: translate(0.18rem, -0.03em);
}

@media (min-width: 1700px) {
  .events-section.section-pad {
    box-sizing: border-box;
    display: grid;
    align-items: center;
    height: 100svh;
    min-height: 100svh;
    padding-block: clamp(2.5rem, 5svh, 4rem);
  }

  .events-inner {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: center;
    gap: clamp(1rem, 2.4svh, 1.85rem);
    height: 100%;
  }

  .event-feature {
    align-items: center;
    min-height: 0;
  }

  .event-illustrator-frame {
    width: min(43vw, 42rem);
  }

  .event-illustrator-frame > img {
    max-height: clamp(29rem, 64svh, 43rem);
  }

  .event-copy {
    align-content: center;
    gap: clamp(0.85rem, 1.8svh, 1.2rem);
  }

  .event-actions {
    margin-top: clamp(0.2rem, 1svh, 0.65rem);
  }
}

.contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 92svh;
  padding-block: clamp(4.5rem, 8vw, 7rem) clamp(3.8rem, 6vw, 5.5rem);
  background: var(--section-contact-shell);
}

.contact-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.contact-inner h2 {
  margin: 0;
  color: var(--rose);
  font-family: var(--serif);
  font-size: var(--section-title-size);
  font-weight: 300;
  line-height: 0.85;
  text-align: center;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  width: min(100%, 820px);
  margin: 0 auto;
  color: var(--rose);
}

.field-group {
  display: grid;
  grid-auto-rows: max-content;
  align-content: start;
  gap: 0.45rem;
}

.full-field,
.organic-submit {
  grid-column: 1 / -1;
}

.field-group label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.field-required {
  display: inline-block;
  margin-left: 0.04rem;
  color: var(--action-plum);
  font-size: 0.82em;
  line-height: 1;
  transform: translateY(-0.14em);
}

.field-required-word {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.field-group input,
.field-group select,
.field-group textarea {
  width: 100%;
  border: 1px solid rgba(111, 82, 101, 0.34);
  border-radius: 8px;
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--ink);
  background: rgba(255, 253, 247, 0.66);
}

.field-group textarea {
  resize: vertical;
}

.field-group select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 3rem;
  background-color: rgba(255, 253, 247, 0.66);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2020%2012%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M2%202L10%2010L18%202%27%20fill%3D%27none%27%20stroke%3D%27%23183138%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.9rem auto;
}

.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus {
  border-color: var(--role-ocean);
  outline: 2px solid var(--role-ocean);
  outline-offset: 2px;
}

.field-group input[aria-invalid="true"],
.field-group select[aria-invalid="true"],
.field-group textarea[aria-invalid="true"] {
  border-color: rgba(132, 60, 62, 0.82);
  background: rgba(255, 246, 239, 0.8);
}

.field-error {
  margin: -0.08rem 0 0;
  color: var(--form-invalid);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.field-error[hidden] {
  display: none;
}

.organic-submit {
  --submit-hover-rose: var(--accent-fig-deep);
  position: relative;
  display: grid;
  place-items: center;
  justify-self: center;
  width: clamp(10.2rem, 30vw, 13.75rem);
  aspect-ratio: 2.48 / 1;
  isolation: isolate;
  margin-top: 0.15rem;
  border: 0;
  padding: 0;
  color: var(--action-plum);
  background: transparent;
  cursor: pointer;
  outline: 0;
  transition: color 220ms ease;
}

.organic-submit__rings {
  position: absolute;
  inset: -8% -6%;
  z-index: 1;
  width: 112%;
  height: 116%;
  overflow: visible;
  pointer-events: none;
}

.organic-submit__ring-scale {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.18, 1);
  will-change: transform;
}

.organic-submit__ring {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: stroke 180ms ease;
  will-change: transform;
}

.organic-submit__ring--inner {
  transform: none;
}

.organic-submit__label {
  position: relative;
  z-index: 3;
  display: inline-block;
  color: currentColor;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 5.2vw, 3.25rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 0.8;
  transform: translateY(0.16em);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.18, 1);
}

.organic-submit:hover,
.organic-submit:focus-visible {
  color: var(--submit-hover-rose);
}

.organic-submit:hover .organic-submit__ring-scale--inner,
.organic-submit:focus-visible .organic-submit__ring-scale--inner {
  transform: rotate(-0.75deg) scale(1.015);
}

.organic-submit:hover .organic-submit__label,
.organic-submit:focus-visible .organic-submit__label {
  transform: translateY(0.16em) scale(1.04);
}

.asset-confetti {
  position: fixed;
  z-index: 100;
  left: var(--confetti-left);
  top: var(--confetti-top);
  width: var(--confetti-size);
  height: var(--confetti-size);
  background: var(--confetti-color);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
  animation: asset-confetti-burst var(--confetti-duration) cubic-bezier(0.16, 0.84, 0.28, 1) forwards;
  -webkit-mask: var(--confetti-asset) center / contain no-repeat;
  mask: var(--confetti-asset) center / contain no-repeat;
}

@keyframes asset-confetti-burst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
  }

  12% {
    opacity: 1;
  }

  72% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--confetti-x)), calc(-50% + var(--confetti-y))) scale(var(--confetti-scale)) rotate(var(--confetti-rotate));
  }
}

.site-footer {
  --footer-rule: rgba(47, 89, 98, 0.22);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1.65rem, 3.2vw, 2.9rem) clamp(1.2rem, 3.5vw, 3rem) clamp(1.45rem, 2.6vw, 2rem);
  color: var(--ocean);
  background: var(--section-footer-blue);
}

.site-footer::before {
  display: none;
}

.site-footer::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-image: url("assets/patterns/yoga-matisse-seamless-background.svg?v=20260701-oyster-fig-1");
  background-position: center top;
  background-repeat: repeat;
  background-size: clamp(13rem, 20vw, 16rem) auto;
  opacity: 0.42;
  mix-blend-mode: normal;
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.65rem, 3vw, 3.05rem);
  width: min(100%, 1180px);
  margin: 0 auto;
  padding-top: clamp(0.45rem, 1vw, 0.9rem);
}

.footer-brand-lockup {
  display: grid;
  justify-items: center;
  gap: clamp(1.45rem, 2.8vw, 2.35rem);
  max-width: 54rem;
  margin: 0 auto;
  text-align: center;
}

.footer-kicker {
  margin: 0;
  font-size: clamp(0.72rem, 0.9vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-brand-lockup h2 {
  width: min(100%, 42rem);
  margin: 0 auto;
  color: currentColor;
  font-family: var(--serif);
  font-size: clamp(4.75rem, 9.8vw, 6.75rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.9;
  text-align: center;
  text-wrap: balance;
}

.footer-brand-lockup p {
  width: min(100%, 38rem);
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(8rem, 1fr));
  justify-self: center;
  gap: clamp(1.2rem, 4.5vw, 5.8rem);
  width: min(100%, 48rem);
  padding: clamp(1.1rem, 1.8vw, 1.45rem) 0 clamp(1.15rem, 2vw, 1.55rem);
  color: var(--body-copy);
}

.footer-nav,
.footer-detail {
  display: grid;
  align-content: start;
  gap: 0.52rem;
}

.footer-nav span,
.footer-detail span {
  color: currentColor;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.footer-nav {
  grid-template-columns: 1fr;
  gap: 0.46rem;
}

.footer-nav span {
  margin-bottom: 0.1rem;
}

.footer-nav a,
.footer-detail a {
  width: fit-content;
  color: currentColor;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.22em;
  transition: text-decoration-color 180ms ease, opacity 180ms ease;
}

.footer-nav a:hover,
.footer-detail a:hover {
  opacity: 0.74;
  text-decoration-color: currentColor;
}

.footer-instagram {
  display: inline-flex;
  width: 1.42rem;
  height: 1.42rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.06rem;
  text-decoration: none;
}

.footer-instagram svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.footer-instagram:hover,
.footer-instagram:focus-visible {
  text-decoration-color: transparent;
}

.footer-detail p {
  margin: 0;
  max-width: 24rem;
  color: currentColor;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.34;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(13rem, 1fr) auto;
  gap: 0.8rem clamp(1rem, 3vw, 4rem);
  align-items: center;
  color: var(--body-copy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.28;
}

.footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.22em;
  white-space: nowrap;
}

.footer-top-arrow {
  width: 2.6rem;
  height: 1rem;
  transform: rotate(-90deg) translateY(-0.03em);
}

.footer-bottom a:hover {
  text-decoration-color: currentColor;
}

.footer-bottom a:hover .footer-top-arrow,
.footer-bottom a:focus-visible .footer-top-arrow {
  transform: rotate(-90deg) translate(0.18rem, -0.03em);
}

.footer-recreation {
  --footer-rule: rgba(47, 89, 98, 0.28);
  --footer-input: rgba(255, 253, 247, 0.62);
  --footer-wave-height: clamp(1.65rem, 4vw, 3rem);
  --footer-wave-fill: var(--section-contact-shell);
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  color: var(--ocean);
  background: var(--footer-wave-fill);
}

.sessions-body .footer-recreation {
  --footer-wave-fill: var(--field-mist-low);
}

.footer-recreation::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: var(--section-footer-blue);
  clip-path: polygon(
    0 calc(var(--footer-wave-height) * 0.62),
    7% calc(var(--footer-wave-height) * 0.48),
    15% calc(var(--footer-wave-height) * 0.38),
    24% calc(var(--footer-wave-height) * 0.43),
    34% calc(var(--footer-wave-height) * 0.57),
    45% calc(var(--footer-wave-height) * 0.66),
    56% calc(var(--footer-wave-height) * 0.61),
    67% calc(var(--footer-wave-height) * 0.46),
    78% calc(var(--footer-wave-height) * 0.38),
    89% calc(var(--footer-wave-height) * 0.46),
    100% calc(var(--footer-wave-height) * 0.62),
    100% 100%,
    0 100%
  );
  pointer-events: none;
}

.footer-recreation::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background-image: url("assets/patterns/yoga-matisse-seamless-background-pacific.svg?v=20260712-warm-blush");
  background-position: center top;
  background-repeat: repeat;
  background-size: clamp(12rem, 18vw, 16rem) auto;
  opacity: 0.24;
  mix-blend-mode: multiply;
  clip-path: polygon(
    0 calc(var(--footer-wave-height) * 0.62),
    7% calc(var(--footer-wave-height) * 0.48),
    15% calc(var(--footer-wave-height) * 0.38),
    24% calc(var(--footer-wave-height) * 0.43),
    34% calc(var(--footer-wave-height) * 0.57),
    45% calc(var(--footer-wave-height) * 0.66),
    56% calc(var(--footer-wave-height) * 0.61),
    67% calc(var(--footer-wave-height) * 0.46),
    78% calc(var(--footer-wave-height) * 0.38),
    89% calc(var(--footer-wave-height) * 0.46),
    100% calc(var(--footer-wave-height) * 0.62),
    100% 100%,
    0 100%
  );
  pointer-events: none;
}

.footer-recreation__inner {
  position: relative;
  z-index: 3;
  display: grid;
  gap: clamp(2rem, 4vw, 3.75rem);
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: clamp(4.25rem, 7.5vw, 6.25rem) clamp(1.25rem, 3vw, 3rem) clamp(2.15rem, 3.6vw, 3.1rem);
}

.footer-recreation__columns {
  display: grid;
  grid-template-columns: minmax(13rem, 1.05fr) minmax(10rem, 0.82fr) minmax(17rem, 1.08fr);
  gap: clamp(2rem, 5vw, 5.6rem);
  align-items: start;
}

.footer-recreation__column {
  --footer-label-gap: clamp(1rem, 1.8vw, 1.55rem);
  display: grid;
  align-content: start;
  gap: var(--footer-label-gap);
}

.footer-recreation__label {
  margin: 0;
  color: var(--ocean);
  font-size: clamp(0.88rem, 1.08vw, 1.04rem);
  font-weight: 850;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-recreation__brand-name {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.18em;
  row-gap: 0;
  margin: -0.2rem 0 0;
  color: var(--rose);
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.9;
}

.footer-recreation__brand-name em {
  color: inherit;
  font-style: italic;
}

.footer-recreation__brand-name span {
  font-style: normal;
}

.footer-recreation__copy,
.footer-recreation__newsletter p:not(.footer-recreation__label) {
  margin: 0;
  color: var(--body-copy);
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  font-weight: 700;
  line-height: 1.45;
}

.footer-recreation__copy {
  max-width: 15rem;
  font-size: clamp(1.08rem, 1.45vw, 1.36rem);
}

.footer-recreation__links {
  display: grid;
  gap: 0;
}

.footer-recreation__links a {
  width: fit-content;
  color: var(--body-copy);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 700;
  line-height: 1.22;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: opacity 180ms ease;
}

.footer-recreation__links a:hover,
.footer-recreation__links a:focus-visible {
  opacity: 0.72;
}

.footer-recreation__newsletter {
  display: grid;
  gap: var(--footer-label-gap);
}

.footer-recreation__signup {
  display: grid;
  gap: clamp(1.1rem, 2vw, 1.7rem);
  width: min(100%, 17rem);
}

.footer-recreation__signup input {
  width: 100%;
  min-height: clamp(2.8rem, 4vw, 3.35rem);
  border: 1px solid rgba(111, 82, 101, 0.2);
  border-radius: 8px;
  padding: 0.7rem 1rem;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.34), rgba(247, 239, 228, 0.22)),
    rgba(255, 253, 247, 0.28);
  font: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 253, 247, 0.18);
  backdrop-filter: blur(2px);
}

.footer-recreation__signup input::placeholder {
  color: rgba(48, 54, 51, 0.46);
}

.footer-recreation__signup input:focus-visible {
  border-color: var(--role-ocean);
  outline: 2px solid var(--role-ocean);
  outline-offset: 2px;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.72), rgba(228, 237, 232, 0.44) 48%, rgba(247, 239, 228, 0.48)),
    rgba(255, 253, 247, 0.38);
  box-shadow:
    0 0 0 1px rgba(255, 253, 247, 0.86),
    0 0 0 3px rgba(79, 116, 113, 0.24),
    0 0 16px rgba(255, 253, 247, 0.46),
    inset 0 0 0 1px rgba(255, 253, 247, 0.55),
    inset 0 1px 8px rgba(255, 253, 247, 0.42);
}

.footer-recreation__signup button {
  position: relative;
  display: grid;
  place-items: center;
  justify-self: end;
  margin-right: clamp(0.45rem, 1vw, 0.8rem);
  width: clamp(8.75rem, 13.2vw, 10.5rem);
  aspect-ratio: 2.6 / 1;
  border: 0;
  padding: 0;
  color: var(--rose);
  background: transparent;
  cursor: pointer;
  isolation: isolate;
  transition: color 180ms ease;
}

.footer-recreation__signup-ring {
  position: absolute;
  inset: -10% -8%;
  z-index: 1;
  width: 116%;
  height: 120%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
  pointer-events: none;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.18, 1);
}

.footer-recreation__signup-label {
  position: relative;
  z-index: 2;
  color: currentColor;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 0.8;
  transform: translateY(0.14em);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.18, 1);
}

.footer-recreation__signup button:hover,
.footer-recreation__signup button:focus-visible {
  color: var(--accent-fig-deep);
}

.footer-recreation__signup button:hover .footer-recreation__signup-ring,
.footer-recreation__signup button:focus-visible .footer-recreation__signup-ring {
  transform: rotate(-1.2deg) scale(1.025);
}

.footer-recreation__signup button:hover .footer-recreation__signup-label,
.footer-recreation__signup button:focus-visible .footer-recreation__signup-label {
  transform: translateY(0.14em) scale(1.04);
}

.footer-recreation__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.35rem, 2vw, 1rem);
  padding-top: clamp(1rem, 2vw, 1.4rem);
  color: var(--body-copy);
  font-size: clamp(0.68rem, 1.45vw, 0.78rem);
  font-weight: 850;
  letter-spacing: 0.03em;
  line-height: 1.28;
}

.footer-recreation__bottom > span {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 2.75rem;
  white-space: nowrap;
}

.footer-recreation__bottom a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.footer-recreation__bottom > a:last-child {
  justify-self: end;
}

.footer-recreation__top-arrow {
  width: 2.6rem;
  height: 1rem;
  transform: rotate(-90deg) translateY(-0.03em);
}

.footer-recreation__bottom a:hover .footer-recreation__top-arrow,
.footer-recreation__bottom a:focus-visible .footer-recreation__top-arrow {
  transform: rotate(-90deg) translate(0.18rem, -0.03em);
}

.footer-recreation a:focus-visible,
.footer-recreation button:focus-visible {
  outline: 2px solid var(--color-shell-bright);
  outline-offset: 5px;
}

.about-page-body {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--field-shell) 0%, var(--field-shell) 46%, var(--field-hero-band) 100%);
}

.about-page-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh;
  background:
    linear-gradient(130deg, rgba(255, 253, 247, 0.92), rgba(251, 247, 239, 0.88) 48%, rgba(247, 239, 228, 0.82)),
    var(--field-shell);
}

.about-page-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: clamp(3.8rem, 6vw, 5.4rem);
  content: "";
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dceaf2' d='M0 46C150 82 292 92 470 60C668 25 816 8 1000 35C1168 59 1288 88 1440 48V120H0Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
  pointer-events: none;
}

.about-page-nav .session-menu {
  border-color: rgba(47, 89, 98, 0.2);
  background: rgba(255, 253, 247, 0.78);
}

.about-page-nav .session-menu a:hover {
  color: var(--rose);
}

.about-page-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(19rem, 0.82fr) minmax(0, 1fr);
  grid-template-areas:
    "title title"
    "photo copy"
    "photo credentials";
  gap: 2rem 4.5rem;
  align-items: start;
  width: min(100%, 1240px);
  min-height: calc(100svh - 4.8rem);
  margin: 0 auto;
  padding: 5rem 4rem 7rem;
}

.about-page-hero-copy {
  grid-area: copy;
  display: grid;
  align-self: center;
  align-content: start;
  justify-items: start;
  gap: 1.35rem;
  padding-top: 0;
}

#about-page-title {
  grid-area: title;
  align-self: start;
  justify-self: center;
  position: relative;
  left: clamp(-2.8rem, -5vw, -1.6rem);
  max-width: none;
  margin: 0;
  color: var(--accent-fig);
  font-family: var(--serif);
  font-size: var(--section-title-size);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.82;
  white-space: nowrap;
}

.about-page-hero-copy > p {
  width: min(100%, 37rem);
  margin: 0;
  color: var(--body-copy);
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.58;
}

.about-page-photo {
  grid-area: photo;
  justify-self: start;
  width: min(100%, 34rem);
  margin: 0;
}

.about-page-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.about-credentials.about-credentials--inline {
  grid-area: credentials;
  align-self: start;
  justify-self: center;
  width: min(100%, 25rem);
  margin-top: clamp(0.9rem, 1.8vw, 1.35rem);
  background: transparent;
  isolation: auto;
}

.about-credentials.about-credentials--inline::after {
  display: none;
}

.about-credentials--inline .about-credentials-title {
  width: auto;
  margin: clamp(1.15rem, 2vw, 1.8rem) 0 0;
  padding-right: clamp(0.4rem, 2vw, 1.05rem);
  color: var(--body-copy);
  font-family: var(--script);
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  text-align: right;
  text-transform: none;
  transform: rotate(-3deg);
}

.about-credentials--inline .about-credentials-inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.4vw, 0.9rem);
  justify-items: center;
  max-width: none;
}

@media (hover: hover) and (pointer: fine) {
  .about-credentials--inline .about-cert-mark {
    --cert-nudge-x: 0px;
    --cert-nudge-y: 0px;
    --cert-nudge-rotate: 0deg;
    transform: translate3d(var(--cert-nudge-x), var(--cert-nudge-y), 0) rotate(var(--cert-nudge-rotate));
    transform-origin: center;
    will-change: transform;
  }
}

.about-credentials--inline .about-cert-card {
  --cert-mark-size: clamp(3.4rem, 6vw, 4.6rem);
  grid-template-rows: var(--cert-mark-size) auto;
  gap: 0.34rem;
  justify-items: center;
  width: min(100%, 10.8rem);
  text-align: center;
}

.about-credentials--inline .about-cert-card h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.82rem);
  line-height: 0.95;
}

.about-credentials--inline .about-cert-card p {
  gap: 0.04rem;
  margin-top: 0;
  font-size: clamp(0.72rem, 1vw, 0.84rem);
  line-height: 1.18;
  text-align: center;
}

.about-credentials--inline .about-cert-id {
  margin-top: 0.18rem;
  font-size: 0.64em;
}

.about-credentials-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(15rem, 1fr));
  gap: clamp(2.6rem, 8vw, 5.8rem);
  align-items: start;
  justify-items: center;
  max-width: 50rem;
  min-height: 0;
}

.about-reviews-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: var(--section-title-size);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.86;
  text-wrap: balance;
}

.about-credentials {
  position: relative;
  isolation: isolate;
  background: var(--section-roots-blue);
}

.about-credentials.section-pad {
  padding-top: clamp(2.6rem, 4.6vw, 3.8rem);
  padding-bottom: clamp(3.4rem, 5vw, 4.8rem);
}

.about-credentials::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: clamp(2.8rem, 5vw, 4.8rem);
  background-color: var(--section-contact-shell);
  clip-path: polygon(0 42%, 9% 54%, 18% 67%, 29% 52%, 42% 28%, 54% 22%, 67% 40%, 79% 66%, 90% 58%, 100% 42%, 100% 100%, 0 100%);
  pointer-events: none;
}

.about-credentials-title {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 62rem);
  margin: 0 auto clamp(1.35rem, 2.4vw, 2.15rem);
  color: var(--ocean);
  font-family: var(--serif);
  font-size: clamp(3.1rem, 5.4vw, 4.4rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.86;
  text-align: center;
}

.about-credentials-inner {
  position: relative;
  z-index: 1;
  align-items: center;
  min-height: auto;
}

.about-cert-card {
  --cert-mark-size: clamp(7rem, 11vw, 8.8rem);
  display: grid;
  grid-template-rows: var(--cert-mark-size) auto auto;
  justify-items: center;
  gap: 0.7rem;
  width: min(100%, 15.5rem);
  text-align: center;
}

.about-cert-mark {
  display: grid;
  place-items: center;
  width: var(--cert-mark-size);
  height: var(--cert-mark-size);
}

.about-cert-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-cert-mark--club img {
  background: transparent;
}

.about-cert-mark--red-cross {
  width: var(--cert-mark-size);
}

.about-cert-mark--red-cross img {
  transform: scale(1.42);
}

.about-cert-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.25rem, 3.5vw, 3rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.9;
}

.about-cert-card p {
  display: grid;
  gap: 0.12rem;
  margin: -0.25rem 0 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(0.92rem, 1.25vw, 1.04rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.22;
}

.about-cert-card p span {
  display: block;
}

.about-cert-card p a {
  display: block;
}

.about-cert-amp {
  display: inline;
  font-family: var(--serif);
  font-size: 0.72em;
  font-style: italic;
  line-height: 0.92;
}

.about-cert-id {
  margin-top: 0.42rem;
  color: rgba(24, 49, 56, 0.62);
  font-size: 0.58em;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.1;
  text-decoration-line: underline;
  text-decoration-color: rgba(24, 49, 56, 0.28);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  text-transform: uppercase;
}

.about-cert-id:hover,
.about-cert-id:focus-visible {
  color: var(--ink);
  text-decoration-color: currentColor;
}

.about-cert-id:focus-visible {
  outline: 2px solid rgba(47, 89, 98, 0.42);
  outline-offset: 0.22rem;
}

.about-reviews {
  --about-review-rail-gutter: clamp(1.2rem, 4vw, 4rem);
  background: var(--section-contact-shell);
  position: relative;
  overflow: hidden;
}

.about-reviews-inner {
  display: grid;
  gap: 1.65rem;
  position: relative;
  z-index: 1;
}

.about-reviews-heading {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  text-align: center;
  margin-top: clamp(-2.25rem, -3.2vw, -1.15rem);
}

.about-reviews-heading h2 {
  color: var(--ocean);
}

.about-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(1rem, 2vw, 1.7rem);
  width: min(100%, 94rem);
  margin: 0 auto;
}

.about-review-grid figure {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: center;
  justify-items: center;
  gap: 1.25rem;
  min-height: clamp(24rem, 35vw, 29.5rem);
  margin: 0;
  border: 1px solid rgba(47, 89, 98, 0.22);
  border-radius: 2px;
  padding: clamp(1.4rem, 2.25vw, 2.25rem) clamp(1.05rem, 1.7vw, 1.5rem);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.56), rgba(255, 253, 247, 0.18)),
    rgba(255, 253, 247, 0.16);
}

.about-review-grid figure:nth-child(even) {
  min-height: clamp(22rem, 32vw, 27.5rem);
}

.about-review-grid .about-review-card--feature {
  min-height: clamp(27rem, 39vw, 33rem);
}

.about-review-grid figure[data-review-placeholder="true"] {
  border-color: rgba(47, 89, 98, 0.16);
  background: rgba(255, 253, 247, 0.1);
}

.about-review-grid blockquote {
  margin: 0;
  align-self: center;
}

.about-review-grid blockquote p {
  margin: 0;
  color: var(--ocean-deep);
  font-family: var(--serif);
  font-size: clamp(1.58rem, 2.25vw, 2.62rem);
  font-style: normal;
  font-weight: 300;
  line-height: 0.92;
  text-align: center;
}

.about-review-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.46rem 0.62rem;
  margin: 0;
  color: var(--ocean);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-review-stars {
  display: inline-flex;
  gap: 0.1rem;
  color: var(--ocean-deep);
  font-size: clamp(0.98rem, 1.35vw, 1.32rem);
  letter-spacing: 0;
  line-height: 1;
}

.about-review-stars--muted {
  opacity: 0.28;
}

.about-review-source {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: clamp(1rem, 1.35vw, 1.2rem);
  height: clamp(0.8rem, 1.15vw, 1rem);
  line-height: 1;
}

.about-review-source-mark {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--ocean);
  -webkit-mask: url("assets/logos/classpass-symbol.png?v=20260715-classpass-pearlescent-1") center / contain no-repeat;
  mask: url("assets/logos/classpass-symbol.png?v=20260715-classpass-pearlescent-1") center / contain no-repeat;
}

.about-review-source:focus {
  outline: none;
}

.about-review-source:focus-visible {
  outline: 2px solid rgba(21, 90, 131, 0.38);
  outline-offset: 0.22rem;
}

.about-review-source::after {
  position: absolute;
  top: calc(100% + 0.48rem);
  left: 50%;
  z-index: 4;
  padding: 0.35rem 0.55rem 0.32rem;
  border: 1px solid rgba(166, 83, 103, 0.5);
  border-radius: 999px;
  background: var(--role-pearlescent-pink);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 246, 0.72),
    0 1px 8px rgba(21, 90, 131, 0.16);
  color: var(--accent-fig);
  content: attr(data-tooltip);
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  text-transform: none;
  transform: translate(-50%, -0.22rem) rotate(-2deg);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  white-space: nowrap;
}

.about-review-source:hover::after,
.about-review-source:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0) rotate(-2deg);
}

.about-review-grid figcaption {
  display: inline-flex;
  align-self: end;
  align-items: center;
  justify-content: center;
  gap: 0.52rem;
  color: rgba(47, 89, 98, 0.7);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.about-review-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem 1.4rem;
  width: min(100%, 64rem);
  margin: -0.5rem auto 0;
  color: var(--action-plum);
}

.about-review-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  color: inherit;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-review-actions a::before {
  width: 3.1rem;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.42;
}

.about-review-actions a:hover .event-arrow,
.about-review-actions a:focus-visible .event-arrow {
  transform: translate(0.18rem, -0.03em);
}

.about-review-actions a:focus-visible {
  outline: 2px solid rgba(47, 89, 98, 0.48);
  outline-offset: 0.35rem;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.form-submit-status {
  margin: 0.7rem 0 0;
  color: var(--role-ocean);
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.form-submit-status.is-error {
  color: var(--form-invalid);
}

button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 620px) {
  .about-review-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    gap: 1rem;
    width: 100%;
  }

  .about-review-actions a {
    justify-self: start;
    white-space: nowrap;
  }
}

.sessions-body {
  min-height: 100vh;
  overflow-x: clip;
  color: var(--ink);
  background: var(--section-house-shell);
}

.sessions-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 0;
  color: var(--ink);
  background: var(--section-house-shell);
}

.sessions-nav {
  color: var(--ocean);
  background: var(--field-mist-low);
}

.sessions-nav .session-menu {
  border-color: rgba(47, 89, 98, 0.18);
  color: var(--ocean);
  background: rgba(255, 253, 247, 0.9);
}

.sessions-nav .session-menu a:hover,
.sessions-nav .session-menu a[aria-current="page"] {
  color: var(--rose);
}

.sessions-hero {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: clamp(18rem, 39svh, 26rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(2.6rem, 5vw, 4.2rem) clamp(1.2rem, 7vw, 7rem) clamp(3.2rem, 6vw, 4.8rem);
  background: var(--field-mist-low);
}

.sessions-hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 41rem);
}

.sessions-hero-palms {
  position: absolute;
  right: clamp(0.8rem, 3.5vw, 3.75rem);
  top: 0;
  bottom: auto;
  z-index: 1;
  display: block;
  width: clamp(14rem, 28vw, 22rem);
  height: auto;
  opacity: 1;
  pointer-events: none;
}

.sessions-hero-copy h1 {
  max-width: 100%;
  margin: 0;
  color: var(--ocean);
  font-family: var(--serif);
  font-size: var(--section-title-size);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.9;
  white-space: nowrap;
}

.sessions-hero-copy h1 span {
  display: inline;
}

.sessions-hero-copy h1 > span:first-child {
  color: var(--ocean);
}

.sessions-title-accent {
  color: var(--ocean);
  font-style: normal;
}

.sessions-hero-copy > p {
  width: min(100%, 39rem);
  margin: 1.45rem 0 0 auto;
  color: var(--body-copy);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 500;
  line-height: 1.58;
  text-align: right;
}

.sessions-hero-link {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 1.75rem auto 0 clamp(4.5rem, 28%, 9rem);
  color: var(--rose);
  text-decoration: none;
}

.sessions-hero-link::before {
  display: none;
}

.sessions-hero-link__label {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  height: 3.1rem;
  padding: 0 1.5rem;
  border: 1px solid rgba(166, 83, 103, 0.5);
  border-radius: 3.75rem;
  color: var(--rose);
  background: var(--role-pearlescent-pink);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 253, 246, 0.72);
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.sessions-hero-link__label-text {
  position: relative;
  z-index: 1;
}

.sessions-hero-link__label::after {
  position: absolute;
  z-index: 0;
  top: -55%;
  bottom: -55%;
  left: -62%;
  width: 46%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 253, 246, 0.08) 22%, rgba(255, 253, 246, 0.88) 50%, rgba(255, 253, 246, 0.16) 78%, transparent 100%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: skewX(-17deg);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .sessions-hero-link:hover .sessions-hero-link__label::after {
    animation: sessions-inquiry-gleam 720ms ease-out both;
  }
}

.sessions-hero-link:focus-visible {
  outline: 2px solid var(--ocean);
  outline-offset: 0.3rem;
}

@keyframes sessions-inquiry-gleam {
  0% {
    opacity: 0;
    transform: translateX(0) skewX(-17deg);
  }

  15% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(480%) skewX(-17deg);
  }
}

.sessions-service-map-copy h2,
.sessions-booking-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: var(--section-title-size);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.86;
  text-wrap: balance;
}

.sessions-fit-list article > span {
  color: var(--accent-celadon-deep);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sessions-fit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--field-shell);
}

.sessions-fit::before,
.sessions-fit::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  height: clamp(3.2rem, 6vw, 5.8rem);
  content: "";
  pointer-events: none;
}

.sessions-fit::before {
  top: -1px;
  background: var(--field-shell);
  clip-path: polygon(0 0, 100% 0, 100% 44%, 91% 56%, 80% 45%, 68% 28%, 56% 34%, 45% 60%, 33% 72%, 21% 55%, 10% 43%, 0 52%);
}

.sessions-fit::after {
  bottom: -1px;
  background: var(--section-contact-shell);
  clip-path: polygon(0 48%, 9% 60%, 20% 50%, 32% 29%, 44% 36%, 56% 64%, 68% 74%, 80% 56%, 91% 42%, 100% 51%, 100% 100%, 0 100%);
}

.sessions-fit-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.3rem, 5vw, 4.2rem);
}

.sessions-fit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 3.2vw, 3rem);
}

.sessions-fit-list article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.85rem;
}

.sessions-fit-list article:not(:last-child)::after {
  position: absolute;
  top: clamp(0rem, 0.4vw, 0.25rem);
  left: calc(100% - clamp(3.4rem, 5vw, 5rem));
  width: clamp(5rem, 7.6vw, 6.85rem);
  height: clamp(3.25rem, 4.8vw, 4.45rem);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.94;
  pointer-events: none;
  /* These assets are drawn top-to-bottom for the stacked layout. In the
     desktop three-column journey, rotate them so the flow reads left-to-right. */
  transform: rotate(-90deg);
}

.sessions-fit-list article:nth-child(1)::after {
  width: clamp(2.45rem, 3.8vw, 3.35rem);
  height: clamp(5.7rem, 8.4vw, 7.45rem);
  background-image: url("assets/vectors/sessions-inquiry-arrow.svg");
}

.sessions-fit-list article:nth-child(2)::after {
  width: clamp(2.8rem, 4.4vw, 3.9rem);
  height: clamp(5.35rem, 8.35vw, 7.3rem);
  background-image: url("assets/vectors/sessions-building-practice-arrow.svg");
}

@media (min-width: 901px) {
  .sessions-fit-list article:nth-child(2)::after {
    background-image: url("assets/vectors/sessions-inquiry-arrow.svg");
  }
}

.sessions-fit-list h2,
.sessions-fit-list h3 {
  margin: 0;
  color: var(--rose);
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 0.92;
}

.sessions-fit-list p {
  margin: 0;
  color: var(--body-copy);
  font-size: 1rem;
  line-height: 1.58;
}

.sessions-practice {
  position: relative;
  isolation: isolate;
  background: var(--section-contact-shell);
}

.sessions-service-map-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1.5fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.sessions-service-map-copy {
  display: grid;
  min-width: 0;
  gap: clamp(1.05rem, 2.5vw, 1.55rem);
}

.sessions-service-map-copy .eyebrow {
  color: var(--rose);
}

.sessions-service-map-copy h2 {
  max-width: min(100%, 8.5ch);
  color: var(--ocean);
  font-size: var(--section-title-size);
  line-height: 0.95;
  text-wrap: normal;
  white-space: normal;
}

.sessions-service-map-copy > p:not(.eyebrow) {
  width: min(100%, 29rem);
  margin: 0;
  color: var(--body-copy);
  font-size: 1.08rem;
  line-height: 1.6;
}

.sessions-service-zones {
  position: absolute;
  bottom: clamp(0.1rem, 1.2cqw, 0.7rem);
  left: clamp(0rem, 1.25cqw, 0.8rem);
  z-index: 2;
  display: grid;
  width: min(40cqw, 21rem);
  gap: clamp(0.26rem, 0.55cqw, 0.42rem);
  pointer-events: auto;
}

.sessions-service-zone-button {
  --service-zone-highlight: var(--ocean);
  display: grid;
  grid-template-columns: 0.85rem 1fr;
  align-items: baseline;
  gap: 0.38rem 0.5rem;
  min-width: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.sessions-service-zone-button:focus {
  outline: none;
}

.sessions-service-zone-button:focus-visible {
  border-radius: 0.2rem;
  outline: 2px solid var(--role-ocean);
  outline-offset: 0.28rem;
}

.sessions-service-zone-button:focus-visible strong {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.sessions-service-zone-button:hover strong,
.sessions-service-zone-button:focus-visible strong,
.sessions-service-zone-button.is-selected strong {
  color: var(--service-zone-highlight);
  font-weight: 900;
}

.sessions-service-zone-button[data-service-zone="primary"] {
  --service-zone-highlight: #3d708a;
}

.sessions-service-zone-button[data-service-zone="extended"] {
  --service-zone-highlight: #a65367;
}

.sessions-service-zone-button[data-service-zone="coast"] {
  --service-zone-highlight: #926e27;
}

.sessions-service-zone-button[data-service-zone="westside"] {
  --service-zone-highlight: #a65f4b;
}

.sessions-service-zone-button.is-pulsing strong {
  animation: serviceZoneTextPulse 640ms ease both;
}

.sessions-service-zone-button strong {
  display: inline-block;
  transition: color 180ms ease, font-weight 180ms ease;
}

.sessions-service-zones div {
  display: grid;
  grid-template-columns: 0.85rem 1fr;
  align-items: baseline;
  gap: 0.38rem 0.5rem;
  padding: 0;
}

.sessions-service-zones strong {
  color: var(--body-copy);
  font-size: clamp(0.72rem, 1.75cqw, 0.98rem);
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sessions-service-zones p {
  margin: 0;
  color: var(--body-copy);
  font-size: 0.92rem;
  line-height: 1.3;
}

.sessions-service-zone-dot {
  width: clamp(0.66rem, 1.55cqw, 0.9rem);
  height: clamp(0.66rem, 1.55cqw, 0.9rem);
  border: 1px solid rgba(47, 89, 98, 0.24);
  border-radius: 50%;
}

.sessions-service-zone-dot--primary {
  background: #c7dde9;
}

.sessions-service-zone-dot--extended {
  background: #e8cdd9;
}

.sessions-service-zone-dot--ventura {
  background: #e7dcc1;
}

.sessions-service-zone-dot--westside {
  background: #f0d4c5;
}

.sessions-service-map-stage {
  position: relative;
  container-type: inline-size;
  inline-size: 100%;
  min-width: 0;
  max-inline-size: 100%;
  padding: 0;
}

.sessions-service-map-image {
  display: block;
  inline-size: 100%;
  max-inline-size: 100%;
  height: auto;
}

.sessions-service-map-object {
  aspect-ratio: 1375.6 / 648.8;
}

.sessions-service-map-status {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@keyframes serviceZoneTextPulse {
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-0.04rem);
  }

  100% {
    transform: translateY(0);
  }
}

.sessions-booking {
  --sessions-crab-parallax-y: 0px;
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: visible;
  background: var(--field-mist-low);
}

.sessions-booking::before {
  position: absolute;
  z-index: 0;
  top: clamp(4.75rem, 10vw, 8rem);
  left: clamp(-7.5rem, -8vw, -2.8rem);
  width: clamp(24rem, 68vw, 55rem);
  aspect-ratio: 661.2 / 518.11;
  content: "";
  background: url("assets/vectors/crab.svg?v=20260714-mist") center / contain no-repeat;
  opacity: 0.75;
  pointer-events: none;
  transform: translate3d(0, var(--sessions-crab-parallax-y), 0) rotate(-7deg);
  transform-origin: top left;
  will-change: transform;
}

.sessions-booking-inner {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.sessions-booking-heading {
  display: block;
  margin-top: calc(-1 * clamp(6rem, 12.5vw, 9.8rem));
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.sessions-booking-heading h2 {
  display: grid;
  justify-items: end;
  max-width: 100%;
  color: var(--rose);
  font-size: clamp(2.65rem, 5.4vw, 4.6rem);
  line-height: 0.84;
  text-align: right;
  text-wrap: normal;
  white-space: nowrap;
}

.sessions-booking-heading h2 > .sessions-private-word {
  position: relative;
  z-index: 0;
  width: fit-content;
  --curated-stroke-width: clamp(1.05rem, 2.45vw, 2rem);
  --curated-outline: var(--field-mist-low);
  color: var(--ocean);
  font-size: var(--section-title-size);
  isolation: isolate;
  paint-order: stroke fill;
  -webkit-text-stroke: var(--curated-stroke-width) var(--curated-outline);
}

.sessions-booking-heading h2 > .sessions-private-word::before {
  position: absolute;
  z-index: -1;
  top: 0.05em;
  left: 0.05em;
  width: 0.58em;
  height: 0.68em;
  border-radius: 50%;
  content: "";
  background: var(--curated-outline);
  pointer-events: none;
}

.sessions-booking-note {
  display: block;
  max-width: 62rem;
  padding: 0;
}

.sessions-booking-note p {
  max-width: 58rem;
  margin: 0;
  color: var(--body-copy);
  font-size: 1.03rem;
  line-height: 1.62;
}

.sessions-private-inquiry {
  display: grid;
  justify-items: start;
  gap: clamp(1.4rem, 3vw, 2rem);
}

.sessions-form-panel {
  --private-frame-left: 12.5%;
  --private-frame-right: 12.5%;
  --private-frame-top: clamp(1.35rem, 3.55vw, 2.15rem);
  --private-frame-bottom: clamp(1.5rem, 3.96vw, 2.4rem);

  position: relative;
  width: min(100%, 66rem);
  margin: 0 auto;
  padding:
    var(--private-frame-top)
    var(--private-frame-right)
    var(--private-frame-bottom)
    var(--private-frame-left);
  isolation: isolate;
}

.sessions-form-panel::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  content: "";
  pointer-events: none;
  background: url("assets/vectors/frame-1-private-session-form.svg?v=20260714-private-form-marigold-frame") center / 100% 100% no-repeat;
}

.sessions-form-frame-fill {
  display: none;
}

.sessions-form-title {
  margin: 0 0 0.15rem;
  color: var(--rose);
  font-family: var(--serif);
  font-size: clamp(2.45rem, 5.8vw, 3.6rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.95;
  text-align: center;
  text-wrap: balance;
}

.private-session-form {
  --private-session-focus-glow:
    radial-gradient(ellipse at 18% 14%, rgba(255, 253, 246, 0.9), rgba(255, 253, 246, 0.16) 42%, rgba(255, 253, 246, 0) 64%);
  --private-session-focus-pearl:
    linear-gradient(102deg, #fffdf6 0%, #f9e1ce 30%, #f0e5de 52%, #f9e1ce 76%, #fffdf6 100%);
  position: relative;
  z-index: 4;
  min-height: clamp(47rem, 78vw, 56rem);
  padding:
    clamp(8.5rem, 14vw, 9.5rem)
    clamp(0.75rem, 2.6vw, 1.35rem)
    clamp(5.5rem, 9vw, 7rem);
  background: transparent;
  color: var(--rose);
}

.private-session-form .sessions-form-title {
  transform: translateY(clamp(-0.9rem, -1.5vw, -0.575rem));
}

.private-session-form .field-group input:focus,
.private-session-form .field-group textarea:focus {
  border-color: var(--role-ocean);
  outline: 2px solid var(--role-ocean);
  outline-offset: 2px;
  background: var(--private-session-focus-glow), var(--private-session-focus-pearl);
  box-shadow:
    0 0 0 3px rgba(21, 90, 131, 0.24),
    inset 0 1px 0 rgba(255, 253, 246, 0.8);
}

.private-session-form .field-group select:focus {
  border-color: var(--role-ocean);
  outline: 2px solid var(--role-ocean);
  outline-offset: 2px;
  background-color: transparent;
  background-image:
    url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2020%2012%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M2%202L10%2010L18%202%27%20fill%3D%27none%27%20stroke%3D%27%23155A83%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E"),
    var(--private-session-focus-glow),
    var(--private-session-focus-pearl);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right 1rem center, center, center;
  background-size: 0.9rem auto, cover, cover;
  box-shadow:
    0 0 0 3px rgba(21, 90, 131, 0.24),
    inset 0 1px 0 rgba(255, 253, 246, 0.8);
}

.private-session-form .field-group input[aria-invalid="true"],
.private-session-form .field-group textarea[aria-invalid="true"] {
  border-color: var(--rose);
  color: var(--rose);
  caret-color: var(--rose);
  outline: 0;
  background:
    linear-gradient(135deg, rgba(255, 253, 246, 0.62), rgba(216, 173, 176, 0.38)),
    var(--role-white);
  box-shadow:
    0 0 0 3px rgba(216, 173, 176, 0.82),
    inset 0 1px 0 rgba(255, 253, 246, 0.76);
}

.private-session-form .field-group input[aria-invalid="true"]::placeholder,
.private-session-form .field-group textarea[aria-invalid="true"]::placeholder {
  color: rgba(166, 83, 103, 0.74);
}

.private-session-form .field-group select[aria-invalid="true"] {
  border-color: var(--rose);
  color: var(--rose);
  outline: 0;
  background-color: var(--role-blush);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2020%2012%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M2%202L10%2010L18%202%27%20fill%3D%27none%27%20stroke%3D%27%23A65367%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.9rem auto;
  box-shadow:
    0 0 0 3px rgba(216, 173, 176, 0.82),
    inset 0 1px 0 rgba(255, 253, 246, 0.76);
}

.private-session-form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem clamp(1rem, 2.4vw, 1.35rem);
}

.private-session-form-fields .full-field,
.private-session-form-fields .sessions-form-title,
.private-session-form-fields .private-session-required-note,
.private-session-form-fields .private-session-submit {
  grid-column: 1 / -1;
}

.private-session-required-note {
  margin: -0.1rem 0 0;
  padding-left: clamp(0.2rem, 1vw, 0.7rem);
  color: rgba(111, 82, 101, 0.88);
  font-size: 0.82rem;
  font-style: italic;
  line-height: 1.35;
}

.private-session-form .private-session-required-note {
  color: var(--body-copy);
  font-family: var(--script);
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: -1px;
}

.private-session-submit {
  --submit-hover-rose: var(--body-copy);
  width: clamp(11.4rem, 31vw, 14.75rem);
  margin-top: -0.35rem;
  transform: translateY(clamp(0.75rem, 1.5vw, 1.1rem));
  color: var(--body-copy);
}

.sessions-secondary-links {
  --sessions-secondary-width: min(100%, 34rem);

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.9rem clamp(1rem, 3vw, 2rem);
  padding-top: clamp(0.35rem, 1vw, 0.65rem);
  color: var(--ocean);
  text-align: right;
}

.sessions-secondary-links p {
  box-sizing: border-box;
  width: var(--sessions-secondary-width);
  margin: 0;
  padding-left: clamp(0.85rem, 3vw, 2rem);
  color: var(--body-copy);
  font-family: var(--script);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}

.sessions-secondary-links div {
  display: flex;
  flex-wrap: wrap;
  width: var(--sessions-secondary-width);
  justify-content: flex-end;
  gap: 0.7rem clamp(1rem, 2vw, 1.4rem);
}

.sessions-secondary-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  color: var(--ocean);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}

.sessions-secondary-links a::before {
  width: clamp(1.7rem, 3vw, 2.7rem);
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.38;
}

.sessions-secondary-links a:hover .event-arrow,
.sessions-secondary-links a:focus-visible .event-arrow {
  transform: translate(0.18rem, -0.03em);
}

.sessions-secondary-links a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 0.35rem;
}

.group-schedule-body {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--field-mist-low);
}

.group-schedule-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(30rem, 68svh, 46rem);
  background-color: var(--field-mist);
}

.group-schedule-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: clamp(3.4rem, 7vw, 5.8rem);
  content: "";
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff7e8' d='M0 58C170 102 328 104 512 70C704 35 852 4 1062 31C1222 52 1320 88 1440 62V120H0Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
  pointer-events: none;
}

.group-schedule-nav .session-menu {
  border-color: rgba(47, 89, 98, 0.2);
  background: rgba(255, 253, 247, 0.76);
}

.group-schedule-nav .session-menu a:hover {
  color: var(--rose);
}

.group-schedule-hero {
  position: relative;
  display: grid;
  min-height: clamp(23rem, 54svh, 38rem);
  align-items: center;
  padding: clamp(3rem, 6vw, 6rem) clamp(1.2rem, 7vw, 7rem) clamp(4rem, 7vw, 6rem);
}

.group-schedule-heading {
  position: relative;
  z-index: 1;
  width: min(100%, 48rem);
  justify-self: end;
  margin-right: clamp(1.6rem, 8vw, 8rem);
  margin-left: 0;
  transform: translateY(clamp(-2.75rem, -3.5vw, -1.5rem));
}

body.motion-ready .group-schedule-heading[data-reveal],
body.motion-ready .group-schedule-heading[data-reveal].is-visible {
  transform: translateY(clamp(-2.75rem, -3.5vw, -1.5rem));
}

.group-schedule-kicker {
  margin: 0 0 clamp(1rem, 2vw, 1.4rem);
  color: var(--rose);
  font-size: clamp(0.76rem, 1vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.group-schedule-heading h1 {
  width: max-content;
  max-width: 100%;
  margin: 0 0 0 auto;
  color: var(--ocean);
  font-family: var(--serif);
  font-size: var(--section-title-size);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.82;
}

.group-schedule-heading h1 span {
  display: block;
}

.group-schedule-heading h1 span {
  white-space: nowrap;
}

.group-schedule-heading > p:last-child {
  width: min(100%, 31rem);
  margin: clamp(1.35rem, 2vw, 1.9rem) 0 0 auto;
  color: var(--body-copy);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 500;
  line-height: 1.58;
}

.group-schedule-heading > p:last-child a {
  color: var(--ocean);
  font-style: italic;
  font-weight: 850;
  text-decoration: none;
  transition: color 180ms ease;
}

.group-schedule-heading > p:last-child a:hover,
.group-schedule-heading > p:last-child a:focus-visible {
  color: var(--rose);
}

.group-schedule-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--section-house-shell);
  padding: 0 clamp(1.2rem, 7vw, 7rem) 0;
}

.group-schedule-board {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.group-schedule-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(13rem, 0.7fr) minmax(20rem, 1fr);
  grid-template-areas: "meta classes";
  column-gap: clamp(4rem, 9vw, 10.5rem);
  row-gap: clamp(1.1rem, 2vw, 1.6rem);
  align-items: start;
  align-content: center;
  min-height: clamp(15rem, 25vw, 21rem);
  padding: clamp(2.7rem, 5vw, 4.8rem) 0;
}

body.motion-ready .group-schedule-row[data-reveal],
body.motion-ready .group-schedule-row[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

body.motion-ready .group-schedule-row[data-reveal] > :not(.group-schedule-shell-divider) {
  opacity: 0;
  transition: opacity 850ms ease;
}

body.motion-ready .group-schedule-row[data-reveal].is-visible > :not(.group-schedule-shell-divider) {
  opacity: 1;
}

.group-schedule-meta {
  grid-area: meta;
  display: grid;
  align-content: start;
  gap: clamp(0.42rem, 1vw, 0.72rem);
}

.group-schedule-classes {
  grid-area: classes;
}

.group-schedule-shell-divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(8rem, 18vw, 12.5rem);
  height: clamp(1.25rem, 3vw, 1.8rem);
  display: block;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scaleX(0.18);
  transform-origin: 50% 50%;
  transition: opacity 180ms ease;
}

.group-schedule-row.is-shell-divider-visible .group-schedule-shell-divider {
  animation: groupScheduleShellDividerUnfold 1180ms cubic-bezier(0.16, 1, 0.3, 1) both;
  opacity: 1;
}

@keyframes groupScheduleShellDividerUnfold {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.18);
  }

  34% {
    opacity: 0.86;
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scaleX(1);
  }
}

.group-schedule-date span {
  color: var(--role-blush);
  font-size: clamp(0.68rem, 0.86vw, 0.8rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.group-schedule-location strong {
  color: var(--rose);
  font-size: clamp(1.18rem, 1.7vw, 1.88rem);
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.group-schedule-location a {
  display: inline-block;
  width: fit-content;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.18em;
  transition: text-decoration-color 180ms ease, opacity 180ms ease;
}

.group-schedule-location a:hover {
  opacity: 0.78;
  text-decoration-color: currentColor;
}

.group-schedule-location a:focus-visible {
  outline: 2px solid rgba(47, 89, 98, 0.52);
  outline-offset: 0.28rem;
  text-decoration-color: currentColor;
}

.group-schedule-classes ul {
  display: grid;
  gap: clamp(1.15rem, 2vw, 1.85rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.group-schedule-classes li {
  display: grid;
  grid-template-columns: clamp(4.5rem, 5vw, 5.45rem) minmax(0, 1fr);
  column-gap: clamp(0.65rem, 1.4vw, 1.1rem);
  align-items: center;
}

.group-schedule-classes time {
  color: var(--ocean);
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.45rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.9;
  white-space: nowrap;
}

.group-schedule-classes span {
  display: block;
  color: var(--body-copy);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.35vw, 2.55rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.92;
  transform: translateY(-0.08em);
}

.class-types-field {
  --class-types-wave-height: clamp(3.4rem, 7vw, 5.8rem);
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100vw;
  margin: clamp(3rem, 6vw, 5.5rem) calc(50% - 50vw) 0;
  padding: calc(var(--class-types-wave-height) - clamp(1.75rem, 3vw, 2.75rem)) 0 clamp(1.75rem, 3.5vw, 2.75rem);
  background: var(--field-mist-low);
}

.class-types-field::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: var(--class-types-wave-height);
  content: "";
  background: var(--section-house-shell);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 0H1440V62C1320 88 1222 52 1062 31C852 4 704 35 512 70C328 104 170 102 0 58Z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 0H1440V62C1320 88 1222 52 1062 31C852 4 704 35 512 70C328 104 170 102 0 58Z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
  pointer-events: none;
}

.class-types-field > * {
  position: relative;
  z-index: 1;
}

.class-types-section {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: grid;
  justify-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(2.2rem, 4vw, 3.8rem) clamp(3.3rem, 7vw, 5.6rem) 0;
  overflow: visible;
}

.class-types-field .class-types-section {
  margin: 0 auto;
}

.class-types-heading {
  display: flex;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: end;
  justify-content: flex-start;
  width: 100%;
  margin-right: auto;
  margin-bottom: clamp(1.6rem, 3vw, 2.35rem);
  margin-left: auto;
  transform: translateX(calc(-1 * clamp(3rem, 13vw, 7rem)));
}

.class-types-kicker {
  margin: 0 0 0.42rem;
  color: var(--rose);
  font-size: clamp(0.68rem, 0.86vw, 0.8rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.class-types-heading h2 {
  margin: 0;
  color: var(--ocean);
  font-family: var(--serif);
  font-size: clamp(2.35rem, 5.2vw, 3.2rem);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.94;
}

.class-types-controls {
  position: absolute;
  top: clamp(1.85rem, 4.1vw, 3rem);
  right: clamp(2.35rem, 5.4vw, 4rem);
  left: clamp(2.35rem, 5.4vw, 4rem);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
}

.class-types-control {
  display: inline-grid;
  width: clamp(2.35rem, 3.8vw, 3rem);
  height: clamp(2.1rem, 3.3vw, 2.65rem);
  padding: 0;
  place-items: center;
  color: var(--action-plum);
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 0;
  pointer-events: auto;
  transition:
    opacity 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.class-types-control:nth-child(2) {
  border-radius: 0;
}

.class-types-control:hover,
.class-types-control:focus-visible {
  color: var(--ocean);
  transform: translateY(-1px);
}

.class-types-control:focus-visible {
  outline: 2px solid rgba(47, 89, 98, 0.44);
  outline-offset: 0.22rem;
}

.class-types-control:disabled {
  cursor: default;
  opacity: 0.34;
  transform: none;
}

.class-types-arrow {
  display: block;
  width: clamp(1.45rem, 2.3vw, 1.85rem);
  height: clamp(0.62rem, 1vw, 0.82rem);
  background: currentColor;
  -webkit-mask: url("assets/vectors/streamline-guidance-arrow.svg?v=20260624-copy-arrow-polish-2") center / 100% 100% no-repeat;
  mask: url("assets/vectors/streamline-guidance-arrow.svg?v=20260624-copy-arrow-polish-2") center / 100% 100% no-repeat;
}

.class-types-arrow.is-previous {
  transform: rotate(180deg);
}

.class-types-scroller,
.frame-scroller-track {
  position: relative;
  display: grid;
  width: clamp(23rem, 39vw, 32rem);
  aspect-ratio: 1716 / 1369;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  scrollbar-width: none;
  touch-action: pan-y;
}

.frame-scroller-track.is-dragging {
  cursor: grabbing;
}

.class-types-scroller::-webkit-scrollbar,
.frame-scroller-track::-webkit-scrollbar {
  display: none;
}

.class-types-scroller:focus-visible,
.frame-scroller-track:focus-visible {
  outline: 2px solid rgba(47, 89, 98, 0.42);
  outline-offset: 0.22rem;
}

.frame-scroller-card {
  --frame-side-offset: clamp(10rem, 18vw, 14rem);
  --frame-far-offset: clamp(14.6rem, 28vw, 21rem);
  --frame-edge-offset: clamp(40rem, 80vw, 60rem);
  grid-area: 1 / 1;
  justify-self: center;
  position: absolute;
  inset: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1716 / 1369;
  margin: 0 auto;
  padding: clamp(2rem, 3.2vw, 2.7rem) clamp(3.15rem, 5vw, 4.5rem);
  text-align: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.8rem) scale(0.86);
  transition:
    opacity 220ms ease,
    transform 280ms ease;
}

.frame-scroller-track.is-snapping .frame-scroller-card {
  transition: none;
}

.frame-scroller-card.is-ghost {
  z-index: 0;
  pointer-events: none;
}

.frame-scroller-card::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 82%;
  aspect-ratio: 1369 / 1716;
  content: "";
  background: url("assets/vectors/frame-4-filled-card.svg?v=20260714-marigold-frame-77") center / 100% 100% no-repeat;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(-1);
  transform-origin: center;
  pointer-events: none;
}

.frame-scroller-card > :not(.class-types-controls) {
  position: relative;
  z-index: 2;
}

.frame-scroller-card[data-carousel-slot="-2"] {
  z-index: 1;
  opacity: 1;
  transform: translateX(calc(-1 * var(--frame-far-offset))) translateY(1.5rem) rotate(0deg) scale(0.8);
}

.frame-scroller-card[data-carousel-slot="-1"] {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(calc(-1 * var(--frame-side-offset))) translateY(0.72rem) rotate(0deg) scale(0.91);
}

.frame-scroller-card[data-carousel-slot="0"] {
  z-index: 4;
  opacity: 1;
  pointer-events: auto;
  cursor: default;
  transform: translateX(0) translateY(0) rotate(0deg) scale(1.03);
}

.frame-scroller-card[data-carousel-slot="1"] {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(var(--frame-side-offset)) translateY(0.72rem) rotate(0deg) scale(0.91);
}

.frame-scroller-card[data-carousel-slot="2"] {
  z-index: 1;
  opacity: 1;
  transform: translateX(var(--frame-far-offset)) translateY(1.5rem) rotate(0deg) scale(0.8);
}

.frame-scroller-card[data-carousel-slot="-3"] {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(calc(-1 * var(--frame-edge-offset))) translateY(2.1rem) rotate(0deg) scale(0.74);
}

.frame-scroller-card[data-carousel-slot="3"] {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(var(--frame-edge-offset)) translateY(2.1rem) rotate(0deg) scale(0.74);
}

.frame-scroller-level {
  display: block;
  margin-bottom: clamp(0.7rem, 1.35vw, 1rem);
  color: var(--ocean);
  font-size: clamp(0.76rem, 1vw, 0.88rem);
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.frame-scroller-card h2 {
  max-width: 100%;
  margin: 0;
  color: var(--rose);
  font-family: var(--serif);
  font-size: clamp(2.35rem, 4.9vw, 4.05rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.9;
  white-space: nowrap;
}

.frame-scroller-card p {
  width: min(100%, 27rem);
  max-width: 100%;
  margin: clamp(1rem, 1.75vw, 1.3rem) 0 0;
  color: var(--body-copy);
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  font-weight: 500;
  line-height: 1.44;
  text-wrap: balance;
}

.frame-scroller-inline-link {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.14em;
}

.frame-scroller-inline-link:hover,
.frame-scroller-inline-link:focus-visible {
  opacity: 0.72;
}

.frame-scroller-note {
  display: block;
  width: min(100%, 24rem);
  margin-top: clamp(0.7rem, 1.1vw, 0.9rem);
  color: var(--body-copy);
  font-size: clamp(0.73rem, 0.88vw, 0.82rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.34;
  text-wrap: balance;
}

.frame-scroller-location,
.frame-scroller-keep {
  white-space: nowrap;
}

.frame-scroller-card em {
  color: inherit;
  font-family: var(--sans);
  font-size: inherit;
  font-style: italic;
  font-weight: inherit;
}

@media (min-width: 900px) {
  .frame-scroller-card {
    --frame-side-offset: clamp(9.5rem, 13vw, 11.5rem);
    --frame-far-offset: clamp(17rem, 24vw, 22rem);
    --frame-edge-offset: clamp(21rem, 30vw, 27rem);
    transition: transform 280ms ease;
  }

  .frame-scroller-card[data-carousel-slot="-2"] {
    transform: translateX(calc(-1 * var(--frame-far-offset))) translateY(1.35rem) rotate(0deg) scale(0.82);
  }

  .frame-scroller-card[data-carousel-slot="-1"] {
    transform: translateX(calc(-1 * var(--frame-side-offset))) translateY(0.62rem) rotate(0deg) scale(0.92);
  }

  .frame-scroller-card[data-carousel-slot="1"] {
    transform: translateX(var(--frame-side-offset)) translateY(0.62rem) rotate(0deg) scale(0.92);
  }

  .frame-scroller-card[data-carousel-slot="2"] {
    transform: translateX(var(--frame-far-offset)) translateY(1.35rem) rotate(0deg) scale(0.82);
  }

  .frame-scroller-card[data-carousel-slot="-3"] {
    transform: translateX(calc(-1 * var(--frame-edge-offset))) translateY(1.85rem) rotate(0deg) scale(0.76);
  }

  .frame-scroller-card[data-carousel-slot="3"] {
    transform: translateX(var(--frame-edge-offset)) translateY(1.85rem) rotate(0deg) scale(0.76);
  }
}

@media (max-width: 899px) {
  .frame-scroller-card[data-carousel-slot="-2"],
  .frame-scroller-card[data-carousel-slot="2"] {
    opacity: 0;
    pointer-events: none;
  }
}

.group-schedule-register,
.group-schedule-contact {
  display: flex;
  justify-content: flex-end;
  width: min(100%, 1180px);
  margin: clamp(2rem, 4vw, 3.5rem) auto 0;
}

.group-schedule-register a,
.group-schedule-contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  color: var(--ocean);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}

.group-schedule-register a::before,
.group-schedule-contact a::before {
  width: clamp(1.9rem, 3.8vw, 3.6rem);
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.38;
}

.group-schedule-register a {
  color: var(--rose);
}

.group-schedule-register a:hover .event-arrow,
.group-schedule-register a:focus-visible .event-arrow,
.group-schedule-contact a:hover .event-arrow,
.group-schedule-contact a:focus-visible .event-arrow {
  transform: translate(0.18rem, -0.03em);
}

.events-page-body {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--field-shell) 0%, var(--field-mist) 32%, var(--field-shell-warm) 67%, var(--field-shell) 100%);
}

.events-page-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 0;
  background: var(--field-shell);
}

.events-page-header::after,
.events-past::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: clamp(3.1rem, 6vw, 5.6rem);
  content: "";
  pointer-events: none;
}

.events-page-header::after {
  z-index: 2;
  height: clamp(3.4rem, 7vw, 5.8rem);
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dceaf2' d='M0 58C170 102 328 104 512 70C704 35 852 4 1062 31C1222 52 1320 88 1440 62V120H0Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
}

.events-page-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: var(--ocean);
  background: transparent;
}

.events-page-nav .session-menu {
  border-color: rgba(47, 89, 98, 0.2);
  background: rgba(255, 253, 247, 0.82);
}

.events-page-nav .session-menu a:hover,
.events-page-nav .session-menu a[aria-current="page"] {
  color: var(--rose);
}

.events-page-hero {
  position: relative;
  isolation: isolate;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  width: min(100%, 1180px);
  min-height: 0;
  margin: 0 auto;
  padding: clamp(7.5rem, 11vw, 9rem) clamp(1.2rem, 7vw, 7rem) clamp(6.4rem, 9vw, 8rem);
  background: var(--field-shell);
}

.events-hero-wave {
  position: absolute;
  top: clamp(5.25rem, 7vw, 6.5rem);
  right: clamp(-29rem, -26vw, -17rem);
  z-index: 0;
  width: clamp(33rem, 68vw, 56rem);
  height: auto;
  opacity: 0.42;
  pointer-events: none;
  --events-hero-wave-x: 0px;
  --events-hero-wave-y: 0px;
  transform: translate3d(var(--events-hero-wave-x), var(--events-hero-wave-y), 0) scaleX(-1) rotate(-8deg);
  transform-origin: center;
  will-change: transform;
}

.events-page-hero-copy,
.events-page-hero-events {
  position: relative;
  z-index: 1;
}

.events-page-hero-copy {
  display: grid;
  gap: 1.25rem;
  align-content: center;
  justify-items: start;
  width: min(100%, 58rem);
}

.events-page-hero-copy h1 {
  margin: 0;
  color: var(--rose);
  font-family: var(--serif);
  font-size: var(--section-title-size);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.84;
  white-space: nowrap;
}

.events-page-hero-copy h1 span {
  display: inline;
}

.events-title-accent {
  color: var(--rose);
  font-style: normal;
}

.events-page-hero-copy > .eyebrow {
  color: var(--ocean);
}

.events-page-hero-copy > p:not(.eyebrow) {
  width: min(100%, 34rem);
  margin: 0;
  color: var(--body-copy);
  font-size: 1.08rem;
  line-height: 1.6;
}

.events-page-hero-events {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
  width: 100%;
}

.events-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem clamp(1.2rem, 3vw, 2rem);
  align-items: center;
}

.events-page-hero-link,
.events-upcoming-note a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  color: var(--action-plum);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}

.events-page-hero-link {
  margin-top: 0;
  color: var(--ocean);
}

.events-page-hero-link::before,
.events-upcoming-note a::before {
  width: 3.4rem;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.42;
}

.events-page-hero-link:hover .event-arrow,
.events-page-hero-link:focus-visible .event-arrow,
.events-upcoming-note a:hover .event-arrow,
.events-upcoming-note a:focus-visible .event-arrow {
  transform: translate(0.18rem, -0.03em);
}

.events-page-hero-link:focus-visible,
.events-upcoming-note a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 0.35rem;
}

.events-past,
.events-inquiry,
.events-upcoming {
  position: relative;
  isolation: isolate;
}

.events-past {
  padding-top: clamp(3rem, 5.5vw, 4.75rem);
  background: var(--field-mist);
}

.events-past::after {
  height: clamp(3.4rem, 7vw, 5.8rem);
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f0f5f7' d='M0 58C170 102 328 104 512 70C704 35 852 4 1062 31C1222 52 1320 88 1440 62V120H0Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
}

.events-inquiry {
  background: var(--field-mist-low);
}

.events-upcoming {
  background: var(--field-shell);
}

.events-past-inner,
.events-inquiry-inner,
.events-upcoming-inner {
  display: grid;
  gap: clamp(2rem, 5vw, 4.4rem);
}

.events-page-section-heading,
.events-inquiry-heading {
  display: grid;
  gap: 1.05rem;
}

.events-page-section-heading h2,
.events-past-heading h2,
.events-inquiry-heading h2 {
  margin: 0;
  color: var(--ocean);
  font-family: var(--serif);
  font-size: var(--section-title-size);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.86;
  text-wrap: balance;
}

.events-inquiry-heading h2 {
  color: var(--ocean);
}

.events-upcoming .events-page-section-heading h2 {
  color: var(--rose);
}

.events-upcoming .events-page-section-heading > .eyebrow {
  color: var(--role-blush);
}

.events-page-section-heading > p:not(.eyebrow),
.events-past-heading > p,
.events-inquiry-heading > p {
  width: min(100%, 42rem);
  margin: 0;
  color: var(--body-copy);
  font-size: 1.06rem;
  line-height: 1.62;
}

.events-page-section-heading--split {
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.7fr);
  gap: clamp(1.6rem, 5vw, 5rem);
  align-items: end;
}

.events-page-section-heading--split > p {
  justify-self: end;
}

.events-type-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.6vw, 1.15rem) clamp(0.85rem, 2vw, 1.45rem);
  align-items: start;
  justify-items: center;
  width: min(100%, 62rem);
  margin: 0 auto;
  padding: clamp(0.25rem, 1vw, 0.55rem) 0 clamp(1.2rem, 3vw, 2rem);
}

.events-type-grid article {
  --event-card-ink: var(--accent-fig);
  --event-card-number: var(--event-card-ink);
  --event-card-title: var(--event-card-ink);
  --event-card-rotate: -2.5deg;
  --event-card-shell-x: -0.18rem;
  --event-card-shell-y: 0.1rem;
  --event-card-scale: 1;

  position: relative;
  isolation: isolate;
  display: block;
  grid-column: span 2;
  width: min(100%, clamp(17.25rem, 25vw, 20rem));
  aspect-ratio: 700 / 640;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  transform: scale(var(--event-card-scale));
  transform-origin: center;
  transition: transform 220ms ease;
}

.events-type-grid article:hover,
.events-type-grid article:focus-within {
  --event-card-scale: 1.055;

  z-index: 3;
}

/* Keep the reveal entrance from replacing the card's hover transform. */
body.motion-ready .events-type-grid article[data-reveal] {
  transform: translateY(1.25rem) scale(var(--event-card-scale));
}

body.motion-ready .events-type-grid article[data-reveal].is-visible {
  transform: scale(var(--event-card-scale));
}

.events-type-grid article:nth-child(odd) {
  margin-top: clamp(0rem, 0.8vw, 0.55rem);
}

.events-type-grid article:nth-child(2) {
  --event-card-ink: var(--ocean);
  --event-card-rotate: 2.5deg;
  --event-card-shell-x: 0.22rem;
  --event-card-shell-y: -0.05rem;
  margin-top: clamp(1.25rem, 2.6vw, 2.05rem);
}

.events-type-grid article:nth-child(3) {
  --event-card-ink: var(--accent-fig);
  --event-card-title: var(--accent-sand);
  --event-card-rotate: -2deg;
  --event-card-shell-x: 0.12rem;
  --event-card-shell-y: -0.1rem;
  margin-top: 0;
}

.events-type-grid article:nth-child(4) {
  --event-card-ink: var(--accent-fig);
  --event-card-number: var(--accent-sand);
  --event-card-rotate: 3deg;
  --event-card-shell-x: -0.15rem;
  --event-card-shell-y: 0.2rem;
  grid-column: 2 / span 2;
  margin-top: clamp(1.45rem, 3vw, 2.3rem);
}

.events-type-grid article:nth-child(5) {
  --event-card-ink: var(--ocean);
  --event-card-rotate: -2.2deg;
  --event-card-shell-x: 0.2rem;
  --event-card-shell-y: 0.05rem;
  grid-column: 4 / span 2;
  margin-top: clamp(0.15rem, 1vw, 0.75rem);
}

.events-type-card {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.events-type-card__shell {
  transform: translate(var(--event-card-shell-x), var(--event-card-shell-y)) rotate(var(--event-card-rotate));
  transform-box: fill-box;
  transform-origin: center;
}

.events-type-card text {
  text-anchor: middle;
}

.events-type-card__number {
  fill: var(--event-card-number);
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.events-type-card__title {
  fill: var(--event-card-title);
  font-family: var(--serif);
  font-size: 74px;
  font-weight: 300;
  letter-spacing: 0;
}

.events-type-card__body {
  fill: var(--body-copy);
  font-family: var(--sans);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
}

.events-type-card__body--tight {
  font-size: 32px;
}

.events-type-card__body--small {
  font-size: 30px;
}

.events-example-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.92;
}

.events-example-copy h3 {
  color: var(--ocean-deep);
  font-size: 2.35rem;
}

.events-example-copy p:not(.eyebrow),
.events-upcoming-note p {
  margin: 0;
  color: var(--body-copy);
  line-height: 1.55;
}

.events-example-copy p:not(.eyebrow),
.events-upcoming-note p {
  font-size: 1rem;
}

.events-past-heading {
  display: block;
  text-align: center;
}

.events-past-heading > div,
.events-example,
.events-example-copy {
  display: grid;
  gap: clamp(0.7rem, 1.6vw, 1rem);
}

.events-example-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.2rem, 6vw, 4rem);
  align-items: start;
}

.events-activation-row {
  display: grid;
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
}

.events-activation-row--trackside {
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.48fr);
}

.events-activation-row--beach {
  position: relative;
  grid-template-columns: minmax(11rem, 0.45fr) minmax(0, 1fr);
}

.events-beach-shell {
  position: absolute;
  display: block;
  top: clamp(2rem, 4vw, 3.5rem);
  left: clamp(14%, 22vw, 24%);
  z-index: 0;
  width: clamp(16.5rem, 30vw, 24.75rem);
  height: auto;
  opacity: 0.58;
  pointer-events: none;
  transform: rotate(-90deg);
  transform-origin: center;
  filter: brightness(0) saturate(100%) invert(27%) sepia(46%) saturate(1143%) hue-rotate(157deg) brightness(92%) contrast(89%);
}

.events-activation-row--beach > :not(.events-beach-shell) {
  position: relative;
  z-index: 1;
}

.events-example-media {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: var(--field-shell);
}

.events-example-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-example--featured .events-example-media {
  aspect-ratio: 4 / 3;
}

.events-example--poster .events-example-media {
  display: flex;
  justify-content: flex-end;
  aspect-ratio: auto;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.events-example--poster .events-example-media img {
  width: min(78%, 16rem);
  height: auto;
  margin-left: auto;
  object-fit: contain;
}

.events-example--compact .events-example-media {
  aspect-ratio: 4 / 3;
}

.events-example-media--video,
.events-example--featured .events-example-media--video,
.events-example--compact .events-example-media--video {
  aspect-ratio: 16 / 9;
}

.events-example--video-feature .events-example-media img {
  object-position: 60% 65%;
  transform: scale(1.62);
  transform-origin: 60% 65%;
}

.events-activation-row--beach .events-example-media--poster img {
  width: min(100%, 21rem);
  margin-right: 0;
  transform: translateX(clamp(-3.5rem, -5.5vw, -2rem)) rotate(2.5deg);
  transform-origin: 50% 50%;
}

@media (min-width: 621px) {
  .events-activation-row--beach .events-example-copy {
    transform: translate(clamp(0.75rem, 2vw, 1.5rem), clamp(-1.5rem, -2.5vw, -0.75rem));
  }
}

.events-past-more-note {
  justify-self: end;
  width: fit-content;
  margin: clamp(-1.1rem, -1.4vw, -0.4rem) 0 0;
  color: var(--body-copy);
  font-family: "La Belle Aurore", cursive;
  font-size: clamp(2.35rem, 5vw, 3.55rem);
  line-height: 1;
  transform: rotate(-5deg);
}

.events-video-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.events-video-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.events-video-link::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(24, 49, 56, 0.02), rgba(24, 49, 56, 0.18));
  pointer-events: none;
}

.events-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(3rem, 8vw, 4.2rem);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.84);
  color: var(--rose);
  transform: translate(-50%, -50%);
  box-shadow: 0 0.7rem 2rem rgba(24, 49, 56, 0.16);
}

.events-video-play::before {
  width: 0;
  height: 0;
  margin-left: 0.22rem;
  content: "";
  border-top: 0.58rem solid transparent;
  border-bottom: 0.58rem solid transparent;
  border-left: 0.88rem solid currentColor;
}

.events-video-link:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 0.25rem;
}

.events-example-copy h3 {
  color: var(--rose);
  font-size: clamp(2.35rem, 4.5vw, 3.45rem);
}

.events-example--featured .events-example-copy {
  width: min(100%, 37rem);
}

.events-inquiry-inner {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-items: start;
  gap: clamp(2.5rem, 4.5vw, 3.75rem);
}

.events-inquiry-heading {
  position: static;
  width: min(100%, 46rem);
  justify-items: center;
  text-align: center;
}

.events-inquiry-heading > p {
  width: min(100%, 42rem);
  margin-inline: auto;
  text-align: center;
}

.events-form-panel {
  --events-frame-left: 12.5%;
  --events-frame-right: 12.5%;
  --events-frame-top: clamp(1.35rem, 3.55vw, 2.15rem);
  --events-frame-bottom: clamp(1.5rem, 3.96vw, 2.4rem);

  position: relative;
  width: min(100%, 56rem);
  margin: 0 auto;
  padding:
    var(--events-frame-top)
    var(--events-frame-right)
    var(--events-frame-bottom)
    var(--events-frame-left);
  isolation: isolate;
}

.events-form-panel::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  content: "";
  pointer-events: none;
  background: url("assets/vectors/frame-1-event-form.svg?v=20260714-events-inquiry-marigold-footer-frame") center / 100% 100% no-repeat;
}

.events-form-frame-fill {
  display: none;
}

.events-form-frame-fill path {
  fill: #d8e7f5;
  fill-opacity: 1;
}

.event-inquiry-form {
  --private-session-focus-glow:
    radial-gradient(ellipse at 18% 14%, rgba(255, 253, 246, 0.9), rgba(255, 253, 246, 0.16) 42%, rgba(255, 253, 246, 0) 64%);
  --private-session-focus-pearl:
    linear-gradient(102deg, #fffdf6 0%, #f9e1ce 30%, #f0e5de 52%, #f9e1ce 76%, #fffdf6 100%);
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem clamp(0.85rem, 2.2vw, 1.25rem);
  min-height: 0;
  padding:
    clamp(6.75rem, 9vw, 8rem)
    clamp(0.75rem, 2.6vw, 1.35rem)
    clamp(4.5rem, 7vw, 5.5rem);
  border: 0;
  background: transparent;
  color: var(--rose);
}

.event-inquiry-form .full-field,
.event-inquiry-form .event-location-field,
.event-inquiry-form .sessions-form-title,
.event-inquiry-form .private-session-required-note,
.event-inquiry-form .event-inquiry-submit {
  grid-column: 1 / -1;
}

.event-inquiry-form .private-session-required-note {
  color: var(--body-copy);
  font-family: var(--script);
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: -1px;
}

.event-inquiry-form .sessions-form-title {
  transform: translateY(clamp(-0.9rem, -1.5vw, -0.575rem));
}

.event-inquiry-form .field-group input:focus,
.event-inquiry-form .field-group textarea:focus {
  border-color: var(--role-ocean);
  outline: 2px solid var(--role-ocean);
  outline-offset: 2px;
  background: var(--private-session-focus-glow), var(--private-session-focus-pearl);
  box-shadow:
    0 0 0 3px rgba(21, 90, 131, 0.24),
    inset 0 1px 0 rgba(255, 253, 246, 0.8);
}

.event-inquiry-form .field-group select:focus {
  border-color: var(--role-ocean);
  outline: 2px solid var(--role-ocean);
  outline-offset: 2px;
  background-color: transparent;
  background-image:
    url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2020%2012%27%20xmlns%3D%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M2%202L10%2010L18%202%27%20fill%3D%27none%27%20stroke%3D%27%23155A83%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E"),
    var(--private-session-focus-glow),
    var(--private-session-focus-pearl);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right 1rem center, center, center;
  background-size: 0.9rem auto, cover, cover;
  box-shadow:
    0 0 0 3px rgba(21, 90, 131, 0.24),
    inset 0 1px 0 rgba(255, 253, 246, 0.8);
}

.event-inquiry-form .field-group input[aria-invalid="true"],
.event-inquiry-form .field-group textarea[aria-invalid="true"] {
  border-color: var(--rose);
  color: var(--rose);
  caret-color: var(--rose);
  outline: 0;
  background:
    linear-gradient(135deg, rgba(255, 253, 246, 0.62), rgba(216, 173, 176, 0.38)),
    var(--role-white);
  box-shadow:
    0 0 0 3px rgba(216, 173, 176, 0.82),
    inset 0 1px 0 rgba(255, 253, 246, 0.76);
}

.event-inquiry-form .field-group input[aria-invalid="true"]::placeholder,
.event-inquiry-form .field-group textarea[aria-invalid="true"]::placeholder {
  color: rgba(166, 83, 103, 0.74);
}

.event-inquiry-form .field-group select[aria-invalid="true"] {
  border-color: var(--rose);
  color: var(--rose);
  outline: 0;
  background-color: var(--role-blush);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2020%2012%27%20xmlns%3D%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M2%202L10%2010L18%202%27%20fill%3D%27none%27%20stroke%3D%27%23A65367%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.9rem auto;
  box-shadow:
    0 0 0 3px rgba(216, 173, 176, 0.82),
    inset 0 1px 0 rgba(255, 253, 246, 0.76);
}

.event-inquiry-submit {
  --submit-hover-rose: var(--body-copy);
  width: clamp(11.4rem, 31vw, 14.75rem);
  margin-top: 0.25rem;
  color: var(--body-copy);
}

.events-upcoming.section-pad {
  padding-top: clamp(4.5rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.events-upcoming-inner {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-items: center;
  gap: clamp(2.5rem, 4.5vw, 3.75rem);
}

.events-upcoming .events-page-section-heading {
  width: min(100%, 46rem);
  justify-items: center;
  text-align: center;
}

.events-upcoming .events-page-section-heading h2 {
  font-size: clamp(3.8rem, 7vw, 5.25rem);
  line-height: 0.9;
}

.events-upcoming .events-page-section-heading > .eyebrow {
  justify-self: center;
}

.events-upcoming-empty-state {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(13rem, 0.8fr);
  gap: clamp(1rem, 3vw, 1.65rem);
  align-items: stretch;
  width: min(100%, 58rem);
  min-width: 0;
}

.events-upcoming-note {
  display: grid;
  gap: 1rem;
  width: 100%;
  min-width: 0;
  padding: clamp(1.25rem, 2.5vw, 1.8rem);
  box-sizing: border-box;
  border: 1px solid rgba(166, 83, 103, 0.3);
  border-radius: 8px;
  background: color-mix(in srgb, var(--role-footer) 74%, var(--role-blush));
}

.events-upcoming-note > span {
  color: var(--ocean);
  font-family: var(--serif);
  font-size: 2.35rem;
  font-weight: 300;
  line-height: 0.94;
}

.events-upcoming-note a > span:not(.link-arrow) {
  white-space: nowrap;
}

.events-upcoming-note .event-arrow {
  flex: 0 1 clamp(2rem, 9vw, 3.8rem);
  min-width: 1.8rem;
}

.events-upcoming-photo-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(18rem, 28vw, 23rem);
  margin: 0;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(47, 89, 98, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.62);
}

.events-upcoming-photo-rotator,
.events-upcoming-photo {
  position: absolute;
  inset: 0;
}

.events-upcoming-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: eventsUpcomingPhotoFade 12s ease-in-out infinite;
}

.events-upcoming-photo--beach {
  object-position: 50% 34%;
}

.events-upcoming-photo--bridge {
  animation-delay: 6s;
  object-position: 50% 68%;
  transform: scale(1.14);
}

@keyframes eventsUpcomingPhotoFade {
  0%,
  42% {
    opacity: 1;
  }

  50%,
  92% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 1100px) {
  .events-type-grid {
    width: min(100%, 56rem);
  }

  .events-type-grid article {
    width: min(100%, 18.25rem);
  }
}

@media (max-width: 900px) {
  .events-page-header {
    min-height: auto;
  }

  .events-page-hero,
  .events-past-heading,
  .events-inquiry-inner,
  .events-upcoming-inner,
  .events-page-section-heading--split {
    grid-template-columns: 1fr;
  }

  .events-page-hero {
    min-height: 0;
    padding-top: clamp(7.5rem, 13vw, 8.75rem);
  }

  .events-page-hero-copy > p:not(.eyebrow),
  .events-page-section-heading > p:not(.eyebrow),
  .events-past-heading > p,
  .events-inquiry-heading > p,
  .events-page-section-heading--split > p {
    width: min(100%, 36rem);
    justify-self: start;
  }

  .events-type-grid {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    padding-right: clamp(0.85rem, 2vw, 1.25rem);
    padding-left: clamp(0.85rem, 2vw, 1.25rem);
    box-sizing: border-box;
  }

  .events-example-grid {
    grid-template-columns: 1fr;
  }

  .events-activation-row--trackside,
  .events-activation-row--beach {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.58fr);
  }

  .events-activation-row--beach {
    grid-template-columns: minmax(11rem, 0.45fr) minmax(0, 1fr);
  }

  .events-inquiry-heading {
    position: static;
  }

  .events-inquiry-heading > p {
    justify-self: center;
  }

  .events-form-panel {
    --events-frame-left: 10%;
    --events-frame-right: 10%;
    --events-frame-top: 1.25rem;
    --events-frame-bottom: 1.45rem;
  }

  .event-inquiry-form {
    grid-template-columns: 1fr;
  }

  .events-upcoming-note {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .events-type-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 38rem);
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    box-sizing: content-box;
  }

  .events-type-grid article:nth-child(3) {
    grid-column: 2 / span 2;
  }

  .events-type-grid article:nth-child(4),
  .events-type-grid article:nth-child(5) {
    grid-column: span 2;
  }

  .events-type-grid article {
    width: min(100%, 18rem);
  }

  .events-example-grid {
    grid-template-columns: 1fr;
    gap: clamp(1.7rem, 7vw, 2.6rem);
  }

  .events-upcoming-empty-state {
    grid-template-columns: 1fr;
  }

  .events-upcoming-photo-card {
    min-height: 17.5rem;
  }
}

@media (max-width: 620px) {
  .events-activation-row--trackside,
  .events-activation-row--beach {
    grid-template-columns: 1fr;
  }

  .events-activation-row--beach .events-example-media--poster img {
    width: min(66%, 17rem);
    margin-right: auto;
    margin-left: auto;
    transform: rotate(2.5deg);
  }

  .events-activation-row--beach .events-example-media--poster {
    grid-row: 1;
    justify-content: center;
    width: 100%;
  }

  .events-activation-row--beach .events-example-copy {
    grid-row: 2;
  }

  .events-beach-shell {
    display: none;
  }

  .events-page-hero {
    gap: 2rem;
    padding: 5.75rem clamp(1.2rem, 5vw, 2rem) 5.8rem;
  }

  .events-hero-wave {
    display: none;
  }

  .events-page-hero-copy h1,
  .events-page-section-heading h2,
  .events-past-heading h2,
  .events-inquiry-heading h2 {
    font-size: 3.72rem;
    line-height: 0.88;
  }

  .events-page-hero-copy > p:not(.eyebrow),
  .events-page-section-heading > p:not(.eyebrow),
  .events-inquiry-heading > p {
    font-size: 1rem;
  }

  .events-page-hero-link,
  .events-upcoming-note a {
    max-width: 100%;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    white-space: normal;
  }

  .events-page-hero-link::before,
  .events-upcoming-note a::before {
    display: none;
  }

  .events-type-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    width: min(100%, 20rem);
    padding: 0.5rem 0 1.8rem;
  }

  .events-type-grid article {
    grid-column: 1 / -1;
    width: min(100%, 19.5rem);
    padding: 0;
  }

  .events-type-grid article:nth-child(3),
  .events-type-grid article:nth-child(4),
  .events-type-grid article:nth-child(5) {
    grid-column: 1 / -1;
  }

  .events-example-copy h3,
  .events-upcoming-note > span {
    font-size: 2.55rem;
  }

  .event-inquiry-form {
    min-height: auto;
    padding:
      clamp(8.25rem, 20vw, 9.75rem)
      clamp(0.8rem, 5vw, 1.35rem)
      clamp(5.5rem, 16vw, 6.75rem);
  }

  .event-inquiry-form .field-group textarea {
    min-height: 12.75rem;
  }
}

@media (max-width: 760px) {
  .class-types-section {
    padding-top: clamp(2.1rem, 8vw, 3rem);
    padding-right: clamp(2.7rem, 7vw, 3.4rem);
    padding-left: clamp(2.7rem, 7vw, 3.4rem);
  }

  .class-types-scroller,
  .frame-scroller-track {
    width: min(90vw, 24rem);
  }

  .frame-scroller-card {
    padding: clamp(1.8rem, 7vw, 2.3rem) clamp(2.15rem, 9vw, 3rem);
  }

  .frame-scroller-card[data-carousel-slot="-3"],
  .frame-scroller-card[data-carousel-slot="3"] {
    opacity: 0;
    pointer-events: none;
  }

  .frame-scroller-card[data-carousel-slot="-2"] {
    opacity: 0;
    pointer-events: none;
    transform: translateX(calc(-1 * var(--frame-far-offset))) translateY(1.45rem) rotate(0deg) scale(0.8);
  }

  .frame-scroller-card[data-carousel-slot="-1"] {
    opacity: 1;
    transform: translateX(calc(-1 * var(--frame-side-offset))) translateY(0.7rem) rotate(0deg) scale(0.91);
  }

  .frame-scroller-card[data-carousel-slot="1"] {
    opacity: 1;
    transform: translateX(var(--frame-side-offset)) translateY(0.7rem) rotate(0deg) scale(0.91);
  }

  .frame-scroller-card[data-carousel-slot="2"] {
    opacity: 0;
    pointer-events: none;
    transform: translateX(var(--frame-far-offset)) translateY(1.45rem) rotate(0deg) scale(0.8);
  }
}

@media (max-width: 1040px) {
  .sessions-hero-copy h1 {
    font-size: var(--section-title-size);
  }

  .sessions-service-map-copy h2,
  .sessions-booking-heading h2 {
    font-size: var(--section-title-size);
  }

  .sessions-service-map-copy h2 {
    font-size: var(--section-title-size);
  }

  .group-schedule-heading {
    margin-right: clamp(1.2rem, 4vw, 3rem);
  }

  .group-schedule-row {
    grid-template-columns: minmax(14rem, 0.72fr) minmax(18rem, 1fr);
    column-gap: clamp(4rem, 8vw, 6.5rem);
  }

  .footer-recreation__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.2rem, 3vw, 2.4rem);
  }

  .footer-recreation__copy,
  .footer-recreation__newsletter p:not(.footer-recreation__label),
  .footer-recreation__links a {
    font-size: 0.95rem;
  }
}

@media (max-width: 740px) {
  .footer-recreation__inner {
    padding-top: clamp(3.5rem, 10vw, 4.75rem);
  }

  .footer-recreation__columns {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .footer-recreation__column,
  .footer-recreation__links,
  .footer-recreation__newsletter {
    justify-items: start;
  }

  .footer-recreation__copy,
  .footer-recreation__signup {
    max-width: 100%;
    width: 100%;
  }

  .footer-recreation__bottom {
    flex-direction: column;
  }
}

@media (min-width: 641px) and (max-width: 740px) {
  .footer-recreation__inner {
    padding-right: clamp(1.8rem, 5vw, 2.4rem);
    padding-left: clamp(1.8rem, 5vw, 2.4rem);
  }

  .footer-recreation__columns {
    grid-template-columns: minmax(13rem, 0.9fr) minmax(12rem, 0.82fr);
    gap: 2.2rem clamp(2.5rem, 8vw, 4rem);
    align-items: start;
  }

  .footer-recreation__newsletter {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 17rem);
    gap: 1rem clamp(1.6rem, 5vw, 2.2rem);
    align-items: end;
  }

  .footer-recreation__newsletter .footer-recreation__label {
    grid-column: 1 / -1;
  }

  .footer-recreation__newsletter p:not(.footer-recreation__label) {
    max-width: 25rem;
  }

  .footer-recreation__signup {
    align-self: end;
    justify-self: end;
    width: min(100%, 17rem);
  }

  .footer-recreation__bottom {
    flex-direction: row;
  }
}

@media (max-width: 820px) {
  .group-schedule-header {
    min-height: auto;
  }

  .group-schedule-hero {
    min-height: 0;
    padding: clamp(3.5rem, 9vw, 4.8rem) clamp(1.5rem, 6.5vw, 3rem) clamp(3.3rem, 8vw, 4.6rem);
  }

  .group-schedule-heading {
    width: min(100%, 39rem);
    justify-self: start;
    margin-right: 0;
    margin-left: 0;
  }

  .group-schedule-heading h1 {
    max-width: 100%;
    margin-left: 0;
    font-size: var(--section-title-size);
    line-height: 0.84;
  }

  .group-schedule-heading > p:last-child {
    width: min(100%, 34rem);
    margin-left: 0;
  }

  .group-schedule-main {
    padding-right: clamp(1.4rem, 5vw, 2.5rem);
    padding-left: clamp(1.4rem, 5vw, 2.5rem);
  }

  .group-schedule-row {
    grid-template-columns: minmax(11rem, 0.54fr) minmax(20rem, 1fr);
    column-gap: clamp(3rem, 7vw, 4.5rem);
    min-height: auto;
    padding: clamp(2.7rem, 7vw, 4.15rem) 0;
  }

  .group-schedule-classes ul {
    gap: clamp(1.05rem, 3.2vw, 1.55rem);
  }

  .group-schedule-classes li {
    grid-template-columns: clamp(4.3rem, 9vw, 4.95rem) minmax(0, 1fr);
    column-gap: clamp(0.72rem, 2vw, 1rem);
  }

  .group-schedule-classes time {
    font-size: clamp(2.05rem, 5.4vw, 3rem);
  }

  .group-schedule-classes span {
    font-size: clamp(1.55rem, 4.6vw, 2.18rem);
  }
}

@media (max-width: 640px) {
  .class-types-field {
    --class-types-wave-height: clamp(3.4rem, 14vw, 5.8rem);
    margin-top: clamp(2.6rem, 11vw, 4.2rem);
    padding-bottom: clamp(1.5rem, 6vw, 2.25rem);
  }

  .group-schedule-header {
    min-height: auto;
  }

  .group-schedule-hero {
    min-height: 0;
    padding: clamp(3.2rem, 12vw, 5rem) clamp(1.2rem, 5vw, 2rem) clamp(3rem, 10vw, 4.5rem);
  }

  .group-schedule-heading {
    width: 100%;
    max-width: calc(100vw - clamp(2.4rem, 10vw, 4rem));
    justify-self: start;
    margin-right: 0;
    margin-left: 0;
  }

  .group-schedule-heading h1 {
    margin-left: 0;
    font-size: clamp(3.7rem, 17vw, 6rem);
  }

  .group-schedule-heading > p:last-child {
    width: min(100%, 21rem);
    max-width: 100%;
    margin-left: 0;
    overflow-wrap: break-word;
  }

  .group-schedule-main {
    padding-right: clamp(1.2rem, 5vw, 2rem);
    padding-left: clamp(1.2rem, 5vw, 2rem);
  }

  .group-schedule-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "meta"
      "classes";
    row-gap: clamp(1.4rem, 6vw, 2.15rem);
    min-height: auto;
    padding: clamp(2.45rem, 9vw, 3.8rem) 0;
  }

  .group-schedule-location strong {
    max-width: 12ch;
  }

  .group-schedule-classes ul {
    gap: clamp(1.1rem, 4.8vw, 1.6rem);
  }

  .group-schedule-classes li {
    grid-template-columns: clamp(4.35rem, 14vw, 5rem) minmax(0, 1fr);
    column-gap: clamp(0.62rem, 3vw, 0.95rem);
  }

  .class-types-section {
    margin-top: clamp(2.6rem, 11vw, 4.2rem);
    padding-top: clamp(2.1rem, 8vw, 3rem);
  }

  .class-types-heading {
    align-items: start;
    margin-bottom: clamp(1.45rem, 5vw, 2.1rem);
  }

  .class-types-heading h2 {
    font-size: clamp(2.15rem, 9vw, 3rem);
  }

  .class-types-controls {
    top: clamp(1.75rem, 6vw, 2.35rem);
    right: clamp(2rem, 8vw, 2.7rem);
    left: clamp(2rem, 8vw, 2.7rem);
  }

  .class-types-control {
    width: 2.3rem;
    height: 2.15rem;
  }

  .class-types-scroller,
  .frame-scroller-track {
    width: min(90vw, 24rem);
    padding: 0;
  }

  .group-schedule-register,
  .group-schedule-contact {
    justify-content: flex-end;
  }

  .group-schedule-register a,
  .group-schedule-contact a {
    align-items: center;
    max-width: 100%;
    white-space: normal;
  }

  .group-schedule-register a::before,
  .group-schedule-contact a::before {
    display: none;
  }
}

@media (max-width: 620px) {
  .group-schedule-hero {
    padding-top: clamp(6.25rem, 18vw, 7.25rem);
  }
}

@media (max-width: 420px) {
  .class-types-section {
    width: 100%;
    margin-top: clamp(1.8rem, 8vw, 2.5rem);
    padding-top: clamp(1.5rem, 7vw, 2rem);
    padding-right: 0;
    padding-left: 0;
  }

  .class-types-heading {
    box-sizing: border-box;
    justify-content: center;
    position: relative;
    top: 2rem;
    margin-bottom: clamp(1.15rem, 6vw, 1.65rem);
    padding-right: clamp(0.8rem, 4vw, 1.1rem);
    padding-left: clamp(0.8rem, 4vw, 1.1rem);
    text-align: center;
    transform: none;
  }

  .class-types-heading h2 {
    font-size: clamp(2.1rem, 11vw, 2.65rem);
    line-height: 0.94;
  }

  .class-types-scroller,
  .frame-scroller-track {
    width: 100vw;
    max-width: 100vw;
    aspect-ratio: 0.7;
    overflow: hidden;
    cursor: grab;
  }

  .frame-scroller-card {
    --frame-side-offset: clamp(8.5rem, 36vw, 9.5rem);
    --frame-far-offset: clamp(14.8rem, 62vw, 15.4rem);
    width: 92%;
    aspect-ratio: auto;
    padding: clamp(3rem, 14vw, 3.7rem) clamp(2.05rem, 10vw, 2.55rem);
  }

  .frame-scroller-card::before {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    transform: translate(-50%, -50%) scaleX(-1);
  }

  .frame-scroller-card > .class-types-controls {
    top: clamp(5.5rem, 23vw, 6rem);
    right: clamp(2rem, 10vw, 2.6rem);
    left: clamp(2rem, 10vw, 2.6rem);
  }

  .frame-scroller-card[data-carousel-slot="-3"],
  .frame-scroller-card[data-carousel-slot="-2"],
  .frame-scroller-card[data-carousel-slot="-1"],
  .frame-scroller-card[data-carousel-slot="1"],
  .frame-scroller-card[data-carousel-slot="2"],
  .frame-scroller-card[data-carousel-slot="3"] {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.75rem) scale(0.96);
  }

  .frame-scroller-card[data-carousel-slot="0"] {
    transform: none;
  }

  .frame-scroller-card[data-carousel-slot="-1"] {
    opacity: 0.9;
    pointer-events: auto;
    transform: translateX(-84%) translateY(0.65rem) scale(0.94);
  }

  .frame-scroller-card[data-carousel-slot="1"] {
    opacity: 0.9;
    pointer-events: auto;
    transform: translateX(84%) translateY(0.65rem) scale(0.94);
  }

  .frame-scroller-card > * {
    transition: opacity 180ms ease;
  }

  .frame-scroller-card[data-carousel-slot="-1"] > *,
  .frame-scroller-card[data-carousel-slot="1"] > * {
    opacity: 0;
    pointer-events: none;
  }

  .frame-scroller-level {
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
  }

  .frame-scroller-card h2 {
    font-size: clamp(1.95rem, 10vw, 2.55rem);
    line-height: 0.92;
    white-space: normal;
  }

  .frame-scroller-card p {
    margin-top: 0.8rem;
    font-size: 0.84rem;
    line-height: 1.38;
  }

  .frame-scroller-note {
    margin-top: 0.6rem;
    font-size: 0.67rem;
    line-height: 1.32;
  }

  .group-schedule-heading > p:last-child {
    font-size: 0.96rem;
    overflow-wrap: break-word;
  }

  .group-schedule-date span,
  .group-schedule-register a,
  .group-schedule-contact a {
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .group-schedule-contact {
    margin-top: 0.75rem;
  }

  .group-schedule-classes li {
    grid-template-columns: 1fr;
    gap: 0.26rem;
  }
}

@media (max-width: 900px) {
  .about-page-header {
    min-height: auto;
  }

  .about-page-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "copy"
      "photo"
      "credentials";
    min-height: 0;
    gap: 2.4rem;
    padding: 4rem clamp(1.4rem, 5vw, 2.4rem) 5.8rem;
  }

  #about-page-title {
    max-width: none;
    font-size: var(--section-title-size);
  }

  .about-page-hero-copy > p {
    width: min(100%, 34rem);
  }

  .about-page-photo {
    justify-self: end;
    width: min(100%, 27rem);
    margin-right: clamp(0rem, 4vw, 2rem);
  }

  .about-credentials-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.6rem, 6vw, 3.2rem);
    min-height: 0;
  }

  .about-credentials-title {
    font-size: 4rem;
  }

  .about-reviews-heading h2 {
    font-size: var(--section-title-size);
  }

  .about-cert-mark {
    width: var(--cert-mark-size);
    height: var(--cert-mark-size);
  }

  .about-cert-card {
    --cert-mark-size: clamp(7rem, 16vw, 8.8rem);
  }

  .about-review-grid {
    grid-template-columns: repeat(2, minmax(16.5rem, 1fr));
    align-items: center;
    justify-content: start;
    width: calc(100% + var(--about-review-rail-gutter) + var(--about-review-rail-gutter));
    max-width: none;
    margin-inline: calc(-1 * var(--about-review-rail-gutter));
    overflow-x: auto;
    padding: 0 var(--about-review-rail-gutter) 0.8rem;
    scroll-padding-inline: var(--about-review-rail-gutter);
    scrollbar-width: none;
  }

  .about-review-grid::-webkit-scrollbar {
    display: none;
  }

  .about-review-grid figure {
    width: auto;
    min-height: 25rem;
  }

  .about-review-actions {
    justify-content: center;
  }

  .sessions-hero {
    min-height: clamp(18rem, 38svh, 24rem);
    padding-right: clamp(1.2rem, 5vw, 2.4rem);
    padding-left: clamp(1.2rem, 5vw, 2.4rem);
  }

  .sessions-hero-copy h1 {
    font-size: var(--section-title-size);
  }

  .sessions-hero-copy > p {
    width: min(100%, 39rem);
  }

  .sessions-service-map-inner {
    grid-template-columns: 1fr;
  }

  .sessions-service-map-copy h2,
  .sessions-service-map-copy > p:not(.eyebrow) {
    max-width: 100%;
  }

  .sessions-fit-list {
    grid-template-columns: 1fr;
  }

  .sessions-fit-list {
    gap: clamp(5.5rem, 11vw, 6rem);
  }

  .sessions-fit-list article {
    width: min(100%, 42rem);
  }

  .sessions-fit-list article:nth-child(3) {
    margin-top: 0;
  }

  .sessions-fit-list article:not(:last-child)::after {
    display: none;
  }

  .sessions-fit-list article:nth-child(2) h3,
  .sessions-fit-list article:nth-child(3) h3,
  .sessions-fit-list article:nth-child(3) > span {
    position: relative;
    justify-self: start;
    width: fit-content;
  }

  .sessions-fit-list article:nth-child(2) h3::after,
  .sessions-fit-list article:nth-child(3) > span::after {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    content: "";
    background: center / contain no-repeat;
    opacity: 0.94;
    pointer-events: none;
    transform: translateY(-100%);
  }

  .sessions-fit-list article:nth-child(2) h3::after {
    top: calc(0% - clamp(0.6rem, 1.5vw, 0.9rem));
    left: calc(100% - clamp(1.2rem, 7vw, 1.8rem));
    width: clamp(2.25rem, 5.4vw, 3.2rem);
    height: clamp(5.25rem, 12.6vw, 7.5rem);
    background-image: url("assets/vectors/sessions-inquiry-arrow.svg");
  }

  .sessions-fit-list article:nth-child(3) > span::after {
    left: calc(100% + clamp(2.2rem, 8vw, 3rem));
    width: clamp(2.25rem, 5.4vw, 3.2rem);
    height: clamp(5.25rem, 12.6vw, 7.5rem);
    background-image: url("assets/vectors/sessions-inquiry-arrow.svg");
    transform: scaleX(-1) translateY(-100%);
    transform-origin: center bottom;
  }

  .sessions-booking-heading {
    grid-template-columns: 1fr;
  }

  .sessions-form-panel {
    --private-frame-left: 10%;
    --private-frame-right: 10%;
    --private-frame-top: 1.25rem;
    --private-frame-bottom: 1.45rem;
  }

  .private-session-form {
    min-height: auto;
    padding:
      clamp(5.75rem, 13vw, 7.25rem)
      clamp(0.8rem, 5vw, 1.35rem)
      clamp(5.5rem, 16vw, 6.75rem);
  }

  .private-session-form-fields {
    grid-template-columns: 1fr;
  }

  .sessions-secondary-links {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .about-section.section-pad {
    padding-top: clamp(4rem, 9vw, 5.25rem);
    padding-bottom: clamp(4.6rem, 9vw, 5.8rem);
  }

  .site-nav {
    gap: 0.7rem 1.15rem;
    flex-wrap: wrap;
    font-size: clamp(0.78rem, 2vw, 0.95rem);
  }

  .session-menu {
    font-size: clamp(0.84rem, 2.6vw, 0.96rem);
  }

  .hero-copy {
    top: clamp(11rem, 28vh, 15rem);
    right: 1.25rem;
    left: clamp(8.5rem, 23vw, 15rem);
    min-height: auto;
    padding: 0;
  }

  .event-feature,
  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .events-section.section-pad {
    padding-top: clamp(2.2rem, 7vw, 4rem);
  }

  .events-inner {
    gap: clamp(1.25rem, 4vw, 2rem);
  }

  .about-inner {
    grid-template-areas:
      "title title"
      "copy photo";
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.72fr);
    min-height: auto;
    gap: clamp(1.75rem, 4vw, 3.25rem) clamp(1.5rem, 4vw, 3rem);
  }

  .about-inner h2 {
    white-space: nowrap;
  }

  .about-inner h2 span {
    display: inline;
  }

  .about-photo-wrap {
    justify-self: end;
    width: min(100%, 21rem);
    margin-left: 0;
  }

  .about-photo-accent {
    left: -32%;
  }

  .house-heading p {
    justify-self: stretch;
    width: 100%;
    margin-right: 0;
  }

  .hour-bar {
    min-height: 3.15rem;
  }

  .group-schedule-link {
    justify-self: end;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    max-width: 100%;
    margin-right: 0;
    font-size: clamp(0.72rem, 1.2vw, 0.86rem);
    letter-spacing: 0.07em;
    white-space: nowrap;
  }

  .group-schedule-link .schedule-or {
    justify-self: auto;
  }

  .group-schedule-link > span:not(.schedule-or):not(.link-arrow) {
    justify-self: auto;
    text-align: inherit;
    white-space: nowrap;
  }

  .group-schedule-link::before {
    display: none;
  }

  .schedule-arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    margin-left: 0;
    width: 3.8rem;
    height: 1.45rem;
  }

  .footer-columns {
    gap: clamp(1.1rem, 3vw, 2.2rem);
  }

}

@media (max-width: 420px) {
  .sessions-form-panel {
    --private-frame-left: 8%;
    --private-frame-right: 8%;
    --private-frame-top: 1rem;
    --private-frame-bottom: 1.15rem;
  }

  .private-session-form {
    padding: 5rem 0.7rem 4rem;
  }

  .private-session-form-fields {
    gap: 0.8rem;
  }

  .private-session-form .sessions-form-title {
    font-size: clamp(2.15rem, 11vw, 2.45rem);
  }

  .private-session-form .field-group {
    gap: 0.35rem;
  }

  .private-session-form .field-group label {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  .private-session-form .field-group input,
  .private-session-form .field-group select,
  .private-session-form .field-group textarea {
    padding: 0.8rem 0.85rem;
  }

  .private-session-form .field-group textarea {
    font-size: 0.88rem;
    line-height: 1.35;
  }
}

@media (min-width: 621px) and (max-width: 900px) {
  .house-heading p {
    justify-self: center;
    width: min(100%, 34rem);
    margin-right: 0;
  }

  .footer-columns {
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    justify-items: start;
    gap: clamp(2rem, 7vw, 3.4rem);
    width: min(100%, 34rem);
    margin: 0 auto;
    text-align: left;
  }

  .footer-nav,
  .footer-detail {
    justify-items: start;
    text-align: left;
  }
}

@media (min-width: 621px) and (max-width: 900px) {
  .about-page-hero {
    grid-template-columns: minmax(17rem, 0.82fr) minmax(0, 1fr);
    grid-template-areas:
      "title title"
      "photo copy"
      "photo credentials";
    gap: clamp(1.6rem, 3vw, 2.4rem) clamp(1.7rem, 4vw, 3rem);
    align-items: start;
    padding-top: clamp(2.25rem, 5vw, 3.4rem);
    padding-bottom: clamp(4rem, 8vw, 5.6rem);
  }

  #about-page-title {
    justify-self: center;
    align-self: start;
    left: clamp(-2.45rem, -4.6vw, -1.35rem);
    font-size: var(--section-title-size);
  }

  .about-page-hero-copy {
    grid-area: copy;
    align-self: center;
    align-content: start;
    justify-items: start;
    padding-top: 0;
  }

  .about-page-hero-copy > p {
    width: min(100%, 28rem);
    font-size: clamp(0.98rem, 1.8vw, 1.08rem);
    line-height: 1.52;
  }

  .about-page-photo {
    grid-area: photo;
    justify-self: start;
    align-self: start;
    width: min(100%, 27rem);
    margin-top: clamp(-0.8rem, -1.2vw, -0.35rem);
    margin-right: 0;
    transform: translateX(clamp(-0.75rem, -1.4vw, -0.25rem));
  }
}

@media (min-width: 621px) and (max-width: 780px) {
  .house-heading h2 {
    margin-top: -7.45rem;
  }

  .house-heading p {
    width: min(100%, 25.5rem);
  }
}

@media (max-width: 620px) {
  :root {
    --section-mobile-header-pad: clamp(3rem, 10vw, 4rem);
  }

  .about-page-header::after {
    height: 4.2rem;
  }

  .about-page-hero {
    grid-template-areas:
      "title"
      "copy"
      "photo"
      "credentials";
    gap: 1.85rem;
    padding: 3.2rem clamp(1.2rem, 5vw, 2rem) 4.8rem;
  }

  #about-page-title {
    justify-self: start;
    left: 0;
    top: 0.375rem;
    font-size: 3.72rem;
    line-height: 0.84;
  }

  .about-page-hero-copy > p {
    width: min(100%, 24rem);
    margin-top: 1.05rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .about-page-photo {
    justify-self: center;
    width: min(92vw, 24rem);
    margin-right: 0;
  }

  .about-credentials-title,
  .about-credentials--inline .about-credentials-title {
    margin-bottom: 1.65rem;
    padding-right: 0;
    font-size: 2.6rem;
    line-height: 0.88;
    text-align: center;
  }

  .about-reviews-heading h2 {
    font-size: 3.72rem;
    line-height: 0.88;
  }

  .about-credentials-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    min-height: 0;
  }

  .about-cert-card {
    --cert-mark-size: clamp(6.8rem, 30vw, 8.6rem);
    width: min(100%, 14.5rem);
  }

  .about-cert-mark {
    width: var(--cert-mark-size);
    height: var(--cert-mark-size);
  }

  .about-cert-card h2 {
    font-size: clamp(2.2rem, 9.5vw, 2.9rem);
  }

  .about-cert-card p {
    font-size: clamp(0.9rem, 4vw, 1.04rem);
  }

  .about-reviews {
    overflow: hidden;
  }

  .about-reviews-inner {
    gap: 1.75rem;
    padding-top: 0;
  }

  .about-review-grid {
    grid-template-columns: repeat(2, minmax(min(74vw, 18rem), 1fr));
    gap: 0.9rem;
  }

  .about-review-grid figure {
    min-height: 22rem;
    padding: 1.3rem 1.1rem;
  }

  .about-review-grid blockquote p {
    font-size: clamp(1.52rem, 8.5vw, 2rem);
  }

  .about-review-actions {
    justify-content: flex-start;
    margin-top: 0.5rem;
  }

  .about-review-actions a {
    max-width: 100%;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    white-space: normal;
  }

  .about-review-actions a::before {
    display: none;
  }

  .sessions-hero {
    min-height: 20.5rem;
    padding-top: 2.7rem;
    padding-bottom: 3rem;
  }

  .sessions-hero-copy h1 {
    font-size: clamp(3rem, 12.6vw, 3.55rem);
    line-height: 0.9;
  }

  .sessions-hero-copy > p {
    width: min(100%, 24rem);
    margin-top: 1.05rem;
    font-size: clamp(0.98rem, 4vw, 1.08rem);
    line-height: 1.55;
  }

  .sessions-hero-link {
    max-width: 100%;
    margin: 1.5rem auto 0 0;
    white-space: nowrap;
  }

  .sessions-hero-palms {
    display: none;
  }

  .sessions-secondary-links a::before {
    display: none;
  }

  .sessions-secondary-links div {
    width: 100%;
  }

  .sessions-secondary-links a {
    white-space: normal;
  }

  .sessions-service-map-copy h2,
  .sessions-booking-heading h2 {
    font-size: 3.72rem;
    line-height: 0.88;
  }

  .sessions-service-map-copy h2 {
    font-size: clamp(2.25rem, 8vw, 3.2rem);
    line-height: 0.96;
  }

  .sessions-service-map-copy > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .sessions-fit-list h2,
  .sessions-fit-list h3 {
    font-size: 2.35rem;
  }

  .sessions-service-zone-button,
  .sessions-service-zones div {
    grid-template-columns: 0.85rem 1fr;
  }

  .sessions-service-zones p {
    grid-column: 2;
  }

  .sessions-service-map-stage {
    padding: 0;
  }

  .sessions-service-zones {
    position: static;
    width: min(100%, 15rem);
    margin-top: 0.45rem;
    gap: 0.28rem;
  }

  .hero {
    min-height: 92svh;
    background-position: center calc(0px + var(--hero-parallax, 0px));
  }

  .site-nav {
    padding: 1rem;
    font-size: clamp(0.76rem, 3.2vw, 0.9rem);
  }

  .session-menu {
    gap: 0.15rem;
    font-size: 0.84rem;
  }

  .hero-name-mark {
    width: min(100%, 25rem);
    font-size: clamp(3.25rem, 13.4vw, 4.65rem);
    line-height: 0.86;
    text-align: right;
  }

  .hero-copy p {
    font-size: clamp(1.55rem, 5.7vw, 2rem);
    transform: translateX(calc(-1 * clamp(1.15rem, 5vw, 1.95rem)));
  }

  .hero-copy {
    top: clamp(9.4rem, 24vh, 11.4rem);
    right: 0.85rem;
    left: clamp(1.1rem, 6vw, 3.2rem);
    justify-items: end;
    text-align: right;
  }

  .wave-marquee {
    --wave-tile-width: 55.2rem;
    --wave-tile-offset: -7.9rem;
    --wave-tile-shift-2: 0.38rem;
    --wave-tile-shift-3: 0.76rem;
    --wave-tile-shift-4: 1.14rem;
    --wave-tile-shift-5: 1.52rem;
    bottom: -4rem;
    height: 8rem;
  }

  .straight-marquee {
    bottom: -2.35rem;
    height: 4.7rem;
  }

  .wave-marquee svg {
    width: var(--wave-tile-width);
  }

  .about-section.section-pad,
  .events-section.section-pad,
  .contact-section {
    padding-top: var(--section-mobile-header-pad);
  }

  body.motion-ready .events-inner h2[data-reveal],
  body.motion-ready .contact-inner h2[data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .events-inner {
    gap: clamp(1.05rem, 4.4vw, 1.45rem);
  }

  .about-inner {
    grid-template-areas:
      "title"
      "photo"
      "copy";
    grid-template-columns: 1fr;
    gap: clamp(1.8rem, 7vw, 3rem);
  }

  .about-inner h2 {
    padding-block: clamp(0.55rem, 4vw, 1.05rem);
    white-space: normal;
  }

  .about-inner h2 span {
    display: block;
  }

  .about-section.section-pad {
    padding-bottom: clamp(5rem, 15vw, 6.15rem);
  }

  .about-photo-wrap {
    width: min(86vw, 20rem);
    margin-left: auto;
    margin-right: auto;
  }

  .about-photo-accent {
    left: calc(-1 * clamp(5.25rem, 18vw, 6.25rem));
    top: 31%;
    width: clamp(9rem, 32vw, 11rem);
  }

  .house-section::after {
    right: 0.25rem;
    width: clamp(6.25rem, 21vw, 6.75rem);
  }

  @media (max-width: 460px) {
    .about-section.section-pad {
      padding-right: clamp(1.35rem, 6vw, 1.75rem);
      padding-left: clamp(1.35rem, 6vw, 1.75rem);
    }

    .about-photo-wrap {
      width: min(80vw, 18rem);
    }

    .about-photo-accent {
      left: calc(-1 * clamp(5rem, 18vw, 5.75rem));
      width: clamp(9rem, 34vw, 10.5rem);
    }

    .house-section::after {
      width: clamp(5.25rem, 20vw, 5.6rem);
    }
  }

  .house-heading-line {
    padding-left: 1.4rem;
  }

  .hour-bar {
    min-height: 3.15rem;
  }

  .group-schedule-link {
    justify-self: end;
    display: grid;
    grid-template-columns: max-content auto;
    justify-content: end;
    align-items: center;
    gap: 0.2rem 0.55rem;
    width: 100%;
    font-size: clamp(0.54rem, 2.35vw, 0.66rem);
    letter-spacing: 0.06em;
    white-space: normal;
  }

  .group-schedule-link .schedule-or {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    text-align: right;
  }

  .group-schedule-link > span:not(.schedule-or):not(.link-arrow) {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
    text-align: right;
    white-space: nowrap;
  }

  .schedule-arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    margin-left: 0;
    width: 3.25rem;
    height: 1.25rem;
  }

  .bar-base,
  .bar-fill,
  .bar-labels {
    grid-template-columns: minmax(5.9rem, 0.9fr) minmax(0, 3.25fr) minmax(5.9rem, 0.9fr);
  }

  .segment {
    border-right: 1px solid rgba(111, 82, 101, 0.24);
    border-bottom: 0;
  }

  .segment:last-child {
    border-right: 0;
  }

  .label {
    flex-direction: column;
    gap: 0.24rem;
    padding: 0.45rem;
    text-align: center;
  }

  .label strong {
    font-size: clamp(2.15rem, 8vw, 3.05rem);
  }

  .label > span {
    max-width: 16ch;
    font-size: 0.52rem;
    letter-spacing: 0.1em;
  }

  @media (max-width: 360px) {
    .group-schedule-link {
      gap: 0.34rem 0.42rem;
      font-size: clamp(0.5rem, 2.5vw, 0.56rem);
      letter-spacing: 0.055em;
    }

    .group-schedule-link .schedule-or,
    .group-schedule-link > span:not(.schedule-or):not(.link-arrow) {
      grid-column: 1;
      justify-self: end;
      text-align: right;
    }

    .schedule-main {
      line-height: 1.34;
      white-space: nowrap;
    }

    .schedule-break {
      display: block;
      margin-top: 0.28em;
    }

    .schedule-arrow {
      align-self: start;
      grid-row: 2;
      margin-top: -0.22rem;
      width: 3.05rem;
      height: 1.18rem;
    }

    .bar-base,
    .bar-fill,
    .bar-labels {
      grid-template-columns: minmax(5.15rem, 0.86fr) minmax(7.15rem, 1.24fr) minmax(5.15rem, 0.86fr);
    }

    .label {
      padding-right: 0.28rem;
      padding-left: 0.28rem;
    }

    .texture-hour-flow .label > span {
      font-size: 0.66rem;
      letter-spacing: 0.12em;
    }

    .texture-hour-flow .label.arrive > span,
    .texture-hour-flow .label.restore > span {
      font-size: 0.56rem;
      letter-spacing: 0.08em;
    }
  }

  .event-photo img {
    min-height: 18rem;
  }

  .event-illustrator-frame > img {
    min-height: 0;
  }

  .footer-brand-lockup h2 {
    font-size: clamp(2.95rem, 12vw, 5.45rem);
    line-height: 0.86;
  }

  .footer-brand-lockup p,
  .footer-detail p {
    font-size: 1rem;
  }

  .footer-nav {
    grid-template-columns: 1fr;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.15rem;
    width: min(100%, 19rem);
    margin: 0 auto;
    text-align: center;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.45rem;
    text-align: center;
  }

  .footer-nav,
  .footer-detail {
    justify-items: center;
    text-align: center;
  }
}

@media (min-width: 540px) and (max-width: 620px) {
  .hero-copy {
    right: clamp(2rem, 5vw, 2.6rem);
  }

  .group-schedule-link {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    max-width: 100%;
    font-size: clamp(0.58rem, 1.72vw, 0.64rem);
    letter-spacing: 0.055em;
    white-space: nowrap;
  }

  .group-schedule-link .schedule-or,
  .group-schedule-link > span:not(.schedule-or):not(.link-arrow) {
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
    text-align: inherit;
    white-space: nowrap;
  }

  .schedule-arrow {
    grid-column: auto;
    grid-row: auto;
    width: 3.2rem;
    height: 1.2rem;
  }

  .footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.9rem, 4vw, 1.7rem);
    width: min(100%, 36rem);
  }

  .footer-nav a,
  .footer-detail a {
    font-size: clamp(0.78rem, 2.5vw, 0.9rem);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .wave-text animate {
    display: none;
  }

  .straight-marquee__track {
    animation: none;
    transform: none;
  }

  body.motion-ready [data-reveal],
  body.motion-ready [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }

  .stamp {
    transform: rotate(var(--rotate));
  }

  .event-wave {
    transform: translate3d(6rem, -4.8rem, 0) scaleX(-1) rotate(var(--rotate));
  }

  [data-photo-drift] img {
    transform: scale(1.02);
  }
}

/* Blush + Marigold Tide footer: shared by the live secondary pages. */
.footer-recreation {
  --footer-wave-fill: var(--section-contact-shell);
  --footer-rule: rgba(21, 90, 131, 0.28);
  --footer-input: rgba(255, 253, 246, 0.68);
  color: #344654;
  background: linear-gradient(var(--footer-wave-fill), var(--footer-wave-fill)) top / 100% var(--footer-wave-height) no-repeat;
}

/* The small area above the shared wave continues the section immediately before it. */
.sessions-body .footer-recreation {
  --footer-wave-fill: var(--field-mist-low);
}

.group-schedule-body .footer-recreation {
  --footer-wave-fill: var(--field-mist-low);
}

.events-page-body .footer-recreation {
  --footer-wave-fill: var(--field-shell);
}

.footer-recreation::before {
  background: #f0e5de;
}

.footer-recreation__label {
  color: var(--role-fig-feedback);
}

.footer-recreation__brand-name {
  color: #155a83;
  font-family: var(--script);
  font-size: clamp(1.625rem, 2.7vw, 2.5rem);
  font-weight: 400;
  line-height: 0.95;
}

.footer-recreation__brand-name em,
.footer-recreation__brand-name span {
  font-style: normal;
}

.footer-recreation__social {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: -1rem;
}

.footer-recreation__social a {
  display: inline-grid;
  width: 1.45rem;
  height: 1.45rem;
  color: #155a83;
  place-items: center start;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-recreation__social a:hover,
.footer-recreation__social a:focus-visible {
  color: #a65367;
  transform: translateY(-1px);
}

.footer-recreation__social a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 0.25rem;
}

.footer-recreation__social svg {
  width: 100%;
  height: 100%;
}

.footer-recreation__instagram-mark {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.footer-recreation__threads-mark {
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: url("assets/logos/threads-mark.png?v=20260715-transparent-2") center / contain no-repeat;
  mask: url("assets/logos/threads-mark.png?v=20260715-transparent-2") center / contain no-repeat;
  transform: scale(0.81);
}

.footer-recreation__copy,
.footer-recreation__newsletter p:not(.footer-recreation__label),
.footer-recreation__links a,
.footer-recreation__bottom {
  color: #344654;
}

.footer-recreation__links a {
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-recreation__links a:hover,
.footer-recreation__links a:focus-visible {
  color: #155a83;
  opacity: 1;
}

.footer-recreation__signup input {
  border-color: rgba(166, 83, 103, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 253, 246, 0.48), rgba(249, 225, 206, 0.3)),
    rgba(255, 253, 246, 0.36);
  box-shadow: inset 0 0 0 1px rgba(255, 253, 246, 0.24);
}

.footer-recreation__signup input::placeholder {
  color: rgba(52, 70, 70, 0.52);
}

.footer-recreation__signup input:focus-visible {
  border-color: rgba(21, 90, 131, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 253, 246, 0.78), rgba(220, 234, 242, 0.5) 48%, rgba(249, 225, 206, 0.54)),
    rgba(255, 253, 246, 0.46);
  box-shadow:
    0 0 0 1px rgba(255, 253, 246, 0.86),
    0 0 0 3px rgba(21, 90, 131, 0.24),
    0 0 16px rgba(255, 253, 246, 0.46),
    inset 0 0 0 1px rgba(255, 253, 246, 0.55),
    inset 0 1px 8px rgba(255, 253, 246, 0.42);
}

.footer-recreation__signup button {
  position: relative;
  isolation: isolate;
  justify-self: end;
  width: clamp(8.75rem, 13.2vw, 10.5rem);
  min-height: clamp(2.8rem, 4vw, 3.35rem);
  margin-right: 0;
  aspect-ratio: auto;
  border: 1px solid rgba(166, 83, 103, 0.5);
  border-radius: 999px;
  padding: 0.52rem 1.25rem 0.38rem;
  color: var(--role-fig-feedback);
  background:
    linear-gradient(108deg, #fff7e8 0%, #f9e1ce 24%, #d8adb0 48%, #f9e1ce 72%, #fff7e8 100%);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 246, 0.78),
    inset 0 0 0 1px rgba(255, 253, 246, 0.2),
    0 1px 0 rgba(166, 83, 103, 0.12);
  transition: color 180ms ease, box-shadow 180ms ease;
}

.footer-recreation__signup button:hover,
.footer-recreation__signup button:focus-visible {
  color: var(--role-fig-feedback);
}

.footer-recreation__signup-label {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  transform: translateY(0.05em);
}

.footer-recreation__signup button:hover .footer-recreation__signup-label,
.footer-recreation__signup button:focus-visible .footer-recreation__signup-label {
  transform: translateY(0.05em);
}

.footer-recreation__signup button::after {
  position: absolute;
  z-index: 0;
  top: -45%;
  bottom: -45%;
  left: -60%;
  width: 46%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 253, 246, 0.1) 22%, rgba(255, 253, 246, 0.86) 50%, rgba(255, 253, 246, 0.18) 78%, transparent 100%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: skewX(-17deg);
}

.footer-recreation__signup button:focus-visible {
  outline: 2px solid #155a83;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: no-preference) {
  .footer-recreation__signup button:hover::after,
  .footer-recreation__signup button:focus-visible::after {
    animation: footer-signup-gleam 780ms ease-out both;
  }
}

@keyframes footer-signup-gleam {
  0% {
    opacity: 0;
    transform: translateX(0) skewX(-17deg);
  }

  15% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(480%) skewX(-17deg);
  }
}

@media (min-width: 641px) and (max-width: 740px) {
  .footer-recreation__newsletter {
    display: block;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(0.85rem, 2.2vw, 1.1rem);
    align-items: start;
    min-width: 0;
  }

  .footer-recreation__newsletter .footer-recreation__label {
    display: block;
    margin-bottom: clamp(0.85rem, 2.2vw, 1.1rem);
  }

  .footer-recreation__newsletter p:not(.footer-recreation__label) {
    display: block;
    margin-bottom: clamp(0.85rem, 2.2vw, 1.1rem);
    max-width: 36rem;
  }

  .footer-recreation__signup {
    display: grid;
    align-self: start;
    justify-self: start;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .footer-recreation__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer-recreation__bottom a {
    margin-left: auto;
  }
}

/* Homepage serif navigation, shared by every public secondary page. */
.site-nav {
  color: #2f5962;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 300;
}

.site-nav .session-menu {
  position: fixed;
  top: var(--session-shelf-top, 0px);
  right: auto;
  left: var(--session-shelf-link-start, 0px);
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  gap: clamp(1.25rem, 3.2vw, 3.3rem);
  width: max-content;
  max-width: calc(100vw - var(--session-shelf-link-start, 0px) - 1rem);
  min-width: 0;
  padding: 0.82rem 1rem 0.92rem;
  border: 0;
  border-radius: 0;
  background: var(--session-shelf-background, var(--field-mist-low));
  box-shadow: none;
  font-size: clamp(0.86rem, 1vw, 1rem);
  backdrop-filter: none;
}

.site-nav .nav-group.is-open .session-menu {
  transform: none;
}

.site-nav.is-session-shelf-open {
  z-index: 101;
}

.site-nav .session-menu a {
  display: grid;
  grid-template-columns: 0.78rem auto;
  align-items: center;
  gap: 0.58rem;
  width: fit-content;
  padding: 0.16rem 0;
  color: var(--body-copy);
}

.site-nav .session-menu a::before {
  width: 0.78rem;
  height: 1px;
  background: var(--rose);
  content: "";
}

.site-nav .session-menu a:hover,
.site-nav .session-menu a:focus-visible,
.site-nav .session-menu a[aria-current="page"] {
  color: var(--rose);
}

/* Full serif navigation follows the compact Menu's scroll-direction behavior. */
.site-nav-scroll-placeholder {
  display: none;
}

.site-nav.is-scroll-pinned {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 90;
  box-sizing: border-box;
  background: var(--scroll-nav-background, var(--field-mist-low));
  backdrop-filter: blur(0.75rem);
  transition: transform 180ms ease;
  will-change: transform;
}

.site-nav.is-scroll-pinned.is-scroll-hidden {
  pointer-events: none;
  transform: translateY(-110%);
}

.about-page-nav {
  --scroll-nav-background:
    linear-gradient(130deg, rgba(255, 253, 247, 0.92), rgba(251, 247, 239, 0.88) 48%, rgba(247, 239, 228, 0.82)),
    var(--field-shell);
  --session-shelf-background: var(--role-white);
}

.about-page-nav .session-menu {
  background: var(--role-white);
}

.sessions-nav {
  --scroll-nav-background: rgba(240, 245, 247, 0.96);
  --session-shelf-background: var(--field-mist-low);
}

.group-schedule-nav,
.events-page-nav {
  --scroll-nav-background: rgba(220, 234, 242, 0.96);
  --session-shelf-background: var(--field-mist);
}

/* Shared secondary-page mobile circle-menu navigation. */
.about-page-body,
.sessions-body,
.group-schedule-body,
.events-page-body {
  --cm-ring: var(--role-marigold);
  --cm-panel: var(--role-shell);
  --cm-link-color: var(--role-ocean);
  --cm-button-bg: var(--role-pearlescent-pink);
  --cm-button-color: var(--role-fig);
  --cm-button-open-bg: var(--role-ocean);
  --cm-button-open-color: var(--role-white);
  --cm-cta-bg: var(--role-pearlescent-pink);
  --cm-cta-color: var(--role-fig);
  --cm-cta-arrow-bg: var(--role-ocean);
  --cm-cta-arrow-color: var(--role-white);
  --cm-font-links: var(--serif);
  --cm-font-button: var(--sans);
  --cm-link-size: clamp(2.05rem, 9.4vw, 2.7rem);
  --cm-link-weight: 300;
  --cm-button-offset: clamp(0.9rem, 4vw, 1.25rem);
  --cm-z: 1000;
  --cm-wipe-duration: 0.3s;
  --cm-panel-delay: 0.25s;
  --cm-spring-delay: 0.3s;
}

.cm-bar {
  position: fixed;
  top: var(--cm-button-offset);
  right: var(--cm-button-offset);
  z-index: calc(var(--cm-z) + 10);
  display: none;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear;
  transform: translateY(0);
  will-change: opacity, transform;
}

html.cm-mobile.cm-menu-hidden:not(.cm-open) .cm-bar {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s, 0s, 180ms;
  transform: translateY(-0.9rem);
}

.cm-trigger {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  padding: 0 1.3rem;
  border: 1px solid rgba(166, 83, 103, 0.5);
  border-radius: 3.75rem;
  color: var(--cm-button-color);
  background: var(--cm-button-bg);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 246, 0.72),
    0 1px 8px rgba(21, 90, 131, 0.16);
  font-family: var(--serif);
  font-size: 0.88rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.01em;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}

.cm-trigger__label {
  position: relative;
  z-index: 1;
}

.cm-trigger::after {
  position: absolute;
  z-index: 0;
  top: -55%;
  bottom: -55%;
  left: -62%;
  width: 46%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 253, 246, 0.08) 22%, rgba(255, 253, 246, 0.88) 50%, rgba(255, 253, 246, 0.16) 78%, transparent 100%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: skewX(-17deg);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  html:not(.cm-open) .cm-trigger:hover::after {
    animation: cm-trigger-gleam 720ms ease-out both;
  }
}

@keyframes cm-trigger-gleam {
  0% {
    opacity: 0;
    transform: translateX(0) skewX(-17deg);
  }

  15% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(480%) skewX(-17deg);
  }
}

html.cm-open .cm-trigger {
  border-color: transparent;
  color: var(--cm-button-open-color);
  background: var(--cm-button-open-bg);
}

.cm-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--cm-z);
  display: none;
  height: 100dvh;
  overflow: hidden;
  background: var(--cm-ring);
  clip-path: circle(0% at 50% 50%);
}

html.cm-open .cm-overlay {
  clip-path: circle(80% at 50% 50%);
}

.cm-overlay__outer {
  height: 100%;
  background: var(--cm-panel);
  clip-path: circle(0% at 50% 50%);
}

html.cm-open .cm-overlay__outer {
  clip-path: circle(80% at 50% 50%);
}

.cm-overlay__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  padding: calc(4.25rem + env(safe-area-inset-top, 0px)) 1.4rem calc(2.75rem + env(safe-area-inset-bottom, 0px));
  overflow: auto;
  text-align: center;
  scale: 0;
  scrollbar-width: none;
}

.cm-overlay__inner::-webkit-scrollbar {
  display: none;
}

html.cm-open .cm-overlay__inner {
  scale: 1;
}

html.cm-open {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  .cm-overlay {
    transition: clip-path var(--cm-wipe-duration) linear;
  }

  .cm-overlay__outer {
    transition: clip-path var(--cm-wipe-duration) linear var(--cm-panel-delay);
  }

  .cm-overlay__inner {
    transition: scale 0.45s cubic-bezier(0.34, 1.4, 0.64, 1) var(--cm-spring-delay);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cm-bar {
    transition: none;
  }
}

.cm-nav {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.cm-nav a {
  color: var(--cm-link-color);
  font-family: var(--cm-font-links);
  font-size: var(--cm-link-size);
  font-weight: var(--cm-link-weight);
  line-height: 1.12;
  text-decoration: none;
}

.cm-nav a[aria-current="page"],
.cm-nav a:hover,
.cm-nav a:focus-visible {
  font-style: italic;
}

.cm-nav a:focus-visible,
.cm-cta:focus-visible,
.cm-trigger:focus-visible {
  outline: 2px solid var(--role-ocean);
  outline-offset: 5px;
}

.cm-cta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  margin-top: 2.6rem;
  text-decoration: none;
}

.cm-cta__label {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  height: 3.1rem;
  padding: 0 1.5rem;
  border: 1px solid rgba(166, 83, 103, 0.5);
  border-radius: 3.75rem;
  color: var(--cm-cta-color);
  background: var(--cm-cta-bg);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 253, 246, 0.72);
  font-family: var(--cm-font-button);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.cm-cta__label-text {
  position: relative;
  z-index: 1;
}

.cm-cta__label::after {
  position: absolute;
  z-index: 0;
  top: -55%;
  bottom: -55%;
  left: -62%;
  width: 46%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 253, 246, 0.08) 22%, rgba(255, 253, 246, 0.88) 50%, rgba(255, 253, 246, 0.16) 78%, transparent 100%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: skewX(-17deg);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .cm-cta:hover .cm-cta__label::after {
    animation: cm-trigger-gleam 720ms ease-out both;
  }
}

.cm-cta__arrow {
  position: relative;
  z-index: 2;
  display: inline-grid;
  width: 3.1rem;
  height: 3.1rem;
  margin-left: -0.55rem;
  border-radius: 50%;
  color: var(--cm-cta-arrow-color);
  background: var(--cm-cta-arrow-bg);
  place-items: center;
  transition: transform 0.25s ease;
}

.cm-cta:hover .cm-cta__arrow,
.cm-cta:focus-visible .cm-cta__arrow {
  transform: translateX(0.2rem);
}

.cm-cta__arrow svg {
  width: 1.15rem;
  height: 1.15rem;
}

html.cm-mobile .cm-bar,
html.cm-mobile .cm-overlay {
  display: block;
}

html.cm-mobile .cm-hide-on-mobile {
  display: none !important;
}

/* Keep the service map as one proportional graphic at very wide viewport sizes. */
.sessions-service-map {
  overflow-x: hidden;
}

.sessions-service-map .sessions-service-map-inner {
  width: min(100%, 1180px);
  max-width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1.5fr);
}

.sessions-service-map-copy,
.sessions-service-map-stage {
  min-inline-size: 0;
  max-inline-size: 100%;
}

.sessions-service-map-stage {
  overflow: hidden;
}

.sessions-service-map-image {
  display: block;
  inline-size: 100%;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 1375.6 / 648.8;
}

/* Newsletter errors sit with their field and use the shared form-error color. */
.footer-recreation__signup {
  position: relative;
}

.footer-recreation__signup .form-submit-status {
  position: absolute;
  z-index: 1;
  inset-block-start: calc(clamp(2.8rem, 4vw, 3.35rem) + 0.2rem);
  inset-inline-start: 0;
  width: 100%;
  margin: 0;
  color: var(--body-copy);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
}

.footer-recreation__signup .form-submit-status.is-error {
  color: var(--form-invalid);
}

/* Give tablet-sized screens a readable map sequence instead of a squeezed desktop grid. */
@media (max-width: 900px) {
  .sessions-service-map .sessions-service-map-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 3.25rem);
    align-items: start;
  }

  .sessions-service-map .sessions-service-zones {
    position: static;
    width: min(100%, 23rem);
    margin-top: clamp(0.8rem, 2.5vw, 1.2rem);
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .sessions-service-map .sessions-service-map-copy h2 {
    max-width: 100%;
    font-size: clamp(3.25rem, 10vw, 4.4rem);
    line-height: 0.92;
    text-wrap: balance;
  }

  .sessions-service-map .sessions-service-map-copy > p:not(.eyebrow) {
    width: min(100%, 40rem);
    font-size: clamp(1rem, 2.25vw, 1.08rem);
  }
}

/* Keyboard-only route past repeated navigation. */
.skip-link {
  position: fixed;
  z-index: 110;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 0.95rem;
  border: 2px solid var(--role-ocean);
  border-radius: 0.28rem;
  color: var(--role-ocean);
  background: var(--role-shell);
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus-visible {
  outline: 3px solid var(--role-marigold);
  outline-offset: 3px;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .skip-link {
    transition: none;
  }

  .site-nav.is-scroll-pinned.is-scroll-hidden {
    pointer-events: auto;
    transform: none;
  }

  html.cm-mobile.cm-menu-hidden:not(.cm-open) .cm-bar {
    visibility: visible;
    opacity: 1;
    transition: none;
    transform: none;
  }
}

/* Keep every existing keyboard focus treatment legible on the site palette. */
.site-nav a:focus-visible,
.nav-trigger:focus-visible,
.event-actions a:focus-visible,
.organic-submit:focus-visible,
.footer-inner a:focus-visible,
.group-schedule-link:focus-visible,
.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus,
.footer-recreation a:focus-visible,
.footer-recreation button:focus-visible,
.about-cert-id:focus-visible,
.about-review-actions a:focus-visible,
.sessions-hero-link:focus-visible,
.sessions-secondary-links a:focus-visible,
.group-schedule-location a:focus-visible,
.class-types-control:focus-visible,
.class-types-scroller:focus-visible,
.frame-scroller-track:focus-visible,
.events-page-hero-link:focus-visible,
.events-upcoming-note a:focus-visible,
.events-video-link:focus-visible,
.cm-nav a:focus-visible,
.cm-cta:focus-visible,
.cm-trigger:focus-visible,
.skip-link:focus-visible {
  outline-color: var(--role-ocean);
}

.class-types-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Keep the keyboard focus ring distinct even when a form field is also invalid. */
.private-session-form .field-group input[aria-invalid="true"]:focus,
.private-session-form .field-group select[aria-invalid="true"]:focus,
.private-session-form .field-group textarea[aria-invalid="true"]:focus,
.event-inquiry-form .field-group input[aria-invalid="true"]:focus,
.event-inquiry-form .field-group select[aria-invalid="true"]:focus,
.event-inquiry-form .field-group textarea[aria-invalid="true"]:focus {
  outline: 2px solid var(--role-ocean);
  outline-offset: 2px;
}

/* On phones, pair a proportional map with a readable, non-interactive service key. */
.sessions-service-zone-key {
  display: none;
}

.sessions-service-map-note {
  display: inline-block;
  width: fit-content;
  margin-top: 0.65rem;
  color: var(--body-copy);
  font-family: var(--script);
  font-size: 0.9rem;
  line-height: 1.5;
  padding-bottom: 0.2rem;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.055em;
  text-underline-offset: 0.16em;
  white-space: nowrap;
}

@media (min-width: 901px) {
  .sessions-service-map .sessions-service-zones {
    bottom: clamp(1.6rem, 2.8cqw, 2.1rem);
  }

  .sessions-service-map .sessions-service-map-note {
    position: absolute;
    z-index: 2;
    right: clamp(5rem, 26cqw, 14rem);
    bottom: clamp(0.55rem, 1.7cqw, 1.1rem);
    margin-top: 0;
    padding-right: 0.45rem;
    transform: translateX(-0.15rem);
  }
}

@media (min-width: 621px) and (max-width: 900px) {
  .sessions-service-map .sessions-service-map-note {
    display: block;
    margin-top: 0.1rem;
    margin-left: auto;
    margin-right: clamp(5rem, 26cqw, 14rem);
    padding-right: 0.45rem;
    padding-bottom: 0.45rem;
    transform: translate(-0.15rem, -3rem);
  }
}

@media (max-width: 620px) {
  .sessions-service-map .sessions-service-zones {
    display: none;
  }

  .sessions-service-map .sessions-service-zone-key {
    display: grid;
    gap: 0.8rem;
    width: min(100%, 28rem);
    margin: 1.1rem 0 0;
  }

  .sessions-service-zone-key > div {
    display: grid;
    grid-template-columns: 0.85rem minmax(0, 1fr);
    column-gap: 0.55rem;
    align-items: baseline;
  }

  .sessions-service-zone-key .sessions-service-zone-dot {
    grid-row: 1;
    grid-column: 1;
    width: 0.78rem;
    height: 0.78rem;
  }

  .sessions-service-zone-key dt {
    grid-row: 1;
    grid-column: 2;
    color: var(--ocean);
    font-size: 1rem;
    font-weight: 850;
    letter-spacing: 0.055em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .sessions-service-zone-key dd {
    grid-row: 2;
    grid-column: 2;
    margin: 0.18rem 0 0;
    color: var(--body-copy);
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .sessions-service-map .sessions-service-map-note {
    display: inline-block;
    width: fit-content;
    margin-top: 0.95rem;
  }

  .sessions-service-map-svg .lbl,
  .sessions-service-map-svg .lbl-halo {
    display: none;
  }

  .sessions-service-map-svg .region {
    cursor: default;
    pointer-events: none;
  }

  .events-form-panel {
    --events-frame-left: 8.5%;
    --events-frame-right: 8.5%;
  }

  .event-inquiry-form {
    width: 100%;
    margin-inline: auto;
    padding-inline: 0.78rem;
  }
}

/* Accessibility: concise nonvisual summaries and comfortably sized controls. */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Preserve the navigation layout while extending each label to a 44px hit area. */
.site-nav > a::after,
.nav-trigger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, 2.75rem);
  height: 2.75rem;
  content: "";
  transform: translate(-50%, -50%);
}

.footer-recreation__social a {
  width: 2.75rem;
  height: 2.75rem;
}

.footer-recreation__social svg,
.footer-recreation__threads-mark {
  width: 1.6rem;
  height: 1.6rem;
}

.footer-recreation__links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
}

.footer-recreation__bottom a {
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
}
/* Privacy links and form notices. */
.form-privacy-note {
  grid-column: 1 / -1;
  margin: -1rem 0 0;
  padding-left: clamp(0.2rem, 1vw, 0.7rem);
  color: #344654;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.5;
}

.form-privacy-note a,
.footer-recreation__privacy-link {
  color: #155a83;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.form-privacy-note a:hover,
.form-privacy-note a:focus-visible,
.footer-recreation__privacy-link:hover,
.footer-recreation__privacy-link:focus-visible {
  color: #a65367;
}

.footer-recreation__bottom .footer-recreation__privacy-link {
  min-width: auto;
  padding-inline: 0.35rem;
}


.privacy-lock-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  width: fit-content;
  min-height: 2.75rem;
}

.privacy-lock-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 0.72rem;
  height: 0.56rem;
  border: 1.5px solid currentColor;
  border-radius: 0.12rem;
}

.privacy-lock-icon::before {
  position: absolute;
  right: 0.12rem;
  bottom: 100%;
  left: 0.12rem;
  height: 0.43rem;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 0.45rem 0.45rem 0 0;
  content: "";
}



/* Public privacy policy page. */
.privacy-page-body {
  background: #f0f5f7;
}

.privacy-page-header {
  min-height: 4.5rem;
  background: #f0f5f7;
}

.privacy-page {
  padding: clamp(2.8rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 4rem) clamp(5rem, 10vw, 8rem);
  background: linear-gradient(180deg, #f0f5f7 0%, #dceaf2 100%);
}

.privacy-hero {
  width: min(100%, 58rem);
  margin: 0 auto clamp(2.5rem, 6vw, 4.5rem);
  text-align: center;
}

.privacy-eyebrow,
.privacy-effective-date {
  margin: 0;
  color: #a65367;
}

.privacy-eyebrow {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.privacy-hero h1 {
  margin: 0.35rem 0 0.8rem;
  color: #155a83;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 11vw, 7rem);
  font-weight: 300;
  line-height: 0.9;
}

.privacy-effective-date {
  font-size: 0.9rem;
  font-weight: 700;
}

.privacy-content {
  display: grid;
  gap: clamp(2rem, 5vw, 3.4rem);
  width: min(100%, 52rem);
  margin: 0 auto;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid rgba(21, 90, 131, 0.18);
  border-radius: 18px;
  color: #344654;
  background: rgba(255, 253, 246, 0.82);
  box-shadow: 0 1.25rem 3rem rgba(21, 90, 131, 0.08);
}

.privacy-content section {
  display: grid;
  gap: 0.85rem;
}

.privacy-content h2,
.privacy-content h3,
.privacy-content p,
.privacy-content ul {
  margin: 0;
}

.privacy-content h2 {
  color: #155a83;
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 300;
  line-height: 1;
}

.privacy-content h3 {
  margin-top: 0.55rem;
  color: #a65367;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.privacy-content p,
.privacy-content li {
  color: #344654;
  font-size: clamp(0.98rem, 1.8vw, 1.08rem);
  line-height: 1.68;
}

.privacy-content ul {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.35rem;
}

.privacy-content a {
  color: #155a83;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.privacy-content a:hover,
.privacy-content a:focus-visible {
  color: #a65367;
}

@media (max-width: 620px) {
  .privacy-page-header {
    min-height: 4.75rem;
  }

  .privacy-page {
    padding-top: 2rem;
  }

  .privacy-content {
    padding: 1.3rem;
    border-radius: 12px;
  }

  .footer-recreation__bottom {
    flex-wrap: wrap;
    align-items: center;
  }
}
