/*
Theme Name: Simple As Pi Yoga
Theme URI: https://simpleaspi.yoga/
Author: Simple As Pi Yoga
Description: A lightweight custom WordPress theme for Simple As Pi Yoga Meditation.
Version: 2.6.2
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: simpleaspi
*/

:root {
  --blue-950: #06285f;
  --blue-900: #07377f;
  --blue-800: #0a3f9d;
  --blue-700: #1454b7;
  --blue-100: #e9f0fb;
  --gold: #ffbc2c;
  --gold-deep: #d89400;
  --gold-pale: #fff1cc;
  --sage: #7f987b;
  --sage-pale: #e9efe7;
  --ivory: #fbf8f2;
  --sand: #f3ede3;
  --white: #fff;
  --ink: #12223a;
  --muted: #5e6978;
  --line: rgba(8, 55, 127, .14);
  --shadow: 0 20px 50px rgba(12, 41, 79, .10);
  --radius: 26px;
  --shell: min(1260px, calc(100% - 40px));
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Aptos, 'Segoe UI', Helvetica, Arial, sans-serif;
}

/* Class information, prices, healthcare offer and booking terms. */
.sap-class-nav-wrap {
  padding: 14px 0;
  border-block: 1px solid rgba(8,55,127,.09);
  background: #fff;
}
.sap-class-nav {
  display: flex;
  max-width: 1260px !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sap-class-nav > p { margin: 0 !important; }
.sap-class-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 14px;
  border: 1px solid rgba(8,55,127,.11);
  border-radius: 999px;
  color: var(--blue-900);
  background: #f8faff;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}
.sap-class-nav a:hover,
.sap-class-nav .is-current a { color: var(--blue-950); border-color: var(--gold); background: var(--gold-pale); }

.sap-booking-resources {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(10,63,157,.1);
  background: #f8faff;
  flex-wrap: wrap;
}
.sap-booking-resources span { margin-right: 3px; color: var(--muted); font-size: .86rem; font-weight: 750; }
.sap-booking-resources a {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--blue-900);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(10,63,157,.11);
  font-size: .82rem;
  font-weight: 850;
  text-decoration: none;
}
.sap-booking-resources a:hover { color: var(--blue-950); background: var(--gold-pale); }

