  /* Light only. Weiss und Beige als Grundflaechen, #8FC73D als Primary, Wellen als Trennung. */
  :root {
    color-scheme: light only;

    --white: #ffffff;
    --beige: #f5ebda;
    --beige-deep: #ecdcc2;
    --line: #ded0b4;

    --ink: #2b2c24;
    --ink-soft: #5b5c4d;
    --ink-faint: #8b8a78;

    /* One green, #9EE33D. It is a fill and stroke colour only - at this
       lightness it never carries small text, so text stays on the ink scale. */
    --green: #9ee33d;
    --on-green: #23301a;

    --lift: 0 2px 4px rgba(43, 44, 36, .04), 0 22px 48px -26px rgba(43, 44, 36, .32);
    --lift-sm: 0 1px 3px rgba(43, 44, 36, .05), 0 16px 34px -24px rgba(43, 44, 36, .3);

    --display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
    --body: "Raleway", "Helvetica Neue", Arial, sans-serif;

    --wrap: 1180px;
    --gutter: clamp(20px, 5vw, 60px);
    --section: clamp(62px, 8vw, 118px);
  }

  * { box-sizing: border-box; }

  body {
    margin: 0;
    background: var(--white);
    color: var(--ink);
    font-family: var(--body);
    font-size: 17px;
    line-height: 1.72;
    -webkit-font-smoothing: antialiased;
  }

  img { display: block; max-width: 100%; }
  a { color: inherit; }
  p { margin: 0; }

  :focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 3px; }

  .wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

  h1, h2, h3 {
    font-family: var(--display);
    font-weight: 400;
    line-height: 1.08;
    text-wrap: balance;
    margin: 0;
  }

  h1 { font-size: clamp(2.8rem, 7vw, 5.2rem); letter-spacing: -0.015em; }
  h2 { font-size: clamp(2.1rem, 4.4vw, 3.3rem); letter-spacing: -0.01em; }
  h3 { font-size: 1.45rem; }

  h1 em, h2 em {
    font-style: italic;
    font-weight: 500;
    /* the accent under the phrase, so the green never has to carry the text */
    background: linear-gradient(var(--green), var(--green)) bottom left / 100% .12em no-repeat;
    padding-bottom: .06em;
  }

  .lede { font-size: 1.15rem; color: var(--ink-soft); max-width: 33em; }

  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .6em;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--ink-soft);
  }

  .eyebrow svg, .checks svg { width: 1.7em; height: auto; flex: none; overflow: visible; }
  .eyebrow path, .checks path { fill: none; stroke: var(--green); stroke-width: 5; stroke-linecap: round; }

  /* ---------- Wordmark ---------- */

  .mark { display: inline-flex; flex-direction: column; align-items: center; text-decoration: none; line-height: 1; }
  .mark b { font-family: var(--display); font-weight: 500; font-size: 1.55rem; letter-spacing: .05em; }
  .mark i {
    font-style: normal;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .44em;
    text-indent: .44em;
    color: var(--ink-soft);
    margin-top: .4em;
  }

  /* ---------- Buttons ---------- */

  .btn {
    display: inline-flex;
    align-items: center;
    gap: .55em;
    padding: .95em 1.75em;
    border-radius: 999px;
    border: 1.5px solid transparent;
    font-family: var(--body);
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: transform .25s cubic-bezier(.2, .8, .3, 1), box-shadow .25s ease, color .2s ease, border-color .2s ease;
  }

  .btn-primary {
    background: var(--green);
    color: var(--on-green);
    box-shadow: 0 10px 26px -12px rgba(158, 227, 61, .85);
  }

  .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 34px -14px rgba(158, 227, 61, .95); }

  .btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
  .btn-ghost:hover { border-color: var(--green); color: var(--ink); transform: translateY(-2px); }

  .btn-sm { padding: .65em 1.25em; font-size: .73rem; }

  .link {
    display: inline-flex;
    align-items: center;
    gap: .45em;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--ink);
    transition: gap .2s ease;
  }

  .link::after { content: "\2192"; color: var(--ink-soft); }
  .link:hover { color: var(--ink); }
  .link:hover { gap: .85em; }

  /* ---------- Announcement + header ---------- */

  .announce {
    background: var(--green);
    color: var(--on-green);
    font-size: .83rem;
    font-weight: 500;
  }

  .announce .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 1em;
    align-items: baseline;
    justify-content: center;
    padding-block: .75em;
    text-align: center;
  }

  .announce a { font-weight: 700; text-underline-offset: 3px; }

  .site-head {
    position: sticky;
    top: 0;
    z-index: 30;
    background: color-mix(in srgb, var(--beige) 88%, transparent);
    backdrop-filter: blur(14px);
  }

  .site-head .wrap { display: flex; align-items: center; gap: clamp(16px, 4vw, 46px); padding-block: 15px; }

  .site-nav { display: flex; gap: clamp(14px, 2.3vw, 30px); margin-right: auto; flex-wrap: wrap; }

  .site-nav a {
    position: relative;
    font-size: .83rem;
    font-weight: 500;
    text-decoration: none;
    color: var(--ink-soft);
    padding-block: 3px;
  }

  .site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--green);
    transition: right .25s ease;
  }

  .site-nav a:hover { color: var(--ink); }
  .site-nav a:hover::after { right: 0; }

  /* ---------- Sections + Wellen ---------- */

  section { padding-block: var(--section); position: relative; }

  .on-white { background: var(--white); }
  .on-beige { background: var(--beige); }

  .divider { line-height: 0; position: relative; z-index: 1; }
  .divider svg { display: block; width: 100%; height: clamp(46px, 6.5vw, 96px); }
  .divider--to-beige { background: var(--white); }
  .divider--to-beige svg { fill: var(--beige); }
  .divider--to-white { background: var(--beige); }
  .divider--to-white svg { fill: var(--white); }
  .divider--to-green { background: var(--white); }
  .divider--to-green svg { fill: var(--ink); }
  .divider--flip svg { transform: scaleX(-1); }

  .section-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 42em;
    margin-bottom: clamp(38px, 5vw, 64px);
  }

  .section-head--mid { margin-top: clamp(54px, 7vw, 92px); }

  /* ---------- Hero ---------- */

  .hero { background: var(--beige); overflow: hidden; padding-block: clamp(44px, 6vw, 84px) clamp(56px, 8vw, 104px); }

  .hero::before {
    content: "";
    position: absolute;
    top: -22%;
    right: -12%;
    width: 62vw;
    height: 62vw;
    max-width: 780px;
    max-height: 780px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(158, 227, 61, .32), rgba(158, 227, 61, 0) 68%);
    pointer-events: none;
  }

  .hero-swell {
    position: absolute;
    inset: auto 0 -4px 0;
    height: clamp(90px, 14vw, 190px);
    pointer-events: none;
    opacity: .5;
  }

  .hero-swell svg { display: block; width: 220%; height: 100%; }
  .hero-swell path { fill: none; stroke: var(--green); stroke-width: 2.5; }
  .hero-swell svg:first-child { animation: drift 26s linear infinite; }
  .hero-swell svg:last-child { position: absolute; inset: 0; opacity: .55; animation: drift 38s linear infinite reverse; }

  @keyframes drift { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  .hero .wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: clamp(32px, 5vw, 74px);
    align-items: center;
  }

  .hero-copy { display: flex; flex-direction: column; gap: 26px; align-items: flex-start; }
  .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

  .pulses { display: flex; flex-wrap: wrap; gap: 12px 34px; width: 100%; padding-top: 26px; }
  .pulse { display: flex; flex-direction: column; gap: 2px; }

  .pulse b {
    font-family: var(--display);
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
    color: var(--ink);
    font-variant-numeric: tabular-nums;
  }

  .pulse span { font-size: .71rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-faint); }

  .hero-figure { position: relative; }

  .hero-figure img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 50% 50% 14px 14px / 34% 34% 3% 3%;
    box-shadow: var(--lift);
  }

  .hero-note {
    position: absolute;
    left: -22px;
    bottom: 34px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: var(--white);
    border-radius: 16px 16px 16px 4px;
    box-shadow: var(--lift);
    padding: 16px 20px;
    max-width: 15em;
    font-size: .82rem;
    line-height: 1.5;
    color: var(--ink-soft);
  }

  .hero-note b { font-family: var(--display); font-size: 1.15rem; color: var(--ink); }

  /* ---------- Kursraster ---------- */

  .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

  .course {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: var(--white);
    border-radius: 130px 130px 18px 18px;
    padding: 42px 30px 28px;
    box-shadow: var(--lift-sm);
    text-align: center;
    transition: transform .3s cubic-bezier(.2, .8, .3, 1), box-shadow .3s ease;
  }

  .course:hover { transform: translateY(-6px); box-shadow: 0 1px 3px rgba(43, 44, 36, .05), 0 26px 46px -24px rgba(43, 44, 36, .36); }

  .course .who { font-size: .71rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); }
  .course p { font-size: .95rem; color: var(--ink-soft); text-align: left; }

  .course .foot {
    margin-top: auto;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    font-size: .79rem;
  }

  .course .foot em { font-style: italic; font-family: var(--display); font-size: 1.05rem; color: var(--ink-soft); }

  .also { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 9px 11px; align-items: center; font-size: .86rem; color: var(--ink-soft); }

  .chip {
    padding: .4em 1em;
    border: 1.5px solid var(--line);
    border-radius: 999px;
    font-size: .8rem;
    transition: border-color .2s ease, color .2s ease;
  }

  .chip:hover { border-color: var(--green); color: var(--ink); }

  /* ---------- Coaching-Café ---------- */

  .feature .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }

  .feature img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 46% 54% 50% 50% / 52% 48% 52% 48%;
    box-shadow: var(--lift);
  }

  .feature-copy { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }

  .checks { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; }
  .checks li { display: grid; grid-template-columns: 1.5em 1fr; gap: .7em; font-size: .98rem; color: var(--ink-soft); align-items: start; }
  .checks svg { margin-top: .5em; }

  /* ---------- Einzelbegleitung ---------- */

  .offer {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 32px 28px;
    background: var(--beige);
    border-radius: 20px 20px 20px 90px;
    transition: transform .3s cubic-bezier(.2, .8, .3, 1);
  }

  .offer:hover { transform: translateY(-5px); }
  .offer p { font-size: .95rem; color: var(--ink-soft); }
  .offer .link { margin-top: auto; align-self: flex-start; }

  /* ---------- Werte: die L-I-E-B-E-N Welle ---------- */

  .values-wave { position: relative; }

  .values-wave > svg {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .values-wave > svg path { fill: none; stroke: var(--green); stroke-width: 2.5; opacity: .5; }

  .values {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    padding-block: clamp(30px, 4.4vw, 58px) clamp(6px, 1vw, 14px);
  }

  .value { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }

  .value b {
    display: grid;
    place-items: center;
    width: 2.6em;
    height: 2.6em;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 1px 2px rgba(43, 44, 36, .06), 0 14px 26px -18px rgba(43, 44, 36, .45);
    font-family: var(--display);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    color: var(--ink);
  }

  .value span { font-size: .92rem; color: var(--ink); }

  .value:nth-child(1) { transform: translateY(6px); }
  .value:nth-child(2) { transform: translateY(-20px); }
  .value:nth-child(3) { transform: translateY(-34px); }
  .value:nth-child(4) { transform: translateY(-20px); }
  .value:nth-child(5) { transform: translateY(6px); }
  .value:nth-child(6) { transform: translateY(26px); }

  /* ---------- Räume ---------- */

  .rooms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .room { margin: 0; }

  .room img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 200px 200px 16px 16px;
    box-shadow: var(--lift);
  }

  .room figcaption {
    margin-top: 16px;
    text-align: center;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--ink-faint);
  }

  /* ---------- Team ---------- */

  .team { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(26px, 3.4vw, 40px) clamp(22px, 3vw, 34px); }

  .member { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }

  .member-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    background: var(--white);
    /* white gap, then the green ring, then the drop shadow */
    box-shadow: 0 0 0 4px var(--white), 0 0 0 6px var(--green), var(--lift-sm);
    transition: transform .3s cubic-bezier(.2, .8, .3, 1), box-shadow .3s ease;
  }

  .member:hover .member-photo {
    box-shadow: 0 0 0 4px var(--white), 0 0 0 9px var(--green), var(--lift-sm);
  }

  .member:hover .member-photo { transform: translateY(-6px) scale(1.02); }

  .member-photo--wave { border-radius: 50% 50% 46% 54% / 54% 46% 50% 50%; }

  .member b { font-family: var(--display); font-size: 1.3rem; font-weight: 500; line-height: 1.15; }
  .member span { font-size: .8rem; color: var(--ink-faint); margin-top: -6px; }

  /* ---------- Stimmen ---------- */

  .placeholder-note {
    display: flex;
    gap: .6em;
    align-items: baseline;
    margin-bottom: 28px;
    padding: 13px 18px;
    border: 1.5px dashed var(--green);
    border-radius: 14px;
    font-size: .85rem;
    color: var(--ink-soft);
  }

  .placeholder-note b { color: var(--ink); font-weight: 700; }

  blockquote.quote {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 32px 30px;
    background: var(--beige);
    border-radius: 20px 90px 20px 20px;
  }

  blockquote.quote p { font-family: var(--display); font-size: 1.3rem; font-style: italic; line-height: 1.45; }
  blockquote.quote footer { font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); }

  /* ---------- Über Christina ---------- */

  .about .wrap { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(30px, 5vw, 70px); align-items: start; }

  .about img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 50% 50% 16px 16px / 32% 32% 3% 3%;
    box-shadow: var(--lift);
  }

  .about-copy { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
  .about-copy p { color: var(--ink-soft); }
  .signature { font-family: var(--display); font-style: italic; font-size: 1.5rem; color: var(--ink); }

  /* ---------- Kontakt ---------- */

  .contact { background: var(--ink); color: #f4f2e9; overflow: hidden; }

  .contact::before {
    content: "";
    position: absolute;
    left: -8%;
    bottom: -40%;
    width: 55vw;
    height: 55vw;
    max-width: 640px;
    max-height: 640px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(158, 227, 61, .3), rgba(158, 227, 61, 0) 70%);
    pointer-events: none;
  }

  .contact .wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(30px, 5vw, 70px);
    align-items: start;
  }

  .contact h2 { color: #fbfaf4; }
  .contact .eyebrow { color: #f4f2e9; }
  .contact .eyebrow path { stroke: var(--green); }

  .contact-copy { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
  .contact-copy p { color: rgba(244, 242, 233, .85); max-width: 30em; }
  .contact .btn-ghost { color: #f4f2e9; border-color: rgba(244, 242, 233, .32); }
  .contact .btn-ghost:hover { color: var(--green); border-color: var(--green); }

  .details { display: flex; flex-direction: column; }

  .contact .detail {
    display: grid;
    grid-template-columns: 8.5em 1fr;
    gap: 12px;
    padding: 15px 0;
    border-top: 1px solid rgba(244, 242, 233, .2);
    font-size: .95rem;
  }

  .contact .detail dt { color: rgba(244, 242, 233, .62); }
  .contact .detail dd { color: #f8f6ee; }
  .contact .detail dd a { text-decoration-color: rgba(244, 242, 233, .4); }
  /* base (light sections); the contact band overrides these above */
  .detail {
    display: grid;
    grid-template-columns: 8.5em 1fr;
    gap: 12px;
    padding: 15px 0;
    border-top: 1.5px solid var(--line);
    font-size: .95rem;
  }

  .detail dt { font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-faint); padding-top: .4em; }
  .detail dd { margin: 0; color: var(--ink); }
  .detail dd a { text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 3px; }
  .detail dd a:hover { text-decoration-color: var(--green); }

  /* ---------- Footer ---------- */

  .site-foot { padding-block: 42px; background: var(--white); font-size: .85rem; color: var(--ink-faint); }
  .site-foot .wrap { display: flex; flex-wrap: wrap; gap: 16px 30px; align-items: center; justify-content: space-between; }
  .foot-links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
  .foot-links a { text-decoration: none; }
  .foot-links a:hover { color: var(--ink); }

  /* ---------- Responsive ---------- */

  @media (max-width: 940px) {
    .hero .wrap, .feature .wrap, .about .wrap, .contact .wrap { grid-template-columns: 1fr; }
    .grid-3, .rooms { grid-template-columns: repeat(2, 1fr); }
    .values { grid-template-columns: repeat(3, 1fr); gap: 28px 18px; }
    .value:nth-child(n) { transform: none; }
    .values-wave > svg { display: none; }
    .hero-figure img { border-radius: 200px 200px 16px 16px; aspect-ratio: 3 / 4; }
    .hero-note { position: static; margin-top: 16px; max-width: none; }
    .about img { aspect-ratio: 3 / 4; max-width: 340px; }
    .site-nav { display: none; }
  }

  @media (max-width: 700px) {
    .team { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 620px) {
    .grid-3, .rooms { grid-template-columns: 1fr; }
    .values { grid-template-columns: repeat(2, 1fr); }
    .detail { grid-template-columns: 1fr; gap: 2px; }
    .course { border-radius: 90px 90px 18px 18px; }
  }

  /* ---------- Entry reveal ---------- */

  /* .js-reveal is set by script only, so without JS everything renders visible. */
  .js-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .3, 1);
    transition-delay: var(--reveal-delay, 0ms);
  }

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

  @media (prefers-reduced-motion: no-preference) {
    .hero-copy > *, .hero-figure { animation: rise .85s cubic-bezier(.2, .8, .3, 1) both; }
    .hero-copy > :nth-child(1) { animation-delay: 40ms; }
    .hero-copy > :nth-child(2) { animation-delay: 110ms; }
    .hero-copy > :nth-child(3) { animation-delay: 180ms; }
    .hero-copy > :nth-child(4) { animation-delay: 250ms; }
    .hero-copy > :nth-child(5) { animation-delay: 320ms; }
    .hero-figure { animation-delay: 150ms; }
    .hero-note { animation: rise .7s cubic-bezier(.2, .8, .3, 1) 620ms both; }
  }

  @keyframes rise {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: none; }
  }

  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; animation: none !important; }
    .js-reveal { opacity: 1; transform: none; }
  }

