/* Shared editorial system for every public page. */
.editorial { --gutter: clamp(1.25rem, 4.5vw, 5rem); }
.editorial .site-header { background: var(--ivory); border-bottom: 1px solid var(--line); }
.editorial .site-header .logo span { font-size: 2rem; }
.editorial .site-nav a { font-size: .78rem; }
.editorial .site-nav ul { gap: clamp(.65rem, 1.35vw, 1.4rem); }
.editorial .header-cta { font-size: .78rem; min-height: 2.7rem; padding: .7rem 1rem; }
.editorial .btn { border-radius: 3px; gap: 1.8rem; transition: background-color 200ms ease, color 200ms ease, transform 160ms var(--ease-breath); }
.editorial .btn::before { display: none; }
.editorial .btn-primary { background: var(--terracotta-deep); }
.editorial .btn-primary:hover { background: var(--forest); }
.editorial .btn:active { transform: scale(.98); }
.editorial .btn > span { font-size: 1.25rem; }
.editorial .wrap { width: min(1320px, calc(100% - 2 * var(--gutter))); }
.editorial .kicker { font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 500; margin-bottom: 2rem; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.8rem; padding: .65rem 0; border-bottom: 1px solid currentColor; font-size: .84rem; text-decoration: none; font-weight: 500; }
.text-link span { display: inline-block; transition: transform 200ms var(--ease-breath); }
.editorial h2 { font-size: clamp(2.6rem, 4.5vw, 4.6rem); font-weight: 300; letter-spacing: -.045em; line-height: 1.06; }
.editorial h2 em { color: var(--terracotta-deep); }
.editorial [data-reveal] { opacity: 1; transform: none; transition: opacity 650ms var(--ease-breath), transform 650ms var(--ease-breath); transition-delay: calc(var(--i, 0) * 65ms); }
.editorial.motion-ready [data-reveal]:not(.in) { opacity: 0; transform: translateY(18px); }
.editorial .nav-drawer { transition-duration: 260ms, 0s; transition-delay: 0s, 260ms; }
.editorial .nav-drawer[data-open="true"] { transition-delay: 0s; }
.editorial .nav-drawer li { transition-duration: 200ms; }
.editorial .nav-drawer[data-open="true"] li { transition-delay: calc(var(--i, 0) * 25ms); }
.editorial { --radius-s: 3px; --radius-m: 3px; --radius-l: 3px; }
.editorial :is(.page-hero, .prose) { padding-top: clamp(3rem, 6vw, 6rem); }
.editorial .page-hero { padding-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.editorial .page-hero::before { display: none; }
.editorial .page-hero h1 { font-size: clamp(3.1rem, 6vw, 6rem); font-weight: 300; letter-spacing: -.055em; line-height: 1.04; }
.editorial .page-hero h1.long { font-size: clamp(2.5rem, 4.6vw, 4.8rem); max-width: 25ch; }
.editorial .page-hero .wrap { gap: 2rem 5rem; }
.editorial .page-hero .page-intro p { font-size: 1rem; line-height: 1.7; }
.editorial .page-mark { font-size: .67rem; font-weight: 500; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 1.6rem; }
.editorial .page-mark::before { width: 6px; height: 6px; background: var(--terracotta-deep); }
.editorial .section-head { gap: 2rem 4rem; }
.editorial .section-head > p { font-size: .95rem; max-width: 28rem; }
.editorial :is(.section-cream, .contact-aside) { background: #eeeae0; }
.editorial :is(.tile, .session, .movements li) { background: transparent; border: 0; border-top: 1px solid var(--line-strong); border-radius: 0; padding: 1.5rem 1rem 1rem 0; min-width: 0; }
.editorial .tile h3 { font-style: normal; font-size: 1.5rem; }
.editorial :is(.tile p, .session p, .movements p) { font-size: .9rem; }
.editorial .tile .tag { border-radius: 2px; font-size: .68rem; }
.editorial .session .num { color: var(--terracotta-deep); font-size: 4rem; font-weight: 300; }
.editorial .sessions { gap: 2rem; }
.editorial .movements li::before { background: transparent; padding: 0; width: auto; justify-content: start; border-radius: 0; color: var(--terracotta-deep); font-size: 2rem; margin-bottom: 1.4rem; }
.editorial .checklist { gap: .85rem; }
.editorial .checklist li { font-size: .9rem; }
.editorial .checklist svg { width: 1.15rem; height: 1.15rem; color: var(--terracotta-deep); }
.editorial .note { border-radius: 0; border-left: 2px solid var(--terracotta-deep); background: transparent; font-size: .9rem; padding: .5rem 0 .5rem 1.2rem; }
.editorial .address-card { background: transparent; border: 0; border-block: 1px solid var(--line-strong); border-radius: 0; padding: 1.8rem 0; }
.editorial .portrait { margin: 0; border-radius: 0; clip-path: none; transition: opacity 650ms var(--ease-breath), transform 650ms var(--ease-breath); }
.editorial .portrait img { transition: transform 650ms var(--ease-breath); }
.editorial .review-card { border: 0; border-block: 1px solid var(--line-strong); border-radius: 0; background: transparent; padding: 2.5rem 0; }
.editorial .review-card .quote { max-width: 35ch; }
.editorial .contact-aside { padding: clamp(1.5rem, 3vw, 3rem); border-top: 2px solid var(--terracotta-deep); }
.editorial .contact-aside h2 { font-size: clamp(2rem, 3vw, 3rem); }
.editorial .contact-aside p { font-size: .93rem; }
.editorial .social-list a { overflow-wrap: anywhere; font-size: .85rem; }
.editorial .social-list svg { flex: none; }
.editorial .closing { background: #e5b49c; color: var(--forest); text-align: left; padding: clamp(4rem, 8vw, 7rem) 0; }
.editorial .closing h2 { color: var(--forest); font-size: clamp(3rem, 6.5vw, 6rem); margin: 0 0 1.5rem; max-width: 20ch; }
.editorial .closing p { color: var(--forest); margin: 0 0 2rem; }
.editorial .closing .actions { justify-content: flex-start; padding-top: 1.5rem; border-top: 1px solid #293d3155; }
.editorial .closing .btn-on-dark { background: var(--forest); color: var(--ivory); }
.editorial .closing .btn-outline-light { border-color: var(--forest); color: var(--forest); }
.editorial .site-footer h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.editorial .prose { padding-bottom: clamp(4rem, 8vw, 7rem); }
.editorial .prose h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); letter-spacing: -.045em; font-weight: 300; margin-bottom: 2rem; overflow-wrap: anywhere; }
.editorial .prose h2 { font-size: 1.8rem; }
.editorial .prose .note { margin-top: 2.5rem; }
.service-image { position: relative; height: clamp(230px, 28vw, 420px); overflow: hidden; background: var(--forest); margin-bottom: clamp(3rem, 6vw, 5rem); }
.service-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.service-image-massage img { object-position: center 30%; }
.service-image-club { height: clamp(230px, 45vw, 680px); }
.service-image-aqua img { object-position: center 38%; }
.service-image-club img { object-position: center 45%; }
.service-image::after { content: ''; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, #13251c99); }
.service-image p { position: absolute; bottom: 1.5rem; left: clamp(1.5rem, 3vw, 3rem); right: 1.5rem; margin: 0; color: var(--ivory); font-family: var(--font-display); font-style: italic; font-size: clamp(1.8rem, 3.5vw, 3.5rem); line-height: 1.1; z-index: 1; }
.editorial [data-path="club"] .page-hero { background: #e5b49c; position: relative; overflow: hidden; }
.editorial [data-path="club"] .page-hero .wrap { position: relative; z-index: 1; }
.editorial [data-path="club"] .page-hero::after { content: ''; position: absolute; width: 45vw; aspect-ratio: 1; right: -12vw; top: -18vw; border: 1px solid #293d3140; border-radius: 50%; box-shadow: 0 0 0 4vw #e5b49c, 0 0 0 calc(4vw + 1px) #293d3140; pointer-events: none; }
.editorial .club-mark { border-radius: 0; padding: .8rem 1.2rem; }
.editorial .club-mark img { height: 3rem; }
.booking-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.booking-choice { display: grid; grid-template-columns: 104px 1fr auto; gap: 1.5rem; align-items: center; text-decoration: none; padding: .8rem 1.5rem .8rem .8rem; border: 1px solid var(--line-strong); transition: background-color 200ms ease, border-color 200ms ease; }
.booking-choice img { width: 104px; height: 108px; object-fit: cover; }
.booking-choice small { display: block; font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; color: var(--terracotta-deep); margin-bottom: .6rem; }
.booking-choice strong { font-family: var(--font-display); font-size: clamp(1.3rem, 2vw, 2rem); font-weight: 400; line-height: 1.15; display: block; }
.booking-choice > span:last-child { font-size: 1.6rem; transition: transform 200ms var(--ease-breath); }
.booking-process { display: flex; gap: 2rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); margin-bottom: 1rem; }
.booking-process span { font-size: .66rem; color: var(--muted); }
.editorial .booking-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 2rem 4rem; }
.editorial .booking-grid .side h2 { font-size: clamp(2.1rem, 3.5vw, 3.4rem); margin-bottom: 1.3rem; }
.editorial .booking-grid .side > p:not(.page-mark) { font-size: .95rem; color: var(--muted); margin-bottom: 1.5rem; }
.editorial .mindbody-panel { min-width: 0; border: 1px solid var(--line-strong); border-top: 2px solid var(--terracotta-deep); border-radius: 0; padding: clamp(1rem, 2vw, 2rem); background: var(--paper); min-height: 20rem; }
.editorial .booking-grid > * { min-width: 0; }
.editorial .mindbody-inline { margin-top: 1.5rem; }
.editorial section[id] { scroll-margin-top: calc(var(--header-h) + 1.5rem); }
@media (hover: hover) and (pointer: fine) {
  .editorial .text-link:hover span { transform: translate(3px, -2px); }
  .booking-choice:hover { background: var(--cream); border-color: var(--terracotta-deep); }
  .booking-choice:hover > span:last-child { transform: translate(3px, 3px); }
}
@media (min-width: 901px) and (max-width: 1180px) {
  .editorial .site-nav li:first-child, .editorial .site-nav li:nth-child(6) { display: none; }
  .editorial .site-header { gap: .75rem; }
}
@media (max-width: 1100px) {
  .editorial .tiles-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .editorial .movements { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .editorial .page-hero .wrap, .editorial .booking-grid, .editorial .section-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .editorial .booking-grid .side { position: static; }
  .editorial .sessions { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
  .booking-choice { gap: 1rem; grid-template-columns: 72px 1fr auto; padding-right: 1rem; }
  .booking-choice img { width: 72px; height: 90px; }
}
@media (max-width: 640px) {
  .editorial .page-hero h1 { font-size: clamp(2.6rem, 10vw, 3.8rem); overflow-wrap: anywhere; }
  .editorial .page-hero h1.long { font-size: clamp(2.3rem, 9vw, 3.4rem); }
  .editorial :is(.tiles, .tiles-5, .movements, .sessions) { grid-template-columns: 1fr; }
  .editorial .section-head { gap: 1rem; }
  .booking-choices { grid-template-columns: 1fr; gap: .8rem; }
  .booking-choice strong { font-size: 1.6rem; }
  .booking-choice img { height: 72px; }
  .booking-process { flex-wrap: wrap; gap: .5rem 1rem; }
  .editorial .mindbody-panel { padding: .8rem; }
  .editorial .closing .actions { align-items: flex-start; }
  .editorial .review-card .actions { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .editorial.motion-ready [data-reveal]:not(.in) { opacity: 1; transform: none; }
  .editorial .portrait img, .editorial .text-link:hover span, .booking-choice:hover > span:last-child { transform: none; }
}
@media (max-width: 380px) {
  .booking-choice { grid-template-columns: 56px minmax(0, 1fr) auto; gap: .65rem; padding-right: .8rem; }
  .booking-choice img { width: 56px; height: 68px; }
  .booking-choice strong { font-size: 1.35rem; }
  .booking-choice > span:last-child { font-size: 1.2rem; }
}

.technique-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.editorial .club-mark { background: #e5b49c; padding: 0; }
.editorial .club-mark img { mix-blend-mode: multiply; }
.aqua-photo-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
.aqua-photo-strip img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
