/*
Theme Name: Dina Yogic
Theme URI: https://dina-yogic-practice.my8571250.chatgpt.site
Author: Dina Yogic
Description: Тёплая адаптивная тема для сайта бережных практик Dina Yogic.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: dina-yogic
*/

:root {
  --milk: #f7f1e8;
  --paper: #fffaf3;
  --sand: #dfcdb8;
  --sand-deep: #cdb397;
  --ink: #352b26;
  --muted: #6f645d;
  --terracotta: #ba6246;
  --terracotta-dark: #984b35;
  --sage: #868c73;
  --line: rgba(53, 43, 38, 0.18);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--milk);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  background: var(--terracotta);
  color: white;
}

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

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

/*
 * WordPress and optimisation plugins may add broad media rules of their own.
 * Keep the theme's interface SVGs at their intended fixed size.
 */
.principle-card__emblem > svg {
  display: block !important;
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  flex: 0 0 30px !important;
}

.principle-card__icon > svg {
  display: block !important;
  width: 23px !important;
  min-width: 23px !important;
  max-width: 23px !important;
  height: 23px !important;
  min-height: 23px !important;
  max-height: 23px !important;
  flex: 0 0 23px !important;
}

.inner-hero__ornament i > svg {
  display: block !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  flex: 0 0 40px !important;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: min(100% - 56px, 1360px);
  margin: 0 auto;
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
}

.brand {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.15vw, 2.15rem);
  letter-spacing: 0.105em;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 52px);
}

.site-nav > a:not(.nav-book) {
  position: relative;
  font-size: 0.95rem;
}

.site-nav > a:not(.nav-book)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav > a:hover::after,
.site-nav > a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-book {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--ink);
  padding: 11px 18px;
  font-size: 0.9rem;
  transition: background 200ms ease, color 200ms ease;
}

.nav-book:hover {
  background: var(--ink);
  color: var(--milk);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 1px;
  margin: 7px auto;
  background: var(--ink);
  transition: transform 200ms ease;
}

.hero {
  position: relative;
  min-height: min(900px, 100svh);
  overflow: hidden;
  padding-top: 92px;
  background: var(--milk);
}

.hero__texture {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)),
    radial-gradient(rgba(66, 50, 40, 0.22) 0.55px, transparent 0.55px);
  background-size: auto, 5px 5px;
  pointer-events: none;
}

.hero__grid {
  position: relative;
  display: grid;
  min-height: calc(min(900px, 100svh) - 92px);
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.98fr);
  align-items: center;
  gap: clamp(40px, 5vw, 84px);
}

.hero__copy {
  position: relative;
  z-index: 2;
  padding: 62px 0 56px;
  animation: fade-up 700ms ease both;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--terracotta-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3.7rem, 5.85vw, 6.35rem);
  line-height: 0.96;
}

.hero__lead {
  max-width: 640px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.25rem);
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid transparent;
  padding: 0 24px;
  font-size: 0.95rem;
  font-weight: 600;
  transition:
    background 220ms ease,
    border 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.button span,