/* ---------- Member subpage ---------- */

.crumb { background: var(--beige); padding-block: 22px 0; }

.crumb .wrap { display: flex; align-items: center; gap: .5em; font-size: .78rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-soft); }
.crumb a { text-decoration: none; }
.crumb a:hover { color: var(--ink); }
.crumb span { color: var(--ink-faint); }

.portrait-hero { background: var(--beige); overflow: hidden; padding-block: clamp(34px, 4.5vw, 60px) clamp(56px, 8vw, 100px); }

.portrait-hero::before {
  content: "";
  position: absolute;
  top: -26%;
  left: -14%;
  width: 58vw;
  height: 58vw;
  max-width: 720px;
  max-height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(158, 227, 61, .3), rgba(158, 227, 61, 0) 68%);
  pointer-events: none;
}

.portrait-hero .wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.portrait-hero img {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 5px var(--white), 0 0 0 8px var(--green), var(--lift);
}

.portrait-copy { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.portrait-copy h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); }
.portrait-copy .lede { font-size: 1.18rem; }

.tags { display: flex; flex-wrap: wrap; gap: 9px 10px; }

.prose { display: flex; flex-direction: column; gap: 20px; max-width: 40em; }
.prose p { color: var(--ink-soft); }
.prose p:first-child { font-size: 1.12rem; color: var(--ink); }

