
:root {
  --ink: #17383b;
  --muted: #66736c;
  --cream: #f6f2e9;
  --paper: #fcfbf7;
  --sage: #748a78;
  --sage-dark: #073f47;
  --gold: #b4935d;
  --line: rgba(38, 52, 47, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.1rem, 7vw, 6.8rem); max-width: 880px; margin: 18px 0 24px; }
h2 { font-size: clamp(2.25rem, 4.6vw, 4.4rem); margin: 12px 0 22px; }
h3 { font-size: 1.65rem; }
p { color: var(--muted); }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.centered { text-align: center; margin-inline: auto; }
.eyebrow { color: var(--sage-dark); font-size: .78rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.uppercase { text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 700; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 100; background: white; padding: 10px 16px; }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; color: white; }
.nav-shell { width: min(1280px, calc(100% - 40px)); min-height: 94px; margin: auto; display: flex; align-items: center; gap: 36px; border-bottom: 1px solid rgba(255,255,255,.34); }
.header-contact-line { position: absolute; top: 94px; right: max(20px, calc((100% - 1280px) / 2)); display: flex; align-items: center; gap: 11px; padding-top: 10px; color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 600; letter-spacing: .02em; }
.header-contact-line a { padding-bottom: 2px; }
.header-contact-line a:hover, .header-contact-line a:focus-visible { color: white; }
.brand { margin-right: auto; display: flex; width: 224px; flex-direction: column; align-items: flex-start; }
.brand-main { display: flex; width: 224px; height: 43px; }
.brand-icon-crop, .brand-name-crop { position: relative; display: block; height: 43px; overflow: hidden; }
.brand-icon-crop { width: 53px; }
.brand-name-crop { width: 171px; height: 36px; }
.brand-icon-crop img, .brand-name-crop img { position: absolute; top: 0; display: block; width: 224px; max-width: none; height: auto; filter: brightness(0) invert(1); }
.brand-name-crop img { left: -53px; }
.brand-roles { margin: 2px 0 0 57px; color: rgba(255,255,255,.8); font-size: .48rem; font-weight: 700; letter-spacing: .055em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
nav { display: flex; align-items: center; gap: 28px; font-size: .85rem; font-weight: 700; }
nav a:hover, nav a:focus-visible { text-decoration: underline; text-underline-offset: 6px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; background: var(--sage-dark); color: white; border: 1px solid var(--sage-dark); padding: 15px 24px; border-radius: 999px; font-size: .82rem; font-weight: 700; letter-spacing: .04em; transition: transform .2s ease, background .2s ease; }
.button:hover { background: #052f35; transform: translateY(-2px); }
.button-small { padding: 10px 18px; background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.6); backdrop-filter: blur(8px); }
.button-light { background: white; border-color: white; color: var(--ink); }
.hero { height: max(620px, 40vw); position: relative; display: grid; align-items: center; color: white; overflow: hidden; }
.hero-image { object-fit: cover; }
.hero-image-person { object-position: 70% center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,42,47,.9) 0%, rgba(5,42,47,.58) 56%, rgba(5,42,47,.14) 100%), linear-gradient(0deg, rgba(5,42,47,.22), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding-top: 95px; padding-bottom: 113px; }
.hero-content h1 { max-width: 610px; font-size: clamp(3rem, 5.6vw, 5.45rem); }
.hero .eyebrow { color: #e8d8bb; }
.hero-lead { color: rgba(255,255,255,.88); font-size: 1.16rem; max-width: 555px; }
.button-row { display: flex; align-items: stretch; gap: 12px; width: fit-content; margin-top: 38px; transform: translateY(-20px); }
.hero .button { background: #f3ead9; border-color: #f3ead9; color: var(--ink); }
.text-link { font-weight: 700; font-size: .85rem; }
.hero-action-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 56px; padding: 13px 16px; border: 1px solid rgba(243,234,217,.9); border-radius: 999px; background: #f3ead9; color: var(--ink); font-size: .76rem; font-weight: 700; text-align: center; white-space: nowrap; box-shadow: 0 10px 28px rgba(2,24,28,.14); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.hero-action-button:hover, .hero-action-button:focus-visible { background: white; transform: translateY(-2px); box-shadow: 0 14px 34px rgba(2,24,28,.2); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.feelings-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.feeling-card { position: relative; grid-column: span 2; overflow: hidden; padding: 34px 32px; background: rgba(255,255,255,.9); border: 1px solid rgba(180,147,93,.2); border-radius: 16px; min-height: 275px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.feeling-card:nth-child(even) { background: #f4f1e9; }
.feeling-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(44,59,52,.09); }
.feeling-card-top { min-height: 24px; }
.feeling-card-top::after { content: ""; display: block; width: 54px; height: 1px; margin-top: 11px; background: linear-gradient(90deg, rgba(180,147,93,.78), rgba(180,147,93,.18)); }
.feeling-wheel { position: absolute; right: -42px; bottom: -48px; width: 150px; height: 150px; color: rgba(180,147,93,.2); }
.feeling-wheel i { position: absolute; inset: 0; border: 1px solid currentColor; border-radius: 50%; }
.feeling-wheel i:nth-child(2) { inset: 28px; }
.feeling-wheel b { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(46,82,69,.1); font: 4rem Georgia, serif; transform: rotate(-16deg); }
.feeling-card:hover .feeling-wheel { animation: wendepunkt-wheel-turn 18s linear infinite; }
.feeling-card h3 { font-size: 1.35rem; margin: 25px 0 12px; }
.feeling-card p { font-size: .92rem; }
.turning-point { max-width: 850px; margin: 110px auto 0; text-align: center; }
.turning-point .script { color: var(--gold); font-family: Georgia, serif; font-style: italic; font-size: 1.45rem; }
.turning-point .button { margin-top: 26px; }
.method-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #f4f0e7 0%, #ece5d8 58%, #e4e5d9 100%); color: var(--ink); }
.method-content { position: relative; z-index: 1; }
.method-section h2, .method-section h3 { color: var(--sage-dark); }
.method-section p { color: #5e6b64; }
.method-section .eyebrow { color: #9b7944; }
.wendepunkt-wheel { position: absolute; z-index: 0; top: 34px; right: -125px; width: min(56vw, 720px); aspect-ratio: 1; opacity: .58; pointer-events: none; animation: wendepunkt-wheel-turn 150s linear infinite; }
.wendepunkt-wheel__ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(46,82,69,.22); border-radius: 50%; transform: translate(-50%, -50%); }
.wendepunkt-wheel__ring--outer { width: 100%; height: 100%; }
.wendepunkt-wheel__ring--middle { width: 72%; height: 72%; }
.wendepunkt-wheel__ring--inner { width: 39%; height: 39%; }
.wendepunkt-wheel__needle { position: absolute; top: 10%; left: 48.25%; width: 3.5%; height: 80%; border-radius: 999px; background: rgba(180,147,93,.15); transform: rotate(19deg); }
.wendepunkt-wheel__letter { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(46,82,69,.13); font-family: Georgia, serif; font-size: clamp(10rem, 27vw, 21rem); line-height: 1; transform: rotate(-18deg); }
@keyframes wendepunkt-wheel-turn { to { transform: rotate(360deg); } }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(180,147,93,.32); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.58); box-shadow: 0 22px 60px rgba(60,70,58,.07); backdrop-filter: blur(2px); }
.method-grid article { min-height: 275px; padding: 42px 36px; border-right: 1px solid rgba(180,147,93,.28); }
.method-grid article:last-child { border-right: 0; }
.method-grid span { color: #9b7944; font-size: .75rem; font-weight: 700; letter-spacing: .18em; }
.method-grid h3 { margin: 24px 0 14px; font-size: 2rem; }
.energy-focus { background: #fff; }
.energy-focus-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 90px; align-items: start; }
.energy-focus-copy h2, .energy-focus-copy > p:not(.eyebrow) { max-width: 690px; }
.energy-focus-results { padding: 42px 44px; border: 1px solid rgba(180,147,93,.34); border-radius: 24px; background: linear-gradient(145deg, #f8f5ee, #fff); box-shadow: 0 22px 60px rgba(23,56,59,.07); }
.energy-focus-results > div { display: grid; gap: 4px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.energy-focus-results > div:last-child { border-bottom: 0; padding-bottom: 0; }
.energy-focus-results strong { color: var(--sage-dark); font: 1.28rem Georgia, serif; }
.energy-focus-results span { color: var(--muted); font-size: .94rem; line-height: 1.55; }
.paths-section { background: var(--cream); }
.paths-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.path-card { background: var(--paper); border-radius: 24px; overflow: hidden; }
.path-image { position: relative; height: 260px; overflow: hidden; }
.path-image img { object-fit: cover; transition: transform .6s ease; }
.path-card:hover .path-image img { transform: scale(1.04); }
.path-copy { padding: 28px; }
.path-copy span { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.path-copy h3 { font-size: 2rem; margin: 12px 0; }
.path-link { display: flex; justify-content: space-between; align-items: center; margin: 0 28px 28px; color: var(--sage-dark); font-size: .82rem; font-weight: 700; }
.offers-section { background: #edf1ec; }
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { display: flex; flex-direction: column; min-height: 330px; padding: 32px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; }
.offer-card:last-child:nth-child(odd) { grid-column: span 2; }
.offer-area { margin: 0 0 16px; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.offer-card h3 { margin: 0 0 14px; font-size: 1.8rem; }
.offer-card > p:not(.offer-area) { margin-top: 0; }
.offer-link { margin-top: auto; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--sage-dark); font-size: .82rem; font-weight: 700; }
.offer-card .offer-price { margin-top: auto; padding-top: 20px; color: var(--sage-dark); font-weight: 700; border-top: 1px solid var(--line); }
.offer-card .offer-price + .offer-link { margin-top: 0; padding-top: 10px; border-top: 0; }
.hero-contact-bar { background: var(--cream); border-bottom: 1px solid var(--line); }
.hero-contact-bar .shell { min-height: 68px; display: flex; align-items: center; justify-content: flex-end; gap: 16px; color: var(--sage-dark); font-weight: 700; }
.hero-contact-bar a { border-bottom: 1px solid rgba(180,147,93,.65); }
.hero-contact-bar a:hover { color: var(--gold); }
.academy-link { margin: 28px 0 0; }
.academy-link a { color: var(--sage-dark); font-weight: 700; border-bottom: 1px solid rgba(180,147,93,.55); }
.offers-booking-cta { margin-top: 42px; padding: 28px 32px; border-radius: 22px; background: var(--sage-dark); color: white; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.offers-booking-cta p { margin: 0; color: rgba(255,255,255,.82); font-weight: 700; }
.offers-booking-cta .button { flex: 0 0 auto; background: var(--cream); color: var(--sage-dark); }
.academy-callout { margin-top: 26px; padding: 52px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; border-radius: 28px; background: var(--sage-dark); color: white; }
.academy-callout h2 { margin-bottom: 10px; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.academy-callout p { max-width: 750px; color: rgba(255,255,255,.74); }
.academy-callout .eyebrow { color: #dfc89f; }
.academy-callout .button { background: white; border-color: white; color: var(--ink); white-space: nowrap; }
.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 90px; align-items: center; }
.portrait-wrap { position: relative; height: 720px; border-radius: 260px 260px 24px 24px; overflow: hidden; }
.portrait-wrap > img { object-fit: cover; }
.portrait-personal-image { object-position: center 28%; }
.portrait-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px; color: var(--sage-dark); font-size: .88rem; font-weight: 700; letter-spacing: .035em; }
.portrait-contact a { text-decoration: none; border-bottom: 1px solid rgba(180,147,93,.55); padding-bottom: 3px; }
.portrait-contact a:hover, .portrait-contact a:focus-visible { color: var(--gold); border-bottom-color: currentColor; }
.experience { position: absolute; right: 18px; bottom: 18px; width: 138px; height: 138px; border-radius: 50%; background: var(--sage-dark); color: white; display: grid; place-content: center; text-align: center; }
.experience strong { font: 2.4rem Georgia, serif; }
.experience span { max-width: 90px; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.split-copy > p { margin: 0 0 18px; }
.split-copy blockquote { margin: 32px 0; padding: 22px 0 22px 24px; border-left: 2px solid var(--gold); font: italic 1.35rem/1.5 Georgia, serif; }
.about-value-section { padding: 104px 0; background: linear-gradient(135deg, #073f47 0%, #0b4a52 58%, #17383b 100%); color: white; }
.about-value-section .section-heading { max-width: 790px; }
.about-value-section .section-heading h2 { color: white; }
.about-value-section .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.about-value-section .eyebrow { color: #e4c68e; }
.about-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(228,198,142,.36); border-radius: 24px; background: rgba(228,198,142,.3); }
.about-value-grid article { min-height: 270px; padding: 38px 34px; background: rgba(4,43,49,.84); }
.about-value-grid span { color: #e4c68e; font-size: .72rem; font-weight: 700; letter-spacing: .18em; }
.about-value-grid h3 { margin: 26px 0 14px; color: white; font-size: 1.8rem; }
.about-value-grid p { color: rgba(255,255,255,.72); }
.about-promises { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 22px; }
.about-promises > div { padding: 38px 40px; border: 1px solid rgba(228,198,142,.28); border-radius: 22px; background: rgba(255,255,255,.06); }
.about-promises h3 { margin: 10px 0 12px; color: white; font-size: 1.65rem; }
.about-promises p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.7); }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.testimonial { margin: 0; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 32px; }
.quote-mark { color: var(--gold); font: 4rem/1 Georgia, serif; height: 42px; }
.testimonial h3 { margin: 10px 0 18px; font-size: clamp(1.55rem, 2.2vw, 2.15rem); }
.testimonial > p { margin: 0; color: var(--muted); }
.testimonial blockquote { margin: 12px 0 28px; color: var(--muted); }
.testimonial figcaption { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-dark); color: var(--cream); border: 2px solid rgba(180,147,93,.55); font: 700 .82rem/1 Arial, sans-serif; letter-spacing: .1em; }
.testimonial figcaption span { display: grid; }
.testimonial figcaption small { color: var(--muted); }
.final-line { margin-top: 72px; }
.final-line h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.download-section { background: var(--cream); }
.download-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; padding: 44px 52px; }
.download-card h2 { font-size: 2.5rem; margin-bottom: 8px; }
.contact-section { background: var(--sage-dark); color: white; padding: 72px 0; }
.contact-section .eyebrow { color: #dfc89f; }
.contact-section p { color: rgba(255,255,255,.72); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.contact-card { border: 1px solid rgba(255,255,255,.22); border-radius: 24px; padding: 32px; display: grid; gap: 26px; }
.contact-card a, .contact-card div { display: grid; gap: 5px; }
.contact-card small { color: #dfc89f; text-transform: uppercase; letter-spacing: .14em; font-size: .67rem; }
footer { background: #19241f; color: white; padding: 72px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.55fr 1fr 1.2fr 1fr; gap: 46px; }
.footer-brand-name { display: block; color: white; font: 400 clamp(2rem, 3vw, 3rem)/1.05 Georgia, serif; margin-bottom: 12px; }
.footer-grid img { filter: brightness(0) invert(1); }
.footer-grid p { color: rgba(255,255,255,.55); max-width: 330px; }
.footer-grid h2 { font: 700 .75rem Arial, sans-serif; text-transform: uppercase; letter-spacing: .16em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { color: rgba(255,255,255,.7); font-size: .88rem; }
.footer-grid a:hover { color: white; }
.footer-contact { display: grid; gap: 5px; margin-top: 20px; }
.footer-contact a { color: rgba(255,255,255,.82); }
.social-links { display: grid; gap: 12px; }
.social-links a { display: flex; align-items: center; gap: 10px; }
.social-links span { width: 26px; height: 26px; display: inline-grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: .72rem; }
.healing-disclaimer { border-top: 1px solid rgba(255,255,255,.12); margin-top: 42px; padding-top: 24px; max-width: 1180px; }
.healing-disclaimer strong { display: block; color: var(--gold); font: 700 .75rem Arial, sans-serif; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 9px; }
.healing-disclaimer p { color: rgba(255,255,255,.62); font-size: .86rem; line-height: 1.65; max-width: 980px; margin: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 50px; padding-top: 22px; color: rgba(255,255,255,.45); font-size: .75rem; }
.legal-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.legal-nav { min-height: 92px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .84rem; font-weight: 700; }
.legal-nav img { width: 170px; height: auto; }
.legal-main { min-height: 70vh; padding-block: 80px 110px; }
.legal-content { max-width: 900px; }
.legal-content h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-content h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); margin-top: 48px; }
.legal-content h3 { margin-top: 36px; }
.legal-content table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.legal-content td, .legal-content th { border-bottom: 1px solid var(--line); padding: 12px 8px; text-align: left; vertical-align: top; }
.legal-content a { color: var(--sage-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content [style] { max-width: 100% !important; }
.legal-footer { background: #19241f; color: rgba(255,255,255,.6); padding: 26px 0; font-size: .78rem; }
.offer-page { background: var(--paper); }
.offer-header { position: absolute; inset: 0 0 auto; z-index: 30; color: white; border-bottom: 1px solid rgba(255,255,255,.3); }
.offer-nav { width: min(1280px, calc(100% - 40px)); min-height: 92px; margin: auto; display: flex; align-items: center; gap: 34px; }
.offer-brand { width: 224px; margin-right: auto; filter: brightness(0) invert(1); }
.offer-header nav { display: flex; gap: 30px; }
.offer-hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: white; }
.offer-hero-image { object-fit: cover; }
.offer-hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,60,71,.96), rgba(11,60,71,.76) 48%, rgba(11,60,71,.32)); }
.offer-hero-content { position: relative; z-index: 1; padding-top: 135px; }
.offer-hero-content h1 { max-width: 980px; }
.offer-hero-content > p:not(.eyebrow) { max-width: 790px; color: rgba(255,255,255,.82); font-size: 1.18rem; }
.offer-hero-content .eyebrow { color: #e4c68e; }
.offer-breadcrumbs { display: flex; gap: 28px; margin-bottom: 38px; font-size: .9rem; font-weight: 700; }
.offer-breadcrumbs a { border-bottom: 1px solid rgba(255,255,255,.65); }
.offer-soft, .price-section { background: var(--cream); }
.suitable-grid, .offer-two-columns, .price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.suitable-grid article, .offer-two-columns article, .price-grid article { padding: 44px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.suitable-grid article { font: 1.35rem/1.5 Georgia, serif; }
.offer-process { background: #edf1ed; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(180,147,93,.28); border-radius: 24px; background: rgba(180,147,93,.28); }
.process-grid article { padding: 38px 30px; background: var(--paper); }
.process-grid span { color: var(--gold); font-weight: 700; letter-spacing: .18em; }
.price-grid article strong { display: block; margin: 20px 0 34px; font: 3.5rem Georgia, serif; color: #0f4650; }
.price-note { text-align: center; margin-top: 34px; }
.zoom-section { background: #0f4650; color: white; }
.zoom-section p { color: rgba(255,255,255,.74); }
.zoom-section .eyebrow { color: #e4c68e; }
.zoom-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.zoom-grid aside { display: grid; gap: 8px; padding: 28px; margin-top: 28px; border: 1px solid rgba(228,198,142,.65); border-radius: 20px; color: rgba(255,255,255,.78); }
.zoom-grid aside strong { color: #e4c68e; font-size: 1.05rem; }
.faq-wrap { max-width: 920px; }
.faq-wrap details { border-top: 1px solid var(--line); padding: 22px 8px; }
.faq-wrap details:last-child { border-bottom: 1px solid var(--line); }
.faq-wrap summary { cursor: pointer; font: 1.25rem Georgia, serif; color: #0f4650; }
.booking-section { background: #fff; }
.booking-heading { max-width: 760px; margin-bottom: 42px; }
.calendar-direct-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 8px; color: var(--sage-dark); font-weight: 700; border-bottom: 1px solid rgba(180,147,93,.65); }
.booking-grid { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 30px; align-items: start; }
.booking-profile { overflow: hidden; border: 1px solid rgba(180,147,93,.28); border-radius: 28px; background: white; box-shadow: 0 22px 60px rgba(38,52,47,.08); }
.booking-portrait { position: relative; height: 390px; overflow: hidden; }
.booking-portrait img { object-fit: cover; object-position: center 28%; }
.booking-contact { display: grid; gap: 14px; padding: 28px 24px 32px; font-weight: 700; color: #0f4650; }
.booking-contact a { width: fit-content; border-bottom: 1px solid var(--gold); }
.calendar-frame { overflow: hidden; min-height: 760px; padding: 14px; border-radius: 28px; background: white; box-shadow: 0 22px 60px rgba(38,52,47,.1); }
.calendar-frame iframe { width: 100%; min-height: 730px; border: 0; border-radius: 18px; background: white; }
.offer-footer { padding: 28px 0; background: #18271f; color: rgba(255,255,255,.7); font-size: .82rem; }
.offer-footer .shell { display: flex; justify-content: space-between; gap: 20px; }
.compass-page { background: var(--cream); padding-bottom: 110px; }
.compass-hero { padding: 80px 0 55px; text-align: center; }
.compass-hero h1 { max-width: none; font-size: clamp(3rem, 7vw, 6rem); margin-inline: auto; }
.compass-hero p { max-width: 680px; margin-inline: auto; }
.compass-hero p span { display: inline-block; margin-top: 7px; color: var(--sage-dark); font-weight: 700; }
.compass-form { max-width: 900px; margin: 0 auto; padding: 54px; border-radius: 28px; background: var(--paper); box-shadow: 0 24px 70px rgba(38,52,47,.1); }
.compass-intro { padding-bottom: 22px; }
.compass-question { border: 0; border-bottom: 1px solid var(--line); padding: 26px 0; margin: 0; }
.compass-question legend { width: 100%; font-weight: 700; line-height: 1.5; }
.compass-question legend span { color: var(--gold); }
.rating { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.rating label { cursor: pointer; }
.rating input { position: absolute; opacity: 0; pointer-events: none; }
.rating label span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: .2s; }
.rating input:checked + span { background: var(--sage-dark); border-color: var(--sage-dark); color: white; }
.rating input:focus-visible + span { outline: 3px solid rgba(180,147,93,.5); outline-offset: 3px; }
.compass-form button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.compass-reset { background: transparent; color: var(--sage-dark); }
.compass-hint, .compass-disclaimer { font-size: .86rem; }
.compass-result { margin-top: 44px; padding: 34px; border-radius: 22px; background: white; border: 1px solid var(--line); }
.score-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.score-grid > div { display: grid; text-align: center; padding: 22px; border-radius: 16px; background: var(--cream); }
.score-grid strong { font: 2.6rem Georgia, serif; color: var(--sage-dark); }
.score-grid small { color: var(--muted); }
.result-summary { margin-top: 28px; padding: 26px; border-left: 3px solid var(--gold); border-radius: 0 16px 16px 0; background: #f3f0e8; }
.result-summary h3, .result-details h3 { margin-top: 0; }
.result-details { margin-top: 34px; }
.result-details article { padding: 22px 0; border-bottom: 1px solid var(--line); }
.result-details article > div { display: flex; justify-content: space-between; gap: 20px; color: var(--sage-dark); }
.result-details article span { font-weight: 700; }
.result-details article strong { color: var(--gold); font-size: .85rem; }
.result-details article p { margin-bottom: 0; }
.recommendation { margin-top: 32px; }
.recommendation ol { padding-left: 22px; }
.recommendation li { margin-bottom: 12px; color: var(--muted); line-height: 1.65; }

@media (max-width: 980px) {
  .energy-focus-grid { grid-template-columns: 1fr; gap: 42px; }
  nav { display: none; }
  .feelings-grid { grid-template-columns: repeat(2, 1fr); }
  .feeling-card { grid-column: auto; }
  .offers-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 55px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { border-right: 0; border-bottom: 1px solid rgba(180,147,93,.28); }
  .method-grid article:last-child { border-bottom: 0; }
  .about-value-grid { grid-template-columns: 1fr; }
  .about-value-grid article { min-height: auto; }
  .compass-callout { grid-template-columns: 1fr; }
  .portrait-wrap { height: 650px; max-width: 620px; }
  .offer-header nav { display: none; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .zoom-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 720px) {
  .offer-card:last-child:nth-child(odd) { grid-column: auto; }
  .wendepunkt-wheel { top: 150px; right: -280px; width: 540px; opacity: .24; }
  .section { padding: 78px 0; }
  .nav-shell { min-height: 78px; }
  .brand { width: 178px; }
  .brand-main { width: 178px; height: 34px; }
  .brand-icon-crop, .brand-name-crop { height: 34px; }
  .brand-icon-crop { width: 42px; }
  .brand-name-crop { width: 136px; height: 29px; }
  .brand-icon-crop img, .brand-name-crop img { width: 178px; }
  .brand-name-crop img { left: -42px; }
  .brand-roles { margin-left: 45px; font-size: .4rem; }
  .button-small { display: none; }
  .header-contact-line { right: 20px; }
  .hero { height: 760px; }
  .hero-image-person { object-position: 72% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(20,42,36,.9), rgba(20,42,36,.68)); }
  .hero-content { padding-bottom: 135px; }
  .hero-content h1 { max-width: 92%; font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .button-row { width: 100%; flex-direction: column; transform: translateY(-12px); }
  .hero-action-button { width: 100%; white-space: normal; }
  .header-contact-line { display: none; }
  .hero-contact-bar .shell { min-height: 82px; justify-content: center; flex-direction: column; gap: 5px; }
  .hero-contact-bar .shell > span { display: none; }
  .offers-booking-cta { align-items: flex-start; flex-direction: column; padding: 26px 22px; }
  .feelings-grid, .paths-grid, .offers-grid, .testimonials-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .feeling-card, .feeling-card:last-child { grid-column: auto; }
  .about-value-section { padding: 78px 0; }
  .about-value-grid article { padding: 32px 26px; }
  .about-promises { grid-template-columns: 1fr; }
  .about-promises > div { padding: 30px 26px; }
  .paths-grid { gap: 18px; }
  .portrait-wrap { height: 520px; border-radius: 180px 180px 20px 20px; }
  .portrait-contact { flex-direction: column; align-items: center; gap: 8px; }
  .portrait-contact > span { display: none; }
  .download-card { align-items: flex-start; flex-direction: column; padding: 32px 26px; }
  .contact-grid { gap: 40px; }
  .academy-callout { grid-template-columns: 1fr; gap: 26px; padding: 34px 26px; }
  .compass-callout { padding: 34px 26px; }
  .compass-form { padding: 26px 20px; border-radius: 18px; }
  .score-grid { grid-template-columns: 1fr; }
  .offer-nav .button { display: none; }
  .offer-brand { width: 180px; }
  .offer-hero { min-height: 820px; }
  .suitable-grid, .offer-two-columns, .price-grid, .booking-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .suitable-grid article, .offer-two-columns article, .price-grid article { padding: 30px 24px; }
  .calendar-frame { min-height: 680px; padding: 6px; border-radius: 18px; }
  .calendar-frame iframe { min-height: 660px; }
  .booking-profile { max-width: 420px; margin-inline: auto; }
  .booking-portrait { height: 460px; }
  .offer-footer .shell { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .wendepunkt-wheel { animation: none; }
}