.text-link span,
.practice-card__footer a span {
  transition: transform 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover span,
.text-link:hover span,
.practice-card__footer a:hover span {
  transform: translateX(5px);
}

.button--primary {
  min-width: 240px;
  background: var(--terracotta);
  color: white;
}

.button--primary:hover {
  background: var(--terracotta-dark);
}

.button--ghost {
  min-width: 248px;
  border-color: var(--terracotta);
  color: var(--terracotta-dark);
}

.button--ghost:hover {
  background: rgba(186, 98, 70, 0.08);
}

.button--light {
  background: var(--milk);
  color: var(--ink);
}

.button--light:hover {
  background: white;
}

.hero__facts {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 50px;
  color: var(--sage);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero__facts i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.hero__visual {
  position: relative;
  height: clamp(560px, calc(100svh - 132px), 760px);
  align-self: center;
  margin-right: calc((100vw - min(100vw - 56px, 1360px)) / -2);
  animation: image-reveal 900ms 100ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.hero__image-wrap {
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 42% 20%;
}

.hero__image-wrap img {
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
}

.hero__note {
  position: absolute;
  bottom: 32px;
  left: 32px;
  z-index: 3;
  display: flex;
  width: 220px;
  height: 122px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(53, 43, 38, 0.12);
  padding: 22px;
  background: rgba(247, 241, 232, 0.93);
  backdrop-filter: blur(12px);
}

.hero__note span {
  color: var(--muted);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__note strong {
  margin-top: 6px;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 400;
}

.soft-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #efe4d6;
}

.soft-strip__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.soft-strip p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  font-style: italic;
}

.soft-strip__dot {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: var(--terracotta);
}

.section {
  padding: clamp(92px, 10vw, 150px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 58px;
}

.section-heading--compact {
  grid-template-columns: 1fr;
}

.section-heading h2,
.about-preview__copy h2 {
  max-width: 790px;
  font-size: clamp(2.75rem, 4.5vw, 5rem);
  line-height: 1.03;
}

.section-heading > p {
  max-width: 490px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 1.05rem;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.practice-card {
  display: grid;
  min-height: 350px;
  grid-template-columns: minmax(190px, 0.8fr) minmax(250px, 1.2fr);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
}

.practice-card__image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.practice-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.practice-card:hover .practice-card__image img {
  transform: scale(1.035);
}

.practice-card__image > span {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(247, 241, 232, 0.92);
  color: var(--ink);
  font-size: 0.76rem;
}

.practice-card__body {
  display: flex;
  flex-direction: column;
  padding: 36px 34px 30px;
}

.practice-card__meta {
  margin: 0 0 16px;
  color: var(--terracotta-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.practice-card h3,
.steps h3,
.journal-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
}

.practice-card h3 {
  font-size: clamp(1.85rem, 2.6vw, 2.8rem);
  line-height: 1.05;
}

.practice-card__body > p:not(.practice-card__meta) {
  margin: 18px 0 26px;
  color: var(--muted);
}

.practice-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.practice-card__footer strong {
  font-size: 1.05rem;
}

.practice-card__footer a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--terracotta-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.about-preview {
  background: #e9ddce;
}

.about-preview__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(58px, 8vw, 122px);
}

.about-preview__portrait {
  position: relative;
}

.about-preview__portrait > img {
  height: auto;
  min-height: 0;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center;
}

.about-preview__badge {
  position: absolute;
  top: 36px;
  right: -38px;
  display: flex;
  width: 180px;
  height: 180px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--terracotta);
  color: white;
  text-align: center;
}

.about-preview__badge strong {
  font-family: var(--serif);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
}

.about-preview__badge span {
  max-width: 120px;
  margin-top: 8px;
  font-size: 0.69rem;
  line-height: 1.35;
}

.about-preview__lead {
  margin: 30px 0 16px;
  color: var(--ink);
  font-size: 1.18rem;
}

.about-preview__copy > p:not(.eyebrow):not(.about-preview__lead) {
  max-width: 650px;
  color: var(--muted);
}

.about-preview blockquote {
  max-width: 640px;
  margin: 32px 0;
  padding: 24px 0 24px 28px;
  border-left: 2px solid var(--terracotta);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-style: italic;
  line-height: 1.45;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--terracotta-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.how-it-works {
  background: var(--ink);
  color: var(--milk);
}

.how-it-works .eyebrow {
  color: #e89a7e;
}

.steps {
  display: grid;
  margin: 0;
  padding: 0;
  counter-reset: none;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(247, 241, 232, 0.25);
  list-style: none;
}

.steps li {
  min-height: 260px;
  padding: 34px 42px 34px 0;
  border-right: 1px solid rgba(247, 241, 232, 0.25);
}

.steps li + li {
  padding-left: 42px;
}

.steps li:last-child {
  border-right: 0;
}

.steps > li > span {
  color: #e89a7e;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.steps h3 {
  max-width: 300px;
  margin-top: 50px;
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  line-height: 1.08;
}

.steps p {
  max-width: 350px;
  color: rgba(247, 241, 232, 0.68);
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}

.journal {
  background: var(--paper);
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.journal-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  padding: 34px 36px;
  border-right: 1px solid var(--line);
  transition: background 220ms ease;
}

.journal-card:last-child {
  border-right: 0;
}

.journal-card:hover {
  background: var(--milk);
}

.journal-card__number {
  color: var(--sage);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.journal-card__category {
  margin: 48px 0 16px;
  color: var(--terracotta-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journal-card h3 {
  max-width: 380px;
  font-size: clamp(1.7rem, 2.7vw, 2.6rem);
  line-height: 1.08;
}

.journal-card > p:not(.journal-card__category) {
  color: var(--muted);
}

.journal-card__footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.83rem;
}

.journal-card__footer > span {
  color: var(--muted);
}

.journal-card__footer a {
  color: var(--terracotta-dark);
  font-weight: 700;
}

.final-cta {
  padding: clamp(86px, 9vw, 132px) 0;
  background: var(--terracotta);
  color: white;
}

.final-cta .eyebrow {
  color: #f7d4c8;
}

.final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: 80px;
}

.final-cta h2 {
  max-width: 790px;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.98;
}

.final-cta__inner > div:last-child > p {
  max-width: 480px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  background: #2c2420;
  color: var(--milk);
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  padding-top: 74px;
  padding-bottom: 74px;
}

.brand--footer {
  display: inline-block;
  font-size: 2rem;
}

.site-footer__top > div:first-child p {
  max-width: 320px;
  margin-top: 24px;
  color: rgba(247, 241, 232, 0.58);
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.site-footer__nav > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.site-footer__nav span {
  margin-bottom: 9px;
  color: #d89a83;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__nav a {
  color: rgba(247, 241, 232, 0.76);
  font-size: 0.9rem;
}

.site-footer__nav a:hover {
  color: white;
}

.site-footer__bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(247, 241, 232, 0.15);
  color: rgba(247, 241, 232, 0.45);
  font-size: 0.75rem;
}

.inner-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  padding-top: 92px;
  background: #eee2d4;
}

.inner-hero__texture {
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image: radial-gradient(
    rgba(66, 50, 40, 0.32) 0.55px,
    transparent 0.55px
  );
  background-size: 5px 5px;
}

.inner-hero__grid {
  position: relative;
  display: grid;
  min-height: 598px;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.9fr);
  align-items: center;
  gap: clamp(54px, 8vw, 120px);
}

.inner-hero__copy {
  max-width: 760px;
  padding: 76px 0;
  animation: fade-up 650ms ease both;
}

.inner-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 5.8vw, 6.25rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
  text-wrap: balance;
}

.inner-hero__copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.inner-hero__copy .button {
  margin-top: 38px;
}

.principle-map {
  position: relative;
  width: min(100%, 590px);
  height: 520px;
  justify-self: end;
  isolation: isolate;
  animation: fade-up 750ms 80ms ease both;
}

.principle-map::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 408px;
  height: 408px;
  border-radius: 50%;
  background: rgba(255, 250, 243, 0.58);
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.principle-map::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 314px;
  height: 314px;
  border: 1px solid rgba(134, 140, 115, 0.19);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.principle-map__connections {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.principle-map__connections path {
  fill: none;
  stroke: rgba(152, 75, 53, 0.35);
  stroke-linecap: round;
  stroke-width: 1.25;
}

.principle-map__connections circle {
  fill: var(--terracotta);
  stroke: var(--milk);
  stroke-width: 3;
}

.principle-map__core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  width: 214px;
  height: 214px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 8px solid rgba(255, 250, 243, 0.74);
  border-radius: 50%;
  padding: 30px 24px;
  background: var(--terracotta);
  box-shadow: 0 22px 46px rgba(126, 61, 43, 0.18);
  color: white;
  text-align: center;
  transform: translate(-50%, -50%);
}

.principle-map__core > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.principle-map__core > strong {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.45vw, 2.3rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.principle-map__core > small {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.69rem;
  line-height: 1.45;
}

.principle-map__node {
  position: relative;
  z-index: 3;
  display: flex;
  width: 184px;
  min-height: 108px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(53, 43, 38, 0.08);
  border-radius: 18px;
  padding: 17px 16px;
  background: rgba(255, 250, 243, 0.97);
  box-shadow: 0 12px 28px rgba(83, 56, 43, 0.075);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.principle-map__node:hover {
  box-shadow: 0 18px 40px rgba(83, 56, 43, 0.13);
}

.principle-map__node--body,
.principle-map__node--pace,
.principle-map__node--pressure,
.principle-map__node--compare {
  position: absolute;
}

.principle-map__node--body {
  top: 10px;
  left: 50%;
  width: 220px;
  min-height: 108px;
  background: #f6eadf;
  transform: translateX(-50%);
}

.principle-map__node--pace {
  top: 50%;
  right: 0;
  background: #e8e8dc;
  transform: translateY(-50%);
}

.principle-map__node--pressure {
  top: 50%;
  bottom: auto;
  left: 0;
  background: #eee0d1;
  transform: translateY(-50%);
}

.principle-map__node--compare {
  right: auto;
  bottom: 10px;
  left: 50%;
  width: 220px;
  min-height: 108px;
  background: #f3e8e2;
  transform: translateX(-50%);
}

.principle-map__index {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(152, 75, 53, 0.22);
  border-radius: 50%;
  color: var(--terracotta-dark);
  font-family: var(--serif);
  font-size: 0.75rem;
  font-style: italic;
}

.principle-map__node > div {
  min-width: 0;
}

.principle-map__node strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 1.15;
}

.principle-map__node small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.35;
}

.principle-card {
  position: relative;
  width: min(100%, 510px);
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(152, 75, 53, 0.18);
  border-radius: 180px 180px 28px 28px;
  background:
    radial-gradient(circle at 50% 4%, rgba(186, 98, 70, 0.18), transparent 38%),
    rgba(255, 250, 243, 0.58);
  box-shadow: 0 32px 80px rgba(83, 56, 43, 0.1);
  animation: fade-up 750ms 80ms ease both;
}

.principle-card::before {
  position: absolute;
  top: 31px;
  left: 50%;
  width: 154px;
  height: 154px;
  border: 1px solid rgba(152, 75, 53, 0.2);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.principle-card__head {
  position: relative;
  display: flex;
  min-height: 256px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px 52px 32px;
  text-align: center;
}

.principle-card__emblem {
  position: relative;
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
  place-items: center;
  border: 1px solid rgba(152, 75, 53, 0.22);
  border-radius: 50%;
  background: rgba(255, 250, 243, 0.72);
  color: var(--terracotta-dark);
}

.principle-card__emblem svg {
  width: 30px;
  height: 30px;
}

.principle-card__head > span {
  color: var(--terracotta-dark);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.principle-card__head > strong {
  margin-top: 9px;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 3vw, 3.15rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.principle-card__head > p {
  max-width: 330px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.principle-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(53, 43, 38, 0.14);
}

.principle-card__grid > div {
  position: relative;
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: center;
  padding: 25px 24px 24px 82px;
}

.principle-card__grid > div:nth-child(odd) {
  border-right: 1px solid rgba(53, 43, 38, 0.14);
}

.principle-card__grid > div:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(53, 43, 38, 0.14);
}

.principle-card__icon {
  position: absolute;
  top: 50%;
  left: 26px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(152, 75, 53, 0.22);
  border-radius: 50%;
  background: rgba(255, 250, 243, 0.48);
  color: var(--terracotta-dark);
  transform: translateY(-50%);
}

.principle-card__icon svg {
  width: 23px;
  height: 23px;
}

.principle-card__grid strong {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.15;
}

.principle-card__grid small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.35;
}

.inner-hero__image {
  height: 598px;
  align-self: end;
  overflow: hidden;
  border-top-left-radius: 48% 24%;
  animation: image-reveal 850ms 80ms ease both;
}

.inner-hero__image img {
  height: 100%;
  object-fit: cover;
}

.inner-hero__ornament {
  position: relative;
  display: grid;
  width: min(100%, 448px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 250, 243, 0.46) 0 60%, transparent 60.5%);
  color: var(--muted);
}

.inner-hero__ornament::before,
.inner-hero__ornament::after {
  position: absolute;
  border: 1px solid rgba(53, 43, 38, 0.15);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.inner-hero__ornament::before {
  inset: 9px;
}

.inner-hero__ornament::after {
  inset: 68px;
  border-color: rgba(134, 140, 115, 0.16);
}

.inner-hero__orbit {
  position: absolute;
  inset: 87px;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

.inner-hero__orbit::before,
.inner-hero__orbit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(186, 98, 70, 0.7);
  content: "";
  transform: translate(-50%, -50%);
}

.inner-hero__orbit::before {
  width: 100%;
  height: 1px;
}

.inner-hero__orbit::after {
  width: 1px;
  height: 100%;
}

.inner-hero__ornament i {
  position: relative;
  z-index: 1;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 7px solid rgba(255, 250, 243, 0.72);
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 0 18px 38px rgba(126, 61, 43, 0.14);
  color: white;
  font-style: normal;
}

.inner-hero__ornament i svg {
  width: 40px;
  height: 40px;
}

.inner-hero__ornament .inner-hero__point {
  position: absolute;
  z-index: 2;
  width: 164px;
  padding: 10px 13px 11px;
  border: 1px solid rgba(53, 43, 38, 0.13);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.88);
  box-shadow: 0 8px 24px rgba(83, 56, 43, 0.045);
  font-family: var(--serif);
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.inner-hero__point::before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--terracotta);
  content: "";
}

.inner-hero__ornament .inner-hero__point--one {
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
}

.inner-hero__ornament .inner-hero__point--two {
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
}

.inner-hero__ornament .inner-hero__point--three {
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
}

.inner-hero__ornament .inner-hero__point--four {
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
}

.inner-hero__point--one::before {
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.inner-hero__point--two::before {
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}

.inner-hero__point--three::before {
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.inner-hero__point--four::before {
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}

.inner-hero__ornament--flower {
  --flower-core-radius: 50px;
  --flower-petal-gap: 14px;
  --flower-petal-height: 72px;
  --flower-petal-length: clamp(104px, 32%, 142px);
  width: min(100%, 440px);
  border: 0;
  background:
    radial-gradient(
      circle,
      rgba(186, 98, 70, 0.08) 0 25%,
      transparent 25.5%
    ),
    radial-gradient(
      circle,
      transparent 0 39%,
      rgba(53, 43, 38, 0.1) 39.25% 39.65%,
      transparent 40%
    );
}

.inner-hero__ornament--flower::before,
.inner-hero__ornament--flower::after {
  width: 64%;
  background: rgba(152, 75, 53, 0.28);
}

.inner-hero__ornament--flower i {
  z-index: 3;
  display: flex;
  width: calc(var(--flower-core-radius) * 2);
  height: calc(var(--flower-core-radius) * 2);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: linear-gradient(145deg, #bd6a50, var(--terracotta-dark));
  box-shadow: 0 18px 44px rgba(116, 65, 49, 0.2);
}

.inner-hero__ornament--flower i span {
  font-family: var(--sans);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.inner-hero__ornament--flower i strong {
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.05;
}

.inner-hero__ornament--flower .inner-hero__point {
  display: flex;
  width: var(--flower-petal-length);
  min-height: var(--flower-petal-height);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 12px 13px;
  border-color: rgba(152, 75, 53, 0.15);
  background: rgba(255, 250, 243, 0.76);
  box-shadow: 0 14px 34px rgba(83, 56, 43, 0.07);
  font-style: normal;
  white-space: normal;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    opacity 220ms ease,
    transform 220ms ease;
}

.inner-hero__ornament--flower .inner-hero__point strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(0.84rem, 1.2vw, 1rem);
  font-weight: 400;
  line-height: 1.05;
}

.inner-hero__ornament--flower .inner-hero__point small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: clamp(0.58rem, 0.8vw, 0.68rem);
  font-style: normal;
  line-height: 1.15;
}

.inner-hero__ornament--flower .inner-hero__point::before {
  display: none;
}

.inner-hero__ornament--flower .inner-hero__point--one {
  top: calc(
    50% - var(--flower-core-radius) - var(--flower-petal-gap) -
      var(--flower-petal-height)
  );
}

.inner-hero__ornament--flower .inner-hero__point--two {
  right: calc(
    50% - var(--flower-core-radius) - var(--flower-petal-gap) -
      var(--flower-petal-length)
  );
}

.inner-hero__ornament--flower .inner-hero__point--three {
  bottom: calc(
    50% - var(--flower-core-radius) - var(--flower-petal-gap) -
      var(--flower-petal-height)
  );
}

.inner-hero__ornament--flower .inner-hero__point--four {
  left: calc(
    50% - var(--flower-core-radius) - var(--flower-petal-gap) -
      var(--flower-petal-length)
  );
}

@media (hover: hover) {
  .inner-hero__ornament--flower:has(.inner-hero__point:hover)
    .inner-hero__point:not(:hover) {
    opacity: 0.48;
  }

  .inner-hero__ornament--flower .inner-hero__point:hover {
    border-color: rgba(152, 75, 53, 0.32);
    background: var(--paper);
    box-shadow: 0 18px 42px rgba(83, 56, 43, 0.13);
  }

  .inner-hero__ornament--flower .inner-hero__point--one:hover {
    transform: translate(-50%, -4px);
  }

  .inner-hero__ornament--flower .inner-hero__point--two:hover {
    transform: translate(4px, -50%);
  }

  .inner-hero__ornament--flower .inner-hero__point--three:hover {
    transform: translate(-50%, 4px);
  }

  .inner-hero__ornament--flower .inner-hero__point--four:hover {
    transform: translate(-4px, -50%);
  }
}

.story__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1.25fr);
  gap: clamp(50px, 9vw, 150px);
}

.story__aside {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
}

.story__aside span {
  color: var(--terracotta-dark);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.story__aside strong {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 400;
}

.prose {
  max-width: 920px;
}

.prose h2,
.credentials h2,
.faq h2,
.contact-page h2,
.contact-note h2,
.journal-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.prose p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.prose .prose__lead {
  margin-top: 32px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.35vw, 2.05rem);
  line-height: 1.45;
}

.about-values {
  padding: clamp(92px, 10vw, 150px) 0;
  background: var(--paper);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.value-grid article {
  min-height: 320px;
  padding: 34px;
  border-right: 1px solid var(--line);
}

.value-grid article:last-child {
  border-right: 0;
}

.value-grid article > span {
  color: var(--terracotta-dark);
  font-size: 0.75rem;
}

.value-grid h3 {
  margin: 76px 0 14px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
}

.value-grid p {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
}

.credentials {
  background: #e9ddce;
}

.credentials__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(60px, 9vw, 140px);
}

.credential-list {
  border-top: 1px solid var(--line);
}

.credential-list > div {
  display: grid;
  min-height: 94px;
  grid-template-columns: minmax(180px, 0.7fr) 1.3fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.credential-list strong {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.credential-list span {
  color: var(--muted);
}

.quote-band {
  padding: 90px 0;
  background: var(--terracotta);
  color: white;
}

.quote-band .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.quote-band blockquote {
  max-width: 930px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.3vw, 4.6rem);
  font-style: italic;
  line-height: 1.12;
}

.quote-band .button {
  flex: 0 0 auto;
}

.offer-list {
  background: var(--paper);
}

.offer-row {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  align-items: stretch;
  gap: clamp(58px, 8vw, 120px);
  padding: 86px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 30px;
}

.offer-row:first-child {
  padding-top: 0;
}

.offer-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.offer-row--reverse .offer-row__image {
  order: 2;
}

.offer-row--reverse .offer-row__content {
  order: 1;
}

.offer-row__image {
  position: relative;
  min-height: 610px;
  overflow: hidden;
}

.offer-row__image img {
  height: 100%;
  object-fit: cover;
}

.offer-row__image > span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--milk);
  font-size: 0.78rem;
}