.facts-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(22px, 4vw, 48px); margin: 0; padding: 0; list-style: none; }

.facts-list li {
  display: grid;
  grid-template-columns: 1.4em 1fr;
  gap: .6em;
  align-items: start;
  padding: 11px 0;
  border-bottom: 1.5px solid var(--line);
  font-size: .95rem;
  color: var(--ink-soft);
}

.facts-list svg { width: 1.4em; height: auto; margin-top: .5em; overflow: visible; }
.facts-list path { fill: none; stroke: var(--green); stroke-width: 6; stroke-linecap: round; }

.next-up { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.next-up a { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; text-decoration: none; }

.next-up img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--white), 0 0 0 4.5px var(--green), var(--lift-sm);
  transition: transform .3s cubic-bezier(.2, .8, .3, 1);
}

.next-up a:hover img { transform: translateY(-5px); }
.next-up b { font-family: var(--display); font-size: 1.1rem; font-weight: 500; }
.next-up span { font-size: .78rem; color: var(--ink-faint); margin-top: -8px; }

.member > a { display: flex; flex-direction: column; align-items: center; gap: 12px; text-decoration: none; }

@media (max-width: 940px) {
  .portrait-hero .wrap { grid-template-columns: 1fr; }
  .portrait-hero img { max-width: 300px; }
  .next-up { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .facts-list { grid-template-columns: 1fr; }
  .next-up { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Shop page: products, sessions, packages ---------- */

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }

.step { display: flex; flex-direction: column; gap: 8px; padding-top: 18px; border-top: 2px solid var(--green); }

.step b {
  counter-increment: step;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 500;
}

.step b::before { content: counter(step) " — "; color: var(--ink-faint); }
.step span { font-size: .95rem; color: var(--ink-soft); }

.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.product {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 26px 24px;
  background: var(--white);
  border-radius: 18px 18px 18px 70px;
  box-shadow: var(--lift-sm);
  transition: transform .3s cubic-bezier(.2, .8, .3, 1), box-shadow .3s ease;
}

.on-white .product { background: var(--beige); }

.product:hover { transform: translateY(-5px); box-shadow: 0 1px 3px rgba(43, 44, 36, .05), 0 26px 46px -24px rgba(43, 44, 36, .34); }

.product .kind { font-size: .69rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-faint); }
.product h3 { font-size: 1.3rem; }
.product p { font-size: .93rem; color: var(--ink-soft); }
.product .by { font-size: .85rem; color: var(--ink-soft); font-style: italic; font-family: var(--display); font-size: 1rem; }

.product .buy {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.price { display: flex; flex-direction: column; gap: 0; }

.price b {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.price small { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint); }

/* fill-in-the-blank price, obviously not a real figure */
.price .tbd {
  display: inline-block;
  min-width: 3.2em;
  border-bottom: 2px dashed var(--green);
  color: var(--ink-faint);
}

.meta { display: flex; flex-wrap: wrap; gap: 6px 8px; }

.meta span {
  padding: .25em .7em;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  font-size: .74rem;
  letter-spacing: .04em;
  color: var(--ink-soft);
}

.badge {
  align-self: flex-start;
  padding: .35em .9em;
  border-radius: 999px;
  background: var(--green);
  color: var(--on-green);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.live { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 60px); align-items: start; }

.live-panel { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }

.sessions { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; }

.sessions li {
  display: grid;
  grid-template-columns: 5.5em 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1.5px solid var(--line);
  font-size: .95rem;
}

.sessions dt, .sessions .wk {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  padding-top: .35em;
}

.sessions .topic { color: var(--ink); }

.booking {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  padding: 30px 28px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--lift);
}

.on-white .booking { background: var(--beige); }

.booking .price b { font-size: 2.1rem; }

.booking dl { margin: 0; display: flex; flex-direction: column; width: 100%; }

.pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }

