:root{--color-bg:#f5f4ef;--color-surface:#fdfcf8;--color-surface-alt:#e4e3de;--color-border:#cecbc3;--color-text:#111;--color-text-muted:#4a4a4a;--color-text-subtle:#6f6f6f;--color-accent:#111;--color-accent-foreground:#fff;--color-accent-secondary:#e2e2e2;--color-card:#fff;--color-card-border:#cecbc3;--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--radius-xl:0px;--space-page:2rem;--space-section:4rem;--space-nav-gap:1.5rem;--max-width-content:1280px;--max-width-narrow:900px;--font-family-display:var(--font-cormorant),"Cormorant Garamond","Cormorant Garamond Fallback",ui-serif,Georgia,serif;--font-family-editorial:var(--font-noto-serif),"Noto Serif",ui-serif,Georgia,serif;--font-family-playfair:var(--font-playfair),"Playfair Display",ui-serif,Georgia,serif;--font-family-ui:var(--font-work-sans),system-ui,sans-serif;--texture-sand-grain:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='7' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");--texture-sand-soft-opacity:0.16;--texture-sand-luma-opacity:0.08;--texture-sand-tile:220px;--nav-control-border:rgba(0,0,0,0.22);--nav-dropdown-bg:rgba(255,255,255,0.98);--nav-dropdown-border:rgba(0,0,0,0.16);--nav-cursor:pointer}html{font-family:var(--font-family-editorial)}body,html{background:var(--color-bg);color:var(--color-text);margin:0}body{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-display)}button,input,optgroup,select,textarea{font-family:var(--font-family-ui)}h3.landing-modal-title{font-family:var(--font-family-editorial)}.landing-theme{--color-bg:#ffffff;--texture-sand-base:#ffffff;--landing-bg:#ffffff;--landing-text:#131313;--landing-muted:#5f5f5f;--landing-card:#f0f0f0;--landing-card-alt:#ffffff;--landing-border:#cbc8bf;--nav-control-border:rgba(0,0,0,0.2);--nav-dropdown-bg:rgba(255,255,255,0.98);--nav-dropdown-border:rgba(0,0,0,0.15);--nav-cursor:pointer;--landing-main-pad-top:72px}.landing-header--over-media{--landing-text:#ffffff;--landing-muted:rgba(255,255,255,0.72);--landing-border:rgba(255,255,255,0.28);--nav-control-border:rgba(255,255,255,0.35);--nav-dropdown-bg:rgba(22,22,22,0.94);--nav-dropdown-border:rgba(255,255,255,0.12)}.landing-page-root{position:relative;width:100%;min-height:100vh;overflow-x:clip;color:var(--landing-text,#131313);cursor:auto}.landing-page-bg{position:fixed;inset:0;background-color:var(--landing-bg,#ffffff);z-index:-1}.landing-main{padding-top:var(--landing-main-pad-top)}.landing-section-pad-xl{padding:140px clamp(24px,5vw,80px)}.landing-section-pad-xl--tight-top{padding-top:clamp(28px,4vw,56px)}.landing-section-pad-lg{padding:110px clamp(24px,5vw,80px)}.landing-section-bg{background:var(--landing-bg)}.landing-section-bg-card{background:var(--landing-card)}.landing-section-rule-top,.landing-section-rule-y{border-top:1px solid var(--landing-border)}.landing-section-rule-y{border-bottom:1px solid var(--landing-border)}.landing-content-1100{max-width:1100px;margin:0 auto}.landing-content-960{max-width:960px;margin:0 auto}.landing-text-stack-center{text-align:center;margin-bottom:48px}.landing-text-stack-center--lg{text-align:center;margin-bottom:64px}.landing-products-head{margin-bottom:64px;border-bottom:1px solid var(--landing-border);padding-bottom:32px;gap:24px}.landing-products-head,.landing-products-head-main{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.landing-products-head-main{gap:16px;flex:1 1;min-width:0}.landing-filter-row{display:flex;gap:24px;flex-wrap:wrap}.landing-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:2px;gap:2px}.landing-recipes-head{margin-bottom:48px;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px}.landing-recipes-slider{margin-top:8px;margin-inline:calc(-1 * clamp(24px, 5vw, 80px));padding-inline:clamp(24px,5vw,80px)}.landing-recipe-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.65) 0,transparent 55%);pointer-events:none}.landing-recipe-caption{position:absolute;bottom:0;left:0;right:0;padding:16px 14px 18px;pointer-events:none}.landing-partner-split{min-height:760px;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border)}.landing-partner-col-dark{border-right:1px solid var(--landing-border);background:#0a0a0a;color:#f5f4f0;--landing-text:#f5f4f0;--landing-muted:rgba(245,244,240,0.72);--landing-border:rgba(245,244,240,0.22)}.landing-partner-col-dark,.landing-partner-col-light{padding:clamp(32px,8vw,96px);display:flex;flex-direction:column;justify-content:center}.landing-partner-col-light{background:#ffffff}.landing-partner-cta-row{display:flex;gap:12px;flex-wrap:wrap}.landing-partner-form{max-width:460px;display:grid;grid-gap:36px;gap:36px}.landing-partner-field{border:0;border-bottom:1px solid rgba(0,0,0,.2);padding:10px 0;background:transparent;color:#101010;font-size:14px;font-weight:300}.landing-partner-field--textarea{resize:none}.landing-form-error{margin:0;font-size:13px;color:#b91c1c;font-weight:400}.landing-partner-cta-btn{width:-moz-fit-content;width:fit-content;border:1px solid #101010;background:transparent;color:#101010;font-size:11px;letter-spacing:.2em;text-transform:uppercase;padding:14px 24px;font-weight:400;font-family:inherit;cursor:pointer}.landing-partner-cta-btn--success{border-color:#166534;color:#166534}.landing-partner-cta-btn--wait{cursor:wait;opacity:.6}.landing-offices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:0;gap:0;border:1px solid var(--landing-border)}.landing-office-cell{padding:34px 28px;background:var(--landing-card)}.landing-office-cell:not(:last-child){border-right:1px solid var(--landing-border)}.landing-retail-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:40px}.landing-retail-map{aspect-ratio:21/9;border:1px solid var(--landing-border);overflow:hidden;margin-bottom:36px}.landing-retail-map-img{filter:grayscale(1) contrast(1.1);opacity:.75}.landing-retail-channels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.landing-channel-line{margin-bottom:8px}.landing-marquee-strip{border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);overflow:hidden;padding:22px 0;background:var(--landing-bg)}.landing-partners-logos{margin-bottom:64px}.landing-partners-logo-cell{background:var(--landing-card);border:1px solid var(--landing-border);display:flex;align-items:center;justify-content:center;padding:24px 16px;opacity:.9;transition:opacity .3s}.landing-partners-logo-img-wrap{position:relative;width:100%;height:48px}.landing-partners-logo-img-wrap img{object-fit:contain}.landing-partners-quote-stack{text-align:center;margin-bottom:48px}.landing-partners-quote-cta{margin-top:40px}.landing-meta-muted{color:var(--landing-text);opacity:.6}.landing-meta-muted--50{opacity:.5}.landing-news-feature-media{aspect-ratio:16/10;overflow:hidden;background:var(--landing-card);margin-bottom:24px}.landing-news-list-item{padding:20px 0}.landing-news-list-item,.landing-news-list-rule{border-top:1px solid var(--landing-border)}.landing-mb-64{margin-bottom:64px}.landing-img-cover{width:100%;height:100%;object-fit:cover}.landing-hero-outer{width:100%;min-height:calc(100vh - var(--landing-main-pad-top, 72px));height:calc(100vh - var(--landing-main-pad-top, 72px));max-height:calc(100dvh - var(--landing-main-pad-top, 72px));background:var(--landing-bg,#ffffff);box-sizing:border-box;padding:clamp(16px,3vw,48px);display:flex;flex-direction:column;align-items:center;gap:0}.landing-hero-outer--fullbleed{padding:0;gap:0;background:#2a2a2a}.landing-hero-frame-shell{position:relative;flex:1 1;min-height:0;width:100%;max-width:1600px}.landing-hero-outer--fullbleed .landing-hero-frame-shell{max-width:none}.landing-hero-frame{position:absolute;inset:0;border-radius:clamp(12px,2vw,24px);border:1px solid rgba(19,19,19,.1);overflow:hidden;background:#ffffff}.landing-hero-outer--fullbleed .landing-hero-frame{border-radius:0;border:none;background:#2a2a2a}.landing-hero-slide-img,.landing-hero-slide-wrap{position:absolute;inset:0}.landing-hero-slide-img{width:100%;height:100%;object-fit:cover}.landing-hero-slide-dim{position:absolute;inset:0;background:rgba(255,255,255,.06);pointer-events:none}.landing-hero-outer--fullbleed .landing-hero-slide-dim{background:rgba(55,55,58,.22)}.landing-hero-slide-gradient{position:absolute;inset:0;background:linear-gradient(0deg,rgba(255,255,255,.32) 0,rgba(255,255,255,.08) 45%,rgba(255,255,255,0));pointer-events:none}.landing-hero-outer--fullbleed .landing-hero-slide-gradient{background:linear-gradient(0deg,rgba(42,42,45,.62) 0,rgba(72,72,76,.22) 42%,rgba(0,0,0,0))}.landing-hero-content{position:absolute;inset:0;z-index:10;display:flex;flex-direction:column;justify-content:flex-end;padding-top:clamp(24px,4vw,64px);padding-inline:clamp(24px,4vw,64px);padding-bottom:calc(clamp(24px, 4vw, 64px) + 52px);pointer-events:none}.landing-hero-content .landing-hero-copy{pointer-events:auto;max-width:42rem}.landing-kicker--explore{font-size:10px;letter-spacing:.4em;text-transform:uppercase;color:rgba(19,19,19,.55);margin-bottom:12px}.landing-hero-outer--fullbleed .landing-hero-content .landing-kicker--explore{color:rgba(255,255,255,.78)}.landing-hero-title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:clamp(36px,7vw,64px);font-weight:300;line-height:1.08;color:#131313;margin:0;letter-spacing:-.02em}.landing-hero-outer--fullbleed .landing-hero-title{color:#ffffff}.landing-hero-title--italic{font-style:italic;font-weight:300}.landing-hero-cta-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center;padding-top:20px}.landing-hero-cta-pill{display:inline-flex;align-items:center;justify-content:center;padding:14px clamp(24px,4vw,40px);border-radius:9999px;font-family:var(--font-family-ui);font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;border:1px solid #131313;color:#ffffff;background:#131313;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .35s ease,color .35s ease,border-color .35s ease;cursor:var(--nav-cursor,pointer)}.landing-hero-cta-pill:hover{background:#ffffff;color:#131313;border-color:#131313}.landing-hero-cta-pill--ghost{border-color:rgba(19,19,19,.35);color:#131313;background:rgba(255,255,255,.65)}.landing-hero-cta-pill--ghost:hover{background:rgba(19,19,19,.08);border-color:rgba(19,19,19,.55);color:#131313}.landing-hero-outer--fullbleed .landing-hero-cta-pill{background:rgba(255,255,255,.16);color:#ffffff;border-color:rgba(255,255,255,.92);transition:background .3s ease,color .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease}.landing-hero-outer--fullbleed .landing-hero-cta-pill:hover{background:rgba(255,255,255,.28);color:#ffffff;border-color:#ffffff}.landing-hero-outer--fullbleed .landing-hero-cta-pill--ghost{background:transparent;color:#ffffff;border-color:rgba(255,255,255,.88)}.landing-hero-outer--fullbleed .landing-hero-cta-pill--ghost:hover{background:rgba(255,255,255,.12);color:#ffffff;border-color:#ffffff}@media (hover:hover) and (pointer:fine){.landing-hero-outer--fullbleed .landing-hero-cta-pill:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(0,0,0,.32)}.landing-hero-outer--fullbleed .landing-hero-cta-pill--ghost:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.26);background:rgba(255,255,255,.18)}}.landing-hero-outer--fullbleed .landing-hero-cta-pill:active{transform:translateY(0);box-shadow:0 6px 18px rgba(0,0,0,.22)}.landing-hero-outer--fullbleed .landing-hero-cta-pill--ghost:active{transform:translateY(0);box-shadow:0 4px 14px rgba(0,0,0,.18)}.landing-hero-outer--fullbleed .landing-hero-cta-pill:focus-visible{outline:2px solid rgba(255,255,255,.95);outline-offset:3px}.landing-hero-dots-row{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.landing-hero-frame .landing-hero-dots-row{position:absolute;left:0;right:0;bottom:clamp(20px,3.5vh,48px);z-index:12;max-width:min(420px,calc(100% - clamp(32px, 8vw, 80px)));margin-inline:auto;padding-inline:clamp(16px,3vw,48px);box-sizing:border-box;pointer-events:auto}.landing-hero-dots-track{position:relative;width:100%;height:1px;background:rgba(19,19,19,.12);display:flex;align-items:center;justify-content:space-between;padding:0 6px}.landing-hero-outer--fullbleed .landing-hero-dots-track{background:rgba(255,255,255,.22)}.landing-hero-dot{width:6px;height:6px;border-radius:50%;border:none;padding:0;background:rgba(19,19,19,.22);cursor:var(--nav-cursor,pointer);transform:translateY(-50%);transition:background .35s ease,width .35s ease,height .35s ease,box-shadow .35s ease}.landing-hero-outer--fullbleed .landing-hero-dot{background:rgba(255,255,255,.42)}.landing-hero-dot--active{width:12px;height:12px;background:#131313;box-shadow:0 0 12px 2px rgba(19,19,19,.12)}.landing-hero-outer--fullbleed .landing-hero-dot--active{background:#ffffff;box-shadow:0 0 12px 2px rgba(255,255,255,.22)}.landing-view-all-link{font-family:var(--font-family-ui);font-size:10px;font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:var(--landing-text,#131313);opacity:.55;text-decoration:none;border-bottom:1px solid var(--landing-border,#cbc8bf);padding-bottom:4px;align-self:flex-end;transition:opacity .25s ease;cursor:var(--nav-cursor,pointer)}.landing-view-all-link:hover{opacity:1}.landing-prod{--prod-ink:#0f172a;--prod-ink-muted:#64748b;--prod-ink-soft:#94a3b8;--prod-ink-faint:#cbd5e1;--prod-line:#f1f5f9;--prod-stats-bg:#fafaf9;background:#fff;color:var(--prod-ink)}.landing-prod-inner{max-width:1280px;margin:0 auto;padding:clamp(48px,8vw,100px) clamp(20px,4vw,48px) clamp(72px,10vw,120px)}.landing-prod-intro-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:24px 32px;margin-bottom:clamp(28px,5vw,47px)}.landing-prod-bc{font-family:var(--font-family-ui);font-size:11px;font-weight:300;letter-spacing:.06em;color:var(--prod-ink-soft);line-height:1.5;max-width:min(100%,420px)}.landing-prod-bc-link{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease}.landing-prod-bc-link:hover{color:var(--prod-ink);border-bottom-color:var(--prod-line)}.landing-prod-bc-sep{color:var(--prod-ink-faint)}.landing-prod-bc-current{color:var(--prod-ink-muted)}.landing-prod-hero-title{margin:0;font-family:var(--font-family-display);font-weight:700;font-size:clamp(42px,9vw,96px);line-height:.95;letter-spacing:.02em;text-transform:uppercase;text-align:right;color:rgba(0,0,0,.84)}@media (max-width:640px){.landing-prod-hero-title{text-align:left;width:100%}}.landing-prod-quote{margin:0 0 clamp(36px,6vw,56px);max-width:28em;font-family:var(--font-family-editorial);font-size:clamp(18px,2.2vw,24px);font-weight:400;line-height:1.62;color:var(--prod-ink-muted)}.landing-prod-videos{display:grid;grid-template-columns:1fr;grid-gap:clamp(40px,6vw,72px);gap:clamp(40px,6vw,72px)}@media (min-width:900px){.landing-prod-videos{grid-template-columns:1fr 1fr;gap:clamp(32px,4.5vw,60px);align-items:flex-start}.landing-prod-video-col--right{margin-top:clamp(72px,12vw,128px)}}.landing-prod-hover-video{position:relative;overflow:hidden;aspect-ratio:592/340;max-height:52vh;background:#0a0a0a;outline:none;cursor:var(--nav-cursor,pointer)}.landing-prod-hover-video:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--prod-ink)}.landing-prod-hover-video-el{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1);filter:grayscale(1);transition:filter .45s ease,transform .55s ease;will-change:transform,filter}.landing-prod-hover-video:focus-within .landing-prod-hover-video-el,.landing-prod-hover-video:hover .landing-prod-hover-video-el{filter:grayscale(0);transform:scale(1.045)}@media (prefers-reduced-motion:reduce){.landing-prod-hover-video-el{transition:none}.landing-prod-hover-video:focus-within .landing-prod-hover-video-el,.landing-prod-hover-video:hover .landing-prod-hover-video-el{transform:none}}.landing-prod-video-caption{margin-top:16px;display:flex;flex-direction:column;gap:12px}.landing-prod-video-caption-row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px 16px;padding-bottom:16px;border-bottom:1px solid var(--prod-line)}.landing-prod-city{font-family:var(--font-family-display);font-size:clamp(26px,3vw,30px);font-weight:400;line-height:1.2;color:var(--prod-ink)}.landing-prod-city-tag{font-family:var(--font-family-display);font-size:12px;line-height:1.33;letter-spacing:.1em;text-transform:uppercase;color:var(--prod-ink-soft)}.landing-prod-city-desc{margin:0;font-family:var(--font-family-editorial);font-size:16px;line-height:1.5;color:var(--prod-ink-muted)}.landing-prod-stats{margin-top:clamp(56px,10vw,120px);margin-left:calc(-1 * clamp(20px, 4vw, 48px));margin-right:calc(-1 * clamp(20px, 4vw, 48px));padding:clamp(72px,12vw,160px) clamp(20px,4vw,48px);background:var(--prod-stats-bg)}.landing-prod-stats-grid{max-width:1184px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-gap:clamp(40px,8vw,56px) clamp(24px,4vw,40px);gap:clamp(40px,8vw,56px) clamp(24px,4vw,40px)}@media (min-width:720px){.landing-prod-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-prod-stats-grid{grid-template-columns:repeat(3,1fr);gap:56px 48px}}.landing-prod-stat-cell{padding:clamp(16px,2.2vw,28px) clamp(12px,2vw,20px);transition:background .35s ease,transform .35s ease,box-shadow .35s ease}@media (hover:hover) and (pointer:fine){.landing-prod-stat-cell:hover{background:rgba(255,255,255,.78);box-shadow:0 18px 50px rgba(15,23,42,.08);transform:translateY(-4px)}.landing-prod-stat-cell:hover .landing-prod-stat-label{color:#3d4f5f}.landing-prod-stat-cell:hover .landing-prod-stat-value{color:#0c1420}}@media (prefers-reduced-motion:reduce){.landing-prod-stat-cell{transition:background .25s ease,box-shadow .25s ease}@media (hover:hover) and (pointer:fine){.landing-prod-stat-cell:hover{transform:none}}}.landing-prod-stat-label{font-size:12px;line-height:1.33;letter-spacing:.3em;text-transform:uppercase;color:#4d6073}.landing-prod-stat-label,.landing-prod-stat-value{font-family:var(--font-family-display);margin-bottom:16px}.landing-prod-stat-value{font-size:clamp(44px,6vw,60px);line-height:1;font-weight:400;color:var(--prod-ink)}.landing-prod-stat-cell:last-child .landing-prod-stat-value{font-size:clamp(32px,4.5vw,48px);line-height:1.05}.landing-prod-stat-rule{width:48px;height:1px;margin-bottom:16px;background:linear-gradient(90deg,rgba(229,231,235,0),#e5e7eb 50%,rgba(229,231,235,0))}.landing-prod-stat-desc{margin:0;font-family:var(--font-family-editorial);font-size:16px;line-height:1.5;color:var(--prod-ink-muted)}.landing-prod-quality{margin-top:clamp(72px,12vw,140px);display:grid;grid-template-columns:1fr;grid-gap:clamp(40px,6vw,64px);gap:clamp(40px,6vw,64px);align-items:start}@media (min-width:900px){.landing-prod-quality{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px 64px;align-items:center}}.landing-prod-quality-media{position:relative;aspect-ratio:1;max-width:544px;margin:0 auto;width:100%;border:1px solid var(--prod-line);overflow:hidden;background:#f8fafc}.landing-prod-quality-img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(1)}.landing-prod-quality-title{margin:0 0 clamp(28px,4vw,48px);font-family:var(--font-family-display);font-weight:400;font-size:clamp(32px,5vw,48px);line-height:1;color:var(--prod-ink)}.landing-prod-quality-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:48px}.landing-prod-quality-item{display:flex;gap:32px;align-items:flex-start}.landing-prod-quality-num{flex:none;width:1.25em;font-family:var(--font-family-display);font-size:20px;line-height:1.4;color:var(--prod-ink-faint)}.landing-prod-quality-item-title{margin:0 0 8px;font-family:var(--font-family-display);font-weight:400;font-size:clamp(20px,2.4vw,24px);line-height:1.33;color:var(--prod-ink)}.landing-prod-quality-item-desc{margin:0;font-family:var(--font-family-editorial);font-size:16px;line-height:1.5;color:var(--prod-ink-muted)}.landing-prod-cert{margin-top:clamp(72px,12vw,140px);padding-bottom:clamp(16px,4vw,32px)}.landing-prod-cert-head{text-align:center;margin-bottom:clamp(32px,5vw,48px)}.landing-prod-cert-title{margin:0 0 16px;font-family:var(--font-family-display);font-weight:400;font-size:clamp(32px,5vw,48px);line-height:1;color:var(--prod-ink)}.landing-prod-cert-sub{margin:0 auto;max-width:28em;font-family:var(--font-family-editorial);font-size:16px;line-height:1.5;color:var(--prod-ink-soft)}.landing-prod-cert-grid{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px}@media (min-width:768px){.landing-prod-cert-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.landing-prod-cert-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 24px 48px;gap:16px;min-height:100%}.landing-prod-cert-eyebrow{font-family:var(--font-family-display);font-size:12px;line-height:1.33;letter-spacing:.4em;text-transform:uppercase;color:var(--prod-ink-faint)}.landing-prod-cert-name{margin:0;font-family:var(--font-family-display);font-weight:400;font-size:clamp(24px,2.8vw,30px);line-height:1.2;color:var(--prod-ink)}.landing-prod-cert-desc{margin:0;flex:1 1;max-width:22em;font-family:var(--font-family-editorial);font-size:14px;line-height:1.43;color:var(--prod-ink-soft)}.landing-prod-cert-more{font-family:var(--font-family-display);font-size:10px;line-height:1.5;letter-spacing:.3em;text-transform:uppercase;color:var(--prod-ink);padding-bottom:4px;border-bottom:1px solid #e2e8f0}.landing-prod-cert-more-arrow{margin-left:6px;letter-spacing:0}.landing-kicker{font-family:var(--font-family-ui);font-weight:300;font-size:10px;letter-spacing:.35em;text-transform:uppercase;color:var(--landing-muted,#c6c6c6)}.landing-kicker--mb-12{margin-bottom:12px}.landing-kicker--mb-16{margin-bottom:16px}.landing-kicker--mb-4{margin-bottom:4px}.landing-kicker--mb-24{margin-bottom:24px}.landing-kicker--on-media{font-size:9px;letter-spacing:.25em;text-transform:uppercase;color:var(--landing-text);opacity:.6;margin-bottom:8px}.landing-kicker--text{color:var(--landing-text,#131313)}.landing-kicker--caps-tight{font-size:9px;letter-spacing:.25em}.landing-kicker--caps-cta{font-size:10px;letter-spacing:.2em}.landing-kicker--caps-spec{font-size:9px;letter-spacing:.2em}.landing-kicker--meta-wide{font-size:9px;letter-spacing:.3em}.landing-kicker--row{font-size:12px;letter-spacing:.1em;text-transform:uppercase}.landing-kicker--office{font-size:10px;letter-spacing:.18em}.landing-kicker--logo{font-size:9px;letter-spacing:.15em}.landing-heading-hero{font-size:clamp(52px,9vw,120px);font-weight:200;line-height:.9;color:var(--landing-text);margin:0;display:block}.landing-heading-hero--italic{font-style:italic}.landing-heading-section{font-size:clamp(36px,5vw,64px);font-weight:200;line-height:.9;color:var(--landing-text,#131313);margin:0}.landing-heading-section--relaxed{line-height:1.1;font-size:clamp(32px,4vw,56px)}.landing-heading-section--mb-40{margin-bottom:40px}.landing-heading-section--mb-32{margin-bottom:32px}.landing-heading-section--mb-20{margin:0 0 20px}.landing-heading-section--tight{line-height:.95}.landing-heading-retail{margin:0;font-size:clamp(36px,5vw,64px);font-style:italic;font-weight:300;color:var(--landing-text)}.landing-address-block{white-space:pre-line;margin:0 0 20px}.landing-news-meta-row{font-size:9px;font-weight:300;letter-spacing:.25em;text-transform:uppercase;color:var(--landing-muted);display:flex;gap:16px}.landing-news-meta-row--mb-12{margin-bottom:12px}.landing-news-meta-row--mb-8{margin-bottom:8px}.landing-founded-year{font-size:28px;font-weight:200;color:var(--landing-text)}.landing-heading-italic-section{font-size:clamp(36px,5vw,64px);margin:0 0 42px}.landing-heading-italic-lg,.landing-heading-italic-section{font-style:italic;font-weight:300;color:var(--landing-text)}.landing-heading-italic-lg{font-size:clamp(48px,6vw,84px);line-height:1.05;margin:0 0 48px}.landing-lead{font-size:13px;font-weight:300;line-height:1.8;color:var(--landing-text)}.landing-lead--muted{color:var(--landing-muted)}.landing-lead--hero{margin-top:24px;margin-bottom:32px;max-width:380px}.landing-link-ghost--tight{font-size:11px;letter-spacing:.2em}.landing-body{font-size:14px;font-weight:300;color:var(--landing-muted);line-height:1.8}.landing-body--narrow{max-width:520px}.landing-body-sm{font-size:13px;line-height:1.7}.landing-body-sm,.landing-body-xs{font-weight:300;color:var(--landing-muted)}.landing-body-xs{font-size:12px;line-height:1.6}.landing-link-ghost{letter-spacing:.2em}.landing-link-ghost,.landing-link-inline{font-family:var(--font-family-ui);font-size:11px;font-weight:300;text-transform:uppercase;color:var(--landing-text);opacity:.5;text-decoration:none}.landing-link-inline{display:inline-flex;align-items:center;gap:8px;letter-spacing:.15em;margin-top:32px;border-bottom:1px solid var(--landing-border);padding-bottom:2px}.landing-bullet-title{font-size:11px;font-weight:400;letter-spacing:.08em;color:var(--landing-text);margin-bottom:4px}.landing-filter-tab{font-family:var(--font-family-ui);font-size:10px;font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:var(--landing-text,#131313);background:none;border:none;border-bottom:1px solid transparent;padding-bottom:4px;cursor:var(--nav-cursor,pointer);transition:opacity .3s,border-color .3s}.landing-filter-tab[data-active=true]{opacity:1;border-bottom-color:var(--landing-text)}.landing-filter-tab:not([data-active=true]){opacity:.4}.landing-outline-btn{font-family:var(--font-family-ui);font-size:10px;letter-spacing:.2em;background:none;border:1px solid var(--landing-border);padding:13px 28px;text-decoration:none}.landing-outline-btn,.landing-scroll-label{font-weight:300;text-transform:uppercase;color:var(--landing-text)}.landing-scroll-label{font-size:9px;letter-spacing:.3em;writing-mode:vertical-rl}.landing-marquee-item{font-style:italic;font-size:30px;color:var(--landing-text);opacity:.55;margin:0 48px;white-space:nowrap}.landing-marquee-item--logo{display:inline-flex;align-items:center;justify-content:center;margin:0 48px;flex-shrink:0;font-style:normal;font-size:0;line-height:0;opacity:.85;white-space:normal}.landing-marquee-logo-box{position:relative;display:block;height:48px;width:160px}.landing-marquee-logo-img{object-fit:contain;object-position:center}.landing-footer--editorial{margin-top:0;border-top:none;background:#fafaf9;color:#131313;text-align:left}.landing-footer-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:2rem 1.5rem;gap:2rem 1.5rem;padding:clamp(3rem,6vw,6rem) clamp(24px,5vw,80px) clamp(2.5rem,4vw,3.5rem);max-width:1440px;margin:0 auto}@media (max-width:900px){.landing-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.landing-footer-nav{grid-template-columns:1fr}}.landing-footer-col-title{margin:0 0 1rem;font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:1.25rem;font-weight:400;line-height:1.4;letter-spacing:.125em;text-transform:uppercase;color:#000000}.landing-footer-col-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem}.landing-footer-col-link{font-family:var(--font-noto-serif),"Noto Serif",serif;font-size:1rem;line-height:1.5;color:#57534e;text-decoration:none;transition:color .15s ease}.landing-footer-col-link:hover{color:#1c1917}.landing-footer-bottom{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:2rem 2.5rem;padding:clamp(2rem,4vw,3rem) clamp(24px,5vw,80px);background:#f5f5f4;max-width:1440px;margin:0 auto}.landing-footer-logo-link{display:flex;flex-shrink:0;align-items:center;text-decoration:none}.landing-footer-logo-img{width:70px;height:auto;object-fit:contain}.landing-footer-bottom-mid{flex:1 1 280px;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:2.5rem 3rem;min-width:0}.landing-footer-bottom-cluster{display:flex;flex-direction:column;gap:.65rem;min-width:min(100%,200px)}.landing-footer-bottom-cluster--phones,.landing-footer-bottom-cluster--social{align-items:flex-start}.landing-footer-social-row{display:flex;flex-wrap:wrap;gap:0 1.5rem;row-gap:.35rem}.landing-footer-social-link{font-family:var(--font-noto-serif),"Noto Serif",serif;font-size:.875rem;line-height:1.43;color:#78716c;text-decoration:none}.landing-footer-social-link:hover{color:#44403c;text-decoration:underline}.landing-footer-email-stack{display:flex;flex-direction:column;gap:.25rem}.landing-footer-bottom-link{font-family:var(--font-work-sans),system-ui,sans-serif;font-size:.875rem;line-height:1.43;letter-spacing:.05em;color:#57534e;text-decoration:none}.landing-footer-bottom-link:hover{text-decoration:underline}.landing-footer-phones-row{display:flex;flex-wrap:wrap;gap:.5rem 2.5rem}.landing-footer-phone-link{font-family:var(--font-work-sans),system-ui,sans-serif;font-size:.875rem;line-height:1.43;letter-spacing:.05em;color:#57534e;text-decoration:none;white-space:nowrap}.landing-footer-phone-link:hover{text-decoration:underline}.landing-footer-address-stack{display:flex;flex-direction:column;gap:.15rem}.landing-footer-address-line{font-family:var(--font-work-sans),system-ui,sans-serif;font-size:.875rem;line-height:1.43;color:#57534e}.landing-footer-copyright{margin:0;flex-shrink:0;max-width:16rem;font-family:var(--font-work-sans),system-ui,sans-serif;font-size:.75rem;line-height:1.33;letter-spacing:.1em;text-transform:uppercase;text-align:right;color:#a8a29e}@media (max-width:720px){.landing-footer-copyright{text-align:left;max-width:none;width:100%}}.landing-product-card{contain:layout}.landing-product-media{position:relative;overflow:hidden;aspect-ratio:3/4;background-color:var(--landing-card,#111);contain:paint;isolation:isolate}.landing-product-hit{all:unset;display:block;height:100%;width:100%}.landing-product-img{width:100%;height:100%;object-fit:cover;transform:translateZ(0);transition:transform .42s cubic-bezier(.4,0,.2,1);-webkit-backface-visibility:hidden;backface-visibility:hidden}.landing-product-overlay-panel{position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,5,5,.82) 0,transparent 50%);opacity:0;transform:translateZ(0);transition:opacity .28s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;gap:12px;pointer-events:none}.landing-product-overlay-link{font-family:var(--font-family-ui);font-size:10px;color:#ffffff;transform:translate3d(0,16px,0);transition:transform .28s ease 60ms,opacity .28s ease 60ms;text-decoration:none}.landing-product-overlay-btn,.landing-product-overlay-link{font-weight:300;letter-spacing:.25em;text-transform:uppercase;opacity:0;pointer-events:auto;cursor:var(--nav-cursor,pointer)}.landing-product-overlay-btn{font-size:9px;color:var(--landing-text,#131313);background-color:#ffffff;border:none;padding:10px 0;transform:translate3d(0,20px,0);transition:transform .28s ease .1s,opacity .28s ease .1s}.landing-product-footer{background-color:var(--landing-card-alt,#ffffff);padding:20px 4px;border-top:1px solid var(--landing-border,#cbc8bf)}.landing-product-price{font-family:var(--font-family-ui);font-size:9px;font-weight:300;letter-spacing:.25em;text-transform:uppercase;color:var(--landing-muted,#666);margin-bottom:8px}.landing-product-name{font-family:var(--font-family-editorial);font-size:22px;font-weight:300;color:var(--landing-text,#131313);margin-bottom:6px}.landing-categories-section{position:relative;overflow:visible;box-sizing:border-box;display:flex;background-color:var(--landing-categories-bg,var(--landing-bg,#ffffff));min-height:calc(100vh - var(--landing-main-pad-top, 72px));height:calc(100vh - var(--landing-main-pad-top, 72px));max-height:calc(100dvh - var(--landing-main-pad-top, 72px))}.landing-categories-bg-wrap{position:absolute;top:0;right:0;width:50%;height:100%;z-index:0;overflow:hidden}.landing-categories-bg-img{width:100%;height:100%;object-fit:cover;transform:scale(2.5)}.landing-categories-fade-right{position:absolute;inset:0;background:linear-gradient(to right,var(--landing-categories-bg,#ffffff) 0,color-mix(in srgb,var(--landing-categories-bg,#ffffff) 93%,transparent) 8%,color-mix(in srgb,var(--landing-categories-bg,#ffffff) 80%,transparent) 16%,color-mix(in srgb,var(--landing-categories-bg,#ffffff) 60%,transparent) 25%,color-mix(in srgb,var(--landing-categories-bg,#ffffff) 34%,transparent) 35%,color-mix(in srgb,var(--landing-categories-bg,#ffffff) 14%,transparent) 50%,transparent 70%);pointer-events:none}.landing-categories-fade-side{position:absolute;top:0;left:-40px;width:50%;height:100%;background:linear-gradient(to right,var(--landing-categories-bg,#ffffff) 0,transparent 100%);filter:blur(60px);pointer-events:none}.landing-categories-fade-v{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0,transparent 12%,transparent 88%,var(--landing-categories-bg,#ffffff) 100%);pointer-events:none}.landing-categories-inner{position:relative;z-index:5;flex:1 1;min-height:0;width:100%;height:100%;display:flex;align-items:center;box-sizing:border-box;padding:0 clamp(24px,5vw,80px);overflow:visible}.landing-categories-heading-wrap{position:absolute;top:clamp(40px,6vh,80px);left:clamp(24px,5vw,80px);z-index:10}.landing-categories-heading{font-size:clamp(32px,3.5vw,52px);font-weight:300;color:var(--landing-categories-ink,var(--landing-text,#131313));letter-spacing:-.02em;margin:0}.landing-categories-copy{width:35%;min-width:0;min-height:0;max-height:100%;padding-right:clamp(16px,2vw,40px);z-index:10;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.landing-categories-copy::-webkit-scrollbar{display:none}.landing-categories-eyebrow{font-size:clamp(11px,1vw,13px);font-weight:400;letter-spacing:.25em;text-transform:uppercase;color:var(
    --landing-categories-ink-soft,color-mix(in srgb,var(--landing-text,#131313) 45%,transparent)
  );margin-bottom:12px}.landing-categories-title{font-size:clamp(36px,4vw,68px);font-weight:400;font-style:italic;color:var(--landing-categories-ink,var(--landing-text,#131313));line-height:1.05;margin:0 0 24px}.landing-categories-desc{font-size:clamp(13px,1.1vw,16px);line-height:1.7;color:var(
    --landing-categories-ink-muted,color-mix(in srgb,var(--landing-text,#131313) 72%,transparent)
  );max-width:380px;margin:0 0 28px}.landing-categories-meta-row{display:flex;gap:24px;align-items:center}.landing-categories-meta-row--wrap{flex-wrap:wrap}.landing-categories-meta-row--mt-8{margin-top:8px}.landing-categories-meta-label{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(
    --landing-categories-ink-soft,color-mix(in srgb,var(--landing-text,#131313) 38%,transparent)
  )}.landing-categories-meta-accent{font-size:18px;font-style:italic;color:var(--landing-slide-accent,#131313)}.landing-categories-meta-accent--white{color:#ffffff}.landing-categories-meta-value{font-size:15px;color:var(
    --landing-categories-ink-muted,color-mix(in srgb,var(--landing-text,#131313) 82%,transparent)
  )}.landing-categories-visual{position:absolute;left:38%;top:0;bottom:0;width:30%;display:flex;justify-content:center;align-items:center;z-index:10;overflow:visible}.landing-categories-product-img{max-height:85%;max-width:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 40px 80px rgba(0,0,0,.6))}.landing-categories-glow{position:absolute;width:clamp(300px,35vw,500px);height:clamp(300px,35vw,500px);border-radius:50%;z-index:-1;background:radial-gradient(circle,color-mix(in srgb,var(--landing-slide-accent,#131313) 27%,transparent) 0,transparent 70%)}.landing-categories-nav-row{position:absolute;bottom:clamp(24px,4vh,50px);left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:0 clamp(24px,5vw,80px)}.landing-categories-nav-prev{position:absolute;left:clamp(24px,5vw,80px);display:flex;gap:12px}.landing-categories-dots{display:flex;gap:10px;align-items:center}.landing-categories-dot{width:8px;height:8px;border-radius:4px;border:none;padding:0;background:var(--landing-categories-dot,rgba(19,19,19,.15));transition:all .4s ease;cursor:var(--nav-cursor,pointer)}.landing-categories-dot--active{width:28px;background:var(--landing-slide-accent,rgba(19,19,19,.35))}.landing-categories-progress-track{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--landing-categories-progress-track,rgba(19,19,19,.08));z-index:10}.landing-categories-progress-bar{height:100%;background:var(--landing-slide-accent,rgba(19,19,19,.35))}.landing-nav-fab{width:44px;height:44px;border-radius:50%;border:1px solid color-mix(in srgb,var(--landing-categories-ink,#131313) 22%,transparent);background:color-mix(in srgb,var(--landing-categories-ink,#131313) 8%,transparent);color:var(--landing-categories-ink,var(--landing-text,#131313));font-size:18px;display:flex;align-items:center;justify-content:center;cursor:var(--nav-cursor,pointer);transition:all .3s ease}.landing-nav-fab:hover{background:color-mix(in srgb,var(--landing-categories-ink,#131313) 16%,transparent)}.landing-modal-backdrop{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:clamp(16px,4vw,48px);transition:background-color .35s ease;background-color:rgba(0,0,0,0)}.landing-modal-backdrop--visible{background-color:rgba(0,0,0,.9)}.landing-modal-panel{background-color:var(--landing-card,#111);border:1px solid var(--landing-border);width:100%;max-width:980px;max-height:90vh;overflow:auto;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px)}.landing-modal-panel--visible{opacity:1;transform:translateY(0)}.landing-modal-close{position:absolute;top:20px;right:20px;z-index:1;background:none;border:none;color:var(--landing-text);opacity:.5}.landing-modal-media{aspect-ratio:3/4;overflow:hidden;background-color:var(--landing-card-alt)}.landing-modal-body{padding:48px 40px;display:flex;flex-direction:column;gap:20px}.landing-modal-spec-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px}.landing-modal-spec-cell{background-color:var(--landing-card-alt);padding:14px 16px}.landing-modal-spec-label{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:#555;margin-bottom:5px}.landing-modal-spec-value{font-size:12px;color:var(--landing-text);opacity:.85}.landing-modal-title{margin:0;font-size:clamp(34px,5vw,48px);font-weight:300;color:var(--landing-text);line-height:1}.landing-modal-lead{margin:0;font-size:14px;line-height:1.8;color:var(--landing-muted)}.landing-modal-kicker{color:var(--landing-muted)}.landing-modal-kicker,.landing-theme .landing-cta-fill{font-size:10px;letter-spacing:.2em;text-transform:uppercase}.landing-theme .landing-cta-fill{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-family-ui);font-weight:300;color:var(--landing-text);background:none;border:1px solid var(--landing-border);padding:14px 32px;text-decoration:none}.landing-theme .landing-cta-fill--hero{font-size:11px;letter-spacing:.25em;border-color:rgba(19,19,19,.22);padding:14px 32px}.landing-cta-fill-inner{position:relative;z-index:1}.landing-cta-fill-bg{position:absolute;inset:0;background-color:var(--landing-text);transform:translateX(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:0}.landing-recipe-title{font-family:var(--font-family-editorial);font-weight:300;color:var(--landing-text);line-height:1.2}.landing-recipe-caption .landing-recipe-title,.landing-recipes-slider-card .landing-recipe-title{color:#ffffff}.landing-recipe-caption .landing-kicker--on-media{color:rgba(255,255,255,.65)}.landing-recipes-slider-track{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:clamp(24px,5vw,80px);padding-bottom:12px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.landing-recipes-slider-item{flex:0 0 auto;scroll-snap-align:start;width:min(42vw,260px)}.landing-recipes-slider-card{display:block;position:relative;overflow:hidden;width:100%;aspect-ratio:9/16;background:var(--landing-card);border-radius:2px}.landing-recipes-slider-title{font-size:clamp(15px,3.8vw,18px);margin-top:6px}@media (min-width:900px){.landing-recipes-slider-item{width:240px}.landing-recipes-slider-title{font-size:17px}}.landing-card-title-sm{font-size:24px;font-weight:300;color:var(--landing-text);margin-bottom:12px;line-height:1.2}.landing-stat-num{font-size:56px;font-weight:200;color:var(--landing-text);line-height:1;margin-bottom:8px}.landing-about-lead{font-size:22px;font-weight:300;color:var(--landing-text);line-height:1.7;margin-bottom:24px;opacity:.85}.landing-about-body{font-size:15px;font-weight:300;color:var(--landing-muted);line-height:1.9;margin-bottom:48px}.landing-story{--landing-story-teal:#d4ebe8;--landing-story-teal-deep:#b8ded8;--landing-story-line:rgba(19,19,19,0.12);--landing-story-line-active:rgba(19,19,19,0.55)}.landing-story-inner{max-width:1184px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(72px,11vw,132px)}.landing-story-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);align-items:center}.landing-story-heading{font-family:var(--font-family-display);font-weight:400;max-width:16ch}.landing-story-intro{margin:0;max-width:42rem;color:color-mix(in srgb,var(--landing-text) 82%,transparent);line-height:1.85}.landing-story-visual-panel{position:relative;overflow:hidden;width:100%;height:clamp(320px,52vw,520px);background:#0a1210}.landing-story-visual-panel--compact{height:clamp(300px,48vw,480px)}.landing-story-visual-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.landing-story-path{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);align-items:stretch}.landing-story-path-aside{display:flex;flex-direction:column;min-width:0}.landing-story-path-sticky{position:-webkit-sticky;position:sticky;top:calc(var(--landing-main-pad-top, 72px) + 24px);align-self:flex-start;width:100%;max-width:100%;padding-bottom:24px}.landing-story-milestones{display:flex;flex-direction:column}.landing-story-milestone{position:relative;padding-left:36px;padding-bottom:clamp(40px,6vw,56px)}.landing-story-milestone:last-child{padding-bottom:0}.landing-story-milestone:before{content:"";position:absolute;left:10px;top:0;bottom:0;width:1px;background:var(--landing-story-line);transition:background .3s ease}.landing-story-milestone:hover:before{background:var(--landing-story-line-active)}.landing-story-milestone-card{transition:transform .3s ease;transform-origin:0 50%}.landing-story-milestone:hover .landing-story-milestone-card{transform:scale(1.02)}.landing-story-year{font-family:var(--font-family-ui);font-size:11px;font-weight:300;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-muted);margin-bottom:10px}.landing-story-milestone-title{margin:0 0 12px;font-family:var(--font-family-ui);font-size:clamp(17px,2vw,20px);font-weight:600;color:var(--landing-text);line-height:1.25}.landing-story-milestone-body{margin:0;color:color-mix(in srgb,var(--landing-muted) 92%,var(--landing-text) 8%);line-height:1.8;max-width:40rem}.landing-story-mission-title{margin-bottom:clamp(28px,4vw,40px)}.landing-story-mission-blocks{display:flex;flex-direction:column;gap:clamp(24px,3vw,32px)}.landing-story-subhead{margin:0 0 8px;font-family:var(--font-family-ui);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--landing-text)}.landing-story-mission-p{margin:0;line-height:1.85;color:color-mix(in srgb,var(--landing-muted) 88%,var(--landing-text) 12%)}.landing-story-trust-title{margin-bottom:clamp(32px,5vw,48px);max-width:20ch}.landing-story-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:clamp(12px,2vw,20px);gap:clamp(12px,2vw,20px)}.landing-story-trust-tile{position:relative;display:flex;flex-direction:column;min-height:200px;padding:clamp(22px,3vw,28px) clamp(20px,2.5vw,24px);background:var(--landing-card);transition:transform .3s ease;transform-origin:center center}.landing-story-trust-tile:hover{transform:scale(1.03)}.landing-story-trust-num{font-family:var(--font-family-ui);font-size:10px;font-weight:300;letter-spacing:.2em;color:var(--landing-muted);margin-bottom:auto}.landing-story-trust-tile-title{margin:24px 0 12px;font-family:var(--font-family-ui);font-size:clamp(15px,1.6vw,17px);font-weight:600;line-height:1.3;color:var(--landing-text)}.landing-story-trust-tile-body{margin:0;font-size:13px;line-height:1.75;color:color-mix(in srgb,var(--landing-muted) 90%,var(--landing-text) 10%)}.landing-story-globe-copy .landing-story-globe-p{margin:0 0 1rem;max-width:38rem;line-height:1.85;color:color-mix(in srgb,var(--landing-muted) 88%,var(--landing-text) 12%)}.landing-story-globe-copy .landing-story-globe-p:last-child{margin-bottom:0}.landing-story-globe-visual{position:relative;min-height:min(52vw,400px);display:flex;align-items:center;justify-content:center}.landing-story-globe-sphere{position:absolute;width:min(88%,340px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.55) 0,rgba(255,255,255,0) 42%),radial-gradient(circle at 70% 62%,rgba(180,220,214,.35) 0,rgba(255,255,255,0) 55%),linear-gradient(145deg,rgba(212,235,232,.55),rgba(255,255,255,.2) 45%,rgba(200,220,216,.45));border:1px solid color-mix(in srgb,var(--landing-border) 55%,transparent);opacity:.85;filter:blur(0)}.landing-story-globe-stats{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(20px,3vw,32px);width:100%;max-width:380px;padding:clamp(12px,2vw,20px)}.landing-story-globe-stats-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(12px,2vw,20px);gap:clamp(12px,2vw,20px);align-items:start}.landing-story-globe-stat{display:flex;flex-direction:column;gap:4px}.landing-story-globe-stat--tr{text-align:right}.landing-story-globe-stat--accent{text-align:center;padding-top:4px}.landing-story-globe-stat-value{font-family:var(--font-family-display);font-size:clamp(36px,5vw,52px);font-weight:400;line-height:1;color:var(--landing-text)}.landing-story-globe-stat-unit{font-family:var(--font-family-ui);font-size:11px;font-weight:600;letter-spacing:.18em;color:var(--landing-muted)}.landing-story-globe-stat-label{font-family:var(--font-family-ui);font-size:10px;font-weight:300;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-muted)}@media (max-width:900px){.landing-story-path,.landing-story-split{grid-template-columns:1fr}.landing-story-path-sticky{position:static;padding-bottom:8px}.landing-story-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.landing-story-trust-grid{grid-template-columns:1fr}.landing-story-trust-tile{min-height:0}}@media (prefers-reduced-motion:reduce){.landing-story-milestone-card,.landing-story-trust-tile{transition:none}.landing-story-milestone:hover .landing-story-milestone-card,.landing-story-trust-tile:hover{transform:none}.landing-story-milestone:before{transition:none}}.landing-iso-num{font-size:40px;font-weight:200;color:var(--landing-text);line-height:1;margin-bottom:4px}.landing-news-title{font-size:28px;font-weight:300;color:var(--landing-text);line-height:1.2;margin-bottom:12px}.landing-news-item-title{font-size:18px;font-weight:300;color:var(--landing-text);line-height:1.3}.landing-quote-mark{font-size:80px;font-weight:200;color:var(--landing-text);opacity:.06;line-height:1;margin-bottom:-24px}.landing-quote-body{font-size:22px;font-weight:300;font-style:italic;color:var(--landing-text);line-height:1.7;max-width:600px;margin:0 auto 24px}.landing-office-city{font-size:30px;color:var(--landing-text);margin-bottom:16px}.landing-tel-link{color:var(--landing-text);text-decoration:none;border-bottom:1px solid var(--landing-border);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.page-bg-sand-texture{position:relative;isolation:isolate;background-color:var(--texture-sand-base)}.page-bg-sand-texture>*{position:relative;z-index:1}.page-bg-sand-texture:after,.page-bg-sand-texture:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:var(--texture-sand-grain);background-repeat:repeat}.page-bg-sand-texture:before{opacity:var(--texture-sand-soft-opacity);background-image:radial-gradient(130% 95% at 5% 4%,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 60%),var(--texture-sand-grain);background-size:100% 100%,var(--texture-sand-tile) var(--texture-sand-tile)}.page-bg-sand-texture:after{opacity:var(--texture-sand-luma-opacity);background-size:calc(var(--texture-sand-tile) * .72) calc(var(--texture-sand-tile) * .72)}@media (prefers-contrast:more),(prefers-reduced-transparency:reduce){.page-bg-sand-texture:before{opacity:calc(var(--texture-sand-soft-opacity) * .45)}.page-bg-sand-texture:after{opacity:calc(var(--texture-sand-luma-opacity) * .45)}}.catalog-theme{--color-bg:#ffffff;--texture-sand-base:var(--color-bg);--catalog-card-bg:#f2f2f2;--catalog-photo-outer:#f2f2f2;--catalog-image-frame-border:transparent;--catalog-image-frame-inset:var(--catalog-photo-outer);--landing-text:#131313;--landing-border:#cbc8bf;--landing-bg:#ffffff;--landing-muted:#5f5f5f;--nav-control-border:rgba(0,0,0,0.2);--nav-dropdown-bg:rgba(255,255,255,0.98);--nav-dropdown-border:rgba(0,0,0,0.15);--nav-cursor:pointer}.catalog-page-inner{width:100%;max-width:none;margin:0}.catalog-layout{display:grid;align-items:start;justify-items:stretch;grid-template-columns:minmax(0,var(--catalog-rail-width)) minmax(0,1fr);grid-column-gap:var(--catalog-rail-gap-open);column-gap:var(--catalog-rail-gap-open);transition:grid-template-columns .28s cubic-bezier(.25,.46,.45,.94),column-gap .28s cubic-bezier(.25,.46,.45,.94)}.catalog-layout,.catalog-layout.filters-open{--catalog-rail-width:215px;--catalog-rail-gap-open:clamp(1.5rem,3vw,2.6rem)}.catalog-layout.filters-closed{--catalog-rail-width:0px;--catalog-rail-gap-open:0px}.catalog-leading-col{min-width:0;min-height:0;justify-self:start;width:100%;overflow:visible}.catalog-leading-sticky{position:-webkit-sticky;position:sticky;top:7rem;z-index:25;display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;width:215px;max-width:none;box-sizing:border-box;overflow:visible}@media (min-width:641px){.catalog-leading-sticky{position:fixed;top:7rem;left:clamp(1rem,4vw,3.5rem)}}.catalog-sidebar-clip{overflow:hidden;width:215px;max-width:100%;flex-shrink:0;transition:width .28s cubic-bezier(.25,.46,.45,.94)}.catalog-layout.filters-closed .catalog-sidebar-clip{width:0;min-width:0}.catalog-products-inner{min-width:0}.catalog-sidebar{min-width:215px;width:215px;max-width:215px;display:flex;flex-direction:column;overflow:hidden;transition:transform .28s cubic-bezier(.25,.46,.45,.94),opacity .22s ease;transform:translateX(0);opacity:1}.catalog-layout.filters-closed .catalog-sidebar{transform:translateX(-16px);opacity:0}@media (prefers-reduced-motion:reduce){.catalog-layout,.catalog-sidebar,.catalog-sidebar-clip{transition:none}}.catalog-sidebar-scroll{display:flex;flex-direction:column;gap:1.1rem;max-height:calc(100vh - 7.5rem - 3.25rem);overflow-x:hidden;overflow-y:auto;padding-right:.25rem;scrollbar-gutter:stable}.catalog-filters-panel{opacity:1;overflow:visible}.catalog-filters-inner{width:215px;text-transform:none;letter-spacing:.13em;font-size:1rem;font-family:var(--font-family-playfair);line-height:1.35;display:flex;flex-direction:column;gap:1.7rem}.catalog-filters-group{display:flex;flex-direction:column;gap:.08rem}.catalog-filter-label{margin:.95rem 0 .25rem;opacity:.72;font-size:.6rem;letter-spacing:.22em;text-transform:none}.catalog-filter-item{border:1px solid transparent;background:transparent;text-align:left;display:inline-block;align-self:flex-start;border-radius:4px;padding:.12rem .5rem .14rem;color:var(--color-text);cursor:pointer;font-size:inherit;font-weight:400;font-family:var(--font-family-playfair);text-transform:none;letter-spacing:inherit;line-height:1.25;opacity:1;width:-moz-fit-content;width:fit-content;max-width:100%;transition:background-color .18s ease,color .18s ease,border-color .18s ease,opacity .18s ease,transform .18s ease}.catalog-filter-item:hover{transform:translateX(6px)}.catalog-filter-item.active,.catalog-filter-item:hover{background:transparent;color:#111;border-color:#111}.catalog-filters-group:has(.catalog-filter-item:focus-visible) .catalog-filter-item:not(:focus-visible),.catalog-filters-group:has(.catalog-filter-item:hover) .catalog-filter-item:not(:hover){opacity:.52}.catalog-products-region{min-width:0;position:relative;isolation:isolate}.catalog-filter-toggle-wrap{flex-shrink:0;background:transparent;box-shadow:none;margin:0;padding:0}.catalog-filter-toggle{border:1px solid #c6c4bc;background:rgba(255,255,255,.9);border-radius:999px;padding:.28rem .82rem .3rem;font-size:.82rem;color:#171717;cursor:pointer;font-weight:400;font-family:var(--font-family-playfair);text-transform:none;letter-spacing:.14em;display:inline-flex;align-items:center;gap:.48rem;transition:background-color .22s ease,transform .22s ease}.catalog-filter-toggle:hover{background:rgba(245,245,242,.96)}.catalog-filter-toggle-icon{width:.92rem;height:.92rem;border:1px solid #1a1a1a;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;transition:background-color .18s ease,border-color .18s ease}.catalog-filter-toggle-chevron{width:.34rem;height:.34rem;border-right:1.5px solid #111;border-top:1.5px solid #111;transform:translateX(-.03rem) rotate(45deg);transition:transform .22s ease,border-color .18s ease}.catalog-filter-toggle-chevron.is-open{transform:translateX(.03rem) rotate(-135deg)}.catalog-filter-toggle:hover .catalog-filter-toggle-icon{background:#111;border-color:#111}.catalog-filter-toggle:hover .catalog-filter-toggle-chevron{border-right-color:#fff;border-top-color:#fff}.catalog-filter-toggle:hover .catalog-filter-toggle-chevron.is-open{transform:translateX(.03rem) rotate(-135deg)}.catalog-filter-toggle:focus-visible .catalog-filter-toggle-icon{background:#111;border-color:#111}.catalog-filter-toggle:focus-visible .catalog-filter-toggle-chevron{border-right-color:#fff;border-top-color:#fff}.catalog-filter-toggle:focus-visible .catalog-filter-toggle-chevron.is-open{transform:translateX(.03rem) rotate(-135deg)}.catalog-filter-toggle-chevron,.catalog-filter-toggle-icon{line-height:1}@keyframes catalog-card-enter{0%{opacity:0}to{opacity:1}}.catalog-product-card{background:var(--catalog-card-bg);border-radius:0;height:100%;box-shadow:0 1px 0 rgba(0,0,0,.05);animation:catalog-card-enter .5s cubic-bezier(.22,1,.36,1) both}.catalog-product-grid>.catalog-product-card:first-child{animation-delay:.02s}.catalog-product-grid>.catalog-product-card:nth-child(2){animation-delay:.05s}.catalog-product-grid>.catalog-product-card:nth-child(3){animation-delay:.08s}.catalog-product-grid>.catalog-product-card:nth-child(4){animation-delay:.11s}.catalog-product-grid>.catalog-product-card:nth-child(5){animation-delay:.14s}.catalog-product-grid>.catalog-product-card:nth-child(6){animation-delay:.17s}.catalog-product-grid>.catalog-product-card:nth-child(7){animation-delay:.2s}.catalog-product-grid>.catalog-product-card:nth-child(8){animation-delay:.23s}.catalog-product-grid>.catalog-product-card:nth-child(n+9){animation-delay:.26s}.catalog-product-card-link{display:block;text-decoration:none;color:inherit;height:100%;background:var(--catalog-card-bg)}.catalog-product-card .catalog-product-image-wrap{margin:.65rem .65rem 0;aspect-ratio:1/1;position:relative;min-height:clamp(180px,25vw,300px);background:var(--catalog-photo-outer);padding:clamp(.65rem,2.4vw,1.85rem)}@supports not (aspect-ratio:1/1){.catalog-product-card .catalog-product-image-wrap{height:clamp(180px,25vw,300px)}}.catalog-product-image-frame{box-sizing:border-box;min-height:100%;border:1px solid var(--catalog-image-frame-border);background:var(--catalog-image-frame-inset);padding:clamp(.35rem,1vw,.55rem);overflow:hidden}.catalog-product-image-frame,.catalog-product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.catalog-product-image-placeholder{color:var(--color-text-muted);font-size:.875rem}.catalog-product-card-body{padding:.65rem .85rem 1rem;display:flex;flex-direction:column;gap:.35rem;text-transform:none;letter-spacing:.06em}.catalog-product-image{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:block;background:var(--catalog-photo-outer);transition:transform .38s cubic-bezier(.25,.46,.45,.94);transform-origin:center center}.catalog-product-card-link:hover .catalog-product-image{transform:scale(1.1)}@media (prefers-reduced-motion:reduce){.catalog-product-card{animation:none}.catalog-product-image{transition:none}.catalog-product-card-link:hover .catalog-product-image{transform:none}}.catalog-product-grid{--catalog-card-width:320px;display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--catalog-card-width),var(--catalog-card-width)));grid-gap:1.35rem 1.15rem;gap:1.35rem 1.15rem;justify-content:start}@media (max-width:1280px){.catalog-product-grid{--catalog-card-width:320px}}@media (max-width:1024px){.catalog-layout.filters-open{--catalog-rail-width:220px;--catalog-rail-gap-open:1rem}.catalog-layout.filters-closed{--catalog-rail-width:0px;--catalog-rail-gap-open:0px}.catalog-leading-sticky{width:220px;max-width:220px}.catalog-sidebar-clip{width:220px}.catalog-sidebar{min-width:220px;width:220px;max-width:220px}.catalog-filters-inner{width:220px;font-size:.78rem}.catalog-product-grid{--catalog-card-width:270px}}@media (max-width:640px){.catalog-layout{display:flex;flex-direction:column;gap:1rem;align-items:stretch;transition:none}.catalog-leading-col,.catalog-leading-sticky{width:100%;max-width:none}.catalog-leading-sticky{position:-webkit-sticky;position:sticky;top:5.5rem;z-index:25;overflow:visible}.catalog-sidebar-clip{width:100%}.catalog-layout.filters-closed .catalog-sidebar-clip{width:0;min-width:0}.catalog-sidebar{min-width:100%;width:100%;max-width:none}.catalog-sidebar-scroll{max-height:min(70vh,calc(100vh - 6rem));overflow-y:auto;padding-right:0}.catalog-filters-inner{width:100%}.catalog-filter-toggle{font-size:1.25rem}.catalog-product-grid{--catalog-card-width:100%;grid-template-columns:minmax(0,1fr)}}body:has(.landing-theme),html:has(.landing-theme){background:var(--landing-bg,#ffffff)}@keyframes productFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes scrollLine{0%{top:-40%}to{top:140%}}@media (prefers-reduced-motion:reduce){.landing-theme [data-animate-float],.landing-theme [data-animate-scroll]{animation:none!important}}.landing-drawer-footer select,.landing-drawer-footer span{color:var(--landing-text,#131313)!important;border-color:var(--landing-border,rgba(0,0,0,.12))!important;background:var(--landing-card-alt,#ffffff)!important}.nav-drawer{--landing-text:rgba(255,255,255,0.9);--color-text:rgba(255,255,255,0.9);--nav-control-border:rgba(255,255,255,0.22);--nav-dropdown-bg:rgba(10,10,10,0.97);--nav-dropdown-border:rgba(255,255,255,0.12);--nav-cursor:pointer;position:fixed;inset:0;z-index:1002;display:flex;flex-direction:row;align-items:stretch;background-color:#000000;color:rgba(255,255,255,.88);-webkit-backdrop-filter:none;backdrop-filter:none}.nav-drawer__close{position:absolute;top:clamp(20px,4vw,36px);left:clamp(24px,5vw,72px);z-index:1003;display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0;padding:0;border:none;background:none;color:rgba(255,255,255,.85);cursor:var(--nav-cursor,pointer)}.nav-drawer__close:focus-visible,.nav-drawer__close:hover{color:#ffffff}.nav-drawer__close:focus-visible{outline:1px solid rgba(255,255,255,.35);outline-offset:4px}.nav-drawer__nav{flex:1 1 50%;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(72px,12vh,120px) clamp(28px,5vw,80px) clamp(32px,6vh,72px) clamp(32px,7vw,120px);background:#000000;border-right:none}.nav-drawer__links{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(6px,1.2vh,14px)}.nav-drawer__link{display:block;font-family:var(--font-family-display);font-size:clamp(15px,1.35vw,22px);font-weight:400;letter-spacing:.14em;line-height:1.35;text-transform:uppercase;text-align:left;text-decoration:none;color:rgba(255,255,255,.78);padding:.35em 0;cursor:var(--nav-cursor,pointer);transition:color .2s ease,opacity .2s ease}.nav-drawer__link:focus-visible,.nav-drawer__link:hover{color:#ffffff}.nav-drawer__footer{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;margin-top:auto;padding-top:clamp(32px,6vh,56px)}.nav-drawer__footer.landing-drawer-footer select,.nav-drawer__footer.landing-drawer-footer span{color:inherit!important;border-color:transparent!important;background:transparent!important}.language-switcher--drawer{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(1rem,2.5vw,1.75rem)}.language-switcher--drawer__btn{margin:0;padding:0;border:none;background:none;font-family:var(--font-family-ui);font-size:11px;font-weight:300;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.42);cursor:var(--nav-cursor,pointer);transition:color .2s ease,opacity .2s ease}.language-switcher--drawer__btn:focus-visible,.language-switcher--drawer__btn:hover{color:rgba(255,255,255,.85)}.language-switcher--drawer__btn.is-active{color:rgba(255,255,255,.95)}.language-switcher--drawer__btn:focus-visible{outline:1px solid rgba(255,255,255,.25);outline-offset:3px}.nav-drawer__visual{flex:1 1 50%;min-width:0;min-height:0;position:relative;overflow:visible;background:#000000;display:flex;align-items:center;justify-content:center}.nav-drawer__visual-img{display:block;width:100%;height:100%;max-height:100%;object-fit:contain;object-position:right center}@media (max-width:768px){.nav-drawer{flex-direction:column}.nav-drawer__nav{flex:1 1 auto;justify-content:flex-start;padding-top:clamp(88px,18vw,120px);border-right:none}.nav-drawer__visual{flex:0 0 min(42vh,360px);min-height:220px}.nav-drawer__visual-img{object-fit:contain;object-position:center center}}.landing-nav-locale span{color:var(--landing-text,#131313)!important;opacity:.9}.landing-nav-locale select{color:var(--landing-text,#131313)!important;border-color:var(--landing-border,rgba(0,0,0,.2))!important;background:transparent!important}.landing-header--over-media .landing-nav-locale span{color:var(--landing-text,#ffffff)!important}.landing-header--over-media .landing-nav-locale select{color:var(--landing-text,#ffffff)!important;border-color:var(--landing-border,rgba(255,255,255,.28))!important}.landing-theme .landing-recipe-card{transition:transform .35s ease}.landing-theme .landing-recipe-card:hover{transform:scale(1.02)}.landing-theme .landing-recipe-card img,.landing-theme .landing-recipe-card video{transition:transform .5s ease}.landing-theme .landing-recipe-card .landing-recipe-media-el{filter:grayscale(1);transition:transform .5s ease,filter .35s ease}.landing-theme .landing-recipe-card:hover img,.landing-theme .landing-recipe-card:hover video{transform:scale(1.08)}.landing-theme .landing-recipe-card:focus-within .landing-recipe-media-el,.landing-theme .landing-recipe-card:hover .landing-recipe-media-el{filter:grayscale(0)}.landing-theme .landing-recipe-card .landing-recipe-overlay{opacity:.7;transition:opacity .35s ease}.landing-theme .landing-recipe-card:hover .landing-recipe-overlay{opacity:1}.landing-product-card:hover .landing-product-overlay{opacity:1;pointer-events:auto}.landing-product-card:hover .landing-product-img{transform:translateZ(0) scale(1.05)}.landing-product-card:hover .landing-product-overlay-btn,.landing-product-card:hover .landing-product-overlay-link{opacity:1;transform:translateZ(0)}.landing-theme .landing-cta-fill:hover{color:var(--landing-bg)!important}.landing-theme .landing-cta-fill:hover .landing-cta-fill-bg{transform:translateX(0)!important}.landing-theme .esko-about-grid{display:grid;grid-template-columns:55fr 45fr;grid-gap:clamp(48px,6vw,96px);gap:clamp(48px,6vw,96px);align-items:start}.landing-theme .esko-quality-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(48px,6vw,96px);gap:clamp(48px,6vw,96px);align-items:center}.landing-theme .esko-partners-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px}.landing-theme .esko-news-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:clamp(24px,4vw,64px);gap:clamp(24px,4vw,64px);align-items:start}.landing-theme .esko-geo-grid{display:grid;grid-template-columns:1fr 240px;grid-gap:2px;gap:2px;align-items:stretch}.landing-theme .esko-logos-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2px;gap:2px}.landing-theme .esko-modal-grid{display:grid;grid-template-columns:1fr 1fr}.landing-theme .landing-marquee-track{display:flex;width:max-content;animation:landingMarquee 30s linear infinite}@keyframes landingMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.landing-theme .esko-about-grid,.landing-theme .esko-geo-grid,.landing-theme .esko-modal-grid,.landing-theme .esko-news-grid,.landing-theme .esko-partners-grid,.landing-theme .esko-quality-grid{grid-template-columns:1fr}.landing-theme .esko-logos-grid{grid-template-columns:repeat(2,1fr)}}.admin-app,.admin-login-page{--admin-bg-page:#f8f8f8;--admin-bg-sidebar:#f8fafc;--admin-bg-main:#fff;--admin-bg-active:#e2e8f0;--admin-text:#1a1a2e;--admin-text-muted:#64748b;--admin-border:#e2e8f0;--admin-radius-sm:4px;--admin-radius-md:6px;--admin-radius-lg:8px;--admin-radius-xl:12px;--admin-sidebar-width:220px;--admin-nav-gap:0.25rem;--admin-nav-link-padding:0.5rem 0.75rem;--admin-nav-font-size:0.9375rem;--admin-main-padding:1.5rem;--admin-btn-primary-bg:#1a1a2e;--admin-btn-primary-fg:#fff;--admin-btn-secondary-border:#e2e8f0;--admin-btn-secondary-color:#64748b;--admin-error-bg:#fef2f2;--admin-error-text:#b91c1c;--admin-success-bg:#f0fdf4;--admin-success-text:#166534;--admin-danger-border:#fecaca}.admin-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin-page-header__title{margin:0;font-size:1.5rem;font-weight:700;color:var(--admin-text)}.admin-text-muted{color:var(--admin-text-muted)}.admin-alert{padding:.75rem 1rem;margin-bottom:1rem;border-radius:var(--admin-radius-md);font-size:.875rem}.admin-alert--error{background:var(--admin-error-bg);color:var(--admin-error-text)}.admin-alert--success{background:var(--admin-success-bg);color:var(--admin-success-text)}.admin-form-back{display:block;margin-bottom:1.5rem;color:var(--admin-text-muted);font-size:.9375rem;text-decoration:none}.admin-form-back:hover{text-decoration:underline}.admin-form-title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:var(--admin-text)}.admin-form-desc{margin:0 0 1.5rem}.admin-form-desc,.admin-page-lead{color:var(--admin-text-muted);font-size:.9375rem}.admin-page-lead{margin:-.5rem 0 1.5rem}.admin-table-panel{border:1px solid var(--admin-border);border-radius:var(--admin-radius-xl);overflow:hidden;background:var(--admin-bg-main)}.admin-table{width:100%;border-collapse:collapse}.admin-table thead tr{background:var(--admin-bg-sidebar)}.admin-th{text-align:left;padding:.75rem 1rem;font-size:.8125rem;font-weight:600;color:var(--admin-text)}.admin-th--right{text-align:right}.admin-th--w100{width:100px}.admin-th--w200{width:200px}.admin-td{padding:.75rem 1rem;font-size:.9375rem;vertical-align:top;border-top:1px solid var(--admin-border)}.admin-td--sm{font-size:.8125rem}.admin-td--right{text-align:right}.admin-inline-muted,.admin-td-muted{color:var(--admin-text-muted);font-size:.8125rem}.admin-inline-muted{margin-left:.5rem}.admin-table-empty{padding:2rem 1rem;color:var(--admin-text-muted);font-size:.9375rem}.admin-btn-primary{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:var(--admin-btn-primary-bg);color:var(--admin-btn-primary-fg);border-radius:var(--admin-radius-md);font-size:.875rem;font-weight:500;border:none;cursor:pointer;text-decoration:none}.admin-btn-primary:hover{opacity:.92}.admin-sidebar-group{margin-top:10px;padding:10px;border:1px solid var(--admin-border);border-radius:var(--admin-radius-lg);background:color-mix(in srgb,var(--admin-bg-main) 60%,transparent)}.admin-sidebar-group__title{font-size:10px;font-weight:700;color:var(--admin-text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}.admin-sidebar-group__links{display:flex;flex-direction:column;gap:var(--admin-nav-gap)}.admin-form-card{padding:1rem;background:var(--admin-bg-sidebar);border-radius:var(--admin-radius-lg);border:1px solid var(--admin-border);margin-bottom:1rem}.admin-form-stack{display:flex;flex-direction:column;gap:1rem}.admin-form-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.admin-form-row--translations{flex-direction:column;align-items:stretch;gap:.5rem}.admin-label-block{display:flex;flex-direction:column;gap:.25rem}.admin-label-text{font-size:.8125rem;font-weight:500;color:var(--admin-text)}.admin-input{padding:.5rem .75rem;border:1px solid var(--admin-border);border-radius:var(--admin-radius-md);font-size:.9375rem;background:var(--admin-bg-main);color:var(--admin-text)}.admin-input--w80{width:80px}.admin-input--w240{max-width:240px}.admin-input--minw100{min-width:100px}.admin-input--minw140{min-width:140px}.admin-input--minw160{min-width:160px}.admin-checkbox-row{display:flex;flex-direction:row;align-items:center;gap:.5rem}.admin-input--flex{flex:1 1;min-width:0}.admin-translation-row{display:flex;align-items:center;gap:.5rem}.admin-lang-tag{font-weight:500;min-width:24px;text-transform:uppercase;font-size:.8125rem;color:var(--admin-text-muted)}.admin-form-actions{display:flex;gap:.5rem;flex-wrap:wrap}.admin-form-actions--full{flex-basis:100%}.admin-form-actions--mt{margin-top:1rem}.admin-btn-submit{padding:.5rem .75rem;background:var(--admin-btn-primary-bg);color:var(--admin-btn-primary-fg);border:none;border-radius:var(--admin-radius-md);font-size:.875rem;cursor:pointer}.admin-btn-submit:disabled{cursor:not-allowed;opacity:.65}.admin-btn-secondary{padding:.5rem .75rem;border:1px solid var(--admin-border);border-radius:var(--admin-radius-md);background:var(--admin-bg-main);color:var(--admin-text-muted);font-size:.875rem;cursor:pointer}.admin-btn-secondary:disabled{cursor:wait;opacity:.7}.admin-field-grid{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.admin-label-inline{display:block;font-size:.75rem;font-weight:600;margin-bottom:4px;color:var(--admin-text-muted)}.admin-field-input{width:100%;max-width:360px;padding:.5rem .65rem;font-size:.875rem;border:1px solid var(--admin-border)}.admin-field-input,.admin-prefill-box{border-radius:var(--admin-radius-sm);background:var(--admin-bg-main);color:var(--admin-text)}.admin-prefill-box{margin-bottom:.75rem;padding:.65rem .75rem;border:1px solid var(--admin-border);font-size:.8125rem;white-space:pre-wrap;word-break:break-word}.admin-prefill-box__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--admin-text-muted);margin-bottom:6px}.admin-table-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.admin-btn-table{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid var(--admin-border);background:var(--admin-bg-main);border-radius:var(--admin-radius-sm);padding:.25rem .5rem;font-size:.75rem;cursor:pointer;color:var(--admin-text);font-weight:500;font-family:inherit;line-height:1.25}a.admin-btn-table{text-decoration:none}a.admin-btn-table:hover{background:var(--admin-bg-sidebar)}.admin-btn-table--danger{border:1px solid var(--admin-danger-border);color:var(--admin-error-text);background:var(--admin-bg-main)}.admin-btn-table--danger-lg{padding:.65rem 1rem;font-size:.9375rem}.admin-readonly-slug{width:100%;max-width:640px;padding:.5rem .75rem;border:1px solid var(--admin-border);border-radius:var(--admin-radius-md);font-size:.9375rem;background:var(--admin-bg-sidebar);color:var(--admin-text-muted)}.admin-form-narrow{max-width:640px;display:flex;flex-direction:column;gap:1.5rem}.admin-td--message{max-width:280px;white-space:pre-wrap;word-break:break-word}.admin-lead-expanded{padding:0 1rem 1rem;background:var(--admin-bg-sidebar);font-size:.8125rem;border-top:1px solid var(--admin-border)}.admin-lead-expanded__block{margin-bottom:.5rem}.admin-lead-expanded__pre{white-space:pre-wrap;margin-top:.25rem}.admin-list-plain{margin:.35rem 0 0 1rem;padding:0;list-style:disc}.admin-label-field{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.25rem;color:var(--admin-text)}.admin-translations-tabs{scrollbar-width:none;-ms-overflow-style:none}.admin-translations-tabs::-webkit-scrollbar{display:none}.recipes-theme{--recipes-bg:#ffffff;--texture-sand-base:var(--recipes-bg);--recipes-text:#2e3432;--recipes-muted:#5f5e5e;--recipes-border:rgba(173,179,176,0.36);--recipes-soft-border:rgba(173,179,176,0.18);background:var(--recipes-bg);color:var(--recipes-text)}.recipes-theme.page-bg-sand-texture{background-color:var(--recipes-bg);background-image:none}.recipes-page{min-height:100vh;padding-top:108px}.recipes-main-wrap{max-width:1222px;margin:0 auto;padding:48px 29px 70px}.recipes-editorial-header{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:36px;gap:36px;align-items:end}.recipes-kicker{display:block;margin-bottom:16px;font-family:var(--font-family-ui);font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--recipes-muted)}.recipes-editorial-header h1{margin:0;font-size:clamp(54px,7.5vw,94px);line-height:.95;font-weight:400;letter-spacing:-.04em}.recipes-editorial-intro{border-left:1px solid var(--recipes-border);padding:4px 0 8px 26px;font-family:var(--font-family-editorial);font-size:18px;line-height:1.45;color:#5a605e}.recipes-filters{margin-top:40px;display:flex;flex-wrap:wrap;gap:16px;border-bottom:1px solid var(--recipes-soft-border);padding-bottom:20px}.recipes-filter-btn{background:none;cursor:pointer;color:#70706f;font-size:10px;letter-spacing:.24em;text-transform:uppercase;padding:0 0 7px;border:none;border-bottom:1px solid transparent}.recipes-filter-btn.active{color:var(--recipes-text);border-bottom-color:var(--recipes-text)}.recipes-grid{margin-top:34px;display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.recipes-card{display:flex;flex-direction:column}.recipes-card-media{aspect-ratio:.95/1;overflow:hidden;background:#e7e7e4}.recipes-card-media img,.recipes-card-media video{width:100%;height:100%;object-fit:cover;display:block}.recipes-card-content{padding-top:10px}.recipes-card-content span{display:block;margin-bottom:7px;font-size:9px;letter-spacing:.24em;text-transform:uppercase;font-family:var(--font-family-ui);color:#71716f}.recipes-card-content h3{margin:0;font-family:var(--font-family-editorial);font-size:clamp(23px,2.2vw,34px);line-height:1;font-weight:400}.recipes-card-content p{margin:8px 0 0;font-size:15px;line-height:1.45;color:#5f6563}.recipes-winter-block{margin-top:46px;position:relative;overflow:hidden}.recipes-winter-block img{width:100%;height:clamp(280px,28vw,360px);object-fit:cover;display:block}.recipes-winter-overlay{position:absolute;inset:0;padding:clamp(20px,4vw,44px);background:linear-gradient(90deg,rgba(0,0,0,.54) 0,rgba(0,0,0,.15) 60%);display:flex;flex-direction:column;justify-content:flex-end;max-width:58%}.recipes-winter-overlay span{font-size:9px;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.75);font-family:var(--font-family-ui)}.recipes-winter-overlay h2{margin:10px 0 0;font-size:clamp(28px,3.2vw,50px);line-height:.94;font-weight:400;color:#fff}.recipes-winter-overlay button{margin-top:18px;width:-moz-fit-content;width:fit-content;border:1px solid rgba(255,255,255,.85);background:rgba(255,255,255,.02);color:#fff;font-size:10px;letter-spacing:.22em;text-transform:uppercase;padding:8px 14px}.recipes-archive{border-top:1px solid var(--recipes-soft-border);margin-top:42px;padding:28px 29px 40px;max-width:1222px;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px;gap:28px}.recipes-archive-col h4{margin:0 0 14px;font-family:var(--font-family-ui);font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#5f5e5e}.recipes-archive-col ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:10px;gap:10px}.recipes-archive-col li{font-family:var(--font-family-editorial);font-size:16px;color:#4f5352}@media (max-width:980px){.recipes-editorial-header{grid-template-columns:1fr}.recipes-editorial-intro{border-left:none;border-top:1px solid var(--recipes-border);padding:18px 0 0}.recipes-grid{grid-template-columns:1fr 1fr}.recipes-winter-overlay{max-width:75%}}@media (max-width:700px){.recipes-main-wrap{padding:32px 18px 40px}.recipes-archive,.recipes-grid{grid-template-columns:1fr}.recipes-archive{padding:24px 18px 30px}.recipes-winter-overlay{max-width:100%}}@media (max-width:900px){.checkout-page-grid{grid-template-columns:1fr!important}}@keyframes catalog-search-flow-in{0%{opacity:0;transform:translateY(-26px)}to{opacity:1;transform:translateY(0)}}@keyframes catalog-search-flow-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-26px)}}.catalog-search-modal{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);grid-template-rows:minmax(0,1fr);will-change:transform,opacity}.catalog-search-modal.is-opening{animation:catalog-search-flow-in .76s cubic-bezier(.2,.8,.2,1) both}.catalog-search-modal.is-closing{animation:catalog-search-flow-out .28s cubic-bezier(.2,.8,.2,1) both}.catalog-search-aside{border-left:1px solid var(--color-border,#e8e6e1)}.catalog-search-product-grid.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:1100px){.catalog-search-product-grid.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.catalog-search-modal{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.catalog-search-aside{border-left:none;border-bottom:1px solid var(--color-border,#e8e6e1);order:-1;max-height:42vh;flex-shrink:0}.catalog-search-results{padding-top:1.25rem!important}}@media (prefers-reduced-motion:reduce){.catalog-search-modal.is-closing,.catalog-search-modal.is-opening{animation:none}}