.offer-row__content {
  align-self: center;
}

.offer-row h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.offer-row__content > p:not(.eyebrow) {
  max-width: 660px;
  margin: 26px 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.offer-row__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 32px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.offer-row__details > div {
  display: flex;
  min-height: 102px;
  flex-direction: column;
  justify-content: center;
  padding-right: 24px;
}

.offer-row__details > div + div {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.offer-row__details span {
  color: var(--muted);
  font-size: 0.71rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-row__details strong {
  margin-top: 6px;
  font-size: 0.95rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
}

.tag-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--muted);
  font-size: 0.75rem;
}

.faq {
  background: #e9ddce;
}

.faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(60px, 10vw, 150px);
}

.faq__grid > div:first-child > p:last-child {
  max-width: 400px;
  color: var(--muted);
}

.faq__items {
  border-top: 1px solid var(--line);
}

.faq details,
.blog-article details {
  border-bottom: 1px solid var(--line);
}

.faq summary,
.blog-article summary {
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker,
.blog-article summary::-webkit-details-marker {
  display: none;
}

.faq summary {
  position: relative;
  padding: 26px 48px 26px 0;
  font-family: var(--serif);
  font-size: 1.4rem;
}

.faq summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  content: "＋";
  transform: translateY(-50%);
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 680px;
  margin: -2px 0 26px;
  color: var(--muted);
}

