:root{--bg-bg:#f6efe3;--bg-bg-paper:#efe5d1;--bg-bg-deep:#e5d8be;--bg-ink:#2a1d11;--bg-ink-soft:#4a3520;--bg-ink-mute:#7a624a;--bg-rule:#d6c4a5;--bg-rule-soft:#ead9b9;--bg-primary:#c97432;--bg-primary-dark:#a55a22;--bg-primary-glow:rgba(201,116,50,.14);--bg-accent-cream:#fdf6e7;--bg-accent-dark:#3a261a;--bg-shadow:0 18px 40px -22px rgba(58,38,26,.32);--bg-shadow-lg:0 32px 70px -30px rgba(58,38,26,.4);--bg-sans:var(--font-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--bg-serif:var(--font-display),Georgia,"Times New Roman",serif;--bg-max-w:1280px;--bg-gutter:clamp(1.2rem,4vw,2.4rem);--bg-ease:cubic-bezier(0.22,1,0.36,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--bg-sans);font-size:17px;line-height:1.65;color:var(--bg-ink);background:var(--bg-bg);font-feature-settings:"kern" 1,"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--bg-serif);font-weight:700;letter-spacing:-.015em;color:var(--bg-ink)}.bg-italic{font-style:italic;font-weight:500;color:var(--bg-primary-dark)}img{max-width:100%;height:auto;display:block}a{text-decoration:none}a,button{color:inherit}button{font-family:inherit;border:none;background:none;cursor:pointer}.bg-skip-link{position:absolute;left:-9999px;top:0;background:var(--bg-ink);color:var(--bg-bg);padding:.75rem 1.25rem;z-index:9999;font-weight:600;font-size:.875rem;letter-spacing:.04em}.bg-skip-link:focus{left:1rem;top:1rem}.bg-shell{max-width:var(--bg-max-w);margin:0 auto;padding-left:var(--bg-gutter);padding-right:var(--bg-gutter)}.bg-eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.22em;font-weight:600;color:var(--bg-primary-dark)}.bg-eyebrow--light{color:hsla(41,85%,95%,.85)}.bg-eyebrow__dot{display:inline-block;width:7px;height:7px;background:var(--bg-primary);border-radius:50%}.bg-btn{display:inline-flex;align-items:center;gap:.55rem;padding:.95rem 1.6rem;border-radius:999px;font-size:.95rem;font-weight:600;letter-spacing:.01em;transition:transform .25s var(--bg-ease),background .25s var(--bg-ease),color .25s var(--bg-ease);min-height:44px;white-space:nowrap}.bg-btn--primary{background:var(--bg-primary);color:var(--bg-bg);box-shadow:0 12px 28px -16px rgba(201,116,50,.55)}.bg-btn--primary:hover{background:var(--bg-primary-dark);transform:translateY(-2px)}.bg-btn--ghost{background:transparent;color:var(--bg-ink);border:1px solid var(--bg-rule)}.bg-btn--ghost:hover{background:var(--bg-bg-deep);transform:translateY(-2px)}.bg-btn--ghost-light{background:transparent;color:var(--bg-accent-cream);border:1px solid hsla(41,85%,95%,.4)}.bg-btn--ghost-light:hover{background:hsla(41,85%,95%,.1);transform:translateY(-2px)}.bg-header{position:fixed;top:0;left:0;right:0;z-index:100;background:hsla(38,51%,93%,.86);backdrop-filter:saturate(160%) blur(16px);-webkit-backdrop-filter:saturate(160%) blur(16px);border-bottom:1px solid transparent;transition:background .3s var(--bg-ease),border-color .3s var(--bg-ease)}.bg-header.is-scrolled{border-bottom-color:var(--bg-rule);background:hsla(38,51%,93%,.96)}.bg-header__inner{display:flex;align-items:center;justify-content:space-between;height:76px}.bg-brand{gap:.75rem;min-height:44px}.bg-brand,.bg-brand__mark{display:inline-flex;align-items:center}.bg-brand__mark{justify-content:center;width:44px;height:44px;background:var(--bg-primary);color:var(--bg-bg);font-family:var(--bg-serif);font-weight:800;font-size:1.4rem;border-radius:10px;box-shadow:0 10px 22px -14px rgba(201,116,50,.6)}.bg-brand__text{display:flex;flex-direction:column;line-height:1.2}.bg-brand__name{font-family:var(--bg-serif);font-weight:700;font-size:1.05rem;color:var(--bg-ink);letter-spacing:-.01em}.bg-brand__sub{font-size:.74rem;text-transform:uppercase;letter-spacing:.16em;color:var(--bg-ink-mute)}.bg-nav-desktop{display:none;gap:2rem}.bg-nav-desktop__link{font-size:.92rem;font-weight:500;letter-spacing:.01em;color:var(--bg-ink-soft);position:relative;padding:.25rem 0;transition:color .2s}.bg-nav-desktop__link:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:1.5px;background:var(--bg-primary);transform:scaleX(0);transform-origin:left center;transition:transform .3s var(--bg-ease)}.bg-nav-desktop__link:hover{color:var(--bg-ink)}.bg-nav-desktop__link:hover:after{transform:scaleX(1)}.bg-header__actions{display:flex;align-items:center;gap:.85rem}.bg-stripe-pill{display:none;align-items:center;gap:.5rem;padding:.55rem 1rem;border-radius:999px;background:var(--bg-accent-dark);color:var(--bg-accent-cream);font-size:.82rem;font-weight:600;letter-spacing:.015em;transition:transform .25s var(--bg-ease),background .25s var(--bg-ease);min-height:44px}.bg-stripe-pill:hover{background:var(--bg-primary-dark);transform:translateY(-2px)}.bg-stripe-pill__dot{width:7px;height:7px;background:var(--bg-primary);border-radius:50%;box-shadow:0 0 0 3px rgba(201,116,50,.25);animation:bg-pulse 2.2s var(--bg-ease) infinite}@keyframes bg-pulse{0%,to{box-shadow:0 0 0 3px rgba(201,116,50,.25)}50%{box-shadow:0 0 0 7px rgba(201,116,50,0)}}.bg-burger{display:flex;flex-direction:column;justify-content:center;width:44px;height:44px;gap:6px;position:relative;z-index:130}.bg-burger__bar{display:block;height:2px;width:26px;background:var(--bg-ink);border-radius:2px;margin:0 auto;transition:transform .35s var(--bg-ease),opacity .25s var(--bg-ease),background .2s}.bg-burger.is-open .bg-burger__bar{background:var(--bg-accent-cream)}.bg-burger.is-open .bg-burger__bar:first-child{transform:translateY(8px) rotate(45deg)}.bg-burger.is-open .bg-burger__bar:nth-child(2){opacity:0}.bg-burger.is-open .bg-burger__bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.bg-overlay{position:fixed;inset:0;background:var(--bg-accent-dark);z-index:120;display:flex;flex-direction:column;justify-content:center;padding:5rem var(--bg-gutter) 3rem;opacity:0;visibility:hidden;transform:translateY(-12px);transition:opacity .32s var(--bg-ease),transform .32s var(--bg-ease),visibility .32s}.bg-overlay.is-open{opacity:1;visibility:visible;transform:translateY(0)}.bg-overlay__list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.bg-overlay__item{overflow:hidden}.bg-overlay__link{display:flex;align-items:baseline;gap:1.5rem;padding:.6rem 0;font-family:var(--bg-serif);font-size:clamp(2.2rem,9vw,4.6rem);font-weight:600;letter-spacing:-.02em;color:var(--bg-accent-cream);line-height:1.05;transform:translateY(40px);opacity:0;transition:transform .5s var(--bg-ease),opacity .5s var(--bg-ease),color .25s}.bg-overlay.is-open .bg-overlay__link{transform:translateY(0);opacity:1}.bg-overlay__list li:first-child .bg-overlay__link{transition-delay:.08s}.bg-overlay__list li:nth-child(2) .bg-overlay__link{transition-delay:.14s}.bg-overlay__list li:nth-child(3) .bg-overlay__link{transition-delay:.2s}.bg-overlay__list li:nth-child(4) .bg-overlay__link{transition-delay:.26s}.bg-overlay__list li:nth-child(5) .bg-overlay__link{transition-delay:.32s}.bg-overlay__list li:nth-child(6) .bg-overlay__link{transition-delay:.38s}.bg-overlay__link:before{content:attr(data-num);font-size:.85rem;font-family:var(--bg-sans);font-weight:500;letter-spacing:.18em;color:var(--bg-primary);align-self:center}.bg-overlay__link:hover{color:var(--bg-primary)}.bg-overlay__meta{margin-top:3rem;display:flex;flex-direction:column;gap:.5rem;color:hsla(41,85%,95%,.7);font-size:.9rem}.bg-overlay__meta a{color:var(--bg-accent-cream);border-bottom:1px solid hsla(41,85%,95%,.25)}.bg-reveal{opacity:1;transform:none;transition:opacity .85s var(--bg-ease),transform .85s var(--bg-ease);will-change:transform,opacity}.bg-hero{position:relative;min-height:720px;display:flex;align-items:center;padding:8rem 0 5rem;color:var(--bg-accent-cream);overflow:hidden}@media (min-width:820px){.bg-hero{min-height:780px}}@media (min-width:820px) and (max-height:900px){.bg-hero{min-height:92vh}}.bg-hero__bg{position:absolute;inset:0;background-size:cover;background-position:50%;filter:brightness(.45) saturate(105%);transform:scale(1.05);z-index:0}.bg-hero__veil{position:absolute;inset:0;background:linear-gradient(135deg,rgba(42,29,17,.85),rgba(42,29,17,.55) 55%,rgba(42,29,17,.3)),radial-gradient(ellipse at top right,rgba(201,116,50,.18),transparent 60%);z-index:1}.bg-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;width:100%;align-items:center}.bg-hero__left{display:flex;flex-direction:column;gap:1.5rem}.bg-hero__title{font-size:clamp(2.4rem,7vw,4.6rem);font-weight:800;letter-spacing:-.03em;line-height:1.02;color:var(--bg-accent-cream)}.bg-hero__title-script{font-style:italic;font-weight:500;color:var(--bg-primary)}.bg-hero__lead{max-width:52ch;font-size:1.1rem;line-height:1.65;color:hsla(41,85%,95%,.85)}.bg-hero__cta{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.5rem}.bg-hero__phone{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsla(41,85%,95%,.18);display:flex;flex-direction:column;gap:.2rem}.bg-hero__phone span{font-size:.78rem;text-transform:uppercase;letter-spacing:.22em;color:hsla(41,85%,95%,.6)}.bg-hero__phone a{font-family:var(--bg-serif);font-size:clamp(1.4rem,3.5vw,1.9rem);font-weight:700;color:var(--bg-accent-cream);transition:color .2s}.bg-hero__phone a:hover{color:var(--bg-primary)}.bg-hero__right{position:relative;display:none}.bg-hero__photo{position:relative;border-radius:14px;overflow:hidden;box-shadow:var(--bg-shadow-lg);transform:rotate(-1.2deg)}.bg-hero__photo img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}.bg-hero__photo-cap{bottom:.85rem;left:.85rem;background:var(--bg-accent-dark);padding:.35rem .8rem;font-size:.74rem;text-transform:uppercase;letter-spacing:.18em;border-radius:999px}.bg-hero__photo-cap,.bg-hero__stamp{position:absolute;color:var(--bg-accent-cream)}.bg-hero__stamp{top:-1.5rem;right:-1.5rem;width:110px;height:110px;border-radius:50%;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--bg-shadow-lg);transform:rotate(8deg)}.bg-hero__stamp-num{font-family:var(--bg-serif);font-size:2.6rem;font-weight:800;line-height:1}.bg-hero__stamp-text{font-size:.7rem;text-transform:uppercase;letter-spacing:.22em;margin-top:.15rem}.bg-values{padding:5rem 0 4rem;background:var(--bg-bg);border-bottom:1px solid var(--bg-rule-soft)}.bg-values__grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.bg-values__card{padding:1.8rem 1.6rem;background:var(--bg-bg-paper);border-radius:14px;border:1px solid var(--bg-rule-soft);transition:transform .3s var(--bg-ease),box-shadow .3s var(--bg-ease)}.bg-values__card:hover{transform:translateY(-4px);box-shadow:var(--bg-shadow)}.bg-values__num{font-family:var(--bg-serif);font-size:.85rem;letter-spacing:.22em;text-transform:uppercase;color:var(--bg-primary-dark);font-weight:700}.bg-values__title{margin:.6rem 0 .55rem;font-size:1.35rem;letter-spacing:-.01em}.bg-values__desc{font-size:.95rem;line-height:1.6;color:var(--bg-ink-soft)}.bg-about,.bg-filialen,.bg-konditorei,.bg-kontakt,.bg-mag,.bg-team{padding:5.5rem 0}.bg-mag{background:var(--bg-bg)}.bg-mag__header{max-width:720px;margin-bottom:3.5rem}.bg-mag__h{margin-top:1rem;font-size:clamp(2rem,5.5vw,3.4rem);letter-spacing:-.025em;line-height:1.08}.bg-mag__intro{margin-top:1.4rem;font-size:1.05rem;line-height:1.7;color:var(--bg-ink-soft);max-width:58ch}.bg-mag__rows{display:flex;flex-direction:column;gap:4.5rem}.bg-mag-row{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;align-items:center;padding-bottom:4rem;border-bottom:1px solid var(--bg-rule-soft)}.bg-mag-row:last-child{border-bottom:none;padding-bottom:0}.bg-mag-row__num{font-family:var(--bg-serif);font-size:.85rem;letter-spacing:.22em;text-transform:uppercase;color:var(--bg-primary-dark);font-weight:700;display:block;margin-bottom:.6rem}.bg-mag-row__name{font-size:clamp(1.6rem,3.5vw,2.4rem);margin-bottom:.85rem;letter-spacing:-.02em}.bg-mag-row__tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem}.bg-mag-row__tag{display:inline-block;padding:.3rem .75rem;background:var(--bg-bg-paper);border:1px solid var(--bg-rule-soft);border-radius:999px;font-size:.78rem;font-weight:500;letter-spacing:.04em;color:var(--bg-ink-soft)}.bg-mag-row__desc{font-size:1rem;line-height:1.65;color:var(--bg-ink-soft);max-width:48ch}.bg-mag-row__media{position:relative;order:-1}.bg-mag-row__visual{aspect-ratio:4/3;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:var(--bg-shadow);background:linear-gradient(140deg,var(--bg-bg-deep) 0,var(--bg-bg-paper) 100%);position:relative;overflow:hidden}.bg-mag-row__visual:before{content:"";position:absolute;inset:14px;border:1px solid rgba(58,38,26,.12);border-radius:8px;pointer-events:none}.bg-mag-row__visual.visual-1{background:linear-gradient(140deg,#d4a373,#ead9b9)}.bg-mag-row__visual.visual-2{background:linear-gradient(140deg,#c97432,#e5b88a)}.bg-mag-row__visual.visual-3{background:linear-gradient(140deg,#a67c52,#d6c4a5)}.bg-mag-row__visual.visual-4{background:linear-gradient(140deg,#8b5a2b,#c5a378)}.bg-mag-row__visual-letter{font-family:var(--bg-serif);font-size:clamp(7rem,18vw,13rem);font-weight:700;font-style:italic;color:hsla(41,85%,95%,.85);line-height:.85;text-shadow:0 6px 18px rgba(58,38,26,.18)}.bg-pull{background:var(--bg-bg-paper);padding:6rem 0;text-align:center;border-top:1px solid var(--bg-rule-soft);border-bottom:1px solid var(--bg-rule-soft)}.bg-pull__quote{font-family:var(--bg-serif);font-size:clamp(1.8rem,4.5vw,3rem);font-weight:600;line-height:1.18;color:var(--bg-ink);max-width:24ch;margin:0 auto;position:relative}.bg-pull__mark{position:absolute;top:-3.5rem;left:50%;transform:translateX(-50%);font-family:var(--bg-serif);font-size:6rem;color:var(--bg-primary);line-height:1}.bg-pull__attrib{margin-top:2.2rem;display:inline-flex;align-items:center;gap:1rem;font-size:.82rem;letter-spacing:.2em;text-transform:uppercase;color:var(--bg-ink-mute)}.bg-pull__attrib-line{display:inline-block;width:40px;height:1px;background:var(--bg-rule)}.bg-konditorei{background:var(--bg-bg)}.bg-konditorei__grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}.bg-konditorei__card{padding:2rem 1.7rem;background:var(--bg-bg-paper);border-radius:14px;border:1px solid var(--bg-rule-soft);transition:transform .3s var(--bg-ease),box-shadow .3s var(--bg-ease),border-color .3s}.bg-konditorei__card:hover{transform:translateY(-4px);box-shadow:var(--bg-shadow);border-color:var(--bg-primary)}.bg-konditorei__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--bg-bg);color:var(--bg-primary);margin-bottom:1rem;border:1px solid var(--bg-rule-soft)}.bg-konditorei__icon svg{width:30px;height:30px}.bg-konditorei__name{font-size:1.3rem;margin-bottom:.6rem;letter-spacing:-.01em}.bg-konditorei__desc{font-size:.95rem;line-height:1.6;color:var(--bg-ink-soft);margin-bottom:.85rem}.bg-konditorei__note{display:inline-block;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--bg-primary-dark);padding:.3rem .65rem;background:var(--bg-primary-glow);border-radius:999px}.bg-konditorei__cta{margin-top:3rem;padding:2rem;background:var(--bg-accent-dark);color:var(--bg-accent-cream);border-radius:16px;display:flex;flex-direction:column;gap:1.2rem;align-items:flex-start}.bg-konditorei__cta p{font-size:1rem;line-height:1.6;color:hsla(41,85%,95%,.85)}.bg-konditorei__cta strong{color:var(--bg-accent-cream)}.bg-about{background:var(--bg-bg-paper);border-top:1px solid var(--bg-rule-soft)}.bg-about__inner{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}.bg-about__media{position:relative}.bg-about__photo{border-radius:16px;overflow:hidden;box-shadow:var(--bg-shadow-lg);aspect-ratio:4/5}.bg-about__photo img{width:100%;height:100%;object-fit:cover}.bg-about__caption{position:absolute;bottom:-1rem;left:1rem;right:1rem;background:var(--bg-bg);padding:1rem 1.2rem;border-radius:12px;border:1px solid var(--bg-rule-soft);box-shadow:var(--bg-shadow);display:flex;flex-direction:column;gap:.2rem}.bg-about__caption-eyebrow{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--bg-primary-dark);font-weight:600}.bg-about__caption-text{font-size:.92rem;color:var(--bg-ink)}.bg-about__title{margin-top:1rem;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:-.025em;line-height:1.08}.bg-about__body{margin-top:1.5rem;gap:1rem;font-size:1.02rem;line-height:1.7;color:var(--bg-ink-soft);max-width:56ch}.bg-about__body,.bg-about__owner{display:flex;flex-direction:column}.bg-about__owner{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--bg-rule);gap:.25rem}.bg-about__owner-label{font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--bg-ink-mute)}.bg-about__owner-name{font-family:var(--bg-serif);font-size:1.4rem;font-weight:700;letter-spacing:-.01em;color:var(--bg-ink)}.bg-team{background:var(--bg-bg)}.bg-team__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.bg-team__card{display:flex;flex-direction:column;gap:.6rem}.bg-team__photo{aspect-ratio:3/4;border-radius:12px;overflow:hidden;background:var(--bg-bg-paper);position:relative}.bg-team__photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%) sepia(8%);transition:filter .4s var(--bg-ease),transform .5s var(--bg-ease)}.bg-team__card:hover .bg-team__photo img{filter:grayscale(0) sepia(0);transform:scale(1.04)}.bg-team__role{font-size:.85rem;letter-spacing:.16em;text-transform:uppercase;color:var(--bg-ink-mute);font-weight:600}.bg-filialen{background:var(--bg-bg-paper);border-top:1px solid var(--bg-rule-soft)}.bg-filialen__inner{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}.bg-filialen__col{display:flex;flex-direction:column;gap:1.2rem}.bg-filialen__title{margin-top:.5rem;font-size:clamp(1.7rem,4vw,2.5rem);letter-spacing:-.02em;line-height:1.1}.bg-filialen__list{display:flex;flex-direction:column;gap:1rem}.bg-filialen__card{padding:1.4rem 1.5rem;background:var(--bg-bg);border-radius:12px;border:1px solid var(--bg-rule-soft)}.bg-filialen__card h3{font-size:1.15rem;margin-bottom:.35rem}.bg-filialen__addr{font-size:.95rem;color:var(--bg-ink-soft)}.bg-filialen__note{font-size:.85rem;color:var(--bg-ink-mute);margin-top:.45rem;font-style:italic}.bg-hours{display:flex;flex-direction:column;background:var(--bg-bg);border-radius:12px;border:1px solid var(--bg-rule-soft);overflow:hidden}.bg-hours__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.85rem 1.2rem;border-bottom:1px solid var(--bg-rule-soft);font-size:.93rem}.bg-hours__row:last-child{border-bottom:none}.bg-hours__row dt{font-weight:600;color:var(--bg-ink)}.bg-hours__row dd{color:var(--bg-ink-soft);text-align:right}.bg-hours__note{font-size:.88rem;color:var(--bg-ink-soft);line-height:1.6;margin-top:.6rem}.bg-hours__note a{color:var(--bg-primary-dark);border-bottom:1px solid var(--bg-primary)}.bg-kontakt{background:var(--bg-bg);border-top:1px solid var(--bg-rule-soft)}.bg-kontakt__inner{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:start}.bg-kontakt__text{display:flex;flex-direction:column;gap:1.4rem}.bg-kontakt__title{font-size:clamp(2rem,5.5vw,3.4rem);letter-spacing:-.025em;line-height:1.08}.bg-kontakt__lead{font-size:1rem;line-height:1.65;color:var(--bg-ink-soft);max-width:52ch}.bg-kontakt__channels{display:flex;flex-direction:column;gap:.75rem}.bg-kontakt__channel{display:flex;flex-direction:column;gap:.2rem;padding:1rem 1.3rem;background:var(--bg-bg-paper);border-radius:12px;border:1px solid var(--bg-rule-soft);transition:transform .2s var(--bg-ease),border-color .2s,background .2s;min-height:44px}.bg-kontakt__channel:hover{transform:translateY(-2px);border-color:var(--bg-primary)}.bg-kontakt__channel span{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--bg-ink-mute);font-weight:600}.bg-kontakt__channel strong{font-family:var(--bg-serif);font-size:1.15rem;color:var(--bg-ink);font-weight:700;letter-spacing:-.01em}.bg-kontakt__map{width:100%;aspect-ratio:4/5;border-radius:16px;overflow:hidden;box-shadow:var(--bg-shadow);border:1px solid var(--bg-rule-soft);background:var(--bg-bg-paper)}.bg-kontakt__map iframe{width:100%;height:100%;border:0;display:block}.bg-footer{background:var(--bg-accent-dark);color:hsla(41,85%,95%,.75);padding:4rem 0 2rem;margin-top:0}.bg-footer__top{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid hsla(41,85%,95%,.1)}.bg-footer__brand{font-family:var(--bg-serif);font-size:1.5rem;color:var(--bg-accent-cream);font-weight:700;letter-spacing:-.015em;line-height:1.15}.bg-footer__addr{margin-top:1.2rem;font-size:.92rem;line-height:1.65;max-width:32ch}.bg-footer__col h4{font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;color:var(--bg-primary);margin-bottom:.85rem;font-weight:600;font-family:var(--bg-sans)}.bg-footer__list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.bg-footer__list a{font-size:.92rem;transition:color .2s}.bg-footer__list a:hover{color:var(--bg-accent-cream)}.bg-footer__bottom{margin-top:2rem;display:flex;flex-direction:column;gap:1rem;font-size:.85rem;color:hsla(41,85%,95%,.55)}.bg-footer__legal{display:flex;flex-wrap:wrap;gap:1.2rem}.bg-footer__legal a{transition:color .2s}.bg-footer__legal a:hover{color:var(--bg-accent-cream)}.bg-fab{position:fixed;right:1.2rem;bottom:1.2rem;z-index:90;width:56px;height:56px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 32px -10px rgba(37,211,102,.45);transition:transform .25s var(--bg-ease);animation:bg-fab-bob 3.4s ease-in-out infinite}.bg-fab svg{width:30px;height:30px}.bg-fab:hover{transform:translateY(-4px) scale(1.05);animation-play-state:paused}@keyframes bg-fab-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.bg-cookie{position:fixed;bottom:1.2rem;left:1.2rem;right:1.2rem;z-index:95;padding:1.2rem 1.4rem;background:var(--bg-accent-dark);color:var(--bg-accent-cream);border-radius:14px;box-shadow:var(--bg-shadow-lg);display:flex;flex-direction:column;gap:.85rem;max-width:540px}.bg-cookie p{font-size:.9rem;line-height:1.55;color:hsla(41,85%,95%,.85)}.bg-cookie a{color:var(--bg-primary);border-bottom:1px solid var(--bg-primary)}.bg-cookie__row{display:flex;flex-wrap:wrap;gap:.5rem}.bg-cookie__btn{padding:.7rem 1.2rem;font-size:.85rem;min-height:40px}.bg-legal{padding:9rem 0 4rem;background:var(--bg-bg)}.bg-legal__inner{max-width:760px;display:flex;flex-direction:column;gap:1.1rem}.bg-legal__title{font-size:clamp(2.2rem,5.5vw,3.4rem);letter-spacing:-.025em;line-height:1.08;margin:.5rem 0 1rem}.bg-legal h2{margin-top:1.4rem;font-size:1.25rem;color:var(--bg-ink)}.bg-legal p{font-size:1rem;line-height:1.7;color:var(--bg-ink-soft)}.bg-legal a{color:var(--bg-primary-dark);border-bottom:1px solid var(--bg-primary)}.bg-legal__back{margin-top:2rem;border-top:1px solid var(--bg-rule-soft);padding-top:1.5rem}.bg-notfound{min-height:70vh;display:flex;align-items:center;padding:8rem 0 4rem}.bg-notfound__inner{display:flex;flex-direction:column;gap:1.4rem;max-width:540px}.bg-notfound__title{font-size:clamp(2.2rem,6vw,3.6rem);letter-spacing:-.025em;line-height:1.08}.bg-notfound__lead{font-size:1.05rem;line-height:1.65;color:var(--bg-ink-soft)}@media (min-width:640px){.bg-konditorei__grid{grid-template-columns:repeat(2,1fr)}.bg-team__grid{grid-template-columns:repeat(3,1fr)}.bg-konditorei__cta{flex-direction:row;align-items:center;justify-content:space-between}}@media (min-width:820px){.bg-values__grid{grid-template-columns:repeat(2,1fr)}.bg-hero__inner{grid-template-columns:1.15fr .85fr;gap:4.5rem}.bg-hero__right{display:block}.bg-mag-row{grid-template-columns:1fr 1fr;gap:3.5rem}.bg-mag-row__media{order:1}.bg-mag-row--alt{grid-template-areas:"media text"}.bg-mag-row--alt .bg-mag-row__text{grid-area:text}.bg-mag-row--alt .bg-mag-row__media{grid-area:media;order:0}.bg-about__inner{grid-template-columns:1fr 1.05fr;gap:4rem}.bg-filialen__inner,.bg-kontakt__inner{grid-template-columns:1fr 1fr;gap:3.5rem}}@media (min-width:980px){.bg-nav-desktop{display:flex}.bg-stripe-pill{display:inline-flex}.bg-burger{display:none}.bg-values__grid{grid-template-columns:repeat(4,1fr)}.bg-konditorei__grid{grid-template-columns:repeat(3,1fr)}.bg-team__grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:819px){.bg-hero__right{display:none}}@media (prefers-reduced-motion:reduce){.bg-reveal{opacity:1;transform:none;transition:none}.bg-fab,.bg-stripe-pill__dot{animation:none}}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_8b3a0b;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_8b3a0b{font-family:__Inter_8b3a0b,__Inter_Fallback_8b3a0b;font-style:normal}.__variable_8b3a0b{--font-sans:"__Inter_8b3a0b","__Inter_Fallback_8b3a0b"}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_7ac052;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_Fallback_7ac052;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_7ac052{font-family:__Playfair_Display_7ac052,__Playfair_Display_Fallback_7ac052;font-style:normal}.__variable_7ac052{--font-display:"__Playfair_Display_7ac052","__Playfair_Display_Fallback_7ac052"}