@font-face{font-family:Urbanist;src:url('../fonts/urbanist-variable.ttf') format('truetype');font-style:normal;font-weight:100 900;font-display:swap}
:root{--ink:#161616;--muted:#646464;--paper:#fff;--soft:#f4f4f2;--line:#d6d6d3;--gutter:clamp(24px,6.3vw,120px);--ease:cubic-bezier(.22,.61,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-snap-type:y proximity;scroll-padding-top:0}body{margin:0;color:var(--ink);background:var(--paper);font:400 18px/1.6 Urbanist,Arial,sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button:disabled{cursor:wait;opacity:.6}img,video{max-width:100%;display:block}button{border:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500;line-height:1.05}h1,h2{letter-spacing:-0.045em}p{line-height:1.65}svg{flex-shrink:0}fieldset{border:0;margin:0;padding:0}address{font-style:normal}::selection{background:#cbded9;color:#101010}[hidden]{display:none!important}:focus-visible{outline:2px solid #668f89;outline-offset:6px}.wrap{width:100%;padding-inline:var(--gutter);max-width:1800px;margin-inline:auto}.screen{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:center;padding-block:142px 86px;scroll-snap-align:start;isolation:isolate}.eyebrow{text-transform:uppercase;font-size:13px;font-weight:600;letter-spacing:.18em;line-height:1.5;margin-bottom:28px}.screen h2{font-size:clamp(48px,5.1vw,84px)}.screen h2 span{color:#747775}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;min-height:58px;padding:15px 25px;border:1px solid transparent;font-size:16px;font-weight:600;line-height:1.4;transition:background .25s,color .25s,border-color .25s,transform .25s}.button svg{width:23px;height:23px}.button-white{background:#fff;color:#171717}.button-white:hover{background:#dededb}.button-dark{background:#161616;color:#fff}.button-dark:hover{background:#3c3e3d}.text-link{display:inline-flex;align-items:center;gap:26px;border-bottom:1px solid currentColor;padding:5px 0 10px;font-size:16px;font-weight:600}.text-link svg{transition:transform .3s}.text-link:hover svg{transform:translate(3px,-3px)}.text-button{padding:0;border:0;background:none;font-size:inherit;text-decoration:underline;text-underline-offset:4px}.skip-link{position:fixed;top:8px;left:16px;z-index:200;background:#fff;color:#111;padding:8px 16px;transform:translateY(-180%)}.skip-link:focus{transform:none}
/* Fixierte Navigation: transparent über dem Film, heller Layer danach. */
.site-header{position:fixed;z-index:60;left:0;right:0;top:0;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:12px var(--gutter);color:#171717;background:transparent;box-shadow:none;mix-blend-mode:normal;pointer-events:none;transition:background-color .25s ease,box-shadow .25s ease,color .25s ease}.site-header>*{pointer-events:auto}.brand{width:156.40px;flex-shrink:0}.brand img{width:100%;height:auto;filter:brightness(0);transition:filter .25s ease}.desktop-nav{display:flex;gap:36px;padding-left:7vw;font-size:15px;font-weight:500}.desktop-nav a,.header-contact{position:relative}.desktop-nav a:after{content:'';position:absolute;bottom:-6px;left:0;width:0;height:1px;background:currentColor;transition:width .25s}.desktop-nav a:hover:after{width:100%}.header-contact{display:inline-flex;align-items:center;gap:25px;font-size:15px;font-weight:600}.header-contact svg{width:21px;height:21px}.menu-toggle{display:none;background:none;width:44px;height:44px;padding:10px}.menu-toggle span{height:1px;width:24px;display:block;background:currentColor;margin:7px 0;transition:transform .25s}.mobile-menu{position:fixed;inset:0;background:#f4f4f2;z-index:55;display:flex;flex-direction:column;justify-content:center;gap:24px;padding:100px 35px}.mobile-menu a{font-size:clamp(28px,6vw,44px);font-weight:500;line-height:1.2}.menu-open .site-header{mix-blend-mode:normal;color:#111}.menu-open .brand img{filter:brightness(0)}.menu-open .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}
/* Chapter navigation and reading aids. */
.section-nav{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:45;display:flex;flex-direction:column;gap:7px;mix-blend-mode:difference;color:#fff}.section-nav a{width:24px;height:24px;display:flex;justify-content:center;align-items:center;position:relative}.section-nav a:after{content:'';width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.5;transition:all .25s}.section-nav a[aria-current]:after{width:8px;height:8px;opacity:1}.section-nav a span{position:absolute;right:32px;white-space:nowrap;font-size:13px;opacity:0;transform:translateX(8px);transition:all .2s;pointer-events:none}.section-nav a:hover span,.section-nav a:focus-visible span{opacity:1;transform:none}.section-index{position:absolute;bottom:28px;left:var(--gutter);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#777}.section-next{position:absolute;bottom:26px;left:50%;width:42px;height:42px;display:grid;place-items:center;border:1px solid #c6c6c6;border-radius:50%;transform:translateX(-50%);transition:background .25s}.section-next:hover{background:#ddd}.back-to-top{position:fixed;bottom:22px;right:22px;z-index:48;width:46px;height:46px;background:#fff;color:#111;border:1px solid #d2d2d2;border-radius:50%;display:grid;place-items:center;box-shadow:0 3px 16px #0000000a;opacity:0;visibility:hidden;transform:translateY(10px);transition:.3s}.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}
/* 01: Film */
.hero{color:#fff;min-height:780px;min-height:max(780px,100svh);padding-block:190px 135px;align-items:center;background:#111;overflow:hidden}.hero-media,.hero-shade{position:absolute;inset:0;z-index:-1}.hero-media{background:#171e1c}.hero-media img,.hero-media video{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:60% center;filter:saturate(.35);opacity:.85}.hero-media video{opacity:0;transition:opacity 1s}.hero-media video.is-playing{opacity:.85}.hero-shade{background:linear-gradient(90deg,rgba(3,11,10,.75),rgba(3,11,10,.4) 60%,rgba(3,11,10,.28)),linear-gradient(0deg,rgba(0,0,0,.48),transparent 36%)}.hero-intro{margin-bottom:28px;color:#e6eeeb}.hero h1{font-size:clamp(68px,7.3vw,124px);font-weight:450;max-width:1200px;line-height:1.015;letter-spacing:-0.0495em}.hero h1 span{font-weight:300}.hero-bottom{margin-top:44px;display:flex;align-items:center;gap:80px}.hero-bottom p{font-size:20px;line-height:1.65;color:#e5e7e6}.hero-controls{position:absolute;bottom:37px;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:24px}.scroll-cue{display:flex;align-items:center;gap:20px;font-size:14px;letter-spacing:.02em}.scroll-cue>span{width:43px;height:43px;border:1px solid #ffffff6b;border-radius:50%;display:grid;place-items:center}.arrow-bob svg{animation:bob 2.6s ease-in-out infinite}.section-count{font-size:13px;letter-spacing:.12em}.video-control{display:flex;gap:10px;align-items:center;background:none;font-size:13px;padding:10px;color:#fff;margin-left:auto}.video-control svg{width:18px;height:18px}.hero-controls .section-count{margin-left:35px}@keyframes bob{0%,100%{transform:translateY(-3px)}50%{transform:translateY(3px)}}
/* 02: Welcome */
.welcome{background:#fff;text-align:center}.welcome-inner{max-width:1350px}.welcome h2{line-height:1.12}.welcome-copy{max-width:720px;margin:36px auto 0;color:#585a58;font-size:21px;line-height:1.7}.audience-row{display:flex;align-items:center;justify-content:center;gap:0;margin-top:30px;font-size:15px}.audience-row span+span:before{content:'/';margin:0 26px;color:#adadad}.brand-line{margin:64px auto 0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;column-gap:60px;row-gap:28px;padding-top:35px;border-top:1px solid #e6e6e4;max-width:750px}.brand-line>span:first-child{flex-basis:100%;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#737373}.brand-line img{width:300px;height:82px;object-fit:contain;filter:grayscale(1)}
/* 03: Product worlds */
.products{background:var(--soft)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.section-heading h2{font-size:clamp(40px,4.2vw,67px)}.section-heading p:not(.eyebrow){font-size:17px;color:var(--muted);padding-bottom:5px}.section-heading .eyebrow{margin-bottom:14px}.product-tabs{display:flex;gap:34px;margin-top:32px;border-bottom:1px solid #d8d8d5}.product-tab{padding:12px 0 14px;min-width:170px;display:flex;justify-content:space-between;gap:26px;font-size:16px;color:#727272;border-bottom:2px solid transparent;margin-bottom:-1px}.product-tab span{font-size:12px;align-self:center;color:#858585}.product-tab.is-active{color:#141414;border-color:#151515}.product-world{display:grid;grid-template-columns:.95fr 1fr 1fr;gap:30px;margin-top:22px;align-items:center}.product-world+.product-world{margin-top:55px}.js-ready .product-world{margin-top:22px}.world-copy{padding:20px 20px 20px 0}.brand-tag{font-size:14px;letter-spacing:.18em;font-weight:650}.world-copy h3{font-size:clamp(27px,2.3vw,36px);line-height:1.18;margin-top:22px;letter-spacing:-0.0315em}.world-copy p{font-size:17px;color:#616461;line-height:1.7;margin:20px 0 23px;max-width:380px}.product-card{align-self:stretch;display:flex;flex-direction:column}.product-image{background:#fff;overflow:hidden;height:clamp(235px,25vw,390px);display:grid;place-items:center}.product-image img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform 1s var(--ease)}.product-card:hover img{transform:scale(1.045) translateY(-5px)}.product-card-copy{padding:18px 0 0}.product-category{font-size:12px;letter-spacing:.07em;color:#6e706e;text-transform:uppercase}.product-card h3{font-size:23px;letter-spacing:-0.027em;margin:9px 0 8px}.product-card p{font-size:16px;line-height:1.55;color:#666;max-width:360px}.collection-note{font-size:14px;color:#686868;border-top:1px solid #d8d8d5;padding-top:18px;margin-top:27px}.collection-note a{text-decoration:underline;text-underline-offset:4px}
/* 04: Partnership and catalogues */
.partners{background:#eaeae6}.partner-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:9vw;align-items:start}.partner-heading .eyebrow{font-size:12px;margin-bottom:20px}.partner-heading h2{font-size:clamp(48px,4.8vw,75px)}.partner-heading>p:not(.eyebrow){font-size:20px;margin:26px 0;color:#676965;line-height:1.65}.benefits{list-style:none;margin:0;padding:0}.benefits li{display:flex;gap:24px;padding:20px 0;border-top:1px solid #c9cac5}.benefits li:first-child{padding-top:0;border-top:0}.benefits li>span{font-size:12px;letter-spacing:.07em;margin-top:4px;color:#737570}.benefits h3{font-size:21px;font-weight:600;line-height:1.3;letter-spacing:-0.018em}.benefits p{font-size:16px;color:#60645e;line-height:1.6;margin-top:7px}.catalog-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:46px 0 20px;scroll-margin-top:140px}.catalog-heading h3{font-size:21px;line-height:1.3;letter-spacing:-0.018em}.catalog-heading>span{font-size:13px;color:#656762}.catalog-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.catalog{border:1px solid #c6c8c0;padding:18px 19px;display:flex;flex-direction:column;transition:background .3s,transform .3s;min-height:165px}.catalog:hover{background:#fff;transform:translateY(-4px)}.catalog-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}.catalog-top>span{font-size:11px;letter-spacing:.12em}.catalog-top svg{width:18px;height:18px}.catalog strong{font-size:17px;letter-spacing:.08em;font-weight:600}.catalog>span:not(.catalog-top){font-size:13px;color:#555950;margin-top:4px}.catalog small{font-size:12px;color:#73766e;margin-top:10px}
/* 05: Day / night. Products and typography respond to the visitor. */
.ritual{background:#141617;color:#fff;overflow:hidden;transition:background .75s,color .75s;--parallax:0px}.ritual-grain{position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 73% 45%,#41474c 0,transparent 54%);opacity:.8;transition:opacity .7s}.ritual-grid{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:3vw}.ritual-copy{position:relative;z-index:2}.ritual h2{font-size:clamp(74px,7vw,120px);line-height:.99}.ritual h2 span{color:#9caaa5}.ritual-copy>p:not(.eyebrow){margin-top:28px;color:#c7ceca;font-size:19px}.ritual .eyebrow{color:#aeb7b2}.ritual-switch{display:flex;width:max-content;border:1px solid #565c59;padding:4px;gap:4px;margin-top:28px}.ritual-switch button{display:flex;align-items:center;justify-content:center;gap:10px;min-width:104px;padding:10px 15px;background:transparent;color:inherit;font-size:15px;transition:background .4s,color .4s}.ritual-switch svg{width:18px;height:18px}.ritual-switch button[aria-pressed=true]{background:#fff;color:#171717}.ritual .text-link{margin-top:24px;font-weight:450}.ritual-stage{height:570px;position:relative;align-self:center;isolation:isolate}.ritual-word{position:absolute;top:21%;left:-9%;right:-20%;text-align:center;font-size:clamp(100px,13vw,230px);font-weight:500;letter-spacing:-.05em;color:transparent;-webkit-text-stroke:1px #ffffff24;line-height:1;z-index:-1;transform:translateY(calc(var(--parallax)*-.5));transition:color .6s}.ritual-bottle{position:absolute;inset:-6% -6% 0;width:112%;max-width:none;height:106%;object-fit:contain;transform:translateY(var(--parallax)) rotate(9deg);transition:opacity .7s,rotate .7s;filter:drop-shadow(22px 25px 25px #00000040)}.bottle-day{opacity:0;rotate:-13deg}.bottle-night{opacity:1}.ritual .section-index{color:#a2aba5}.ritual .section-next{border-color:#717b73}.ritual .section-next:hover{background:#ffffff22}.ritual[data-mode=day]{background:#e9e9e3;color:#1a201b}.ritual[data-mode=day] .ritual-grain{opacity:0}.ritual[data-mode=day] .ritual-copy>p,.ritual[data-mode=day] .eyebrow,.ritual[data-mode=day] .section-index{color:#5e685e}.ritual[data-mode=day] .ritual-word{-webkit-text-stroke-color:#1b251b2b}.ritual[data-mode=day] .bottle-day{opacity:1}.ritual[data-mode=day] .bottle-night{opacity:0}.ritual[data-mode=day] .ritual-switch button[aria-pressed=true]{background:#1b211c;color:#fff}.ritual[data-mode=day] h2 span{color:#7c8779}
/* 06: Enquiry */
.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;align-items:start}.contact-copy h2{font-size:clamp(52px,5vw,80px);line-height:1.09}.contact-copy>p:not(.eyebrow){font-size:19px;color:#676767;max-width:410px;margin-top:28px}.contact-note{margin-top:65px;border-top:1px solid #ddd;padding-top:23px;color:#595b58;font-size:15px;line-height:1.6}.contact-note>span{display:block;font-size:18px;color:#1a1a1a;line-height:1.45;margin-bottom:18px}.contact-note>a{display:block;margin-top:12px;text-decoration:underline;text-underline-offset:4px}.contact-form{width:100%;position:relative}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:22px}.form-row.names{grid-template-columns:.65fr 1fr 1fr}.contact-form label,.contact-form legend{font-size:14px;font-weight:550;line-height:1.5}.contact-form label>span:not(.privacy-check span){font-weight:400;color:#7b7b7b}.contact-form input:not([type=checkbox]):not([type=hidden]),.contact-form select,.contact-form textarea{display:block;width:100%;background:transparent;border:0;border-bottom:1px solid #b8b8b5;color:#202020;padding:10px 0 11px;font-size:16px;border-radius:0;font-weight:400;min-height:46px;transition:border-color .25s;outline-offset:2px}.contact-form select{padding-right:18px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#838383;opacity:1;font-size:15px}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-bottom-color:#151515}.contact-form textarea{resize:vertical;min-height:90px;max-height:350px}.interests{margin:7px 0 22px}.interests>div{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}.interests label{display:flex;align-items:center;gap:7px;border:1px solid #cfcfcb;padding:8px 10px;font-size:12px;cursor:pointer}.interests label:has(input:checked){border-color:#1a1a1a;background:#f2f2ef}.interests input{width:14px;height:14px;margin:0;accent-color:#111}.interests label>span{color:#444!important}.message-label{display:block}.privacy-check{display:flex;align-items:flex-start;gap:11px;margin-top:22px;cursor:pointer}.privacy-check input{width:17px;height:17px;margin:2px 0 0;flex-shrink:0;accent-color:#111}.privacy-check span{font-size:13px;color:#626262;font-weight:400;line-height:1.65}.privacy-check a{text-decoration:underline;text-underline-offset:3px}.form-submit{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:27px}.form-submit>span{font-size:12px;color:#777}.form-submit .button{font-size:15px;gap:27px}.form-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.form-status{padding:16px 18px;margin-bottom:20px;font-size:15px;border:1px solid #ccc;line-height:1.6}.form-status.is-success{background:#edf3ee;border-color:#99b69f;color:#274b2e}.form-status.is-error{background:#fff4f1;border-color:#c8907c;color:#713722}.contact-form [aria-invalid=true]{border-color:#ac4334!important}
/* Footer, notice and legal pages */
.site-footer{background:#171918;color:#fff;padding-top:48px;scroll-snap-align:end}.footer-top{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:40px;align-items:center;padding-bottom:48px}.footer-logo{width:178.25px}.footer-logo img{width:100%;height:auto;filter:brightness(0) invert(1)}.footer-top>p{font-size:clamp(22px,2.2vw,34px);letter-spacing:-.025em;line-height:1.25}.footer-top address{font-size:14px;color:#bcc0bc;justify-self:end;line-height:1.7}.footer-top address a{display:block;margin-top:7px}.footer-bottom{display:flex;justify-content:space-between;gap:25px;padding-block:22px;border-top:1px solid #ffffff26;font-size:12px;color:#a6ada7}.footer-bottom nav{display:flex;gap:24px}.footer-bottom nav a:hover,.footer-bottom button:hover{color:#fff}.footer-bottom .text-button{text-decoration:none;font-size:12px}.cookie-notice{position:fixed;bottom:22px;left:24px;z-index:100;width:min(750px,calc(100% - 100px));display:flex;align-items:center;gap:24px;background:#fff;color:#222;border:1px solid #d5d5d5;padding:22px 25px;box-shadow:0 10px 50px #0000001c}.cookie-notice strong{font-weight:600;font-size:16px;display:block;margin-bottom:4px}.cookie-notice p{font-size:13px;color:#666;line-height:1.5}.cookie-notice p a{text-decoration:underline;text-underline-offset:3px}.cookie-notice .button{font-size:13px;padding:11px 14px;gap:14px;min-height:43px;flex-shrink:0}.cookie-notice .button svg{width:17px;height:17px}.legal-page{background:#fafaf8}.legal-page main{max-width:1100px;margin:0 auto;padding:185px var(--gutter) 90px}.legal-page h1{font-size:clamp(44px,6vw,76px);margin:12px 0 45px;overflow-wrap:anywhere}.legal-page h2{font-size:26px;letter-spacing:-0.018em;margin:36px 0 13px}.legal-page h3{font-size:20px;margin:24px 0 10px}.legal-page main p,.legal-page main li{font-size:17px;line-height:1.8;color:#4e534e}.legal-page main p+p{margin-top:15px}.legal-page main a{text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}.legal-page main li+li{margin-top:7px}.legal-page main section{scroll-margin-top:140px}.legal-draft{padding:18px 23px;background:#eeeee8;border-left:2px solid #777;margin:0 0 35px;font-size:15px!important}.legal-list{display:grid;grid-template-columns:180px 1fr;gap:12px 22px;margin:20px 0;font-size:17px}.legal-list dt{color:#6b6e68}.legal-list dd{margin:0}.legal-page .eyebrow{margin-bottom:8px}.motion-ready .reveal{opacity:0;transform:translateY(24px);transition:opacity .85s var(--ease),transform .85s var(--ease)}.motion-ready .reveal.is-visible{opacity:1;transform:none}
@media(min-width:1600px){.hero-content{padding-top:20px}.product-world{gap:50px}.hero h1{font-size:120px}}
@media(max-height:790px) and (min-width:1000px){.site-header{padding-block:18px}.brand{width:120.75px}.screen{padding-block:131px 68px}.hero{min-height:760px}.welcome .brand-line{margin-top:40px}.welcome-copy{font-size:19px;margin-top:24px}.product-image{height:240px}.product-card p{font-size:15px}.ritual-stage{height:450px}.ritual h2{font-size:85px}.benefits li{padding-block:13px}.catalog-heading{margin-top:26px}}
@media(max-width:1100px){.desktop-nav{gap:25px;padding-left:0}.brand{width:132.25px}.section-nav{right:10px}.hero-bottom{gap:35px}.product-world{gap:20px;grid-template-columns:.9fr 1fr 1fr}.world-copy{padding-right:0}.world-copy p{font-size:16px}.product-card h3{font-size:20px}.product-card p{font-size:15px}.partner-grid{gap:6vw}.benefits h3{font-size:19px}.catalog{padding:16px 13px}.catalog strong{font-size:15px}.catalog>span:not(.catalog-top){font-size:12px}.contact-grid{gap:5vw}.contact-copy h2{font-size:54px}.ritual-stage{height:480px}.ritual-bottle{inset:0 -12% 0;width:124%}.form-row{gap:14px}.footer-bottom{flex-wrap:wrap}.footer-bottom>span:nth-child(2){display:none}}
@media(max-width:850px){html{scroll-snap-type:none}.screen{padding-block:131px 80px}.site-header{padding:18px var(--gutter)}.brand{width:120.75px}.desktop-nav{display:none}.header-contact{margin-left:auto;font-size:14px;gap:14px}.menu-toggle{display:block;margin-left:0}.section-nav{display:none}.hero{padding-top:185px;min-height:100svh}.hero h1{font-size:clamp(60px,8vw,83px)}.hero-content{padding-bottom:20px}.hero-bottom{flex-direction:column;align-items:flex-start;gap:27px;margin-top:30px}.hero-bottom p{font-size:19px}.hero-controls{bottom:26px}.hero-controls .section-count{display:none}.hero-shade{background:linear-gradient(90deg,#061410b8,#07151270),linear-gradient(0deg,#0006,transparent)}.welcome h2{font-size:53px}.welcome-copy{font-size:19px}.brand-line{column-gap:45px;row-gap:26px}.brand-line img{width:250px;height:68px}.section-heading{display:block}.section-heading>p{margin-top:18px}.section-heading h2{font-size:49px}.product-world{grid-template-columns:1fr 1fr;gap:23px}.world-copy{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:25px;align-items:start;padding-top:14px}.brand-tag{grid-column:1}.world-copy h3{grid-column:1;margin-top:12px;font-size:29px}.world-copy p{grid-column:2;grid-row:1/4;margin:0}.world-copy .text-link{grid-column:1;width:max-content;margin-top:20px}.product-image{height:300px}.product-card h3{font-size:22px}.product-card p{font-size:16px}.partner-grid{grid-template-columns:1fr;gap:43px}.partner-heading h2{font-size:60px}.partner-heading>p{margin-top:23px}.catalog-grid{grid-template-columns:repeat(3,1fr)}.catalog strong{font-size:17px}.catalog>span:not(.catalog-top){font-size:13px}.catalog-heading{align-items:flex-start;flex-direction:column;gap:8px}.ritual-grid{gap:10px;grid-template-columns:1fr 1fr}.ritual h2{font-size:77px}.ritual-copy>p:not(.eyebrow){font-size:17px}.ritual-stage{height:440px}.ritual-word{font-size:135px;top:27%}.ritual-bottle{width:155%;inset:-2% -25% 0;height:106%}.ritual .text-link{font-size:14px;gap:15px}.contact-grid{grid-template-columns:1fr;gap:45px}.contact-copy{display:grid;grid-template-columns:1fr 1fr;gap:0 30px}.contact-copy .eyebrow{grid-column:1/-1}.contact-copy>h2{grid-column:1;font-size:56px}.contact-copy>p:not(.eyebrow){grid-column:2;margin-top:0;font-size:17px}.contact-note{grid-column:1/-1;display:none}.footer-top{grid-template-columns:.9fr 1.1fr;gap:32px}.footer-top>p{display:none}.footer-bottom nav{gap:20px}.cookie-notice{padding:18px 20px;width:min(680px,calc(100% - 95px));gap:16px}.cookie-notice strong{font-size:15px}.cookie-notice p{font-size:12px}}
@media(max-width:540px){:root{--gutter:25px}.site-header{padding-top:19px;gap:12px}.brand{width:102.35px}.header-contact{font-size:12px;gap:8px}.header-contact svg{width:18px;height:18px}.menu-toggle{padding-inline:6px;width:38px}.hero{padding-block:170px 150px;min-height:max(760px,100svh)}.hero-media img,.hero-media video{object-position:60% center}.hero .eyebrow{font-size:11px;letter-spacing:.14em;max-width:270px;line-height:1.7;margin-bottom:25px}.hero h1{font-size:clamp(45px,12vw,66px);line-height:1.07;letter-spacing:-0.0405em}.hero-bottom{margin-top:30px}.hero-bottom p{font-size:17px}.hero-bottom .button{font-size:14px;min-height:53px;gap:26px;padding:13px 20px}.scroll-cue{font-size:12px;gap:12px}.scroll-cue>span{width:35px;height:35px}.video-control{font-size:11px;gap:5px;padding:8px 0}.hero-controls{gap:12px}.video-control svg{width:16px;height:16px}.eyebrow{font-size:11px;letter-spacing:.13em}.screen{padding-top:124px}.welcome h2{font-size:40px;line-height:1.14;letter-spacing:-0.0405em}.welcome-copy{font-size:17px;margin-top:26px;line-height:1.7}.audience-row{flex-direction:column;gap:6px;font-size:14px;margin-top:27px}.audience-row span+span:before{content:none}.brand-line{margin-top:38px;gap:28px;flex-wrap:wrap;padding-top:26px}.brand-line>span:first-child{flex-basis:100%;font-size:11px}.brand-line img{width:220px;height:60px}.section-index{font-size:10px;bottom:25px;letter-spacing:.08em}.section-next{left:auto;right:25px;transform:none;bottom:20px;width:36px;height:36px}.section-heading h2{font-size:42px}.section-heading h2 span{display:block}.section-heading>p{font-size:16px;line-height:1.55}.product-tabs{gap:24px;margin-top:27px}.product-tab{font-size:14px;min-width:0;flex:1;gap:10px}.product-world{gap:25px}.world-copy{display:block;grid-column:1/-1;padding-block:10px 5px}.world-copy h3{font-size:31px;margin:15px 0}.world-copy p{font-size:16px}.world-copy .text-link{margin-top:16px;font-size:14px}.brand-tag{font-size:12px}.product-card{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center}.product-image{height:190px}.product-card-copy{padding:0}.product-card h3{font-size:22px;line-height:1.2;margin-top:8px}.product-category{font-size:10px;letter-spacing:.04em;line-height:1.5;display:block}.product-card p{font-size:14px;line-height:1.5}.collection-note{font-size:13px}.partner-heading h2{font-size:48px;line-height:1.08}.partner-heading>p:not(.eyebrow){font-size:18px}.benefits li{gap:16px;padding:20px 0}.benefits h3{font-size:20px}.benefits p{font-size:16px}.catalog-heading h3{font-size:23px}.catalog-heading>span{font-size:12px}.catalog-grid{grid-template-columns:1fr 1fr;gap:10px}.catalog{min-height:170px;padding:17px 15px}.catalog:last-child{grid-column:1/-1;min-height:0;display:grid;grid-template-columns:1fr 1fr;column-gap:12px}.catalog:last-child .catalog-top{grid-column:2;grid-row:1/3;justify-content:flex-end;gap:20px;margin:0}.catalog:last-child strong{grid-column:1;grid-row:1}.catalog:last-child>span:not(.catalog-top){grid-column:1}.catalog:last-child small{grid-column:1/-1}.catalog>span:not(.catalog-top){font-size:12px}.catalog strong{font-size:16px}.ritual{padding-top:124px;padding-bottom:95px}.ritual-grid{grid-template-columns:1fr;gap:15px}.ritual h2{font-size:66px;line-height:1}.ritual h2 br:nth-child(2){display:none}.ritual h2 span:before{content:' '}.ritual-copy>p:not(.eyebrow){font-size:17px;margin-top:22px}.ritual-switch{margin-top:20px}.ritual-copy .text-link{margin-top:20px}.ritual-stage{height:395px;grid-row:2;margin-top:18px}.ritual-word{font-size:110px;inset:25% -5% auto}.ritual-bottle{inset:-5% 0 0;width:100%;height:105%}.contact-copy{display:block}.contact-copy h2{font-size:53px}.contact-copy>p:not(.eyebrow){margin-top:25px;font-size:17px}.contact-grid{gap:35px}.form-row{gap:17px;margin-bottom:21px;grid-template-columns:1fr}.form-row.names{grid-template-columns:1fr 1fr}.form-row.names label:first-child{grid-column:1/-1}.contact-form label,.contact-form legend{font-size:14px}.contact-form input:not([type=checkbox]):not([type=hidden]),.contact-form select,.contact-form textarea{font-size:16px}.interests label{font-size:12px;padding:9px}.form-submit{align-items:flex-start;flex-direction:column;gap:16px}.form-submit .button{width:100%;font-size:16px}.privacy-check span{font-size:13px}.footer-top{grid-template-columns:1fr;gap:30px;padding-bottom:34px}.footer-logo{width:166.75px}.footer-top address{justify-self:start;font-size:15px}.footer-bottom{font-size:12px;gap:15px;padding-bottom:70px}.footer-bottom nav{flex-wrap:wrap;gap:20px;font-size:13px}.footer-bottom .text-button{font-size:13px}.cookie-notice{bottom:12px;left:12px;width:calc(100% - 24px);padding:17px;display:block}.cookie-notice .button{margin-top:13px;min-height:38px}.cookie-notice strong{font-size:15px}.cookie-notice p{font-size:12px}.back-to-top{right:16px;bottom:16px;width:43px;height:43px}.legal-page main{padding-top:145px;padding-bottom:65px}.legal-page h1{font-size:40px;margin-bottom:30px}.legal-page h2{font-size:24px}.legal-page main p,.legal-page main li{font-size:16px}.legal-list{grid-template-columns:1fr;gap:4px}.legal-list dd{margin-bottom:15px}.legal-draft{padding:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;scroll-snap-type:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.motion-ready .reveal{opacity:1;transform:none}.ritual-bottle,.ritual-word{transform:none}.product-card:hover img{transform:none}}
@media print{.site-header,.section-nav,.hero-controls,.cookie-notice,.back-to-top,.section-next,.mobile-menu,.contact-form{display:none!important}.screen{min-height:0;padding:35px 0;break-inside:avoid}.hero{background:#222!important;color:#fff!important;padding:60px 0}.hero h1{font-size:45px}.hero-media{display:none}.screen h2{font-size:35px}.product-world[hidden]{display:grid!important}.ritual-stage{height:300px}.motion-ready .reveal{opacity:1;transform:none}.legal-page main{padding-top:30px}.site-footer{padding-top:25px}}

/* Der feste Header bleibt in allen Bereichen unterhalb des Films gut lesbar. */
.site-header.is-light{color:#fff}
.site-header.is-light .brand img{filter:brightness(0) invert(1)}
.site-header.has-layer{background:rgba(255,255,255,.98);box-shadow:0 5px 24px rgba(0,0,0,.075);pointer-events:auto}
.menu-open .site-header{color:#111}
.menu-open .site-header .brand img{filter:brightness(0)}
/* Die Packshots bleiben unverändert und stehen auf einer ruhigen, hellen Fläche. */
.ritual-stage{background:#eceeea;border-radius:290px 290px 18px 18px;overflow:hidden}
.ritual-bottle{inset:2% 0 auto;width:100%;height:78%;mix-blend-mode:multiply;filter:none}
.ritual-word{top:27%;left:0;right:0;-webkit-text-stroke-color:#18231b20;font-size:clamp(80px,10vw,160px);z-index:0}
.ritual[data-mode=day] .ritual-stage{background:#fafbf8}
@media(max-width:850px){.ritual-stage{border-radius:220px 220px 14px 14px}.ritual-bottle{inset:4% 0 auto;width:100%;height:74%}.ritual-word{font-size:90px}}
@media(max-width:540px){.ritual-stage{border-radius:200px 200px 12px 12px}.ritual-bottle{inset:2% 0 auto;width:100%;height:78%}.ritual-word{font-size:94px}.product-card p{font-size:15px}}

.brand-logo-tree{display:flex;align-items:center;justify-content:center;width:300px;height:82px;overflow:hidden;flex-shrink:0}
.brand-line .brand-logo-tree img{width:395px;height:395px;max-width:none;flex-shrink:0;object-fit:contain}
@media(max-width:850px){.brand-logo-tree{width:250px;height:68px}.brand-line .brand-logo-tree img{width:329px;height:329px}}
@media(max-width:540px){.brand-logo-tree{width:220px;height:60px}.brand-line .brand-logo-tree img{width:289px;height:289px}}

/* Sichtbare Höhe des Beaulife-Schriftzugs an Treecell angeglichen. */
.brand-line img.brand-logo-beaulife{width:300px;height:66px;flex-shrink:0}
@media(max-width:850px){.brand-line img.brand-logo-beaulife{width:250px;height:55px}}
@media(max-width:540px){.brand-line img.brand-logo-beaulife{width:220px;height:48px}}