.pkg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px 26px;
  background: var(--white);
  border-radius: 20px;
  border-top: 3px solid var(--green);
  box-shadow: var(--lift-sm);
}

.on-beige .pkg { background: var(--white); }
.pkg p { font-size: .93rem; color: var(--ink-soft); }
.pkg .buy { margin-top: auto; padding-top: 16px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; }

.note {
  display: grid;
  grid-template-columns: 1.5em 1fr;
  gap: .8em;
  align-items: start;
  max-width: 46em;
  margin-top: 26px;
  padding: 18px 22px;
  background: var(--white);
  border-radius: 16px;
  font-size: .92rem;
  color: var(--ink-soft);
}

.on-white .note { background: var(--beige); }
.note svg { width: 1.5em; height: auto; margin-top: .45em; overflow: visible; }
.note path { fill: none; stroke: var(--green); stroke-width: 6; stroke-linecap: round; }
.note b { color: var(--ink); font-weight: 700; }

.faq { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px clamp(24px, 4vw, 52px); }

.faq > div { padding: 18px 0; border-top: 1.5px solid var(--line); display: flex; flex-direction: column; gap: 6px; }
.faq h3 { font-size: 1.15rem; }
.faq p { font-size: .93rem; color: var(--ink-soft); }

@media (max-width: 940px) {
  .products, .pkgs, .steps { grid-template-columns: repeat(2, 1fr); }
  .live { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .products, .pkgs, .steps { grid-template-columns: 1fr; }
  .sessions li { grid-template-columns: 1fr; gap: 2px; }
}

/* ---------- Print / PDF ---------- */

@page {
  size: A4;
  margin: 0;
}

@media print {
  /* the reveal script gates everything below the fold - without this the
     PDF would only show the first screen */
  .js-reveal { opacity: 1 !important; transform: none !important; }
  .hero-copy > *, .hero-figure, .hero-note { animation: none !important; }
  .hero-swell svg { animation: none !important; }

  :root { --wrap: 100%; --gutter: 14mm; --section: 16mm; }

  html, body { background: var(--white); }

  /* keep the beige and green grounds - a white PDF loses the identity */
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }

  .site-head { position: static; backdrop-filter: none; }
  .site-nav { display: none; }
  .site-head .btn { display: none; }

  .divider svg { height: 12mm; }

  section { padding-block: var(--section); }

  h1 { font-size: 34pt; }
  h2 { font-size: 22pt; }
  h3 { font-size: 13pt; }
  body { font-size: 10.5pt; line-height: 1.55; }
  .lede { font-size: 11.5pt; }

  /* nothing that reads as one object may be split across a page */
  .course, .offer, .product, .pkg, .value, .room, .member,
  .quote, .booking, .step, .note, .placeholder-note, .faq > div {
    break-inside: avoid;
    box-shadow: none;
  }

  .section-head, .live, .feature .wrap, .about .wrap, .contact .wrap { break-inside: avoid; }

  #kurse, #coaching-cafe, #einzeln, #werte, #raeume, #team,
  #meditationen, #live, #freitag, #netzwerk, #buecher, #fragen { break-before: page; }

  .hero { break-after: avoid; }

  /* the wave-offset letters would collide with a page edge */
  .value:nth-child(n) { transform: none; }
  .values-wave > svg { display: none; }
  .values { grid-template-columns: repeat(6, 1fr); }

  .hero-figure img, .about img, .room img, .feature img { box-shadow: none; }
  .member-photo { box-shadow: 0 0 0 3px var(--white), 0 0 0 5px var(--green) !important; }

  .btn { box-shadow: none !important; transform: none !important; }

  a { text-decoration: none; }
}
