:root{--dml-primary: #2f3a33;--dml-secondary: #c8b89f;--dml-background: #f7f4ee;--dml-text: #171713;--dml-border: rgba(23, 23, 19, .14);--dml-muted: rgba(23, 23, 19, .68);--dml-max: 1440px}body{font-family:Helvetica,Arial,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--dml-background);color:var(--dml-text)}.dml-section{background:var(--dml-background);color:var(--dml-text)}.dml-inner{width:min(100% - 32px,var(--dml-max));margin-inline:auto}.dml-kicker{margin:0 0 14px;color:var(--dml-muted);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.dml-heading{margin:0;max-width:760px;font-size:clamp(2rem,6vw,5.8rem);line-height:.98;font-weight:500;letter-spacing:0}.dml-subheading{margin:18px 0 0;max-width:560px;color:var(--dml-muted);font-size:clamp(1rem,2vw,1.25rem);line-height:1.55}.dml-button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.dml-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:1px solid var(--dml-primary);border-radius:2px;padding:0 22px;color:var(--dml-background);background:var(--dml-primary);text-decoration:none;font-size:.95rem;transition:transform .18s ease,background .18s ease,color .18s ease}.dml-button:hover{transform:translateY(-1px)}.dml-button--secondary{color:var(--dml-primary);background:transparent}.dml-hero{min-height:min(100svh,920px);display:grid;align-items:end;position:relative;overflow:hidden;background:var(--dml-background)}.dml-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:color-mix(in srgb,var(--dml-secondary) 24%,var(--dml-background))}.dml-hero__media img{width:100%;height:100%;object-fit:contain}.dml-hero__content{position:relative;z-index:1;padding-block:clamp(120px,18vw,220px) 34px}.dml-hero__panel{max-width:860px;padding:clamp(20px,4vw,48px) 0}.dml-hero__categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--dml-border);margin-top:44px}.dml-category-link{display:flex;min-height:84px;align-items:center;justify-content:space-between;gap:18px;border-right:1px solid var(--dml-border);padding:18px;color:var(--dml-text);text-decoration:none;font-size:clamp(1rem,2vw,1.35rem)}.dml-category-link:last-child{border-right:0}.dml-category-link span:last-child{color:var(--dml-muted)}.dml-grid-section{padding-block:clamp(56px,9vw,120px)}.dml-section-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:clamp(26px,4vw,46px)}.dml-section-title{margin:0;font-size:clamp(1.8rem,4vw,3.7rem);line-height:1.05;font-weight:500}.dml-text-link{color:var(--dml-primary);text-decoration:underline;text-underline-offset:5px}.dml-collection-grid,.dml-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.dml-collection-card{display:grid;gap:18px;color:var(--dml-text);text-decoration:none}.dml-collection-card__media{aspect-ratio:1 / 1;display:grid;place-items:center;border:1px solid var(--dml-border);background:color-mix(in srgb,var(--dml-secondary) 16%,#fff);overflow:hidden}.dml-collection-card img,.dml-product-card img,.dml-editorial img{width:100%;height:100%;object-fit:contain}.dml-collection-card__title{margin:0;font-size:1.1rem;font-weight:500}.dml-editorial{padding-block:clamp(56px,8vw,112px);background:color-mix(in srgb,var(--dml-secondary) 28%,var(--dml-background))}.dml-editorial__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(28px,6vw,88px);align-items:center}.dml-editorial__media{aspect-ratio:4 / 5;display:grid;place-items:center;background:var(--dml-background);border:1px solid var(--dml-border)}.dml-editorial__copy{max-width:640px}.dml-editorial__copy p{color:var(--dml-muted);font-size:1.05rem;line-height:1.75}.dml-product-card{display:grid;gap:14px;color:var(--dml-text);text-decoration:none;transition:transform .18s ease}.dml-product-card:hover{transform:translateY(-3px)}.dml-product-card__media{aspect-ratio:1 / 1;display:grid;place-items:center;border:1px solid var(--dml-border);background:#fff;overflow:hidden}.product-card img,.product-media img,.product-media-gallery img,.collection-card img,.resource-card img{object-fit:contain!important}.dml-product-card__title{margin:0;font-size:1rem;line-height:1.35;font-weight:500}.dml-product-card__price{margin:0;color:var(--dml-muted);font-size:.95rem}.dml-usp{border-block:1px solid var(--dml-border)}.dml-usp__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.dml-usp__item{min-height:120px;border-right:1px solid var(--dml-border);padding:24px 18px}.dml-usp__item:last-child{border-right:0}.dml-usp__item strong{display:block;margin-bottom:8px;font-weight:500}.dml-usp__item span{color:var(--dml-muted);font-size:.92rem;line-height:1.45}.dml-footer{padding-block:54px 28px;background:var(--dml-primary);color:var(--dml-background)}.dml-footer a{color:inherit;text-decoration:none}.dml-footer__grid{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(3,minmax(0,.7fr));gap:32px}.dml-footer__brand{max-width:420px}.dml-footer__title{margin:0 0 14px;font-size:clamp(1.7rem,4vw,3rem);line-height:1.05;font-weight:500}.dml-footer__text{color:color-mix(in srgb,var(--dml-background) 72%,transparent);line-height:1.65}.dml-footer__nav h2{margin:0 0 14px;font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.dml-footer__nav ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.dml-footer__bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid color-mix(in srgb,var(--dml-background) 20%,transparent);margin-top:42px;padding-top:22px;color:color-mix(in srgb,var(--dml-background) 68%,transparent);font-size:.86rem}@media(max-width:990px){.dml-hero__categories,.dml-collection-grid,.dml-product-grid,.dml-usp__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dml-editorial__grid,.dml-footer__grid{grid-template-columns:1fr}.dml-category-link:nth-child(2n),.dml-usp__item:nth-child(2n){border-right:0}}@media(max-width:640px){.dml-inner{width:min(100% - 24px,var(--dml-max))}.dml-section-header,.dml-footer__bottom{align-items:flex-start;flex-direction:column}.dml-hero__categories,.dml-collection-grid,.dml-product-grid,.dml-usp__grid{grid-template-columns:1fr}.dml-category-link,.dml-usp__item{border-right:0}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