.blog-list {
  background: var(--paper);
}

.blog-article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: clamp(32px, 6vw, 86px);
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
}

.blog-article:first-child {
  padding-top: 0;
}

.blog-article__index {
  color: var(--sage);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.blog-article__main {
  max-width: 990px;
}

.blog-article__meta {
  display: flex;
  gap: 18px;
  color: var(--terracotta-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-article__meta span + span {
  padding-left: 18px;
  border-left: 1px solid var(--line);
  color: var(--muted);
}

.blog-article h2 {
  max-width: 900px;
  margin: 18px 0 22px;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.blog-article__intro {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.06rem;
}

.blog-article details {
  max-width: 780px;
  margin-top: 32px;
  border-top: 1px solid var(--line);
}

.blog-article summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  color: var(--terracotta-dark);
  font-size: 0.88rem;
  font-weight: 700;
}

.blog-article details[open] summary span {
  transform: rotate(45deg);
}

.blog-article details p {
  margin: 0 0 25px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.65;
}

.journal-cta {
  padding: 90px 0;
  background: #e9ddce;
}

.journal-cta__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.journal-cta h2 {
  max-width: 800px;
}

.journal-cta .button {
  flex: 0 0 auto;
}

.contact-page {
  background: var(--paper);
}

.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(64px, 10vw, 150px);
}

.contact-page__intro > p:last-child {
  max-width: 440px;
  color: var(--muted);
}

.contact-methods {
  border-top: 1px solid var(--line);
}

.contact-methods > a,
.contact-methods > div {
  position: relative;
  display: flex;
  min-height: 148px;
  flex-direction: column;
  justify-content: center;
  padding: 26px 72px 26px 0;
  border-bottom: 1px solid var(--line);
}

.contact-methods > a {
  transition: padding-left 220ms ease, background 220ms ease;
}

.contact-methods > a:hover {
  padding-left: 18px;
  background: var(--milk);
}

.contact-methods span {
  color: var(--terracotta-dark);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-methods strong {
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  font-weight: 400;
}

.contact-methods i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 1.4rem;
  font-style: normal;
  transform: translateY(-50%);
}

.contact-note {
  padding: clamp(90px, 10vw, 145px) 0;
  background: #e9ddce;
}

.contact-note__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(340px, 0.9fr) auto;
  align-items: end;
  gap: clamp(42px, 7vw, 90px);
}

.contact-note ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-note li {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.contact-note li span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--terracotta);
  border-radius: 50%;
  color: var(--terracotta-dark);
  font-size: 0.7rem;
}

