/*
Theme Name: Seelenflüstern
Theme URI: https://petra-barbara-dreer.com/
Author: Petra Barbara Dreer
Description: Ein ruhiges, elegantes WordPress-Theme für Petra Barbara Dreer und Seelenflüstern.
Version: 1.6.1
Text Domain: seelenfluestern
*/

@font-face {
  font-display: swap;
  font-family: "Newsreader Variable";
  font-style: normal;
  font-weight: 200 800;
  src: url("assets/fonts/newsreader-normal.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Newsreader Variable";
  font-style: italic;
  font-weight: 200 800;
  src: url("assets/fonts/newsreader-italic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Manrope Variable";
  font-style: normal;
  font-weight: 200 800;
  src: url("assets/fonts/manrope-normal.woff2") format("woff2");
}

:root {
  --paper: #fffaf3;
  --cream: #f3e7d8;
  --cream-deep: #e8d7c5;
  --sage: #dec4ce;
  --sage-light: #f1e3e7;
  --forest: #6f294d;
  --forest-deep: #3b172b;
  --aubergine-text: #70294f;
  --rose: #d3a0af;
  --terracotta: #a44f70;
  --sand: #b9864e;
  --honey: #c89a50;
  --gold: #c3a15e;
  --gold-deep: #98713a;
  --ink: #463b45;
  --muted: #786b75;
  --line: rgba(70, 59, 69, 0.12);
  --serif: "Newsreader Variable", "Iowan Old Style", serif;
  --sans: "Manrope Variable", "Avenir Next", sans-serif;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p,
blockquote {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

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

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.78;
}

::selection {
  background: var(--sage);
  color: var(--aubergine-text);
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 250, 243, 0.92);
  display: flex;
  height: 82px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(24px, 5.5vw, 86px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

body.admin-bar .site-header {
  top: 32px;
}

.wordmark {
  align-items: center;
  display: inline-flex;
  font-family: var(--serif);
  font-size: 22px;
  gap: 11px;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.site-header .wordmark {
  color: var(--aubergine-text);
  font-size: 25px;
}

nav {
  display: flex;
  gap: clamp(24px, 4vw, 52px);
}

nav a {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover,
nav a:focus-visible {
  color: var(--forest);
}

.header-contact {
  align-items: center;
  background: var(--aubergine-text);
  border-radius: 8px;
  color: var(--paper);
  display: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 13px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.header-contact:hover,
.header-contact:focus-visible {
  background: var(--forest-deep);
  color: var(--paper);
  transform: translateY(-1px);
}

.header-tools {
  align-items: center;
  display: flex;
  gap: 22px;
}

.language-switch {
  align-items: center;
  display: flex;
  gap: 8px;
}

.language-switch a {
  border-bottom: 1px solid transparent;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  line-height: 1.8;
  text-decoration: none;
}

.language-switch a:hover,
.language-switch a:focus-visible,
.language-switch a.is-active {
  color: var(--aubergine-text);
}

.language-switch a.is-active {
  border-bottom-color: var(--gold);
}

.language-switch > span {
  color: var(--gold);
  font-family: var(--serif);
}

.hero {
  align-items: center;
  background:
    radial-gradient(ellipse at 10% 72%, rgba(200, 154, 80, 0.18), transparent 36%),
    var(--paper);
  display: grid;
  column-gap: clamp(48px, 7vw, 110px);
  grid-template-areas:
    "heading art"
    "body art";
  grid-template-columns: minmax(0, 1.05fr) minmax(370px, 0.95fr);
  grid-template-rows: auto auto;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(132px, 16vh, 185px) clamp(24px, 7vw, 110px) clamp(78px, 9vw, 125px);
  position: relative;
}

.hero-heading,
.hero-body {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.hero-heading {
  align-self: end;
  grid-area: heading;
}

.hero-body {
  align-self: start;
  grid-area: body;
}

.eyebrow {
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 23px;
  text-transform: uppercase;
}

h1,
h2,
h3,
blockquote,
.soul-quote,
.closing-copy {
  font-family: var(--serif);
  font-weight: 400;
}

h1 {
  color: var(--aubergine-text);
  font-size: clamp(48px, 5.2vw, 75px);
  letter-spacing: -0.034em;
  line-height: 1.04;
  margin: 0 0 38px;
  max-width: 760px;
}

.hero-lead {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(20px, 1.75vw, 25px);
  line-height: 1.52;
  margin: 0 0 22px;
  max-width: 650px;
}

.hero-body > p:not(.hero-lead) {
  color: var(--muted);
  margin: 0 0 16px;
  max-width: 630px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 30px;
}

.hero-action-primary {
  align-items: center;
  background: var(--aubergine-text);
  border: 1px solid var(--aubergine-text);
  border-radius: 9px;
  color: var(--paper);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 18px;
  letter-spacing: 0.11em;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hero-action-primary span {
  color: var(--gold);
}

.hero-action-primary:hover,
.hero-action-primary:focus-visible {
  background: var(--forest-deep);
  border-color: var(--forest-deep);
  transform: translateY(-1px);
}

.hero-actions .text-link {
  margin-top: 0;
}

.text-link {
  color: var(--forest);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 19px;
  letter-spacing: 0.13em;
  margin-top: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  color: var(--gold-deep);
}

.hero-art {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  grid-area: art;
  justify-self: end;
  max-width: 520px;
  width: 100%;
}

.portrait-field {
  aspect-ratio: 4 / 5;
  box-shadow: 0 26px 58px rgba(59, 23, 43, 0.14);
  overflow: hidden;
  width: 100%;
}

.hero-portrait {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-art-caption {
  background: transparent;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.5;
  margin: 21px 0 0;
  padding: 0;
  text-align: right;
}

.section-shell {
  margin: 0 auto;
  max-width: 1400px;
  padding: clamp(92px, 10vw, 155px) clamp(24px, 7vw, 110px);
  position: relative;
}

.section-number {
  display: none;
}

.section-heading {
  display: grid;
  gap: 30px;
  grid-template-columns: 0.85fr 2fr;
  margin-bottom: clamp(64px, 8vw, 112px);
}

.section-heading h2,
.soul-intro h2 {
  color: var(--aubergine-text);
  font-size: clamp(54px, 6vw, 88px);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}

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

.about-opening,
.soul-opening {
  align-items: start;
  display: grid;
  gap: clamp(42px, 8vw, 120px);
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  margin-bottom: clamp(95px, 12vw, 170px);
}

.lead-paragraph {
  color: var(--aubergine-text);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.018em;
  line-height: 1.31;
  margin: 0;
}

.prose-block p,
.about-opening p,
.wide-copy,
.today-copy p,
.soul-opening p,
.interpreter-copy p,
.belief-copy p,
.embodiment-copy p {
  margin-top: 0;
}

.story-band {
  background: var(--cream);
  margin-left: calc(clamp(24px, 7vw, 110px) * -1);
  margin-right: calc(clamp(24px, 7vw, 110px) * -1);
  padding: clamp(72px, 8vw, 118px) clamp(24px, 7vw, 110px);
}

.story-intro {
  display: grid;
  gap: 34px;
  grid-template-columns: 0.85fr 2fr;
  margin-bottom: 65px;
}

.story-intro h3,
.today-heading h3,
.belief-heading h3,
.interpreter h3 {
  color: var(--aubergine-text);
  font-size: clamp(35px, 3.7vw, 54px);
  letter-spacing: -0.028em;
  line-height: 1.12;
  margin: 0;
}

.prose-columns {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: repeat(3, 1fr);
}

.prose-columns p {
  margin: 0;
}

.facts {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin: 86px 0 62px;
}

.facts div {
  align-items: center;
  background: rgba(255, 250, 243, 0.82);
  display: flex;
  gap: 19px;
  min-height: 132px;
  padding: 28px 30px;
}

.facts strong {
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: clamp(43px, 4.5vw, 64px);
  font-weight: 400;
  line-height: 1;
}

.facts span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.07em;
  line-height: 1.5;
  max-width: 175px;
  text-transform: uppercase;
}

.wide-copy {
  margin-bottom: 0;
  margin-left: 33.333%;
  max-width: 760px;
}

.turning-point {
  align-items: center;
  display: grid;
  gap: clamp(52px, 8vw, 120px);
  grid-template-columns: 0.9fr 1.1fr;
  padding: clamp(105px, 13vw, 180px) 0;
  position: relative;
}

.turning-point::before {
  content: none;
}

.turning-point > * {
  position: relative;
  z-index: 1;
}

.turning-copy p:last-child {
  margin-bottom: 0;
}

blockquote {
  color: var(--forest);
  font-size: clamp(38px, 4.6vw, 64px);
  letter-spacing: -0.028em;
  line-height: 1.14;
  margin: 0;
}

blockquote::before {
  content: none;
}

.today-grid,
.belief-grid {
  display: grid;
  gap: clamp(54px, 8vw, 120px);
  grid-template-columns: 0.85fr 1.15fr;
}

.today-heading,
.belief-heading {
  align-self: start;
}

.today-heading h3 {
  max-width: 470px;
}

.today-portrait {
  margin: clamp(52px, 7vw, 88px) 0 0;
  max-width: 430px;
  box-shadow: 0 28px 58px rgba(59, 23, 43, 0.11);
}

.today-portrait img {
  display: block;
  width: 100%;
}

.today-copy,
.belief-copy {
  max-width: 720px;
}

.today-copy p:last-child,
.belief-copy p:last-child {
  margin-bottom: 0;
}

.scroll-window {
  background-color: var(--cream);
  background-image:
    linear-gradient(135deg, rgba(255, 247, 239, 0.31), rgba(226, 200, 213, 0.27)),
    url('assets/images/scroll-forest-magenta.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: clamp(460px, 68svh, 760px);
}

.soul-intro {
  align-items: center;
  background:
    radial-gradient(ellipse at 82% 20%, rgba(200, 154, 80, 0.25), transparent 37%),
    linear-gradient(145deg, #70294f 0%, #3b172b 72%);
  color: var(--paper);
  display: flex;
  min-height: 78svh;
  overflow: hidden;
  padding: clamp(95px, 12vw, 170px) clamp(24px, 9vw, 145px);
  position: relative;
}

.soul-intro .eyebrow {
  color: #d9b978;
}

.soul-intro h2 {
  color: var(--paper);
  max-width: 990px;
}

.soul-quote {
  font-size: clamp(25px, 2.9vw, 39px);
  line-height: 1.42;
  margin: 65px 0 0 31%;
  max-width: 710px;
}

.soul-quote em {
  color: #e1c584;
  font-style: italic;
}

.soul-glow {
  background: url('assets/images/seelenfluss.webp') center / contain no-repeat;
  border-radius: 47% 53% 44% 56% / 58% 41% 59% 42%;
  height: min(68vw, 860px);
  opacity: 0.16;
  position: absolute;
  right: -12vw;
  top: -22vw;
  transform: rotate(8deg);
  width: min(58vw, 730px);
}

.soul-glow::after {
  content: none;
}

.soul-intro-inner {
  position: relative;
  z-index: 1;
}

.soul-body {
  background: var(--paper);
}

.interpreter {
  background: #f1e1df;
  color: var(--ink);
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: 0.85fr 1.15fr;
  margin: 0 calc(clamp(24px, 7vw, 110px) * -1) clamp(105px, 13vw, 180px);
  padding: clamp(72px, 8vw, 118px) clamp(24px, 7vw, 110px);
}

.interpreter-title span {
  color: var(--gold-deep);
  display: block;
  font-size: 22px;
  margin-bottom: 30px;
}

.interpreter h3 {
  color: var(--aubergine-text);
}

.interpreter-copy {
  max-width: 720px;
}

.interpreter-copy p:last-child {
  color: var(--muted);
  margin-bottom: 0;
}

.belief-heading h3 {
  color: var(--forest);
}

.embodiment {
  background: var(--cream);
  padding: clamp(95px, 11vw, 165px) clamp(24px, 7vw, 110px);
}

.embodiment-inner {
  margin: 0 auto;
  max-width: 1200px;
}

.embodiment-grid {
  display: grid;
  gap: clamp(54px, 8vw, 120px);
  grid-template-columns: 0.9fr 1.1fr;
}

.embodiment h2 {
  color: var(--aubergine-text);
  font-size: clamp(44px, 5.4vw, 74px);
  letter-spacing: -0.038em;
  line-height: 1.06;
  margin: 0;
}

.fine-print {
  background: rgba(255, 250, 243, 0.68);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.74;
  margin-top: 42px !important;
  padding: 27px 30px;
}

.halfway {
  align-items: center;
  background: var(--paper);
  box-shadow: 0 24px 64px rgba(59, 23, 43, 0.08);
  display: grid;
  gap: 30px;
  grid-template-columns: 0.3fr 1.25fr 0.8fr;
  margin: clamp(92px, 11vw, 155px) 0 76px;
  padding: clamp(40px, 5.5vw, 70px);
}

.halfway p {
  margin: 0;
}

.halfway-kicker {
  align-items: center;
  color: var(--gold-deep);
  display: grid;
  font-family: var(--serif);
  font-size: clamp(45px, 5vw, 68px);
  gap: 11px;
  grid-template-columns: 1fr;
  justify-items: center;
  justify-self: center;
  line-height: 1;
  width: min(100%, 120px);
}

.halfway-separator {
  background: var(--gold);
  height: 1px;
  width: 64px;
}

.halfway-quote {
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(25px, 2.8vw, 36px);
  line-height: 1.36;
}

.friction-line {
  color: var(--aubergine-text);
  margin: 0 auto;
  max-width: 790px;
  padding-top: 38px;
  position: relative;
  text-align: center;
}

.friction-line::before {
  background: var(--gold);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 58px;
}

.friction-line span {
  display: block;
  text-wrap: balance;
}

.friction-line span:first-child {
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.6;
}

.friction-line span + span {
  font-family: var(--serif);
  font-size: clamp(25px, 2.35vw, 32px);
  line-height: 1.48;
  margin-top: 0.7em;
}

.closing {
  align-items: flex-start;
  background: linear-gradient(145deg, #70294f 0%, #3b172b 74%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 78svh;
  padding: clamp(95px, 12vw, 170px) clamp(24px, 10vw, 165px);
  position: relative;
  text-align: left;
}

.closing::before {
  content: none;
}

.closing > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

.closing .eyebrow {
  color: #d9b978;
}

.closing-copy {
  color: var(--paper);
  font-size: clamp(30px, 3.5vw, 49px);
  letter-spacing: -0.022em;
  line-height: 1.36;
  margin: 0;
  max-width: 1100px;
}

.training {
  background: var(--cream);
  padding: clamp(100px, 12vw, 175px) clamp(24px, 7vw, 110px);
}

.training-inner {
  margin: 0 auto;
  max-width: 1220px;
}

.training-heading {
  align-items: start;
  display: grid;
  gap: clamp(52px, 8vw, 118px);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  margin-bottom: clamp(78px, 10vw, 132px);
}

.training-heading h2 {
  color: var(--aubergine-text);
  font-size: clamp(43px, 5vw, 69px);
  letter-spacing: -0.038em;
  line-height: 1.08;
  margin: 0;
}

.training-intro {
  color: var(--muted);
  max-width: 540px;
}

.training-intro p + p {
  margin-top: 1.25em;
}

.training-groups {
  border-bottom: 1px solid rgba(152, 113, 58, 0.4);
  border-top: 1px solid rgba(152, 113, 58, 0.4);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.training-group {
  padding: clamp(42px, 5vw, 66px) clamp(26px, 3.8vw, 52px) clamp(52px, 6vw, 76px) 0;
}

.training-group + .training-group {
  border-left: 1px solid rgba(70, 59, 69, 0.13);
  padding-left: clamp(26px, 3.8vw, 52px);
}

.training-number,
.programme-days {
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.training-group h3 {
  color: var(--aubergine-text);
  font-family: var(--serif);
  font-size: clamp(31px, 3.1vw, 43px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 22px 0 32px;
}

.training-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.training-group li {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.7;
  padding-left: 20px;
  position: relative;
}

.training-group li::before {
  color: var(--gold-deep);
  content: "·";
  font-family: var(--serif);
  font-size: 22px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 2px;
}

.training-group li + li {
  margin-top: 16px;
}

.work-with-me {
  background: var(--paper);
  padding: clamp(96px, 11vw, 165px) clamp(24px, 7vw, 110px);
}

.work-with-me-inner {
  margin: 0 auto;
  max-width: 1220px;
}

.work-with-me-heading {
  align-items: end;
  display: grid;
  gap: clamp(48px, 8vw, 120px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  margin-bottom: clamp(72px, 9vw, 120px);
}

.work-with-me-heading h2 {
  color: var(--aubergine-text);
  font-size: clamp(46px, 5.4vw, 74px);
  letter-spacing: -0.038em;
  line-height: 1.06;
  margin: 0;
}

.work-with-me-intro {
  color: var(--muted);
  margin: 0;
  max-width: 540px;
}

.work-options {
  border-top: 1px solid rgba(152, 113, 58, 0.42);
}

.work-option {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  grid-template-columns: 58px minmax(0, 1fr) minmax(190px, 0.34fr);
  padding: clamp(42px, 5vw, 64px) 0;
}

.work-option-number {
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.2;
  margin: 3px 0 0;
}

.work-option-copy {
  max-width: 690px;
}

.work-option-label,
.work-option-status {
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.work-option-copy h3 {
  color: var(--aubergine-text);
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 55px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0 0 20px;
}

.work-option-copy > p:last-child {
  margin: 0;
}

.work-option-action,
.work-option-status,
.work-option-contact {
  align-self: center;
  justify-self: end;
}

.work-option-action {
  align-items: center;
  border-bottom: 1px solid var(--gold);
  color: var(--aubergine-text);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  gap: 13px;
  letter-spacing: 0.11em;
  line-height: 1.5;
  padding-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.work-option-action:hover,
.work-option-action:focus-visible {
  border-color: var(--gold-deep);
  color: var(--gold-deep);
}

.work-option-action span {
  color: var(--gold-deep);
  font-size: 14px;
}

.work-option-status {
  margin: 0;
  text-align: right;
}

.work-option-contact {
  max-width: 245px;
  text-align: right;
}

.work-option-fallback {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
  margin: 17px 0 0;
}

.work-option-fallback span {
  color: var(--aubergine-text);
  overflow-wrap: anywhere;
}

.work-option-fallback .keep-together {
  white-space: nowrap;
}

.past-programmes {
  background: var(--sage-light);
  border-top: 1px solid rgba(152, 113, 58, 0.42);
  box-shadow: 0 0 0 100vmax var(--sage-light);
  clip-path: inset(0 -100vmax);
  margin-bottom: clamp(-165px, -11vw, -96px);
  margin-top: clamp(110px, 14vw, 190px);
  padding-bottom: clamp(96px, 11vw, 165px);
  padding-top: clamp(90px, 10vw, 140px);
}

.past-programmes-heading {
  align-items: start;
  display: grid;
  gap: clamp(48px, 8vw, 118px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  margin-bottom: clamp(72px, 9vw, 116px);
}

.past-programmes-heading h2 {
  color: var(--aubergine-text);
  font-size: clamp(43px, 5vw, 68px);
  letter-spacing: -0.038em;
  line-height: 1.08;
  margin: 0;
}

.past-programmes-intro {
  color: var(--muted);
  max-width: 545px;
}

.past-programmes-intro p + p {
  margin-top: 1.25em;
}

.programme-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.programme-card {
  border-bottom: 1px solid var(--line);
  min-height: 100%;
  padding: clamp(44px, 5vw, 68px) clamp(28px, 4.2vw, 58px) clamp(50px, 5.5vw, 72px) 0;
}

.programme-card:nth-child(even) {
  border-left: 1px solid var(--line);
  padding-left: clamp(28px, 4.2vw, 58px);
  padding-right: 0;
}

.programme-card h3 {
  color: var(--aubergine-text);
  font-family: var(--serif);
  font-size: clamp(32px, 3.3vw, 46px);
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 1.1;
  margin: 12px 0 24px;
}

.programme-card-heading {
  align-items: flex-start;
  display: grid;
  gap: clamp(20px, 2.4vw, 30px);
  grid-template-columns: 74px minmax(0, 1fr);
}

.programme-card-heading > div {
  min-width: 0;
}

.programme-icon-frame {
  background: #f8f4ee;
  border: 1px solid rgba(195, 161, 94, 0.38);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(70, 59, 69, 0.07);
  display: block;
  height: 74px;
  overflow: hidden;
  width: 74px;
}

.programme-icon {
  display: block;
  height: 100%;
  max-width: none;
  transform-origin: center;
  width: 100%;
}

.programme-icon--love {
  transform: translateY(4px) scale(0.93);
}

.programme-icon--woman {
  transform: scale(0.82);
}

.programme-icon--man {
  transform: translate(-1.5px, 0) scale(0.84);
}

.programme-icon--sexuality {
  transform: translate(0, -5px) scale(0.90);
}

.programme-card > p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
  margin: 0;
  max-width: 520px;
}

.renewal-programme {
  background: linear-gradient(140deg, #70294f 0%, #481a35 100%);
  color: var(--paper);
  display: grid;
  gap: clamp(52px, 9vw, 135px);
  grid-template-columns: minmax(210px, 0.64fr) minmax(0, 1.36fr);
  margin-top: clamp(72px, 9vw, 120px);
  overflow: hidden;
  padding: clamp(58px, 8vw, 105px);
  position: relative;
}

.renewal-programme::after {
  border: 1px solid rgba(217, 185, 120, 0.22);
  border-radius: 50%;
  content: "";
  height: 410px;
  position: absolute;
  right: -240px;
  top: -250px;
  width: 410px;
}

.renewal-meta,
.renewal-copy {
  position: relative;
  z-index: 1;
}

.renewal-meta .eyebrow {
  color: #e0c484;
}

.renewal-meta > p:last-child {
  color: rgba(255, 250, 243, 0.65);
  font-size: 11px;
  letter-spacing: 0.12em;
  margin-top: 22px;
  text-transform: uppercase;
}

.renewal-copy h3 {
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(44px, 5.6vw, 72px);
  font-weight: 400;
  letter-spacing: -0.038em;
  line-height: 1.05;
  margin: 0 0 36px;
}

.renewal-copy > p {
  color: rgba(255, 250, 243, 0.8);
  max-width: 680px;
}

.renewal-copy > p + p {
  margin-top: 1.25em;
}

.renewal-copy .renewal-closing {
  border-top: 1px solid rgba(217, 185, 120, 0.38);
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.35;
  margin-top: 38px;
  padding-top: 34px;
}

.contact {
  background: var(--paper);
  padding: clamp(88px, 10vw, 145px) clamp(24px, 9vw, 145px);
}

.contact-inner {
  align-items: end;
  display: grid;
  gap: clamp(52px, 9vw, 140px);
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  margin: 0 auto;
  max-width: 1220px;
}

.contact-heading h2 {
  color: var(--aubergine-text);
  font-size: clamp(42px, 5vw, 69px);
  letter-spacing: -0.036em;
  line-height: 1.08;
  margin: 0;
}

.contact-copy {
  max-width: 510px;
}

.contact-copy p {
  margin: 0 0 31px;
}

.contact-action {
  align-items: center;
  border-bottom: 1px solid var(--gold);
  color: var(--aubergine-text);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 18px;
  letter-spacing: 0.13em;
  padding-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-action:hover,
.contact-action:focus-visible {
  border-color: var(--gold-deep);
  color: var(--gold-deep);
}

.contact-action > span {
  color: var(--gold-deep);
  font-size: 15px;
}

.balance-invitation {
  background: linear-gradient(145deg, #722b51 0%, #46172f 100%);
  border: 1px solid rgba(198, 153, 59, 0.48);
  border-radius: 8px;
  bottom: clamp(20px, 3vw, 42px);
  box-shadow: 0 28px 68px rgba(43, 16, 31, 0.28);
  color: rgba(255, 250, 243, 0.84);
  max-height: calc(100svh - 40px);
  opacity: 0;
  overflow: auto;
  padding: 34px 36px 30px;
  position: fixed;
  right: clamp(20px, 3vw, 42px);
  transform: translateY(24px);
  transition: opacity 320ms ease, transform 320ms ease;
  visibility: hidden;
  width: min(430px, calc(100vw - 40px));
  z-index: 40;
}

.balance-invitation[hidden] {
  display: none;
}

.balance-invitation.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.balance-invitation-close {
  background: transparent;
  border: 0;
  color: rgba(255, 250, 243, 0.72);
  cursor: pointer;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  padding: 7px;
  position: absolute;
  right: 17px;
  top: 14px;
}

.balance-invitation-eyebrow {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 40px 10px 0;
  text-transform: uppercase;
}

.balance-invitation h2 {
  color: var(--paper);
  font-size: clamp(36px, 4vw, 48px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 22px;
}

.balance-invitation p:not(.balance-invitation-eyebrow) {
  font-size: 14px;
  line-height: 1.66;
  margin: 0 0 13px;
}

.balance-invitation-action {
  align-items: center;
  background: #91672f;
  border-radius: 8px;
  color: #fffaf3;
  display: inline-flex;
  font-size: 10px;
  font-weight: 750;
  gap: 15px;
  letter-spacing: 0.12em;
  margin-top: 12px;
  padding: 14px 17px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease;
}

.balance-invitation-action:hover,
.balance-invitation-action:focus-visible {
  background: #7f5726;
  transform: translateY(-1px);
}

.balance-invitation-action span {
  color: #fffaf3;
}

.balance-invitation-read {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 250, 243, 0.44);
  color: rgba(255, 250, 243, 0.78);
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 11px;
  margin-top: 20px;
  padding: 0 0 3px;
}

.balance-invitation-close:hover,
.balance-invitation-close:focus-visible,
.balance-invitation-read:hover,
.balance-invitation-read:focus-visible {
  color: var(--paper);
}

footer {
  align-items: center;
  background: #3d0d30;
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  padding: 44px clamp(24px, 7vw, 110px);
}

.wordmark-footer {
  color: var(--paper);
}

.footer-name {
  color: rgba(255, 250, 243, 0.62);
  font-size: 11px;
  letter-spacing: 0.11em;
  margin: 0;
  text-transform: uppercase;
}

.footer-meta {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.footer-links a {
  color: rgba(255, 250, 243, 0.76);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--paper);
}

.legal-page {
  background: var(--paper);
  min-height: 72svh;
  padding: clamp(142px, 16vw, 200px) clamp(24px, 9vw, 145px) clamp(90px, 10vw, 145px);
}

.legal-inner {
  margin: 0 auto;
  max-width: 900px;
}

.legal-page h1 {
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.05;
  margin-bottom: 58px;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.legal-content h2,
.legal-content h3 {
  color: var(--aubergine-text);
  margin-top: 2em;
}

.legal-content hr + h1 {
  margin-top: clamp(78px, 9vw, 118px);
}

.legal-content a {
  color: var(--aubergine-text);
  overflow-wrap: anywhere;
}

.legal-content p + p,
.legal-content ul + p,
.legal-content ol + p {
  margin-top: 1.15em;
}

.legal-content ul,
.legal-content ol {
  padding-left: 1.4em;
}

@media (max-width: 980px) {
  .hero {
    grid-template-areas:
      "heading"
      "art"
      "body";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 0;
  }

  .hero-art {
    justify-self: center;
    margin: 12px 0 52px;
    max-width: 600px;
    width: 84%;
  }

  .section-heading,
  .story-intro,
  .about-opening,
  .soul-opening,
  .turning-point,
  .today-grid,
  .interpreter,
  .belief-grid,
  .embodiment-grid,
  .training-heading,
  .work-with-me-heading,
  .past-programmes-heading,
  .renewal-programme,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 16px;
  }

  .prose-columns,
  .facts {
    grid-template-columns: 1fr;
  }

  .wide-copy,
  .soul-quote {
    margin-left: 0;
  }

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

  .work-option {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .work-option-action,
  .work-option-status,
  .work-option-contact {
    grid-column: 2;
    justify-self: start;
  }

  .work-option-status,
  .work-option-contact {
    text-align: left;
  }

  .training-groups {
    grid-template-columns: 1fr;
  }

  .training-group + .training-group {
    border-left: 0;
    border-top: 1px solid rgba(70, 59, 69, 0.13);
    padding-left: 0;
  }
}

@media (max-width: 860px) {
  .site-header > nav {
    display: none;
  }

  .header-contact {
    display: inline-flex;
  }

  .header-tools .language-switch {
    border-left: 1px solid rgba(152, 113, 58, 0.34);
    padding-left: 16px;
  }
}

@media (max-width: 640px) {
  body.admin-bar .site-header {
    top: 46px;
  }
  body {
    font-size: 16px;
    line-height: 1.72;
  }

  .site-header {
    height: 72px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wordmark {
    font-size: 18px;
  }

  .site-header .wordmark {
    font-size: 20px;
  }

  nav {
    display: none;
  }

  .header-contact {
    display: inline-flex;
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .header-tools {
    gap: 14px;
  }

  .language-switch {
    gap: 6px;
  }

  .header-tools .language-switch {
    padding-left: 13px;
  }

  .hero {
    padding-top: 118px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
  }

  .hero-action-primary {
    justify-content: space-between;
    max-width: 100%;
    width: auto;
  }

  h1 {
    font-size: clamp(43px, 13vw, 60px);
    margin-bottom: 32px;
  }

  .hero-art {
    max-width: 440px;
    width: 100%;
  }

  .balance-invitation {
    bottom: 12px;
    left: 12px;
    max-height: calc(100svh - 24px);
    padding: 28px 25px 24px;
    right: 12px;
    width: auto;
  }

  .balance-invitation h2 {
    font-size: 38px;
    margin-bottom: 18px;
  }

  .balance-invitation p:not(.balance-invitation-eyebrow) {
    font-size: 13.5px;
    line-height: 1.58;
  }

  .hero-art-caption {
    font-size: 13px;
  }

  .scroll-window {
    background-position: 52% center;
    height: 330px;
  }

  .section-heading h2,
  .soul-intro h2 {
    font-size: clamp(49px, 15vw, 66px);
  }

  .about-opening,
  .soul-opening {
    margin-bottom: 92px;
  }

  .story-band {
    padding-bottom: 76px;
    padding-top: 76px;
  }

  .facts div {
    min-height: 112px;
  }

  .turning-point {
    padding: 100px 0;
  }

  .soul-intro {
    min-height: 72svh;
  }

  .soul-quote {
    margin-top: 48px;
  }

  .interpreter {
    margin-bottom: 100px;
  }

  .fine-print {
    padding: 24px;
  }

  .halfway {
    padding: 34px 26px;
  }

  .friction-line {
    padding-top: 32px;
    text-align: left;
  }

  .friction-line::before {
    left: 0;
    transform: none;
  }

  .friction-line span:first-child {
    font-size: 15px;
  }

  .friction-line span + span {
    font-size: clamp(24px, 7.4vw, 29px);
    line-height: 1.46;
  }

  .contact-action {
    font-size: 10px;
    letter-spacing: 0.09em;
    overflow-wrap: anywhere;
  }

  .work-with-me-heading {
    margin-bottom: 66px;
  }

  .work-option {
    gap: 18px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding-bottom: 46px;
    padding-top: 46px;
  }

  .work-option-number {
    font-size: 20px;
  }

  .work-option-action,
  .work-option-status,
  .work-option-contact {
    grid-column: 2;
    margin-top: 6px;
  }

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

  .programme-card,
  .programme-card:nth-child(even) {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .programme-card-heading {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .programme-icon-frame {
    height: 64px;
    width: 64px;
  }

  .renewal-programme {
    padding: 52px 28px 58px;
  }

  .renewal-copy h3 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .footer-links,
  .footer-links a {
    max-width: 100%;
  }

  .footer-links a {
    overflow-wrap: break-word;
  }

  .closing::before {
    height: 520px;
    width: 620px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
  }

  .footer-meta {
    align-items: flex-start;
  }
}

@media (max-width: 390px) {
  .site-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-header .wordmark {
    font-size: 17px;
  }

  .header-tools {
    gap: 9px;
  }

  .language-switch {
    gap: 4px;
  }

  .header-tools .language-switch {
    padding-left: 9px;
  }

  .language-switch a {
    font-size: 9px;
  }

  .header-contact {
    font-size: 8px;
    letter-spacing: 0.055em;
  }
}

@media (prefers-reduced-motion: no-preference) and (min-width: 801px) {
  .scroll-window {
    background-attachment: fixed;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-heading,
  .hero-body,
  .hero-art {
    animation: arrive 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .hero-art {
    animation-delay: 70ms;
  }

  .hero-body {
    animation-delay: 120ms;
  }

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

  @supports (animation-timeline: view()) {
    .section-heading,
    .about-opening,
    .story-intro,
    .facts,
    .turning-point,
    .today-grid,
    .training-heading,
    .training-group,
    .soul-opening,
    .interpreter-title,
    .interpreter-copy,
    .belief-grid,
    .embodiment-grid,
    .halfway,
    .friction-line,
    .closing .eyebrow,
    .closing-copy,
    .work-with-me-heading,
    .work-option,
    .past-programmes-heading,
    .programme-card,
    .renewal-programme,
    .contact-heading,
    .contact-copy {
      animation: gentle-reveal linear both;
      animation-range: entry 8% cover 27%;
      animation-timeline: view();
    }

    @keyframes gentle-reveal {
      from {
        opacity: 0.78;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

  }
}
