/* RE CALLS — r6 (door only). Single-source brand assets, restrained physical materials, no external dependencies. */
@font-face{font-family:Playfair;src:local('Playfair Display'),url('fonts/PlayfairDisplay-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Playfair;src:local('Playfair Display Italic'),url('fonts/PlayfairDisplay-Italic.ttf') format('truetype');font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:Playfair;src:local('Playfair Display Bold'),url('fonts/PlayfairDisplay-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Playfair;src:local('Playfair Display Bold Italic'),url('fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype');font-weight:700;font-style:italic;font-display:swap}
:root{--burgundy:#7d2239;--gold:#d19010;--white:#fff;--grey:#9d9e9e;--charcoal:#434242;--metal:#efd18e;--ui:Arial,Helvetica,sans-serif;--ease:cubic-bezier(.22,.61,.36,1);--header:72px;--footer:40px;--scene-height:calc(100dvh - var(--header) - var(--footer));--page-background:radial-gradient(ellipse at 23% 18%,#7d22392a,transparent 65%),linear-gradient(127deg,#420c1e 0%,#240810 48%,#090609 100%);color-scheme:dark}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Playfair,Georgia,serif;color:var(--white);background:var(--page-background);background-attachment:fixed}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit}button{cursor:pointer}button:disabled{cursor:wait}img,svg{display:block}img{max-width:100%}[hidden]{display:none!important}::selection{background:#d19010;color:#18030a}:focus-visible{outline:2px solid var(--metal);outline-offset:5px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.stage{position:relative;min-height:var(--scene-height)}.js body:not([data-stage=legal]){height:100dvh;overflow:hidden}.js #experience{position:fixed;top:var(--header);bottom:var(--footer);left:0;right:0;isolation:isolate}.js .stage{position:absolute;inset:0;min-height:0;height:100%;visibility:hidden;pointer-events:none;opacity:0;overflow:hidden}.js .stage.is-active{visibility:visible;pointer-events:auto;opacity:1}.stage[aria-hidden=true]{pointer-events:none}
/* Shared header uses precisely the supplied horizontal logo, as a real home link. */
.site-header{height:var(--header);position:fixed;top:0;left:0;right:0;z-index:60;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,3.7vw,72px);background:linear-gradient(110deg,#2b0c16,#13070b);border-bottom:1px solid #d1901030}.header-mark{display:flex;align-items:center;min-height:44px;text-decoration:none;border-radius:2px}.header-mark img{height:40px;width:auto;max-width:230px;object-fit:contain}.header-mark:hover img{filter:brightness(1.1)}.header-tools{display:flex;gap:25px;align-items:center}.language-switch{display:flex;align-items:center;gap:13px;font:11px/1 var(--ui);letter-spacing:.12em}.language-switch a{padding:14px 5px;text-decoration:none;color:#e0cbd1;border-bottom:1px solid transparent}.language-switch a[aria-current=true]{color:#fff;border-bottom-color:var(--gold)}.language-switch>span{color:#b79b9f}.sound-toggle{width:42px;height:42px;display:grid;place-items:center;background:transparent;border:0;color:#dbb975;border-radius:50%;transition:background .25s,color .25s}.sound-toggle:hover{background:#ffffff0d;color:#ffe8b2}.sound-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.sound-muted{display:none}.sound-toggle[aria-pressed=false] .sound-muted{display:block}.sound-toggle[aria-pressed=false] .sound-waves{display:none}.site-footer{position:fixed;bottom:0;left:0;right:0;height:var(--footer);z-index:60;display:flex;align-items:center;gap:25px;padding:0 clamp(20px,3.7vw,72px);background:#18080d;border-top:1px solid #d1901030;font:10px/1.3 var(--ui);letter-spacing:.07em}.site-footer a{padding:8px 0;color:#ddc3c7;text-decoration:none}.site-footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.footer-copyright{margin-left:auto;padding-left:15px;color:#a98d92;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
/* 1 — Light Windows-style dialog, on the requested dark burgundy background. */
.error-stage{display:grid;place-items:center;padding:30px 24px;background:var(--page-background)}.system-window{width:min(680px,100%);border:1px solid #cdd1d7;border-radius:7px;background:#fff;color:#202124;color-scheme:light;box-shadow:0 28px 100px #0008,0 2px 14px #0003;overflow:hidden;font-family:var(--ui)}.js .system-window{opacity:0;visibility:hidden;transform:translateY(8px) scale(.985);pointer-events:none}.js .system-window.is-visible{opacity:1;visibility:visible;transform:none;pointer-events:auto;transition:opacity .14s ease-out,transform .25s var(--ease)}.window-bar{display:flex;align-items:center;gap:12px;padding:18px 26px;border-bottom:1px solid #d9dde3;background:linear-gradient(#fcfdff,#f1f3f5)}.window-bar h1{font:600 18px/1.35 var(--ui);letter-spacing:.025em;font-variant-numeric:lining-nums;margin:0;color:#20252c}.system-dot{width:24px;height:24px;flex:none}.system-dot circle{fill:#cb3038;stroke:#b11c24;stroke-width:1}.system-dot path{fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round}.window-content{padding:27px 32px}.error-intro p{font:400 21px/1.5 var(--ui);margin:0;color:#20242b;text-wrap:pretty}.error-method{display:flex;flex-direction:column;gap:8px;padding:23px 0}.error-method strong{font:700 33px/1.18 var(--ui);letter-spacing:.1em;color:#702139}.error-method>span{font:400 16px/1.5 var(--ui);color:#343943}.error-explanation{font:400 17px/1.65 var(--ui);color:#343943;margin:0 0 24px}.error-action{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid #e0e3e7;padding-top:19px}.error-action p{font:400 15px/1.4 var(--ui);color:#272c34;margin:0}.system-ok{display:grid;place-items:center;text-decoration:none;min-width:102px;min-height:42px;border:1px solid #8e959e;border-radius:3px;background:linear-gradient(#fff,#edf0f3);color:#20252c;font:400 15px/1.3 var(--ui);box-shadow:inset 0 0 0 1px #fff;transition:background .2s,border-color .2s}.system-ok:hover{background:#e7edf5;border-color:#556779}.system-ok:focus-visible{outline-color:#386e9e}.system-ok:active{transform:translateY(1px)}.nojs-message{padding:20px;text-align:center;max-width:550px}
/* 2 — Actual supplied photograph, one physical leaf; no non-uniform image scaling. */
.entrance-stage{background:#463524;z-index:5}.entrance-world{position:absolute;inset:0;transform-origin:50% 50%}.exterior-wall{position:absolute;inset:0;background:#463524 url('images/entrance-wide.webp') center top/auto 100% no-repeat}.portal{position:absolute;left:50%;top:0;height:100%;width:auto;aspect-ratio:899/545;transform:translateX(-50%);perspective:1600px}.door-frame{position:absolute;inset:0;width:100%;height:100%;max-width:none;z-index:4;pointer-events:none}.door-hinge,.aperture{position:absolute;left:27.36374%;top:0;width:45.27253%;height:100%}.aperture{background:#211119 url('images/salon-gold-wall.webp') 50% center/cover}.door-hinge{z-index:5;transform-origin:100% 50%;transform-style:preserve-3d;backface-visibility:hidden}.door-hinge:after{content:'';position:absolute;right:0;top:0;bottom:0;width:10px;background:#2c1b0e;transform:rotateY(90deg);transform-origin:right}.leaf-face{position:absolute;inset:0;backface-visibility:hidden}.leaf-texture{position:absolute;inset:0;width:100%;height:100%}.plaque{position:absolute;left:22.6044%;top:8.9908%;width:54.7912%;height:35.4128%;container-type:inline-size}.plaque-content{position:absolute;inset:5.4% 8% 4.3%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:0}.plaque-logo{width:88%;height:auto;flex:none;object-fit:contain;margin:0 0 1.7%}.plaque h2{font-size:6.65cqw;font-weight:400;line-height:1.15;margin:0;text-wrap:balance}.metal-type{color:#f6d994;text-shadow:0 1px 1px #170702}.plaque-tagline{font:400 3.05cqw/1.3 var(--ui);letter-spacing:.065em;text-wrap:balance;margin:3% 0 0}.plaque-rule{width:23%;height:1px;background:#c09448;margin:2.5% 0 2%}.plaque-notes{font:400 3.05cqw/1.3 var(--ui);letter-spacing:.01em;margin:0;color:#f2d5a6;text-wrap:balance;display:flex;flex-direction:column;gap:1px}.knock-hint{display:flex;align-items:center;gap:5px;font:italic 3.9cqw/1.2 Playfair,Georgia,serif;color:#ffe8ba;margin:2.4% 0 0}.knock-hint svg{width:2.5cqw;height:3.5cqw;fill:none;stroke:currentColor;stroke-width:1.3}
/* German copy is longer; keep its complete inscription inside the physical rim. */
html[lang=de] .plaque-logo{width:80%}html[lang=de] .plaque h2{font-size:6.3cqw;line-height:1.12}html[lang=de] .plaque-tagline{margin-top:2%}
.knocker-button{position:absolute;left:39.8034%;top:46.2385%;width:20.6388%;aspect-ratio:84/136;min-width:0;border:0;padding:0;background:transparent;isolation:isolate;perspective:350px;border-radius:42%;cursor:pointer;transition:filter .3s}.knocker-button img{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.knocker-head{z-index:3}.knocker-ring{z-index:2;transform-origin:50% 44%;transition:transform .45s var(--ease);animation:invitation 5s ease-in-out 3}.knocker-button:hover .knocker-ring,.knocker-button:focus-visible .knocker-ring{animation:none;transform:rotateX(-24deg)}.knocker-button:hover,.knocker-button:focus-visible{filter:brightness(1.15)}.knocker-button:focus-visible{outline-offset:5px}.knocker-halo{position:absolute;inset:8% 0 5%;z-index:-1;border-radius:45%;opacity:0;box-shadow:0 0 24px #f8d9883d;transition:opacity .4s}.knocker-button:hover .knocker-halo,.knocker-button:focus-visible .knocker-halo{opacity:1}.is-knocking .knocker-ring{animation:three-knocks .69s linear both}.is-opening .door-hinge{animation:door-open 2.25s cubic-bezier(.25,.1,.3,1) both}.is-opening .entrance-world{animation:walk-forward 2.65s ease-in both}.threshold-light{position:absolute;inset:0;opacity:0;pointer-events:none;z-index:6;background:radial-gradient(ellipse at 53% 50%,#fff5d3d9,transparent 62%);mix-blend-mode:screen}.is-opening .threshold-light{animation:threshold-bloom 2.3s ease-in both}.entry-flash{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:0;background:radial-gradient(ellipse at 50% 46%,#fffdf5 0%,#fff9e7 55%,#f6e6c4 100%)}
@keyframes invitation{0%,66%,100%{transform:rotateX(0)}76%{transform:rotateX(-18deg)}85%{transform:rotateX(0)}92%{transform:rotateX(-8deg)}}@keyframes three-knocks{0%,27%,57%,87%,100%{transform:rotateX(0)}15%,45%,75%{transform:rotateX(-34deg)}}@keyframes door-open{from{transform:rotateY(0)}to{transform:rotateY(94deg)}}@keyframes walk-forward{0%{transform:scale(1)}100%{transform:scale(1.38)}}@keyframes threshold-bloom{0%{opacity:0}60%,100%{opacity:1}}
/* 3 — Gold wall relief from the supplied interior, not the former framed logo. */
.restart-stage{background:var(--page-background)}.meeting-room{position:absolute;right:0;top:0;bottom:0;width:62%;background:url('images/salon-gold-wall.webp') center center/cover no-repeat}.room-shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#330a19 0%,#2b0814fa 30%,#280812e8 42%,#24070f52 67%,#24070f1f 100%)}.restart-content{position:relative;z-index:2;min-height:100%;max-width:760px;width:53%;margin-left:7%;padding:32px 0 35px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.restart-logo{height:58px;width:auto;max-width:100%;object-fit:contain;margin:0 0 20px}.section-label{font:400 11px/1.5 var(--ui);letter-spacing:.21em;text-transform:uppercase;color:#dfbc79;margin:0 0 20px}.restart-content blockquote{padding:0;margin:0}.quote-intro{font-size:clamp(20px,1.55vw,25px);line-height:1.5;margin:0 0 8px;color:#f3e6e7;text-wrap:pretty}.quote-main{font-size:clamp(28px,2.5vw,40px);line-height:1.24;font-weight:400;color:#f2d28d;margin:0;text-wrap:balance;max-width:690px}.restart-intro{font:400 11px/1.8 var(--ui);letter-spacing:.11em;color:#e8d7d6;margin:23px 0 17px}.trial-lines{display:flex;flex-wrap:wrap;gap:8px 23px;font-size:21px;line-height:1.5;color:#fff}.experience-hook{font-size:21px;line-height:1.5;margin:22px 0 0;color:#eee0db}.experience-hook em{color:#f2d08e;font-style:italic}.restart-action{margin-top:27px;display:flex;align-items:flex-start;flex-direction:column;gap:18px}.restart-action p{font-size:17px;line-height:1.5;margin:0;color:#f1e3e0}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:29px;min-height:52px;padding:15px 26px;border:1px solid #f1d194;border-radius:2px;background:linear-gradient(110deg,#f0d592,#d5aa57);color:#28150b;font:400 14px/1.4 Playfair,Georgia,serif;letter-spacing:.07em;text-decoration:none;box-shadow:0 6px 22px #08000040,inset 0 1px 0 #fff4;transition:background .25s,box-shadow .25s,transform .25s}.primary-button:hover{background:linear-gradient(110deg,#ffe5ab,#e8be71);box-shadow:0 8px 27px #09000066;transform:translateY(-1px)}.primary-button:active{transform:translateY(1px)}.primary-button svg{width:26px;height:15px;fill:none;stroke:currentColor;stroke-width:1.2;flex:none}.primary-button:disabled{opacity:.6}.js .reveal{opacity:0;transform:translateY(9px);transition:opacity 1.3s var(--ease),transform 1.5s var(--ease)}.js .reveal.shown{opacity:1;transform:none}
/* 4 — Reference-inspired open form: slim warm metal borders and dark burgundy fields.
   No logo here. All contractual field names, six choices and consent are preserved. */
.advisory-stage{background:var(--page-background)}.js .advisory-stage{overflow-y:auto;overscroll-behavior:contain}.advisory-layout{width:min(910px,100%);margin:0 auto;padding:30px 30px 32px}.advisory-intro{text-align:center;max-width:800px;margin:0 auto 28px}.advisory-intro .section-label{font-size:10px;margin:0 0 11px}.advisory-intro h2{font-size:clamp(35px,3.4vw,48px);line-height:1.15;font-weight:400;margin:0;color:#fff9ec}.advisory-intro>p:last-child{font:400 14px/1.65 Playfair,Georgia,serif;color:#e6d2cb;margin:0;text-wrap:balance}.advisory-intro>p:last-child br{display:none}.advisory-intro>p:last-child br:after{content:' '}.gold-rule{width:35px;height:1px;background:#ab7e43;display:block;margin:16px auto}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px 28px}.field-phone{grid-column:1/-1}.field label,.topic-field legend{display:block;font:400 11px/1.5 var(--ui);letter-spacing:.12em;text-transform:uppercase;color:#f0d9bd;margin-bottom:6px}.field label>span[aria-hidden]{color:#f6d896}.field input,.field textarea{display:block;width:100%;min-height:43px;border:1px solid #aa7b5275;border-radius:1px;background:#17070975;color:#fff3e5;padding:10px 12px;font:400 16px/1.4 Playfair,Georgia,serif;transition:border-color .2s,background .2s;box-shadow:inset 0 1px 4px #07000230}.field textarea{resize:vertical;min-height:84px;max-height:240px}.field input::placeholder,.field textarea::placeholder{color:#bba39e;font:400 13px/1.4 Playfair,Georgia,serif;opacity:1}.field input:focus,.field textarea:focus{outline:none;border-color:#efce87;background:#1b060ad9;box-shadow:0 0 0 2px #e9ba6826}.field input[aria-invalid=true],.field textarea[aria-invalid=true]{border-color:#f4b5bd;box-shadow:0 0 0 1px #f4b5bd}.topic-field{border:0;padding:0;margin:20px 0 17px;min-width:0}.topic-field legend{padding:0;margin-bottom:10px}.topic-options{display:grid;grid-template-columns:1fr 1fr;gap:8px 28px}.radio-option{display:flex;align-items:center;gap:9px;font:13px/1.55 Playfair,Georgia,serif;color:#ead5ca;cursor:pointer;min-height:24px}.radio-option input,.consent-field>input{appearance:none;flex:none;width:16px;height:16px;margin:0;border:1px solid #a78968;border-radius:50%;background:#21080c;display:grid;place-items:center;cursor:pointer}.radio-option input:checked,.consent-field>input:checked{border-color:#f2d69c;background:#d7b56e}.radio-option input:checked:after{content:'';width:6px;height:6px;border-radius:50%;background:#3b160c}.message-field{margin-top:8px}.consent-field{display:flex;gap:10px;align-items:flex-start;justify-content:center;margin:20px auto 0;color:#e0c8bd;font:12px/1.65 Playfair,Georgia,serif;cursor:pointer}.consent-field>input{border-radius:1px;margin-top:3px}.consent-field>input:checked:after{content:'';width:8px;height:5px;border-left:2px solid #442111;border-bottom:2px solid #442111;transform:rotate(-45deg) translateY(-1px)}.consent-field a{text-underline-offset:3px;color:#f4d495}.consent-field>input[aria-invalid=true]{outline:2px solid #f4b5bd;outline-offset:2px}.form-bottom{display:flex;align-items:center;justify-content:center;gap:13px;margin-top:18px;flex-direction:column-reverse}.form-bottom .primary-button{min-width:300px;min-height:50px;text-transform:uppercase;letter-spacing:.055em}.form-hint{font:10px/1.4 var(--ui);color:#bd9b96}.consent-note{max-width:560px;margin:9px auto 0;font:11px/1.6 var(--ui);color:#bd9b96;text-align:center}.form-status{font:13px/1.6 var(--ui);color:#ffd2d8;margin:12px 0 0;text-align:center}.form-status:empty{display:none}.preview-note{font:10px/1.55 var(--ui);letter-spacing:.015em;color:#bfa1a0;margin:10px 0 0;text-align:center}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.success-panel{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;text-align:center}.success-panel h3{font-size:31px;line-height:1.3;font-weight:400;color:#f8e0ac;margin:0}.success-panel p{font:15px/1.6 var(--ui);margin:0;color:#f5d8e3}
/* Legal content remains separate and available without discarding the live form. */
.legal-page{max-width:900px;padding:calc(var(--header) + 45px) 30px calc(var(--footer) + 50px);margin:auto;font:16px/1.85 var(--ui)}.legal-page>img{margin-bottom:30px}.legal-page h1{font:400 39px/1.2 Playfair,Georgia,serif}.legal-back{display:inline-block;margin-top:30px;color:#f5d398}.legal-pending{border-left:2px solid #d19010;padding-left:20px;color:#f5dfe7}.legal-body>:first-child{margin-top:0}.legal-body h2{font:400 20px/1.35 Playfair,Georgia,serif;color:#f3d6a3;margin:32px 0 10px}.legal-body p{margin:0 0 14px}.legal-body ul{margin:0 0 14px;padding-left:19px}.legal-body li{margin-bottom:9px}.legal-body strong{color:#fff}.legal-meta{color:#bd9b96;font-size:.82em;letter-spacing:.03em}#legal-dialog{position:fixed;max-width:min(740px,calc(100vw - 34px));max-height:calc(100dvh - 50px);padding:50px 35px 35px;color:#fff;background:#2e0b17;border:1px solid #a47243;border-radius:3px;box-shadow:0 30px 100px #0008;font:15px/1.8 var(--ui)}#legal-dialog::backdrop{background:#080308cc}#legal-dialog .legal-title{font:400 31px/1.25 Playfair,Georgia,serif;color:#ffe3b3;margin:0 0 4px}#legal-close{position:absolute;right:14px;top:13px;display:grid;place-items:center;width:36px;height:36px;background:transparent;border:0;color:#f5dba8}#legal-close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.4}
@media(min-width:1400px) and (min-height:900px){.restart-content{padding:44px 0}.restart-logo{height:73px;margin-bottom:27px}.restart-intro{margin-top:30px}.experience-hook{margin-top:27px}.restart-action{margin-top:31px}.advisory-layout{padding-top:45px;padding-bottom:40px}.advisory-intro{margin-bottom:31px}.field-grid{gap:19px 30px}.field input{min-height:46px}}
@media(max-width:1000px){.restart-content{width:63%;margin-left:6%;padding:27px 0}.meeting-room{width:72%;background-position:54% center}.room-shade{background:linear-gradient(90deg,#330a19f9,#2b0814ee 39%,#24070f6e 75%,#24070f44)}.quote-main{font-size:30px}.trial-lines{font-size:19px;gap:5px 15px}.restart-intro{font-size:10px}.advisory-layout{padding:30px 27px}}
@media(max-width:650px){:root{--header:62px;--footer:35px}.site-header{padding:0 18px}.header-mark img{height:34px;max-width:190px}.header-tools{gap:9px}.language-switch{font-size:10px;gap:8px}.sound-toggle{width:35px}.site-footer{padding:0 20px;gap:18px;font-size:9px}.footer-copyright{padding-left:0}.footer-rights{display:none}.error-stage{padding:23px 18px}.window-bar{padding:17px 20px;gap:10px}.window-bar h1{font-size:17px;letter-spacing:.01em}.system-dot{width:22px;height:22px}.window-content{padding:23px 22px}.error-intro p{font-size:18px;line-height:1.5}.error-method{padding:22px 0}.error-method strong{font-size:33px;letter-spacing:.055em}.error-method>span{font-size:15px}.error-explanation{font-size:16px;line-height:1.65;margin-bottom:23px}.error-action p{font-size:14px}.error-action{gap:15px;padding-top:19px}.system-ok{min-width:76px;min-height:42px}.portal{height:100%;width:auto;aspect-ratio:899/545;top:0;max-height:205vw}.js .restart-stage{overflow-y:auto;overscroll-behavior:contain}.meeting-room{width:100%;background-position:37% center}.room-shade{background:linear-gradient(90deg,#360b20ec,#300815d9 55%,#2507109c)}.restart-content{width:100%;max-width:590px;margin:0;padding:28px 26px 34px;min-height:100%;justify-content:center}.restart-logo{height:46px;margin-bottom:20px}.restart-content .section-label{margin-bottom:17px}.quote-intro{font-size:19px;line-height:1.5}.quote-main{font-size:29px;line-height:1.25;max-width:470px}.restart-intro{font-size:10px;line-height:1.9;letter-spacing:.065em;margin:22px 0 16px}.trial-lines{gap:3px;flex-direction:column;font-size:19px;line-height:1.5}.experience-hook{font-size:19px;line-height:1.5;margin-top:21px}.restart-action{margin-top:25px;gap:17px}.restart-action p{font-size:15px}.primary-button{min-height:52px;font-size:13px;gap:24px;padding:15px 25px}.advisory-layout{padding:29px 23px 35px}.advisory-intro{margin-bottom:27px}.advisory-intro h2{font-size:38px}.advisory-intro>p:last-child{font-size:14px;line-height:1.7}.field-grid{gap:16px 16px}.field label,.topic-field legend{font-size:10px;letter-spacing:.07em}.field input{min-height:44px}.topic-options{gap:8px 14px}.radio-option{font-size:12px;align-items:flex-start;line-height:1.5}.radio-option input{margin-top:1px}.consent-field{font-size:12px;justify-content:flex-start;text-align:left}.consent-note{margin-left:0;text-align:left}.form-bottom .primary-button{width:100%;min-width:0;min-height:52px}.success-panel h3{font-size:27px}#legal-dialog{padding:47px 23px 27px}}
@media(max-width:380px){.header-mark img{height:30px;max-width:165px}.site-header{padding:0 14px}.header-tools{gap:5px}.window-bar{padding:16px}.window-bar h1{font-size:15px}.window-content{padding:20px}.error-intro p{font-size:17px}.error-explanation{font-size:15px}.error-action p{font-size:13px}.error-method strong{font-size:30px}.system-ok{min-width:64px}.quote-main{font-size:26px}.topic-options{grid-template-columns:1fr}.field-grid{grid-template-columns:1fr}.field-phone{grid-column:auto}.advisory-layout{padding:27px 21px}}
@media(max-height:740px){.js .error-stage,.js .restart-stage{overflow-y:auto}.error-stage{padding:22px}.restart-content{justify-content:flex-start}.advisory-layout{padding-top:26px}}
@media(max-height:600px){.js .error-stage{display:block}.system-window{margin:auto}.error-stage{padding:20px 18px}.restart-content{padding-top:25px;padding-bottom:32px}.restart-logo{height:42px;margin-bottom:16px}.quote-main{font-size:29px}}
@media(max-height:470px) and (min-width:651px){.js .entrance-stage{overflow-y:auto}.entrance-world{position:relative;min-height:440px;height:100%}.portal{height:100%;width:auto;aspect-ratio:899/545;top:0}.meeting-room{position:fixed;top:var(--header);bottom:var(--footer)}.restart-content{width:73%}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-delay:0ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.js .reveal{opacity:1;transform:none}.is-opening .entrance-world,.is-opening .door-hinge{animation:none!important}.entry-flash{display:none}.knocker-ring{animation:none!important;transform:none!important}}
html:not(.js) #experience{padding-top:var(--header);padding-bottom:var(--footer)}html:not(.js) .stage{min-height:var(--scene-height)}html:not(.js) .entrance-stage{height:var(--scene-height)}html:not(.js) .restart-content{padding-top:45px;padding-bottom:45px}html:not(.js) .entry-flash,html:not(.js) .sound-toggle{display:none}
