.lang-switch{position:relative}.lang-switch__pills{border:1px solid var(--color-border);border-radius:999px;align-items:center;gap:2px;padding:3px;display:inline-flex}.lang-switch__dropdown{display:none}.lang-switch__btn{min-width:36px;color:var(--schaerer-muted);letter-spacing:.06em;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:6px 8px;font-size:.6875rem;font-weight:600}.lang-switch__btn:hover{color:var(--schaerer-ink)}.lang-switch__btn.is-active{background:var(--schaerer-red);color:#fff}.lang-switch__toggle{border:1px solid var(--color-border);background:var(--schaerer-cream);min-height:36px;color:var(--schaerer-ink);letter-spacing:.06em;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 10px 6px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.lang-switch__chevron{border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;transform:rotate(45deg)translateY(-2px)}.lang-switch.is-open .lang-switch__chevron{transform:rotate(225deg)translateY(-1px)}.lang-switch__menu{z-index:20;border:1px solid var(--color-border);background:#fff;border-radius:14px;min-width:88px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 32px #231f201f}.lang-switch__option{width:100%;color:var(--schaerer-ink);letter-spacing:.06em;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:8px 12px;font-size:.75rem;font-weight:700;display:block}.lang-switch__option:hover,.lang-switch__option.is-active{background:var(--schaerer-cream);color:var(--schaerer-red)}@media (width<=1080px){.lang-switch__pills{display:none}.lang-switch__dropdown{display:block}}.btn{border-radius:var(--radius-pill);min-height:48px;transition:background-color var(--transition), color var(--transition), border-color var(--transition), opacity var(--transition);white-space:nowrap;justify-content:center;align-items:center;padding:14px 28px;font-size:.9375rem;font-weight:600;line-height:1;display:inline-flex}.btn:disabled{opacity:.55;pointer-events:none}.btn--primary,.btn--accent{background-color:var(--schaerer-red);color:#fff}.btn--primary:hover,.btn--accent:hover{background-color:var(--schaerer-red-dark);color:#fff}.btn--secondary{background-color:var(--schaerer-brown);color:#fff}.btn--secondary:hover{background-color:var(--schaerer-brown-dark)}.btn--ghost{color:var(--color-text);border:1px solid var(--color-border);background:0 0}.btn--ghost:hover{border-color:var(--schaerer-brown);color:var(--schaerer-brown-dark)}.hero .btn--ghost,.btn--on-dark{color:#fff;border-color:#ffffff73}.hero .btn--ghost:hover,.btn--on-dark:hover{color:#fff;background:#ffffff1f;border-color:#fff}.logo{color:#231f20;align-items:center;text-decoration:none;display:inline-flex}.logo__mark{width:auto;height:36px;display:block}.logo__wordmark{fill:currentColor}.logo__accent{fill:#ed1c24}.logo--footer{color:#faf2ec}.logo--footer .logo__mark{height:42px}@media (width<=640px){.logo__mark{height:28px}.logo--footer .logo__mark{height:34px}}.mega{z-index:1100;opacity:0;visibility:hidden;pointer-events:none;background:0 0;transition:opacity .28s,visibility .28s;position:fixed;inset:0;overflow:hidden}.mega.is-open{opacity:1;visibility:visible;pointer-events:auto}.mega__scrim{background:#231f2066;border:0;position:absolute;inset:0}.mega__nav{width:100%;padding:calc(var(--site-header-height) + 28px) 28px 104px;background:var(--schaerer-cream);transition:transform .32s;position:absolute;inset:0;overflow:auto;transform:translate(100%)}.mega.is-open .mega__nav{transform:translate(0)}.mega__links{flex-direction:column;gap:8px;display:flex}.mega__links a{letter-spacing:-.03em;color:var(--schaerer-ink);padding:8px 0;font-size:1.75rem;font-weight:700;display:block}.mega__links a:hover{color:var(--schaerer-red)}@media (width>=1081px){.mega{display:none}}@media (prefers-reduced-motion:reduce){.mega,.mega__nav{transition:none}}.header-shell{z-index:1200;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--color-border);background:#faf2eceb;position:sticky;top:0}.header-shell.is-open{background:var(--schaerer-cream)}.header{z-index:1101;position:relative}.header__inner{height:var(--site-header-height);justify-content:space-between;align-items:center;gap:32px;display:flex}.header__slot{align-items:center;min-width:0;display:flex}.header__slot--left{flex:auto;gap:40px}.header__slot--right{flex:none;justify-content:flex-end;gap:16px;margin-left:auto}.header__cta{min-height:40px;padding:10px 20px;font-size:.8125rem}.header__contact-fab{display:none}.header__nav{align-items:center;gap:22px;display:flex}.header__link{color:var(--schaerer-ink);letter-spacing:.01em;padding:10px 0;font-size:.9375rem;font-weight:600;position:relative}.header__link:after{content:"";background:var(--schaerer-red);transform-origin:0;height:2px;transition:transform .28s;position:absolute;bottom:6px;left:0;right:0;transform:scaleX(0)}.header__link:hover,.header__link.is-active{color:var(--schaerer-red)}.header__link:hover:after,.header__link.is-active:after{transform:scaleX(1)}.header__burger{background:0 0;flex-direction:row;align-items:center;gap:10px;width:auto;height:44px;padding:0;display:none}.header__burger-label{color:var(--schaerer-ink);font-size:.8125rem;font-weight:600}.header__burger-icon{flex-direction:column;justify-content:space-between;width:22px;height:12px;display:flex}.header__burger-icon span{background:var(--schaerer-ink);width:22px;height:2px;transition:transform var(--transition);display:block}.header__burger.is-open .header__burger-icon{justify-content:center}.header__burger.is-open .header__burger-icon span:first-child{transform:translateY(.5px)rotate(45deg)}.header__burger.is-open .header__burger-icon span:last-child{transform:translateY(-.5px)rotate(-45deg)}@media (width<=1080px){.header__nav{display:none}.header__burger{display:flex}.header__cta{display:none}.header__contact-fab{right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:1190;background:var(--schaerer-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:fixed;box-shadow:0 10px 28px #c4161c59}.header__contact-fab:hover{background:var(--schaerer-red-dark);color:#fff}.header__contact-fab.is-current{display:none}}@media (width<=640px){.header__inner{gap:10px}.header__slot--right{gap:8px}.header__cta{min-height:36px;padding:8px 12px;font-size:.75rem}.header__burger-label{display:none}}.footer{background:var(--color-footer);color:var(--color-footer-muted);padding:72px 0 0}.footer__shell{padding-top:0}.footer__payoff{border-bottom:1px solid #faf2ec29;padding-bottom:48px}.footer__payoff p{letter-spacing:-.05em;color:var(--schaerer-cream);margin:0;font-size:clamp(2.5rem,8vw,5.5rem);font-weight:500;line-height:.92}.footer__payoff em{color:#fff;font-style:italic;font-weight:400}.footer__grid{border-bottom:1px solid #faf2ec29;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:40px;padding:48px 0;display:grid}.footer__group{max-width:28ch;margin-top:18px;font-size:.9375rem;line-height:1.5}.footer__title{letter-spacing:.08em;text-transform:uppercase;color:#faf2ec80;margin-bottom:16px;font-size:.75rem;font-weight:700}.footer__links{color:var(--schaerer-cream);flex-direction:column;gap:10px;font-size:.9375rem;display:flex}.footer__links a:hover{color:#fff}.footer__legal{border-bottom:1px solid #faf2ec29;gap:8px;padding:32px 0;font-size:.875rem;line-height:1.5;display:grid}.footer__distributor{letter-spacing:.08em;text-transform:uppercase;color:#faf2ec80;margin-bottom:2px;font-size:.75rem;font-weight:700}.footer__legal-name{color:var(--schaerer-cream);font-weight:600}.footer__bottom{justify-content:space-between;gap:16px;padding:24px 0;font-size:.8125rem;display:flex}.footer__bottom a:hover{color:#fff}@media (width<=1100px){.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.footer__bottom{flex-direction:column;align-items:flex-start}.footer__grid{grid-template-columns:1fr;gap:32px}}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__main{flex:1}.cta-band{background:var(--schaerer-cream-mid);padding:clamp(56px,8vw,88px) 0}.cta-band__inner{justify-content:space-between;align-items:center;gap:clamp(24px,4vw,48px);display:flex}.cta-band__copy{min-width:0;max-width:40rem}.cta-band__label{letter-spacing:.12em;text-transform:uppercase;color:var(--schaerer-red);margin:0 0 12px;font-size:.75rem;font-weight:600}.cta-band__title{letter-spacing:-.03em;color:var(--schaerer-ink);margin:0;font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:600;line-height:1.12}.cta-band__text{max-width:46ch;color:var(--color-muted);margin:14px 0 0;font-size:1rem;line-height:1.55}.cta-band__action{flex-shrink:0}@media (width<=768px){.cta-band__inner{flex-direction:column;align-items:flex-start}.cta-band__action{width:100%}}.hero{isolation:isolate;border-radius:0 0 var(--radius-lg) var(--radius-lg);background:#231f20;position:relative;overflow:hidden}.hero__visual{min-height:min(86vh,860px);position:relative}.hero__visual:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#231f2033 0%,#231f2014 40%,#231f20b8 100%);position:absolute;inset:0}.hero__photo{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .9s;position:absolute;inset:0}.hero__photo--right{object-position:78% 42%}.hero__photo--center{object-position:center 42%}.hero__photo--lineup{object-fit:contain;object-position:center 52%;transform-origin:50% 48%;padding:0;transform:scale(1.42)}.hero__photo--lineup.is-active,.hero__photo.is-active{opacity:1}.hero__copy{z-index:3;width:100%;max-width:var(--container-max);padding:0 var(--container-padding) 72px;color:#fff;pointer-events:none;margin-inline:auto;position:absolute;bottom:0;left:0;right:0}.hero__copy .btn{pointer-events:auto}.hero__payoff{letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:.8125rem}.hero h1{letter-spacing:-.04em;max-width:14ch;margin-bottom:22px;font-size:clamp(2.1rem,5vw,4rem);font-weight:600;line-height:1.02}.hero__product{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.hero__product-name{font-size:1.25rem;font-weight:600}.hero__product-tag{color:#ffffffc7;margin-bottom:8px}.hero__dots{z-index:2;gap:8px;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.hero__dots button{background:#ffffff47;border-radius:999px;width:28px;height:4px;position:relative;overflow:hidden}.hero__dot-progress{transform-origin:0;background:#fff;animation:linear forwards hero-dot-fill;position:absolute;inset:0;transform:scaleX(0)}@keyframes hero-dot-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.home-intro,.home-feature{gap:var(--tile-gap);margin:var(--section-spacing) auto 0;grid-template-columns:1fr 1fr;align-items:stretch;display:grid}.home-feature--flip .home-feature__media{order:2}.home-intro__copy,.home-feature__copy{background:var(--color-bg-elevated);border-radius:var(--tile-radius);flex-direction:column;justify-content:center;gap:16px;padding:clamp(28px,4vw,48px);display:flex}.home-intro__copy h2,.home-feature__copy h2{letter-spacing:-.03em;max-width:16ch;font-size:clamp(1.8rem,3.4vw,2.75rem);line-height:1.12}.home-intro__copy p,.home-feature__copy p:last-of-type{max-width:46ch;color:var(--color-muted);line-height:1.65}.home-intro__copy .btn,.home-feature__copy .btn{align-self:flex-start;width:auto;margin-top:8px}.home-intro__media,.home-feature__media{border-radius:var(--tile-radius);background:var(--schaerer-cream-mid);min-height:420px;position:relative;overflow:hidden}.home-intro__media img,.home-feature__media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-industries,.home-families{gap:var(--tile-gap);margin:var(--tile-gap) auto 0;grid-template-columns:1fr 1fr 1fr;display:grid}.home-around{margin:var(--section-spacing) auto 0}.home-around__intro{max-width:40rem;margin-bottom:32px}.home-around__intro h2{letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(1.8rem,3.4vw,2.75rem)}.home-around__intro p{color:var(--color-muted);line-height:1.65}.home-card{background:var(--color-bg-elevated);border-radius:var(--tile-radius);color:inherit;flex-direction:column;display:flex;overflow:hidden}.home-card>img{object-fit:cover;width:100%;height:240px}.home-card__media{background:var(--schaerer-cream-mid);height:240px;overflow:hidden}.home-card__media img{object-fit:cover;width:100%;height:100%}.home-families .home-card__media{height:420px}.home-card--machine .home-card__media{background:var(--schaerer-cream-mid);justify-content:center;align-items:flex-end;padding:8px 12px 0;display:flex}.home-card--machine img{object-fit:contain;object-position:center bottom;width:auto;max-width:100%;height:100%}.home-card>div:not(.home-card__media){padding:22px 24px 28px}.home-card h2,.home-card h3{letter-spacing:-.03em;margin-bottom:8px;font-size:1.25rem}.home-card p{color:var(--color-muted);line-height:1.5}.home-card__cups{letter-spacing:.1em;text-transform:uppercase;color:var(--schaerer-red);margin-bottom:8px;font-size:.75rem;font-weight:600}.home-feature{margin-bottom:0}.home-feature+.cta-band,.home-around+.home-feature{margin-top:var(--section-spacing)}@media (width<=992px){.home-intro,.home-feature,.home-industries,.home-families{grid-template-columns:1fr}.home-feature--flip .home-feature__media{order:0}.home-intro__media,.home-feature__media{aspect-ratio:4/3;min-height:0}.home-card>img,.home-families .home-card__media{aspect-ratio:4/3;height:auto}.hero h1{max-width:none}.hero__copy{padding:0 var(--container-padding) 56px}.hero__photo--lineup{object-position:center 42%;padding:8% 4% 38%;transform:scale(1.08)}}@media (width<=640px){.hero__visual{min-height:min(62vh,520px)}.hero__copy{padding:0 var(--container-padding) 48px}.hero h1{font-size:clamp(1.85rem,9vw,2.4rem)}.hero__photo--lineup{object-position:center 36%;padding:10% 2% 42%;transform:none}}@media (prefers-reduced-motion:reduce){.hero__photo{transition:none}.hero__dot-progress{animation:none;transform:scaleX(1)}}.catalog-hero{padding:40px 0 8px}.catalog-hero .page-hero__title{max-width:14ch}.catalog-lineup{gap:var(--tile-gap);margin:24px auto var(--section-spacing);flex-direction:column;display:flex}.catalog-model{gap:var(--tile-gap);grid-template-columns:1.1fr .9fr;min-height:420px;display:grid}.catalog-model:nth-child(2n){grid-template-columns:.9fr 1.1fr}.catalog-model:nth-child(2n) .catalog-model__media{order:2}.catalog-model__media{background:var(--schaerer-cream-mid);border-radius:var(--tile-radius);min-height:320px;position:relative;overflow:hidden}.catalog-model__media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.catalog-model__media.is-cutout img{object-fit:contain;object-position:center bottom;padding:8px 16px 0}.catalog-model__media.is-empty{color:var(--color-muted);justify-content:center;align-items:center;display:flex}.catalog-model__copy{background:var(--color-bg-elevated);border-radius:var(--tile-radius);flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;padding:clamp(28px,4vw,40px);display:flex}.catalog-model__copy h2{letter-spacing:-.03em;margin:0;font-size:clamp(1.8rem,3.5vw,2.75rem)}.catalog-model__kicker{color:var(--schaerer-ink);font-weight:600}.catalog-model__copy>p:last-of-type{max-width:46ch;color:var(--color-muted);line-height:1.65}@media (width<=992px){.catalog-model,.catalog-model:nth-child(2n){grid-template-columns:1fr;min-height:0}.catalog-model:nth-child(2n) .catalog-model__media{order:initial}.catalog-model__media{aspect-ratio:4/3;min-height:260px}}:root{--product-cutout-bg:radial-gradient(120% 85% at 28% 16%, #3d393a 0%, transparent 52%), linear-gradient(165deg, #2c292a 0%, #1b1819 56%, #141112 100%)}.product-hero{margin-top:calc(-1 * var(--site-header-height));padding:var(--site-header-height) 0 32px;background:var(--color-bg);justify-content:center;align-items:center;display:flex}.product-hero__stage{grid-template-columns:minmax(280px,380px) minmax(0,1fr);align-items:center;gap:clamp(20px,3.5vw,56px);display:grid}.product-hero--wide{overflow-x:clip}.product-hero--wide .product-hero__stage{grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:clamp(8px,1.4vw,28px)}.product-hero--wide .product-hero__copy{max-width:340px}.product-hero--wide .product-hero__photo{overflow:hidden}.product-hero__copy{z-index:1;max-width:400px;padding:0;position:relative}.product-hero__payoff,.product-hero h1,.product-hero__summary{animation:.8s cubic-bezier(.22,1,.36,1) both product-hero-rise}.product-hero__payoff{animation-delay:0s}.product-hero h1{animation-delay:50ms}.product-hero__summary{animation-delay:.1s}.product-hero__photo{min-width:0;position:relative}.product-hero__photo img{object-fit:contain;width:100%;height:auto;animation:1.25s both product-hero-fade;display:block;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.product-hero--wide .product-hero__photo img{width:100%;max-width:100%;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 100%)}.product-hero--glow .product-hero__photo:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(at 50% 46%,#d6dce680 0%,#a8b0bc33 42%,#0000 72%);position:absolute;inset:4% 16% 6%}.product-hero--glow .product-hero__photo img{z-index:1;position:relative;-webkit-mask-image:none;mask-image:none}.product-hero--cutout{overflow-x:clip}.product-hero--cutout .product-hero__photo{justify-content:center;align-items:center;min-height:min(72vh,760px);display:flex}.product-hero--cutout .product-hero__photo img{object-fit:contain;width:auto;max-width:100%;height:min(84vh,880px);-webkit-mask-image:none;mask-image:none}.product-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--schaerer-red);font-size:.75rem;font-style:normal;font-weight:600;display:inline-block}.product-hero__payoff{letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:14px;font-size:.75rem}.product-hero h1{letter-spacing:-.04em;flex-flow:wrap;align-items:baseline;gap:.22em;margin-bottom:16px;font-size:clamp(2.2rem,4.6vw,3.75rem);font-weight:500;line-height:1;display:flex}.product-hero h1 span{display:inline}.product-hero h1 span:last-child{color:var(--color-accent)}.product-hero h1 span:only-child{color:var(--color-text)}.product-hero__cups{align-items:center;gap:8px;margin:0 0 18px;animation:.45s .18s both product-hero-fade;display:flex}.product-hero__cup{fill:none;width:30px;height:30px;stroke:var(--color-accent);stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.odometer{letter-spacing:-.04em;font-variant-numeric:tabular-nums;font-size:1.65rem;font-weight:500;line-height:1;display:flex}.odometer__wheel{height:1em;display:block;overflow:hidden}.odometer__strip{animation:odometer-roll 1.4s cubic-bezier(.16, 1, .3, 1) var(--delay) both;flex-direction:column;display:flex}.odometer__strip span{height:1em;line-height:1;display:block}.product-hero__cups-label{color:var(--color-muted);margin-left:4px;font-size:.875rem}@keyframes odometer-roll{0%{transform:translateY(0)}to{transform:translateY(calc((10 + var(--digit)) * -1em))}}.product-hero__summary{max-width:42ch;color:var(--color-muted);margin-bottom:28px;line-height:1.6}.product-hero__actions{flex-wrap:wrap;align-items:center;gap:16px 20px;animation:.65s cubic-bezier(.22,1,.36,1) .32s both product-hero-rise;display:flex}@keyframes product-hero-fade{0%{opacity:0}to{opacity:1}}@keyframes product-hero-rise{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:none}}.story-pair{flex-direction:column;gap:clamp(36px,5vw,64px);padding-bottom:72px;display:flex}.product-shell{min-width:0}.story-split{padding:0}.story-split .product-shell{grid-template-columns:1.15fr .85fr;align-items:start;gap:clamp(28px,4vw,56px);display:grid}.story-split__media{z-index:1;background:var(--color-bg-elevated);border-radius:16px;min-width:0;position:relative;overflow:hidden}.story-split__media.is-cutout,.story-split__media.is-brand{background:var(--product-cutout-bg)}.story-split__media img.is-contain{object-fit:contain;object-position:center}.story-split--overlap .story-split__media.is-brand img.is-contain{object-fit:cover;object-position:left 70%}.story-split__copy{padding-top:4px}.story-split .section-header__label{letter-spacing:.12em;text-transform:uppercase}.story-split__title{letter-spacing:-.035em;flex-direction:column;margin-bottom:16px;font-size:clamp(1.85rem,3.4vw,2.85rem);font-weight:500;line-height:1.06;display:flex}.story-split__title span:last-child{color:var(--color-accent)}.story-split__title span:only-child{color:var(--color-text)}.story-split__copy p:last-child{max-width:34ch;color:var(--color-muted);line-height:1.55}.story-split__media,.story-split .section-header__label,.story-split__title,.story-split__copy p:last-child{opacity:0}.story-split.is-in .section-header__label{animation:.75s cubic-bezier(.22,1,.36,1) both product-hero-rise}.story-split.is-in .story-split__title{animation:.8s cubic-bezier(.22,1,.36,1) 60ms both product-hero-rise}.story-split.is-in .story-split__copy p:last-child{animation:.8s cubic-bezier(.22,1,.36,1) .12s both product-hero-rise}.story-split.is-in .story-split__media{animation:.85s cubic-bezier(.22,1,.36,1) .1s both product-hero-rise}.story-split.is-in .story-split__media img{animation:1.05s cubic-bezier(.22,1,.36,1) .1s both story-photo-in}@keyframes story-photo-in{0%{opacity:0;transform:translateY(36px)scale(1.045)}to{opacity:1;transform:none}}.story-split--overlap .product-shell{grid-template-columns:.85fr 1.15fr;align-items:start}.story-split--overlap .story-split__media img{height:min(62vh,640px)}.vitrine{padding:100px 0;overflow-x:hidden}.vitrine .section-header__label,.vitrine__title,.vitrine__stage,.vitrine__index{opacity:0}.vitrine.is-in .section-header__label{animation:.75s cubic-bezier(.22,1,.36,1) both product-hero-rise}.vitrine.is-in .vitrine__title{animation:.8s cubic-bezier(.22,1,.36,1) 60ms both product-hero-rise}.vitrine.is-in .vitrine__stage,.vitrine.is-in .vitrine__board{animation:.9s cubic-bezier(.22,1,.36,1) .12s both product-hero-rise}.vitrine.is-in .vitrine__index{animation:.7s cubic-bezier(.22,1,.36,1) .22s both product-hero-rise}.vitrine.is-in .vitrine__nav{animation:.55s .28s both vitrine-nav-in}.vitrine__head{margin-bottom:32px}.vitrine__title{letter-spacing:-.035em;flex-direction:column;font-size:clamp(1.85rem,3.6vw,3.1rem);font-weight:500;line-height:1.06;display:flex}.vitrine__title span:last-child{color:var(--color-accent)}.vitrine__title span:only-child{color:var(--color-text)}.vitrine__stage{aspect-ratio:2;background:#000;border-radius:16px;position:relative;overflow:hidden}.vitrine__stage:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#000000c7 100%);height:46%;position:absolute;inset:auto 0 0}.vitrine__stage img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .7s,transform 1.15s cubic-bezier(.22,1,.36,1);display:block;position:absolute;inset:0;transform:scale(1.06)}.vitrine__stage img.is-active{opacity:1;transform:none}.vitrine--split .vitrine__board{grid-template-columns:minmax(0,1.05fr) minmax(260px,.7fr);align-items:center;gap:clamp(28px,4vw,64px);display:grid}.vitrine--split .vitrine__stage{aspect-ratio:4/3;border:1px solid var(--color-border);background:#fff}.vitrine--split .vitrine__stage:after{display:none}.vitrine--split .vitrine__stage img{object-fit:cover;object-position:center center;transform-origin:50%;transform:translate(var(--img-x,0px), var(--img-y,0px)) scale(var(--img-zoom,1));padding:0}.vitrine--split .vitrine__stage img.is-active{transform:translate(var(--img-x,0px), var(--img-y,0px)) scale(var(--img-zoom,1))}.vitrine--split .vitrine__caption{z-index:auto;max-width:38ch;color:var(--color-text);padding:0;position:static}.vitrine--split .vitrine__count{color:var(--schaerer-red)}.vitrine--split .vitrine__caption h3{letter-spacing:-.035em;flex-direction:column;margin-bottom:14px;font-size:clamp(1.55rem,2.5vw,2.4rem);font-weight:500;line-height:1.08;display:flex}.vitrine--split .vitrine__caption h3 span:last-child{color:var(--color-accent)}.vitrine--split .vitrine__caption h3 span:only-child{color:var(--color-text)}.vitrine--split .vitrine__caption p{color:var(--color-muted);font-size:1rem;line-height:1.55}.vitrine--split .vitrine__nav{color:var(--color-text);background:#ffffffeb;border-color:#231f2024}.vitrine__caption{z-index:2;color:#fff;max-width:460px;padding:0 36px 32px;position:absolute;bottom:0;left:0}.vitrine.is-in .vitrine__count{animation:.55s cubic-bezier(.22,1,.36,1) both product-hero-rise}.vitrine.is-in .vitrine__caption h3{animation:.6s cubic-bezier(.22,1,.36,1) 50ms both product-hero-rise}.vitrine.is-in .vitrine__caption p{animation:.6s cubic-bezier(.22,1,.36,1) .1s both product-hero-rise}@keyframes vitrine-nav-in{0%{opacity:0}to{opacity:1}}.vitrine__count{letter-spacing:.1em;color:#ffffff80;margin-bottom:10px;font-size:.75rem;display:block}.vitrine__caption h3{letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(1.35rem,2vw,1.85rem);font-weight:500;line-height:1.15}.vitrine__caption p{color:#ffffffb8;font-size:.9375rem;line-height:1.5}.vitrine__nav{z-index:3;color:#fff;cursor:pointer;background:#00000073;border:1px solid #fff3;border-radius:50%;place-items:center;width:40px;height:40px;margin:0;padding:0;transition:background .25s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.vitrine__nav--prev{left:20px}.vitrine__nav--next{right:20px}.vitrine__nav:hover{background:#ffffff1f}.vitrine__nav svg{fill:none;stroke:currentColor;stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.vitrine__index{justify-content:space-between;align-items:flex-start;gap:20px;width:100%;margin-top:28px;display:flex}.vitrine__item{min-width:0;color:var(--color-muted);letter-spacing:-.01em;text-align:left;white-space:normal;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #0000;flex:1 1 0;margin:0;padding:0 0 10px;font-size:.8125rem;font-weight:500;line-height:1.35;transition:color .25s,border-color .25s}.vitrine__item span{color:inherit;opacity:.55;margin-right:8px}.vitrine__item:hover,.vitrine__item.is-active{color:var(--color-text)}.vitrine__item.is-active{border-bottom-color:var(--color-text)}.product-settings{padding:72px 0 8px}.product-settings .section-header__label,.product-settings__title,.product-settings__card{opacity:0}.product-settings.is-in .section-header__label{animation:.75s cubic-bezier(.22,1,.36,1) both product-hero-rise}.product-settings.is-in .product-settings__title{animation:.8s cubic-bezier(.22,1,.36,1) 60ms both product-hero-rise}.product-settings.is-in .product-settings__card{animation:.85s cubic-bezier(.22,1,.36,1) both product-hero-rise}.product-settings.is-in .product-settings__card:first-child{animation-delay:.12s}.product-settings.is-in .product-settings__card:nth-child(2){animation-delay:.2s}.product-settings.is-in .product-settings__card:nth-child(3){animation-delay:.28s}.product-settings.is-in .product-settings__card:nth-child(4){animation-delay:.22s}.product-settings.is-in .product-settings__card:nth-child(5){animation-delay:.3s}.product-settings.is-in .product-settings__card:nth-child(6){animation-delay:.36s}.product-settings.is-in .product-settings__card img{animation:1.05s cubic-bezier(.22,1,.36,1) both story-photo-in}.product-settings.is-in .product-settings__card:first-child img{animation-delay:.12s}.product-settings.is-in .product-settings__card:nth-child(2) img{animation-delay:.2s}.product-settings.is-in .product-settings__card:nth-child(3) img{animation-delay:.28s}.product-settings.is-in .product-settings__card:nth-child(4) img{animation-delay:.22s}.product-settings.is-in .product-settings__card:nth-child(5) img{animation-delay:.3s}.product-settings.is-in .product-settings__card:nth-child(6) img{animation-delay:.36s}.product-settings__title{letter-spacing:-.035em;flex-direction:column;margin-bottom:32px;font-size:clamp(1.85rem,3.6vw,3.1rem);font-weight:500;line-height:1.06;display:flex}.product-settings__title span:last-child{color:var(--color-accent)}.product-settings__title span:only-child{color:var(--color-text)}.product-settings__grid{grid-template-columns:1fr 1fr;gap:56px 20px;display:grid}.product-settings__card.is-wide{grid-column:1/-1}.product-settings__card:nth-child(2){margin-top:48px}.product-settings__card:nth-child(5){margin-top:28px}.product-settings__card img{object-fit:cover;border-radius:var(--tile-radius);background:var(--color-bg-elevated);width:100%;height:280px}.product-settings__card img.is-contain{object-fit:contain;background:var(--product-cutout-bg)}.product-settings__card:first-child img{height:300px}.product-settings__card:nth-child(2) img{height:360px}.product-settings__card.is-wide img{height:min(48vh,460px)}.product-settings__card.is-wide.is-tall img{height:min(72vh,680px)}.product-settings__card:nth-child(4) img{height:250px}.product-settings__card:nth-child(5) img{height:320px}.product-settings__card:nth-child(6) img{height:min(56vh,520px)}.product-settings__card div{max-width:46ch;padding-top:16px}.product-settings__card h3{letter-spacing:-.03em;margin-bottom:8px;font-size:1.25rem;font-weight:500}.product-settings__card p{color:var(--color-muted);line-height:1.6}.product-settings__grid--trio{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 20px}.product-settings__grid--trio .product-settings__card:nth-child(2){margin-top:0}.product-settings__grid--trio .product-settings__card img,.product-settings__grid--trio .product-settings__card:nth-child(n) img{height:340px}.product-settings__grid--trio .product-settings__card img.is-contain{background:var(--schaerer-cream-mid);padding:16px 12px 0}.product-facts{padding:80px 0;overflow-x:hidden}.product-facts__split{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:start;gap:clamp(28px,4.5vw,64px);display:grid}.product-facts__split:not(:has(.product-facts__gallery)){grid-template-columns:1fr}.product-facts__gallery{min-width:0}.product-facts__stage{aspect-ratio:1;background:var(--product-cutout-bg);border-radius:16px;position:relative;overflow:hidden}.product-facts__stage img{object-fit:contain;object-position:center center;transform-origin:50%;opacity:0;width:100%;height:100%;transform:translate(var(--img-x,0px), var(--img-y,0px)) scale(calc(var(--img-zoom,1) * 1.04));transition:opacity .7s,transform 1.15s cubic-bezier(.22,1,.36,1);display:block;position:absolute;inset:0}.product-facts__stage img.is-active{opacity:1;transform:translate(var(--img-x,0px), var(--img-y,0px)) scale(var(--img-zoom,1))}.product-facts__count{z-index:2;letter-spacing:.1em;color:#ffffff8c;font-size:.75rem;position:absolute;bottom:18px;left:20px}.product-facts__dots{justify-content:center;gap:8px;margin-top:14px;display:flex}.product-facts__dots button{cursor:pointer;background:#231f2038;border:0;border-radius:50%;width:7px;height:7px;padding:0}.product-facts__dots button.is-active{background:var(--color-text)}.product-facts__head{margin-bottom:36px}.product-facts .section-header__label,.product-facts .product-facts__title,.product-facts__gallery,.product-specs__row,.product-facts__toolbar{opacity:0}.product-facts.is-in .product-facts__gallery{animation:.9s cubic-bezier(.22,1,.36,1) .1s both product-hero-rise}.product-facts.is-in .section-header__label{animation:.75s cubic-bezier(.22,1,.36,1) both product-hero-rise}.product-facts.is-in .product-facts__title{animation:.8s cubic-bezier(.22,1,.36,1) 60ms both product-hero-rise}.product-facts.is-in .product-specs__row{animation:.65s cubic-bezier(.22,1,.36,1) both product-hero-rise}.product-facts.is-in .product-specs__row:first-child{animation-delay:.16s}.product-facts.is-in .product-specs__row:nth-child(2){animation-delay:.2s}.product-facts.is-in .product-specs__row:nth-child(3){animation-delay:.24s}.product-facts.is-in .product-specs__row:nth-child(4){animation-delay:.28s}.product-facts.is-in .product-specs__row:nth-child(5){animation-delay:.32s}.product-facts.is-in .product-specs__row:nth-child(6){animation-delay:.36s}.product-facts.is-in .product-specs__row:nth-child(7){animation-delay:.4s}.product-facts.is-in .product-facts__toolbar{animation:.6s cubic-bezier(.22,1,.36,1) .46s both product-hero-rise}.product-facts .section-header__label{letter-spacing:.12em;text-transform:uppercase}.product-facts__title{letter-spacing:-.035em;flex-direction:column;margin:0;font-size:clamp(1.85rem,3.4vw,2.85rem);font-weight:500;line-height:1.06;display:flex}.product-facts__title span:last-child{color:var(--color-accent)}.product-facts__title span:only-child{color:var(--color-text)}.product-facts__aside{min-width:0}.product-facts__toolbar{justify-content:flex-end;margin-top:24px;display:flex}.product-facts__brochure{border-color:#fff6;border-radius:999px;min-height:40px;padding:12px 22px}.product-facts__brochure:hover{background:var(--schaerer-cream);color:var(--schaerer-brown-dark);border-color:var(--schaerer-cream)}.product-facts__highlights{color:var(--color-muted);flex-wrap:wrap;gap:28px 40px;font-size:.9375rem;display:flex}.product-specs{margin:0}.product-specs__row{border-bottom:1px solid var(--color-line);grid-template-columns:minmax(180px,.42fr) 1fr;align-items:baseline;gap:20px;padding:15px 0;display:grid}.product-specs__row:first-child{padding-top:4px}.product-specs__row dt{color:var(--color-muted);font-size:.875rem;font-weight:400}.product-specs__row dd{letter-spacing:-.02em;text-align:right;color:var(--color-text);font-size:1.0625rem;font-weight:500}@media (prefers-reduced-motion:reduce){.product-hero__copy,.product-hero__payoff,.product-hero h1,.product-hero__summary,.product-hero__photo img,.product-hero__cups,.product-hero__actions,.odometer__strip,.story-split__media,.story-split__media img,.story-split .section-header__label,.story-split__title,.story-split__copy p:last-child,.vitrine .section-header__label,.vitrine__title,.vitrine__board,.vitrine__stage,.vitrine__stage img,.vitrine__caption,.vitrine__count,.vitrine__caption h3,.vitrine__caption p,.vitrine__nav,.vitrine__index,.product-settings .section-header__label,.product-settings__title,.product-settings__card,.product-settings__card img,.product-facts .section-header__label,.product-facts__title,.product-facts__gallery,.product-facts__stage img,.product-specs__row,.product-facts__toolbar{opacity:1;box-shadow:none;transition:none;animation:none;transform:none}.odometer__strip{transform:translateY(calc((10 + var(--digit)) * -1em))}.vitrine__nav{transform:translateY(-50%)}}@media (width>=1800px){.product-hero__stage{grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:64px}.product-hero--wide .product-hero__stage{grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:36px}}@media (width<=992px){.story-split .product-shell,.story-split--overlap .product-shell,.product-settings__grid{grid-template-columns:1fr}.story-split--overlap .story-split__media{order:-1}.product-hero{padding:var(--site-header-height) 0 24px;display:block}.product-hero__stage{flex-direction:column;gap:8px;width:100%;display:flex}.product-hero__photo{order:-1;width:100%}.product-hero__photo img{width:100%;height:auto;-webkit-mask-image:linear-gradient(#0000 0%,#000 8% 90%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 8% 90%,#0000 100%)}.product-hero--wide .product-hero__photo img{width:100%;max-width:100%;margin-left:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 8% 92%,#0000 100%)}.product-hero--glow .product-hero__photo img{-webkit-mask-image:none;mask-image:none}.product-hero__copy{max-width:none;padding:20px 0 12px}.vitrine{padding:72px 0}.vitrine__caption{max-width:380px;padding:0 24px 24px}.vitrine__caption h3{font-size:1.25rem}.vitrine__caption p{font-size:.875rem}.vitrine__index{gap:16px;margin-top:24px}.product-facts{padding:68px 0}.product-settings__card,.product-settings__card:nth-child(2),.product-settings__card:nth-child(5){margin-top:0}.product-settings__card img,.product-settings__card:nth-child(n) img,.product-settings__card.is-wide img,.product-settings__card.is-wide.is-tall img,.product-settings__grid--trio .product-settings__card img,.product-settings__grid--trio .product-settings__card:nth-child(n) img{aspect-ratio:4/3;object-fit:cover;height:auto}.product-settings__card img.is-contain{object-fit:contain}.product-hero--cutout .product-hero__photo{min-height:0}.product-hero--cutout .product-hero__photo img{width:auto;max-width:78%;height:min(38vh,300px)}}@media (width<=880px){.vitrine--split .vitrine__board{grid-template-columns:1fr;gap:28px}.vitrine--split .vitrine__caption{max-width:none}.product-facts__split{grid-template-columns:1fr;gap:36px}.product-specs__row{grid-template-columns:1fr;gap:4px}.product-specs__row dd{text-align:left}}@media (width<=992px){.story-split__media{aspect-ratio:4/3;background:var(--color-bg-elevated)}.story-split__media.is-cutout,.story-split__media.is-brand{background:var(--product-cutout-bg)}.story-split__media img,.story-split--overlap .story-split__media img,.story-split__media img.is-anchored{object-fit:cover;object-position:center center;width:100%;max-width:none;height:100%;max-height:none;position:absolute;inset:0}.story-split__media img.is-anchored{object-position:left center}.story-split__media img.is-contain{object-fit:contain;object-position:center center}}@media (width<=640px){.vitrine{padding:56px 0}.vitrine__stage,.vitrine--split .vitrine__stage,.product-facts__stage{aspect-ratio:4/3}.vitrine--split .vitrine__stage img{padding:0}.vitrine--split .vitrine__caption{max-width:none;padding:0}.vitrine--split .vitrine__caption h3{margin-bottom:10px;font-size:1.45rem}.vitrine--split .vitrine__caption p{-webkit-line-clamp:unset;display:block;overflow:visible}.vitrine__nav{width:32px;height:32px}.vitrine__nav--prev{left:12px}.vitrine__nav--next{right:12px}.vitrine__nav svg{width:13px;height:13px}.vitrine__caption{max-width:86%;padding:0 18px 18px}.vitrine__count{margin-bottom:6px;font-size:.6875rem}.vitrine__caption h3{margin-bottom:6px;font-size:1.125rem}.vitrine__caption p{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.8125rem;display:-webkit-box;overflow:hidden}.vitrine__index{scrollbar-width:none;gap:18px;margin-top:22px;overflow-x:auto}.vitrine__index::-webkit-scrollbar{display:none}.vitrine__item{white-space:nowrap;flex:none;font-size:.75rem}.product-facts{padding:56px 0}.product-facts__head{margin-bottom:24px}}.product-hero__soon{border-radius:var(--tile-radius);background:var(--schaerer-cream-mid);min-height:min(52vh,520px);color:var(--color-muted);letter-spacing:-.02em;justify-content:center;align-items:center;padding:32px;display:flex}.product-docs{padding:0 0 80px}.product-docs__head{margin-bottom:16px}.product-docs__head h2{letter-spacing:-.03em;margin:0;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:600}.product-docs__intro{max-width:62ch;color:var(--color-muted);margin:0 0 24px;line-height:1.65}.product-docs__grid{gap:var(--tile-gap);grid-template-columns:1fr 1fr;display:grid}.product-docs__grid article{background:var(--color-bg-elevated);border-radius:var(--tile-radius);padding:28px 28px 8px}.product-docs__grid h3{letter-spacing:-.03em;margin-bottom:8px;font-size:1.2rem}.product-docs__grid li{border-top:1px solid var(--color-line);color:var(--schaerer-ink);padding:12px 0;line-height:1.5}@media (width<=992px){.product-docs__grid{grid-template-columns:1fr}}.milk-hero{margin:0 auto var(--tile-gap)}.milk-hero__panel{gap:var(--tile-gap);grid-template-columns:1.1fr .9fr;min-height:480px;display:grid}.milk-hero__panel>img{object-fit:cover;border-radius:var(--tile-radius);width:100%;height:100%;min-height:360px}.milk-hero__copy{background:var(--color-bg-elevated);border-radius:var(--tile-radius);flex-direction:column;justify-content:center;gap:12px;padding:clamp(28px,4vw,40px);display:flex}.milk-hero__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--schaerer-red);font-size:.75rem;font-weight:600}.milk-hero__copy h2{letter-spacing:-.03em;font-size:clamp(1.75rem,3.2vw,2.5rem)}.milk-hero__copy>p{color:var(--color-muted);line-height:1.6}.milk-hero__actions{flex-wrap:wrap;gap:12px;margin-top:10px;display:flex}.milk-types{gap:var(--tile-gap);margin:0 auto var(--tile-gap);grid-template-columns:1fr 1fr;display:grid}.milk-types article{background:var(--color-bg-elevated);border-radius:var(--tile-radius);padding:clamp(28px,4vw,40px)}.milk-types h2{letter-spacing:-.03em;margin-bottom:12px;font-size:1.5rem}.milk-types p{color:var(--color-muted);line-height:1.65}.milk-stages{gap:var(--tile-gap);margin:0 auto var(--tile-gap);flex-direction:column;display:flex}.milk-stage{background:var(--color-bg-elevated);border-radius:var(--tile-radius);grid-template-columns:1.15fr .85fr;display:grid;overflow:hidden}.milk-stage--flip{grid-template-columns:.85fr 1.15fr}.milk-stage--flip .milk-stage__media{order:2}.milk-stage__media{background:var(--schaerer-cream-mid);min-height:360px}.milk-stage__media.is-cutout{background:var(--product-cutout-bg,#231f20)}.milk-stage__media img{object-fit:cover;width:100%;height:100%}.milk-stage__media.is-cutout img{object-fit:contain;padding:24px}.milk-stage__copy{flex-direction:column;justify-content:center;gap:12px;padding:clamp(28px,4vw,40px);display:flex}.milk-stage__label{letter-spacing:.12em;text-transform:uppercase;color:var(--schaerer-red);font-size:.75rem;font-weight:600}.milk-stage__copy h2{letter-spacing:-.03em;font-size:clamp(1.8rem,3.4vw,2.75rem)}.milk-stage__lead{max-width:46ch;color:var(--color-muted);line-height:1.6}.milk-stage__copy li{border-top:1px solid var(--color-line);color:var(--schaerer-ink);padding:12px 0}.milk-stage__copy li:last-child{border-bottom:1px solid var(--color-line)}.milk-fit{margin:0 auto var(--section-spacing)}.milk-fit__inner{background:var(--color-bg-elevated);border-radius:var(--tile-radius);padding:clamp(28px,4vw,48px)}.milk-fit h2{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(1.6rem,3vw,2.25rem)}.milk-fit dl{margin:0}.milk-fit__row{border-top:1px solid var(--color-line);grid-template-columns:minmax(160px,.4fr) 1fr;gap:16px;padding:14px 0;display:grid}.milk-fit__row:last-child{border-bottom:1px solid var(--color-line)}.milk-fit__row dt{font-weight:600}.milk-fit__row dd{color:var(--color-muted)}@media (width<=992px){.milk-hero__panel,.milk-types,.milk-stage,.milk-stage--flip,.milk-fit__row{grid-template-columns:1fr}.milk-hero__panel{min-height:0}.milk-hero__panel>img{aspect-ratio:4/3;height:auto;min-height:0}.milk-stage__media{aspect-ratio:4/3;min-height:0}.milk-stage--flip .milk-stage__media{order:initial}}.page-hero .btn{margin-top:8px}.service-cards{gap:var(--tile-gap);margin:0 auto var(--section-spacing);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.service-card{background:var(--color-bg-elevated);border-radius:var(--tile-radius);flex-direction:column;gap:12px;padding:clamp(24px,3vw,36px);display:flex}.service-card h2{letter-spacing:-.03em;margin:0;font-size:1.5rem}.service-card p{color:var(--color-muted);margin:0;line-height:1.6}@media (width<=992px){.service-cards{grid-template-columns:1fr}}.contact-form{flex-direction:column;display:flex}.contact-form__honeypot{opacity:0;position:absolute;left:-9999px}.contact-form__context{background:var(--color-accent-light);border-radius:12px;margin-bottom:16px;padding:12px 14px;font-size:.875rem}.contact-form__essentials{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:24px;display:grid}.contact-form__field{flex-direction:column;gap:8px;font-size:.875rem;font-weight:600;display:flex}.contact-form__field--full{grid-column:1/-1}.contact-form__field span{color:var(--color-accent)}.contact-form__field em{color:var(--schaerer-red);font-size:.8125rem;font-style:normal;font-weight:500}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{border:1px solid var(--color-border);border-radius:var(--radius-pill);width:100%;color:var(--color-text);background:#fff;padding:13px 16px;font-weight:400}.contact-form__field textarea{border-radius:16px}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{outline:2px solid var(--color-accent-ring);border-color:var(--color-accent)}.contact-form__error{color:var(--schaerer-red);margin-bottom:16px;font-size:.875rem}.contact-form__consent{color:var(--color-muted);cursor:pointer;align-items:flex-start;gap:10px;margin-bottom:20px;font-size:.8125rem;font-weight:500;line-height:1.45;display:flex}.contact-form__consent input{width:18px;height:18px;accent-color:var(--color-accent);flex-shrink:0;margin-top:1px}.contact-form__consent a{color:var(--color-text);text-underline-offset:2px;text-decoration:underline}.contact-form__consent a:hover{color:var(--color-accent)}.contact-form--success{background:var(--color-accent-light);border-radius:16px;padding:24px}.contact-form--success h3{margin-bottom:8px}.contact-form--success p{color:var(--color-muted)}@media (width<=640px){.contact-form__essentials{grid-template-columns:1fr}}.contacts-hero{padding:40px 0 8px}.contacts-hero__shell,.contacts-layout{margin:0 auto}.contacts-shell{padding:0 0 72px}.contacts-layout{gap:var(--tile-gap);grid-template-columns:1.1fr .9fr;display:grid}.contacts-form-card,.contacts-side{background:var(--color-bg-elevated);border-radius:var(--tile-radius);flex-direction:column;gap:12px;padding:clamp(28px,3.5vw,40px);display:flex}.contacts-form-card__label,.contacts-side__label{letter-spacing:.1em;text-transform:uppercase;color:var(--schaerer-red);font-size:.75rem;font-weight:600}.contacts-form-card h2,.contacts-side h2{letter-spacing:-.03em;font-size:clamp(1.5rem,2.6vw,2.1rem)}.contacts-form-card__lead{color:var(--color-muted);line-height:1.55}.contacts-side__list li{border-top:1px solid var(--color-line);gap:4px;padding:14px 0;display:grid}.contacts-side__list span{letter-spacing:.08em;text-transform:uppercase;color:var(--schaerer-muted);font-size:.75rem;font-weight:600}.contacts-side__list a,.contacts-side__list strong{color:var(--schaerer-ink);font-weight:600}.contacts-side__visual{border-radius:var(--radius-md);flex:1;min-height:200px;margin-top:12px;position:relative;overflow:hidden}.contacts-side__visual img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}@media (width<=992px){.contacts-hero__shell,.contacts-layout{grid-template-columns:1fr}}.privacy-shell{margin:0 auto}.privacy-hero{padding:48px 0 28px}.privacy-hero .page-hero__title{max-width:18ch}.privacy-hero .page-hero__subtitle{max-width:48ch}.privacy-body{padding:0 0 72px}.privacy-card{background:var(--color-bg-elevated);border-radius:var(--tile-radius);gap:28px;width:100%;padding:clamp(28px,4vw,48px);display:grid}.privacy-card article{max-width:72ch}.privacy-card h2{letter-spacing:-.02em;margin:0 0 10px;font-size:1.125rem}.privacy-card p,.privacy-card li{color:var(--color-muted);line-height:1.7}.privacy-card p+p{margin-top:10px}.privacy-card ul{gap:6px;margin:10px 0;padding-left:1.1rem;list-style:outside;display:grid}.privacy-card a{color:#fff;font-weight:600}.privacy-card a:hover{color:var(--color-accent)}:root{--schaerer-red:#e10019;--schaerer-red-dark:#ad0014;--schaerer-brown:#956037;--schaerer-brown-dark:#704829;--schaerer-brown-deep:#4a301c;--schaerer-cream:#faf2ec;--schaerer-cream-mid:#edded4;--schaerer-cream-soft:#fcfaf8;--schaerer-ink:#231f20;--schaerer-muted:#696363;--color-bg:#faf2ec;--color-bg-elevated:#fcfaf8;--color-bg-alt:#edded4;--color-text:#231f20;--color-muted:#696363;--color-primary:#e10019;--color-accent:#956037;--color-accent-dark:#704829;--color-accent-light:#9560371f;--color-accent-ring:#e1001947;--color-cta:#e10019;--color-cta-hover:#ad0014;--color-border:#231f201f;--color-line:#95603738;--color-footer:#4a301c;--color-footer-muted:#edded4;--site-header-height:80px;--font-family:"Noto Sans", system-ui, -apple-system, sans-serif;--container-max:1440px;--container-padding:48px;--section-spacing:88px;--radius-sm:12px;--radius-md:20px;--radius-lg:32px;--radius-pill:999px;--tile-gap:24px;--tile-radius:28px;--transition:.25s ease-out}@media (width<=1024px){:root{--container-padding:24px;--section-spacing:64px}}@media (width<=640px){:root{--container-padding:20px;--section-spacing:48px;--site-header-height:64px;--tile-gap:16px;--tile-radius:22px}}@media (prefers-reduced-motion:no-preference){.reveal{opacity:0;pointer-events:none;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(18px)}.reveal.reveal-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.delay-1{transition-delay:80ms}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}.delay-4{transition-delay:.32s}.delay-5{transition-delay:.4s}}@media (prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{font-family:var(--font-family);color:var(--color-text);background-color:var(--color-bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;font-size:16px;font-weight:400;line-height:1.55;overflow-x:clip}h1,h2,h3{font-weight:600}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}.container{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.header__inner,.footer__shell,.product-shell,.product-hero__stage,.privacy-shell,.catalog-lineup,.contacts-hero__shell,.contacts-layout,.service-cards,.service-hero,.service-stages,.service-contacts,.milk-hero,.milk-types,.milk-stages,.milk-fit,.cta-band__inner,.home-intro,.home-feature,.home-industries,.home-around{width:100%;max-width:var(--container-max);padding-inline:var(--container-padding);box-sizing:border-box;margin-inline:auto}.section{padding:var(--section-spacing) 0}.page-hero{padding:40px 0 24px}.page-hero__label{letter-spacing:.08em;text-transform:uppercase;color:var(--schaerer-red);margin-bottom:12px;font-size:.8125rem;font-weight:600;display:block}.page-hero__title{letter-spacing:-.03em;color:var(--schaerer-ink);margin-bottom:16px;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:600;line-height:1.08}.page-hero__subtitle{color:var(--color-muted);max-width:560px;font-size:1.0625rem;line-height:1.65}.section-header{max-width:640px;margin-bottom:48px}.section-header__label{letter-spacing:.08em;text-transform:uppercase;color:var(--schaerer-red);margin-bottom:12px;font-size:.8125rem;font-weight:600;display:block}.section-header__title{letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(1.75rem,3.2vw,2.75rem);font-weight:600;line-height:1.12}.section-header__subtitle{color:var(--color-muted);font-size:1.0625rem;line-height:1.6}.spec-table{border-collapse:collapse;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;overflow:hidden}.spec-table tr:not(:last-child){border-bottom:1px solid var(--color-line)}.spec-table td{padding:16px 20px}.spec-table td:first-child{width:40%;font-weight:600}.spec-table td:last-child{color:var(--color-muted)}
