/* Markenfarben und Schriften bleiben gemeinsam mit der übrigen Website. */
.beauty-shop{--shop-ease:cubic-bezier(.22,1,.36,1);--shop-surface:#eee9e2;--shop-soft:#e5ddd3;--shop-edge:#d5cabe}.shop-width{width:min(1320px,88%);margin-inline:auto}.shop-kicker{font-size:11px;letter-spacing:.15em;text-transform:uppercase;line-height:1.5;color:var(--muted)}.shop-hero{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding:56px 0 80px;align-items:center}.shop-hero-copy h1{font-size:clamp(56px,5.6vw,88px);line-height:1.03;letter-spacing:-.045em;margin:28px 0}.shop-intro{max-width:410px;font-size:15px;line-height:1.9;color:var(--muted);margin-bottom:32px}.shop-text-link{display:flex;align-items:center;width:fit-content;gap:20px;font-size:12px;line-height:1.7;padding:12px 0;position:relative}.shop-text-link:after{position:absolute;content:'';height:1px;background:var(--ink);bottom:6px;left:0;right:0;transform:scaleX(0);transform-origin:left;transition:transform .45s var(--shop-ease)}.shop-text-link:hover:after,.shop-text-link:focus-visible:after{transform:scaleX(1)}.shop-text-link>span{transition:transform .45s var(--shop-ease)}.shop-text-link:hover>span{transform:translate(3px,-3px)}.shop-hero-copy>.shop-text-link{margin-top:12px}.shop-stage{position:relative;background:var(--shop-surface);isolation:isolate}.shop-stage-number{position:absolute;left:24px;top:22px;font-size:10px;letter-spacing:.12em;z-index:1}.shop-stage-link{display:block;position:relative;overflow:hidden;height:420px}.shop-stage-link>img{width:100%;height:100%;object-fit:contain;object-position:center;mix-blend-mode:multiply;transition:transform 1.1s var(--shop-ease)}.shop-stage-link:hover>img{transform:scale(1.035)}.shop-stage-details{position:absolute;right:22px;bottom:18px;display:flex;align-items:center;gap:16px;font-size:10px;background:#f6f2eced;padding:8px 12px}.shop-stage-details>span{font-size:20px;line-height:1}.shop-stage-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;background:#e5ddd3}.shop-stage-bottom p:first-child{font-size:10px;color:var(--muted);margin-bottom:3px}.shop-stage-bottom p:last-child{font-family:var(--serif);font-size:27px;line-height:1.2}.shop-stage-select{display:flex;gap:2px}.shop-stage-select button{position:relative;border:0;background:none;width:36px;min-height:44px;font-size:10px;cursor:pointer;opacity:.65}.shop-stage-select button:after{position:absolute;content:'';height:1px;left:8px;right:8px;bottom:6px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .45s var(--shop-ease)}.shop-stage-select button[aria-pressed=true]{opacity:1}.shop-stage-select button[aria-pressed=true]:after{transform:scaleX(1)}
.shop-collection{padding:32px 0 88px;scroll-margin-top:28px}.shop-collection-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.shop-collection-heading h2{font-size:clamp(43px,4.4vw,66px);margin:0}.shop-toolbar{display:flex;justify-content:space-between;gap:24px;border-bottom:1px solid var(--shop-edge);margin-bottom:32px;min-height:58px;align-items:center}.shop-filters{display:flex;gap:26px;flex-wrap:wrap}.shop-filters button{position:relative;background:none;border:0;padding:16px 0;min-height:52px;cursor:pointer;font-size:12px;color:var(--muted);white-space:nowrap}.shop-filters button:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--shop-ease)}.shop-filters button[aria-pressed=true]{color:var(--ink)}.shop-filters button[aria-pressed=true]:after{transform:scaleX(1)}.shop-filters button:hover{color:var(--ink)}.shop-filters sup{font-size:8px;margin-left:3px}.shop-result-count{white-space:nowrap;color:var(--muted);font-size:10px;font-variant-numeric:tabular-nums}.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:44px 24px}.shop-card{min-width:0}.shop-card-image{position:relative;display:block;isolation:isolate;overflow:hidden;background:var(--shop-surface);aspect-ratio:3/4}.shop-card-image>img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .9s var(--shop-ease)}.shop-card-image:hover>img{transform:scale(1.05)}.shop-card-open{position:absolute;bottom:14px;left:14px;right:14px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:10px;line-height:1.6}.shop-card-open>span:first-child{padding:8px 12px;background:#f6f2eced;opacity:0;transform:translateY(6px);transition:opacity .35s var(--shop-ease),transform .5s var(--shop-ease)}.shop-card-open>span:last-child{width:32px;height:32px;margin-left:auto;background:var(--paper);display:grid;place-items:center;font-size:21px;font-weight:400;transition:transform .45s var(--shop-ease),background .25s}.shop-card-image:hover .shop-card-open>span:first-child,.shop-card-image:focus-visible .shop-card-open>span:first-child{opacity:1;transform:translateY(0)}.shop-card-image:hover .shop-card-open>span:last-child{transform:rotate(90deg)}.shop-card-caption{padding-top:17px}.shop-card-caption>p{font-size:10px;color:var(--muted);margin-bottom:5px}.shop-card-caption h3{font-family:var(--serif);font-size:26px;letter-spacing:-.025em;line-height:1.12}.shop-card-caption h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}.shop-catalog-note{margin:44px 0 0;text-align:center;font-size:12px;line-height:1.8;color:var(--muted)}.shop-catalog-note a{color:var(--ink);text-decoration:underline;text-underline-offset:4px}
.shop-service{background:#e7ded4}.shop-service-inner{display:grid;grid-template-columns:.8fr 1fr;gap:13%;padding:72px 0;align-items:center}.shop-service-photo{background:#e3dacf;overflow:hidden;max-width:410px}.shop-service-photo img{display:block;width:100%;height:auto;object-fit:contain;mix-blend-mode:multiply}.shop-service-copy h2{font-size:clamp(39px,3.9vw,58px);margin:22px 0}.shop-service-copy>p:not(.shop-kicker){font-size:15px;max-width:440px;margin-bottom:26px;color:var(--muted);line-height:1.8}.shop-service-copy .shop-text-link{margin-top:12px}.shop-service-copy small{display:block;font-size:10px;color:var(--muted);margin-top:12px}
.shop-dialog{position:fixed;inset:0 0 0 auto;margin:0;border:0;background:var(--paper);color:var(--ink);width:min(880px,100%);height:100dvh;max-height:none;max-width:none;padding:0;overflow-y:auto;overscroll-behavior:contain}.shop-dialog::backdrop{background:#29251f66;backdrop-filter:blur(3px)}.shop-dialog[open]{animation:shop-panel-in .55s var(--shop-ease)}.shop-dialog[open]::backdrop{animation:shop-backdrop-in .35s var(--shop-ease)}.shop-dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 28px;border-bottom:1px solid var(--shop-edge);font-size:11px}.shop-dialog-close{border:0;background:none;width:44px;height:44px;font-size:31px;cursor:pointer;line-height:1;transition:transform .35s var(--shop-ease)}.shop-dialog-close:hover{transform:rotate(90deg)}.shop-dialog-body{display:grid;grid-template-columns:.85fr 1fr;gap:32px;padding:36px 28px;align-items:start}.shop-detail-photo{background:var(--shop-surface)}.shop-detail-photo img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:contain;mix-blend-mode:multiply}.shop-detail-copy h2{font-size:44px;line-height:1.03;margin:17px 0 28px}.shop-detail-copy dl{margin:0 0 24px;padding:14px 0;border-block:1px solid var(--shop-edge);font-size:11px}.shop-detail-copy dl>div{display:flex;justify-content:space-between;gap:20px;padding:5px 0}.shop-detail-copy dt{color:var(--muted)}.shop-detail-copy dd{margin:0;text-align:right}.shop-detail-copy>p:not(.shop-kicker){font-size:13px;line-height:1.9;color:var(--muted);margin-bottom:26px}.shop-detail-copy .button{font-size:10px;padding:17px;gap:16px;width:100%;text-align:left}.shop-detail-copy .shop-text-link{font-size:11px;margin-top:10px}.shop-detail-catalog{margin-top:32px;padding-top:24px;border-top:1px solid var(--shop-edge);font-size:11px}.shop-detail-catalog>span{display:block;color:var(--muted);margin-bottom:7px}.shop-detail-catalog>a{text-decoration:underline;text-underline-offset:4px}
@keyframes shop-panel-in{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes shop-backdrop-in{from{opacity:0}to{opacity:1}}
@media(min-width:1500px){.shop-stage-link{height:490px}.shop-hero{padding-block:72px 96px}}
@media(max-width:1100px){.shop-width{width:90%}.shop-hero{gap:6%}.shop-hero-copy h1{font-size:65px}.shop-stage-link{height:380px}.shop-filters{gap:20px}.shop-filters button{font-size:11px}.shop-toolbar{gap:12px}.shop-grid{gap:36px 20px}.shop-card-caption h3{font-size:24px}}
@media(max-width:850px){.shop-hero{padding-top:40px;gap:5%}.shop-hero-copy h1{font-size:54px}.shop-intro{font-size:14px}.shop-stage-link{height:330px}.shop-stage-bottom{padding:16px;gap:10px}.shop-stage-bottom p:last-child{font-size:23px}.shop-stage-select button{width:28px}.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-toolbar{display:block}.shop-result-count{padding:12px 0}.shop-filters{gap:16px}.shop-dialog-body{gap:24px}.shop-detail-copy h2{font-size:38px}.shop-service-inner{gap:8%}}
@media(max-width:600px){.shop-width{width:88%}.shop-hero{grid-template-columns:1fr;padding:40px 0 48px;gap:32px}.shop-hero-copy h1{font-size:clamp(51px,13vw,72px);margin:22px 0}.shop-intro{max-width:370px;font-size:14px;margin-bottom:25px}.shop-hero-copy>.shop-text-link{margin-top:8px}.shop-stage-link{height:320px}.shop-stage-link>img{object-fit:contain}.shop-stage-bottom{padding:16px 20px}.shop-stage-select button{width:34px}.shop-stage-details{right:15px;font-size:9px}.shop-collection{padding-top:24px;padding-bottom:48px}.shop-collection-heading{display:block;margin-bottom:20px}.shop-collection-heading h2{font-size:46px}.shop-filters{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:24px;scrollbar-width:thin;padding-bottom:6px}.shop-filters button{font-size:11px;flex-shrink:0}.shop-result-count{padding:11px 0}.shop-toolbar{margin-bottom:24px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px}.shop-card-caption{padding-top:13px}.shop-card-caption h3{font-size:23px;line-height:1.12}.shop-card-caption>p{font-size:9px;line-height:1.5;margin-bottom:7px}.shop-card-open{bottom:10px;left:10px;right:10px}.shop-card-open>span:first-child{display:none}.shop-card-open>span:last-child{width:28px;height:28px;font-size:19px}.shop-catalog-note{font-size:11px;margin-top:32px;text-align:left}.shop-service-inner{grid-template-columns:1fr;gap:28px;padding:40px 0 48px}.shop-service-photo{max-width:none;height:300px}.shop-service-photo img{height:100%;object-fit:contain}.shop-service-copy h2{font-size:43px}.shop-service-copy>p:not(.shop-kicker){font-size:14px}.shop-service-copy .button{font-size:10px;padding-inline:18px}.shop-dialog-top{padding:10px 20px}.shop-dialog-body{display:block;padding:20px 24px 40px}.shop-detail-photo{height:250px;margin-bottom:28px}.shop-detail-photo img{height:100%;width:100%;object-fit:contain}.shop-detail-copy h2{font-size:40px;max-width:350px}.shop-detail-copy .button{font-size:10px}.shop-detail-copy dl{font-size:12px}}
@media(prefers-reduced-motion:reduce){.shop-dialog[open],.shop-dialog[open]::backdrop{animation:none}.shop-card-image:hover>img,.shop-stage-link:hover>img{transform:none}.shop-card-open>span:first-child{transform:none}.beauty-shop *, .beauty-shop *:before,.beauty-shop *:after{transition:none!important}}