.contact-note .button {
  white-space: nowrap;
}

.booking-page {
  background: var(--paper);
}

.booking-flow {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.55fr);
  align-items: start;
  gap: clamp(50px, 8vw, 110px);
}

.booking-flow fieldset {
  margin: 0 0 72px;
  padding: 0;
  border: 0;
}

.booking-flow legend {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
}

.booking-flow legend > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--terracotta);
  border-radius: 50%;
  color: var(--terracotta-dark);
  font-family: var(--sans);
  font-size: 0.72rem;
}

.booking-options--practice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.booking-options button {
  position: relative;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--sans);
  text-align: left;
  transition: border 200ms ease, background 200ms ease;
}

.booking-options--practice button {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  padding: 24px 54px 24px 24px;
}

.booking-options button:hover {
  border-color: var(--terracotta);
}

.booking-options button.is-selected {
  border-color: var(--terracotta);
  background: #f0e1d5;
}

.booking-options strong {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
}

.booking-options--practice button > span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.booking-options button > i {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 0.75rem;
  font-style: normal;
}

.booking-options button.is-selected > i {
  border-color: var(--terracotta);
  background: var(--terracotta);
  color: white;
}

.booking-options--format {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-options--format button {
  min-height: 48px;
  border-radius: 999px;
  padding: 0 20px;
  text-align: center;
}

.booking-note {
  position: relative;
  display: block;
}

.booking-note textarea {
  width: 100%;
  min-height: 170px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  padding: 22px;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.booking-note textarea:focus {
  border-color: var(--terracotta);
}

.booking-note small {
  position: absolute;
  right: 14px;
  bottom: 10px;
  color: var(--muted);
  font-size: 0.7rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.booking-summary {
  position: sticky;
  top: 28px;
  border: 1px solid var(--line);
  padding: 34px;
  background: #eee2d4;
}

.booking-summary h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 2.6rem;
  font-weight: 400;
}

.booking-summary dl {
  margin: 30px 0 24px;
  border-top: 1px solid var(--line);
}

.booking-summary dl > div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.booking-summary dt {
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.booking-summary dd {
  margin: 4px 0 0;
  font-family: var(--serif);
  font-size: 1.2rem;
}

.booking-summary > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 0.87rem;
}

.booking-summary .button {
  width: 100%;
  margin-top: 12px;
}

.booking-summary .button.is-disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.booking-summary > small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.7rem;
  text-align: center;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes image-reveal {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0 round 42% 0 0 0);
    transform: scale(0.985);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 42% 0 0 0);
    transform: scale(1);
  }
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 24px;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.85fr);
  }

  .hero h1 {
    font-size: clamp(3.5rem, 6vw, 5.2rem);
  }

  .practice-card {
    grid-template-columns: 1fr;
  }

  .practice-card__image {
    height: 250px;
  }

  .inner-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
  }

  .principle-map {
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
    margin: 34px 0;
  }

  .principle-map::before,
  .principle-map::after {
    display: none;
  }

  .principle-map__connections {
    z-index: 1;
    top: 138px;
    bottom: 34px;
    left: 35px;
    width: 1px;
    height: auto;
    overflow: hidden;
    background: rgba(152, 75, 53, 0.3);
  }

  .principle-map__connections path,
  .principle-map__connections circle {
    display: none;
  }

  .principle-map__core {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 128px;
    border-width: 6px;
    border-radius: 28px;
    transform: none;
  }

  .principle-map__node,
  .principle-map__node--body,
  .principle-map__node--pace,
  .principle-map__node--pressure,
  .principle-map__node--compare {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: 72px;
    padding: 12px 14px;
    transform: none;
  }

  .contact-note__inner {
    grid-template-columns: 1fr 1fr;
  }

  .contact-note .button {
    width: max-content;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 36px, 720px);
  }

  .site-header__inner {
    min-height: 76px;
  }

  .brand {
    font-size: 1.52rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 32;
    display: block;
  }

  .menu-toggle--open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle--open span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    z-index: 31;
    inset: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
    padding: 70px 32px;
    background: var(--milk);
    opacity: 0;
    transform: translateY(-12px);
    transition:
      opacity 200ms ease,
      transform 200ms ease,
      visibility 200ms;
  }

  .site-nav--open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav > a:not(.nav-book) {
    font-family: var(--serif);
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .nav-book {
    margin-top: 16px;
  }

  .hero {
    min-height: auto;
    padding-top: 76px;
  }

  .hero__grid {
    display: flex;
    min-height: auto;
    flex-direction: column;
    gap: 0;
  }

  .hero__copy {
    width: 100%;
    padding: 60px 0 50px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 12vw, 5.4rem);
  }

  .hero__lead {
    margin-top: 26px;
  }

  .hero__visual {
    width: calc(100% + 36px);
    height: clamp(400px, 68svh, 560px);
    margin: 0 -18px;
  }

  .hero__image-wrap img {
    object-position: 42% center;
  }

  .hero__image-wrap {
    border-radius: 40% 0 0 0 / 18% 0 0 0;
  }

  .hero__note {
    bottom: 24px;
    left: 18px;
  }

  .soft-strip__inner {
    overflow: hidden;
    justify-content: flex-start;
  }

  .soft-strip p {
    white-space: nowrap;
  }

  .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .practice-grid,
  .about-preview__grid,
  .final-cta__inner {
    grid-template-columns: 1fr;
  }

  .practice-card {
    grid-template-columns: minmax(160px, 0.75fr) minmax(230px, 1.25fr);
  }

  .practice-card__image {
    height: auto;
  }

  .about-preview__grid {
    gap: 74px;
  }

  .about-preview__portrait {
    width: min(88%, 560px);
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps li,
  .steps li + li {
    min-height: auto;
    padding: 30px 0 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(247, 241, 232, 0.25);
  }

  .steps li:last-child {
    border-bottom: 0;
  }

  .steps h3 {
    margin-top: 28px;
  }

  .journal-grid {
    grid-template-columns: 1fr;
  }

  .journal-card {
    min-height: 330px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .journal-card:last-child {
    border-bottom: 0;
  }

  .final-cta__inner {
    gap: 34px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
  }

  .inner-hero {
    min-height: auto;
    padding-top: 76px;
  }

  .inner-hero__grid {
    grid-template-columns: 1fr;
  }

  .inner-hero__copy {
    padding: 70px 0 56px;
  }

  .inner-hero h1 {
    font-size: clamp(3.55rem, 12vw, 6rem);
  }

  .inner-hero__image {
    width: calc(100% + 36px);
    height: min(680px, 110vw);
    margin: 0 -18px;
  }

  .inner-hero__ornament {
    display: none;
  }

  .principle-map {
    width: 100%;
    margin-bottom: 58px;
    justify-self: stretch;
  }

  .inner-hero__ornament--flower {
    display: flex;
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0 0 58px;
    background: none;
  }

  .inner-hero__ornament--flower::before,
  .inner-hero__ornament--flower::after {
    display: none;
  }

  .inner-hero__ornament--flower i {
    order: -1;
    width: auto;
    height: auto;
    align-items: flex-start;
    margin-bottom: 6px;
    padding: 0;
    background: none;
    box-shadow: none;
    color: var(--terracotta-dark);
  }

  .inner-hero__ornament--flower i span {
    display: none;
  }

  .inner-hero__ornament--flower i strong {
    font-size: 1.25rem;
  }

  .inner-hero__ornament--flower .inner-hero__point {
    position: relative;
    inset: auto;
    display: flex;
    width: 100%;
    min-height: 62px;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    border-radius: 999px;
    box-shadow: none;
    text-align: left;
    transform: none;
  }

  .inner-hero__ornament--flower .inner-hero__point strong {
    font-size: 1rem;
  }

  .inner-hero__ornament--flower .inner-hero__point small {
    text-align: right;
  }

  .story__grid,
  .credentials__grid,
  .faq__grid,
  .contact-page__grid,
  .booking-flow {
    grid-template-columns: 1fr;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-grid article {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .value-grid article:last-child {
    border-bottom: 0;
  }

  .credential-list > div {
    grid-template-columns: minmax(160px, 0.7fr) 1.3fr;
  }

  .quote-band .shell,
  .journal-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .offer-row,
  .offer-row--reverse {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .offer-row--reverse .offer-row__image,
  .offer-row--reverse .offer-row__content {
    order: initial;
  }

  .offer-row__image {
    min-height: 520px;
  }

  .contact-note__inner {
    grid-template-columns: 1fr;
  }

  .booking-summary {
    position: static;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 28px, 520px);
  }

  .hero__copy {
    padding-top: 46px;
  }

  .hero h1 {
    font-size: clamp(2.82rem, 13.3vw, 4rem);
  }

  .hero__actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero__facts {
    flex-wrap: wrap;
  }

  .hero__visual {
    width: calc(100% + 28px);
    height: clamp(360px, 62svh, 500px);
    margin: 0 -14px;
  }

  .soft-strip__inner {
    min-height: 70px;
  }

  .soft-strip p:nth-of-type(n + 3),
  .soft-strip .soft-strip__dot:nth-of-type(n + 3) {
    display: none;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .about-preview__copy h2,
  .final-cta h2 {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
  }

  .practice-card {
    grid-template-columns: 1fr;
  }

  .practice-card__image {
    height: 250px;
  }

  .practice-card__body {
    padding: 28px 24px 24px;
  }

  .about-preview__portrait {
    width: calc(100% - 16px);
  }

  .about-preview__portrait > img {
    height: auto;
    min-height: 0;
  }

  .about-preview__badge {
    top: 24px;
    right: -16px;
    width: 142px;
    height: 142px;
  }

  .about-preview__badge strong {
    font-size: 2.1rem;
  }

  .journal-card {
    padding: 28px 24px;
  }

  .site-footer__top {
    gap: 48px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .site-footer__nav {
    gap: 22px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .inner-hero__copy {
    padding-top: 54px;
  }

  .inner-hero h1 {
    font-size: clamp(3.05rem, 14vw, 4.3rem);
  }

  .inner-hero__copy .button {
    width: 100%;
  }

  .principle-map {
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 48px;
    padding: 0;
  }

  .principle-map::before,
  .principle-map::after {
    display: none;
  }

  .principle-map__connections {
    z-index: 1;
    top: 154px;
    bottom: 42px;
    left: 36px;
    width: 1px;
    height: auto;
    overflow: hidden;
    background: rgba(152, 75, 53, 0.36);
  }

  .principle-map__connections path,
  .principle-map__connections circle {
    display: none;
  }

  .principle-map__core {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 158px;
    margin: 0 0 8px;
    border-radius: 28px;
    transform: none;
  }

  .principle-map__node,
  .principle-map__node--body,
  .principle-map__node--pace,
  .principle-map__node--pressure,
  .principle-map__node--compare {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: 84px;
    padding: 15px 16px;
  }

  .principle-map__index {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .inner-hero__image {
    width: calc(100% + 28px);
    height: 125vw;
    margin: 0 -14px;
  }

  .inner-hero__ornament--flower .inner-hero__point {
    min-height: 72px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    border-radius: 26px;
  }

  .inner-hero__ornament--flower .inner-hero__point small {
    text-align: left;
  }

  .story__grid {
    gap: 40px;
  }

  .value-grid article {
    padding: 28px 20px;
  }

  .credential-list > div {
    min-height: 110px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 2px;
  }

  .quote-band {
    padding: 72px 0;
  }

  .quote-band .shell {
    gap: 42px;
  }

  .offer-row {
    padding: 68px 0;
  }

  .offer-row__image {
    min-height: 390px;
  }

  .offer-row__details {
    grid-template-columns: 1fr;
  }

  .offer-row__details > div + div {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .blog-article {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 48px 0;
  }

  .contact-methods > a,
  .contact-methods > div {
    min-height: 126px;
  }

  .contact-methods strong {
    font-size: 1.45rem;
  }

  .booking-options--practice {
    grid-template-columns: 1fr;
  }

  .booking-flow fieldset {
    margin-bottom: 54px;
  }

  .booking-summary {
    padding: 26px 22px;
  }
}

@media (max-width: 1120px) {
  .principle-card__grid > div {
    padding-right: 16px;
    padding-left: 72px;
  }

  .principle-card__icon {
    left: 20px;
  }
}

@media (max-width: 900px) {
  .principle-card {
    width: 100%;
    margin-bottom: 58px;
    justify-self: stretch;
    border-radius: 140px 140px 24px 24px;
  }
}

@media (max-width: 560px) {
  .principle-card {
    border-radius: 110px 110px 22px 22px;
  }

  .principle-card__head {
    min-height: 238px;
    padding: 34px 28px 28px;
  }

  .principle-card__grid {
    grid-template-columns: 1fr;
  }

  .principle-card__grid > div {
    min-height: 88px;
    padding: 20px 22px 18px 76px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(53, 43, 38, 0.14);
  }

  .principle-card__grid > div:last-child {
    border-bottom: 0;
  }

  .principle-card__icon {
    left: 22px;
  }
}

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