:root {
  --black: #0c0c0c;
  --ink: #181715;
  --white: #fff;
  --cream: #f4f0e8;
  --paper: #fbfaf7;
  --profile-cream: #faf8f4;
  --gold: #b7975a;
  --gold-light: #d8c49a;
  --line: rgba(24, 23, 21, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: min(100% - 2rem, 76rem);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(4rem, 17vw, 10.5rem); }
h2 { font-size: clamp(3rem, 10vw, 7.5rem); max-width: 11ch; }
sup { color: var(--gold-light); font-size: .48em; }
.content-width { width: var(--content); margin-inline: auto; }
.section-dark { background: var(--black); color: var(--white); }
.section-light { background: var(--paper); color: var(--ink); }
.section-warm { background: var(--cream); color: var(--ink); }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .7rem 1rem; background: var(--white); color: var(--black); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.edit-mode-badge { position: fixed; z-index: 30; right: .75rem; top: .75rem; padding: .45rem .65rem; border: 1px solid rgba(183,151,90,.55); background: rgba(12,12,12,.82); color: var(--gold-light); font-size: .56rem; font-style: normal; font-weight: 700; letter-spacing: .11em; line-height: 1; text-transform: uppercase; backdrop-filter: blur(8px); pointer-events: none; }
.image-editable-slot { position: relative; }
.image-editable-slot > img.user-image { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.image-editable-slot.has-user-image > span { visibility: hidden; }
.image-edit-button { position: absolute; z-index: 6; left: 50%; bottom: 1rem; display: none; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.7); border-radius: 999px; padding: .7rem 1rem; background: rgba(12,12,12,.78); color: #fff; font-family: var(--sans); font-size: .62rem; font-weight: 700; letter-spacing: .11em; line-height: 1; text-transform: uppercase; white-space: nowrap; cursor: pointer; backdrop-filter: blur(8px); transition: background .2s, border-color .2s, transform .2s; }
.image-editor-active .image-edit-button { display: block; }
.image-editor-active .image-editable-slot { outline: 1px dashed rgba(183,151,90,.55); outline-offset: 3px; }
.image-resize-handle { position: absolute; z-index: 8; display: none; width: 1rem; height: 1rem; border: 2px solid #fff; border-radius: 50%; background: var(--gold); box-shadow: 0 2px 8px rgba(0,0,0,.35); touch-action: none; }
.image-editor-active .image-resize-handle { display: block; }
.image-resize-handle[data-corner="nw"] { top: -.5rem; left: -.5rem; cursor: nwse-resize; }
.image-resize-handle[data-corner="ne"] { top: -.5rem; right: -.5rem; cursor: nesw-resize; }
.image-resize-handle[data-corner="sw"] { bottom: -.5rem; left: -.5rem; cursor: nesw-resize; }
.image-resize-handle[data-corner="se"] { right: -.5rem; bottom: -.5rem; cursor: nwse-resize; }
.image-edit-button:hover, .image-edit-button:focus-visible { border-color: var(--gold-light); background: var(--gold); transform: translateX(-50%) translateY(-2px); }
.image-edit-input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.text-recovery-toggle { position: fixed; z-index: 45; right: 1rem; bottom: 1rem; border: 1px solid var(--gold); border-radius: 999px; padding: .75rem 1rem; background: var(--black); color: var(--gold-light); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.text-recovery-panel { position: fixed; z-index: 44; right: 1rem; bottom: 4.5rem; width: min(92vw, 28rem); max-height: 70vh; overflow: auto; padding: 1rem; border: 1px solid var(--gold); background: #f7f3ea; color: var(--ink); box-shadow: 0 1rem 4rem rgba(0,0,0,.3); }
.text-recovery-panel[hidden] { display: none; }
.text-recovery-panel h2 { margin-bottom: .5rem; font-family: var(--serif); font-size: 1.5rem; }
.text-recovery-panel > p { font-size: .75rem; }
.text-recovery-item { margin-top: .75rem; padding: .75rem; border: 1px solid var(--line); background: #fff; }
.text-recovery-item small { display: block; margin-bottom: .35rem; color: var(--gold); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.text-recovery-item p { max-height: 6rem; overflow: auto; margin-bottom: .6rem; font-size: .76rem; line-height: 1.45; }
.text-recovery-item button { border: 0; border-radius: 999px; padding: .5rem .7rem; background: var(--gold); color: #fff; font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; display: flex; align-items: center; min-height: 5rem; padding: 1rem; color: var(--white); mix-blend-mode: difference; transition: transform .5s var(--ease); }
.site-header.is-hidden { transform: translateY(-110%); }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.brand-mark { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: .72rem; letter-spacing: 0; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; overflow: hidden; background: var(--black); }
.hero-media img { position: absolute; top: 0; left: 50%; width: 130%; height: auto; max-width: none; transform: translateX(-50%); filter: grayscale(1); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.12) 34%, rgba(0,0,0,.9) 100%); }
.victory-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.88)); }
.hero-content { position: relative; z-index: 2; padding: 10rem 0 6.5rem; text-shadow: 0 2px 28px rgba(0,0,0,.72); }
.hero h1 { margin-bottom: 1.5rem; color: var(--white); font-size: clamp(2.9rem, 14vw, 8.6rem); }
.hero h1 span { display: block; color: var(--gold-light); font-size: .456em; vertical-align: top; }
.hero .eyebrow { max-width: 100%; margin-bottom: 1.35rem; color: var(--gold); font-size: clamp(1.45rem, 2.4vw, 2.05rem); font-weight: 700; letter-spacing: .01em; line-height: 1.05; }
.hero-statement { max-width: 18rem; margin-bottom: 2rem; overflow-wrap: anywhere; font-family: var(--serif); font-size: clamp(1.45rem, 4.2vw, 2.1rem); line-height: 1.7; }
.eyebrow, .section-number { margin-bottom: 1.2rem; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.button { display: inline-block; overflow: hidden; border: 1px solid var(--gold); border-radius: 9999px !important; padding: 1.1rem 1.75rem; background: var(--gold); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 .75rem 2rem rgba(0,0,0,.2); color: var(--white); font-size: .86rem; font-weight: 400; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; backdrop-filter: blur(5px); transition: background .3s, border-color .3s, transform .3s var(--ease); }
.button:hover, .button:focus-visible { border-color: #a68950; background: #a68950; color: var(--white); }
.button:hover { transform: translateY(-2px); }
.hero .button { margin-top: .75rem; }
.scroll-cue { position: absolute; z-index: 3; right: 1rem; bottom: 1.25rem; display: flex; gap: .7rem; font-size: .67rem; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }

.image-placeholder, .video-placeholder { position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid currentColor; background: linear-gradient(135deg, #d7d4ce, #8f8e8a); color: rgba(255,255,255,.8); filter: grayscale(1); }
.image-placeholder::before, .video-placeholder::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.34); }
.image-placeholder span, .video-placeholder span { position: relative; z-index: 1; padding: .5rem; font-size: .65rem; font-weight: 600; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.image-placeholder--landscape { width: 100%; aspect-ratio: 16 / 9; margin-block: 2.5rem 1.5rem; }
.chapter-original { position: relative; width: 100%; aspect-ratio: 16 / 9; margin: 2.5rem 0 1.5rem; overflow: hidden; background: #d7d4ce; }
.chapter-original > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.technique-original { width: min(100%, 36rem); aspect-ratio: 3 / 4; justify-self: center; background: #151515; }
.technique-original > img { object-fit: contain; }
.contacts-original { width: 100%; aspect-ratio: 4 / 3; background: var(--paper); }
.contacts-original > img { object-fit: contain; }
#kontakte h2 { font-size: clamp(2.295rem, 7.65vw, 5.738rem); }
#kontakte .chapter-kicker { color: #70551f; font-weight: 400; }
#kontakte .chapter-copy > p:not(.chapter-kicker) { color: #34312c; font-size: 1.1rem; font-weight: 500; }
.freedom-original { width: 100%; aspect-ratio: 4 / 3; background: var(--paper); }
.freedom-original > img { object-fit: contain; }
.past-original { width: min(100%, 40.8rem) !important; height: auto !important; aspect-ratio: 1 !important; align-self: start; justify-self: center; background: var(--cream); }
.past-original > img { object-fit: contain; image-rendering: auto; }
#vergangenheit .chapter-copy > p:not(.chapter-kicker) { font-size: 1.1rem; }
#vergangenheit .chapter-kicker { color: #70551f; }
.profile-inline-dining-link::after { content: "\2192"; display: inline-block; margin-left: .42em; font-size: .88em; line-height: 1; transform: translateY(-.03em); }
.copy-ten-percent-larger { font-size: 110% !important; }
.renew-original { width: min(100%, 34rem); aspect-ratio: 719 / 986; justify-self: center; background: #151515; }
.renew-original > img { object-fit: contain; }
.chapter--renew .meditation-copy { margin: 1rem 0 0; }
#du-wirst-neu .chapter-subtitle { font-size: clamp(1.485rem, 4.4vw, 2.42rem); }
#cafes-kinos .chapter-original { width: min(100%, 36rem); aspect-ratio: 3 / 4; justify-self: center; background: var(--cream); }
#cafes-kinos .chapter-original > img { object-fit: contain; object-position: center; image-rendering: auto; }
#cafes-kinos h2 { font-size: clamp(2.4rem, 8vw, 6rem); }
#cafes-kinos .chapter-kicker { color: #70551f; font-size: clamp(1.25rem, 2.5vw, 1.75rem); font-weight: 400; }
#cafes-kinos .chapter-copy > p:not(.chapter-kicker) { color: #34312c; font-size: 1.1rem; font-weight: 500; line-height: 1.65; }
#reisenfreiheit .image-placeholder { width: min(100%, 36rem); aspect-ratio: 3 / 4; justify-self: center; background: var(--cream); filter: none; }
#reisenfreiheit .image-placeholder > img { object-fit: contain; object-position: center; image-rendering: auto; }
#reisenfreiheit h2 { font-size: clamp(2.4rem, 8vw, 6rem); }
#reisenfreiheit .chapter-kicker { color: #70551f; }
#reisenfreiheit .chapter-copy > p:not(.chapter-kicker) { color: #34312c; font-size: 1.1rem; font-weight: 500; }
#freiheit .chapter-kicker { color: #70551f; }
#garantie .image-placeholder { width: min(100%, 46rem); aspect-ratio: 4 / 3; justify-self: center; background: var(--cream); filter: none; }
#garantie .image-placeholder > img { object-fit: contain; object-position: center; transform: none; }
#garantie .guarantee-lead { color: var(--gold); font-size: clamp(1.45rem, 2.7vw, 1.95rem); font-weight: 800; text-shadow: 0 1px 0 rgba(255,255,255,.35); }
#garantie .guarantee-seal { width: 112%; max-width: 42rem; padding: 1.35rem 1.5rem; border-color: #1f3d32; }
#garantie .guarantee-seal small { color: #1f3d32; font-size: .76rem; font-weight: 800; }
#garantie .guarantee-seal > span { position: relative; border: 0; color: #241d16; }
#garantie .guarantee-seal > span::before { content: ""; position: absolute; inset: 0; background: center / 100% 100% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cg fill='%231f3d32'%3E%3Ccircle cx='28' cy='4' r='5'/%3E%3Ccircle cx='48.8' cy='16' r='5'/%3E%3Ccircle cx='48.8' cy='40' r='5'/%3E%3Ccircle cx='28' cy='52' r='5'/%3E%3Ccircle cx='7.2' cy='40' r='5'/%3E%3Ccircle cx='7.2' cy='16' r='5'/%3E%3C/g%3E%3Ccircle cx='28' cy='28' r='22.5' fill='none' stroke='%231f3d32' stroke-width='2'/%3E%3C/svg%3E"); pointer-events: none; }
#garantie .highlight-line { line-height: 1.75; text-align: justify; text-align-last: left; hyphens: auto; }
.video-placeholder { aspect-ratio: 16 / 10; background: linear-gradient(135deg, #292929, #090909); }
.video-placeholder--feature { width: 100%; aspect-ratio: 16 / 9; }

.video-intro { padding: 6rem 0; }
.video-grid { display: grid; gap: 1rem; }
.video-player { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--black); color: var(--white); }
.video-player--wide { grid-column: 1 / -1; }
.video-player video { display: block; width: 100%; height: 100%; background: var(--black); object-fit: cover; }
.video-player--contain video { object-fit: contain; }
.video-cover { position: absolute; z-index: 1; inset: 0; background-color: var(--black); background-image: var(--video-poster), url('../videos/video-poster.svg'); background-position: center; background-size: cover; pointer-events: none; }
.video-player--contain .video-cover { background-repeat: no-repeat; background-size: contain; }
.video-cover[hidden] { display: none; }
.island-transition { position: relative; overflow: hidden; width: min(92%, 68rem); margin: 3.5rem auto; background: var(--black); box-shadow: 0 1.75rem 4.5rem rgba(0,0,0,.22); }
.island-transition::after { content: ""; position: absolute; inset: 34% 0 0; background: linear-gradient(to bottom, transparent, rgba(8,8,7,.78)); pointer-events: none; }
.island-transition img { display: block; width: 100%; height: auto; }
.island-transition figcaption { position: absolute; z-index: 2; right: clamp(1.25rem, 5vw, 4.5rem); bottom: clamp(1.5rem, 6vw, 5rem); left: clamp(1.25rem, 5vw, 4.5rem); color: var(--white); }
.island-transition-title { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 7vw, 6.25rem); font-weight: 400; letter-spacing: -.035em; line-height: .98; text-wrap: balance; text-shadow: 0 .2rem 1.2rem rgba(0,0,0,.44); }
.island-transition-title::before { content: ""; display: block; width: 3.5rem; height: 1px; margin-bottom: 1rem; background: var(--gold-light); }
.island-transition--sky::after { inset: 0 0 48%; background: linear-gradient(to bottom, rgba(8,8,7,.58), transparent); }
.island-transition--sky figcaption { top: clamp(1.5rem, 6vw, 5rem); bottom: auto; }
.video-play { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: clamp(4rem, 10vw, 5.5rem); aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; background: rgba(12,12,12,.5); color: var(--white); cursor: pointer; transform: translate(-50%, -50%); backdrop-filter: blur(8px); transition: background .3s, border-color .3s, transform .3s var(--ease); }
.video-play span { margin-left: .2em; font-size: clamp(1rem, 3vw, 1.4rem); }
.video-play:hover, .video-play:focus-visible { border-color: var(--gold-light); background: var(--gold); transform: translate(-50%, -50%) scale(1.05); }
.video-play[hidden] { display: none; }
.video-label { position: absolute; z-index: 2; right: 1rem; bottom: .8rem; margin: 0; color: rgba(255,255,255,.76); font-size: .65rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; pointer-events: none; }
.video-error { position: absolute; z-index: 4; inset: 0; display: grid; margin: 0; place-items: center; background: rgba(12,12,12,.64); color: var(--gold-light); font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.video-error[hidden] { display: none; }
.video-player--dummy { border: 1px solid rgba(183,151,90,.38); background: #171717; }
.video-dummy { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 50% 45%, rgba(183,151,90,.18), transparent 36%), linear-gradient(135deg, #222, #090909); }
.video-dummy::before { content: ""; position: absolute; inset: 1rem; border: 1px solid rgba(255,255,255,.1); }
.video-dummy-icon { display: grid; width: clamp(4rem, 10vw, 5.5rem); aspect-ratio: 1; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 1.2rem; }

.editorial { display: grid; min-height: 90svh; }
.editorial-media { min-height: 62svh; border: 0; }
.editorial-original { margin: 0; overflow: hidden; background: #c9b999; }
.editorial-original img { display: block; width: 100%; height: 100%; min-height: 62svh; object-fit: cover; object-position: 50% 35%; }
.image-slot { background: linear-gradient(145deg, #d5d0c7, #8b8882); }
.image-slot span { display: grid; gap: .45rem; place-items: center; }
.image-slot span b { color: var(--white); font-family: var(--serif); font-size: 1.05rem; font-weight: 400; letter-spacing: .04em; text-transform: none; }
.image-slot--dark { background: linear-gradient(145deg, #353535, #111); }
.editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: 5rem 1rem; }
.editorial-copy h2 { margin-bottom: 2rem; }
.editorial-copy .section-number { margin-bottom: .4rem; }
.edit-hint { align-self: flex-start; margin-bottom: 1.5rem; padding: .45rem .7rem; border: 1px solid rgba(183,151,90,.42); color: #756b5c; font-size: .62rem; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
[contenteditable="true"] { border-radius: .15rem; outline: 1px dashed transparent; outline-offset: .35rem; transition: background .2s, outline-color .2s; }
[contenteditable="true"]:hover { outline-color: rgba(183,151,90,.48); }
[contenteditable="true"]:focus { background: rgba(255,255,255,.55); outline-color: var(--gold); }
.section-dark [contenteditable="true"]:focus, .hero [contenteditable="true"]:focus { background: rgba(255,255,255,.1); }
[contenteditable="true"]:empty::before { content: "Text eingeben …"; color: #8a8277; }
.editorial-copy .lead { max-width: 38rem; font-family: var(--serif); font-size: clamp(1.25rem, 2.4vw, 1.8rem); line-height: 1.45; }
.editorial-copy > p:not(.eyebrow) { max-width: 38rem; }
.editorial-copy blockquote { max-width: 34rem; margin: 1.5rem 0 .5rem; padding: 1.25rem 0 1.25rem 1.25rem; border-left: 1px solid var(--gold); color: #5f584e; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.45rem); font-style: italic; line-height: 1.45; }
#begrussung .editorial-copy blockquote { color: #433e37; }
.signature { margin-top: 1.5rem; color: var(--gold); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
#begrussung .signature { color: #8f6b2c; }
.placeholder-copy { max-width: 40rem; color: currentColor; opacity: .58; }

.statement { position: relative; display: grid; min-height: 100svh; align-items: end; overflow: hidden; }
.statement-media { position: absolute; inset: 0; border: 0; opacity: .24; }
.statement-copy { position: relative; z-index: 2; padding-block: 8rem; }
.statement-copy h2 { max-width: 13ch; }
.statement-kicker { margin-bottom: 1rem; color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.statement-copy .statement-lead { max-width: 50rem; margin: 2rem 0 .35rem; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.45rem, 4vw, 2.4rem); }
.statement-copy > p:not(.section-number):not(.statement-kicker):not(.statement-lead) { max-width: 46rem; font-family: var(--serif); font-size: clamp(1.15rem, 2.5vw, 1.6rem); }
.statement-note { display: flex; align-items: center; gap: 1rem; max-width: 31rem; margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.25); }
.statement-note span { color: var(--gold); font-size: .68rem; letter-spacing: .16em; }
.statement-note p { margin: 0; color: rgba(255,255,255,.7); font-size: .78rem; line-height: 1.5; }
.statement-copy .statement-original { max-width: 50rem; margin: 2rem 0 0; font-family: var(--serif); font-size: clamp(1.25rem, 4vw, 2.2rem); line-height: 1.5; }
.smoking-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(.6rem, 1.4vw, 1rem); max-width: 64rem; margin: clamp(2rem, 5vw, 3.5rem) 0; }
.smoking-gallery figure { position: relative; overflow: hidden; margin: 0; aspect-ratio: 4 / 5; border: 1px solid rgba(183,151,90,.42); border-radius: clamp(.65rem, 1.5vw, 1rem); background: #111; box-shadow: 0 1.2rem 3rem rgba(0,0,0,.28); }
.smoking-gallery figure::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.1); border-radius: inherit; content: ""; pointer-events: none; }
.smoking-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.chapter { min-height: 90svh; display: grid; align-items: center; padding: 7rem 0; }
.chapter-inner h2 { margin-bottom: 2rem; }
.chapter-copy { max-width: 40rem; }
.chapter-kicker { margin-bottom: .8rem; color: var(--gold); font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 1.75rem); line-height: 1.25; }
.chapter-intro { font-size: 1.05rem; }
.coaching-steps { display: grid; margin: 2rem 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.coaching-steps li { display: grid; grid-template-columns: 2.5rem 1fr; gap: .75rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.coaching-steps > li > span { padding-top: .2rem; color: var(--gold); font-size: .66rem; font-weight: 700; letter-spacing: .14em; }
.coaching-steps strong { display: block; margin-bottom: .15rem; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.coaching-steps p { margin: 0; color: #5f5b54; font-size: .88rem; line-height: 1.55; }
.chapter-closing { margin-top: 1.6rem; padding-left: 1rem; border-left: 1px solid var(--gold); color: #5f5b54; font-family: var(--serif); font-size: 1.12rem; font-style: italic; }
.guarantee-lead { font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 1.75rem); line-height: 1.4; }
.guarantee-seal { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; padding: 1.15rem; border: 1px solid rgba(183,151,90,.45); background: rgba(255,255,255,.32); }
.guarantee-seal > span { display: grid; flex: 0 0 3.5rem; aspect-ratio: 1; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: .8rem; }
.guarantee-seal p { margin: 0; font-family: var(--serif); font-size: 1.05rem; line-height: 1.3; }
.guarantee-seal small { display: block; margin-bottom: .25rem; color: #716b61; font-family: var(--sans); font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.feature-list { display: grid; gap: .6rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.feature-list li { padding: .7rem 0; border-bottom: 1px solid currentColor; }
.feature-list li::before { content: "✓"; margin-right: .8rem; color: var(--gold); }
.highlight-line { margin-top: 2rem; padding-left: 1rem; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 1.35rem; }
.process-list { display: grid; margin: 2rem 0 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 2.5rem 1fr; align-items: start; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.process-list span { padding-top: .2rem; color: var(--gold); font-size: .68rem; letter-spacing: .15em; }
.process-list strong { display: block; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.process-list small { display: block; margin-top: .2rem; color: rgba(255,255,255,.58); font-size: .75rem; line-height: 1.5; }
.technique-lead { margin-bottom: 1rem; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.25rem, 2.4vw, 1.7rem); line-height: 1.4; }
.chapter--technique .chapter-copy > p:not(.chapter-kicker):not(.technique-lead) { color: rgba(255,255,255,.74); }
.text-link { display: inline-block; margin-top: 1.25rem; padding-bottom: .25rem; border-bottom: 1px solid var(--gold); text-decoration: none; }
.text-link span { color: var(--gold); }
.chapter:nth-of-type(even) .chapter-inner { text-align: right; }
.chapter:nth-of-type(even) h2, .chapter:nth-of-type(even) .placeholder-copy { margin-left: auto; }
.chapter--center { text-align: center !important; }
.chapter--center h2, .chapter--center .placeholder-copy { margin-inline: auto; }
.chapter-subtitle { margin: -1rem 0 2.5rem; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.35rem, 4vw, 2.2rem); }
.video-placeholder--feature span { display: grid; gap: .7rem; place-items: center; }
.video-placeholder--feature b { display: grid; width: 4.5rem; aspect-ratio: 1; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; font-family: var(--serif); font-size: .8rem; font-weight: 400; }
.meditation-copy { max-width: 48rem; margin: 2rem auto 0; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.5rem); }
.facts { display: grid; gap: 1px; margin-top: 2rem; background: var(--line); }
.facts p { display: grid; gap: .2rem; margin: 0; padding: 1.2rem; background: var(--paper); }
.facts strong { color: var(--gold); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.facts span { font-size: .76rem; }

.victory { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; }
.victory-media { position: absolute; inset: 0; border: 0; opacity: .38; }
.victory-original { margin: 0; overflow: hidden; opacity: 1; }
.victory-original img { display: block; width: 100%; height: 100%; object-fit: cover; filter: brightness(1.2); }
.victory-original::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,12,12,.24), rgba(12,12,12,.02)); pointer-events: none; }
.victory-copy { position: relative; z-index: 2; padding-block: 8rem; }
.victory h2 { max-width: none; font-size: clamp(4rem, 12vw, 9rem); white-space: nowrap; }
.victory-lead { margin-bottom: .5rem; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.5rem, 4vw, 2.5rem); }
.victory-path { font-size: 2em; }
.victory-emphasis { font-size: 1.15em; }
.victory-copy > p:not(.section-number) { max-width: 34rem; }
.coaching-levels { display: grid; gap: .75rem; max-width: 46rem; margin-top: 2.25rem; }
.coaching-level-unit { display: grid; min-width: 0; gap: .75rem; }
.coaching-level { position: relative; overflow: hidden; padding: 1.25rem 1.35rem 1.35rem; border: 1px solid rgba(216,196,154,.28); background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.015)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 1rem 2.5rem rgba(0,0,0,.14); backdrop-filter: blur(12px); perspective: 75rem; }
.coaching-level::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-light), transparent); opacity: .72; }
.coaching-level-inner { position: relative; min-height: 15rem; transform-style: preserve-3d; transition: transform .85s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.coaching-level-face { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; padding: .75rem .3rem; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.coaching-level-front { transform: rotateY(0deg); }
.coaching-level-back { align-items: flex-start; transform: rotateY(180deg); }
.coaching-level.is-flipped .coaching-level-inner { transform: rotateY(180deg); }
.coaching-level-number { margin: 0 0 .65rem; color: var(--gold); font-size: .6rem; font-weight: 700; letter-spacing: .18em; }
.coaching-level h3 { margin: 0 0 .55rem; color: var(--white); font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 400; letter-spacing: -.015em; line-height: 1.12; }
.coaching-level-front > p:last-child,
.coaching-level-back > p:not(.coaching-level-price) { margin: 0; color: rgba(255,255,255,.68); font-size: .74rem; line-height: 1.55; }
.coaching-level-price { margin: .05rem 0 .55rem; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2rem); line-height: 1; }
.coaching-level-back > .coaching-level-back-summary { margin-bottom: .42rem; }
.coaching-level-details { align-self: flex-end; margin-top: auto; padding: .36rem .72rem; border: 1px solid rgba(216,196,154,.58); border-radius: 999px; color: var(--gold-light); background: rgba(255,255,255,.035); font: inherit; font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.coaching-level-details:hover,
.coaching-level-details:focus-visible { border-color: var(--gold-light); color: #17140f; background: var(--gold-light); outline: none; }
.coaching-level:focus-visible { outline: 1px solid var(--gold-light); outline-offset: .25rem; }
.package-dialog { width: min(94vw, 68rem); max-width: none; max-height: 92svh; padding: 0; border: 1px solid rgba(216,196,154,.55); background: var(--black); color: var(--white); box-shadow: 0 2rem 6rem rgba(0,0,0,.62); overflow-x: hidden; overflow-y: auto; }
.package-dialog:not([open]) { display: none; }
.package-dialog::backdrop { background: rgba(5,5,5,.82); backdrop-filter: blur(10px); }
.package-dialog-shell { position: relative; }
.package-dialog-close { position: sticky; z-index: 5; top: 1rem; float: right; display: grid; width: 2.8rem; margin: 1rem 1rem -3.8rem 0; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(12,12,12,.72); color: var(--white); font-size: 1.55rem; line-height: 1; cursor: pointer; backdrop-filter: blur(10px); }
.package-dialog-close:hover,
.package-dialog-close:focus-visible { border-color: var(--gold-light); background: var(--gold); outline: none; }
.package-dialog-main-poster { position: relative; }
.package-dialog-poster { display: block; width: 100%; height: auto; }
.package-dialog[data-active-package="gold"] .package-dialog-poster { filter: brightness(1.2); }
.package-dialog-poster-caption { position: absolute; right: clamp(1.5rem,5vw,4rem); bottom: clamp(1.4rem,3.5vw,3rem); left: clamp(1.5rem,5vw,4rem); display: none; margin: 0; color: #fff; font-family: var(--serif); font-size: clamp(.8rem,1.55vw,1.15rem); font-weight: 500; letter-spacing: .015em; line-height: 1.45; text-align: center; text-wrap: balance; text-shadow: 0 .12rem .45rem rgba(0,0,0,.65); }
.package-dialog[data-active-package="gold"] .package-dialog-poster-caption { display: block; }
.package-dialog-content { padding: clamp(2rem, 6vw, 5rem); background: radial-gradient(circle at 90% 10%, rgba(183,151,90,.14), transparent 34%), var(--black); }
.package-dialog-content[hidden] { display: none; }
.package-dialog-kicker { margin-bottom: 1rem; color: var(--gold-light); font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.package-dialog-content h2 { max-width: 12ch; margin-bottom: 1.5rem; font-size: clamp(2.8rem, 7vw, 5.5rem); }
.package-dialog-lead { max-width: 34rem; margin-bottom: 2rem; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.25rem, 2.8vw, 1.8rem); line-height: 1.3; }
.package-dialog-content ul { display: grid; gap: .75rem; max-width: 35rem; margin: 0 0 2.25rem; padding: 0; list-style: none; }
.package-dialog-content li { position: relative; padding-left: 1.4rem; color: rgba(255,255,255,.76); }
.package-dialog-content li::before { content: ""; position: absolute; top: .72em; left: 0; width: .45rem; height: 1px; background: var(--gold); }
.package-dialog-price { margin-bottom: 1.5rem; color: var(--gold-light); font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1; }
.package-dialog-content--basic .package-dialog-lead { color: var(--gold); font-size: clamp(1.5rem, 3.2vw, 2.15rem); font-weight: 700; }
.package-dialog-content--basic .package-dialog-price { font-size: clamp(2.3rem, 5.6vw, 3.9rem); }
.package-dialog-content--basic .package-dialog-cta { padding: 1.25rem 2rem; font-size: .94rem; }
.package-dialog-content--gold .package-dialog-lead { max-width: 20ch; margin-bottom: .8rem; color: var(--gold); font-family: var(--serif); font-size: clamp(2.55rem, 6.2vw, 4.8rem); font-weight: 700; line-height: 1.05; }
.package-dialog-content--gold .package-dialog-price { margin-top: -.15rem; }
.package-dialog-content--gold-experience { padding: clamp(1.5rem,4vw,3rem); text-align: center; }
.package-dialog-gold-intro { max-width: 48rem; margin: 0 auto clamp(1.5rem,4vw,3rem); color: var(--white); font-family: var(--serif); font-size: clamp(1.1rem,2.5vw,1.55rem); font-weight: 400; letter-spacing: .01em; line-height: 1.55; text-wrap: balance; }
.package-dialog-gold-intro--coaching { margin-top: clamp(1.5rem,4vw,3rem); }
.package-dialog-poster--bonus { width: 100%; margin-inline: auto; border: 1px solid rgba(216,196,154,.4); box-shadow: 0 1.5rem 4rem rgba(0,0,0,.42); }
.package-dialog-poster--third { display: block; height: auto; overflow: hidden; background: #080808; }
.package-dialog-poster--third img { display: block; width: 100%; height: auto; }
.package-dialog-cta { border: 0; cursor: pointer; }
body.has-package-dialog { overflow: hidden; }
.elmar-profile-button { display: inline-flex; align-self: flex-start; align-items: center; justify-content: center; width: fit-content; min-height: 3.25rem; margin-top: 1.35rem; padding: .75rem 1.45rem; border: 2px solid rgba(160,119,48,.82); border-radius: 999px; color: var(--black); background: transparent; font-size: .92rem; font-weight: 700; letter-spacing: .055em; text-align: center; transition: color .25s ease, background-color .25s ease, border-color .25s ease; }
.elmar-profile-button:hover, .elmar-profile-button:focus-visible { border-color: var(--gold); color: var(--white); background: var(--gold); }
.elmar-profile-button--start { border-color: var(--gold); color: var(--white); background: var(--gold); box-shadow: 0 .55rem 1.4rem rgba(160,119,48,.22); }
.elmar-profile-button--start:hover, .elmar-profile-button--start:focus-visible { border-color: #7f5c20; background: #7f5c20; }
.welcome-links { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; }
.handle-now-gold { color: #8f650f; font-weight: 800; }
.method-page { min-height: 100vh; padding: clamp(7rem, 11vw, 10rem) 0 clamp(4rem, 8vw, 7rem); background: var(--profile-cream); }
.method-page-header { width: var(--content); margin: 0 auto clamp(2.5rem, 6vw, 5rem); }
.method-page-header h1 { margin-bottom: 0; font-size: clamp(2.45rem, 7vw, 4.9rem); }
.method-title-gold { color: #9b6900; }
.method-feature-video { width: min(92%, 25rem); aspect-ratio: 9 / 16; margin: 0 auto clamp(3.5rem, 7vw, 6rem); box-shadow: 0 1.5rem 4rem rgba(0,0,0,.18); }
.method-video-grid { display: grid; gap: 1.25rem; width: var(--content); margin-inline: auto; }
.method-video-grid .video-player { width: 100%; aspect-ratio: 15 / 16; }
@media (min-width: 48rem) {
  .method-video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
  .method-video-grid .video-player { width: 90%; justify-self: center; }
  .method-video-grid .video-player:first-child { justify-self: start; }
  .method-video-grid .video-player:last-child { justify-self: end; }
}
.profile-empty-page { min-height: 100vh; background: var(--warm-white); }
.profile-page { min-height: 100vh; padding: clamp(3rem, 8vw, 7rem) 1.25rem; }
.profile-intro { display: grid; gap: 2rem; width: min(100%, 62rem); margin-inline: auto; align-items: center; }
.profile-intro + .profile-intro { margin-top: 2rem; }
.profile-image-rows { display: grid; gap: .85rem; width: min(100%, 28rem); }
.profile-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; width: min(100%, 28rem); }
.profile-images figure { overflow: hidden; margin: 0; border-radius: .75rem; box-shadow: 0 .8rem 2rem rgba(35,28,18,.12); }
.profile-images img { display: block; width: 100%; height: auto; object-fit: contain; }
.profile-images--matched img { aspect-ratio: 1365 / 2048; object-fit: fill; }
.profile-images--top-matched img { aspect-ratio: 1365 / 2048; object-fit: cover; }
.profile-images--original { width: min(calc(100vw - 2.5rem), 34rem); max-width: none; }
.profile-images--original img { aspect-ratio: 1365 / 2048; object-fit: contain; }
.profile-image-wide { overflow: hidden; width: 100%; margin: 0; border-radius: .75rem; box-shadow: 0 .8rem 2rem rgba(35,28,18,.12); }
.profile-image-wide img { display: block; width: 100%; height: auto; object-fit: contain; }
.profile-image-wide--same-as-suit { aspect-ratio: 3 / 2; }
.profile-image-wide--same-as-suit img { width: 100%; height: 100%; object-fit: cover; }
.profile-image-wide--uniform { aspect-ratio: 1.375 / 1; background: #fff; }
.profile-image-wide--uniform img { width: 100%; height: 100%; object-fit: contain; }
.profile-image-wide--stretched img { object-fit: fill; }
.profile-text-column { display: grid; gap: 2rem; align-self: center; }
.profile-biography-name { margin: 0; color: #2e2923; font-family: var(--serif); font-size: clamp(2.2rem, 4.2vw, 3.8rem); font-weight: 500; line-height: 1; letter-spacing: -.025em; }
.profile-biography-role { margin: -.6rem 0 0; color: #9b722c; font-size: .82rem; font-weight: 700; line-height: 1.4; letter-spacing: .16em; text-transform: uppercase; }
.profile-biography-text { color: #3b3731; font-size: clamp(1.05rem, 1.45vw, 1.2rem); font-weight: 430; line-height: 1.8; }
.profile-intro--biography { grid-template-columns: minmax(0,1fr); gap: 1.25rem; width: min(100%, 86rem); align-items: start; }
.profile-intro--biography .profile-image-rows { width: 80%; gap: 1rem; }
.profile-text-column--biography { align-self: start; width: 100%; min-width: 0; min-height: 0; gap: 1.45rem; margin: -1rem 0 0; padding: clamp(3rem,4.5vw,4.6rem) clamp(1.6rem,3.5vw,3.6rem) clamp(2.3rem,3.5vw,3.4rem); border-color: rgba(160,119,48,.46); border-radius: 1.25rem; background: linear-gradient(145deg,rgba(255,255,255,.94),rgba(248,242,229,.78)); box-shadow: 0 1.4rem 3.6rem rgba(58,44,25,.12); }
.profile-intro--additional { margin-top: clamp(1.5rem,3vw,2.5rem); }
.profile-text-column--blank { position: static; min-height: 100%; margin-top: 0; }
.profile-biography-text--blank { min-height: 100%; margin: 0; outline: none; }
.profile-text-column--biography .profile-coaching-button { justify-self: start; margin-top: .5rem; }
.profile-inline-dining-link { display: inline-block; margin-inline: .12em; padding: .05em .55em .1em; border: 1.5px solid #a9751d; border-radius: 999px; color: #765116; cursor: pointer; box-shadow: 0 .28rem .8rem rgba(117,81,22,.1); transition: color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.profile-inline-dining-link:hover, .profile-inline-dining-link:focus-visible { color: #fff; background: #a9751d; outline: none; box-shadow: 0 .4rem 1rem rgba(117,81,22,.18); }
.profile-dining-dialog { width: min(92vw,78rem); max-width: none; padding: 0; border: 1px solid rgba(216,196,154,.72); border-radius: 1rem; overflow: hidden; background: #111; box-shadow: 0 2rem 6rem rgba(0,0,0,.5); }
.profile-dining-dialog::backdrop { background: rgba(10,9,8,.82); backdrop-filter: blur(5px); }
.profile-dining-dialog img { display: block; width: 100%; height: auto; }
.profile-dining-close { position: absolute; z-index: 2; top: .85rem; right: .85rem; display: grid; width: 2.75rem; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; color: #fff; background: rgba(10,10,10,.68); font-size: 1.5rem; line-height: 1; cursor: pointer; backdrop-filter: blur(8px); }
.profile-text-column--adjustable { position: relative; min-width: 16rem; min-height: 12rem; max-width: 100%; padding: 2.6rem 1.25rem 1.25rem; border: 1px solid rgba(160,119,48,.32); border-radius: 1rem; resize: both; overflow: auto; background: rgba(255,255,255,.3); box-shadow: 0 .8rem 2rem rgba(35,28,18,.06); }
.profile-text-drag-handle { position: absolute; top: .55rem; right: .7rem; padding: .3rem .65rem; border: 0; border-radius: 999px; color: #76551d; background: rgba(209,171,92,.14); font: 600 .68rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; cursor: grab; touch-action: none; }
.profile-text-drag-handle:active { cursor: grabbing; }
.profile-coaching-button { justify-self: end; display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .75rem 1.5rem; border: 2px solid #b8862f; border-radius: 999px; color: #76551d; background: linear-gradient(135deg, rgba(255,251,237,.96), rgba(229,196,119,.18)); font: 700 clamp(.88rem,1.5vw,1.05rem)/1.2 var(--sans); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; box-shadow: 0 .65rem 1.5rem rgba(145,104,31,.14), inset 0 0 0 1px rgba(255,255,255,.7); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.profile-coaching-button:hover { transform: translateY(-2px); background: linear-gradient(135deg, #fffaf0, rgba(217,174,78,.3)); box-shadow: 0 .85rem 1.8rem rgba(145,104,31,.2), inset 0 0 0 1px rgba(255,255,255,.78); }
.du-und-ich-emphasis { color: #171512; font-size: 1em; font-weight: 800; }
.du-und-ich-time-gold { color: #9b6900; font-weight: 800; }
.coaching-profile-page { min-height: 100vh; padding: clamp(3rem,8vw,7rem) 1.25rem; background: #fff; }
.coaching-profile-inner { display: grid; gap: 2rem; width: min(100%,90rem); margin-inline: auto; align-items: center; }
.coaching-profile-image { overflow: hidden; margin: 0; border-radius: 1rem; box-shadow: 0 1rem 2.5rem rgba(35,28,18,.14); }
.coaching-profile-image img { display: block; width: 100%; height: auto; }
.coaching-profile-image .coaching-profile-focus { aspect-ratio: 16/9; height: auto; object-fit: cover; object-position: center 56%; transform: scale(1.22); transform-origin: 50% 56%; }
.coaching-profile-image--second { background: #fff; }
.coaching-profile-image--second img { aspect-ratio: 16/9; object-fit: contain; }
.coaching-profile-copy { display: grid; gap: 1.5rem; }
.coaching-profile-copy h1 { margin: 0; color: #2e2923; font-family: var(--serif); font-size: clamp(2.2rem,5vw,4.8rem); line-height: .98; }
.coaching-profile-copy .profile-editable-line { max-width: 100%; }
.coaching-wide-gallery { display: grid; gap: 2rem; width: min(100%,90rem); margin: 2rem auto 0; }
.coaching-wide-gallery figure { overflow: hidden; width: 100%; margin: 0; border-radius: 1rem; box-shadow: 0 1rem 2.5rem rgba(35,28,18,.14); }
.coaching-wide-gallery img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.profile-editable-line { max-width: 26rem; min-height: 3rem; padding: .8rem 0; border-bottom: 1px solid rgba(160,119,48,.48); color: #433e37; font-family: var(--serif); font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.5; }
@media (hover: hover) and (pointer: fine) {
  .coaching-level:hover .coaching-level-inner { transform: rotateY(180deg); }
}
@media (prefers-reduced-motion: reduce) {
  .coaching-level-inner { transition-duration: .01ms; }
}
.coaching-level--gold { border-color: rgba(183,151,90,.48); background: linear-gradient(145deg, rgba(183,151,90,.14), rgba(255,255,255,.02)); }
.coaching-level--platinum { border-color: rgba(226,220,207,.42); background: linear-gradient(145deg, rgba(226,220,207,.11), rgba(255,255,255,.02)); }
.coaching-level--vip { border-color: rgba(216,196,154,.62); background: linear-gradient(145deg, rgba(216,196,154,.16), rgba(64,53,31,.12)); }
.coaching-levels .coaching-level { border: 1px solid rgba(216,196,154,.82); }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding: 2rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); font-size: .68rem; letter-spacing: .17em; text-transform: uppercase; }
.site-footer nav { display: flex; gap: 1.5rem; }
.site-footer a { text-decoration: none; }

[data-reveal] { opacity: 0; transform: translateY(2rem); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.hero [data-reveal] { opacity: 1; transform: none; }

/* Geschützter Mitgliederbereich */
.member-page { background: var(--cream); }
.member-header { position: sticky; z-index: 10; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 5rem; padding: 1rem; border-bottom: 1px solid var(--line); background: rgba(244,240,232,.94); backdrop-filter: blur(16px); }
.member-label { color: #6d675e; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.member-shell { width: min(100%, 100rem); margin: auto; }
.member-sidebar { padding: 2rem 1rem; border-bottom: 1px solid var(--line); }
.member-sidebar nav { display: flex; gap: .5rem; overflow-x: auto; padding-bottom: .5rem; }
.module-link { flex: 0 0 auto; padding: .7rem .9rem; border: 1px solid var(--line); font-size: .75rem; text-decoration: none; }
.module-link.is-active { background: var(--ink); color: var(--white); }
.progress-card { margin-top: 1.5rem; }
.progress-meta { display: flex; justify-content: space-between; margin-bottom: .5rem; font-size: .75rem; }
.progress-track { height: 2px; background: rgba(24,23,21,.16); }
.progress-track span { display: block; width: 0; height: 100%; background: var(--gold); transition: width .5s var(--ease); }
.member-content { padding: 4rem 1rem 7rem; }
.member-hero { max-width: 50rem; margin-bottom: 5rem; }
.member-hero h1 { margin-bottom: 2rem; font-size: clamp(4rem, 13vw, 8rem); }
.module-view { margin-bottom: 7rem; scroll-margin-top: 7rem; }
.module-copy { padding: 2rem 0; }
.module-copy h2 { font-size: clamp(2.8rem, 8vw, 5rem); }
.completion-control { display: inline-flex; align-items: center; gap: .8rem; margin-top: 1.5rem; cursor: pointer; font-size: .8rem; }
.completion-control input { width: 1.2rem; height: 1.2rem; accent-color: var(--gold); }
.bonus-area { padding-top: 6rem; border-top: 1px solid var(--line); scroll-margin-top: 7rem; }
.bonus-heading { max-width: 50rem; margin-bottom: 3rem; }
.bonus-heading h2 { font-size: clamp(3rem, 9vw, 6rem); }
.bonus-grid { display: grid; gap: 1rem; }
.bonus-card { margin: 0; padding: 1rem; background: var(--paper); }
.bonus-card h3 { margin: 1.25rem 0 .4rem; font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.bonus-card--future { min-height: 16rem; display: grid; place-items: center; align-content: center; border: 1px dashed var(--line); background: transparent; text-align: center; }
.bonus-card--future > span { color: var(--gold); font-size: 2rem; }

@media (min-width: 44rem) {
  .profile-intro { grid-template-columns: auto minmax(16rem, 1fr); }
  .profile-intro--biography { grid-template-columns: minmax(0,1fr); }
  .coaching-profile-inner { grid-template-columns: minmax(0,2.2fr) minmax(18rem,.8fr); }
  .coaching-wide-gallery { grid-template-columns: minmax(0,2.2fr) minmax(18rem,.8fr); }
  .coaching-wide-gallery figure { grid-column: 1; }
  :root { --content: min(100% - 5rem, 76rem); }
  .site-header, .member-header { padding-inline: 2.5rem; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial { grid-template-columns: 1.15fr .85fr; }
  .editorial-media { min-height: 90svh; }
  .editorial-original img { min-height: 90svh; }
  .editorial-copy { padding: 8rem 4rem; }
  .hero h1 span { display: inline; }
  .hero .eyebrow { max-width: none; white-space: nowrap; letter-spacing: .045em; }
  .hero-statement { max-width: 34rem; }
  .hero-media img { right: 0; left: auto; width: auto; height: 100%; transform: none; }
  .hero-media::after { background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.58) 38%, rgba(0,0,0,.08) 76%), linear-gradient(180deg, rgba(0,0,0,.08) 40%, rgba(0,0,0,.74) 100%); }
  .bonus-grid { grid-template-columns: repeat(3, 1fr); }
  .coaching-steps li { grid-template-columns: 3.5rem 1fr; gap: 1rem; padding-block: 1.25rem; }
  .victory-original { top: 12%; right: 2%; bottom: 12%; left: auto; width: 44%; background: var(--black); }
  .victory-original img { object-fit: contain; }
  .victory-copy { padding-right: 40%; }
  .coaching-levels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smoking-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 70rem) {
  .profile-intro--biography { grid-template-columns: minmax(0,1.1fr) minmax(29rem,1fr); gap: clamp(1.25rem,2.2vw,2rem); }
  .profile-text-column--biography { position: sticky; top: 2rem; }
}

@media (min-width: 68rem) {
  .video-intro { padding-block: 9rem; }
  .video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 1.25rem; row-gap: 1.35rem; }
  .video-player--wide { grid-column: 1 / -1; aspect-ratio: 21 / 9; }
  .video-player--coaching-wide { grid-row: 3; }
  .island-transition { grid-column: 1 / -1; grid-row: 4; }
  .video-grid > .video-player:not(.video-player--wide) { width: 90%; aspect-ratio: 15 / 16; align-self: start; justify-self: center; }
  .video-grid > .video-player:nth-of-type(4) { grid-column: 1; grid-row: 5; justify-self: start; }
  .video-grid > .video-player:nth-of-type(5) { grid-column: 2; grid-row: 5; justify-self: center; }
  .video-grid > .video-player:nth-of-type(6) { grid-column: 3; grid-row: 5; justify-self: end; }
  .chapter-inner { display: grid; grid-template-columns: 1fr 1.15fr; column-gap: 5rem; align-items: end; }
  .chapter-inner .section-number, .chapter-inner h2 { grid-column: 1; }
  .chapter-inner .image-placeholder, .chapter-inner .chapter-original { grid-column: 2; grid-row: 1 / span 4; margin: 0; }
  #cafes-kinos .chapter-original { justify-self: end; }
  #reisenfreiheit .image-placeholder { justify-self: end; }
  #garantie .image-placeholder { justify-self: end; }
  #garantie .chapter-inner { grid-template-columns: .8fr 1.4fr; column-gap: 3rem; }
  #garantie .image-placeholder { width: 125%; max-width: none; transform: translate(30%, -1rem); }
  .technique-original { justify-self: end; }
  .past-original { justify-self: end; }
  #vergangenheit .past-original { transform: translateY(3rem); }
  .renew-original { justify-self: end; }
  .chapter-inner .placeholder-copy, .chapter-inner .chapter-subtitle, .chapter-inner .chapter-copy { grid-column: 1; }
  .chapter--coaching .chapter-inner { align-items: center; }
  .chapter--center .chapter-inner { display: block; }
  .member-shell { display: grid; grid-template-columns: 18rem 1fr; }
  .member-sidebar { position: sticky; top: 5rem; height: calc(100svh - 5rem); padding: 3rem 2rem; border-right: 1px solid var(--line); border-bottom: 0; }
  .member-sidebar nav { display: grid; overflow: visible; }
  .member-content { min-width: 0; padding: 7rem clamp(3rem, 8vw, 9rem) 10rem; }
}

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