.sap-prices-hero { background: linear-gradient(132deg, #fffaf0 0%, #f5f8ff 62%, #eef4ff 100%); }
.sap-prices-wink,
.sap-terms-wink {
  max-width: 650px;
  margin: -8px 0 0;
  color: var(--blue-900);
  font-family: var(--serif);
  font-size: 1.04rem;
  font-style: italic;
}
.sap-prices-hero-art { position: relative; max-width: 480px; margin-inline: auto; padding: 0 0 56px 42px; }
.sap-prices-hero-art figure { overflow: hidden; margin: 0; border-radius: 48% 24px 24px 24px; box-shadow: 0 26px 65px rgba(10,44,91,.17); }
.sap-prices-hero-art img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.sap-prices-hero-art > p {
  position: absolute;
  left: 0;
  bottom: 9px;
  width: min(290px, 78%);
  margin: 0 !important;
  padding: 18px 21px;
  border: 1px solid rgba(10,63,157,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 40px rgba(10,44,91,.13);
}
.sap-prices-hero-art strong,
.sap-prices-hero-art span { display: block; }
.sap-prices-hero-art strong { color: var(--blue-900); }
.sap-prices-hero-art span { margin-top: 4px; color: var(--muted); font-size: .72rem; }

.sap-prices-options { background: #f7f9fc; }
.sap-prices-options > .sap-page-shell > .sap-price-grid,
.sap-prices-options > .sap-page-shell > .sap-price-notes { width: 100%; max-width: none !important; }
.sap-page .sap-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; margin-top: 37px; }
.sap-price-card {
  position: relative;
  height: 100%;
  padding: 34px 28px 30px;
  border: 1px solid rgba(10,63,157,.11);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(10,44,91,.07);
}
.sap-price-card-featured { border: 2px solid var(--gold); transform: translateY(-10px); box-shadow: 0 21px 50px rgba(10,44,91,.12); }
.sap-price-ribbon { position: absolute; top: -15px; right: 22px; margin: 0 !important; padding: 7px 12px; border-radius: 999px; color: var(--blue-950); background: var(--gold); font-size: .66rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.sap-price-label { margin: 0 0 12px !important; color: var(--blue-700); font-size: .73rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sap-price-card h3 { margin: 0 0 21px; color: var(--blue-900); }
.sap-price-card h3 strong { display: block; font-family: var(--serif); font-size: clamp(2.8rem, 4vw, 4rem); font-weight: 500; line-height: 1; }
.sap-price-card h3 span { display: block; margin-top: 6px; color: var(--muted); font-family: var(--sans); font-size: .8rem; font-weight: 700; }
.sap-price-card ul { margin: 0; padding-left: 20px; color: #405069; font-size: .82rem; }
.sap-price-card li { margin-bottom: 9px; }
.sap-price-card li::marker { color: var(--gold-deep); }
.sap-price-notes { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 23px; padding: 20px 23px; border: 1px solid rgba(10,63,157,.1); border-radius: 18px; background: #fffaf0; }
.sap-price-notes p { margin: 0 !important; font-size: .94rem; line-height: 1.55; }
.sap-price-notes p:first-child { max-width: 790px; color: #43516a; }
.sap-price-notes a { color: var(--blue-800); font-weight: 850; white-space: nowrap; }

.sap-prices-concession { color: #fff; background: linear-gradient(118deg, #082657, var(--blue-800)); }
.sap-prices-concession .sap-kicker { color: #ffd875; }
.sap-prices-concession h2 { margin: 0 0 18px; color: #fff; font-size: clamp(2.7rem, 5vw, 4.6rem); }
.sap-prices-concession p:not(.sap-kicker) { color: rgba(255,255,255,.84); }
.sap-prices-concession-note > p { margin: 0 !important; padding: 33px; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: rgba(255,255,255,.1); box-shadow: 0 20px 50px rgba(0,0,0,.13); }
.sap-prices-concession-note span,
.sap-prices-concession-note strong,
.sap-prices-concession-note small { display: block; }
.sap-prices-concession-note span { width: 52px; height: 52px; display: grid; margin-bottom: 18px; border-radius: 50%; place-items: center; color: var(--blue-950); background: var(--gold); font-family: var(--serif); font-size: 2rem; }
.sap-prices-concession-note strong { color: #fff; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.sap-prices-concession-note small { margin-top: 9px; color: rgba(255,255,255,.74); font-size: .78rem; }
.sap-prices-community-gift { background: linear-gradient(132deg, #f6efe4, #fffaf2); }
.sap-prices-gift-card { max-width: 940px !important; padding: clamp(34px, 6vw, 66px); border: 1px solid rgba(10,63,157,.1); border-radius: 30px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); text-align: center; }
.sap-prices-gift-card h2 { margin: 0 0 17px; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.sap-prices-gift-card > p:not(.sap-kicker) { max-width: 760px; margin-inline: auto; color: #43516a; }
.sap-prices-gift-card a { color: var(--blue-800); font-weight: 850; }
.sap-prices-gift-note { margin-top: 22px !important; font-size: .72rem; }

.sap-healthcare-hero { background: linear-gradient(132deg, #eef4ff, #fffaf1 78%); }
.sap-healthcare-note { max-width: 650px; margin: -6px 0 0; padding: 13px 16px; border-left: 4px solid var(--gold); color: #3d4d64; background: rgba(255,255,255,.7); font-size: .88rem; }
.sap-healthcare-hero-art { position: relative; max-width: 500px; margin-inline: auto; padding: 0 34px 61px 0; }
.sap-healthcare-hero-art figure { overflow: hidden; margin: 0; border-radius: 26px 48% 26px 26px; box-shadow: 0 26px 65px rgba(10,44,91,.17); }
.sap-healthcare-hero-art img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.sap-healthcare-hero-art > p { position: absolute; right: 0; bottom: 12px; width: min(275px, 72%); margin: 0 !important; padding: 18px 21px; border-radius: 18px; color: #fff; background: var(--blue-900); box-shadow: 0 15px 38px rgba(10,44,91,.2); }
.sap-healthcare-hero-art strong,
.sap-healthcare-hero-art span { display: block; }
.sap-healthcare-hero-art strong { color: #fff; font-family: var(--serif); font-size: 1.25rem; }
.sap-healthcare-hero-art span { margin-top: 4px; color: rgba(255,255,255,.72); font-size: .71rem; }
.sap-healthcare-story { background: #fff; }
.sap-healthcare-story h2 { margin: 0 0 19px; font-size: clamp(2.8rem, 5vw, 4.7rem); }
.sap-healthcare-story-grid { gap: clamp(42px, 7vw, 90px); }
.sap-healthcare-heather-quote { min-height: 0; margin-top: 25px; padding: 27px 28px 24px; border: 0; border-left: 4px solid var(--gold); border-radius: 0 18px 18px 0; background: #fffaf0; box-shadow: none; }
.sap-healthcare-heather-quote p { margin-bottom: 10px; font-family: var(--serif); font-size: 1.18rem; }
.sap-healthcare-heather-quote cite { color: var(--blue-900); font-size: .74rem; font-style: normal; font-weight: 850; }
.sap-healthcare-experience { padding: 30px; border: 1px solid rgba(10,63,157,.11); border-radius: 25px; background: #f7f9fc; box-shadow: var(--shadow); }
.sap-healthcare-experience-title { margin: 0 0 17px !important; color: var(--blue-700); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.sap-healthcare-experience > p:not(.sap-healthcare-experience-title):not(.sap-healthcare-experience-foot) { display: grid; grid-template-columns: 52px 1fr; gap: 13px; margin: 0 !important; padding: 13px 0; border-bottom: 1px solid rgba(10,63,157,.1); align-items: center; }
.sap-healthcare-experience span { width: 52px; height: 52px; display: grid; border-radius: 50%; place-items: center; color: var(--blue-900); background: var(--gold-pale); font-size: .68rem; font-weight: 900; }
.sap-healthcare-experience strong { color: var(--blue-900); font-size: .82rem; }
.sap-healthcare-experience-foot { margin: 19px 0 0 !important; color: var(--muted); font-size: .75rem; }
.sap-healthcare-steps { background: linear-gradient(132deg, #f6efe4, #fffaf2); text-align: center; }
.sap-healthcare-step-grid { display: grid; width: 100%; max-width: none !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 36px 0 28px; text-align: left; }
.sap-healthcare-step { height: 100%; padding: 27px 24px; border: 1px solid rgba(10,63,157,.1); border-radius: 22px; background: rgba(255,255,255,.9); }
.sap-healthcare-step p { display: grid; grid-template-columns: 48px 1fr; gap: 3px 13px; margin: 0 !important; }
.sap-healthcare-step span { display: grid; width: 48px; height: 48px; grid-row: 1 / span 2; border-radius: 50%; place-items: center; color: var(--blue-950); background: var(--gold); font-family: var(--serif); font-size: 1.35rem; font-weight: 700; }
.sap-healthcare-step strong { align-self: end; color: var(--blue-900); }
.sap-healthcare-step small { align-self: start; color: var(--muted); line-height: 1.55; }
.sap-healthcare-voices { background: #f7f9fc; }
.sap-page .sap-healthcare-voice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 38px; }
.sap-healthcare-voice-grid blockquote { height: 100%; min-height: 0; padding: 32px 27px; }
.sap-healthcare-voice-grid blockquote::before { content: '“'; display: block; height: 34px; color: var(--gold-deep); font-family: var(--serif); font-size: 3.4rem; line-height: .8; }
.sap-healthcare-voice-grid blockquote p { font-size: .88rem; }
.sap-healthcare-voice-grid cite { color: var(--blue-900); font-size: .78rem; font-style: normal; font-weight: 850; }
.sap-healthcare-voice-grid cite span { color: var(--muted); font-size: .68rem; font-weight: 650; }

.sap-terms-hero { background: linear-gradient(135deg, #fffaf1, #f2f6fd); }
.sap-terms-summary-card { max-width: 410px; margin-inline: auto; padding: 31px; border: 1px solid rgba(10,63,157,.11); border-radius: 25px; background: #fff; box-shadow: var(--shadow); }
.sap-terms-summary-icon { display: grid; width: 52px; height: 52px; margin: 0 0 18px !important; border-radius: 50%; place-items: center; color: var(--blue-950); background: var(--gold); font-family: var(--serif); font-size: 1.7rem; font-style: italic; font-weight: 700; }
.sap-terms-summary-card h3 { margin: 0 0 14px; color: var(--blue-900); font-size: 1.55rem; }
.sap-terms-summary-card ul { margin: 0; padding-left: 20px; color: #43516a; font-size: .8rem; }
.sap-terms-summary-card li { margin-bottom: 8px; }
.sap-terms-content { background: #f7f9fc; }
.sap-terms-layout { gap: 25px; align-items: flex-start !important; }
.sap-terms-index { position: sticky; top: 116px; }
.admin-bar .sap-terms-index { top: 148px; }
.sap-terms-index-card { padding: 26px; border: 1px solid rgba(10,63,157,.1); border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(10,44,91,.07); }
.sap-terms-index-card ul { margin: 0; padding: 0; list-style: none; }
.sap-terms-index-card li { margin: 0; border-bottom: 1px solid rgba(10,63,157,.09); }
.sap-terms-index-card li:last-child { border-bottom: 0; }
.sap-terms-index-card a { display: block; padding: 11px 0; color: var(--blue-900); font-size: .78rem; font-weight: 800; text-decoration: none; }
.sap-terms-index-card a:hover { color: var(--blue-700); }
.sap-terms-help-note { margin: 21px 0 0 !important; padding: 15px; border-radius: 14px; color: #4d5c70; background: var(--gold-pale); font-size: .72rem; }
.sap-terms-sections { display: grid; gap: 18px; }
.sap-terms-card { position: relative; width: 100%; max-width: none !important; padding: clamp(28px, 4vw, 43px); border: 1px solid rgba(10,63,157,.1); border-radius: 24px; background: #fff; box-shadow: 0 12px 36px rgba(10,44,91,.06); scroll-margin-top: 125px; }
.sap-terms-number { position: absolute; top: 25px; right: 28px; margin: 0 !important; color: rgba(10,63,157,.12); font-family: var(--serif); font-size: 3.2rem; font-weight: 700; line-height: 1; }
.sap-terms-card h2 { margin: 0 70px 20px 0; font-size: clamp(2rem, 4vw, 3.05rem); }
.sap-terms-card > p:not(.sap-terms-number):not(.sap-terms-health-note) { color: #43516a; }
.sap-terms-card ul,
.sap-terms-card ol { margin: 0; padding-left: 24px; color: #3e4e65; }
.sap-terms-card li { margin: 0 0 12px; padding-left: 6px; line-height: 1.68; }
.sap-terms-card li::marker { color: var(--blue-700); font-weight: 850; }
.sap-terms-health-note { margin: 23px 0 0 !important; padding: 17px 19px; border-left: 4px solid var(--gold); color: var(--blue-950); background: #fffaf0; }

@media (max-width: 980px) {
  .sap-price-card-featured { transform: none; }
  .sap-page .sap-price-grid,
  .sap-page .sap-healthcare-voice-grid { grid-template-columns: 1fr 1fr; }
  .sap-price-grid > .wp-block-column:last-child,
  .sap-healthcare-voice-grid > .wp-block-column:last-child { grid-column: 1 / -1; }
  .sap-healthcare-step-grid { grid-template-columns: 1fr; }
  .sap-terms-layout { flex-direction: column; }
  .sap-terms-layout > .wp-block-column { flex-basis: auto !important; width: 100%; }
  .sap-terms-index { position: static; }
  .sap-terms-index-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
}

@media (max-width: 720px) {
  .sap-class-nav-wrap { padding: 11px 0; }
  .sap-class-nav { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap !important; padding-bottom: 3px; }
  .sap-class-nav > p { flex: 0 0 auto; }
  .sap-class-nav a { min-height: 35px; padding: 6px 11px; font-size: .69rem; }
  .sap-booking-resources { align-items: flex-start; flex-direction: column; padding: 14px; }
  .sap-booking-resources a { width: 100%; }
  .sap-prices-hero-art { padding: 0 0 58px 18px; }
  .sap-prices-hero-art > p { left: 0; }
  .sap-page .sap-price-grid,
  .sap-page .sap-healthcare-voice-grid { grid-template-columns: 1fr; }
  .sap-price-grid > .wp-block-column:last-child,
  .sap-healthcare-voice-grid > .wp-block-column:last-child { grid-column: auto; }
  .sap-price-card { padding: 29px 23px; }
  .sap-price-notes { align-items: flex-start; flex-direction: column; }
  .sap-price-notes a { white-space: normal; }
  .sap-prices-concession-note > p { padding: 27px 23px; }
  .sap-healthcare-hero-art { padding: 0 16px 64px 0; }
  .sap-healthcare-hero-art > p { right: 0; width: 82%; }
  .sap-healthcare-experience { padding: 25px 21px; }
  .sap-healthcare-step { padding: 23px 20px; }
  .sap-terms-summary-card { padding: 27px 23px; }
  .sap-terms-index-card ul { grid-template-columns: 1fr; }
  .sap-terms-card { padding: 29px 22px; }
  .sap-terms-number { top: 24px; right: 21px; font-size: 2.5rem; }
  .sap-terms-card h2 { margin-right: 47px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed;
  left: 16px; top: 12px;
  z-index: 2000;
  transform: translateY(-160%);
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  background: var(--blue-950);
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: var(--shell); margin-inline: auto; }
.section-shell { width: min(1380px, calc(100% - 28px)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-deep);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow.light { color: #ffdb7e; }

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .7rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid rgba(255, 188, 44, .75);
  outline-offset: 3px;
}
.button-blue { color: #fff; background: var(--blue-800); box-shadow: 0 12px 24px rgba(10, 63, 157, .22); }
.button-blue:hover { background: var(--blue-900); box-shadow: 0 15px 30px rgba(10, 63, 157, .28); }
.button-gold { color: var(--blue-950); background: var(--gold); box-shadow: 0 10px 22px rgba(216, 148, 0, .18); }
.button-gold:hover { background: #ffc84b; }
.button-outline { color: var(--blue-800); border-color: var(--blue-700); background: rgba(255,255,255,.82); }
.button-outline:hover { background: var(--white); box-shadow: 0 10px 24px rgba(10,63,157,.12); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(8,55,127,.07);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}
.brand,
.brand .custom-logo-link { display: inline-flex; align-items: center; }
.brand img,
.brand .custom-logo { width: 128px; height: auto; }
.site-nav { display: flex; justify-content: center; align-items: center; }
.site-nav-list { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2.2vw, 30px); margin: 0; padding: 0; list-style: none; }
.site-nav-list li { margin: 0; }
.site-nav a {
  position: relative;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}
.site-nav a::after {
  content: '';
  position: absolute;
  left: 50%; bottom: -7px;
  width: 0; height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
  transition: width .2s ease;
}
.site-nav a:hover::after { width: 100%; }
.site-nav a.is-current,
.site-nav a[aria-current="page"],
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a,
.site-nav .current_page_parent > a {
  color: var(--blue-800);
  font-weight: 800;
}
.site-nav a.is-current::after,
.site-nav a[aria-current="page"]::after,
.site-nav .current-menu-item > a::after,
.site-nav .current_page_item > a::after,
.site-nav .current_page_parent > a::after { width: 100%; height: 3px; }
.header-cta { white-space: nowrap; }
.mobile-nav-cta { display: none; }
.menu-toggle {
  display: none;
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  padding: 11px;
}
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--blue-900); transition: .2s ease; }

.hero {
  position: relative;
  min-height: 600px;
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.25fr);
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(130deg, #fffdfa 0%, var(--ivory) 50%, var(--sand) 100%);
  box-shadow: inset 0 0 0 1px rgba(8,55,127,.05);
}
.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(54px, 6vw, 86px) clamp(34px, 5.5vw, 78px);
}
.hero h1 {
  max-width: 660px;
  margin: 0;
  color: var(--blue-900);
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .99;
}
.hero h1 em { color: var(--blue-700); font-weight: 500; }
.accent-rule { width: 78px; height: 4px; margin: 24px 0 20px; border-radius: 2px; background: var(--gold); }
.hero-lead { max-width: 570px; margin: 0; color: #394b63; font-size: 1.05rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.location-line { display: flex; align-items: center; gap: 8px; margin: 24px 0 0; color: var(--blue-900); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.location-line svg { width: 20px; fill: none; stroke: var(--sage); stroke-width: 1.8; }
.hero-leaf {
  position: absolute;
  right: -14px; bottom: 3px;
  width: 205px;
  opacity: .26;
  fill: none;
  stroke: var(--sage);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  pointer-events: none;
}
.hero-media {
  position: relative;
  min-height: 600px;
  margin: 0;
  overflow: hidden;
  border-radius: 48% 28px 28px 48% / 70% 28px 28px 70%;
  background: var(--blue-900);
  isolation: isolate;
}
.hero-media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, var(--blue-100), var(--blue-900));
}
.hero-media > .hero-slide {
  position: absolute;
  top: 58%;
  left: 78%;
  z-index: 1;
  width: 22%;
  height: 36%;
  margin: 0;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,.94);
  border-radius: 24px;
  background: var(--blue-950);
  box-shadow: 0 14px 34px rgba(6,40,95,.24);
  opacity: 0;
  pointer-events: none;
  transform: translate(14%, 18%) scale(.78);
  transform-origin: center;
  transition:
    top .82s cubic-bezier(.22,.61,.36,1),
    left .82s cubic-bezier(.22,.61,.36,1),
    width .82s cubic-bezier(.22,.61,.36,1),
    height .82s cubic-bezier(.22,.61,.36,1),
    border-radius .82s cubic-bezier(.22,.61,.36,1),
    opacity .36s ease,
    transform .82s cubic-bezier(.22,.61,.36,1);
  will-change: top, left, width, height, transform;
}
.hero-media > .hero-slide.is-active {
  top: 0;
  left: 0;
  z-index: 3;
  width: 74%;
  height: 100%;
  border-width: 0 4px 0 0;
  border-radius: 50% 8px 8px 50% / 70% 8px 8px 70%;
  opacity: 1;
  transform: none;
}
.hero-media > .hero-slide.is-previous {
  top: 0;
  left: 72%;
  z-index: 2;
  width: 28%;
  height: 45%;
  border-width: 0 0 4px 4px;
  border-radius: 0 28px 8px 8px;
  opacity: 1;
  transform: none;
}
.hero-media > .hero-slide.is-next {
  top: 45%;
  left: 72%;
  z-index: 2;
  width: 28%;
  height: 55%;
  border-width: 4px 0 0 4px;
  border-radius: 8px 8px 28px 0;
  opacity: 1;
  transform: none;
}
.hero-media .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s cubic-bezier(.22,.61,.36,1);
}
.hero-media .hero-slide.is-active img { transform: scale(1.015); }
.hero-media .hero-slide:nth-of-type(1) img { object-position: 58% center; }
.hero-media .hero-slide:nth-of-type(2) img { object-position: 68% center; }
.hero-media .hero-slide:nth-of-type(4) img { object-position: 62% center; }
.hero-media .hero-slide:nth-of-type(6) img { object-position: 38% center; }
.hero-media .hero-slide:nth-of-type(7) img { object-position: 70% center; }
.hero-media .hero-slide figcaption {
  position: absolute;
  left: auto;
  right: 24px;
  bottom: 20px;
  z-index: 5;
  width: fit-content;
  max-width: min(330px, calc(100% - 64px));
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(6,40,95,.9);
  box-shadow: 0 8px 24px rgba(6,40,95,.22);
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .28s ease .34s, transform .28s ease .34s;
}
.hero-media .hero-slide.is-active figcaption { opacity: 1; transform: none; }
.about-photo figcaption { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; overflow: hidden; }
.hero-carousel-controls {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
}
.hero-carousel-controls[hidden] { display: none; }
/* Hide the obsolete dots in homepage blocks saved from theme 2.6.0. */
.hero-carousel-pagination { display: none !important; }
.hero-carousel-button {
  pointer-events: auto;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.hero-carousel-button {
  position: absolute;
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  padding: 0;
  border: 2px solid rgba(255,255,255,.88);
  border-radius: 50%;
  color: var(--blue-700);
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 22px rgba(6,40,95,.24);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.hero-carousel-button:hover { color: #fff; background: var(--blue-700); }
.hero-carousel-button:focus-visible { outline: 4px solid var(--gold); outline-offset: 3px; }
.hero-carousel-previous { left: 5%; top: 50%; transform: translateY(-50%); }
.hero-carousel-next { right: 2.4%; top: 50%; transform: translateY(-50%); }
.hero-carousel-previous:hover { transform: translateY(-50%) translateX(-2px); }
.hero-carousel-next:hover { transform: translateY(-50%) translateX(2px); }
.hero-carousel-pause {
  right: 18px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  font-size: 1rem;
}
.hero-carousel-pause .play-icon { display: none; margin-left: 2px; }
.hero-carousel-pause.is-paused .pause-icon { display: none; }
.hero-carousel-pause.is-paused .play-icon { display: inline; }
.hero-ring {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 50%;
  pointer-events: none;
}
.ring-one { width: 260px; height: 260px; left: 13%; top: 12%; }
.ring-two { width: 205px; height: 205px; left: calc(13% + 28px); top: calc(12% + 28px); }
.hero-dot { position: absolute; z-index: 5; width: 34px; height: 34px; left: calc(13% + 205px); top: calc(12% + 205px); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 9px rgba(255,255,255,.15); pointer-events: none; }

.offerings { padding: 64px 0 96px; background: #fff; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .about-copy h2, .kind-heading h2, .community-title h2, .newsletter h2 {
  margin: 0;
  color: var(--blue-900);
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.1;
}
.offer-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.offer-card {
  min-width: 0;
  padding: 30px 22px 25px;
  border: 1px solid rgba(8,55,127,.10);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 11px 32px rgba(9,50,108,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.offer-card:hover { transform: translateY(-6px); border-color: rgba(8,55,127,.22); box-shadow: 0 20px 45px rgba(9,50,108,.12); }
.offer-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; }
.offer-icon.blue { color: var(--blue-800); background: var(--blue-100); }
.offer-icon.gold { color: #b87900; background: var(--gold-pale); }
.offer-icon.sage { color: #54724f; background: var(--sage-pale); }
.offer-icon svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.offer-icon.yoga svg { width: 42px; stroke-width: 2.2; }
.offer-card h3 { min-height: 2.7em; margin: 0 0 11px; color: var(--blue-900); font-size: 1.04rem; line-height: 1.3; }
.offer-card p { min-height: 7.8em; margin: 0 0 14px; color: var(--muted); font-size: .91rem; line-height: 1.58; }
.offer-card a, .text-link { color: var(--blue-800); font-size: .9rem; font-weight: 800; text-decoration: none; }
.offer-card a span, .text-link span { color: var(--gold-deep); transition: padding-left .2s ease; }
.offer-card a:hover span, .text-link:hover span { padding-left: 5px; }

.about-section { padding: 88px 0; background: linear-gradient(125deg, #faf5ec 0%, #fffdf9 52%, #f7f0e6 100%); }
.about-grid { display: grid; grid-template-columns: 1.05fr .9fr 1.35fr; gap: 48px; align-items: center; }
.about-photo { position: relative; min-height: 510px; margin: 0; overflow: hidden; border-radius: 24px 44% 24px 24px / 24px 48% 24px 24px; background: var(--sand); box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; object-position: center 45%; }
.photo-orbit { position: absolute; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; }
.orbit-one { width: 210px; height: 210px; top: -55px; left: -55px; }
.orbit-two { width: 165px; height: 165px; top: -32px; left: -32px; }
.photo-dot { position: absolute; top: 34px; left: 34px; width: 36px; height: 36px; border-radius: 50%; background: var(--gold); }
.about-copy { padding-block: 15px; }
.about-copy .role { margin: 8px 0 22px; color: var(--gold-deep); font-weight: 800; }
.about-copy p:not(.eyebrow):not(.role) { color: #435267; }
.text-link { display: inline-flex; margin-top: 10px; gap: 8px; }
.kind-words { min-width: 0; }
.kind-heading { margin-bottom: 22px; }
.quote-stack { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
blockquote { position: relative; min-height: 270px; margin: 0; padding: 54px 22px 22px; border: 1px solid rgba(8,55,127,.10); border-radius: 20px; background: rgba(255,255,255,.87); box-shadow: 0 12px 30px rgba(8,55,127,.06); }
.quote-mark { position: absolute; top: 18px; left: 20px; color: var(--blue-800); font-family: Georgia, serif; font-size: 3.2rem; font-weight: 700; line-height: 1; }
blockquote p { margin: 0 0 22px; color: #27364a; font-size: .9rem; line-height: 1.58; }
blockquote footer { color: var(--blue-900); font-size: .8rem; font-weight: 800; }
blockquote footer span { display: block; color: var(--muted); font-weight: 500; }

.community { padding: 42px 0; border-block: 1px solid rgba(8,55,127,.08); background: #fff; }
.community-inner { display: grid; grid-template-columns: 270px 1fr; align-items: center; gap: 38px; }
.community-title h2 { font-size: 1.65rem; }
.community-marks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.community-marks span { min-height: 55px; display: grid; place-items: center; padding: 10px 14px; border: 1px solid rgba(8,55,127,.09); border-radius: 14px; color: #657180; background: #fbfcfe; font-family: var(--serif); font-size: .92rem; text-align: center; }

.newsletter { position: relative; overflow: hidden; padding: 45px 0; color: #fff; background: linear-gradient(100deg, var(--blue-900), var(--blue-700)); }
.newsletter::before, .newsletter::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.newsletter::before { width: 280px; height: 280px; left: -120px; top: -150px; }
.newsletter::after { width: 360px; height: 360px; right: -180px; bottom: -280px; }
.newsletter-inner { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr minmax(430px, .9fr); align-items: center; gap: 25px; }
.newsletter-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); background: #fff; }
.newsletter-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.newsletter h2 { color: #fff; font-size: clamp(1.65rem, 2.3vw, 2.5rem); }
.newsletter-copy p:last-child { margin: 6px 0 0; color: rgba(255,255,255,.74); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; position: relative; }
.newsletter-form input { min-width: 0; height: 52px; padding: 0 20px; border: 0; border-radius: 999px 0 0 999px; color: var(--ink); background: #fff; }
.newsletter-form .button { height: 52px; border-radius: 0 999px 999px 0; }
.newsletter-form .newsletter-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-note { position: absolute; top: calc(100% + 8px); left: 20px; margin: 0; color: rgba(255,255,255,.68); font-size: .72rem; }

.site-footer { color: rgba(255,255,255,.82); background: var(--blue-950); }
.footer-grid { padding: 58px 0 44px; display: grid; grid-template-columns: 1.3fr .7fr .7fr 1.35fr; gap: 48px; }
.footer-logo { display: inline-flex; padding: 12px 16px; border-radius: 16px; background: #fff; }
.footer-logo img { width: 135px; }
.footer-brand p { max-width: 320px; }
.footer-location { color: #ffda79; font-size: .85rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.site-footer h2 { margin: 0 0 15px; color: #fff; font-size: .86rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-links a, .footer-bottom a { color: rgba(255,255,255,.76); text-decoration: none; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--gold); }
.acknowledgement p { margin: 0 0 9px; color: rgba(255,255,255,.68); font-size: .84rem; line-height: 1.55; }
.footer-bottom { min-height: 62px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: .78rem; }
.footer-bottom nav { display: flex; gap: 22px; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1180px) {
  .header-inner { gap: 18px; }
  .site-nav-list { gap: 14px; }
  .site-nav a { font-size: .94rem; }
  .hero { grid-template-columns: .9fr 1.05fr; }
  .offer-grid { grid-template-columns: repeat(3, 1fr); }
  .offer-card p { min-height: auto; }
  .about-grid { grid-template-columns: .95fr 1fr; }
  .kind-words { grid-column: 1 / -1; }
  .quote-stack { grid-template-columns: repeat(3, 1fr); }
  .newsletter-inner { grid-template-columns: auto 1fr; }
  .newsletter-form { grid-column: 2; width: 100%; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 820px); }
  .header-inner { grid-template-columns: auto 1fr auto; min-height: 78px; }
  .brand img { width: 110px; }
  .menu-toggle { display: block; justify-self: end; }
  .header-cta { display: none; }
  .site-nav {
    position: absolute;
    top: 100%; left: 16px; right: 16px;
    display: grid;
    gap: 0;
    max-height: calc(100vh - 96px);
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: .2s ease;
  }
  .site-nav-list { display: grid; gap: 8px; width: 100%; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav-list > li > a {
    display: flex;
    min-height: 54px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .site-nav a::after { display: none; }
  .site-nav .mobile-nav-cta {
    display: inline-flex;
    min-height: 50px;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    font-size: 1rem;
    font-weight: 800;
  }
  .site-nav a.is-current,
  .site-nav a[aria-current="page"],
  .site-nav .current-menu-item > a,
  .site-nav .current_page_item > a,
  .site-nav .current_page_parent > a { border-radius: 10px; background: var(--blue-100); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 62px 42px 42px; }
  .hero-media { min-height: 460px; border-radius: 40% 40% 28px 28px / 24% 24% 28px 28px; }
  .hero-leaf { right: -30px; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .community-inner { grid-template-columns: 1fr; }
  .community-title { text-align: center; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

/* WordPress integration and interior content templates. */
.admin-bar .site-header { top: 32px; }
.site-main { min-height: 55vh; }
.content-shell { width: min(900px, calc(100% - 40px)); margin-inline: auto; padding: 76px 0 96px; }
.content-shell.wide { width: var(--shell); }
.entry-header { margin-bottom: 36px; }
.entry-title,
.archive-title {
  margin: 0;
  color: var(--blue-900);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.02;
}
.entry-meta { margin-top: 12px; color: var(--muted); font-size: .9rem; }
.entry-content { color: #33445b; font-size: 1.04rem; }
.entry-content > * { max-width: 760px; margin-inline: auto; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content > .alignfull { max-width: none; }
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--blue-900);
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.15;
}
.entry-content h2 { margin-top: 2.2em; font-size: clamp(2rem, 4vw, 3rem); }
.entry-content h3 { margin-top: 1.8em; font-size: 1.65rem; }
.entry-content a { color: var(--blue-800); text-decoration-thickness: .08em; text-underline-offset: .15em; }
.entry-content img { border-radius: 18px; }
.entry-content .wp-block-button__link { border-radius: 999px; color: #fff; background: var(--blue-800); font-weight: 750; }
.post-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 42px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 11px 32px rgba(9,50,108,.07); }
.post-card-thumbnail img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 0; }
.post-card-body { padding: 24px; }
.post-card h2 { margin: 0 0 12px; color: var(--blue-900); font-family: var(--serif); font-size: 1.55rem; font-weight: 500; line-height: 1.15; }
.post-card h2 a { text-decoration: none; }
.post-card p { color: var(--muted); }
.pagination { margin-top: 44px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; }
.page-numbers.current { color: #fff; border-color: var(--blue-800); background: var(--blue-800); }
.not-found { text-align: center; }
.not-found p { max-width: 580px; margin-inline: auto; color: var(--muted); }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

@media (max-width: 980px) {
  .post-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 720px) {
  .content-shell { width: min(100% - 26px, 620px); padding: 56px 0 72px; }
  .post-list { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 26px, 620px); }
  .section-shell { width: calc(100% - 18px); }
  .hero-copy { padding: 46px 24px 34px; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-media { min-height: 350px; border-radius: 36% 36% 22px 22px / 18% 18% 22px 22px; }
  .hero-media > .hero-slide.is-active { width: 76%; border-radius: 42% 8px 8px 22px / 42% 8px 8px 22px; }
  .hero-media > .hero-slide.is-previous { left: 74%; width: 26%; border-radius: 0 22px 8px 8px; }
  .hero-media > .hero-slide.is-next { left: 74%; width: 26%; border-radius: 8px 8px 22px 0; }
  .hero-media .hero-slide figcaption { left: auto; right: 16px; bottom: 16px; max-width: calc(100% - 48px); font-size: .72rem; }
  .hero-carousel-button { width: 46px; height: 46px; font-size: 1.45rem; }
  .hero-carousel-previous { left: 9px; }
  .hero-carousel-next { right: 7px; }
  .hero-carousel-pause { right: 10px; bottom: 10px; width: 44px; height: 44px; font-size: .9rem; }
  .ring-one { width: 190px; height: 190px; left: 10%; top: 10%; }
  .ring-two { width: 148px; height: 148px; left: calc(10% + 21px); top: calc(10% + 21px); }
  .hero-dot { width: 26px; height: 26px; left: calc(10% + 148px); top: calc(10% + 148px); }
  .hero-actions .button { flex: 1 1 170px; }
  .offerings { padding: 52px 0 70px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card h3 { min-height: auto; }
  .about-section { padding: 68px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 34px; }
  .about-photo, .about-photo img { min-height: 450px; }
  .quote-stack { grid-template-columns: 1fr; }
  blockquote { min-height: auto; }
  .community-marks { grid-template-columns: repeat(2, 1fr); }
  .newsletter-inner { grid-template-columns: 1fr; text-align: center; }
  .newsletter-icon { margin-inline: auto; }
  .newsletter-form { grid-column: auto; grid-template-columns: 1fr; gap: 10px; }
  .newsletter-form input, .newsletter-form .button { border-radius: 999px; }
  .form-note { position: static; margin-top: 4px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { padding: 20px 0; flex-direction: column; align-items: flex-start; }
}

/* Editable designed pages, built with native WordPress blocks. */
.designed-page,
.designed-page-content,
.designed-page-content > .sap-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.sap-page {
  color: #33445b;
  background: var(--white);
  font-size: 1.04rem;
}
.sap-page-shell {
  width: var(--shell);
  max-width: 1260px !important;
  margin-inline: auto !important;
}
.sap-page h1,
.sap-page h2,
.sap-page h3 {
  color: var(--blue-900);
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
}
.sap-page h2 { margin: 0 0 24px; font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -.035em; }
.sap-page h3 { font-size: 1.45rem; }
.sap-page p { line-height: 1.75; }
.sap-page .wp-block-columns { display: flex; align-items: stretch; flex-wrap: nowrap; }
.sap-page .wp-block-column { min-width: 0; flex-grow: 1; }
.sap-page .wp-block-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.sap-page .wp-block-image img { height: auto; }
.sap-page-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(255,188,44,.20), transparent 26%),
    linear-gradient(125deg, #fbf8f2 0%, #fff 56%, #eaf1fb 100%);
}
.sap-page-hero::after {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  right: -260px;
  bottom: -340px;
  border: 1px solid rgba(10,63,157,.11);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(10,63,157,.025), 0 0 0 160px rgba(10,63,157,.02);
}
.sap-page-hero-grid { position: relative; z-index: 1; gap: clamp(38px, 6vw, 88px); }
.sap-kicker {
  margin: 0 0 14px !important;
  color: var(--gold-deep);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.sap-page-title {
  max-width: 780px;
  margin: 0 0 24px;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  letter-spacing: -.055em;
}
.sap-page-lead { max-width: 690px; margin: 0 0 30px; color: #46566c; font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.sap-page-wink {
  width: fit-content;
  max-width: 680px;
  margin: -8px 0 22px !important;
  padding: 11px 15px;
  border-left: 3px solid var(--gold);
  border-radius: 0 12px 12px 0;
  color: var(--blue-900);
  background: rgba(255,255,255,.72);
  font-size: .96rem;
  font-weight: 750;
  line-height: 1.55;
}
.sap-classes-wink { margin-bottom: 0 !important; }
.sap-page-actions { gap: 12px; margin-top: 28px; }
.sap-page .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 1px solid var(--blue-800);
  border-radius: 999px;
  color: #fff;
  background: var(--blue-800);
  font-weight: 800;
  text-decoration: none;
}
.sap-page .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--blue-800);
  background: transparent;
}
.sap-page .wp-block-button__link:hover { color: var(--blue-950); border-color: var(--gold); background: var(--gold); }
.sap-page-portrait { position: relative; margin: 0; }
.sap-page-portrait img {
  width: min(100%, 520px);
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  border: 9px solid rgba(255,255,255,.82);
  border-radius: 46% 46% 24px 24px / 42% 42% 24px 24px;
  object-fit: cover;
  object-position: center 35%;
  box-shadow: 0 28px 70px rgba(10,44,91,.16);
}
.sap-page-section { padding: 92px 0; }
.sap-page-section-sand { background: linear-gradient(130deg, #f6efe4, #fffaf2); }
.sap-prose { max-width: 850px !important; text-align: center; }
.sap-prose > p:not(.sap-kicker) { max-width: 780px; margin: 0 auto 19px; font-size: 1.08rem; }
.sap-story-grid { gap: clamp(36px, 7vw, 95px); }
.sap-callout-card {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(10,63,157,.11);
  border-radius: 26px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow);
}
.sap-callout-card h3 { margin-top: 0; }
.sap-callout-card li { margin-bottom: 12px; }
.sap-card-note { margin: 24px 0 0; color: var(--blue-900); }
.sap-section-intro { max-width: 850px; margin: 0 auto 44px !important; color: #536177; }
.sap-stat-grid { max-width: 960px; margin-inline: auto; gap: 18px; }
.sap-stat-card {
  height: 100%;
  padding: 30px 24px;
  border: 1px solid rgba(10,63,157,.11);
  border-radius: 22px;
  background: #fff;
  text-align: center;
  box-shadow: 0 13px 35px rgba(10,44,91,.07);
}
.sap-stat-card h3 { margin: 0 0 8px; color: var(--blue-800); font-size: 2rem; }
.sap-stat-card p { margin: 0; color: var(--muted); }
.sap-closing-copy { max-width: 850px; margin: 44px auto 0 !important; text-align: center; }
.sap-page-cta {
  padding: 68px 0;
  color: rgba(255,255,255,.84);
  background: linear-gradient(105deg, var(--blue-950), var(--blue-700));
}
.sap-page-cta h2 { color: #fff; }
.sap-page-cta p { margin: 0 auto 28px; }
.sap-page-cta .wp-block-button.is-style-outline .wp-block-button__link { color: #fff; border-color: rgba(255,255,255,.65); }

/* Original artwork and professional recognition shared by designed pages. */
.sap-hero-credentials {
  display: inline-flex;
  align-items: center;
  margin: 0 0 4px !important;
  padding: 11px 16px;
  border: 1px solid rgba(10,63,157,.12);
  border-radius: 999px;
  color: var(--blue-800);
  background: rgba(255,255,255,.68);
  font-size: 1rem;
  line-height: 1.35 !important;
}
.sap-hero-credentials span { margin-inline: .42em; }
.sap-about-portrait-wrap { position: relative; padding: 0 0 34px 32px; }
.sap-portrait-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 17px 22px;
  border-left: 4px solid var(--gold);
  border-radius: 0 14px 14px 0;
  color: var(--blue-900);
  background: #fff;
  box-shadow: 0 12px 34px rgba(10,44,91,.12);
  font-family: var(--serif);
  font-size: 1.28rem;
  line-height: 1.2 !important;
}
.sap-portrait-caption span { color: var(--muted); font-family: var(--sans); font-size: .86rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.sap-credentials {
  position: relative;
  padding: 40px 0 44px;
  border-top: 1px solid rgba(10,63,157,.08);
  border-bottom: 1px solid rgba(10,63,157,.08);
  background: #fff;
}
.sap-credentials::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  left: 5%;
  top: 50%;
  border: 1px solid rgba(255,188,44,.20);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 25px rgba(255,188,44,.035), 0 0 0 50px rgba(255,188,44,.025);
}
.sap-credentials-kicker { margin-bottom: 26px !important; }
.sap-credentials-grid { position: relative; max-width: 1060px; margin-inline: auto; gap: 22px; }
.sap-credential {
  height: 100%;
  min-height: 168px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(247,249,252,.72);
  text-align: center;
}
.sap-credential .wp-block-image { margin: 0 auto; }
.sap-credential-round img { width: 106px; height: 106px; object-fit: contain; }
.sap-credential-wide img { width: min(100%, 280px); max-height: 78px; object-fit: contain; }
.sap-credential p { margin: 12px 0 0; color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .05em; line-height: 1.35; text-transform: uppercase; }
.sap-credentials-compact { padding-block: 34px; background: linear-gradient(120deg, #fffaf0, #f3f7fd); }
.sap-credentials-compact .sap-credential { background: rgba(255,255,255,.66); }
.sap-about-editorial { gap: clamp(42px, 8vw, 104px); }
.sap-artwork-frame { position: relative; margin: 0; }
.sap-artwork-frame .wp-block-image { margin: 0; }
.sap-artwork-frame img { display: block; width: 100%; border-radius: 28px; object-fit: cover; box-shadow: 0 25px 65px rgba(10,44,91,.14); }
.sap-star-frame { padding: 20px 0 0 20px; }
.sap-star-frame::before {
  content: '';
  position: absolute;
  width: 76%;
  height: 76%;
  left: 0;
  top: 0;
  border-radius: 28px;
  background: var(--gold);
  opacity: .78;
}
.sap-star-frame img { position: relative; aspect-ratio: 1 / 1; }
.sap-artwork-note {
  position: absolute;
  right: -18px;
  bottom: 22px;
  margin: 0 !important;
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--blue-900);
  background: #fff;
  box-shadow: 0 12px 30px rgba(10,44,91,.13);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
}
.sap-about-support .sap-story-grid { gap: clamp(44px, 8vw, 104px); }
.sap-therapy-frame { padding: 0 22px 22px 0; }
.sap-therapy-frame::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  right: 0;
  bottom: 0;
  border-radius: 28px;
  background: var(--blue-800);
}
.sap-therapy-frame .wp-block-image,
.sap-therapy-frame .sap-artwork-note { position: relative; z-index: 1; }
.sap-therapy-frame img { aspect-ratio: 4 / 3; }
.sap-inline-quote { margin-top: 28px; padding: 18px 22px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.72); }
.sap-inline-quote p { margin: 0; color: var(--blue-900); font-family: var(--serif); font-size: 1.24rem; line-height: 1.5; }

/* Classes and timetable page. */
.sap-classes-hero-art { position: relative; padding: 0 0 88px 22px; }
.sap-classes-hero-photo { margin: 0; }
.sap-classes-hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 9px solid rgba(255,255,255,.86);
  border-radius: 50% 50% 24px 24px / 48% 48% 24px 24px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(10,44,91,.17);
}
.sap-classes-pi-mark {
  position: absolute;
  z-index: 2;
  width: 84px;
  right: -16px;
  top: -28px;
  margin: 0;
  padding: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10,44,91,.13);
}
.sap-classes-pi-mark img { display: block; width: 100%; border-radius: 50%; }
.sap-classes-hero-note {
  position: absolute;
  z-index: 2;
  width: min(92%, 390px);
  left: -16px;
  bottom: 0;
  padding: 21px 24px;
  border-left: 4px solid var(--gold);
  border-radius: 0 18px 18px 0;
  background: #fff;
  box-shadow: 0 18px 44px rgba(10,44,91,.14);
}
.sap-classes-hero-note p { margin: 0; color: var(--blue-900); font-family: var(--serif); font-size: 1.04rem; line-height: 1.45; }
.sap-classes-hero-note .sap-note-cite { margin-top: 8px; color: var(--muted); font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.sap-quote-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(10,63,157,.11);
  border-radius: 28px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 24px 64px rgba(10,44,91,.13);
}
.sap-quote-panel::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  right: -90px;
  bottom: -105px;
  border-radius: 50%;
  background: rgba(255,188,44,.18);
}
.sap-quote-mark {
  height: 48px;
  margin: 0 !important;
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 5rem;
  line-height: .9 !important;
}
.sap-quote-panel blockquote { min-height: 0; margin: 8px 0 0; padding: 0; border: 0; }
.sap-quote-panel blockquote p { margin: 0 0 18px; color: var(--blue-900); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; }
.sap-quote-panel cite { color: var(--muted); font-size: .8rem; font-style: normal; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.sap-schedule-grid { gap: 16px; }
.sap-schedule-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 26px 22px;
  border: 1px solid rgba(10,63,157,.11);
  border-top: 4px solid var(--gold);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(10,44,91,.07);
}
.sap-schedule-card::after {
  content: '';
  position: absolute;
  width: 78px;
  height: 78px;
  right: -18px;
  bottom: -18px;
  background: url('assets/images/pi-practice-mark.png') center / contain no-repeat;
  opacity: .065;
}
.sap-schedule-day { margin: 0 0 14px !important; color: var(--blue-700); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.sap-schedule-card h3 { margin: 0 0 8px; color: var(--blue-900); font-size: clamp(1.35rem, 2vw, 1.72rem); }
.sap-schedule-card p:last-child { margin: 0; color: var(--muted); }
.sap-feature-grid { gap: 20px; margin-top: 22px; }
.sap-feature-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 24px;
}
.sap-feature-card::after {
  content: '';
  position: absolute;
  width: 190px;
  height: 190px;
  right: -92px;
  bottom: -112px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .12;
}
.sap-feature-card-gold { color: #4c4027; background: linear-gradient(130deg, #fff5d9, #fffbef); }
.sap-feature-card-blue { color: #e9f1ff; background: linear-gradient(130deg, var(--blue-950), var(--blue-700)); }
.sap-feature-card h3 { margin: 0 0 12px; font-size: clamp(1.65rem, 3vw, 2.2rem); }
.sap-feature-card-blue h3 { color: #fff; }
.sap-feature-card-blue .sap-kicker { color: #ffd875; }
.sap-feature-card p { position: relative; z-index: 1; }
.sap-feature-card a { color: inherit; font-weight: 800; text-underline-offset: .2em; }
.sap-classes-practice-frame { position: relative; padding: 20px 20px 54px; border-radius: 30px; background: #fff; box-shadow: 0 24px 65px rgba(10,44,91,.13); }
.sap-classes-practice-frame .wp-block-image { margin: 0; }
.sap-classes-practice-frame img { display: block; width: 100%; aspect-ratio: 16 / 10; border-radius: 20px; object-fit: cover; }
.sap-practice-caption { position: absolute; left: 42px; bottom: 16px; margin: 0 !important; color: var(--blue-900); font-size: .74rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.sap-expect-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; margin-top: 30px; }
.sap-expect-row p { position: relative; min-height: 126px; margin: 0; padding: 28px 20px 22px; border: 1px solid rgba(10,63,157,.1); border-radius: 18px; color: var(--muted); background: linear-gradient(145deg, #fff, #f8faff); box-shadow: 0 13px 32px rgba(10,44,91,.08); font-size: .9rem; line-height: 1.5; }
.sap-expect-row p::before { content: ''; display: block; width: 34px; height: 4px; margin-bottom: 16px; border-radius: 999px; background: var(--gold); }
.sap-expect-row p:nth-child(2)::before { background: var(--blue-700); }
.sap-expect-row p:nth-child(3)::before { background: linear-gradient(90deg, var(--blue-700), var(--gold)); }
.sap-expect-row strong { display: block; margin-bottom: 4px; color: var(--blue-900); font-size: 1.02rem; }
.sap-term-section { background: #f7f9fc; }
.sap-term-grid { gap: 16px; margin-top: 42px; }
.sap-term-card {
  height: 100%;
  padding: 28px 22px;
  border: 1px solid rgba(10,63,157,.12);
  border-radius: 20px;
  background: #fff;
}
.sap-term-card-current { border-color: rgba(202,137,0,.55); background: linear-gradient(145deg, #fff9e8, #fff); box-shadow: 0 14px 36px rgba(157,106,0,.10); }
.sap-term-season { margin: 0 0 14px !important; color: var(--gold-deep); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.sap-term-card h3 { margin: 0 0 12px; font-size: 1.55rem; }
.sap-term-card p:last-child { margin: 0; color: var(--muted); }
.sap-location-section { color: rgba(255,255,255,.84); background: linear-gradient(112deg, #082657, var(--blue-800)); }
.sap-location-grid { gap: clamp(38px, 7vw, 92px); }
.sap-location-section h2 { color: #fff; }
.sap-location-section .sap-kicker { color: #ffd875; }
.sap-location-card {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 26px;
  background: rgba(255,255,255,.10);
  box-shadow: 0 20px 55px rgba(3,19,46,.20);
}
.sap-location-card h3 { margin: 0 0 18px; color: #fff; font-size: 1.75rem; }
.sap-location-card li { margin-bottom: 11px; }
.sap-location-pin { margin: 0 0 10px !important; color: #ffd875; font-size: 2.3rem; line-height: 1 !important; }

/* Workshops and events page. */
.sap-workshops-hero { overflow: hidden; }
.sap-workshops-wink {
  width: fit-content;
  margin: -8px 0 0 !important;
  padding: 10px 15px;
  border-left: 3px solid var(--gold);
  border-radius: 0 12px 12px 0;
  color: var(--blue-900);
  background: rgba(255,255,255,.6);
  font-size: .88rem;
  font-weight: 750;
}
.sap-workshops-hero-art { position: relative; padding: 18px 24px 92px 0; }
.sap-workshops-hero-art > .wp-block-image { margin: 0; }
.sap-workshops-hero-art > .wp-block-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 10px solid rgba(255,255,255,.82);
  border-radius: 48% 52% 42% 58% / 48% 44% 56% 52%;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(10,44,91,.17);
}
.sap-workshops-hero-art::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 155px;
  height: 155px;
  right: 0;
  top: -2px;
  border-radius: 50%;
  background: rgba(255,188,44,.25);
}
.sap-workshops-hero-quote {
  position: absolute;
  width: min(91%, 410px);
  right: 0;
  bottom: 0;
  padding: 22px 25px;
  border-radius: 20px 4px 20px 20px;
  color: #fff;
  background: linear-gradient(125deg, var(--blue-950), var(--blue-700));
  box-shadow: 0 20px 50px rgba(8,38,87,.22);
}
.sap-workshops-hero-quote p { margin: 0; color: inherit; font-family: var(--serif); font-size: 1.05rem; line-height: 1.5; }
.sap-workshops-hero-quote .sap-note-cite { margin-top: 9px; color: #ffd875; font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sap-workshop-jump-section { position: relative; z-index: 2; border-block: 1px solid rgba(10,63,157,.09); background: #fff; }
.sap-workshop-jumpbar { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px !important; padding-block: 17px; }
.sap-workshop-jumpbar p { margin: 0 !important; }
.sap-workshop-jumpbar a {
  display: block;
  padding: 9px 15px;
  border: 1px solid rgba(10,63,157,.13);
  border-radius: 999px;
  color: var(--blue-800);
  background: #f7f9fd;
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-decoration: none;
}
.sap-workshop-jumpbar a:hover { border-color: var(--gold); background: #fff8e4; }
.sap-workshops-list { background: #f7f9fc; }
.sap-workshop-featured {
  overflow: hidden;
  margin: 46px 0 24px;
  border: 1px solid rgba(10,63,157,.1);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(10,44,91,.11);
}
.sap-workshop-featured > .wp-block-columns { gap: 0; margin: 0; }
.sap-workshop-featured-image { height: 100%; margin: 0; }
.sap-workshop-featured-image img { display: block; width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.sap-workshop-featured-copy { padding: clamp(30px, 5vw, 60px); }
.sap-workshop-featured-copy h3,
.sap-workshop-card h3,
.sap-workshop-wide-card h3 { margin: 0 0 14px; color: var(--blue-900); font-size: clamp(1.65rem, 2.7vw, 2.35rem); }
.sap-workshop-type { margin: 0 0 13px !important; color: var(--gold-deep); font-size: .72rem; font-weight: 850; letter-spacing: .14em; line-height: 1.35 !important; text-transform: uppercase; }
.sap-workshop-date {
  margin: 25px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  border-radius: 0 13px 13px 0;
  background: #fff7df;
}
.sap-workshop-date p { margin: 0; color: #4f4939; font-size: .91rem; line-height: 1.65; }
.sap-workshop-grid { gap: 24px; margin-top: 24px; }
.sap-workshop-grid > .wp-block-column { display: flex; }
.sap-workshop-card {
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(10,63,157,.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(10,44,91,.08);
}
.sap-workshop-card > .wp-block-image { margin: 0; }
.sap-workshop-card > .wp-block-image img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.sap-workshop-card-copy { display: flex; height: 100%; padding: clamp(25px, 4vw, 38px); flex-direction: column; }
.sap-workshop-card-copy > p:not(.sap-workshop-type):not(.sap-workshop-card-date):not(.sap-workshop-link) { flex-grow: 1; }
.sap-workshop-card-date { margin: 21px 0 0 !important; color: var(--blue-900); font-size: .88rem; }
.sap-workshop-link { margin: 14px 0 0 !important; }
.sap-workshop-link a { color: var(--blue-700); font-size: .85rem; font-weight: 850; text-underline-offset: .22em; }
.sap-workshop-wide-card {
  overflow: hidden;
  margin-top: 24px;
  border-radius: 26px;
  color: rgba(255,255,255,.84);
  background: linear-gradient(118deg, #071f49, var(--blue-800));
  box-shadow: 0 18px 48px rgba(8,38,87,.17);
}
.sap-workshop-wide-card > .wp-block-columns { gap: 0; margin: 0; }
.sap-workshop-wide-card .wp-block-image { height: 100%; margin: 0; }
.sap-workshop-wide-card .wp-block-image img { display: block; width: 100%; height: 100%; min-height: 350px; object-fit: cover; }
.sap-workshop-wide-copy { padding: clamp(28px, 5vw, 54px); }
.sap-workshop-wide-card h3 { color: #fff; }
.sap-workshop-wide-card .sap-workshop-type { color: #ffd875; }
.sap-workshop-wide-card .sap-workshop-card-date { color: #fff; }
.sap-workshop-wide-card .sap-workshop-link a { color: #ffd875; }
.sap-workshop-expect-row {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  border: 1px solid rgba(10,63,157,.12);
  border-radius: 20px;
  background: rgba(10,63,157,.12);
}
.sap-workshop-expect-row p { margin: 0; padding: 24px 18px; background: rgba(255,255,255,.82); color: var(--muted); font-size: .8rem; line-height: 1.55; text-align: center; }
.sap-workshop-expect-row strong { color: var(--blue-900); font-size: .88rem; }
.sap-workshops-facilitator-grid { gap: clamp(45px, 8vw, 105px); }
.sap-workshops-photo-collage { position: relative; min-height: 565px; padding: 0 82px 82px 0; }
.sap-workshops-heather-photo { margin: 0; }
.sap-workshops-heather-photo img { display: block; width: 100%; aspect-ratio: 1 / 1; border-radius: 30px; object-fit: cover; box-shadow: 0 24px 65px rgba(10,44,91,.15); }
.sap-workshops-group-photo { position: absolute; width: 58%; right: 0; bottom: 0; margin: 0; }
.sap-workshops-group-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; border: 8px solid #fff; border-radius: 22px; object-fit: cover; box-shadow: 0 18px 48px rgba(10,44,91,.18); }

/* Private yoga therapy page. */
.sap-therapy-hero { overflow: hidden; }
.sap-therapy-wink {
  width: fit-content;
  margin: -8px 0 22px !important;
  padding: 10px 15px;
  border-left: 3px solid var(--gold);
  border-radius: 0 12px 12px 0;
  color: var(--blue-900);
  background: rgba(255,255,255,.64);
  font-size: .88rem;
  font-weight: 750;
}
.sap-therapy-hero-art { position: relative; padding: 10px 30px 82px 14px; }
.sap-therapy-hero-art > .wp-block-image { margin: 0; }
.sap-therapy-hero-art > .wp-block-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 10px solid rgba(255,255,255,.86);
  border-radius: 44% 56% 50% 50% / 54% 46% 54% 46%;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(10,44,91,.18);
}
.sap-therapy-hero-art::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: calc(100% - 40px);
  height: calc(100% - 88px);
  right: 0;
  top: 34px;
  border-radius: 50% 40% 52% 44%;
  background: linear-gradient(145deg, #ffdb7c, #fff1c8);
}
.sap-therapy-hero-quote {
  position: absolute;
  width: min(90%, 400px);
  right: 0;
  bottom: 0;
  padding: 21px 24px;
  border-left: 4px solid var(--gold);
  border-radius: 0 18px 18px 0;
  background: #fff;
  box-shadow: 0 20px 50px rgba(10,44,91,.16);
}
.sap-therapy-hero-quote p { margin: 0; color: var(--blue-900); font-family: var(--serif); font-size: 1.03rem; line-height: 1.5; }
.sap-therapy-hero-quote .sap-note-cite { margin-top: 8px; color: var(--muted); font-family: var(--sans); font-size: .67rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.sap-therapy-intro { background: #fff; }
.sap-therapy-intro-grid { gap: clamp(40px, 7vw, 92px); }
.sap-therapy-iayt-link { margin-top: 24px !important; }
.sap-therapy-iayt-link a { color: var(--blue-700); font-size: .88rem; font-weight: 850; text-underline-offset: .22em; }
.sap-therapy-toolkit {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 48px);
  border-radius: 28px;
  color: rgba(255,255,255,.86);
  background: linear-gradient(135deg, var(--blue-950), var(--blue-700));
  box-shadow: 0 24px 65px rgba(8,38,87,.18);
}
.sap-therapy-toolkit::after {
  content: '';
  position: absolute;
  width: 210px;
  height: 210px;
  right: -118px;
  bottom: -126px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
}
.sap-therapy-toolkit-title { margin: 0 0 22px !important; color: #ffd875; font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sap-therapy-toolkit .wp-block-columns { gap: 20px; margin: 0; }
.sap-therapy-toolkit .wp-block-column p { display: flex; position: relative; z-index: 1; align-items: center; gap: 12px; margin: 0; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.sap-therapy-toolkit span { color: #ffd875; font-size: .65rem; font-weight: 850; letter-spacing: .09em; }
.sap-therapy-toolkit strong { color: #fff; font-size: .9rem; }
.sap-therapy-definition {
  margin-top: 58px;
  padding: clamp(26px, 4vw, 40px);
  border-block: 1px solid rgba(202,137,0,.22);
  background: linear-gradient(115deg, #fff8e7, #fffdf8);
}
.sap-therapy-definition blockquote { max-width: 900px; min-height: 0; margin: 0 auto; padding: 0; border: 0; text-align: center; }
.sap-therapy-definition blockquote p { margin: 0 0 16px; color: var(--blue-900); font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 1.65rem); line-height: 1.5; }
.sap-therapy-definition cite { color: var(--gold-deep); font-size: .72rem; font-style: normal; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.sap-therapy-support { color: rgba(255,255,255,.84); background: linear-gradient(118deg, #071f49, var(--blue-800)); }
.sap-therapy-support h2 { color: #fff; }
.sap-therapy-support .sap-kicker { color: #ffd875; }
.sap-therapy-support .sap-section-intro { color: rgba(255,255,255,.75); }
.sap-therapy-needs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 38px; }
.sap-therapy-needs p {
  display: flex;
  min-height: 94px;
  margin: 0;
  padding: 18px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 17px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255,255,255,.08);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}
.sap-therapy-care-note { max-width: 800px; margin: 32px auto 0 !important; padding: 13px 18px; border-radius: 14px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.07); font-size: .78rem; }
.sap-therapy-process { background: #f7f9fc; }
.sap-therapy-step-grid { gap: 18px; margin-top: 42px; }
.sap-therapy-step {
  position: relative;
  height: 100%;
  padding: 30px 25px;
  border: 1px solid rgba(10,63,157,.1);
  border-top: 4px solid var(--gold);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 13px 36px rgba(10,44,91,.07);
}
.sap-therapy-step-number { margin: 0 0 18px !important; color: var(--gold-deep); font-size: .76rem; font-weight: 900; letter-spacing: .16em; }
.sap-therapy-step h3 { margin: 0 0 12px; color: var(--blue-900); font-size: 1.45rem; }
.sap-therapy-step p:last-child { margin: 0; color: var(--muted); font-size: .93rem; }
.sap-therapy-pricing-grid { gap: 18px; margin-top: 34px; }
.sap-therapy-price-card {
  height: 100%;
  padding: 27px 24px;
  border: 1px solid rgba(10,63,157,.12);
  border-radius: 20px;
  background: #fff;
}
.sap-therapy-price-featured { border-color: rgba(202,137,0,.5); background: linear-gradient(145deg, #fff8e5, #fff); box-shadow: 0 14px 38px rgba(157,106,0,.09); }
.sap-therapy-price-label { margin: 0 0 14px !important; color: var(--gold-deep); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.sap-therapy-price-card h3 { margin: 0 0 13px; color: var(--blue-900); font-size: 1.3rem; line-height: 1.35; }
.sap-therapy-price-card h3 span { display: block; margin-top: 8px; color: var(--blue-700); font-family: var(--sans); font-size: 1.8rem; }
.sap-therapy-price-card p:last-child { margin: 0; color: var(--muted); font-size: .88rem; }
.sap-therapy-price-note { margin: 22px auto 0 !important; color: var(--muted); font-size: .75rem; }
.sap-therapy-practical-grid { gap: 18px; margin-top: 42px; }
.sap-therapy-practical-card {
  height: 100%;
  padding: 30px 25px;
  border: 1px solid rgba(10,63,157,.09);
  border-radius: 22px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 12px 34px rgba(10,44,91,.06);
}
.sap-therapy-practical-icon { width: 48px; height: 48px; margin: 0 0 19px !important; border-radius: 50%; color: var(--blue-800); background: #fff3cf; font-size: 1.55rem; font-weight: 800; line-height: 48px !important; text-align: center; }
.sap-therapy-practical-card h3 { margin: 0 0 12px; color: var(--blue-900); font-size: 1.45rem; }
.sap-therapy-practical-card p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }
.sap-therapy-testimonials { background: #fff; }
.sap-therapy-testimonial-grid { gap: 18px; margin-top: 42px; }
.sap-therapy-testimonial {
  position: relative;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 31px 25px 27px;
  border: 1px solid rgba(10,63,157,.1);
  border-radius: 22px;
  background: #f7f9fc;
}
.sap-therapy-testimonial::before { content: '“'; display: block; height: 42px; color: var(--gold-deep); font-family: var(--serif); font-size: 4.6rem; line-height: .7; }
.sap-therapy-testimonial p { color: var(--blue-900); font-family: var(--serif); font-size: 1.04rem; line-height: 1.58; }
.sap-therapy-testimonial cite { color: var(--muted); font-size: .72rem; font-style: normal; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sap-therapy-testimonial-featured { color: #fff; background: linear-gradient(135deg, var(--blue-950), var(--blue-700)); box-shadow: 0 18px 48px rgba(8,38,87,.14); }
.sap-therapy-testimonial-featured p { color: #fff; }
.sap-therapy-testimonial-featured cite,
.sap-therapy-testimonial-featured::before { color: #ffd875; }
.sap-therapy-heather { background: #f7f9fc; }
.sap-therapy-heather-grid { gap: clamp(42px, 8vw, 100px); }
.sap-therapy-heather-frame { position: relative; padding: 0 22px 50px 0; }
.sap-therapy-heather-frame::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: calc(100% - 22px);
  height: calc(100% - 50px);
  right: 0;
  top: 22px;
  border-radius: 30px;
  background: var(--blue-800);
}
.sap-therapy-heather-frame .wp-block-image { position: relative; z-index: 1; margin: 0; }
.sap-therapy-heather-frame img { display: block; width: 100%; aspect-ratio: 1 / 1; border-radius: 30px; object-fit: cover; box-shadow: 0 22px 58px rgba(10,44,91,.14); }
.sap-therapy-heather-frame p {
  position: absolute;
  z-index: 2;
  max-width: 290px;
  right: -8px;
  bottom: 0;
  margin: 0 !important;
  padding: 14px 18px;
  border-radius: 14px;
  color: var(--blue-900);
  background: #fff;
  box-shadow: 0 14px 36px rgba(10,44,91,.13);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .035em;
}
.sap-therapy-access { background: #fff; }
.sap-therapy-access-grid { gap: clamp(38px, 7vw, 88px); }
.sap-therapy-access-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.sap-therapy-access-card {
  height: 100%;
  padding: 27px 23px;
  border: 1px solid rgba(10,63,157,.12);
  border-radius: 21px;
  background: linear-gradient(145deg, #f4f7fc, #fff);
}
.sap-therapy-access-card-gold { border-color: rgba(202,137,0,.32); background: linear-gradient(145deg, #fff5d8, #fffdf7); }
.sap-therapy-access-card h3 { margin: 0 0 11px; color: var(--blue-900); font-size: 1.35rem; }
.sap-therapy-access-card p { margin: 0 0 14px; color: var(--muted); font-size: .88rem; }
.sap-therapy-access-card p:last-child { margin: 0; }
.sap-therapy-access-card a { color: var(--blue-700); font-size: .8rem; font-weight: 850; text-underline-offset: .22em; }

/* Corporate yoga and workplace wellbeing page. */
.sap-corporate-hero { overflow: hidden; }
.sap-corporate-wink {
  width: fit-content;
  margin: -8px 0 22px !important;
  padding: 10px 15px;
  border-left: 3px solid var(--gold);
  border-radius: 0 12px 12px 0;
  color: var(--blue-900);
  background: rgba(255,255,255,.64);
  font-size: .88rem;
  font-weight: 750;
}
.sap-corporate-hero-art { position: relative; padding: 18px 22px 92px 22px; }
.sap-corporate-hero-art > .wp-block-image { margin: 0; }
.sap-corporate-hero-art > .wp-block-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 10px solid rgba(255,255,255,.88);
  border-radius: 32px 32px 48% 32px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(10,44,91,.18);
}
.sap-corporate-hero-art::before,
.sap-corporate-hero-art::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 24px;
}
.sap-corporate-hero-art::before { width: 142px; height: 142px; right: 0; top: 0; background: rgba(255,188,44,.28); transform: rotate(8deg); }
.sap-corporate-hero-art::after { width: 105px; height: 105px; left: 0; bottom: 62px; border: 2px solid rgba(10,63,157,.12); transform: rotate(-9deg); }
.sap-corporate-hero-quote {
  position: absolute;
  width: min(91%, 410px);
  right: 0;
  bottom: 0;
  padding: 22px 25px;
  border-radius: 20px 4px 20px 20px;
  color: #fff;
  background: linear-gradient(125deg, var(--blue-950), var(--blue-700));
  box-shadow: 0 20px 50px rgba(8,38,87,.22);
}
.sap-corporate-hero-quote p { margin: 0; color: inherit; font-family: var(--serif); font-size: 1.02rem; line-height: 1.5; }
.sap-corporate-hero-quote .sap-note-cite { margin-top: 9px; color: #ffd875; font-family: var(--sans); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sap-corporate-trust { padding: 30px 0 34px; border-block: 1px solid rgba(10,63,157,.09); background: #fff; }
.sap-corporate-trust-label { margin: 0 0 20px !important; color: var(--muted); font-size: .69rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sap-corporate-trust-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.sap-corporate-trust-logo,
.sap-corporate-trust-name { display: flex; min-height: 92px; padding: 15px 18px; border: 1px solid rgba(10,63,157,.08); border-radius: 16px; align-items: center; justify-content: center; background: #f8f9fc; }
.sap-corporate-trust-logo-dark { background: var(--blue-950); }
.sap-corporate-trust-logo .wp-block-image { margin: 0; }
.sap-corporate-trust-logo img { display: block; width: auto; max-width: 190px; max-height: 62px; object-fit: contain; }
.sap-corporate-trust-name p { margin: 0; color: var(--blue-700); font-size: .82rem; font-weight: 700; line-height: 1.25; text-align: center; }
.sap-corporate-trust-name strong { color: var(--blue-900); font-size: .94rem; }
.sap-corporate-intro { background: #f7f9fc; }
.sap-corporate-theme-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 38px; }
.sap-corporate-theme-grid p {
  display: flex;
  min-height: 120px;
  margin: 0;
  padding: 22px 18px;
  border: 1px solid rgba(10,63,157,.1);
  border-radius: 19px;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 11px 30px rgba(10,44,91,.05);
}
.sap-corporate-theme-grid span { color: var(--gold-deep); font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.sap-corporate-theme-grid strong { color: var(--blue-900); font-size: .89rem; line-height: 1.35; }
.sap-corporate-format-grid { gap: 18px; margin-top: 42px; }
.sap-corporate-format-card {
  display: flex;
  height: 100%;
  padding: 31px 26px;
  border: 1px solid rgba(10,63,157,.1);
  border-radius: 22px;
  flex-direction: column;
  background: rgba(255,255,255,.84);
  box-shadow: 0 14px 38px rgba(10,44,91,.07);
}
.sap-corporate-format-featured { color: rgba(255,255,255,.84); border-color: transparent; background: linear-gradient(135deg, var(--blue-950), var(--blue-700)); box-shadow: 0 18px 48px rgba(8,38,87,.16); }
.sap-corporate-format-icon { width: 50px; height: 50px; margin: 0 0 22px !important; border-radius: 50%; color: var(--blue-800); background: #fff1c7; font-size: 1.65rem; font-weight: 800; line-height: 50px !important; text-align: center; }
.sap-corporate-format-card h3 { margin: 0 0 13px; color: var(--blue-900); font-size: 1.5rem; }
.sap-corporate-format-featured h3 { color: #fff; }
.sap-corporate-format-card > p:not(.sap-corporate-format-icon):not(.sap-corporate-format-note) { flex-grow: 1; }
.sap-corporate-format-note { margin: 20px 0 0 !important; padding-top: 14px; border-top: 1px solid rgba(10,63,157,.11); color: var(--gold-deep); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.sap-corporate-format-featured .sap-corporate-format-note { border-color: rgba(255,255,255,.18); color: #ffd875; }
.sap-corporate-proposal-note { margin: 26px auto 0 !important; color: var(--muted); font-size: .78rem; }
.sap-corporate-accessible { color: rgba(255,255,255,.84); background: linear-gradient(118deg, #071f49, var(--blue-800)); }
.sap-corporate-accessible-grid { gap: clamp(44px, 8vw, 104px); }
.sap-corporate-accessible h2 { color: #fff; }
.sap-corporate-accessible .sap-kicker { color: #ffd875; }
.sap-corporate-care-note { margin-top: 23px !important; padding: 17px 19px; border-left: 3px solid #ffd875; border-radius: 0 12px 12px 0; color: rgba(255,255,255,.82); background: rgba(255,255,255,.08); font-size: .96rem; line-height: 1.6; }
.sap-corporate-access-list { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.08); }
.sap-corporate-access-list p { display: grid; grid-template-columns: minmax(150px, .85fr) 1.15fr; gap: 18px; margin: 0; padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.13); }
.sap-corporate-access-list p:last-child { border-bottom: 0; }
.sap-corporate-access-list strong { color: #fff; font-size: .84rem; }
.sap-corporate-access-list span { color: rgba(255,255,255,.68); font-size: .78rem; }
.sap-corporate-process { background: #fff; }
.sap-corporate-process-row { display: grid; overflow: hidden; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 40px; border: 1px solid rgba(10,63,157,.11); border-radius: 22px; background: rgba(10,63,157,.11); }
.sap-corporate-process-row p { margin: 0; padding: 25px 21px; background: #f8f9fc; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.sap-corporate-process-row span { display: block; margin-bottom: 16px; color: var(--gold-deep); font-size: .69rem; font-weight: 900; letter-spacing: .14em; }
.sap-corporate-process-row strong { color: var(--blue-900); font-size: .88rem; }
.sap-corporate-feedback { background: #f7f9fc; }
.sap-corporate-feedback-feature { overflow: hidden; gap: 0; margin: 42px 0 20px; border-radius: 26px; background: #fff; box-shadow: 0 18px 50px rgba(10,44,91,.1); }
.sap-corporate-feedback-brand { display: flex; min-height: 100%; padding: clamp(30px, 5vw, 48px); align-items: center; justify-content: center; flex-direction: column; background: linear-gradient(145deg, #fff5d7, #fffdfa); }
.sap-corporate-feedback-brand .wp-block-image { margin: 0 0 22px; }
.sap-corporate-feedback-brand img { display: block; width: min(100%, 245px); max-height: 110px; object-fit: contain; }
.sap-corporate-feedback-brand p { margin: 0; color: var(--muted); font-size: .8rem; font-weight: 700; text-align: center; }
.sap-corporate-feedback-quote { height: 100%; min-height: 0; margin: 0; padding: clamp(34px, 5vw, 58px); border: 0; color: #fff; background: linear-gradient(125deg, var(--blue-950), var(--blue-700)); }
.sap-corporate-feedback-quote::before { content: '“'; display: block; height: 44px; color: #ffd875; font-family: var(--serif); font-size: 5rem; line-height: .72; }
.sap-corporate-feedback-quote p { color: #fff; font-family: var(--serif); font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.55; }
.sap-corporate-feedback-quote cite { color: #ffd875; font-size: .7rem; font-style: normal; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.sap-corporate-feedback-grid { gap: 18px; }
.sap-corporate-feedback-card { height: 100%; min-height: 0; margin: 0; padding: 28px 23px; border: 1px solid rgba(10,63,157,.1); border-radius: 21px; background: #fff; }
.sap-corporate-feedback-card p { color: var(--blue-900); font-family: var(--serif); font-size: .98rem; line-height: 1.58; }
.sap-corporate-feedback-card cite { color: var(--muted); font-size: .68rem; font-style: normal; font-weight: 850; letter-spacing: .09em; line-height: 1.45; text-transform: uppercase; }
.sap-corporate-feedback-card-blue { color: #fff; border-color: transparent; background: var(--blue-800); }
.sap-corporate-feedback-card-blue p { color: #fff; }
.sap-corporate-feedback-card-blue cite { color: #ffd875; }
.sap-corporate-terms { margin-top: 18px !important; }
.sap-corporate-terms a { color: rgba(255,255,255,.7); font-size: .72rem; text-underline-offset: .2em; }

/* Dynamic Articles index, archives, search and single-post reading view. */
.sap-articles-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0;
  background: radial-gradient(circle at 85% 18%, rgba(255,188,44,.23), transparent 24%), linear-gradient(135deg, #fffaf0 0%, #f4f8ff 100%);
}
.sap-articles-hero::after {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  right: -190px;
  bottom: -235px;
  border: 1px solid rgba(10,63,157,.10);
  border-radius: 50%;
}
.sap-articles-hero-grid { display: grid; position: relative; z-index: 1; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); gap: clamp(46px, 8vw, 108px); align-items: center; }
.sap-articles-hero h1,
.sap-articles-section-header h2,
.sap-articles-closing h2,
.sap-articles-results-hero h1,
.sap-single-hero h1,
.sap-single-author h2 {
  color: var(--blue-900);
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.02;
}
.sap-articles-hero h1 { max-width: 760px; margin: 0 0 26px; font-size: clamp(3.3rem, 6.5vw, 6.4rem); }
.sap-articles-lead { max-width: 690px; margin: 0 0 25px; color: #46566c; font-size: clamp(1.08rem, 1.7vw, 1.3rem); line-height: 1.7; }
.sap-articles-wink { width: fit-content; margin: 0 0 28px; padding: 10px 15px; border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; color: var(--blue-900); background: rgba(255,255,255,.68); font-size: .86rem; font-weight: 750; }
.sap-article-search { display: flex; max-width: 610px; padding: 5px; border: 1px solid rgba(10,63,157,.13); border-radius: 999px; background: #fff; box-shadow: 0 14px 34px rgba(10,44,91,.08); }
.sap-article-search input { min-width: 0; flex: 1; padding: 13px 18px; border: 0; outline: 0; color: var(--blue-900); background: transparent; font: inherit; }
.sap-article-search input::placeholder { color: #7a8798; }
.sap-article-search button { padding: 12px 24px; border: 0; border-radius: 999px; color: #fff; background: var(--blue-800); font: inherit; font-weight: 800; cursor: pointer; }
.sap-article-search button:hover { color: var(--blue-950); background: var(--gold); }
.sap-articles-hero-art { position: relative; padding: 18px 24px 64px 18px; }
.sap-articles-hero-art::before { content: ''; position: absolute; z-index: -1; width: calc(100% - 35px); height: calc(100% - 70px); right: 0; top: 0; border-radius: 44% 22px 44% 22px; background: linear-gradient(145deg, #ffdc80, #fff0c0); transform: rotate(3deg); }
.sap-articles-hero-art figure { margin: 0; }
.sap-articles-hero-art img { display: block; width: 100%; aspect-ratio: 1 / 1; border: 9px solid rgba(255,255,255,.88); border-radius: 42% 22px 42% 22px; object-fit: cover; box-shadow: 0 26px 66px rgba(10,44,91,.17); }
.sap-articles-hero-art > p { position: absolute; max-width: 360px; right: 0; bottom: 0; margin: 0; padding: 17px 20px; border-left: 4px solid var(--gold); border-radius: 0 17px 17px 0; color: var(--blue-900); background: #fff; box-shadow: 0 16px 42px rgba(10,44,91,.14); font-family: var(--serif); font-size: .94rem; line-height: 1.45; }
.sap-articles-latest { padding: clamp(74px, 9vw, 118px) 0; background: #f7f9fc; }
.sap-articles-section-header { display: flex; gap: 36px; margin-bottom: 44px; align-items: flex-end; justify-content: space-between; }
.sap-articles-section-header h2 { max-width: 750px; margin: 0; font-size: clamp(2.6rem, 4.8vw, 4.8rem); }
.sap-articles-section-header > p { max-width: 300px; margin: 0 0 5px; color: var(--muted); font-size: .85rem; line-height: 1.55; text-align: right; }
.sap-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.sap-article-card {
  display: flex;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(10,63,157,.1);
  border-radius: 24px;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 14px 40px rgba(10,44,91,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sap-article-card:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(10,44,91,.11); }
.sap-article-card-featured { display: grid; grid-column: span 2; grid-template-columns: minmax(0, 1.08fr) minmax(290px, .92fr); }
.sap-article-card-media { display: block; min-height: 230px; overflow: hidden; background: #e9eef6; text-decoration: none; }
.sap-article-card-media img { display: block; width: 100%; height: 100%; min-height: 230px; aspect-ratio: 16 / 10; border-radius: 0; object-fit: cover; transition: transform .35s ease; }
.sap-article-card:hover .sap-article-card-media img { transform: scale(1.025); }
.sap-article-card-featured .sap-article-card-media img { min-height: 100%; aspect-ratio: auto; }
.sap-article-card-fallback { display: grid; min-height: 230px; height: 100%; place-items: center; color: rgba(255,255,255,.86); background: radial-gradient(circle at 72% 25%, rgba(255,210,102,.7), transparent 20%), linear-gradient(135deg, var(--blue-950), var(--blue-700)); }
.sap-article-card-fallback span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.sap-article-card-body { display: flex; min-width: 0; height: 100%; padding: clamp(24px, 3vw, 34px); flex-direction: column; }
.sap-article-card-category { margin-bottom: 15px; color: var(--gold-deep); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.sap-article-card-category a { color: inherit; text-decoration: none; }
.sap-article-card h2 { margin: 0 0 15px; color: var(--blue-900); font-family: var(--serif); font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 500; line-height: 1.15; }
.sap-article-card-featured h2 { font-size: clamp(1.8rem, 3vw, 2.65rem); }
.sap-article-card h2 a { color: inherit; text-decoration: none; }
.sap-article-card-excerpt { flex-grow: 1; margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.65; }
.sap-article-card-footer { display: flex; gap: 16px; margin-top: 25px; padding-top: 17px; border-top: 1px solid rgba(10,63,157,.1); align-items: center; justify-content: space-between; }
.sap-article-card-footer p { margin: 0; color: #748095; font-size: .7rem; font-weight: 700; }
.sap-article-card-footer > a { flex: 0 0 auto; color: var(--blue-700); font-size: .76rem; font-weight: 850; text-decoration: none; }
.sap-article-pagination { margin-top: 48px; }
.sap-article-pagination .nav-links { justify-content: center; }
.sap-article-pagination .page-numbers { background: #fff; }
.sap-articles-empty { padding: 62px 28px; border: 1px dashed rgba(10,63,157,.22); border-radius: 24px; text-align: center; background: #fff; }
.sap-articles-empty h2 { margin: 0 0 12px; color: var(--blue-900); font-family: var(--serif); font-size: 2.2rem; font-weight: 500; }
.sap-articles-empty p { color: var(--muted); }
.sap-articles-empty a { color: var(--blue-700); font-weight: 800; text-underline-offset: .2em; }
.sap-articles-closing { padding: clamp(66px, 8vw, 96px) 0; color: rgba(255,255,255,.82); background: linear-gradient(112deg, #082657, var(--blue-800)); text-align: center; }
.sap-articles-closing .sap-kicker { color: #ffd875; }
.sap-articles-closing h2 { margin: 0 0 18px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.sap-articles-closing > .sap-page-shell > p:not(.sap-kicker) { max-width: 780px; margin: 0 auto 27px; }
.sap-articles-closing-actions { display: flex; gap: 18px; align-items: center; justify-content: center; }
.sap-articles-text-link { color: #fff; font-weight: 800; text-underline-offset: .2em; }
.sap-articles-results-hero { padding: clamp(65px, 8vw, 100px) 0; background: linear-gradient(135deg, #fffaf0, #f1f6ff); }
.sap-articles-results-hero h1 { max-width: 930px; margin: 0 0 22px; font-size: clamp(3rem, 6vw, 5.7rem); }
.sap-articles-results-hero p:last-child { margin: 22px 0 0; }
.sap-articles-results-hero a { color: var(--blue-700); font-size: .82rem; font-weight: 800; text-underline-offset: .2em; }
.sap-articles-results-hero .sap-article-search { margin-top: 28px; }
.sap-articles-results-list { padding: clamp(70px, 8vw, 106px) 0; background: #f7f9fc; }
.sap-article-grid-standard .sap-article-card-featured { display: flex; grid-column: auto; }
.sap-single-hero { padding: clamp(68px, 9vw, 120px) 0 clamp(78px, 10vw, 135px); background: radial-gradient(circle at 86% 20%, rgba(255,188,44,.22), transparent 24%), linear-gradient(135deg, #fffaf0, #f2f7ff); }
.sap-single-hero-inner { width: min(960px, calc(100% - 40px)); margin-inline: auto; text-align: center; }
.sap-single-back { margin: 0 0 28px; }
.sap-single-back a { color: var(--blue-700); font-size: .78rem; font-weight: 800; text-underline-offset: .2em; }
.sap-single-category { margin-bottom: 18px; color: var(--gold-deep); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.sap-single-category a { color: inherit; text-decoration: none; }
.sap-single-hero h1 { margin: 0; font-size: clamp(3.1rem, 6.7vw, 6.5rem); }
.sap-single-meta { margin-top: 24px; color: var(--muted); font-size: .8rem; font-weight: 700; }
.sap-single-featured { width: min(1120px, calc(100% - 40px)); margin: clamp(-74px, -6vw, -54px) auto 0; }
.sap-single-featured img { display: block; width: 100%; max-height: 680px; border: 10px solid #fff; border-radius: 28px; object-fit: cover; box-shadow: 0 24px 65px rgba(10,44,91,.16); }
.sap-single-content { width: min(800px, calc(100% - 40px)); margin: 0 auto; padding: clamp(64px, 8vw, 100px) 0; color: #33445b; font-size: 1.08rem; line-height: 1.82; }
.sap-single-content > * { max-width: none; }
.sap-single-content > *:first-child { margin-top: 0; }
.sap-single-content p { margin-bottom: 1.55em; }
.sap-single-content blockquote { min-height: 0; margin: 2.3em 0; padding: 25px 30px; border-left: 4px solid var(--gold); background: #fff7e2; }
.sap-single-content blockquote p { color: var(--blue-900); font-family: var(--serif); font-size: 1.28rem; line-height: 1.55; }
.sap-single-content ul,
.sap-single-content ol { margin-block: 1.5em; }
.sap-single-content li { margin-bottom: .65em; }
.sap-article-image { margin-block: 2.4em; }
.sap-article-image img { display: block; width: 100%; height: auto; }
.sap-article-callout,
.sap-poem-placeholder {
  margin-block: 2.6em;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(10, 63, 157, .14);
  border-radius: 22px;
  background: linear-gradient(135deg, #f7faff, #fff9e9);
  box-shadow: 0 16px 38px rgba(10, 44, 91, .08);
}
.sap-article-callout > *:first-child,
.sap-poem-placeholder > *:first-child { margin-top: 0; }
.sap-article-callout > *:last-child,
.sap-poem-placeholder > *:last-child { margin-bottom: 0; }
.sap-article-callout h3 { color: var(--blue-900); font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2rem); font-weight: 500; }
.sap-poem-placeholder { border-left: 5px solid var(--gold); background: #fff9e9; }
.sap-single-footer { padding: 0 0 clamp(76px, 9vw, 116px); }
.sap-single-author { display: grid; width: min(1040px, calc(100% - 40px)); overflow: hidden; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); margin: 0 auto 34px; border-radius: 26px; background: #f7f9fc; box-shadow: 0 16px 45px rgba(10,44,91,.08); }
.sap-single-author > img { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.sap-single-author > div { padding: clamp(30px, 5vw, 54px); align-self: center; }
.sap-single-author h2 { margin: 0 0 15px; font-size: clamp(2rem, 3.6vw, 3.2rem); }
.sap-single-author > div > p:not(.sap-kicker) { color: var(--muted); }
.sap-single-author a { color: var(--blue-700); font-size: .84rem; font-weight: 850; text-underline-offset: .2em; }
.sap-single-navigation { width: min(1040px, calc(100% - 40px)); margin-inline: auto; }
.sap-single-navigation .nav-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.sap-single-navigation .nav-previous,
.sap-single-navigation .nav-next { min-width: 0; }
.sap-single-navigation a { display: block; height: 100%; padding: 22px 24px; border: 1px solid rgba(10,63,157,.12); border-radius: 18px; color: var(--blue-900); background: #fff; font-family: var(--serif); font-size: 1.05rem; line-height: 1.35; text-decoration: none; }
.sap-single-navigation .nav-next { text-align: right; }
.sap-single-navigation span { display: block; margin-bottom: 7px; color: var(--gold-deep); font-family: var(--sans); font-size: .65rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }

/* Contact page and dependency-free enquiry form. */
.sap-contact-hero { overflow: hidden; background: radial-gradient(circle at 85% 18%, rgba(255,196,49,.3), transparent 25%), linear-gradient(135deg, #fffaf0, #f1f6ff); }
.sap-contact-hero .sap-page-hero-grid { align-items: center; }
.sap-contact-wink { max-width: 680px; margin: 23px 0 0 !important; padding: 15px 18px; border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; color: var(--blue-900); background: rgba(255,255,255,.72); font-size: 1rem; font-weight: 750; line-height: 1.55; }
.sap-contact-quick { display: grid; max-width: 680px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 27px; }
.sap-contact-quick p { margin: 0 !important; padding: 15px 17px; border: 1px solid rgba(10,63,157,.1); border-radius: 15px; background: rgba(255,255,255,.8); }
.sap-contact-quick strong,
.sap-contact-quick span { display: block; }
.sap-contact-quick strong { color: var(--blue-900); font-size: .95rem; }
.sap-contact-quick span { margin-top: 5px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.sap-contact-hero-art { position: relative; z-index: 1; max-width: 490px; margin-left: auto; padding: 26px 34px 70px 15px; }
.sap-contact-hero-art::before { content: ''; position: absolute; z-index: -1; width: calc(100% - 38px); height: calc(100% - 68px); right: 0; top: 0; border-radius: 48% 26px 48% 26px; background: linear-gradient(145deg, #ffdb78, #fff0bf); transform: rotate(4deg); }
.sap-contact-hero-art figure { margin: 0; }
.sap-contact-hero-art img { display: block; width: 100%; aspect-ratio: 1 / 1; border: 9px solid rgba(255,255,255,.93); border-radius: 24px 46% 24px 46%; object-fit: cover; transform: scaleX(-1); box-shadow: 0 26px 66px rgba(10,44,91,.18); }
.sap-contact-hello { position: absolute; right: 0; bottom: 17px; margin: 0 !important; padding: 16px 21px; border-left: 4px solid var(--gold); border-radius: 0 17px 17px 0; color: var(--blue-900); background: #fff; box-shadow: 0 16px 42px rgba(10,44,91,.14); font-family: var(--serif); font-size: 1.05rem; }
.sap-contact-testimonial { padding: 48px 0; color: #fff; background: linear-gradient(112deg, #082657, var(--blue-800)); }
.sap-contact-testimonial .sap-contact-quote { display: grid; width: 100%; max-width: none !important; min-height: 0; grid-template-columns: minmax(0, 1fr) auto; gap: 35px; margin: 0; padding: 0; border: 0; border-radius: 0; align-items: center; background: transparent; box-shadow: none; }
.sap-contact-quote p { margin: 0; color: #fff; font-family: var(--serif); font-size: clamp(1.45rem, 2.7vw, 2.4rem); line-height: 1.35; }
.sap-contact-quote cite { color: #ffd875; font-size: .76rem; font-style: normal; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.sap-contact-enquiry { color: rgba(255,255,255,.8); background: radial-gradient(circle at 8% 12%, rgba(255,198,56,.16), transparent 24%), #071f46; }
.sap-contact-enquiry-grid { gap: clamp(38px, 6vw, 78px); }
.sap-contact-enquiry .sap-kicker { color: #ffd875; }
.sap-contact-enquiry-copy h2 { margin: 0 0 21px; color: #fff; font-size: clamp(2.8rem, 5.3vw, 5rem); }
.sap-contact-enquiry-copy > p:not(.sap-kicker) { font-size: 1rem; line-height: 1.75; }
.sap-contact-expect { display: grid; gap: 10px; margin-top: 31px; }
.sap-contact-expect p { margin: 0 !important; padding: 15px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.055); }
.sap-contact-expect strong,
.sap-contact-expect span { display: block; }
.sap-contact-expect strong { color: #fff; font-size: 1.02rem; }
.sap-contact-expect span { margin-top: 6px; color: rgba(255,255,255,.72); font-size: .92rem; line-height: 1.55; }
.sap-contact-form-panel { padding: clamp(28px, 5vw, 51px); border-radius: 28px; color: var(--ink); background: #fff; box-shadow: 0 26px 65px rgba(0,0,0,.2); scroll-margin-top: 110px; }
.sap-contact-form-wrap { scroll-margin-top: 110px; }
.sap-contact-form-label { margin: 0 0 11px !important; color: var(--gold-deep); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sap-contact-form-panel h3 { margin: 0 0 28px; color: var(--blue-900); font-size: clamp(2rem, 3.4vw, 3rem); }
.sap-contact-form { position: relative; }
.sap-contact-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.sap-contact-form p { margin: 0 0 17px; }
.sap-contact-form label { display: block; margin-bottom: 7px; color: var(--blue-900); font-size: .72rem; font-weight: 850; }
.sap-contact-form label > span:not([aria-hidden]) { color: var(--muted); font-size: .66rem; font-weight: 650; }
.sap-contact-form input,
.sap-contact-form select,
.sap-contact-form textarea { width: 100%; min-width: 0; border: 1px solid rgba(10,63,157,.19); border-radius: 13px; color: var(--ink); background: #f8fafc; font: inherit; }
.sap-contact-form input,
.sap-contact-form select { min-height: 49px; padding: 0 14px; }
.sap-contact-form textarea { min-height: 160px; padding: 13px 14px; resize: vertical; }
.sap-contact-form input:focus,
.sap-contact-form select:focus,
.sap-contact-form textarea:focus { border-color: var(--blue-700); outline: 3px solid rgba(25,99,190,.14); background: #fff; }
.sap-contact-form-note { margin: -2px 0 21px !important; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.sap-contact-form .button { border: 0; cursor: pointer; }
.sap-contact-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; left: -10000px; }
.sap-contact-status { margin: 0 0 22px; padding: 14px 16px; border-radius: 13px; font-size: .79rem; font-weight: 750; }
.sap-contact-status-success { color: #175930; background: #e8f7ed; }
.sap-contact-status-error { color: #812f2c; background: #fff0ed; }
.sap-contact-paths { background: linear-gradient(180deg, #fff, #fff9eb); }
.sap-contact-paths h2 { margin: 0 auto; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.sap-contact-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 43px; }
.sap-contact-path-card { display: flex; height: 100%; padding: 30px 27px; border: 1px solid rgba(10,63,157,.11); border-radius: 22px; flex-direction: column; background: #fff; box-shadow: 0 14px 36px rgba(10,44,91,.07); }
.sap-contact-path-card-featured { border-color: transparent; background: #f0f6ff; }
.sap-contact-path-icon { width: 49px; height: 49px; margin: 0 0 21px !important; border-radius: 50%; color: var(--blue-900); background: #fff0c6; font-family: var(--serif); font-size: 1.45rem; font-weight: 700; line-height: 49px !important; text-align: center; }
.sap-contact-path-card h3 { margin: 0 0 13px; color: var(--blue-900); font-size: 1.55rem; }
.sap-contact-path-card > p:not(.sap-contact-path-icon) { flex-grow: 1; color: var(--muted); }
.sap-contact-path-card > p:last-child { flex-grow: 0; margin-bottom: 0; }
.sap-contact-path-card a { color: var(--blue-700); font-size: .79rem; font-weight: 850; text-underline-offset: .22em; }

/* Combined Bookings and Gift Vouchers page. */
.sap-bookings-hero { overflow: hidden; background: radial-gradient(circle at 84% 17%, rgba(255,193,45,.27), transparent 25%), linear-gradient(135deg, #fffaf0, #eef5ff); }
.sap-bookings-wink { max-width: 670px; margin: 23px 0 0 !important; padding: 14px 17px; border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; color: var(--blue-900); background: rgba(255,255,255,.72); font-size: .84rem; font-weight: 750; }
.sap-bookings-hero-art { position: relative; z-index: 1; max-width: 510px; min-height: 520px; margin-left: auto; padding: 22px 65px 78px 0; }
.sap-bookings-hero-art::before { content: ''; position: absolute; z-index: -1; width: calc(100% - 55px); height: calc(100% - 80px); right: 0; top: 0; border-radius: 44% 25px 44% 25px; background: linear-gradient(145deg, #ffdb76, #fff1c6); transform: rotate(3deg); }
.sap-bookings-hero-art figure { margin: 0; }
.sap-bookings-hero-main img { display: block; width: 100%; aspect-ratio: 1 / 1; border: 9px solid rgba(255,255,255,.94); border-radius: 43% 24px 43% 24px; object-fit: cover; box-shadow: 0 26px 66px rgba(10,44,91,.17); }
.sap-bookings-hero-gift { position: absolute; width: 178px; right: 0; bottom: 18px; }
.sap-bookings-hero-gift img { display: block; width: 178px; height: 178px; border: 7px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 18px 45px rgba(10,44,91,.18); }
.sap-bookings-hero-label { position: absolute; left: 15px; bottom: 28px; margin: 0 !important; padding: 14px 18px; border-left: 4px solid var(--gold); border-radius: 0 15px 15px 0; color: var(--blue-900); background: #fff; box-shadow: 0 14px 38px rgba(10,44,91,.13); font-family: var(--serif); font-size: 1rem; }
.sap-bookings-testimonial-strip { padding: 45px 0; color: #fff; background: linear-gradient(112deg, #082657, var(--blue-800)); }
.sap-bookings-testimonial { display: grid; width: min(1260px, calc(100% - 40px)); max-width: none !important; grid-template-columns: minmax(0, 1fr) auto; gap: 35px; margin-inline: auto; align-items: center; }
.sap-bookings-testimonial > p:first-child { margin: 0; color: #fff; font-family: var(--serif); font-size: clamp(1.4rem, 2.6vw, 2.25rem); line-height: 1.38; }
.sap-bookings-testimonial-name { margin: 0 !important; color: #ffd875; font-size: .74rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.sap-bookings-calendar { background: #f7f9fc; scroll-margin-top: 110px; }
.sap-bookings-calendar > .sap-page-shell > .sap-bookings-calendar-heading,
.sap-bookings-calendar > .sap-page-shell > .sap-bookings-tip-grid,
.sap-bookings-calendar > .sap-page-shell > .sap-bookeo-panel,
.sap-bookings-calendar > .sap-page-shell > .sap-bookings-terms {
  width: 100%;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.sap-bookings-calendar-heading { gap: 45px; margin-bottom: 36px; align-items: flex-end; }
.sap-bookings-calendar-heading h2 { margin: 0; font-size: clamp(2.9rem, 5.4vw, 5rem); }
.sap-bookings-calendar-heading .wp-block-column:last-child p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.65; }
.sap-bookings-tip-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 26px; }
.sap-bookings-tip-grid > p { display: grid; min-height: 155px; grid-template-columns: 42px minmax(0, 1fr); gap: 3px 12px; margin: 0 !important; padding: 19px 17px; border: 1px solid rgba(10,63,157,.1); border-radius: 18px; background: #fff; box-shadow: 0 9px 28px rgba(10,44,91,.05); }
.sap-bookings-tip-grid > p > span { display: grid; width: 42px; height: 42px; grid-row: 1 / span 2; border-radius: 50%; place-items: center; color: var(--blue-900); background: #fff0c8; font-family: var(--serif); font-size: 1.24rem; font-weight: 750; }
.sap-bookings-tip-grid strong { align-self: end; color: var(--blue-900); font-size: .96rem; }
.sap-bookings-tip-grid small { align-self: start; color: var(--muted); font-size: .83rem; line-height: 1.55; }
.sap-bookings-tip-grid a { color: var(--blue-700); font-weight: 800; }
.sap-bookeo-panel { overflow: hidden; padding: 0; border: 1px solid rgba(10,63,157,.11); border-radius: 26px; background: #fff; box-shadow: 0 20px 55px rgba(10,44,91,.1); }
.sap-bookeo-panel-head { display: flex; gap: 25px; padding: 19px 23px; border-bottom: 1px solid rgba(10,63,157,.1); align-items: center; justify-content: space-between; background: #fffaf0; }
.sap-bookeo-panel-head p { margin: 0 !important; }
.sap-bookeo-panel-head strong,
.sap-bookeo-panel-head span { display: block; }
.sap-bookeo-panel-head strong { color: var(--blue-900); font-size: 1rem; }
.sap-bookeo-panel-head span { margin-top: 4px; color: var(--muted); font-size: .84rem; }
.sap-bookeo-panel-head a { color: var(--blue-700); font-size: .86rem; font-weight: 850; text-underline-offset: .22em; }
.sap-bookeo-widget { min-height: 360px; padding: 20px; }
.sap-bookeo-widget iframe { width: 100% !important; max-width: none !important; }
.sap-bookeo-preview { display: grid; min-height: 510px; padding: 40px; place-items: center; color: var(--muted); background: linear-gradient(135deg, #fbfcfe, #f1f6ff); text-align: center; }
.sap-bookeo-preview strong { display: block; margin-bottom: 10px; color: var(--blue-900); font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.sap-bookings-terms { margin: 22px 0 0 !important; color: var(--muted); font-size: .72rem; }
.sap-bookings-terms a { color: var(--blue-700); font-weight: 750; }
.sap-bookings-gifts { overflow: hidden; background: radial-gradient(circle at 12% 18%, rgba(255,203,78,.28), transparent 28%), #fff9e9; scroll-margin-top: 110px; }
.sap-bookings-gift-grid { gap: clamp(44px, 7vw, 92px); }
.sap-bookings-gift-art { position: relative; z-index: 1; max-width: 560px; padding: 0 38px 62px 0; }
.sap-bookings-gift-art::before { content: ''; position: absolute; z-index: -1; width: calc(100% - 36px); height: calc(100% - 58px); right: 0; top: 17px; border-radius: 25px 46% 25px 46%; background: #f0c85d; transform: rotate(-3deg); }
.sap-bookings-gift-art figure { margin: 0; }
.sap-bookings-gift-art img { display: block; width: 100%; aspect-ratio: 1 / 1; border: 9px solid #fff; border-radius: 24px 45% 24px 45%; object-fit: cover; box-shadow: 0 24px 60px rgba(10,44,91,.15); }
.sap-bookings-gift-art > p { position: absolute; right: 0; bottom: 11px; margin: 0 !important; padding: 16px 20px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; color: var(--blue-900); background: #fff; box-shadow: 0 14px 38px rgba(10,44,91,.13); font-family: var(--serif); font-size: 1rem; }
.sap-bookings-gift-copy h2 { margin: 0 0 22px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.sap-bookings-gift-copy > p:not(.sap-kicker):not(.sap-bookings-gift-wink) { color: var(--muted); font-size: .96rem; line-height: 1.75; }
.sap-bookings-gift-wink { margin: 22px 0 0 !important; padding: 13px 16px; border-left: 3px solid var(--gold); color: var(--blue-900); background: rgba(255,255,255,.68); font-size: .78rem; font-weight: 750; }
.sap-bookings-voucher-values { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 26px 0; }
.sap-bookings-voucher-values p { margin: 0 !important; padding: 13px 10px; border: 1px solid rgba(10,63,157,.1); border-radius: 14px; color: var(--blue-900); background: #fff; font-family: var(--serif); font-size: 1.15rem; font-weight: 700; text-align: center; }
.sap-bookings-gift-list { margin: 0 0 27px; padding: 0; list-style: none; }
.sap-bookings-gift-list li { position: relative; margin: 0 0 10px; padding-left: 26px; color: #405069; font-size: .82rem; }
.sap-bookings-gift-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--gold-deep); font-weight: 900; }
.sap-bookings-help { color: rgba(255,255,255,.82); background: linear-gradient(112deg, #082657, var(--blue-800)); text-align: center; }
.sap-bookings-help .sap-kicker { color: #ffd875; }
.sap-bookings-help h2 { margin: 0 0 17px; color: #fff; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.sap-bookings-help .sap-page-shell > p:not(.sap-kicker) { max-width: 760px; margin: 0 auto 27px; }
.sap-bookings-help .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--blue-950) !important;
  border-color: #fff;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

@media (max-width: 980px) {
  .sap-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-article-card-featured { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
  .sap-page .wp-block-columns { display: grid; }
  .sap-page .wp-block-column { flex-basis: auto !important; }
  .sap-page-actions { align-items: flex-start !important; flex-direction: column; }
  .sap-page-hero { padding: 56px 0 64px; }
  .sap-page-hero-grid { gap: 40px; }
  .sap-page-title { font-size: clamp(3rem, 15vw, 4.6rem); }
  .sap-page-section { padding: 68px 0; }
  .sap-page-portrait img { max-height: 480px; }
  .sap-stat-grid { gap: 14px; }
  .sap-about-portrait-wrap { max-width: 520px; margin-inline: auto; }
  .sap-credentials-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sap-credential { min-height: 154px; padding-inline: 10px; }
  .sap-credential-round img { width: 88px; height: 88px; }
  .sap-credential-wide img { max-height: 64px; }
  .sap-artwork-frame { max-width: 560px; margin-inline: auto; }
  .sap-classes-hero-art { max-width: 520px; margin: 6px auto 0; }
  .sap-schedule-grid,
  .sap-term-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-feature-grid { gap: 16px; }
  .sap-quote-panel { margin-top: 4px; }
  .sap-workshops-hero-art { max-width: 520px; margin-inline: auto; }
  .sap-workshop-featured-image img { min-height: 360px; }
  .sap-workshop-featured-copy { padding: 34px 30px 40px; }
  .sap-workshop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-workshop-wide-card .wp-block-image img { min-height: 300px; }
  .sap-workshop-expect-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-workshops-photo-collage { max-width: 560px; margin-inline: auto; }
  .sap-therapy-hero-art { max-width: 520px; margin-inline: auto; }
  .sap-therapy-intro-grid { gap: 42px; }
  .sap-therapy-toolkit { max-width: 590px; margin-inline: auto; }
  .sap-therapy-needs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-therapy-step-grid,
  .sap-therapy-pricing-grid,
  .sap-therapy-practical-grid,
  .sap-therapy-testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-therapy-step-grid > .wp-block-column:last-child,
  .sap-therapy-pricing-grid > .wp-block-column:last-child,
  .sap-therapy-practical-grid > .wp-block-column:last-child,
  .sap-therapy-testimonial-grid > .wp-block-column:last-child { grid-column: 1 / -1; }
  .sap-therapy-heather-frame { max-width: 520px; margin-inline: auto; }
  .sap-therapy-access-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-corporate-hero-art { max-width: 520px; margin-inline: auto; }
  .sap-corporate-trust-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-corporate-theme-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sap-corporate-format-grid,
  .sap-corporate-feedback-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-corporate-format-grid > .wp-block-column:last-child,
  .sap-corporate-feedback-grid > .wp-block-column:last-child { grid-column: 1 / -1; }
  .sap-corporate-accessible-grid { gap: 42px; }
  .sap-corporate-process-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-corporate-feedback-feature { grid-template-columns: 1fr; }
  .sap-articles-hero-grid { grid-template-columns: 1fr; }
  .sap-articles-hero-copy { max-width: 720px; }
  .sap-articles-hero-art { max-width: 560px; margin-inline: auto; }
  .sap-articles-section-header { display: block; }
  .sap-articles-section-header > p { max-width: 560px; margin: 18px 0 0; text-align: left; }
  .sap-article-card-featured { grid-template-columns: 1fr 1fr; }
  .sap-single-author { grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); }
  .sap-contact-hero-art { max-width: 520px; margin-inline: auto; }
  .sap-contact-testimonial .sap-contact-quote { grid-template-columns: 1fr; gap: 17px; }
  .sap-contact-enquiry-grid { gap: 46px; }
  .sap-contact-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-contact-path-grid > .wp-block-column:last-child { grid-column: 1 / -1; }
  .sap-bookings-hero-art { max-width: 540px; margin-inline: auto; }
  .sap-bookings-testimonial { grid-template-columns: 1fr; gap: 16px; }
  .sap-bookings-calendar-heading { gap: 18px; }
  .sap-bookings-tip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-bookings-gift-art { max-width: 560px; margin-inline: auto; }
}

@media (max-width: 520px) {
  .sap-hero-credentials { display: block; width: fit-content; border-radius: 16px; }
  .sap-about-portrait-wrap { padding-left: 14px; }
  .sap-portrait-caption { left: 0; }
  .sap-credentials { padding-block: 34px; }
  .sap-credentials-grid { grid-template-columns: 1fr; gap: 12px; }
  .sap-credential { min-height: 142px; }
  .sap-credential-round img { width: 100px; height: 100px; }
  .sap-artwork-note { right: 8px; }
  .sap-classes-hero-art { padding: 0 6px 86px 6px; }
  .sap-classes-pi-mark { width: 68px; right: -2px; top: -18px; }
  .sap-classes-hero-note { width: calc(100% - 12px); left: 0; padding: 18px 20px; }
  .sap-expect-row { grid-template-columns: 1fr; }
  .sap-schedule-grid,
  .sap-term-grid { grid-template-columns: 1fr; }
  .sap-schedule-card,
  .sap-term-card { padding: 24px 20px; }
  .sap-feature-card { padding: 28px 22px; }
  .sap-workshops-hero-art { padding: 0 4px 104px; }
  .sap-workshops-hero-quote { width: calc(100% - 10px); right: 0; padding: 18px 20px; }
  .sap-workshop-jumpbar { justify-content: flex-start !important; }
  .sap-workshop-featured { margin-top: 34px; border-radius: 22px; }
  .sap-workshop-featured-image img { min-height: 260px; }
  .sap-workshop-featured-copy { padding: 28px 22px 34px; }
  .sap-workshop-grid { grid-template-columns: 1fr; }
  .sap-workshop-card { border-radius: 22px; }
  .sap-workshop-card-copy { padding: 26px 22px 30px; }
  .sap-workshop-wide-card .wp-block-image img { min-height: 235px; }
  .sap-workshop-wide-copy { padding: 27px 22px 33px; }
  .sap-workshop-expect-row { grid-template-columns: 1fr; }
  .sap-workshop-expect-row p { text-align: left; }
  .sap-workshops-photo-collage { min-height: 410px; padding: 0 50px 58px 0; }
  .sap-workshops-group-photo { width: 64%; }
  .sap-therapy-hero-art { padding: 0 4px 100px; }
  .sap-therapy-hero-quote { width: calc(100% - 10px); right: 0; padding: 18px 20px; }
  .sap-therapy-toolkit { padding: 28px 22px; }
  .sap-therapy-toolkit .wp-block-columns { grid-template-columns: 1fr; gap: 0; }
  .sap-therapy-definition { margin-top: 40px; padding-inline: 20px; }
  .sap-therapy-needs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .sap-therapy-needs p { min-height: 78px; padding: 13px 8px; font-size: .76rem; }
  .sap-therapy-step-grid,
  .sap-therapy-pricing-grid,
  .sap-therapy-practical-grid,
  .sap-therapy-testimonial-grid { grid-template-columns: 1fr; }
  .sap-therapy-step-grid > .wp-block-column:last-child,
  .sap-therapy-pricing-grid > .wp-block-column:last-child,
  .sap-therapy-practical-grid > .wp-block-column:last-child,
  .sap-therapy-testimonial-grid > .wp-block-column:last-child { grid-column: auto; }
  .sap-therapy-step,
  .sap-therapy-price-card,
  .sap-therapy-practical-card,
  .sap-therapy-testimonial { padding: 25px 21px; }
  .sap-therapy-heather-frame { padding: 0 10px 62px 0; }
  .sap-therapy-heather-frame p { right: 0; }
  .sap-therapy-access-cards { grid-template-columns: 1fr; }
  .sap-corporate-hero-art { padding: 0 4px 104px; }
  .sap-corporate-hero-quote { width: calc(100% - 10px); right: 0; padding: 18px 20px; }
  .sap-corporate-trust-row { grid-template-columns: 1fr 1fr; gap: 8px; }
  .sap-corporate-trust-logo,
  .sap-corporate-trust-name { min-height: 82px; padding: 11px 9px; }
  .sap-corporate-trust-logo img { max-width: 142px; max-height: 54px; }
  .sap-corporate-theme-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .sap-corporate-theme-grid p { min-height: 105px; padding: 18px 14px; }
  .sap-corporate-theme-grid p:last-child { grid-column: 1 / -1; min-height: 86px; }
  .sap-corporate-format-grid,
  .sap-corporate-feedback-grid { grid-template-columns: 1fr; }
  .sap-corporate-format-grid > .wp-block-column:last-child,
  .sap-corporate-feedback-grid > .wp-block-column:last-child { grid-column: auto; }
  .sap-corporate-format-card { padding: 27px 22px; }
  .sap-corporate-access-list p { grid-template-columns: 1fr; gap: 5px; padding: 18px 20px; }
  .sap-corporate-process-row { grid-template-columns: 1fr; }
  .sap-corporate-process-row p { padding: 21px 19px; }
  .sap-corporate-feedback-brand { min-height: 240px; padding: 30px 24px; }
  .sap-corporate-feedback-quote { padding: 30px 23px 34px; }
  .sap-corporate-feedback-card { padding: 25px 21px; }
  .sap-articles-hero { padding-top: 58px; }
  .sap-articles-hero h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .sap-article-search { border-radius: 22px; flex-wrap: wrap; }
  .sap-article-search input { flex-basis: 100%; padding: 12px 15px; }
  .sap-article-search button { width: 100%; }
  .sap-articles-hero-art { padding: 0 4px 76px; }
  .sap-articles-hero-art > p { width: calc(100% - 10px); right: 0; padding: 15px 18px; }
  .sap-article-grid { grid-template-columns: 1fr; }
  .sap-article-card-featured { display: flex; grid-column: auto; }
  .sap-article-card-featured .sap-article-card-media img { min-height: 230px; aspect-ratio: 16 / 10; }
  .sap-article-card-body { padding: 25px 21px; }
  .sap-article-card-footer { align-items: flex-start; flex-direction: column; }
  .sap-articles-closing-actions { align-items: stretch; flex-direction: column; }
  .sap-articles-text-link { padding: 10px; }
  .sap-single-hero-inner,
  .sap-single-featured,
  .sap-single-content,
  .sap-single-author,
  .sap-single-navigation { width: calc(100% - 26px); }
  .sap-single-hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .sap-single-featured img { border-width: 6px; border-radius: 21px; }
  .sap-single-content { font-size: 1rem; }
  .sap-single-author { grid-template-columns: 1fr; }
  .sap-single-author > img { max-height: 360px; min-height: 0; }
  .sap-single-navigation .nav-links { grid-template-columns: 1fr; }
  .sap-single-navigation .nav-next { text-align: left; }
  .sap-contact-quick,
  .sap-contact-form-row,
  .sap-contact-path-grid { grid-template-columns: 1fr; }
  .sap-contact-hero-art { padding: 0 5px 73px; }
  .sap-contact-hello { right: 0; bottom: 9px; }
  .sap-contact-testimonial { padding-block: 40px; }
  .sap-contact-form-panel { padding: 27px 21px; border-radius: 22px; }
  .sap-contact-path-grid > .wp-block-column:last-child { grid-column: auto; }
  .sap-contact-path-card { padding: 27px 22px; }
  .sap-bookings-hero-art { min-height: 400px; padding: 0 38px 68px 0; }
  .sap-bookings-hero-gift,
  .sap-bookings-hero-gift img { width: 126px; height: 126px; }
  .sap-bookings-hero-label { left: 0; bottom: 18px; }
  .sap-bookings-testimonial { width: calc(100% - 28px); }
  .sap-bookings-tip-grid { grid-template-columns: 1fr; }
  .sap-bookings-tip-grid > p { min-height: 125px; }
  .sap-bookeo-panel { border-radius: 21px; }
  .sap-bookeo-panel-head { align-items: flex-start; flex-direction: column; }
  .sap-bookeo-widget { min-height: 280px; padding: 12px; }
  .sap-bookeo-preview { min-height: 420px; padding: 28px 20px; }
  .sap-bookings-gift-art { padding: 0 14px 59px 0; }
  .sap-bookings-voucher-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Keep the new page layouts above WordPress's generic block-layout cascade. */
.sap-page .sap-price-grid,
.sap-page .sap-healthcare-voice-grid { display: grid !important; }
.sap-healthcare-voices > .sap-page-shell > .sap-healthcare-voice-grid,
.sap-healthcare-steps > .sap-page-shell > .sap-healthcare-step-grid { width: 100%; max-width: none !important; }
.sap-page .sap-prices-concession h2 { color: #fff !important; font-size: clamp(2.7rem, 5vw, 4.6rem); }
.sap-page .sap-prices-gift-card h2 { font-size: clamp(2.6rem, 5vw, 4.5rem); }
.sap-page .sap-healthcare-story h2 { font-size: clamp(2.8rem, 5vw, 4.7rem); }
.sap-page .sap-terms-card h2 { margin: 0 70px 20px 0; font-size: clamp(2rem, 4vw, 3.05rem); }

@media (max-width: 720px) {
  .sap-page .sap-terms-card h2 { margin-right: 47px; }
}

/* Dedicated Pelvic Floor Workshop page. */
.sap-pelvic-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 15%, rgba(255,188,44,.28), transparent 24%),
    linear-gradient(135deg, #fffaf0, #eef5ff 74%);
}
.sap-pelvic-hero .sap-page-title { max-width: 780px; font-size: clamp(3.4rem, 6.2vw, 6rem); }
.sap-pelvic-wink { display: inline-block; margin: 24px 0 0 !important; padding: 11px 16px; border-left: 4px solid var(--gold); color: var(--blue-900); background: rgba(255,255,255,.72); font-family: var(--serif); font-size: .96rem; }
.sap-pelvic-hero-art { position: relative; z-index: 1; max-width: 530px; min-height: 540px; margin-left: auto; padding: 22px 32px 112px 46px; }
.sap-pelvic-hero-art::before { content: ''; position: absolute; z-index: -1; width: calc(100% - 52px); height: calc(100% - 130px); right: 0; top: 0; border-radius: 45% 24px 45% 24px; background: linear-gradient(145deg, #ffdc80, #fff0c2); transform: rotate(4deg); }
.sap-pelvic-hero-art > .wp-block-image:not(.sap-pelvic-mark) { margin: 0; }
.sap-pelvic-hero-art > .wp-block-image:not(.sap-pelvic-mark) img { display: block; width: 100%; aspect-ratio: 4 / 3; border: 9px solid rgba(255,255,255,.94); border-radius: 43% 24px 43% 24px; object-fit: cover; box-shadow: 0 26px 66px rgba(10,44,91,.17); }
.sap-pelvic-mark { position: absolute; z-index: 3; width: 112px; left: 0; top: 54px; margin: 0 !important; padding: 18px; border-radius: 50%; background: var(--blue-900); box-shadow: 0 14px 38px rgba(10,44,91,.2); }
.sap-pelvic-mark img { display: block; width: 100%; }
.sap-pelvic-hero-quote { position: absolute; z-index: 4; max-width: 360px; right: 0; bottom: 24px; padding: 20px 22px; border-radius: 19px; color: #fff; background: var(--blue-900); box-shadow: 0 18px 46px rgba(10,44,91,.2); }
.sap-pelvic-hero-quote p { margin: 0; color: inherit; font-family: var(--serif); font-size: 1.04rem; line-height: 1.5; }
.sap-pelvic-hero-quote .sap-note-cite { margin-top: 9px; color: #ffdc80; font-family: var(--sans); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

.sap-pelvic-details { padding: 24px 0; color: #fff; background: var(--blue-900); }
.sap-pelvic-detail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; max-width: none !important; background: rgba(255,255,255,.15); }
.sap-pelvic-detail-grid > p { display: flex; min-height: 108px; margin: 0 !important; padding: 18px 22px; flex-direction: column; justify-content: center; color: rgba(255,255,255,.78); background: var(--blue-900); }
.sap-pelvic-detail-grid span { margin-bottom: 7px; color: #ffd873; font-size: .65rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.sap-pelvic-detail-grid strong { color: #fff; font-family: var(--serif); font-size: 1.08rem; font-weight: 600; }
.sap-pelvic-detail-grid a { width: fit-content; margin-top: 5px; color: #fff; font-size: .72rem; font-weight: 750; text-underline-offset: .18em; }

.sap-pelvic-intro { background: #fff; }
.sap-pelvic-intro-grid { gap: clamp(44px, 8vw, 104px); }
.sap-pelvic-intro h2,
.sap-pelvic-expect h2,
.sap-pelvic-facilitators > .sap-page-shell > h2 { margin: 0 0 26px; color: var(--blue-900); font-size: clamp(2.8rem, 5vw, 4.8rem); }
.sap-pelvic-intro p:not(.sap-kicker) { color: #42536a; }
.sap-pelvic-note { padding: clamp(30px, 5vw, 48px); border-radius: 28px; color: #fff; background: linear-gradient(145deg, var(--blue-950), var(--blue-700)); box-shadow: 0 22px 58px rgba(10,44,91,.16); }
.sap-pelvic-note .sap-kicker { color: #ffdb78; }
.sap-pelvic-note h3 { margin: 0 0 22px; color: #fff; font-size: clamp(1.75rem, 3vw, 2.45rem); }
.sap-pelvic-note ul { margin: 0 0 22px; padding-left: 1.2em; }
.sap-pelvic-note li { margin-bottom: 10px; color: rgba(255,255,255,.85); }
.sap-pelvic-note p:last-child { margin: 0 !important; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.65); line-height: 1.55; }

.sap-pelvic-expect { background: linear-gradient(180deg, #fffaf1, #f8f4ea); }
.sap-pelvic-expect .sap-section-intro { max-width: 760px; margin-inline: auto; }
.sap-pelvic-programme { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; max-width: none !important; margin: 42px 0 34px; }
.sap-pelvic-programme > p { min-height: 220px; margin: 0 !important; padding: 27px 23px; border: 1px solid rgba(10,63,157,.1); border-radius: 21px; background: rgba(255,255,255,.86); box-shadow: 0 12px 34px rgba(10,44,91,.06); }
.sap-pelvic-programme span { display: grid; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 50%; place-items: center; color: var(--blue-900); background: var(--gold); font-family: var(--serif); font-weight: 700; }
.sap-pelvic-programme strong,
.sap-pelvic-programme small { display: block; }
.sap-pelvic-programme strong { margin-bottom: 9px; color: var(--blue-900); font-family: var(--serif); font-size: 1.2rem; }
.sap-pelvic-programme small { color: var(--muted); font-size: .79rem; line-height: 1.55; }
.sap-pelvic-photo-grid { gap: 18px; }
.sap-pelvic-photo-grid figure { height: 100%; margin: 0; }
.sap-pelvic-photo-grid img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; border-radius: 25px; object-fit: cover; box-shadow: 0 18px 48px rgba(10,44,91,.12); }
.sap-pelvic-heather-class img { object-position: center 35%; }

.sap-pelvic-facilitators { background: linear-gradient(180deg, #f3f7fd, #fff); }
.sap-pelvic-facilitator-grid { gap: 22px; margin-top: 42px; }
.sap-pelvic-facilitator { overflow: hidden; height: 100%; padding: 0 30px 30px; border: 1px solid rgba(10,63,157,.1); border-radius: 26px; background: #fff; box-shadow: 0 16px 45px rgba(10,44,91,.08); }
.sap-pelvic-facilitator > figure { aspect-ratio: 1024 / 733; margin: 0 -30px 28px; overflow: hidden; }
.sap-pelvic-facilitator > figure img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.sap-pelvic-facilitator > .sap-pelvic-heather-portrait img { object-position: center 34%; }
.sap-pelvic-facilitator h3 { margin: 0 0 16px; color: var(--blue-900); font-size: clamp(2rem, 3vw, 2.8rem); }
.sap-pelvic-facilitator p:not(.sap-kicker) { color: var(--muted); }
.sap-pelvic-facilitator p:last-child { margin-bottom: 0; }
.sap-pelvic-facilitator a { color: var(--blue-800); font-weight: 800; text-underline-offset: .2em; }
.sap-pelvic-credentials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 800px !important; margin: 42px auto 0; align-items: center; }
.sap-pelvic-credentials figure { display: grid; min-height: 155px; margin: 0; padding: 19px; border: 1px solid rgba(10,63,157,.09); border-radius: 20px; place-items: center; background: #fff; }
.sap-pelvic-credentials img { width: auto; max-width: 100%; max-height: 112px; object-fit: contain; }
.sap-pelvic-cta { color: #fff; background: radial-gradient(circle at 86% 18%, rgba(255,188,44,.22), transparent 24%), linear-gradient(120deg, var(--blue-950), var(--blue-700)); }
.sap-pelvic-cta h2 { color: #fff !important; }
.sap-pelvic-cta p { color: rgba(255,255,255,.78) !important; }
.sap-pelvic-cta .is-style-outline .wp-block-button__link { color: #fff !important; border-color: rgba(255,255,255,.65) !important; }

@media (max-width: 980px) {
  .sap-pelvic-hero-art { max-width: 560px; margin-inline: auto; }
  .sap-pelvic-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-pelvic-programme { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .sap-pelvic-hero .sap-page-title { font-size: clamp(3rem, 14vw, 4.35rem); }
  .sap-pelvic-hero-art { min-height: 440px; padding: 0 17px 116px 24px; }
  .sap-pelvic-mark { width: 88px; left: 0; top: 35px; padding: 14px; }
  .sap-pelvic-hero-quote { width: calc(100% - 18px); right: 0; bottom: 14px; padding: 18px 19px; }
  .sap-pelvic-detail-grid,
  .sap-pelvic-programme,
  .sap-pelvic-credentials { grid-template-columns: 1fr; }
  .sap-pelvic-detail-grid > p { min-height: 94px; }
  .sap-pelvic-programme > p { min-height: 0; }
  .sap-pelvic-photo-grid img { height: auto; }
  .sap-pelvic-facilitator { padding: 0 22px 25px; }
  .sap-pelvic-facilitator > figure { margin-inline: -22px; }
  .sap-pelvic-facilitator > figure img { height: 100%; }
  .sap-pelvic-credentials { max-width: 320px !important; }
}

/* Rest & Restore sound-bowl mini-retreat */
.sap-sound-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 15%, rgba(255,188,44,.28), transparent 25%),
    radial-gradient(circle at 73% 76%, rgba(20,84,183,.12), transparent 31%),
    linear-gradient(120deg, #fffaf0, #f4f8ff);
}
.sap-sound-hero .sap-page-title { max-width: 780px; font-size: clamp(3.5rem, 6.1vw, 5.9rem); }
.sap-sound-wink { display: inline-block; margin: 24px 0 0 !important; padding: 11px 16px; border-left: 4px solid var(--gold); color: var(--blue-900); background: rgba(255,255,255,.78); font-family: var(--serif); font-size: .96rem; }
.sap-sound-hero-art { position: relative; z-index: 1; max-width: 550px; min-height: 540px; margin-left: auto; padding: 18px 18px 90px 34px; }
.sap-sound-hero-art::before,
.sap-sound-hero-art::after { content: ''; position: absolute; z-index: -1; border-radius: 50%; }
.sap-sound-hero-art::before { width: 430px; height: 430px; right: 0; top: 18px; background: linear-gradient(145deg, #ffcf5b, #fff0bd); }
.sap-sound-hero-art::after { width: 210px; height: 210px; left: 0; bottom: 46px; border: 2px solid rgba(10,63,157,.13); box-shadow: 0 0 0 34px rgba(10,63,157,.035), 0 0 0 68px rgba(10,63,157,.025); }
.sap-sound-hero-art > .wp-block-image { margin: 0; }
.sap-sound-hero-art > .wp-block-image img { display: block; width: 100%; aspect-ratio: 1 / 1; border: 9px solid rgba(255,255,255,.95); border-radius: 50%; object-fit: cover; object-position: center; box-shadow: 0 28px 68px rgba(10,44,91,.18); }
.sap-sound-float-card { position: absolute; z-index: 3; right: 0; bottom: 24px; max-width: 270px; padding: 18px 21px; border-radius: 19px; color: #fff; background: var(--blue-900); box-shadow: 0 18px 46px rgba(10,44,91,.22); }
.sap-sound-float-card p { margin: 0; color: inherit; font-family: var(--serif); font-size: 1rem; line-height: 1.45; }
.sap-sound-float-card strong { color: #ffda75; font-size: 1.28rem; }
.sap-sound-details { padding: 24px 0; color: #fff; background: linear-gradient(112deg, #082657, var(--blue-800)); }
.sap-sound-detail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; max-width: none !important; background: rgba(255,255,255,.18); }
.sap-sound-detail-grid > p { display: flex; min-height: 108px; margin: 0 !important; padding: 18px 22px; flex-direction: column; justify-content: center; color: rgba(255,255,255,.8); background: rgba(6,40,95,.78); }
.sap-sound-detail-grid span { margin-bottom: 7px; color: #ffda75; font-size: .65rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.sap-sound-detail-grid strong { color: #fff; font-family: var(--serif); font-size: 1.08rem; font-weight: 650; }
.sap-sound-detail-grid a { width: fit-content; margin-top: 5px; color: #fff; font-size: .72rem; font-weight: 800; text-underline-offset: .18em; }
.sap-sound-intro { background: #fff; }
.sap-sound-intro-grid { gap: clamp(44px, 8vw, 104px); }
.sap-sound-intro h2,
.sap-sound-flow h2,
.sap-sound-story h2,
.sap-sound-host h2 { margin: 0 0 24px; font-size: clamp(2.8rem, 5vw, 4.7rem); }
.sap-sound-intro p:not(.sap-kicker) { color: #42536a; }
.sap-sound-note { padding: clamp(30px, 5vw, 48px); border-radius: 34% 24px 42% 24px; color: #fff; background: linear-gradient(145deg, var(--blue-950), var(--blue-700)); box-shadow: 0 22px 58px rgba(10,44,91,.16); }
.sap-sound-note .sap-kicker { color: #ffdb78; }
.sap-sound-note h3 { margin: 0 0 22px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.sap-sound-note ul { margin: 0; padding-left: 1.2em; }
.sap-sound-note li { margin-bottom: 11px; color: rgba(255,255,255,.86); }
.sap-sound-flow { background: linear-gradient(180deg, #fff9ed, #f7f2e6); }
.sap-sound-flow > .sap-page-shell > h2 { max-width: 780px; margin-inline: auto; color: var(--blue-900); }
.sap-sound-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; max-width: none !important; margin: 42px 0 34px; }
.sap-sound-steps > p { min-height: 224px; margin: 0 !important; padding: 27px 23px; border: 1px solid rgba(10,63,157,.1); border-radius: 50% 50% 22px 22px / 28% 28% 22px 22px; background: rgba(255,255,255,.9); box-shadow: 0 12px 34px rgba(10,44,91,.06); }
.sap-sound-steps span { display: grid; width: 43px; height: 43px; margin-bottom: 21px; border-radius: 50%; place-items: center; color: var(--blue-900); background: var(--gold); font-family: var(--serif); font-weight: 700; }
.sap-sound-steps strong,
.sap-sound-steps small { display: block; }
.sap-sound-steps strong { margin-bottom: 9px; color: var(--blue-900); font-family: var(--serif); font-size: 1.2rem; }
.sap-sound-steps small { color: var(--muted); font-size: .79rem; line-height: 1.55; }
.sap-sound-photo-grid { gap: 18px; }
.sap-sound-photo-grid figure { height: 100%; margin: 0; }
.sap-sound-photo-grid img { display: block; width: 100%; height: 420px; border-radius: 28px; object-fit: cover; box-shadow: 0 18px 48px rgba(10,44,91,.12); }
.sap-sound-photo-grid > .wp-block-column:last-child img { object-position: center 76%; }
.sap-sound-story { color: #fff; background: radial-gradient(circle at 12% 18%, rgba(255,188,44,.18), transparent 24%), linear-gradient(125deg, var(--blue-950), var(--blue-700)); }
.sap-sound-story-grid { gap: clamp(44px, 8vw, 100px); }
.sap-sound-story h2 { color: #fff; }
.sap-sound-story p:not(.sap-kicker) { color: rgba(255,255,255,.78); }
.sap-sound-story .sap-kicker { color: #ffda75; }
.sap-sound-quote { padding: clamp(30px, 5vw, 46px); border-radius: 50% 50% 24px 24px / 25% 25% 24px 24px; color: var(--blue-950); background: #fff8e7; box-shadow: 0 22px 58px rgba(3,22,54,.28); }
.sap-sound-quote p { margin: 0; color: inherit !important; }
.sap-sound-quote p:first-child { font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.3; }
.sap-sound-quote .sap-note-cite { margin: 15px 0 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(7,55,127,.14); color: var(--gold-deep) !important; font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sap-sound-quote p:last-child { color: #516078 !important; font-size: .88rem; line-height: 1.65; }
.sap-sound-host { background: linear-gradient(180deg, #f2f7ff, #fff); }
.sap-sound-host-grid { gap: clamp(40px, 7vw, 90px); }
.sap-sound-host-photo { margin: 0; }
.sap-sound-host-photo img { display: block; width: 100%; height: 590px; border-radius: 48% 48% 24px 24px / 25% 25% 24px 24px; object-fit: cover; object-position: center 44%; box-shadow: 0 22px 58px rgba(10,44,91,.14); }
.sap-sound-host-copy > p:not(.sap-kicker) { color: #42536a; }
.sap-sound-host-copy > p a { color: var(--blue-800); font-weight: 800; text-underline-offset: .2em; }
.sap-sound-credentials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; max-width: none !important; margin: 30px 0 0; align-items: center; }
.sap-sound-credentials figure { display: grid; min-height: 122px; margin: 0; padding: 15px; border: 1px solid rgba(10,63,157,.09); border-radius: 18px; place-items: center; background: #fff; }
.sap-sound-credentials img { width: auto; max-width: 100%; max-height: 90px; object-fit: contain; }
.sap-sound-cta { color: var(--blue-950); background: radial-gradient(circle at 82% 12%, rgba(255,255,255,.7), transparent 23%), linear-gradient(120deg, #ffbf32, #ffe095); }
.sap-sound-cta h2 { color: var(--blue-950) !important; }
.sap-sound-cta p { color: rgba(6,40,95,.75) !important; }
.sap-sound-cta .sap-kicker { color: var(--blue-900); }
.sap-sound-cta .wp-block-buttons { justify-content: center; }
.sap-sound-cta .is-style-outline .wp-block-button__link { color: var(--blue-950) !important; border-color: rgba(6,40,95,.6) !important; }

@media (max-width: 980px) {
  .sap-sound-hero-art { max-width: 560px; margin-inline: auto; }
  .sap-sound-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-sound-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-sound-host-photo img { height: 480px; }
}

@media (max-width: 720px) {
  .sap-sound-hero .sap-page-title { font-size: clamp(3rem, 14vw, 4.35rem); }
  .sap-sound-hero-art { min-height: 430px; padding: 0 12px 102px 20px; }
  .sap-sound-hero-art::before { width: 320px; height: 320px; }
  .sap-sound-hero-art::after { width: 150px; height: 150px; }
  .sap-sound-float-card { width: calc(100% - 24px); right: 0; bottom: 12px; }
  .sap-sound-detail-grid,
  .sap-sound-steps,
  .sap-sound-credentials { grid-template-columns: 1fr; }
  .sap-sound-detail-grid > p { min-height: 94px; }
  .sap-sound-note { border-radius: 28px; }
  .sap-sound-steps > p { min-height: 0; border-radius: 22px; }
  .sap-sound-photo-grid img { height: 290px; }
  .sap-sound-story-grid { gap: 42px; }
  .sap-sound-quote { border-radius: 26px; }
  .sap-sound-host-photo img { height: 430px; border-radius: 30px; }
  .sap-sound-credentials { max-width: 320px !important; }
}

/* Coming Home to Stillness meditation workshop */
.sap-still-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 13%, rgba(255,188,44,.24), transparent 23%),
    radial-gradient(circle at 74% 75%, rgba(43,91,72,.12), transparent 31%),
    linear-gradient(120deg, #fffaf0, #f2f8f3);
}
.sap-still-hero .sap-page-title { max-width: 820px; font-size: clamp(3.45rem, 6vw, 5.8rem); }
.sap-still-wink { display: inline-block; margin: 24px 0 0 !important; padding: 11px 16px; border-left: 4px solid var(--gold); color: var(--blue-900); background: rgba(255,255,255,.78); font-family: var(--serif); font-size: .96rem; }
.sap-still-hero-art { position: relative; z-index: 1; max-width: 540px; min-height: 560px; margin-left: auto; padding: 20px 28px 120px 42px; }
.sap-still-hero-art::before,
.sap-still-hero-art::after { content: ''; position: absolute; z-index: -1; border-radius: 50%; }
.sap-still-hero-art::before { width: 440px; height: 440px; right: 0; top: 20px; border: 2px solid rgba(43,91,72,.15); box-shadow: 0 0 0 34px rgba(43,91,72,.035), 0 0 0 68px rgba(43,91,72,.025); }
.sap-still-hero-art::after { width: 116px; height: 116px; left: 0; top: 62px; background: var(--gold); }
.sap-still-hero-art > .wp-block-image { margin: 0; }
.sap-still-hero-art > .wp-block-image img { display: block; width: 100%; height: 430px; border: 9px solid rgba(255,255,255,.95); border-radius: 48% 48% 24px 24px / 24% 24% 24px 24px; object-fit: cover; object-position: center; box-shadow: 0 28px 68px rgba(10,44,91,.18); }
.sap-still-hero-quote { position: absolute; z-index: 3; right: 0; bottom: 28px; max-width: 355px; padding: 20px 23px; border-radius: 21px; color: #fff; background: #183e34; box-shadow: 0 18px 46px rgba(17,55,45,.24); }
.sap-still-hero-quote p { margin: 0; color: inherit; font-family: var(--serif); font-size: 1.04rem; line-height: 1.48; }
.sap-still-hero-quote .sap-note-cite { margin-top: 9px; color: #ffdc80; font-family: var(--sans); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sap-still-details { padding: 24px 0; color: #fff; background: #183e34; }
.sap-still-detail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; max-width: none !important; background: rgba(255,255,255,.16); }
.sap-still-detail-grid > p { display: flex; min-height: 108px; margin: 0 !important; padding: 18px 22px; flex-direction: column; justify-content: center; color: rgba(255,255,255,.74); background: #183e34; }
.sap-still-detail-grid span { margin-bottom: 7px; color: #ffda75; font-size: .65rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.sap-still-detail-grid strong { color: #fff; font-family: var(--serif); font-size: 1.08rem; font-weight: 620; }
.sap-still-detail-grid a { width: fit-content; margin-top: 5px; color: #fff; font-size: .72rem; font-weight: 800; text-underline-offset: .18em; }
.sap-still-intro { background: #fff; }
.sap-still-intro-grid { gap: clamp(44px, 8vw, 104px); }
.sap-still-intro h2,
.sap-still-flow h2,
.sap-still-story h2,
.sap-still-host h2 { margin: 0 0 24px; font-size: clamp(2.8rem, 5vw, 4.7rem); }
.sap-still-intro p:not(.sap-kicker) { color: #42536a; }
.sap-still-note { padding: clamp(30px, 5vw, 48px); border-radius: 52% 24px 48% 24px / 24% 24px 24px 24px; color: #fff; background: linear-gradient(145deg, #173c32, #2b654f); box-shadow: 0 22px 58px rgba(17,55,45,.17); }
.sap-still-note .sap-kicker { color: #ffdb78; }
.sap-still-note h3 { margin: 0 0 22px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.sap-still-note ul { margin: 0; padding-left: 1.2em; }
.sap-still-note li { margin-bottom: 11px; color: rgba(255,255,255,.86); }
.sap-still-flow { background: linear-gradient(180deg, #f3f8f3, #eef5ef); }
.sap-still-flow > .sap-page-shell > h2 { max-width: 780px; margin-inline: auto; color: var(--blue-900); }
.sap-still-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; max-width: none !important; margin: 42px 0 0; }
.sap-still-steps > p { min-height: 228px; margin: 0 !important; padding: 28px 24px; border: 1px solid rgba(43,91,72,.12); border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: 0 12px 34px rgba(17,55,45,.06); }
.sap-still-steps span { display: grid; width: 44px; height: 44px; margin-bottom: 21px; border-radius: 50% 50% 50% 8px; place-items: center; color: #fff; background: #2b654f; font-family: var(--serif); font-weight: 700; }
.sap-still-steps strong,
.sap-still-steps small { display: block; }
.sap-still-steps strong { margin-bottom: 9px; color: var(--blue-900); font-family: var(--serif); font-size: 1.2rem; }
.sap-still-steps small { color: var(--muted); font-size: .79rem; line-height: 1.55; }
.sap-still-visual { background: #fffaf0; }
.sap-still-photo-grid { gap: 18px; }
.sap-still-photo-grid figure { height: 100%; margin: 0; }
.sap-still-photo-grid img { display: block; width: 100%; height: 430px; border-radius: 28px; object-fit: cover; box-shadow: 0 18px 48px rgba(10,44,91,.12); }
.sap-still-photo-grid > .wp-block-column:first-child img { object-position: center; }
.sap-still-photo-grid > .wp-block-column:last-child img { object-position: center 67%; }
.sap-still-story { color: #fff; background: radial-gradient(circle at 12% 18%, rgba(255,188,44,.16), transparent 24%), linear-gradient(125deg, #102f28, #275f4b); }
.sap-still-story-grid { gap: clamp(44px, 8vw, 100px); }
.sap-still-story h2 { color: #fff; }
.sap-still-story p:not(.sap-kicker) { color: rgba(255,255,255,.79); }
.sap-still-story .sap-kicker { color: #ffda75; }
.sap-still-takeaway { padding: clamp(30px, 5vw, 46px); border-radius: 48% 24px 44% 24px / 20% 20% 24px 24px; color: var(--blue-950); background: #fff9e9; box-shadow: 0 22px 58px rgba(3,22,54,.25); }
.sap-still-takeaway .sap-kicker { color: var(--gold-deep); }
.sap-still-takeaway ul { margin: 20px 0 0; padding-left: 1.2em; }
.sap-still-takeaway li { margin-bottom: 12px; color: #42536a; }
.sap-still-host { background: linear-gradient(180deg, #f1f7f4, #fff); }
.sap-still-host-grid { gap: clamp(40px, 7vw, 90px); }
.sap-still-host-photo { margin: 0; }
.sap-still-host-photo img { display: block; width: 100%; height: 590px; border-radius: 48% 48% 24px 24px / 25% 25% 24px 24px; object-fit: cover; object-position: center 44%; box-shadow: 0 22px 58px rgba(17,55,45,.14); }
.sap-still-host-copy > p:not(.sap-kicker) { color: #42536a; }
.sap-still-host-copy > p a { color: var(--blue-800); font-weight: 800; text-underline-offset: .2em; }
.sap-still-credentials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; max-width: none !important; margin: 30px 0 0; align-items: center; }
.sap-still-credentials figure { display: grid; min-height: 122px; margin: 0; padding: 15px; border: 1px solid rgba(43,91,72,.1); border-radius: 18px; place-items: center; background: #fff; }
.sap-still-credentials img { width: auto; max-width: 100%; max-height: 90px; object-fit: contain; }
.sap-still-cta { color: var(--blue-950); background: radial-gradient(circle at 83% 13%, rgba(255,255,255,.72), transparent 23%), linear-gradient(120deg, #ffbf32, #ffe29c); }
.sap-still-cta h2 { color: var(--blue-950) !important; }
.sap-still-cta p { color: rgba(6,40,95,.75) !important; }
.sap-still-cta .sap-kicker { color: #183e34; }
.sap-still-cta .wp-block-buttons { justify-content: center; }
.sap-still-cta .is-style-outline .wp-block-button__link { color: var(--blue-950) !important; border-color: rgba(6,40,95,.6) !important; }

@media (max-width: 980px) {
  .sap-still-hero-art { max-width: 560px; margin-inline: auto; }
  .sap-still-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-still-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sap-still-host-photo img { height: 480px; }
}

@media (max-width: 720px) {
  .sap-still-hero .sap-page-title { font-size: clamp(3rem, 14vw, 4.35rem); }
  .sap-still-hero-art { min-height: 470px; padding: 0 15px 118px 22px; }
  .sap-still-hero-art::before { width: 315px; height: 315px; }
  .sap-still-hero-art::after { width: 80px; height: 80px; }
  .sap-still-hero-art > .wp-block-image img { height: 340px; }
  .sap-still-hero-quote { width: calc(100% - 20px); right: 0; bottom: 14px; }
  .sap-still-detail-grid,
  .sap-still-steps,
  .sap-still-credentials { grid-template-columns: 1fr; }
  .sap-still-detail-grid > p { min-height: 94px; }
  .sap-still-note,
  .sap-still-takeaway { border-radius: 28px; }
  .sap-still-steps > p { min-height: 0; }
  .sap-still-photo-grid img { height: 290px; }
  .sap-still-story-grid { gap: 42px; }
  .sap-still-host-photo img { height: 430px; border-radius: 30px; }
  .sap-still-credentials { max-width: 320px !important; }
}

/* Heather's pre-launch readability review: give the playful hero one-liners
   the same generous serif treatment used on the Prices page. */
.sap-prices-wink,
.sap-terms-wink,
.sap-workshops-wink,
.sap-therapy-wink,
.sap-corporate-wink,
.sap-articles-wink,
.sap-contact-wink,
.sap-bookings-wink,
.sap-pelvic-wink,
.sap-sound-wink,
.sap-still-wink {
  font-family: var(--serif);
  font-size: clamp(1.04rem, 1.3vw, 1.18rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
}
