.infinite-spiral{position:relative;width:100%;height:100%;min-height:320px;overflow:hidden;isolation:isolate}.infinite-spiral__stage{position:absolute;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d}.infinite-spiral__item{position:absolute;top:50%;left:50%;display:block;width:var(--infinite-spiral-card-width);height:var(--infinite-spiral-card-height);overflow:hidden;border:1px solid rgb(255 255 255 / .24);border-radius:var(--infinite-spiral-card-radius);background:#ffffff14;box-shadow:0 14px 38px #08061233;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,opacity,filter;text-decoration:none}.infinite-spiral__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-position:center;-webkit-user-select:none;user-select:none}@media(prefers-reduced-motion:reduce){.infinite-spiral__item{transition:none}}.tilted-card-figure{position:relative;width:100%;height:100%;perspective:800px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0}.tilted-card-mobile-alert{position:absolute;top:1rem;text-align:center;font-size:.875rem;display:none}@media(max-width:640px){.tilted-card-mobile-alert{display:block}.tilted-card-caption{display:none}}.tilted-card-inner{position:relative;transform-style:preserve-3d}.tilted-card-img{position:absolute;top:0;left:0;object-fit:cover;border-radius:15px;will-change:transform;transform:translateZ(0)}.tilted-card-overlay{position:absolute;top:0;left:0;z-index:2;will-change:transform;transform:translateZ(30px)}.tilted-card-caption{pointer-events:none;position:absolute;left:0;top:0;border-radius:4px;background-color:#fff;padding:4px 10px;font-size:10px;color:#2d2d2d;opacity:0;z-index:3}.home-page .product-card-tilt{position:relative;z-index:1}.home-page .product-card-tilt:hover{z-index:3}.home-page .tilted-product-image{aspect-ratio:16 / 10;overflow:visible}.home-page .collection-section .product-card.product-card-tilt .image-wrap.tilted-product-image{background:transparent!important}.home-page .collection-section .product-card.product-card-tilt .image-wrap.tilted-product-image img.tilted-card-img{aspect-ratio:auto!important;object-fit:cover!important}.home-page .tilted-product-image .tilted-card-figure,.home-page .tilted-product-image .tilted-card-inner,.home-page .tilted-product-image .tilted-card-img{border-radius:0}@media(max-width:780px){.home-page .tilted-product-image{aspect-ratio:4 / 3;overflow:hidden}}@media(prefers-reduced-motion:reduce){.home-page .tilted-product-image .tilted-card-inner{transform:none!important}}.pill-nav-container{position:absolute;top:1em;z-index:99}@media(max-width:768px){.pill-nav-container{width:100%;left:0}}.pill-nav{--nav-h: 42px;--logo: 36px;--pill-pad-x: 18px;--pill-gap: 3px;width:max-content;display:flex;align-items:center;box-sizing:border-box}@media(max-width:768px){.pill-nav{width:100%;justify-content:space-between;padding:0 1rem;background:transparent}}.pill-nav-items{position:relative;display:flex;align-items:center;height:var(--nav-h);background:var(--base, #000);border-radius:9999px}.pill-logo{width:var(--nav-h);height:var(--nav-h);border-radius:50%;background:var(--base, #000);padding:8px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.pill-logo img{width:100%;height:100%;object-fit:cover;display:block}.pill-list{list-style:none;display:flex;align-items:stretch;gap:var(--pill-gap);margin:0;padding:3px;height:100%}.pill-list>li{display:flex;height:100%}.pill{display:inline-flex;align-items:center;justify-content:center;height:100%;padding:0 var(--pill-pad-x);background:var(--pill-bg, #fff);color:var(--pill-text, var(--base, #000));text-decoration:none;border-radius:9999px;box-sizing:border-box;font-weight:600;font-size:16px;line-height:0;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;cursor:pointer;position:relative;overflow:hidden}.pill .hover-circle{position:absolute;left:50%;bottom:0;border-radius:50%;background:var(--base, #000);z-index:1;display:block;pointer-events:none;will-change:transform}.pill .label-stack{position:relative;display:inline-block;line-height:1;z-index:2}.pill .pill-label{position:relative;z-index:2;display:inline-block;line-height:1;will-change:transform}.pill .pill-label-hover{position:absolute;left:0;top:0;color:var(--hover-text, #fff);z-index:3;display:inline-block;will-change:transform,opacity}.pill.is-active:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background:var(--base, #000);border-radius:50px;z-index:4}.desktop-only{display:block}.mobile-only{display:none}@media(max-width:768px){.desktop-only{display:none}.mobile-only{display:block}}.mobile-menu-button{width:var(--nav-h);height:var(--nav-h);border-radius:50%;background:var(--base, #000);border:none;display:none;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding:0;position:relative}@media(max-width:768px){.mobile-menu-button{display:flex}}.hamburger-line{width:16px;height:2px;background:var(--pill-bg, #fff);border-radius:1px;transition:all .01s ease;transform-origin:center}.mobile-menu-popover{position:absolute;top:3em;left:1rem;right:1rem;background:var(--base, #f0f0f0);border-radius:27px;box-shadow:0 8px 32px #0000001f;z-index:998;opacity:0;transform-origin:top center;visibility:hidden}.mobile-menu-list{list-style:none;margin:0;padding:3px;display:flex;flex-direction:column;gap:3px}.mobile-menu-popover .mobile-menu-link{display:block;padding:12px 16px;color:var(--pill-text, #fff);background-color:var(--pill-bg, #fff);text-decoration:none;font-size:16px;font-weight:500;border-radius:50px;transition:all .2s ease}.mobile-menu-popover .mobile-menu-link:hover{cursor:pointer;background-color:var(--base);color:var(--hover-text, #fff)}.drift-wall{position:relative;width:100%;height:100%;overflow:hidden;perspective:var(--dw-perspective,1200px);perspective-origin:50% 50%;-webkit-mask-image:radial-gradient(ellipse 78% 82% at 50% 46%,#000 var(--dw-edge),transparent 100%),linear-gradient(to top,#000 var(--dw-edge),transparent 100%);-webkit-mask-composite:source-in;mask-image:radial-gradient(ellipse 78% 82% at 50% 46%,#000 var(--dw-edge),transparent 100%),linear-gradient(to top,#000 var(--dw-edge),transparent 100%);mask-composite:intersect}.drift-wall__plane{position:absolute;top:50%;left:50%;display:flex;flex-direction:row;transform-style:preserve-3d;cursor:pointer;transform-origin:50% 50%;will-change:transform}.drift-wall__col{position:relative;width:calc(var(--dw-tile-w) + var(--dw-gap));transform-style:preserve-3d}.drift-wall__track{display:flex;flex-direction:column;will-change:transform;transform-style:preserve-3d}.drift-wall__tile{position:relative;display:block;width:100%;height:calc(var(--dw-tile-h) + var(--dw-gap));flex:0 0 auto;outline:none;transform-style:preserve-3d;color:#fff;text-decoration:none}.drift-wall__inner{position:absolute;inset:calc(var(--dw-gap)/2);display:block;border-radius:var(--dw-radius);overflow:hidden;background:#0b0b12;opacity:var(--dw-dim);transform:translateZ(0);pointer-events:none;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1)}.drift-wall__tile img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(var(--dw-gray)) saturate(.92);transition:filter .42s cubic-bezier(.22,1,.36,1);-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.drift-wall__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,color-mix(in srgb,var(--dw-overlay) 10%,transparent) 5%,color-mix(in srgb,var(--dw-overlay) 92%,transparent));opacity:.7;transition:opacity .42s cubic-bezier(.22,1,.36,1)}.drift-wall__copy{position:absolute;inset:auto 9px 8px;display:flex;flex-direction:column;gap:3px;text-shadow:0 1px 12px rgba(0,0,0,.65)}.drift-wall__meta{display:flex;justify-content:space-between;gap:5px;font:600 7px/1.2 DM Sans,sans-serif;letter-spacing:.09em;text-transform:uppercase;color:#e8bf49}.drift-wall__title{font:400 13px/1.08 "DM Serif Display",serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.drift-wall__summary{font:400 7.5px/1.25 DM Sans,sans-serif;color:#ffffffdb;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.drift-wall__tile.is-active .drift-wall__inner,.drift-wall__tile:focus-visible .drift-wall__inner{opacity:1;transform:translateZ(var(--dw-lift));box-shadow:0 24px 60px -18px #000000b3}.drift-wall__tile.is-active img,.drift-wall__tile:focus-visible img{filter:grayscale(0) saturate(1.05)}.drift-wall__tile.is-active .drift-wall__overlay,.drift-wall__tile:focus-visible .drift-wall__overlay{opacity:.58}.drift-wall__tile:focus-visible .drift-wall__inner{box-shadow:0 24px 60px -18px #000000b3,0 0 0 2px #e8bf49}@media(prefers-reduced-motion:reduce){.drift-wall__plane,.drift-wall__track{will-change:auto}}.home-insights-wall{height:720px;width:100vw;margin-left:calc(50% - 50vw);background:#f7f6f2;overflow:hidden}.home-insights-wall .drift-wall__inner{background:#fff}.home-insights-wall .drift-wall__meta{color:#e7e5df}.home-insights-wall .drift-wall__overlay{opacity:.58}.home-insights-wall .drift-wall__copy{inset:auto 16px 14px;gap:6px}.home-insights-wall .drift-wall__meta{font-size:9px}.home-insights-wall .drift-wall__title{font-size:20px;line-height:1.08}.home-insights-wall .drift-wall__summary{font-size:10.5px;line-height:1.35}.home-insights-wall .drift-wall__tile.is-active .drift-wall__overlay,.home-insights-wall .drift-wall__tile:focus-visible .drift-wall__overlay{opacity:.4}.home-insights-wall .drift-wall__tile:focus-visible .drift-wall__inner{box-shadow:0 24px 60px -18px #1f3a3361,0 0 0 2px #fff}@media(max-width:1500px){.home-insights-wall{height:660px}.home-insights-wall .drift-wall__copy{inset:auto 13px 11px}.home-insights-wall .drift-wall__title{font-size:17px}.home-insights-wall .drift-wall__summary{font-size:9px}}@media(max-width:900px){.home-insights-wall{height:590px}}@media(max-width:600px){.home-insights-wall{height:520px}.home-insights-wall .drift-wall__copy{inset:auto 9px 8px;gap:3px}.home-insights-wall .drift-wall__meta{font-size:7px}.home-insights-wall .drift-wall__title{font-size:14px}.home-insights-wall .drift-wall__summary{font-size:7.5px}}.test-mode-notice{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px;padding:15px 18px;border:1px solid #b8c8c1;background:#eef3f0;color:#1f3a33;border-radius:8px;font-size:13px;line-height:1.55}.test-mode-notice strong{flex:none;font-size:10px;letter-spacing:.16em;padding-top:2px}.website-field{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.inquiry-form button[disabled]{cursor:wait;opacity:.65;transform:none}.inquiry-status{display:grid;grid-template-columns:1fr auto;gap:5px 18px;margin-bottom:28px;padding:17px 19px;border-left:3px solid #1f3a33;background:#f2f3ef;color:#1f3a33}.inquiry-status strong{font:400 21px/1.2 var(--serif)}.inquiry-status span{grid-column:1;font-size:13px;line-height:1.55}.inquiry-status code{grid-column:2;grid-row:1/3;align-self:center;font-size:11px;background:#fff;padding:7px 9px;border-radius:4px}.inquiry-result-failure .inquiry-status{border-left-color:#b85043;background:#fbf0ed}.inquiry-result-duplicate .inquiry-status{border-left-color:#8b7434;background:#f7f2e5}@media(max-width:600px){.test-mode-notice{flex-direction:column;gap:5px}.inquiry-status{grid-template-columns:1fr}.inquiry-status code{grid-column:1;grid-row:auto;justify-self:start;margin-top:5px}}@font-face{font-family:"DM Serif Display";font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-serif-display-latin-400-normal-C5_t9oOD.woff2) format("woff2"),url(/assets/dm-serif-display-latin-400-normal-_kVFYEpx.woff) format("woff")}@font-face{font-family:"DM Serif Display";font-style:italic;font-display:swap;font-weight:400;src:url(/assets/dm-serif-display-latin-400-italic-DpcbibHm.woff2) format("woff2"),url(/assets/dm-serif-display-latin-400-italic-BgxzcTJK.woff) format("woff")}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-sans-latin-400-normal-CW0RaeGs.woff2) format("woff2"),url(/assets/dm-sans-latin-400-normal-BwCSEQnW.woff) format("woff")}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/dm-sans-latin-500-normal-B9HHJjqV.woff2) format("woff2"),url(/assets/dm-sans-latin-500-normal-Dr3UlScf.woff) format("woff")}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/dm-sans-latin-600-normal-Aqo67rzb.woff2) format("woff2"),url(/assets/dm-sans-latin-600-normal-BmdmIIQ2.woff) format("woff")}:root{--cream:#FAF7F2;--navy:#1D3557;--coral:#E86A5A;--teal:#2A9D8F;--gold:#C9A227;--ink:#1F2937;--muted:#56606a;--line:#dcd6cb;--serif:"DM Serif Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif;font-family:var(--sans);color:var(--ink);background:var(--cream);font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:100px}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;height:auto}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{color:var(--navy);font-weight:400;font-family:var(--serif)}h1{font-size:clamp(48px,5.9vw,82px);line-height:1.04;letter-spacing:-.045em;margin-bottom:28px}h2{font-size:clamp(35px,4vw,55px);line-height:1.1;letter-spacing:-.035em;margin-bottom:23px}h3{font-size:29px;line-height:1.14;letter-spacing:-.02em}p{line-height:1.7;font-size:16px}em{font-weight:400}.wrap{max-width:1440px;margin:auto;padding-left:5.1%;padding-right:5.1%}.header{height:95px;display:flex;align-items:center;justify-content:space-between;padding:0 5.1%;gap:35px;background:var(--cream);position:sticky;top:0;z-index:40;border-bottom:1px solid transparent;transition:border-color .3s}.scrolled .header{border-color:var(--line)}.wordmark{font-family:var(--serif);letter-spacing:.23em;font-size:23px;color:var(--navy);white-space:nowrap;display:inline-block}.wordmark span{display:block;font:8px var(--sans);letter-spacing:.48em;text-align:center;color:#886d17;border-top:1px solid var(--gold);padding-top:10px;margin-top:9px}.nav{display:flex;gap:30px;align-items:center}.nav a{font-size:13px;position:relative;padding:12px 0}.nav a:after{content:"";position:absolute;bottom:5px;left:0;width:0;border-bottom:1px solid var(--navy);transition:width .25s}.nav a:hover:after{width:100%}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--coral);border:1px solid var(--coral);color:var(--navy);font-size:15px;font-weight:500;padding:19px 29px;border-radius:7px;transition:transform .25s,background .25s;line-height:1.3}.button:hover{background:#ee8172;transform:translateY(-2px)}.button.secondary{background:transparent;border-color:var(--navy)}.button.secondary:hover{background:#eae6de}.nav-cta{font-size:13px;padding:16px 25px;white-space:nowrap}.icon-button{background:transparent;border:0;padding:8px;display:inline-flex;align-items:center;justify-content:center;color:var(--navy)}.menu-toggle{display:none}.eyebrow{font-size:10px;letter-spacing:.27em;font-weight:600;color:#176e66;line-height:1.6;margin-bottom:27px;text-transform:uppercase}.lead{font-size:21px;line-height:1.55;color:var(--navy)}.micro{font-size:9px;letter-spacing:.2em}.small-note{font-size:13px;line-height:1.65;color:var(--muted);margin-top:18px}.small-note a{text-decoration:underline}.text-link{display:inline-flex;align-items:center;gap:24px;padding:8px 0;border-bottom:1px solid var(--gold);font-size:14px;font-weight:500;line-height:1.5}.text-link svg{transition:transform .25s}.text-link:hover svg{transform:translate(3px,-3px)}.hero{position:relative;min-height:760px;max-height:850px;overflow:hidden}.hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-copy{position:relative;width:56%;padding:68px 0 50px 5.1%;z-index:1}.hero h1{font-size:clamp(58px,6.4vw,94px);line-height:.99;margin:0 0 34px;letter-spacing:-.052em}.hero-copy>p:not(.eyebrow){font-size:23px;line-height:1.5;color:var(--navy);margin-bottom:34px}.hero .button{padding:22px 32px;font-size:18px}.hero-note{font-size:8px;letter-spacing:.3em;line-height:2.1;margin-top:44px;color:var(--navy)}.hero-note span{display:block;width:50px;border-top:1px solid var(--gold);margin-bottom:18px}.section-label{display:flex;align-items:center;gap:28px}.section-label>span{height:1px;background:var(--gold);flex:1}.section-label .eyebrow{margin:0;color:var(--navy);font-size:9px;letter-spacing:.4em}.collection-section{padding-top:16px;padding-bottom:54px}.center{text-align:center}.section-heading{margin:40px 0}.center h2{margin-bottom:13px;font-size:clamp(36px,4.5vw,64px)}.center p{font-size:17px;color:var(--navy)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:29px}.image-wrap{overflow:hidden;position:relative}.image-wrap img{width:100%;aspect-ratio:1.5;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.product-card:hover img,.article-card:hover img{transform:scale(1.045)}.image-action{position:absolute;right:14px;bottom:14px;display:flex;align-items:center;justify-content:center;background:var(--cream);padding:11px;border-radius:50%;opacity:0;transform:translateY(8px);transition:.25s}.product-card:hover .image-action{opacity:1;transform:none}.card-title{display:flex;align-items:center;gap:15px;margin-top:14px}.card-title h3{margin:0;font-size:32px}.rule{height:1px;background:var(--line);flex:1}.product-card{border-bottom:1px solid var(--gold);padding-bottom:24px}.product-card p{font-size:14px;line-height:1.55;margin:8px 0 13px}.product-card .micro{color:#176e66;font-size:9px}.services-band{background:var(--navy);color:var(--cream);padding:68px 0}.services-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.services-band h2{color:var(--cream);font-size:clamp(34px,3.7vw,52px);margin:0}.services-band .eyebrow{color:var(--cream)}.services-inner>div+div{padding-left:54px;border-left:1px solid var(--gold)}.services-band .lead{font-size:21px;color:var(--cream)}.services-band .text-link{color:var(--cream);letter-spacing:.12em;font-size:11px}.process-section{padding-top:95px;padding-bottom:90px}.split{display:flex;justify-content:space-between;gap:70px;align-items:end}.split>p{max-width:410px;margin-bottom:24px}.split h2{margin-bottom:0}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px;margin:48px 0}.process-grid>div{border-top:1px solid var(--line);padding-top:25px}.step{font:italic 22px var(--serif);color:#88701d;display:block;margin-bottom:25px}.process-grid h3{font-size:25px}.process-grid p{font-size:14px}.insights-section{background:#f0ece5;padding:45px 0 75px}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:45px 30px}.article-card h3{font-size:27px;line-height:1.18;margin-bottom:12px}.article-card p{font-size:14px;color:var(--muted);line-height:1.6}.article-meta{display:flex;justify-content:space-between;gap:10px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#176e66;margin:20px 0 14px}.article-meta span+span{color:var(--muted);white-space:nowrap}.article-card .text-link{font-size:12px}.faq-home{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;padding-top:100px;padding-bottom:100px}.questions details{border-bottom:1px solid var(--line)}.questions details:first-child{border-top:1px solid var(--line)}.questions summary{list-style:none;display:flex;justify-content:space-between;gap:20px;padding:22px 0;cursor:pointer;font-size:16px;color:var(--navy);line-height:1.5}.questions summary::-webkit-details-marker{display:none}.questions summary svg{flex:none;margin-top:3px}.questions .minus{display:none}.questions [open] .minus{display:block}.questions [open] .plus{display:none}.questions details p{font-size:15px;color:var(--muted);max-width:70ch;padding-bottom:10px}.cta-band{text-align:center;background:#eee9df;padding:80px 0}.cta-band h2{font-size:clamp(40px,4.5vw,64px)}.cta-band p:not(.eyebrow){font-size:13px;margin:22px 0 0}.cta-band em{color:#176e66}.footer-top{display:grid;grid-template-columns:1.6fr .7fr 1.1fr 1.2fr;gap:45px;padding-top:75px;padding-bottom:50px}footer{background:var(--navy);color:var(--cream)}footer h3{font:14px var(--sans);color:var(--cream);margin-bottom:25px}footer a{display:block;font-size:12px;margin-bottom:13px}footer a:hover{text-decoration:underline}footer .wordmark{color:var(--cream);font-size:20px;letter-spacing:.15em;margin-bottom:22px}footer p{font-size:14px;color:#d4d9df}footer .micro{font-size:8px}footer .text-link{display:inline-flex}.footer-bottom{display:flex;justify-content:space-between;font-size:10px;padding-top:25px;padding-bottom:15px;border-top:1px solid #607086}.footer-bottom>div{display:flex;gap:25px}.footer-bottom a{font-size:10px;display:inline-flex;align-items:center;gap:5px}.disclosure{font-size:10px;color:#c1c9d3;margin-bottom:0;padding-bottom:25px;line-height:1.7}.whatsapp{position:fixed;bottom:27px;right:28px;z-index:60;border:0;background:#168449;color:#fff;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 6px 20px #1d355733;transition:transform .2s}.whatsapp:hover{transform:translateY(-4px)}.whatsapp-panel{position:fixed;z-index:61;bottom:100px;right:28px;width:340px;padding:33px 28px;background:var(--cream);border:1px solid var(--line);box-shadow:0 8px 35px #1d355722;border-radius:9px}.whatsapp-panel h3{font-size:30px}.whatsapp-panel p{font-size:14px}.whatsapp-panel .eyebrow{font-size:9px}.whatsapp-panel .close{position:absolute;right:9px;top:9px}.whatsapp-panel .button{font-size:13px;padding:16px}.breadcrumb{display:flex;gap:13px;padding-top:30px;font-size:11px;color:var(--muted);flex-wrap:wrap}.breadcrumb a:hover{text-decoration:underline}.page-intro{padding-top:70px;padding-bottom:65px;max-width:1200px;text-align:center}.page-intro h1{max-width:1000px;margin-left:auto;margin-right:auto}.page-intro .lead{max-width:690px;margin:auto}.scope-section{padding-top:85px;padding-bottom:75px}.detail-hero{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding-top:65px;padding-bottom:85px}.detail-hero h1{font-size:clamp(46px,5.4vw,75px)}.detail-hero>img{width:100%;aspect-ratio:1;object-fit:cover}.detail-hero .lead{font-size:19px;margin-bottom:32px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;padding-top:60px;padding-bottom:70px}.detail-grid>div>p{max-width:65ch}.spec-list>div{display:grid;grid-template-columns:130px 1fr;gap:20px;border-bottom:1px solid var(--line);padding:22px 0}.spec-list>div:first-child{padding-top:0}.spec-list h3{font:500 15px var(--sans);margin:0}.spec-list p{font-size:14px;margin:0}.sample-section{padding-top:45px;padding-bottom:55px;border-top:1px solid var(--line)}.check-list{list-style:none;padding:0}.check-list li{display:flex;gap:15px;line-height:1.6;padding:14px 0;border-bottom:1px solid var(--line);font-size:15px}.check-list svg{color:#176e66;flex:none;margin-top:3px}.related{padding-top:50px;padding-bottom:90px}.related>h2{margin-bottom:35px}.service-list{padding-bottom:90px}.service-list>a{display:grid;grid-template-columns:70px 1fr 50px;gap:35px;align-items:center;padding:45px 0;border-top:1px solid var(--line)}.service-list>a:last-child{border-bottom:1px solid var(--line)}.service-list h2{font-size:40px;margin:0 0 14px}.service-list p{max-width:700px;margin:0;color:var(--muted)}.service-list .step{margin:0}.service-list svg{transition:transform .3s}.service-list a:hover svg{transform:translate(5px,-5px)}.about-hero{text-align:center;padding-top:65px}.about-hero h1{font-size:clamp(48px,5.3vw,75px)}.about-hero .lead{max-width:740px;margin:0 auto 50px}.about-hero>img{width:100%;max-height:560px;object-fit:cover}.heritage{max-width:900px;text-align:center;padding-top:30px;padding-bottom:100px}.heritage p{max-width:650px;margin:0 auto 30px}.filter-row{display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap;margin-bottom:22px}.filter-pills{display:flex;gap:9px;flex-wrap:wrap}.filter-pills button{background:transparent;border:1px solid var(--line);border-radius:30px;color:var(--navy);font-size:12px;padding:11px 16px}.filter-pills button[aria-pressed=true]{background:var(--navy);border-color:var(--navy);color:var(--cream)}.search{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--navy);padding:10px 0}.search input{border:0;background:transparent;padding:4px 0;width:210px;font-size:13px;outline-offset:6px;min-width:0;color:var(--navy)}.faq-page{max-width:1200px;padding-bottom:100px}.faq-page .questions{margin-top:25px}.faq-page .questions p{max-width:85ch}.insights-library{padding-bottom:80px}.insights-library .article-grid{margin-top:35px}.editorial-note{border-top:1px solid var(--line);margin-top:70px;padding-top:35px;max-width:800px}.editorial-note p{font-size:15px}.empty{padding:50px 0}.article-header{text-align:center;padding-top:55px;padding-bottom:55px}.article-header h1{font-size:clamp(42px,4.5vw,65px);max-width:1000px;margin:0 auto 25px}.article-header .lead{max-width:760px;margin:0 auto 23px;font-size:19px}.article-byline{font-size:11px;color:var(--muted)}.article-layout{display:grid;grid-template-columns:240px minmax(0,760px);gap:75px;justify-content:center;padding-bottom:60px}.toc{align-self:start;position:sticky;top:125px;font-size:12px}.toc>a{display:block;margin-top:17px;line-height:1.45;color:var(--muted)}.toc>a:hover{color:var(--navy)}.toc .text-link{display:flex;color:var(--navy);margin-top:25px}.article-body p{font-size:17px;line-height:1.8}.answer-box{background:#eee9df;border-left:3px solid var(--teal);padding:30px 34px;margin-bottom:35px}.answer-box p:last-child{margin:0}.answer-box .eyebrow{font-size:10px;line-height:1.6;margin-bottom:13px}.article-body blockquote{border-left:1px solid var(--gold);padding:0 0 0 25px;margin:35px 0}.article-body blockquote p{font:25px/1.5 var(--serif);color:var(--navy)}blockquote cite{font-size:12px;font-style:normal;text-decoration:underline;display:block;line-height:1.7}blockquote small{display:block;margin-top:8px;font-size:10px;color:var(--muted)}.article-body>img{width:100%;max-height:400px;object-fit:cover}.article-body .caption{font-size:11px;color:var(--muted);margin-top:10px}.prose-section{padding-top:25px}.article-body h2{font-size:33px;margin:20px 0}.table-scroll{overflow-x:auto;margin:30px 0}table{border-collapse:collapse;width:100%;text-align:left;font-size:14px}th{background:var(--navy);color:var(--cream);font-weight:500;padding:15px}td{padding:15px;border-bottom:1px solid var(--line);line-height:1.6}tbody tr:nth-child(2n){background:#f0ece5}.article-checklist{margin:40px 0;padding:25px;background:#eee9df}.source-list{padding-left:22px}.source-list li{padding:10px 0;font-size:13px;line-height:1.6}.source-list a{text-decoration:underline}.source-list small{display:block;font-size:11px;color:var(--muted)}.article-body .small-note{font-size:12px}.article-end{margin-top:45px;padding-top:35px;border-top:1px solid var(--line)}.contact-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px;padding-bottom:100px}.contact-layout aside img{width:100%;aspect-ratio:1;object-fit:cover;margin-bottom:35px}.contact-layout aside p{font-size:15px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:23px}.inquiry-form label{display:flex;flex-direction:column;gap:10px;font-size:12px;color:var(--navy)}input,select,textarea{color:var(--ink);border:1px solid #bbb6ad;background:transparent;border-radius:3px;padding:13px;width:100%;font-size:14px;line-height:1.5}textarea{resize:vertical}input:focus,textarea:focus,select:focus{border-color:var(--teal)}.inquiry-form>label{margin-top:23px}.inquiry-form .consent{flex-direction:row;align-items:flex-start;font-size:12px;line-height:1.6;margin-bottom:25px}.consent input{width:16px;flex:none;margin:3px 0 0;accent-color:var(--navy)}.inquiry-result{margin-top:40px;border-top:1px solid var(--gold);padding-top:30px}.inquiry-result h2{font-size:38px}.inquiry-result p{font-size:14px}.result-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.result-actions .button{font-size:12px;gap:10px;padding:14px}.prose-page{max-width:900px;padding-bottom:90px}.prose-page h2{font-size:32px;margin-top:35px}.skip{position:fixed;top:-80px;left:20px;background:var(--navy);color:#fff;z-index:100;padding:15px}.skip:focus{top:10px}:focus-visible{outline:2px solid #176e66;outline-offset:5px}.reveal{opacity:.01;transform:translateY(18px);transition:opacity .65s,transform .65s}.reveal.in-view{opacity:1;transform:none}.hero-copy{animation:arrive .9s ease-out both}@keyframes arrive{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(min-width:1500px){.hero{max-width:1600px;margin:auto}.hero-copy{padding-top:85px}.header{padding-left:max(5.1%,calc((100vw - 1290px)/2));padding-right:max(5.1%,calc((100vw - 1290px)/2))}}@media(max-width:1100px){.header{gap:20px}.wordmark{font-size:18px}.nav{gap:18px}.nav-cta{padding:14px 18px}.hero{min-height:680px}.hero-copy{padding-top:60px;width:58%}.hero h1{font-size:7vw}.hero-copy>p:not(.eyebrow){font-size:19px}.hero .button{font-size:16px}.services-inner{gap:40px}.services-inner>div+div{padding-left:35px}.footer-top{grid-template-columns:1.4fr 1fr 1.2fr;gap:30px}.footer-top>div:last-child{grid-column:1/-1}.detail-grid{gap:50px}.detail-hero{gap:40px}.article-layout{grid-template-columns:180px minmax(0,1fr);gap:40px}.contact-layout{gap:45px}}@media(max-width:780px){.header{height:78px;padding:0 6%;gap:12px}.wordmark{font-size:17px;letter-spacing:.13em}.wordmark span{font-size:6px;letter-spacing:.3em;padding-top:6px;margin-top:6px}.nav-cta{margin-left:auto;font-size:11px;padding:12px 13px;border-radius:4px}.menu-toggle{display:flex;padding:5px}.nav{display:none;position:absolute;left:0;right:0;top:78px;background:var(--cream);padding:24px 6%;border-bottom:1px solid var(--line)}.nav.open{display:flex;flex-direction:column;align-items:stretch;gap:8px}.nav a{font-size:17px;padding:10px 0}.wrap{padding-left:6%;padding-right:6%}.hero{min-height:850px;max-height:none;display:flex;flex-direction:column}.hero>img{height:440px;top:auto;bottom:0;object-position:70% center;object-fit:cover;width:125%;max-width:none;left:-25%}.hero-copy{width:100%;padding:38px 6% 0}.hero h1{font-size:clamp(46px,9vw,67px);line-height:1.02;margin-bottom:21px}.hero h1 br:first-child{display:none}.hero-copy>p:not(.eyebrow){font-size:17px;margin-bottom:23px}.eyebrow{font-size:9px;letter-spacing:.2em;margin-bottom:20px}.hero .button{font-size:14px;padding:17px 23px}.hero-note{display:none}.section-label{gap:15px}.section-label .eyebrow{letter-spacing:.22em;font-size:8px;white-space:nowrap}.collection-section{padding-top:23px}.section-heading{margin:30px 0}.center h2{font-size:36px}.center p{font-size:14px}.product-grid{gap:18px}.card-title h3{font-size:26px}.card-title svg{display:none}.product-card p{font-size:12px}.product-card .micro{font-size:8px}.image-wrap img{aspect-ratio:1}.services-inner{grid-template-columns:1fr;gap:28px}.services-inner>div+div{padding-left:0;border-left:none}.services-band{padding:48px 0}.services-band h2{font-size:39px}.services-band .lead{font-size:18px}.split{display:block}.split>p{margin-top:25px;max-width:none}.split>.text-link{margin-top:20px}.process-section{padding-top:50px;padding-bottom:55px}.process-grid{grid-template-columns:1fr 1fr;gap:25px;margin:35px 0}.process-grid.three{grid-template-columns:1fr}.process-grid h3{font-size:25px}.process-grid p{font-size:13px}.step{margin-bottom:15px}.insights-section{padding:20px 0 50px}.article-grid{grid-template-columns:1fr 1fr;gap:35px 20px}.article-card h3{font-size:25px}.article-card p{font-size:13px}.article-meta{font-size:8px;gap:5px;flex-wrap:wrap}.faq-home{grid-template-columns:1fr;gap:35px;padding-top:55px;padding-bottom:60px}.cta-band{padding:55px 0}.footer-top{grid-template-columns:1fr 1fr;padding-top:50px;gap:35px}.footer-top>div:first-child{grid-column:1/-1}.footer-top>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:20px}.footer-bottom>div{flex-wrap:wrap;gap:15px}.whatsapp{width:54px;height:54px;right:18px;bottom:20px}.whatsapp-panel{right:18px;bottom:88px;width:min(340px,calc(100vw - 36px))}.breadcrumb{padding-top:25px;font-size:10px}.page-intro{padding-top:42px;padding-bottom:43px}.page-intro h1{font-size:46px}.lead{font-size:18px}.detail-hero{grid-template-columns:1fr;padding-top:40px;padding-bottom:35px;gap:35px}.detail-hero h1{font-size:47px}.detail-hero>img{aspect-ratio:1.3}.detail-grid{grid-template-columns:1fr;gap:30px;padding-top:40px;padding-bottom:30px}.spec-list>div{grid-template-columns:110px 1fr}.scope-section{padding-top:45px;padding-bottom:35px}.sample-section{padding-top:30px;padding-bottom:30px}.related{padding-top:35px;padding-bottom:55px}.service-list{padding-bottom:45px}.service-list>a{grid-template-columns:30px 1fr 25px;gap:18px;padding:30px 0}.service-list h2{font-size:30px}.service-list p{font-size:14px}.service-list svg{width:25px}.about-hero{padding-top:40px}.about-hero h1{font-size:44px}.about-hero .lead{font-size:18px}.heritage{padding-top:25px;padding-bottom:55px}.filter-pills button{font-size:11px;padding:9px 12px}.filter-row{gap:22px}.faq-page{padding-bottom:55px}.insights-library{padding-bottom:50px}.article-header{padding-top:40px;padding-bottom:30px}.article-header h1{font-size:40px}.article-byline{font-size:10px;line-height:1.9}.article-layout{display:block}.toc{position:static;display:block;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin-bottom:25px}.toc>a{display:inline-block;margin:10px 15px 0 0;font-size:11px}.toc .eyebrow{display:block}.toc .text-link{display:none}.answer-box{padding:23px}.article-body p{font-size:16px}.article-body h2{font-size:29px}.article-body blockquote p{font-size:23px}.article-body blockquote{padding-left:18px}.article-layout{padding-bottom:25px}.contact-layout{display:flex;flex-direction:column-reverse;gap:45px;padding-bottom:55px}.contact-layout aside{max-width:500px}.contact-layout aside img{aspect-ratio:1.5}.form-grid{gap:18px}.inquiry-form label{font-size:11px}.prose-page{padding-bottom:50px}.questions summary{font-size:15px}}@media(max-width:480px){.wordmark{font-size:14px;letter-spacing:.12em}.wordmark span{font-size:5px;letter-spacing:.25em}.nav-cta{font-size:10px;padding:10px}.header{padding:0 5%;gap:8px}.hero{min-height:800px}.hero-copy{padding-top:35px}.hero h1{font-size:48px}.hero>img{height:410px}.hero-copy>p:not(.eyebrow){font-size:16px}.product-grid{grid-template-columns:1fr;gap:30px}.product-card .image-wrap img{aspect-ratio:1.45}.card-title h3{font-size:31px}.product-card p{font-size:14px}.product-card .micro{font-size:9px}.product-card{padding-bottom:17px}.image-action{opacity:1;transform:none}.article-grid{grid-template-columns:1fr}.article-card .image-wrap img{aspect-ratio:1.65}.article-meta{font-size:10px}.article-card h3{font-size:28px}.article-card p{font-size:14px}.form-grid{grid-template-columns:1fr}.footer-top{gap:30px 20px}.footer-top>div:last-child{grid-column:1/-1}.process-grid{gap:20px}.process-grid h3{font-size:23px}.check-list li{font-size:14px}.service-list>a{grid-template-columns:22px 1fr 20px;gap:12px}.service-list h2{font-size:27px}.page-intro h1{font-size:40px}.article-header h1{font-size:36px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}.button{color:var(--ink)}@media(min-width:1101px){.hero{min-height:785px}.hero h1{font-size:clamp(62px,6.8vw,98px)}.hero .button{font-size:20px;padding:22px 37px}.wordmark{font-size:25px}.nav a,.nav-cta{font-size:14px}.hero-copy{padding-top:65px}.collection-section .section-heading{margin:32px 0}.product-card .image-wrap img{height:auto;aspect-ratio:1.5;object-fit:cover}.collection-section{padding-bottom:35px}}@media(max-width:780px){.hero h1 br:first-child{display:initial}.hero h1{font-size:clamp(46px,8vw,62px)}.hero-copy{padding-top:32px}}@media(max-width:480px){.hero h1{font-size:46px}}.buyer-section{padding-top:72px;padding-bottom:72px;scroll-margin-top:110px}.buyer-section>.lead{max-width:750px}.buyer-plans,.commercial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:32px}.buyer-plans article{padding:30px;border:1px solid #d8d4ca;background:#fffdf9;display:flex;flex-direction:column}.buyer-plans article:nth-child(2){border-top:3px solid #2a9d8f}.buyer-plans h3,.commercial-grid h3{font-size:27px;line-height:1.2}.buyer-plans dt{font-weight:600;color:#1d3557;margin-top:18px}.buyer-plans dd{margin:7px 0;font-size:14px;line-height:1.65}.buyer-plans .text-link{margin-top:auto;padding-top:22px}.studio-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:36px}.studio-preview img{width:100%;height:auto;display:block}.studio-summary{background:#1d3557;color:#faf7f2;padding:28px}.studio-summary h3,.studio-summary .eyebrow,.studio-summary .small-note{color:inherit}.studio-summary h3{font-size:30px}.studio-form label{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#1d3557}.studio-form input,.studio-form select{width:100%;min-width:0;border:1px solid #ccc7bc;background:#fffdf9;padding:13px;font:inherit;color:#1f2937;border-radius:0}.studio-form .button{margin-top:26px}.commercial-grid article{border-top:1px solid #c9c4ba;padding-top:22px}.buyer-section table{width:100%;border-collapse:collapse;text-align:left;margin:26px 0}.buyer-section th,.buyer-section td{padding:18px;border-bottom:1px solid #ddd8ce;vertical-align:top;line-height:1.7}.buyer-section thead{background:#1d3557;color:#faf7f2}.buyer-section tbody th{width:23%;color:#1d3557}.questions .faq-toggle{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;text-align:left;border:0;background:transparent;padding:23px 0;color:#1d3557;font:inherit;font-weight:500;cursor:pointer}.questions .faq-item{border-bottom:1px solid #d9d5cc}.questions .faq-item p{padding-bottom:22px;margin-top:0}.questions .faq-toggle svg{flex-shrink:0}.about-hero{padding-top:25px}.about-hero>img{max-height:460px;object-fit:cover}.page-intro{padding-bottom:48px}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid #176e66;outline-offset:4px}@media(max-width:1100px){.nav,.buyer-plans{gap:14px}.buyer-plans article{padding:22px}}@media(max-width:780px){.buyer-plans,.commercial-grid,.studio-layout{grid-template-columns:1fr}.buyer-section{padding-top:44px;padding-bottom:44px}.studio-layout{gap:25px}.buyer-section th,.buyer-section td{padding:12px;font-size:14px}.buyer-section tbody th{width:30%}.studio-form .button{font-size:14px}.buyer-plans h3{font-size:29px}}.questions .faq-item h3{font-family:DM Sans,sans-serif;font-size:17px;line-height:1.55;font-weight:500;margin:0;letter-spacing:normal}.questions .faq-item .faq-toggle{font-family:inherit;font-size:inherit;line-height:inherit}.buyer-section+.buyer-section{padding-top:32px}.terms-strip{background:#1d3557;color:#fff;padding:30px 0 18px}.terms-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.terms-grid>div{text-align:center;border-right:1px solid #ffffff35}.terms-grid>div:last-child{border:0}.terms-grid strong{display:block;font-family:"DM Serif Display",serif;font-size:36px;font-weight:400}.terms-grid span{display:block;font-size:13px;letter-spacing:.07em;margin-top:8px}.terms-strip>p{font-size:12px;text-align:center;margin:22px 20px 0;color:#d9e2eb}.factory-section,.range-details{padding-top:95px;padding-bottom:80px}.factory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 25px}.factory-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.factory-grid figure{margin:0}.factory-grid img{display:block;width:100%;height:320px;object-fit:cover;transition:filter .25s}.factory-grid a:hover img{filter:brightness(1.07)}.factory-grid h3{font-family:DM Sans,sans-serif;font-size:18px;margin:19px 0 7px}.factory-grid p{font-size:14px;line-height:1.7;margin:0}.gallery-toggle{background:none;border:0;margin:28px 0 12px;cursor:pointer}.shipping-section{padding:80px 0;background:#edece5}.shipping-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin:40px 0}.shipping-grid h3{font-size:23px;margin:20px 0 10px}.range-columns{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin:35px 0}.range-columns article{padding:32px;border:1px solid #d8d9d4}.range-number{font-family:"DM Serif Display",serif;font-size:40px;color:#2a9d8f}.range-columns h3{margin:15px 0}.variant-heading{margin-top:55px}.variant-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.variant-grid img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#fff}.variant-grid h3{font:500 18px DM Sans,sans-serif}.variant-grid p{font-size:14px}.kit-note{display:flex;gap:25px;background:#f0ede5;padding:30px;margin-top:45px}.kit-note>svg{flex-shrink:0}.kit-note h3{margin:0 0 10px}.kit-note p{margin:0}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:45px}.product-card .image-wrap{background:#fff}.product-card img{object-fit:contain!important}.hero>img{object-fit:cover}.article-body>img{width:100%;max-height:520px;object-fit:cover}.article-card img{object-fit:cover}.about-hero>img{object-fit:cover;max-height:600px}.detail-hero>img{object-fit:contain;background:#fff}.hero{background:#fff;min-height:710px}.hero>img{left:10%;width:90%;object-fit:contain}.hero-copy{width:46%;padding-top:65px}.hero h1{font-size:clamp(58px,5.7vw,82px)}.hero-copy>p:not(.eyebrow){font-size:20px}.hero .button{font-size:17px;padding:20px 25px}.hero-order-link{display:block;margin-top:19px;font-size:13px;text-decoration:underline}.service-list>a{grid-template-columns:180px 1fr 35px}.service-thumb{width:180px;height:130px;object-fit:cover}.service-list h2{font-size:32px}@media(max-width:800px){.hero{min-height:800px}.hero-copy{width:100%;padding:38px 6% 0}.hero h1{font-size:52px}.hero-copy>p:not(.eyebrow){font-size:17px;max-width:390px}.hero>img{inset:auto auto 0 -75%;width:175%;height:390px;object-fit:contain}.terms-grid{grid-template-columns:1fr 1fr;gap:25px}.terms-grid>div:nth-child(2){border:0}.terms-grid strong{font-size:29px}.factory-grid.compact,.factory-grid,.shipping-grid,.range-columns{grid-template-columns:1fr}.factory-section,.range-details{padding-top:55px;padding-bottom:45px}.factory-grid img{height:290px}.shipping-section{padding:50px 0}.shipping-grid{gap:28px}.variant-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kit-note{padding:23px;gap:15px}.service-list>a{grid-template-columns:1fr 28px}.service-thumb{grid-column:1/-1;width:100%;height:230px}.service-list h2{font-size:28px}}@media(max-width:500px){.product-grid{grid-template-columns:1fr}}.editorial-photo{position:relative;margin:0 0 22px;overflow:hidden;background:#eeede8}.editorial-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .6s ease}.editorial-photo figcaption{position:absolute;left:10px;bottom:9px;padding:4px 7px;background:#faf7f2e8;color:#44505b;font:9px/1.3 DM Sans,sans-serif;letter-spacing:.02em}.editorial-photo:hover img{transform:scale(1.025)}.buyer-plans>article .editorial-photo{margin:-30px -30px 24px}.buyer-plans>article{overflow:hidden}.process-grid>div{min-width:0}.process-grid .editorial-photo{margin-bottom:20px}.shipping-grid .editorial-photo{margin-bottom:24px}.range-columns .editorial-photo{margin:-32px -32px 25px}.range-columns article{overflow:hidden}.commercial-grid article{overflow:hidden}.commercial-grid .editorial-photo{margin-bottom:20px}.spec-list>div{display:grid;grid-template-columns:116px minmax(0,1fr);gap:0 22px;align-items:start}.spec-list .editorial-photo{grid-row:1/3;margin:0}.spec-list .editorial-photo img{aspect-ratio:1}.spec-list h3{margin-top:0}.spec-list p{grid-column:2}.spec-list figcaption{font-size:7px;left:3px;bottom:3px;padding:2px 3px}.kit-note .editorial-photo{width:170px;flex-shrink:0;margin:0;align-self:start}.terms-grid img{width:100%;height:110px;object-fit:cover;margin-top:20px}.terms-grid>div{padding:0 16px}.terms-grid{gap:0}.service-list>a{grid-template-columns:minmax(220px,30%) 1fr 35px;gap:40px}.service-list .editorial-photo{margin:0}.service-list .editorial-photo img{aspect-ratio:4/3}.photo-detail-pair{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:32px}.article-checklist>.editorial-photo{max-height:260px}.article-checklist>.editorial-photo img{aspect-ratio:2.6}.faq-feature{max-width:520px;margin-top:30px}.sample-section>.editorial-photo{max-width:560px}.detail-grid>.editorial-photo{align-self:start}.article-end>.editorial-photo{max-width:420px}.photo-detail-pair img{object-fit:cover}.image-wrap img{transition:transform .6s}.image-wrap:hover img{transform:scale(1.025)}@media(max-width:800px){.service-list>a{grid-template-columns:1fr 28px;gap:20px}.service-list .editorial-photo{grid-column:1/-1}.buyer-plans>article .editorial-photo{margin:-24px -24px 24px}.spec-list>div{grid-template-columns:90px minmax(0,1fr);gap:0 16px}.kit-note{flex-direction:column}.kit-note .editorial-photo{width:100%}.photo-detail-pair{grid-template-columns:1fr}.terms-grid img{height:90px}.terms-grid>div{padding:0 10px}.terms-grid{gap:22px 0}.range-columns .editorial-photo{margin:-32px -32px 25px}}@media(prefers-reduced-motion:reduce){.editorial-photo img,.image-wrap img{transition:none}.editorial-photo:hover img,.image-wrap:hover img{transform:none}}.faq-item [role=region]{display:flow-root}.faq-item [role=region][hidden]{display:none}.faq-item .editorial-photo{width:220px;float:right;margin:0 0 20px 25px}@media(max-width:600px){.faq-item .editorial-photo{width:100%;float:none;margin:0 0 20px}}@media(min-width:801px)and (max-width:1100px){.buyer-plans>article .editorial-photo{margin:-22px -22px 24px}}@media(max-width:800px){.buyer-plans>article .editorial-photo{margin:-22px -22px 24px}}.header{height:auto;min-height:116px;display:grid;grid-template-columns:1fr auto auto;gap:15px 24px;padding:20px 4% 0}.header .nav{grid-column:1/-1;grid-row:2;display:flex;justify-content:center;gap:clamp(20px,3vw,48px);border-top:1px solid var(--line);padding:16px 0;margin:0}.header .nav a{font-size:15px;white-space:nowrap}.header .nav-cta{grid-column:2;grid-row:1}.language-control{grid-column:3;grid-row:1;position:relative}.language-control>button{display:flex;gap:6px;align-items:center}.header .menu-toggle{display:none}.language-panel{position:absolute;right:0;top:45px;width:340px;background:#10242e;color:#e6edf0;padding:27px;box-shadow:0 15px 45px #0003;z-index:100}.language-panel h3{font-family:inherit;font-size:21px;color:inherit;margin:4px 0 25px}.language-panel>a,.language-panel>button.selected{display:flex;justify-content:space-between;width:100%;padding:13px 0;background:none;border:0;color:inherit;font:inherit;font-size:20px;text-align:left}.language-panel>button.selected{color:#c3f258}.language-panel p{font-size:13px;line-height:1.65;color:#bbcbd0}.language-panel .close{position:absolute;right:15px;top:12px;color:#fff}.buyer-contact{background:#214e4b;color:#fff;padding:48px;display:grid;grid-template-columns:1.35fr 1fr;gap:60px;margin-top:65px;margin-bottom:0;border-radius:4px 4px 0 0}.buyer-contact h2{font-size:44px;color:#fff}.buyer-contact .eyebrow{color:#cbe0d7}.buyer-contact p{line-height:1.75;color:#edf3ee}.buyer-contact .button{background:#f3b1a0;color:#173c3a;flex-wrap:wrap}.buyer-promise{border-left:1px solid #ffffff44;padding-left:40px}.buyer-promise h3{color:#fff;font-size:28px}.buyer-promise dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:14px}.buyer-promise dd{margin:0}.buyer-questions{padding-top:65px;padding-bottom:45px}.buyer-questions>.lead{max-width:780px}.buyer-question-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;margin-top:35px}.buyer-question-grid article{border:1px solid var(--line);background:#fff;padding:24px}.buyer-question-grid h3{font-size:30px;line-height:1.2;margin:25px 0 16px}.buyer-question-grid p{font-size:16px;line-height:1.8}.buyer-question-grid blockquote{margin:24px 0 0;border-left:3px solid #2a9d8f;padding:12px 18px;background:#f3f6f2;font-size:16px}.buyer-question-grid cite{display:block;font-size:12px;margin-top:12px;font-style:normal}.hub-hero{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding-top:70px;padding-bottom:65px;align-items:center}.hub-hero h1{font-size:clamp(42px,5vw,68px);line-height:1.08}.hub-sections article{display:grid;grid-template-columns:35% 1fr;gap:55px;align-items:center;padding:40px 0;border-top:1px solid var(--line)}.hub-sections h2{font-size:36px}.hub-sections p{font-size:18px;line-height:1.8}.resource-links{padding:35px 0}.resource-links a{display:block;border-bottom:1px solid var(--line);padding:18px 0}.buyer-contact .small-note{font-size:12px}.language-panel a:hover{color:#c3f258}@media(max-width:1000px){.header{min-height:85px;padding:15px 4%;grid-template-columns:1fr auto auto auto;gap:12px}.header .nav{display:none}.header .nav.open{display:flex;position:absolute;top:100%;left:0;right:0;background:var(--cream,#faf7f2);flex-direction:column;padding:24px;max-height:75vh;overflow:auto;gap:18px}.header .menu-toggle{display:block;grid-column:4;grid-row:1}.header .nav-cta{font-size:12px;padding:12px}.buyer-contact{gap:30px;padding:32px}.buyer-contact h2{font-size:36px}.buyer-promise{padding-left:25px}.hub-sections article{gap:30px}.language-panel{right:-35px}}@media(max-width:600px){.header{grid-template-columns:1fr auto auto;gap:12px}.header .nav-cta{display:none}.language-control{grid-column:2}.header .menu-toggle{grid-column:3}.language-control>button span{font-size:12px}.language-panel{width:min(340px,calc(100vw - 30px));right:-40px}.buyer-contact,.hub-hero,.hub-sections article,.buyer-question-grid{grid-template-columns:1fr}.buyer-contact{padding:25px;margin-top:35px;margin-bottom:35px}.buyer-promise{border-left:0;border-top:1px solid #fff5;padding:25px 0 0}.buyer-contact .button{font-size:14px;gap:9px}.buyer-question-grid article{padding:18px}.hub-hero{padding-top:40px;gap:25px}.hub-sections h2{font-size:29px}.hub-sections article{gap:20px}.buyer-questions{padding-top:35px}.buyer-contact h2{font-size:34px}}.header>.wordmark{justify-self:start;width:max-content;max-width:100%}.factory-film{position:relative;width:100%;padding:0;margin:0;background:#10243a;overflow:hidden}.factory-film-media,.factory-film.compact .factory-film-media{position:relative;width:100%;max-width:none;margin:0;aspect-ratio:1232/672;overflow:hidden;border:0;border-radius:0;background:#10243a;box-shadow:none}.factory-film-media:before,.factory-film-media:after{display:none}.factory-film-media video{display:block;width:100%;height:100%;object-fit:cover;border:0;border-radius:0}.factory-film.compact{margin:0}@media(max-width:760px){.factory-film-media,.factory-film.compact .factory-film-media{aspect-ratio:4/3}.factory-film-media video{object-position:center}}.editorial-photo figcaption{display:none}html,body{overflow-x:hidden}.auto-rail{display:block!important;position:relative;overflow:hidden;max-width:100%;margin:40px 0}.auto-rail:before,.auto-rail:after{content:"";position:absolute;z-index:5;top:0;bottom:0;width:7%;pointer-events:none}.auto-rail:before{left:0;background:linear-gradient(90deg,var(--rail-bg,#faf7f2),transparent)}.auto-rail:after{right:0;background:linear-gradient(270deg,var(--rail-bg,#faf7f2),transparent)}.auto-rail-track{display:flex!important;width:max-content!important;gap:0!important;border:0!important;padding:0!important;animation:railMove var(--rail-speed,42s) linear infinite;will-change:transform}.auto-rail-group{display:flex;gap:var(--rail-gap,28px);padding-right:var(--rail-gap,28px);align-items:stretch}.auto-rail:focus-within .auto-rail-track{animation-play-state:paused}.auto-rail .reveal{opacity:1!important;transform:none!important}@keyframes railMove{to{transform:translate(-50%)}}.collection-section .product-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:56px 28px;margin-top:48px}.collection-section .product-card{grid-column:span 4;border:0!important;padding:0!important;background:transparent!important}.collection-section .product-card:nth-child(1){grid-column:span 7}.collection-section .product-card:nth-child(2){grid-column:span 5;padding-top:74px!important}.collection-section .product-card:nth-child(3){grid-column:2/span 4}.collection-section .product-card:nth-child(4){grid-column:span 4;padding-top:54px!important}.collection-section .product-card .image-wrap{background:transparent}.collection-section .product-card .image-wrap img{aspect-ratio:16/10!important;object-fit:contain!important}.collection-section .product-card:nth-child(2) .image-wrap img,.collection-section .product-card:nth-child(5) .image-wrap img{aspect-ratio:5/4!important}.collection-section .product-card h3{font-size:26px;line-height:1.1}.collection-section .product-card p{font-size:13px;line-height:1.65;max-width:38ch}.collection-section .product-card .micro{font-size:9px}.buyer-plans{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;margin:42px 0 30px;width:auto;max-width:none;padding:0}.buyer-plans>article{border:0!important;background:transparent!important;padding:0!important;overflow:visible;display:flex;flex-direction:column}.buyer-plans .editorial-photo img{aspect-ratio:16/11}.buyer-plans h3{font-size:27px!important;line-height:1.14;max-width:13ch}.buyer-plans>article>p,.buyer-plans dd{font-size:13px;line-height:1.62}.buyer-plans dt{font-size:13px;margin-top:13px}.buyer-plans dl{max-width:38ch}.buyer-plans .text-link{margin-top:auto;font-size:11px}.factory-section .section-heading{margin-bottom:42px}.factory-grid figure{border:0}.factory-grid figcaption{max-width:36ch}.factory-grid.compact{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr));gap:48px 26px}.factory-grid.compact figure{grid-column:span 4}.factory-grid.compact figure:nth-child(1),.factory-grid.compact figure:nth-child(5){grid-column:span 5}.factory-grid.compact figure:nth-child(2),.factory-grid.compact figure:nth-child(4){grid-column:span 3}.factory-grid.compact img{width:100%;height:300px!important;object-fit:cover}.factory-grid.compact figure:nth-child(2) img,.factory-grid.compact figure:nth-child(4) img{height:360px!important}.factory-grid.compact h3{font-size:17px;margin:15px 0 5px}.factory-grid.compact p{font-size:12px;line-height:1.55}.process-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;margin:45px 0}.process-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.process-grid>div{min-width:0;border:0!important;padding:0!important}.process-grid .editorial-photo{margin:0 0 18px}.process-grid .editorial-photo img{aspect-ratio:4/3}.process-grid .step{display:block;font-size:24px;margin:8px 0 12px;color:#aa8215}.process-grid h3{font-size:22px;line-height:1.15}.process-grid p{font-size:13px;line-height:1.6;max-width:32ch}.shipping-section{background:#eeebe3}.shipping-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin:40px 0}.shipping-grid article{position:relative}.shipping-grid .editorial-photo img{aspect-ratio:16/10}.shipping-grid article>svg{position:absolute;right:15px;top:15px;background:#faf7f2;width:48px;height:48px;padding:12px;border-radius:50%}.shipping-grid h3{font-size:24px;margin:16px 0 8px}.shipping-grid p{font-size:13px;line-height:1.65}.article-loop{--rail-bg:#f0ece5;--rail-speed:50s;--rail-gap:30px;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:0;padding:0 5.1%}.article-loop .auto-rail-group>.article-card{width:clamp(320px,31vw,440px);flex:none}.article-loop .article-card:nth-child(2n){padding-top:55px}.article-loop .image-wrap img{aspect-ratio:16/11}.article-loop h3{font-size:25px;line-height:1.15}.article-loop .article-card p{font-size:13px;line-height:1.6}.article-loop .article-meta{font-size:9px}.buyer-question-grid article{border:0!important;background:transparent!important;padding:0!important;box-shadow:none}.buyer-question-grid h3{font-size:25px!important;line-height:1.18}.buyer-question-grid p{font-size:14px!important;line-height:1.68}.buyer-question-grid blockquote{font-size:13px!important}.article-card{box-shadow:none}.strength-section{--rail-bg:#10243a;background:#10243a;color:#f8f3eb;padding:100px 0 84px;overflow:hidden}.strength-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:end}.strength-heading h2{color:#f8f3eb;font-size:clamp(44px,5.2vw,74px);margin:0}.strength-heading h2 em{color:#ddb958}.strength-heading>p{font-size:17px;color:#dbe3e7;margin:0;max-width:54ch}.strength-heading .eyebrow{color:#8ed1c6}.strength-rail{--rail-speed:58s;--rail-gap:20px;margin:62px 0 55px}.strength-card{width:clamp(350px,37vw,540px);flex:none}.strength-card:nth-child(2n){padding-top:58px}.strength-image{height:330px;overflow:hidden}.strength-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(1.03)}.strength-card>span{display:block;color:#ddb958;font:italic 24px var(--serif);margin:16px 0 10px}.strength-card h3{color:#f8f3eb;font-size:25px;margin-bottom:8px}.strength-card p{color:#cbd6dc;max-width:47ch;font-size:13px;line-height:1.6}.strength-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;border-top:1px solid #ffffff2e;padding-top:35px}.strength-proof div{display:flex;flex-direction:column;gap:8px}.strength-proof strong{color:#fff;font:400 24px var(--serif)}.strength-proof span{color:#bfcbd3;font-size:12px;line-height:1.55}@media(max-width:900px){.collection-section .product-card:nth-child(n){grid-column:span 6;padding-top:0!important}.buyer-plans{grid-template-columns:1fr 1fr}.buyer-plans>article:last-child{grid-column:1/-1;max-width:65%}.factory-grid.compact figure:nth-child(n){grid-column:span 6}.process-grid{grid-template-columns:repeat(2,1fr)}.shipping-grid{gap:22px}}@media(max-width:780px){.auto-rail{overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity;margin-top:28px}.auto-rail::-webkit-scrollbar{display:none}.auto-rail-track{animation:none!important}.auto-rail-group:last-child{display:none}.auto-rail-group>*{scroll-snap-align:start}.article-loop{margin-left:-6%;margin-right:-6%;padding:0 6%;max-width:none}.article-loop .auto-rail-group>.article-card{width:82vw}.article-loop .article-card:nth-child(2n),.strength-card:nth-child(2n){padding-top:0}.collection-section .product-grid,.buyer-plans,.factory-grid.compact,.process-grid,.process-grid.three,.shipping-grid{grid-template-columns:1fr!important}.collection-section .product-card:nth-child(n),.factory-grid.compact figure:nth-child(n),.buyer-plans>article:last-child{grid-column:auto!important;max-width:none;padding-top:0!important}.factory-grid.compact figure:nth-child(n) img{height:290px!important}.strength-section{padding:65px 0 58px}.strength-heading{grid-template-columns:1fr;gap:22px}.strength-heading>p{font-size:15px}.strength-rail{overflow-x:auto;padding:0 6%}.strength-card{width:84vw}.strength-proof{grid-template-columns:1fr 1fr;gap:28px 18px}}.hero{width:100%;max-width:none;min-height:clamp(650px,54vw,940px);max-height:none;background:#f7f3eb}.hero>img{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;object-fit:cover;object-position:center}.hero-copy{width:41%;padding:clamp(85px,10vw,175px) 2% 60px 5.1%;position:relative;z-index:1}.hero h1{font-size:clamp(34px,3.25vw,62px);line-height:1.12;letter-spacing:-.035em;margin-bottom:24px}.hero-copy .eyebrow{font-size:11px;letter-spacing:.16em;margin-bottom:22px}.hero-copy>p:not(.eyebrow){font-size:16px;line-height:1.65;max-width:37ch;margin-bottom:26px}.hero .button{font-size:14px;padding:17px 22px;gap:17px}.hero-order-link{font-size:12px;margin-top:16px}.hero-note{display:none}#partnerships{max-width:1800px;padding-left:3%;padding-right:3%}.plans-heading{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:38px}.plans-heading h2{font-size:38px;line-height:1.12;margin-bottom:0}.plans-heading .eyebrow{margin-bottom:15px}.plans-heading>p{max-width:40ch;font-size:15px;line-height:1.65;margin:0}.buyer-plans{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:0;align-items:start}.buyer-plans .editorial-photo{margin:0 0 24px!important}.buyer-plans .editorial-photo img{width:100%;aspect-ratio:1/1.08;object-fit:cover}.plan-copy{padding:0 8px}.buyer-plans .plan-copy>.eyebrow{display:block;margin:0 0 12px;font-size:10px}.buyer-plans h3{font-size:24px!important;line-height:1.2;max-width:none;margin:0 0 12px}.buyer-plans .plan-copy>p{font-size:14px;line-height:1.65;max-width:44ch;margin-bottom:15px}.plan-term{display:block;font-size:13px;font-weight:600;color:#176e66;margin:0 0 16px}.plan-details{border-top:1px solid #d8d4ca;padding-top:12px}.plan-details summary{font-size:13px;cursor:pointer;color:#1d3557;line-height:1.6}.plan-details dl{margin:14px 0 10px;max-width:none}.plan-details dd{font-size:13px;line-height:1.65}.buyer-plans .text-link{font-size:13px;padding-top:12px;margin-top:8px}#partnerships>.small-note{font-size:12px;max-width:90ch;margin-top:30px}@media(min-width:1800px){.hero-copy{padding-left:6%}}@media(max-width:1000px)and (min-width:781px){.hero{min-height:620px}.hero-copy{width:43%;padding-left:4%;padding-top:110px}.hero h1{font-size:34px}.hero-copy>p:not(.eyebrow){font-size:14px}.buyer-plans{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px}.buyer-plans>article:last-child{grid-column:auto;max-width:none}.buyer-plans h3{font-size:21px!important}}@media(max-width:780px){.hero{min-height:0;display:flex;flex-direction:column;max-height:none}.hero-copy{order:0;width:100%;padding:36px 6% 32px}.hero h1{font-size:36px;line-height:1.13;margin-bottom:18px}.hero h1 br:first-child{display:initial}.hero-copy .eyebrow{font-size:10px}.hero-copy>p:not(.eyebrow){font-size:15px;max-width:40ch;margin-bottom:20px}.hero>img{order:1;position:relative;inset:auto;width:100%;height:auto;aspect-ratio:1.12;object-fit:cover;object-position:75% center}#partnerships{padding-left:6%;padding-right:6%}.plans-heading{display:block;margin-bottom:28px}.plans-heading h2{font-size:32px;margin-bottom:18px}.plans-heading>p{font-size:14px}.buyer-plans{grid-template-columns:1fr!important;gap:40px}.buyer-plans .editorial-photo img{aspect-ratio:1.1}.plan-copy{padding:0}}.hero{min-height:0;max-height:none;display:block}.hero>img{position:relative;inset:auto;display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center}.hero-copy{position:absolute;top:8%;left:4%;width:33%;padding:0;animation:none}.hero h1{font-size:clamp(34px,3vw,54px);line-height:1.1;margin-bottom:18px}.hero-copy .eyebrow{margin-bottom:16px;font-size:10px;letter-spacing:.12em}.hero-copy>p:not(.eyebrow){font-size:15px;line-height:1.55;margin-bottom:20px}.hero .button{font-size:14px;padding:15px 20px}.hero-order-link{font-size:12px;margin-top:12px}@media(max-width:1100px){.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{position:relative;top:auto;left:auto;order:0;width:100%;padding:32px 6% 28px}.hero h1{font-size:34px;line-height:1.12;max-width:24ch}.hero h1 br:first-child{display:initial}.hero-copy>p:not(.eyebrow){max-width:45ch}.hero>img{position:relative;inset:auto;order:1;width:100%;height:auto;aspect-ratio:auto;object-fit:contain}}.hero>.hero-video{display:block;position:relative;width:100%;height:auto;aspect-ratio:1916/990;object-fit:contain;background:#f7f3eb}.hero:has(>.hero-video) .hero-copy{top:8%;left:4%;width:30%;padding:0}.hero:has(>.hero-video) h1{font-size:clamp(32px,2.75vw,50px);line-height:1.12}.hero:has(>.hero-video) .hero-copy>p:not(.eyebrow){font-size:14px;max-width:36ch}@media(max-width:1100px){.hero>.hero-video{order:1;width:100%;height:auto;object-fit:contain}.hero:has(>.hero-video) .hero-copy{position:relative;top:auto;left:auto;order:0;width:100%;padding:32px 6% 28px}.hero:has(>.hero-video) h1{font-size:34px}.hero:has(>.hero-video) .hero-copy>p:not(.eyebrow){font-size:15px}}.hero:has(>.hero-video){position:relative;display:block;isolation:isolate}.hero:has(>.hero-video) .hero-copy{position:absolute;z-index:2;top:8%;left:4%;width:30%;padding:0}@media(max-width:1100px){.hero:has(>.hero-video)>.hero-video{position:relative;display:block;width:100%;height:560px;aspect-ratio:auto;object-fit:cover;object-position:center}.hero:has(>.hero-video):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(250,247,242,.88),rgba(250,247,242,.45) 37%,transparent 64%)}.hero:has(>.hero-video) .hero-copy{position:absolute;top:9%;left:5%;width:40%;padding:0}.hero:has(>.hero-video) h1{font-size:34px}}@media(max-width:780px){.hero:has(>.hero-video)>.hero-video{height:640px;object-position:64% center}.hero:has(>.hero-video):after{background:linear-gradient(180deg,rgba(250,247,242,.92),rgba(250,247,242,.8) 36%,rgba(250,247,242,.12) 68%,transparent)}.hero:has(>.hero-video) .hero-copy{position:absolute;top:5%;left:6%;width:88%;padding:0}.hero:has(>.hero-video) h1{font-size:32px;line-height:1.1;margin-bottom:16px}.hero:has(>.hero-video) .hero-copy .eyebrow{font-size:10px;margin-bottom:14px}.hero:has(>.hero-video) .hero-copy>p:not(.eyebrow){font-size:14px;line-height:1.5;margin-bottom:17px;max-width:35ch}.hero:has(>.hero-video) .button{font-size:13px;padding:14px 18px}.hero:has(>.hero-video) .hero-order-link{font-size:12px}}.hero:has(>.hero-video) .hero-copy{width:51%;top:7%}.hero:has(>.hero-video) h1{font-size:clamp(62px,5.5vw,122px);line-height:1.02;letter-spacing:-.04em;margin-bottom:24px}@media(max-width:1100px){.hero:has(>.hero-video) .hero-copy{width:57%;top:8%}.hero:has(>.hero-video) h1{font-size:clamp(50px,6vw,66px)}}@media(max-width:780px){.hero:has(>.hero-video) .hero-copy{width:88%;top:5%}.hero:has(>.hero-video) h1{font-size:clamp(42px,9.2vw,66px);line-height:1.04}}.insights-library{max-width:1680px}.insights-library .article-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:4.5%;row-gap:76px;align-items:start}.insights-library .article-card{grid-column:span 7;min-width:0;padding:0;margin:0;border:0;border-radius:0;box-shadow:none;background:transparent}.insights-library .article-card:nth-child(6n+2){grid-column:span 5;padding-top:70px}.insights-library .article-card:nth-child(6n+3){grid-column:span 4}.insights-library .article-card:nth-child(6n+4){grid-column:span 8;padding-top:35px}.insights-library .article-card:nth-child(6n+5){grid-column:span 8}.insights-library .article-card:nth-child(6n+6){grid-column:span 4;padding-top:65px}.insights-library .article-card .image-wrap{border:0;border-radius:0;background:transparent;overflow:hidden}.insights-library .article-card .image-wrap img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:0}.insights-library .article-card:nth-child(6n+2) .image-wrap img,.insights-library .article-card:nth-child(6n+3) .image-wrap img,.insights-library .article-card:nth-child(6n+6) .image-wrap img{aspect-ratio:1/1}.insights-library .article-card h3{font-size:clamp(25px,2.05vw,35px);line-height:1.15;max-width:28ch;margin:15px 0 13px}.insights-library .article-card p{font-size:14px;line-height:1.75;max-width:58ch;margin-bottom:17px}.insights-library .article-card .article-meta{font-size:10px;margin-top:19px;gap:12px;flex-wrap:wrap}.insights-library .article-card .text-link{font-size:12px}@media(max-width:850px){.insights-library .article-grid{column-gap:6%;row-gap:44px}.insights-library .article-card:nth-child(n){grid-column:span 6;padding-top:0}.insights-library .article-card:nth-child(odd):last-child{grid-column:span 12;max-width:75%}.insights-library .article-card:nth-child(n) .image-wrap img{aspect-ratio:4/3}.insights-library .article-card h3{font-size:25px}}@media(max-width:560px){.insights-library .article-grid{display:block}.insights-library .article-card:nth-child(n){display:block;width:100%;max-width:none;margin-bottom:42px;padding:0}.insights-library .article-card:nth-child(2n){width:90%;margin-left:auto}.insights-library .article-card:nth-child(n) .image-wrap img{aspect-ratio:4/3}.insights-library .article-card p{font-size:14px}}.page-stories{padding:88px 0;background:#f1ede5;color:#1c3556}.story-opening{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:end;margin-bottom:40px}.story-eyebrow,.story-feature>span{font:500 11px/1.5 DM Sans,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#177a79}.story-opening h2{font-size:clamp(30px,3.3vw,52px);line-height:1.08;max-width:650px;margin:16px 0 0}.story-opening>p{font-size:16px;line-height:1.8;max-width:590px;margin:0}.story-spread{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(0,1fr);gap:6%;align-items:center}.story-spread figure{margin:0;min-width:0}.story-spread img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.story-feature h3,.story-notes h3{font-size:clamp(24px,2vw,32px);line-height:1.16;margin:15px 0}.story-feature p,.story-notes p{font-size:15px;line-height:1.85}.page-stories a{display:inline-flex;align-items:center;gap:26px;font:500 13px/1.5 DM Sans,sans-serif;color:#1c3556;padding:8px 0;text-decoration:none;border-bottom:1px solid #ad913e}.story-notes{display:grid;grid-template-columns:1fr 1fr;gap:9%;margin-top:48px}.story-notes article{display:grid;grid-template-columns:42px 1fr;gap:18px}.story-index{font:italic 30px "DM Serif Display",serif;color:#a1873a}.story-notes p{max-width:560px}.story-about{background:#e8efeb}.story-services,.story-faq{background:#f8f4ee}.story-factory{background:#142b42;color:#f9f5ed}.story-factory a{color:#f9f5ed}.story-factory .story-eyebrow,.story-factory .story-feature>span{color:#95cecb}.resource-extra{margin-top:36px}.resource-extra p{font-size:14px}.hub-sections .hub-row{min-width:0}.page-stories a:focus-visible{outline:2px solid #177a79;outline-offset:5px}@media(max-width:760px){.page-stories{padding:52px 0}.story-opening,.story-spread,.story-notes{grid-template-columns:1fr;gap:24px}.story-opening{margin-bottom:28px}.story-opening>p,.story-feature p,.story-notes p{font-size:14px}.story-spread img{aspect-ratio:4/3}.story-notes{margin-top:32px}.story-notes article{grid-template-columns:30px 1fr;gap:10px}.story-opening h2{font-size:34px}.story-feature h3,.story-notes h3{font-size:26px}}@media(min-width:900px){.hub-sections article{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);border:0;gap:7%;padding:48px 0}.hub-sections article:nth-child(2n){grid-template-columns:minmax(0,1fr) minmax(0,1.5fr)}.hub-sections article:nth-child(2n)>figure{order:2}.hub-sections article:nth-child(2n)>div{order:1}.hub-sections h2{font-size:30px}.hub-sections p{font-size:16px}.hub-sections img{width:100%;aspect-ratio:3/2;object-fit:cover}}.about-introduction{display:grid;grid-template-columns:1fr 1.25fr;gap:8%;padding-top:70px;padding-bottom:80px}.about-introduction h2{font-size:clamp(34px,3.5vw,54px)}.about-introduction p{font-size:16px;line-height:1.9}.about-assurance{background:#e8eee9;padding:65px 0}.assurance-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:6%;margin-top:35px}.assurance-columns article>span{font:italic 30px var(--serif);color:#9b802f}.assurance-columns h3{font-size:27px;margin:16px 0}.assurance-columns p{font-size:15px;line-height:1.8}.game-introduction{display:grid;grid-template-columns:1.4fr 1fr;gap:7%;align-items:center;padding-top:80px;padding-bottom:80px}.game-introduction figure{margin:0}.game-introduction img{width:100%;aspect-ratio:4/5;object-fit:cover}.game-introduction h2{font-size:clamp(32px,3vw,46px)}.game-introduction p{font-size:15px;line-height:1.85}.game-introduction .small-note{font-size:12px}.game-introduction .small-note a{text-decoration:underline}.heritage-story{background:#142b42;padding:75px 0;color:#f4efe6}.heritage-story h2,.heritage-story h3{color:#f4efe6}.heritage-heading{max-width:720px}.heritage-heading p{font-size:16px}.heritage-story .eyebrow{color:#96cac5}.heritage-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:4%;margin-top:45px}.heritage-timeline article>span{font:italic 27px var(--serif);color:#e4be68}.heritage-timeline h3{font-size:25px;margin:18px 0}.heritage-timeline p{font-size:14px;line-height:1.8}.heritage-timeline a{font-size:12px;text-decoration:underline;text-underline-offset:5px}.heritage-story .small-note{color:#c0cbd2;font-size:11px;margin-top:38px}.buyer-decision{padding-top:75px;padding-bottom:75px}.buyer-decision header{max-width:780px;margin-bottom:35px}.buyer-decision h2{font-size:clamp(30px,3vw,45px)}.buyer-decision header>p{font-size:15px}.buyer-decision article{display:grid;grid-template-columns:50px 1fr 1.6fr;gap:5%;padding:25px 0}.buyer-decision h3{font-size:25px}.decision-number{font:italic 27px var(--serif);color:#a88c39}.buyer-decision article p{font-size:15px;line-height:1.8}.buyer-decision .decision-action{color:#177a79;font-size:14px}.buyer-decision>.text-link{margin-top:15px}@media(max-width:800px){.about-introduction,.game-introduction{grid-template-columns:1fr;gap:25px;padding-top:45px;padding-bottom:45px}.game-introduction img{aspect-ratio:4/3}.assurance-columns,.heritage-timeline{grid-template-columns:1fr 1fr;gap:28px}.buyer-decision article{grid-template-columns:30px 1fr;gap:15px}.buyer-decision article>div{grid-column:2}.buyer-decision article h3{margin:0}.buyer-decision{padding-top:45px;padding-bottom:45px}}@media(max-width:500px){.assurance-columns,.heritage-timeline{grid-template-columns:1fr}.heritage-story,.about-assurance{padding:45px 0}.about-introduction p{font-size:15px}}.collection-catalog .product-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:36px 24px;margin-top:0;align-items:start}.collection-catalog .product-card{grid-column:span 4;padding:0;border:0;background:transparent;box-shadow:none;min-width:0}.collection-catalog .product-card:nth-child(1){grid-column:span 7}.collection-catalog .product-card:nth-child(2){grid-column:span 5}.collection-catalog .image-wrap{background:#fff;border:0;border-radius:0}.collection-catalog .product-card .image-wrap img{display:block;width:100%;height:clamp(240px,25vw,410px);object-fit:contain;aspect-ratio:auto}.collection-catalog .product-card:nth-child(-n+2) .image-wrap img{height:clamp(340px,33vw,530px)}.collection-catalog .card-title{margin:16px 0 10px;justify-content:space-between}.collection-catalog .card-title .rule{display:none}.collection-catalog .card-title h3{font-size:clamp(27px,2.3vw,36px);margin:0}.collection-catalog .product-card p{font-size:14px;line-height:1.65;margin-bottom:12px;max-width:48ch}.collection-catalog .product-card .micro{font-size:10px}@media(max-width:700px){.collection-catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.collection-catalog .product-card:nth-child(n){grid-column:span 1}.collection-catalog .product-card:first-child{grid-column:1/-1}.collection-catalog .product-card:nth-child(n) .image-wrap img{height:auto;aspect-ratio:1;object-fit:contain}.collection-catalog .product-card:first-child .image-wrap img{aspect-ratio:4/3}.collection-catalog .card-title h3{font-size:26px}.collection-catalog .product-card p{font-size:13px}}.wrap{max-width:1680px;padding-left:4%;padding-right:4%}.page-intro{padding-top:42px;padding-bottom:35px}.section-heading{margin-top:25px;margin-bottom:30px}.page-stories{padding-top:52px;padding-bottom:50px}.story-opening{margin-bottom:28px;gap:5%}.story-spread{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:4%}.story-notes{margin-top:30px;gap:5%}.buyer-decision{padding-top:48px;padding-bottom:45px}.buyer-decision header{margin-bottom:20px}.buyer-decision article{padding:16px 0}.about-introduction,.game-introduction{padding-top:50px;padding-bottom:50px;gap:5%}.about-assurance,.heritage-story{padding-top:50px;padding-bottom:50px}.hub-hero{padding-top:42px;padding-bottom:42px;gap:4%}.detail-hero{gap:4%;padding-top:35px;padding-bottom:42px;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr)}.detail-hero>img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.detail-grid,.scope-section{padding-top:42px;padding-bottom:42px}.factory-grid.compact img{height:380px!important}.collection-section .product-grid{gap:35px 24px;margin-top:28px}.collection-section .product-card:nth-child(2){padding-top:35px!important}.collection-section .product-card:nth-child(3){grid-column:span 5}.collection-section .product-card:nth-child(4){grid-column:span 4;padding-top:25px!important}.collection-section .product-card:nth-child(5){grid-column:span 3}.insights-library .article-grid{row-gap:45px;column-gap:3%}.insights-library .article-card:nth-child(6n+2),.insights-library .article-card:nth-child(6n+6){padding-top:35px}.insights-library .article-card:nth-child(6n+4){padding-top:20px}.related-journey{padding-top:48px;padding-bottom:50px}.related-journey header{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:28px}.related-journey header h2{font-size:clamp(32px,3vw,46px);margin-bottom:0}.related-journey header>p{max-width:400px;font-size:14px;line-height:1.7;margin-bottom:0}.journey-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:26px}.journey-grid>a{display:block;min-width:0;border:0;background:transparent}.journey-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;margin-bottom:18px}.journey-grid>a:first-child img{aspect-ratio:1.8}.journey-grid .eyebrow{display:block;font-size:10px;margin-bottom:10px}.journey-grid h3{font-size:25px;line-height:1.18;margin-bottom:12px}.journey-grid p{font-size:14px;line-height:1.75;margin-bottom:14px;max-width:56ch}.journey-link{font-size:12px;color:#177a79}.journey-grid>a:focus-visible{outline:2px solid #177a79;outline-offset:6px}@media(min-width:901px){.hub-sections article{grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);padding:30px 0;gap:4%}.hub-sections article:nth-child(2n){grid-template-columns:minmax(0,1fr) minmax(0,1.65fr)}}@media(max-width:780px){.wrap{padding-left:5%;padding-right:5%}.detail-hero,.story-spread,.hub-hero{grid-template-columns:1fr}.page-stories,.related-journey{padding-top:35px;padding-bottom:35px}.factory-grid.compact img{height:300px!important}.collection-section .product-card:nth-child(n){grid-column:span 12;padding-top:0!important}.collection-section .product-grid{gap:30px}.related-journey header{display:block}.related-journey header>p{margin-top:16px}.journey-grid{grid-template-columns:1fr 1fr;gap:28px 18px}.journey-grid>a:first-child{grid-column:1/-1}.journey-grid h3{font-size:22px}.journey-grid p{font-size:13px}.insights-library .article-card:nth-child(n){padding-top:0}.story-spread{gap:24px}}@media(max-width:480px){.journey-grid{grid-template-columns:1fr}.journey-grid img,.journey-grid>a:first-child img{aspect-ratio:4/3}.journey-grid>a:first-child{grid-column:auto}.detail-grid,.scope-section{padding-top:28px;padding-bottom:28px}}.product-customizer{min-width:0;width:100%}.color-photo{width:100%;aspect-ratio:1;background-color:#fff;background-size:400% 200%;background-repeat:no-repeat}.color-controls{padding-top:20px}.color-selection{font-size:16px;margin-bottom:14px}.color-swatches{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:8px}.color-swatches button{border:1px solid transparent;background:transparent;border-radius:0;padding:8px 2px;color:var(--navy);font-size:10px;display:flex;align-items:center;flex-direction:column;gap:8px}.color-swatches button>span{display:block;width:28px;height:28px;border-radius:50%;border:1px solid #0002}.color-swatches button[aria-pressed=true]{border-color:#177a79;background:#e9eeea}.color-swatches button:focus-visible{outline:2px solid #177a79;outline-offset:2px}.branding-options{display:flex;flex-wrap:wrap;gap:16px;margin:18px 0;font-size:14px}.branding-options label{display:flex;align-items:center;gap:8px}.branding-options input{accent-color:#177a79;width:17px;height:17px}.custom-color-reference{display:grid;gap:9px;font-size:13px;margin-bottom:18px}.custom-color-reference input{width:100%;border:1px solid #d6d0c8;background:#fff;padding:12px;color:var(--navy)}.color-controls .button{font-size:14px}.color-controls .small-note{font-size:12px;line-height:1.6}.detail-hero:has(.product-customizer){align-items:start}.detail-hero:has(.product-customizer)>div:first-child{position:sticky;top:130px;padding-top:30px}@media(max-width:780px){.detail-hero:has(.product-customizer)>div:first-child{position:static;padding-top:0}.color-swatches{grid-template-columns:repeat(4,minmax(0,1fr))}.color-swatches button{font-size:11px}.color-controls .button{width:100%}}.tile-choices{display:grid;grid-template-columns:1.3fr 1fr;gap:14px;margin:20px 0}.tile-choices label{font-size:13px;display:grid;gap:8px}.tile-choices select{width:100%;min-width:0;padding:11px 6px;border:1px solid #d6d0c8;background:#fff;color:var(--navy)}.tile-choices>.small-note{grid-column:1/-1;margin:0}.selected-layer{display:flex;align-items:center;gap:16px;grid-column:1/-1;font-size:12px}.layer-drawing{display:flex;width:95px;height:115px;overflow:hidden;border:1px solid #d4caba;border-radius:9px;box-shadow:3px 5px 12px #20365312;transform:skewY(-5deg)}.layer-drawing>span{flex:1;border-right:1px solid #0001}.selected-layer .layer-drawing{width:50px;height:60px}.tile-spec-guide{padding-top:40px;padding-bottom:45px}.tile-spec-guide header{max-width:800px}.tile-spec-guide header p{font-size:15px}.tile-spec-columns{display:grid;grid-template-columns:1.1fr 1fr;gap:6%;margin-top:25px}.tile-spec-columns table{width:100%;border-collapse:collapse;font-size:14px}.tile-spec-columns caption{text-align:left;padding:12px 0;font-weight:500}.tile-spec-columns th,.tile-spec-columns td{padding:10px;text-align:left;border-bottom:1px solid #ded8cf}.tile-spec-columns p{font-size:14px}.layer-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:22px 0}.layer-guide-grid p{margin-top:12px}.tile-spec-columns .small-note{font-size:12px}@media(max-width:700px){.tile-spec-columns{grid-template-columns:1fr;gap:30px}.tile-choices{grid-template-columns:1fr}.layer-drawing{width:75px;height:100px}.tile-spec-columns th,.tile-spec-columns td{padding:9px 5px;font-size:12px}}.storage-style-inquiry{padding:16px 0;border-bottom:1px solid #ded8cf;margin-bottom:18px}.storage-style-inquiry p{font-size:14px;line-height:1.6;margin-bottom:12px}.storage-style-inquiry .text-link{display:flex;width:fit-content;font-size:13px;margin-bottom:10px}.whatsapp{width:62px;height:62px;padding:0;border-radius:50%;border:0;background:#25d366;color:#fff;box-shadow:0 10px 28px #14633742;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.whatsapp:hover{background:#20bd5a;transform:translateY(-3px);box-shadow:0 14px 32px #1463374d}.whatsapp:focus-visible{outline:3px solid #168449;outline-offset:5px}.whatsapp-panel{bottom:102px}@media(max-width:700px){.whatsapp{width:54px;height:54px}.whatsapp-panel{bottom:86px}}@media(prefers-reduced-motion:reduce){.whatsapp{transition:none}}.procurement-block{padding-top:44px;padding-bottom:44px}.custom-scope-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:28px 0 36px}.custom-scope-links a{display:flex;flex-direction:column;gap:10px;line-height:1.6;font-size:15px}.custom-scope-links strong{font-size:18px;text-decoration:underline;text-underline-offset:5px}.custom-order-stages{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 32px;padding-left:24px;margin:28px 0}.custom-order-stages h4{margin:0 0 8px;color:var(--navy)}.custom-order-stages p{font-size:14px;line-height:1.65}.custom-order-stages li::marker{color:#176e66;font-weight:600}@media(max-width:800px){.custom-scope-links,.custom-order-stages{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:450px){.custom-scope-links,.custom-order-stages{grid-template-columns:1fr}}.customer-faq-answer{padding-bottom:24px}.customer-faq-answer p{font-size:16px;line-height:1.8;margin:0 0 16px;max-width:900px}.customer-faq-answer .text-link{font-size:14px;margin-bottom:4px}.faq-page .filter-row{flex-wrap:wrap;gap:20px}.faq-page .filter-pills{flex-wrap:wrap}@media(max-width:700px){.customer-faq-answer p{font-size:15px}.faq-page .filter-row{align-items:stretch}}.faq-image-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:28px;margin:0 0 38px}.faq-image-gallery figure{margin:0;min-width:0;grid-column:span 5}.faq-image-gallery figure:first-child,.faq-image-gallery figure:last-child{grid-column:span 7}.faq-image-gallery img{width:100%;height:clamp(240px,27vw,420px);object-fit:cover;display:block}.faq-image-gallery figcaption{font-size:14px;line-height:1.5;color:var(--navy);margin-top:12px}@media(max-width:700px){.faq-image-gallery{grid-template-columns:1fr 1fr;gap:20px 14px}.faq-image-gallery figure,.faq-image-gallery figure:first-child,.faq-image-gallery figure:last-child{grid-column:auto}.faq-image-gallery img{height:200px}.faq-image-gallery figcaption{font-size:12px}}@media(max-width:420px){.faq-image-gallery{grid-template-columns:1fr}.faq-image-gallery img{height:auto;aspect-ratio:4/3}}.procurement-block>h1{max-width:1000px}.procurement-block>p{max-width:880px}.procurement-feature{width:100%;max-height:600px;object-fit:cover;margin-top:30px}.procurement-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 48px;margin:30px 0}.procurement-facts dt{font-weight:600;margin-bottom:8px;font-size:15px;color:var(--navy)}.procurement-facts dd{margin:0;font-size:15px;line-height:1.65}.procurement-links{display:flex;gap:20px 28px;flex-wrap:wrap;align-items:center;margin:22px 0}.buyer-paths{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 48px;margin:36px 0}.buyer-paths h3{font-size:28px;margin-bottom:12px}.buyer-paths p{font-size:15px;margin-bottom:14px}.procurement-block table{width:100%;border-collapse:collapse;text-align:left;font-size:15px}.procurement-block th,.procurement-block td{padding:16px;vertical-align:top;border-bottom:1px solid var(--line);line-height:1.6}.procurement-block caption{text-align:left;padding:0 0 18px;font-size:14px}.menu-toggle{min-width:44px;min-height:44px}.breadcrumb{font-size:13px;line-height:1.7}footer{padding-bottom:0}.whatsapp-panel{max-height:calc(100dvh - 140px);overflow:auto}.procurement-block .table-scroll:focus-visible{outline:2px solid var(--navy);outline-offset:5px}@media(max-width:700px){.procurement-facts,.buyer-paths{grid-template-columns:1fr;gap:24px}.procurement-block{padding-top:30px;padding-bottom:30px}.procurement-feature{max-height:420px}.procurement-block table{min-width:600px}.breadcrumb{font-size:12px}.procurement-links{gap:16px}.buyer-paths h3{font-size:25px}.footer-bottom{padding-right:85px}}.mat-spec-list>div{display:block;padding:12px 0;border-bottom:1px solid #ded8cf}.mat-spec-list h3{font-size:18px;margin:0 0 6px}.mat-spec-list p{margin:0;font-size:14px}.set-page-hero{align-items:center}.set-home-feature{display:flex;justify-content:space-between;align-items:end;gap:40px;padding:32px 0 42px;margin-bottom:38px;border-bottom:1px solid var(--line)}.set-home-feature>div{max-width:690px}.set-home-feature h3{font-size:clamp(32px,3vw,48px);margin-bottom:14px}.set-home-feature p:last-child{margin-bottom:0}.set-home-feature .text-link{white-space:nowrap}.collection-set-entry{border-bottom:1px solid var(--line)}.collection-set-entry p:not(.eyebrow){max-width:800px}.set-page-hero>div:first-child{max-width:650px}.set-page-hero>img{aspect-ratio:16/10;object-fit:contain;background:#faf8f5}.set-page-hero .small-note{margin-top:22px}.set-page-chapter{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:7%;border-top:1px solid var(--line);padding:38px 0}.set-page-chapter h2{font-size:clamp(31px,3vw,46px);max-width:540px;margin:0}.set-page-chapter p{max-width:740px;margin:0}.set-page-faq{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin:28px 0}.set-page-faq article{border-top:1px solid var(--line);padding-top:24px}.set-page-faq h3{font-size:clamp(24px,2vw,32px)}.set-page-final{margin-top:52px;padding:54px 6%;background:#f5f2ec}.set-page-final p{max-width:700px}@media(max-width:780px){.set-home-feature{display:block;padding:22px 0 30px}.set-home-feature .text-link{display:inline-flex;white-space:normal;margin-top:20px}.set-page-chapter{grid-template-columns:1fr;gap:18px;padding:28px 0}.set-page-faq{grid-template-columns:1fr;gap:12px}.set-page-final{margin-top:34px;padding:34px 6%}.set-page-hero>img{max-height:420px}}.about-b2b-opening{padding-top:36px;padding-bottom:36px}.about-b2b-opening h1{max-width:1200px;font-size:clamp(46px,5.4vw,86px)}.about-b2b-opening figure{margin:28px 0 0}.about-b2b-opening img{width:100%;max-height:610px;object-fit:cover}.about-b2b-story{display:grid;grid-template-columns:1fr 1.3fr;gap:7%;padding-top:44px;padding-bottom:44px}.about-b2b-story p,.about-b2b-pair p{font-size:16px;line-height:1.8}.about-b2b-story h2,.about-b2b-pair h2{font-size:clamp(34px,3.6vw,56px)}.about-b2b-pair{display:grid;grid-template-columns:1.15fr 1fr;gap:5%;align-items:center;padding-top:40px;padding-bottom:48px}.about-b2b-pair figure{margin:0}.about-b2b-pair img{width:100%;height:650px;object-fit:cover}.about-b2b-pair h3{font-size:23px;margin-bottom:8px}.about-b2b-pair article{margin-top:22px}.about-b2b-opening figcaption,.about-b2b-pair figcaption,.about-b2b-purpose figcaption{font-size:12px;line-height:1.6;margin-top:12px;color:var(--muted)}.about-b2b-purpose{background:#e8eee9;padding:46px 0}.about-b2b-purpose p{max-width:850px;line-height:1.8}.about-b2b-purpose h2{font-size:clamp(34px,3.8vw,60px)}.about-b2b-purpose figure{margin:28px 0 0}.about-b2b-purpose img{width:100%;max-height:550px;object-fit:cover}.about-b2b-process{grid-template-columns:1fr 1.1fr}.about-b2b-process ol{padding-left:24px}.about-b2b-process li{padding-left:10px;margin:20px 0}.about-b2b-process li::marker{color:#177a79;font-weight:600}@media(max-width:800px){.about-b2b-story,.about-b2b-pair{grid-template-columns:1fr;gap:24px;padding-top:30px;padding-bottom:30px}.about-b2b-pair img{height:auto;aspect-ratio:4/3}.about-b2b-opening h1{font-size:clamp(42px,8vw,66px)}.about-b2b-opening img{min-height:260px}.about-b2b-story p,.about-b2b-pair p{font-size:15px}}.image-plans .buyer-plans{gap:clamp(16px,2vw,32px)}.image-plans .plan-image-link{display:block;position:relative;isolation:isolate;color:#fff;overflow:hidden;text-decoration:none}.image-plans .plan-image-link:after{content:"";position:absolute;top:38%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#091c27d1);z-index:1;pointer-events:none}.image-plans .buyer-plans .editorial-photo{margin:0!important}.image-plans .buyer-plans .editorial-photo img{aspect-ratio:3/4;width:100%;height:auto;object-fit:cover}.image-plans .plan-image-caption{position:absolute;inset:auto 0 0;z-index:2;padding:clamp(22px,2.4vw,40px);display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px}.image-plans .plan-index{grid-column:1/-1;font-size:12px;letter-spacing:.16em;color:#fff}.image-plans .buyer-plans .plan-image-caption h3{font-size:clamp(27px,2.5vw,44px)!important;line-height:1.08;color:#fff;margin:0;max-width:12ch;text-wrap:balance}.image-plans .plan-image-caption svg{margin-bottom:5px}.image-plans .plan-copy{padding:0}.image-plans .plan-details{border:0;padding:14px 0 0}.image-plans .plan-details summary{font-size:12px;letter-spacing:.03em}.image-plans .plan-details>p{font-size:14px;line-height:1.65;margin:16px 0 10px}.image-plans .plan-image-link:focus-visible{outline:3px solid #e86b58;outline-offset:4px}@media(max-width:700px){.image-plans .buyer-plans{gap:26px}.image-plans .buyer-plans .editorial-photo img{aspect-ratio:4/5}.image-plans .buyer-plans .plan-image-caption h3{font-size:34px!important}}.home-page .image-plans{padding-bottom:36px}.home-page>.factory-section,.home-page>.process-section,.home-page>.buyer-questions{padding-top:44px;padding-bottom:44px}.home-page .factory-section .section-heading,.home-page .process-section .section-heading{margin-top:0;margin-bottom:28px}.home-page .factory-grid.compact{gap:28px 24px}.home-page .factory-grid.compact img{height:clamp(260px,26vw,400px)!important}.home-page .factory-grid.compact figcaption{max-width:none}.home-page .process-grid{margin:26px 0;gap:24px}.home-page .process-grid .editorial-photo img{aspect-ratio:5/4}.home-page .shipping-section{padding:44px 0}.home-page .shipping-grid{margin:26px 0 22px;gap:24px}.home-page .shipping-grid .editorial-photo{margin-bottom:16px}.home-page .insights-section{padding:36px 0 40px}.home-page .insights-section .section-heading{margin:0 0 28px}.home-page .article-loop .article-card:nth-child(2n){padding-top:20px}.home-page .faq-home{padding-top:44px;padding-bottom:44px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:4%;align-items:start}.home-page .faq-home h2{font-size:clamp(34px,3.5vw,54px);line-height:1.1;margin-bottom:22px}.home-page .faq-home .editorial-photo img{aspect-ratio:4/5;object-fit:cover}.home-page .faq-home .faq-toggle{padding:18px 0;font-size:15px;line-height:1.45;min-height:62px}.home-page .faq-home .faq-item h3{margin:0}.home-page .buyer-questions>h2{font-size:clamp(32px,3.2vw,48px);max-width:26ch;margin-bottom:16px}.home-page .buyer-questions>.lead{font-size:16px;max-width:78ch;margin-bottom:24px}.home-page .buyer-question-grid{gap:30px 28px;margin-top:24px;align-items:start}.home-page .buyer-question-grid .editorial-photo{margin-bottom:18px}.home-page .buyer-question-grid .editorial-photo img{aspect-ratio:16/10}.home-page .buyer-question-grid h3{font-size:23px!important;margin-bottom:12px}.home-page .buyer-question-grid blockquote{margin-top:16px;margin-bottom:0;padding:14px 18px}.home-page .cta-band{padding:44px 0}.home-page .related-journey{padding-top:38px;padding-bottom:38px}.home-page .buyer-contact{margin-top:0;padding-top:38px;padding-bottom:40px}@media(min-width:1100px){.home-page .faq-home>div:first-child{position:sticky;top:28px}}@media(max-width:700px){.home-page>.factory-section,.home-page>.process-section,.home-page>.buyer-questions,.home-page .faq-home{padding-top:32px;padding-bottom:32px}.home-page .factory-grid.compact{gap:24px}.home-page .factory-grid.compact img{height:auto!important;aspect-ratio:4/3}.home-page .faq-home{grid-template-columns:1fr;gap:22px}.home-page .faq-home .editorial-photo img{aspect-ratio:16/10}.home-page .process-grid{gap:24px}.home-page .shipping-section,.home-page .cta-band{padding:32px 0}.home-page .buyer-question-grid{gap:28px}}.studio-clean>h2{font-size:clamp(36px,4vw,60px);margin-bottom:16px}.studio-clean>.lead{font-size:16px;max-width:68ch;margin-bottom:28px}.studio-clean .studio-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:start;margin-top:0}.studio-clean .studio-preview{position:static;padding:0;background:transparent;border:0;min-width:0}.studio-clean .studio-editorial{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block}.studio-clean .studio-color-selection{display:grid;grid-template-columns:140px 1fr;gap:20px;align-items:center;margin-top:18px}.studio-clean .studio-color-selection .color-photo{width:140px;height:110px;min-height:0;aspect-ratio:auto;background-size:400% 200%;margin:0}.studio-clean .studio-color-selection .small-note{font-size:12px;line-height:1.6;margin:0;max-width:32ch}.studio-clean .studio-summary{padding:20px 0 0;margin-top:18px;border-top:1px solid #ded9ce;background:none}.studio-clean .studio-summary h3{font-size:26px;margin-bottom:10px}.studio-clean .studio-summary p{font-size:13px;line-height:1.6;margin-bottom:8px}.studio-clean .studio-summary .eyebrow{margin-bottom:10px}.studio-clean .studio-form{padding:0;min-width:0}.studio-clean fieldset{border:0;border-top:1px solid #ded9ce;margin:0 0 24px;padding:16px 0 0;min-width:0}.studio-clean legend{padding:0 12px 0 0;color:#177a79;font-size:12px;font-weight:600;letter-spacing:.05em}.studio-clean .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px 18px}.studio-clean .form-grid label{font-size:12px;line-height:1.4;display:flex;flex-direction:column;gap:7px;min-width:0}.studio-clean .form-grid input,.studio-clean .form-grid select{width:100%;min-width:0;height:44px;margin:0;padding:10px 12px;font-size:13px;border:1px solid #dcd7cd;background:#fffdfa;border-radius:0}.studio-clean .studio-form>.button{width:100%;justify-content:center;font-size:14px;padding:17px 20px}.studio-clean .studio-form>.small-note{font-size:12px;margin-top:12px}@media(max-width:780px){.studio-clean .studio-layout{grid-template-columns:1fr;gap:28px}.studio-clean .studio-editorial{aspect-ratio:4/3}.studio-clean .studio-color-selection{grid-template-columns:110px 1fr}.studio-clean .studio-color-selection .color-photo{width:110px;height:90px}.studio-clean .form-grid{gap:14px 12px}}@media(max-width:420px){.studio-clean .form-grid{grid-template-columns:1fr}}@media(max-width:780px){.strength-section .strength-rail{width:100%;max-width:100%;overflow:visible;padding:0 20px;margin:28px 0 32px;scroll-snap-type:none}.strength-section .strength-rail:before,.strength-section .strength-rail:after{display:none}.strength-rail .auto-rail-track{display:block!important;width:100%!important;animation:none!important;transform:none!important;will-change:auto}.strength-rail .auto-rail-group{display:grid;grid-template-columns:minmax(0,1fr);gap:28px;padding:0;width:100%}.strength-rail .auto-rail-group[aria-hidden=true]{display:none}.strength-rail .strength-card{width:100%;min-width:0;max-width:100%;padding:0}.strength-rail .strength-image{width:100%;height:auto;aspect-ratio:4/3}.strength-rail .strength-image img{display:block;width:100%;height:100%;object-fit:cover}.strength-rail .strength-card>span{font-size:19px;margin:12px 0 8px}.strength-rail .strength-card h3{font-size:23px;line-height:1.2;margin-bottom:8px}.strength-rail .strength-card p{max-width:none;font-size:14px;line-height:1.6;margin:0}.hero:has(>.hero-video)>.hero-video{object-position:82% center}.header{padding-left:18px;padding-right:18px;gap:10px}.header .wordmark{max-width:calc(100% - 64px)}.nav.open{max-height:calc(100dvh - 78px);overflow-y:auto;overscroll-behavior:contain;padding:14px 20px 24px;z-index:50}.nav.open a{min-height:44px;padding:10px 4px;font-size:16px;display:flex;align-items:center}.wrap{padding-left:20px;padding-right:20px}.breadcrumb{padding-top:20px;flex-wrap:wrap;gap:7px;font-size:12px}.page-intro{padding-top:28px;padding-bottom:26px}.page-intro h1,.detail-hero h1{font-size:clamp(34px,9vw,44px);line-height:1.08;overflow-wrap:break-word;margin-bottom:18px}.detail-hero{padding-top:26px;padding-bottom:28px;gap:24px}.detail-hero .lead{font-size:16px;line-height:1.6;margin-bottom:22px}.detail-hero .eyebrow{margin-bottom:16px}.detail-hero .small-note{margin-top:14px;margin-bottom:0;font-size:12px}.button{max-width:100%;min-height:48px;white-space:normal;text-align:center;line-height:1.4;gap:12px;padding:15px 18px}.button svg{flex-shrink:0}.studio-clean .form-grid input,.studio-clean .form-grid select,.inquiry-form input:not([type=checkbox]),.inquiry-form select,.inquiry-form textarea,.tile-choices select,.custom-color-reference input{font-size:16px;min-height:48px}.studio-clean .form-grid,.tile-choices{grid-template-columns:minmax(0,1fr)}.studio-clean .form-grid label,.inquiry-form label{font-size:14px}.color-swatches button{min-height:60px;font-size:12px}.branding-options label{min-height:44px;line-height:1.4}.terms-grid>div{min-width:0;padding:0 8px}.terms-grid strong{font-size:clamp(24px,6.8vw,32px);line-height:1.18;overflow-wrap:normal}.terms-grid p{font-size:12px;line-height:1.5}.table-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.faq-toggle{min-height:48px;gap:14px;text-align:left}.faq-toggle svg{flex-shrink:0}.footer-top{column-gap:20px;row-gap:28px}.footer-bottom{padding-bottom:92px}.whatsapp{width:46px;height:60px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));border-radius:8px}.whatsapp-panel{right:12px;bottom:calc(86px + env(safe-area-inset-bottom,0px));width:calc(100vw - 24px);max-height:calc(100dvh - 112px);overflow-y:auto}.buyer-contact .button,.studio-form>.button,.color-controls .button{width:100%;justify-content:center}}@media(max-width:380px){.hero:has(>.hero-video) h1{font-size:36px;line-height:1.06}.hero:has(>.hero-video) .hero-copy{left:5%;width:90%}.hero:has(>.hero-video) .hero-copy .eyebrow{font-size:9px;letter-spacing:.09em}.terms-grid{column-gap:0}.plans-heading h2{font-size:32px}}.b2b-mobile-actions,.b2b-mobile-intro{display:none}@media(max-width:780px){:root{--mobile-ink:#18314b;--mobile-accent:#e96b57;--mobile-on-accent:#172e43;--mobile-paper:#faf7f1}html{scroll-padding-bottom:100px;-webkit-text-size-adjust:100%}body{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}main{min-width:0}.b2b-mobile-actions{position:fixed;bottom:0;left:0;right:0;z-index:45;display:grid;grid-template-columns:1.1fr 1fr;gap:10px;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));background:var(--mobile-paper);box-shadow:0 -2px 16px #0000000d;color:var(--mobile-ink)}.b2b-mobile-actions a,.b2b-hero-actions a{display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;font-size:14px;font-weight:700;text-decoration:none;border-radius:4px}.b2b-primary{background:var(--mobile-accent);color:var(--mobile-on-accent)!important;padding:12px 16px}.b2b-mobile-actions a:last-child{border:1px solid #c6cbc5}.b2b-mobile-actions a:focus-visible,.b2b-hero-actions a:focus-visible{outline:3px solid currentColor;outline-offset:2px}.hero .hero-copy>p:not(.eyebrow),.hero .hero-copy>.button,.hero .hero-copy>.hero-actions,.hero .hero-order-link,.hero .hero-note,.hero-bottom,.hero-side,.hero-notes{display:none!important}.hero .b2b-mobile-intro{display:block}.hero .b2b-mobile-intro>p{font-size:15px!important;line-height:1.55!important;max-width:430px;margin:16px 0!important}.b2b-mobile-intro ul{display:flex;flex-wrap:wrap;gap:8px 14px;list-style:none;padding:0;margin:16px 0 20px;font-size:11px;font-weight:700}.b2b-mobile-intro li:before{content:"✓";margin-right:5px}.b2b-hero-actions{display:flex;gap:8px 16px;flex-wrap:wrap;align-items:center}.b2b-hero-actions>a:last-child{color:inherit}.hero .hero-copy h1{font-size:clamp(36px,8.8vw,58px)!important;line-height:1.06!important;letter-spacing:-.035em;margin:14px 0 0!important;max-width:600px}.hero .hero-copy .eyebrow{font-size:10px!important;line-height:1.5;letter-spacing:.11em;margin:0!important}.hero .hero-copy{position:relative!important;inset:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:96px 20px 34px!important}.hero{height:auto!important;min-height:550px!important;max-height:none!important;display:flex;align-items:center}.hero video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.whatsapp,.contact-float,.floating-contact,.chat-toggle{display:none!important}.section,.wrap{padding-left:20px;padding-right:20px}h2{font-size:clamp(29px,7.2vw,42px);line-height:1.12}input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px!important;max-width:100%;min-height:48px}button,summary{touch-action:manipulation}.process-grid,.process-steps{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:24px!important}.process-grid>div,.process-step{min-width:0}.form-grid,.form-row{grid-template-columns:minmax(0,1fr)}.reveal{opacity:1!important;transform:none!important}footer{padding-bottom:24px}}@media(max-width:780px)and (prefers-reduced-motion:reduce){.hero video{display:none}.hero{background-size:cover;background-position:center}}@media(max-width:780px){.home-page>.hero{background:#efe6d5}.home-page>.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#faf5ebed,#faf5ebaa 48%,#faf5eb10);pointer-events:none}.home-page>.hero .hero-copy{z-index:2}.home-page .hero h1{max-width:540px}.home-page .hero-video{object-position:82% center!important}.home-page .collection-section .product-grid{display:grid;grid-auto-flow:column;grid-auto-columns:84%;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x proximity;gap:16px;padding-bottom:14px}.home-page .collection-section .product-grid>*{scroll-snap-align:start;min-width:0}.home-page .process-section{padding-block:32px}.footer-bottom{padding-bottom:20px}}@media(max-width:780px){.home-page>.hero:has(>.hero-video){display:flex!important;flex-direction:row!important;min-height:550px!important;padding:0!important}.home-page>.hero:has(>.hero-video)>.hero-video{position:absolute!important;height:100%!important;width:100%!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.home-page>.hero:has(>.hero-video) .hero-copy{margin:0!important;padding:34px 20px!important}}@media(max-width:780px){.home-page>.hero:has(>.hero-video):after{background:linear-gradient(90deg,#0d2031a3,#0d203166 58%,#0d20311f)!important}}@media(max-width:780px){body:has(input:focus,textarea:focus,select:focus) .b2b-mobile-actions{display:none}.hero .hero-copy h1{opacity:1!important;animation:none!important;transform:none!important}}@media(max-width:780px){.home-page .collection-section .product-grid{grid-template-columns:none!important;grid-template-rows:auto!important;grid-auto-flow:column!important;grid-auto-columns:84%!important}.home-page .collection-section .product-grid>.product-card:nth-child(n){grid-area:auto!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.home-page .collection-section .product-card .image-wrap{aspect-ratio:4/3}.home-page .collection-section .product-card .image-wrap img{height:100%!important;width:100%;object-fit:contain}}@media(max-width:780px){.home-page>.hero:has(>.hero-video) .hero-copy{color:#fffaf2}.home-page>.hero:has(>.hero-video) .hero-copy h1{color:#fffaf2;text-shadow:0 2px 12px #10273b40}.home-page>.hero:has(>.hero-video) .hero-copy .eyebrow{color:#f0d890!important}.home-page>.hero .b2b-mobile-intro>p,.home-page>.hero .b2b-mobile-intro ul{color:#fffaf2;text-shadow:0 1px 5px #10273b66}.home-page>.hero .b2b-hero-actions>a:last-child{color:#fffaf2;background:#10273b38;padding:12px 14px}}.research-figure{margin:32px 0;padding:26px;background:#eeeae2;color:#1c3556}.research-figure figcaption{display:grid;gap:8px;margin-bottom:24px}.research-figure figcaption strong{font-size:23px}.research-figure p,.research-figure a{font-size:14px;line-height:1.6}.research-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:20px;list-style:none;padding:0}.research-steps li{display:grid;gap:10px;align-content:start}.research-steps li>span{color:#167c78;font-size:14px}.research-steps strong{font:500 16px/1.5 sans-serif}.research-bars>div{display:flex;align-items:center;gap:10px;margin:14px 0}.research-bars span{flex:0 0 92px;font-size:14px}.research-bars i{height:18px;background:#287c78}.research-bars b{font-size:14px}.article-citations{font-size:13px!important;line-height:1.7!important;color:#176f6b}.article-citations a{margin-right:12px;text-decoration:underline}.article-body .prose-section p{max-width:70ch}.article-related{padding:24px 0;display:grid;gap:12px}.article-body .table-scroll{max-width:100%;overflow:auto}.article-body .table-scroll table{min-width:480px}.article-body{min-width:0}.research-note{font-size:14px;line-height:1.6;padding:18px 0}.article-body .caption{font-size:13px;line-height:1.5}@media(max-width:768px){.research-figure{padding:20px;margin:24px 0}.research-steps{grid-template-columns:1fr}.research-steps li{grid-template-columns:28px 1fr;gap:10px}.research-figure figcaption strong{font-size:21px}.article-body .prose-section h2{font-size:28px;line-height:1.2}.article-body .prose-section p{font-size:16px;line-height:1.8}.research-bars span{flex-basis:80px;font-size:12px}.research-bars>div{gap:8px}}figure:not(:has(img)):not(:has(h3)):not(:has(svg)):not(:has(canvas)):not(.research-figure){display:none}.image-wrap:not(:has(img)){display:none!important}.article-checklist:not(:has(img)){display:block}.related-journey .journey-grid>a:not(:has(img)){padding-top:22px}.page-stories .story-spread:not(:has(img)){grid-template-columns:1fr}.process-grid>div:not(:has(img)){padding-top:12px}.detail-grid .spec-list>div:not(:has(img)){padding-top:18px}.sample-section:not(:has(img)) .check-list{margin-top:24px}.about-b2b-pair:not(:has(img)){grid-template-columns:1fr}.factory-grid figure:not(:has(img)){padding:20px 0}.strength-image:not(:has(img)){display:none}.strength-card:not(:has(img)){min-height:0}.article-body>.caption:has(+.research-figure){margin-bottom:24px}.service-list>a:not(:has(img)){grid-template-columns:1fr 32px}.image-plans .plan-image-link:not(:has(img)):after{display:none}.image-plans .plan-image-link:not(:has(img)) .plan-image-caption{position:static;padding:24px 0;color:var(--navy)}.image-plans .plan-image-link:not(:has(img)) .plan-image-caption h3{color:var(--navy)!important}.kit-note:not(:has(img)){display:block}.hub-hero:not(:has(img)){grid-template-columns:1fr}.strength-rail:has(.strength-card:not(:has(img))) .strength-card{align-self:start}.factory-grid a:empty{display:none}.game-introduction:not(:has(img)){grid-template-columns:1fr}.single-rail{overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:thin}.single-rail:before,.single-rail:after{display:none}.single-rail .auto-rail-track{animation:none!important;transform:none!important;will-change:auto}.single-rail .auto-rail-group:last-child{display:flex}.single-rail .auto-rail-group>*{scroll-snap-align:start}.process-section .editorial-photo img,.shipping-grid .editorial-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}@media(max-width:780px){.strength-rail.single-rail .auto-rail-group:last-child{display:grid}.article-loop.single-rail .auto-rail-group:last-child{display:flex}.single-rail .auto-rail-group{padding-right:18px}}.factory-evidence{padding:88px 0;background:#f3efe7;color:#193553}.factory-evidence-intro{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:8%;align-items:end}.factory-evidence-intro h2{font-size:clamp(40px,5vw,68px);line-height:1.04;margin:14px 0 0}.factory-evidence-intro>div:last-child>p{font-size:17px;line-height:1.8;margin:0 0 22px;max-width:720px}.factory-evidence-groups{margin-top:64px}.factory-evidence-group{padding:36px 0 54px;border-top:1px solid #19355333}.factory-evidence-group>header{display:flex;align-items:baseline;gap:18px;margin-bottom:28px}.factory-evidence-group>header span{font:italic 25px "DM Serif Display",serif;color:#9b7a24}.factory-evidence-group>header h3{font-size:29px;margin:0}.factory-evidence-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:34px 24px}.factory-evidence-grid figure{grid-column:span 4;margin:0;min-width:0}.factory-evidence-grid figure:first-child{grid-column:span 6}.factory-evidence-grid figure:nth-child(2){grid-column:span 6}.factory-evidence-grid a{display:block;overflow:hidden;background:#d8d5ce}.factory-evidence-grid img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:transform .25s ease}.factory-evidence-grid a:hover img{transform:scale(1.015)}.factory-evidence-grid h4{font:500 18px DM Sans,sans-serif;margin:16px 0 7px}.factory-evidence-grid p{font-size:13px;line-height:1.65;margin:0;max-width:44ch;color:#435568}.factory-evidence-note{display:grid;grid-template-columns:.45fr 1fr;gap:6%;padding-top:28px;border-top:1px solid #19355333}.factory-evidence-note strong{font-size:18px}.factory-evidence-note p{font-size:14px;line-height:1.75;margin:0;max-width:850px}.factory-evidence a:focus-visible{outline:3px solid #177a79;outline-offset:4px}@media(max-width:900px){.factory-evidence{padding:64px 0}.factory-evidence-intro{grid-template-columns:1fr;gap:25px}.factory-evidence-groups{margin-top:44px}.factory-evidence-grid figure,.factory-evidence-grid figure:first-child,.factory-evidence-grid figure:nth-child(2){grid-column:span 6}}@media(max-width:600px){.factory-evidence{padding:48px 0}.factory-evidence-intro h2{font-size:38px}.factory-evidence-intro>div:last-child>p{font-size:15px;line-height:1.7}.factory-evidence-group{padding:26px 0 38px}.factory-evidence-group>header{margin-bottom:20px}.factory-evidence-group>header h3{font-size:25px}.factory-evidence-grid{display:flex;overflow-x:auto;gap:16px;margin-right:-5vw;padding-right:5vw;padding-bottom:12px;scroll-snap-type:x mandatory}.factory-evidence-grid figure,.factory-evidence-grid figure:first-child,.factory-evidence-grid figure:nth-child(2){flex:0 0 84vw;scroll-snap-align:start}.factory-evidence-grid h4{font-size:17px}.factory-evidence-note{grid-template-columns:1fr;gap:10px}.factory-evidence-note p{font-size:13px}}.header{background:#fff}@media(min-width:1101px){.home-page>.hero:has(>.hero-video){background:#fff}.home-page>.hero:has(>.hero-video)>.hero-video{display:block;width:100%;height:auto;aspect-ratio:1916 / 1080;object-fit:contain;object-position:center;background:#fff}.home-page>.hero:has(>.hero-video):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#fffffffc,#fffffff0 22%,#ffffffb3 36%,#ffffff29 52%,#fff0 62%)}.home-page>.hero:has(>.hero-video) .hero-copy{top:10%;left:5.2%;width:min(42%,550px)}.home-page>.hero:has(>.hero-video) h1{max-width:none;margin-bottom:24px;font-size:clamp(50px,4.5vw,72px);line-height:1.045;letter-spacing:-.04em}.home-page>.hero:has(>.hero-video) .hero-copy .eyebrow{margin-bottom:20px;letter-spacing:.15em}.home-page>.hero:has(>.hero-video) .hero-copy>p:not(.eyebrow){max-width:34ch;margin-bottom:24px;font-size:15px;line-height:1.65}.home-page>.hero:has(>.hero-video) .button{padding:17px 25px;font-size:15px}.home-page>.hero:has(>.hero-video) .hero-order-link{margin-top:15px}}@media(min-width:781px)and (max-width:1100px){.home-page>.hero:has(>.hero-video),.home-page>.hero:has(>.hero-video)>.hero-video{background:#fff}.home-page>.hero:has(>.hero-video) h1{font-size:clamp(42px,5.1vw,54px)}}.pill-header{min-height:95px;height:95px;display:flex;grid-template-columns:none;align-items:center;justify-content:space-between;gap:clamp(18px,2vw,34px);padding-top:0;background:#fff}.pill-header .pill-nav-container{position:static;flex:1 1 auto;min-width:0}.pill-header .pill-nav{--nav-h: 46px;--pill-pad-x: clamp(9px, .8vw, 14px);--pill-gap: 3px;width:100%;gap:clamp(18px,2.2vw,38px)}.pill-header .pill-logo{width:clamp(215px,18vw,276px);height:auto;min-height:55px;padding:0;border-radius:0;background:transparent;flex:0 0 auto;overflow:visible}.pill-wordmark{width:100%;font:23px/1.1 var(--serif);letter-spacing:.23em;color:var(--navy);white-space:nowrap;text-align:left}.pill-wordmark small{display:block;width:100%;margin-top:9px;padding-top:9px;border-top:1px solid var(--gold);color:#886d17;font:8px/1 var(--sans);letter-spacing:.44em;text-align:center}.pill-header .pill-nav-items{margin-left:auto;height:var(--nav-h);background:#fff;border:1px solid #fff;box-shadow:0 8px 24px #1d35570f}.pill-header .pill{font-size:clamp(10px,.75vw,12px);font-weight:500;letter-spacing:.035em;text-transform:none}.pill-header .pill.is-active:after{bottom:5px;width:5px;height:5px;background:var(--teal);z-index:5}.pill-header .nav-cta{grid-column:auto;grid-row:auto;flex:0 0 auto}@media(max-width:1180px){.pill-header{min-height:78px;height:78px;padding:0 5.1%}.pill-header .desktop-only{display:none}.pill-header .mobile-only{display:block}.pill-header .pill-nav{width:100%;justify-content:space-between;padding:0;background:transparent;position:relative}.pill-header .mobile-menu-button.mobile-only{display:flex!important;position:absolute;top:50%;right:0;transform:translateY(-50%);flex:0 0 auto}.pill-header .mobile-menu-popover{position:absolute;top:calc(100% + 10px);left:5.1%;right:5.1%;max-height:calc(100dvh - 108px);overflow-y:auto;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 50px #1d355733}.pill-header .mobile-menu-link{min-height:48px;display:flex;align-items:center}.pill-header .mobile-menu-link.is-active{box-shadow:inset 4px 0 0 var(--teal)}}@media(max-width:600px){.pill-header{padding:0 18px}.pill-header .pill-logo{width:min(225px,calc(100vw - 94px));min-height:50px}.pill-wordmark{font-size:clamp(14px,4.4vw,18px);letter-spacing:.17em}.pill-wordmark small{margin-top:7px;padding-top:7px;font-size:6px;letter-spacing:.32em}.pill-header .nav-cta{display:none}.pill-header .mobile-menu-popover{left:18px;right:18px}}@media(prefers-reduced-motion:reduce){.pill-header .pill,.pill-header .pill-logo,.pill-header .mobile-menu-popover{transform:none!important}}:root{--surface-canvas: #ffffff;--surface-paper: #ffffff;--surface-secondary: #f7f6f2;--brand-green: #1f3a33;--brand-green-hover: #2b4c43;--text-primary: #252525;--text-secondary: #6b6b66;--border-soft: #e7e5df;--cream: var(--surface-canvas);--navy: var(--brand-green);--coral: var(--brand-green);--teal: var(--brand-green);--gold: var(--border-soft);--ink: var(--text-primary);--muted: var(--text-secondary);--line: var(--border-soft);--navy-deep: var(--brand-green);--teal-deep: var(--brand-green);--gold-deep: var(--text-secondary);--action-ink: #ffffff;--coral-hover: var(--brand-green-hover)}html,body{background:var(--surface-canvas);color:var(--text-primary)}h1,h2,h3,h4,.wordmark,.pill-wordmark,.lead{color:var(--brand-green)}p,.small-note{color:var(--text-secondary)}.home-page>.hero{--cream: #faf7f2;--navy: #1d3557;--coral: #e86a5a;--teal: #2a9d8f;--gold: #c9a227;--ink: #1f2937;--muted: #56606a;--line: #dcd6cb}.home-page>.hero h1,.home-page>.hero .hero-copy>p:not(.eyebrow){color:var(--navy)}.home-page>.hero .eyebrow{color:#176e66}.home-page>.hero .button{background:var(--coral);border-color:var(--coral);color:#10243a}.home-page>.hero .button:hover{background:#ee8172;border-color:#ee8172;color:#10243a}.button,.buyer-contact .button,.filter-pills button[aria-pressed=true]{background:var(--brand-green);border-color:var(--brand-green);color:#fff}.button:hover,.buyer-contact .button:hover{background:var(--brand-green-hover);border-color:var(--brand-green-hover);color:#fff}.button.secondary{background:transparent;border-color:var(--brand-green);color:var(--brand-green)}.button.secondary:hover{background:var(--surface-secondary)}.eyebrow,.article-meta,.product-card .micro,.plan-term,.decision-action,.check-list svg,.story-eyebrow,.story-feature>span{color:var(--brand-green)}.text-link,.product-card,.article-body blockquote,.inquiry-result{border-color:var(--border-soft)}.step,.process-grid .step,.strength-card>span,.story-index,.assurance-columns article>span,.heritage-timeline article>span,.decision-number{color:var(--brand-green)}.page-stories a,.questions summary,.questions .faq-toggle,.buyer-plans dt,.buyer-section tbody th,.studio-form label,.inquiry-form label,.article-body blockquote p{color:var(--brand-green)}.collection-section,.process-section,.faq-home,.buyer-section,.scope-section,.sample-section,.related,.insights-library,.article-header,.article-layout,.contact-layout,.prose-page,.factory-film,.factory-film-media,.factory-film.compact .factory-film-media,.factory-evidence{background:var(--surface-canvas)}.insights-section,.services-band,.strength-section,.page-stories,.page-stories.story-factory,.about-assurance,.about-b2b-purpose,.shipping-section,.heritage-story,.cta-band,.article-checklist,.answer-box,.research-figure{background:var(--surface-secondary);color:var(--text-primary)}.services-band h2,.services-band .eyebrow,.services-band .lead,.services-band .text-link,.strength-section,.strength-heading h2,.strength-heading h3,.strength-heading>p,.strength-heading .eyebrow,.strength-card h3,.strength-card p,.strength-proof strong,.strength-proof span,.strength-note,.heritage-story,.heritage-story h2,.heritage-story h3,.heritage-story .eyebrow,.heritage-story .small-note,.page-stories.story-factory,.page-stories.story-factory h2,.page-stories.story-factory h3,.page-stories.story-factory a,.page-stories.story-factory .story-eyebrow,.page-stories.story-factory .story-feature>span{color:var(--brand-green)}.services-inner>div+div,.strength-proof{border-color:var(--border-soft)}.strength-section{--rail-bg: var(--surface-secondary)}.buyer-contact,.language-panel,footer{background:var(--brand-green);color:#fff}.buyer-contact h2,.buyer-contact h3,.buyer-contact .eyebrow,.buyer-contact p,footer h3,footer .wordmark,footer p,footer .disclosure{color:#fff}.buyer-contact .button{background:#fff;border-color:#fff;color:var(--brand-green)}.buyer-contact .button:hover{background:var(--surface-secondary);border-color:var(--surface-secondary);color:var(--brand-green)}.buyer-plans article,.buyer-question-grid article,.buyer-question-grid blockquote,.studio-summary,tbody tr:nth-child(2n),.color-swatches button[aria-pressed=true],input,select,textarea,.studio-clean .form-grid input,.studio-clean .form-grid select{background:var(--surface-paper)}.buyer-plans article,.buyer-question-grid article,input,select,textarea{border-color:var(--border-soft)}.studio-summary{color:var(--text-primary);border:1px solid var(--border-soft)}.studio-summary h3,.studio-summary .eyebrow,.studio-summary .small-note,.factory-evidence{color:var(--brand-green)}.factory-evidence-group,.factory-evidence-note{border-color:var(--border-soft)}.factory-evidence-group>header span{color:var(--brand-green)}.factory-evidence-grid a{background:var(--surface-secondary)}.factory-evidence-grid p{color:var(--text-secondary)}.buyer-section thead,th{background:var(--brand-green);color:#fff}.pill-header,.pill-header .pill-nav-items{background:var(--surface-paper)}.pill-header .pill-nav-items{border-color:var(--surface-paper);box-shadow:0 8px 24px #1f3a330f}.pill-wordmark small{color:var(--brand-green);border-color:var(--border-soft)}.pill-header .pill.is-active:after{background:var(--brand-green)}:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline-color:var(--brand-green)}@media(max-width:780px){:root{--mobile-accent: var(--brand-green);--mobile-paper: var(--surface-canvas)}.home-page>.hero{--mobile-accent: #e86a5a}}.footer-legal{display:grid;grid-template-columns:minmax(220px,1fr) minmax(0,2fr);gap:12px 48px;align-items:start;padding-top:24px;padding-bottom:24px;border-top:1px solid rgba(255,255,255,.22)}.footer-legal .micro{grid-column:1 / -1;margin:0;color:#ffffffad}.footer-legal .footer-legal-name{margin:0;color:#fff;font-size:16px;line-height:1.55}.footer-legal dl{display:grid;grid-template-columns:1.25fr 1fr .8fr;gap:22px;margin:0}.footer-legal dl>div{min-width:0}.footer-legal dt{margin-bottom:7px;color:#fff9;font-size:9px;line-height:1.45;letter-spacing:.11em;text-transform:uppercase}.footer-legal dd{margin:0;color:#fff;font-size:11px;line-height:1.55;overflow-wrap:anywhere}@media(max-width:780px){.footer-legal{grid-template-columns:1fr;gap:15px}.footer-legal .micro{grid-column:auto}.footer-legal dl{grid-template-columns:1fr;gap:15px}}.continuous-rail{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;overscroll-behavior-x:contain;scroll-behavior:auto;will-change:scroll-position}.continuous-rail::-webkit-scrollbar{display:none}.continuous-rail .auto-rail-track{display:flex!important;width:max-content!important;animation:none!important;transform:none!important;will-change:auto}.continuous-rail .auto-rail-group{display:flex!important;flex:none;width:auto!important}.strength-note{margin-top:-22px;margin-bottom:38px;color:#bfcbd3;font-size:12px;line-height:1.6}.strength-rail:before,.strength-rail:after{display:none}.strength-rail .strength-card:nth-child(2n){padding-top:0}.strength-rail .strength-image{height:auto;aspect-ratio:4/3;background:#eeede8}.strength-rail .strength-image img{width:100%;height:100%;object-fit:cover}@media(max-width:780px){.strength-section .strength-rail.continuous-rail{width:100%;max-width:100%;overflow-x:auto;padding:0 20px;margin:28px 0 32px}.strength-rail.continuous-rail .auto-rail-track{display:flex!important;width:max-content!important}.strength-rail.continuous-rail .auto-rail-group{display:flex!important;grid-template-columns:none!important;gap:18px;padding-right:18px}.strength-rail.continuous-rail .auto-rail-group[aria-hidden=true]{display:flex!important}.strength-rail.continuous-rail .strength-card{width:min(82vw,360px);min-width:min(82vw,360px);padding-top:0!important}.strength-note{margin-top:-8px;margin-bottom:30px}}@media(prefers-reduced-motion:reduce){.continuous-rail{scroll-behavior:auto;will-change:auto}}.magnetic-cta{vertical-align:middle}.magnetic-cta-inner{display:inline-flex;align-items:stretch}.magnetic-cta .button{margin:0}.pill-header .magnetic-nav-cta{flex:0 0 auto}.studio-form>.magnetic-studio-cta{display:block!important;width:100%;margin-top:26px}.studio-form>.magnetic-studio-cta .magnetic-cta-inner,.studio-form>.magnetic-studio-cta .button{width:100%}.studio-form>.magnetic-studio-cta .button{margin-top:0}@media(max-width:600px){.pill-header .magnetic-nav-cta{display:none!important}}@media(max-width:780px){.hero-copy>.magnetic-cta{display:none!important}}.factory-spiral-showcase{position:relative;width:calc(100% + 6vw);height:720px;overflow:hidden;margin:12px -3vw 0;background:#fff;border-block:1px solid #e7e5df}.factory-spiral-showcase .infinite-spiral__item{border-color:#1f3a331f;background:#fff;box-shadow:0 22px 54px #1f3a3326}@media(max-width:980px){.factory-spiral-showcase{width:calc(100% + 4vw);height:570px;margin-inline:-2vw}}@media(max-width:800px){.factory-spiral-showcase{width:110%;height:470px;margin-inline:-5.5%;pointer-events:none}.factory-spiral-showcase .infinite-spiral{touch-action:auto!important;cursor:default!important}}@media(max-width:480px){.factory-spiral-showcase{height:420px}}.subpage{--sp-paper:#fff;--sp-warm:#f7f6f2;--sp-green:#1f3a33;--sp-ink:#252525;--sp-muted:#6b6b66;--sp-line:#e7e5df;background:var(--sp-paper);color:var(--sp-ink);animation:subpage-enter .42s ease-out both}@keyframes subpage-enter{0%{opacity:.001}to{opacity:1}}.subpage h1,.subpage h2,.subpage h3{color:var(--sp-green)}.subpage .breadcrumb{padding-top:26px;color:var(--sp-muted)}.subpage .subpage-hero{position:relative;min-height:440px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.72fr);align-content:center;column-gap:8vw;text-align:left;padding-top:72px;padding-bottom:88px;border-bottom:1px solid var(--sp-line)}.subpage .subpage-hero:after{content:"";width:100%;max-width:420px;height:1px;background:var(--sp-green);opacity:.24;align-self:center}.subpage .subpage-hero .eyebrow{grid-column:1;margin-bottom:22px}.subpage .subpage-hero h1{grid-column:1;font-size:clamp(58px,6vw,92px);line-height:.98;max-width:900px;margin:0 0 30px}.subpage .subpage-hero .lead{grid-column:2;grid-row:1/5;align-self:center;max-width:520px;font-size:20px;color:var(--sp-muted)}.subpage-section-heading{max-width:820px;margin-bottom:48px}.subpage-section-heading h2{font-size:clamp(42px,4.5vw,68px);line-height:1.03}.subpage-collections .collection-catalog{padding-top:96px;padding-bottom:110px}.subpage-collections .collection-catalog .product-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:70px 42px}.subpage-collections .collection-catalog .product-card{border:0;padding:0;transition:transform .5s ease}.subpage-collections .collection-catalog .product-card:nth-child(3n){grid-column:1/-1;width:72%;margin-inline:auto}.subpage-collections .collection-catalog .image-wrap{aspect-ratio:4/3;background:var(--sp-warm);overflow:hidden}.subpage-collections .collection-catalog .image-wrap img{width:100%;height:100%;object-fit:contain!important;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.subpage-collections .collection-catalog .product-card:hover{transform:translateY(-6px)}.subpage-collections .collection-catalog .product-card:hover img{transform:scale(1.04)}.subpage-collections .collection-catalog .card-title{margin-top:24px}.subpage-collections .collection-catalog .card-title h3{font-size:38px}.subpage-collections .collection-catalog .product-card>p{max-width:62ch;color:var(--sp-muted);font-size:15px}.featured-product-story{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:7%;align-items:center;padding-top:100px;padding-bottom:100px;background:var(--sp-warm);max-width:none!important}.featured-product-story>img{width:100%;height:min(62vw,680px);object-fit:contain;background:#fff}.featured-product-story>div{max-width:560px;padding-right:7vw}.featured-product-story h2{font-size:clamp(45px,5vw,72px)}.featured-product-story .lead{color:var(--sp-muted);font-size:18px}.collection-customization{padding-top:110px;padding-bottom:85px}.services-overview{padding-top:100px;padding-bottom:105px}.service-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}.service-card-grid>a{background:var(--sp-warm);overflow:hidden;border-radius:10px;transition:transform .5s ease,box-shadow .5s ease}.service-card-grid figure{margin:0;overflow:hidden}.service-card-grid img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .55s ease}.service-card-grid>a>div{position:relative;padding:28px 32px 34px}.service-card-grid h3{font-size:30px;margin:0 38px 10px 0}.service-card-grid p{margin:0;color:var(--sp-muted);max-width:56ch}.service-card-grid svg{position:absolute;right:30px;top:32px;transition:transform .35s ease}.service-card-grid>a:hover{transform:translateY(-6px);box-shadow:0 20px 48px #1f3a331a}.service-card-grid>a:hover img{transform:scale(1.04)}.service-card-grid>a:hover svg{transform:translate(4px,-4px)}.service-process{padding-top:105px;padding-bottom:110px}.service-process h2{font-size:clamp(44px,5vw,70px)}.service-process ol{list-style:none;padding:0;margin:55px 0 0;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--sp-line)}.service-process li{position:relative;padding:27px 18px 0 0}.service-process li:not(:last-child):after{content:"→";position:absolute;right:18px;top:58px;color:var(--sp-muted)}.service-process span{display:block;font:italic 19px var(--serif);color:var(--sp-muted);margin-bottom:16px}.service-process strong{font:400 28px var(--serif);color:var(--sp-green)}.hub-page .hub-hero{min-height:630px;padding-top:72px;padding-bottom:92px;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:7%}.hub-page .hub-hero h1{font-size:clamp(55px,5.6vw,86px);line-height:1.01}.hub-page .hub-hero .lead{color:var(--sp-muted);max-width:620px}.hub-page .hub-hero figure{margin:0;overflow:hidden;border-radius:10px}.hub-page .hub-hero img{width:100%;height:570px;object-fit:cover;transition:transform .6s ease}.hub-page .hub-hero figure:hover img{transform:scale(1.035)}.hub-page .hub-sections{padding-top:105px;padding-bottom:105px}.hub-page .hub-sections article{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:7%;min-height:530px;padding:72px 0;border-top:1px solid var(--sp-line)}.hub-page .hub-sections article:nth-child(2n) figure{order:2}.hub-page .hub-sections figure{margin:0;overflow:hidden;border-radius:8px}.hub-page .hub-sections img{width:100%;height:500px;object-fit:cover;transition:transform .55s ease}.hub-page .hub-sections figure:hover img{transform:scale(1.035)}.hub-page .hub-sections h2{font-size:clamp(38px,4vw,58px);line-height:1.05}.hub-page .hub-sections p{color:var(--sp-muted)}.hub-page-factory .factory-evidence{background:var(--sp-warm)}.hub-page-factory .factory-evidence-grid img{transition:transform .5s ease}.hub-page-factory .factory-evidence-grid a:hover img{transform:scale(1.04)}.collaboration-steps{padding-top:105px;padding-bottom:110px;background:var(--sp-warm);max-width:none!important}.collaboration-steps>.eyebrow,.collaboration-steps>h2,.collaboration-steps>ol{width:min(1294px,89.8%);margin-left:auto;margin-right:auto}.collaboration-steps h2{font-size:clamp(46px,5vw,72px);line-height:1.03}.collaboration-steps ol{list-style:none;padding:30px 0 0}.collaboration-steps li{display:grid;grid-template-columns:120px 1fr;gap:38px;padding:34px 0;border-top:1px solid var(--sp-line);align-items:start}.collaboration-steps li>span{font:italic 42px var(--serif);color:var(--sp-green)}.collaboration-steps h3{font-size:34px;margin:0 0 8px}.collaboration-steps p{margin:0;color:var(--sp-muted)}.resource-links{padding-top:100px;padding-bottom:115px}.resource-links>h2{font-size:clamp(44px,5vw,70px);max-width:800px}.resource-links>div{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-top:45px}.resource-links>div a{display:flex;min-height:150px;align-items:flex-end;padding:26px 30px;margin:0;background:var(--sp-warm);border:1px solid transparent;font:400 24px/1.25 var(--serif);color:var(--sp-green);transition:transform .4s ease,border-color .4s ease}.resource-links>div a:first-child{grid-row:span 2;min-height:318px;font-size:34px}.resource-links>div a:hover{transform:translateY(-4px);border-color:var(--sp-green)}.subpage-about .about-b2b-opening{padding-top:58px;padding-bottom:100px}.subpage-about .about-b2b-opening h1{font-size:clamp(58px,6vw,92px);line-height:.98}.subpage-about .about-b2b-opening figure{margin-top:48px;overflow:hidden;border-radius:10px}.subpage-about .about-b2b-opening img{height:min(54vw,700px);max-height:none;transition:transform .6s ease}.subpage-about .about-b2b-opening figure:hover img{transform:scale(1.025)}.subpage-about .about-b2b-story,.subpage-about .about-b2b-pair{padding-top:100px;padding-bottom:110px;gap:8%}.subpage-about .about-b2b-pair:nth-of-type(2n) figure{order:2}.subpage-about .about-b2b-purpose{padding:105px 0;background:var(--sp-warm)}.subpage-about .about-b2b-purpose h2{font-size:clamp(52px,6vw,90px);line-height:1}.subpage-about .about-b2b-purpose img{max-height:650px;border-radius:9px}.subpage-about .about-assurance{background:#fff;padding:100px 0}.subpage-about .assurance-columns{gap:32px}.subpage-about .assurance-columns article{padding:32px;border-top:1px solid var(--sp-green);background:var(--sp-warm)}.featured-insight{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);gap:7%;align-items:center;padding-top:90px;padding-bottom:110px}.featured-insight>img{width:100%;height:560px;object-fit:cover;border-radius:9px}.featured-insight h2{font-size:clamp(43px,4.5vw,66px);line-height:1.04}.featured-insight .lead{color:var(--sp-muted);font-size:18px}.subpage-insights .insights-library{padding-top:84px;padding-bottom:110px}.subpage-insights .filter-row{align-items:flex-end;margin-bottom:36px}.subpage-insights .article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:72px 30px}.subpage-insights .insights-library .article-card:nth-child(n){display:block;grid-column:auto;width:auto;max-width:none;margin:0;padding:0;transition:transform .45s ease}.subpage-insights .insights-library .article-card:nth-child(n) .image-wrap{aspect-ratio:4/3;border-radius:8px}.subpage-insights .insights-library .article-card:nth-child(n) img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;transition:transform .5s ease}.subpage-insights .article-card:hover{transform:translateY(-5px)}.subpage-insights .article-card:hover img{transform:scale(1.045)}.subpage-insights .article-card h3{font-size:29px}.subpage-insights .article-card p{color:var(--sp-muted)}.subpage-faq .subpage-hero{min-height:390px}.subpage-faq .faq-page{max-width:1180px;padding-top:72px;padding-bottom:110px}.faq-tools{display:flex;flex-direction:column;gap:28px;margin-bottom:35px}.faq-tools .filter-pills{flex-wrap:nowrap;overflow-x:auto;padding-bottom:7px;scrollbar-width:thin}.faq-tools .filter-pills button{flex:0 0 auto;border-color:var(--sp-line);padding:13px 19px}.faq-tools .search{align-self:flex-end;min-width:300px}.subpage-faq .questions{border-top:1px solid var(--sp-green)}.subpage-faq .questions details{border-color:var(--sp-line)}.subpage-faq .questions summary{font:400 clamp(19px,2vw,27px)/1.35 var(--serif);padding:28px 4px;color:var(--sp-green)}.subpage-faq .questions details p{font-size:16px;line-height:1.8;padding:0 54px 26px 4px;color:var(--sp-muted)}.subpage-faq .questions details[open] p{animation:faq-answer .3s ease both}@keyframes faq-answer{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.faq-still{margin-top:90px;padding:60px;background:var(--sp-warm);border-radius:10px}.faq-still h2{font-size:clamp(39px,4vw,58px)}.faq-still>p{max-width:660px;color:var(--sp-muted)}.subpage-contact .subpage-hero{min-height:390px}.subpage-contact .contact-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:8%;padding-top:90px;padding-bottom:120px}.subpage-contact .contact-layout aside{position:sticky;top:140px;align-self:start}.subpage-contact .contact-layout aside img{aspect-ratio:4/5;border-radius:8px;margin-bottom:35px}.subpage-contact .inquiry-form{padding:48px;background:var(--sp-warm);border-radius:12px}.subpage-contact .inquiry-form .eyebrow{margin-bottom:34px}.subpage-contact input,.subpage-contact select,.subpage-contact textarea{background:#fff;border:1px solid var(--sp-line);border-radius:7px;padding:16px;transition:border-color .3s ease,box-shadow .3s ease}.subpage-contact input:focus,.subpage-contact select:focus,.subpage-contact textarea:focus{border-color:var(--sp-green);box-shadow:0 0 0 3px #1f3a3314;outline:0}.subpage-contact .inquiry-form label{font-size:12px;letter-spacing:.03em}.subpage .reveal{transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.subpage .reveal.in-view{transform:none}.subpage .cta-band{background:var(--sp-warm);padding:100px 0}.subpage .cta-band .button,.subpage .button{transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.subpage .button:hover{transform:translateY(-2px) scale(1.01)}@media(max-width:1000px){.subpage .subpage-hero{grid-template-columns:1fr;min-height:auto;padding-top:58px;padding-bottom:66px}.subpage .subpage-hero:after{display:none}.subpage .subpage-hero .lead{grid-column:1;grid-row:auto;max-width:720px}.subpage .subpage-hero h1{font-size:clamp(50px,8vw,76px)}.subpage-collections .collection-catalog .product-grid,.service-card-grid,.subpage-insights .article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.subpage-collections .collection-catalog .product-card:nth-child(3n){grid-column:auto;width:auto}.featured-product-story,.featured-insight,.hub-page .hub-hero,.hub-page .hub-sections article{grid-template-columns:1fr 1fr;gap:40px}.hub-page .hub-hero img{height:460px}.hub-page .hub-sections img{height:420px}.service-process ol{grid-template-columns:repeat(5,minmax(140px,1fr));overflow-x:auto;padding-bottom:20px}}@media(max-width:700px){.subpage .breadcrumb{padding-top:18px}.subpage .subpage-hero{padding-top:44px;padding-bottom:52px}.subpage .subpage-hero h1{font-size:clamp(42px,12vw,58px);line-height:1.02}.subpage .subpage-hero .lead{font-size:17px}.subpage-section-heading{margin-bottom:30px}.subpage-section-heading h2{font-size:39px}.subpage-collections .collection-catalog,.services-overview,.hub-page .hub-sections,.subpage-insights .insights-library{padding-top:58px;padding-bottom:66px}.subpage-collections .collection-catalog .product-grid,.service-card-grid,.subpage-insights .article-grid{grid-template-columns:1fr;gap:48px}.subpage-collections .collection-catalog .card-title h3{font-size:32px}.featured-product-story,.featured-insight,.hub-page .hub-hero,.hub-page .hub-sections article{grid-template-columns:1fr;padding-top:58px;padding-bottom:62px}.featured-product-story{padding-left:20px!important;padding-right:20px!important}.featured-product-story>img,.featured-insight>img{height:auto;aspect-ratio:4/3}.featured-product-story>div{padding-right:0}.hub-page .hub-hero{min-height:auto}.hub-page .hub-hero img,.hub-page .hub-sections img{height:auto;aspect-ratio:4/3}.hub-page .hub-sections article{min-height:0;gap:26px}.hub-page .hub-sections article:nth-child(2n) figure{order:0}.collaboration-steps{padding-top:62px;padding-bottom:66px}.collaboration-steps li{grid-template-columns:64px 1fr;gap:18px;padding:24px 0}.collaboration-steps li>span{font-size:28px}.collaboration-steps h3{font-size:28px}.resource-links{padding-top:60px;padding-bottom:70px}.resource-links>div{grid-template-columns:1fr}.resource-links>div a:first-child{grid-row:auto;min-height:180px;font-size:28px}.resource-links>div a{min-height:130px;font-size:22px}.subpage-about .about-b2b-opening,.subpage-about .about-b2b-story,.subpage-about .about-b2b-pair{padding-top:55px;padding-bottom:62px}.subpage-about .about-b2b-opening h1{font-size:clamp(44px,12vw,59px)}.subpage-about .about-b2b-pair:nth-of-type(2n) figure{order:0}.subpage-about .about-b2b-purpose{padding:65px 0}.subpage-about .about-b2b-purpose h2{font-size:45px}.featured-insight h2{font-size:39px}.subpage-insights .article-card h3{font-size:28px}.faq-tools .search{align-self:stretch;min-width:0}.subpage-faq .faq-page{padding-top:48px;padding-bottom:68px}.subpage-faq .questions summary{font-size:21px;padding:23px 2px}.subpage-faq .questions details p{padding-right:10px;font-size:15px}.faq-still{margin-top:60px;padding:34px 24px}.subpage-contact .contact-layout{display:flex;flex-direction:column;gap:48px;padding-top:55px;padding-bottom:75px}.subpage-contact .contact-layout aside{position:static}.subpage-contact .inquiry-form{padding:28px 20px}.subpage .cta-band{padding:65px 0}}@media(prefers-reduced-motion:reduce){.subpage,.subpage .reveal,.subpage img,.subpage a{animation:none!important;transition:none!important}}.questions .customer-faq-answer{display:block;max-height:0;padding-bottom:0!important;overflow:hidden;opacity:0;transform:translateY(-7px);visibility:hidden;transition:max-height .38s cubic-bezier(.22,1,.36,1),opacity .28s ease,transform .36s cubic-bezier(.22,1,.36,1),visibility 0s linear .38s}.questions .customer-faq-answer.is-open{max-height:760px;opacity:1;transform:none;visibility:visible;transition-delay:0s}.questions .customer-faq-answer-inner{min-height:0;overflow:hidden}.home-page .faq-home-editorial{grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:clamp(64px,8vw,132px);align-items:start;padding-top:clamp(88px,8vw,132px);padding-bottom:clamp(92px,9vw,144px);background:#fff}.home-page .faq-home-editorial .faq-editorial-lead{position:sticky;top:126px;min-width:0}.home-page .faq-home-editorial .faq-editorial-lead>h2{font-size:clamp(52px,5vw,76px);line-height:1.01;letter-spacing:-.045em;max-width:8.5ch;margin-bottom:38px;color:#1f3a33}.home-page .faq-editorial-visual{position:relative;width:min(100%,470px);margin:0 0 28px;overflow:hidden}.home-page .faq-editorial-visual .editorial-photo{margin:0}.home-page .faq-editorial-visual .editorial-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.home-page .faq-editorial-visual .editorial-photo figcaption{display:none}.home-page .faq-editorial-visual>span{position:absolute;left:18px;bottom:17px;padding:9px 12px;background:#ffffffe8;color:#1f3a33;font-size:8px;font-weight:600;line-height:1.55;letter-spacing:.2em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-page .faq-editorial-visual:hover img{transform:scale(1.035)}.home-page .faq-home-editorial .text-link{font-size:13px;border-color:#e7e5df}.home-page .faq-editorial-list{counter-reset:home-faq}.home-page .faq-editorial-list .faq-item{counter-increment:home-faq;border-top:1px solid #e7e5df;border-bottom:0;background:transparent}.home-page .faq-editorial-list .faq-item:last-child{border-bottom:1px solid #e7e5df}.home-page .faq-editorial-list .faq-item.reveal{transition:opacity .65s ease,transform .65s ease,border-color .3s ease}.home-page .faq-editorial-list .faq-item:nth-child(2){transition-delay:.04s}.home-page .faq-editorial-list .faq-item:nth-child(3){transition-delay:.08s}.home-page .faq-editorial-list .faq-item:nth-child(4){transition-delay:.12s}.home-page .faq-editorial-list .faq-item h3{margin:0}.home-page .faq-editorial-list .faq-toggle{display:grid;grid-template-columns:42px minmax(0,1fr) 22px;align-items:center;column-gap:18px;width:100%;min-height:88px;padding:25px 4px;border:0;background:transparent;color:#252525;text-align:left;font-size:clamp(16px,1.25vw,19px);font-weight:500;line-height:1.45;transition:color .28s ease,padding-left .32s cubic-bezier(.22,1,.36,1),background-color .28s ease}.home-page .faq-editorial-list .faq-toggle:before{content:counter(home-faq,decimal-leading-zero);align-self:start;padding-top:3px;color:#6b6b66;font:italic 15px/1.4 var(--serif);letter-spacing:.06em}.home-page .faq-editorial-list .faq-toggle svg{color:#1f3a33;transition:transform .32s cubic-bezier(.22,1,.36,1)}.home-page .faq-editorial-list .faq-toggle:hover{padding-left:10px;background:#f7f6f2;color:#1f3a33}.home-page .faq-editorial-list .faq-toggle[aria-expanded=true]{color:#1f3a33}.home-page .faq-editorial-list .faq-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.home-page .faq-editorial-list .customer-faq-answer-inner{padding:0 46px 28px 64px}.home-page .faq-editorial-list .customer-faq-answer p{max-width:65ch;margin:0 0 14px;color:#6b6b66;font-size:15px;line-height:1.8}.home-page .faq-editorial-list .customer-faq-answer .text-link{margin-bottom:4px}@media(max-width:900px){.home-page .faq-home-editorial{grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:42px}.home-page .faq-home-editorial .faq-editorial-lead>h2{font-size:48px}.home-page .faq-editorial-list .faq-toggle{grid-template-columns:34px minmax(0,1fr) 20px;gap:12px;min-height:78px;padding-block:21px;font-size:16px}.home-page .faq-editorial-list .customer-faq-answer-inner{padding-left:50px;padding-right:28px}}@media(max-width:700px){.home-page .faq-home-editorial{grid-template-columns:1fr;gap:50px;padding-top:64px;padding-bottom:72px}.home-page .faq-home-editorial .faq-editorial-lead{position:static}.home-page .faq-home-editorial .faq-editorial-lead>h2{font-size:clamp(44px,13vw,58px);max-width:9ch;margin-bottom:28px}.home-page .faq-editorial-visual{width:100%;margin-bottom:22px}.home-page .faq-editorial-visual .editorial-photo img{aspect-ratio:16/10}.home-page .faq-editorial-list .faq-toggle{grid-template-columns:30px minmax(0,1fr) 20px;gap:10px;min-height:74px;padding:20px 2px;font-size:15px}.home-page .faq-editorial-list .faq-toggle:hover{padding-left:2px;background:transparent}.home-page .faq-editorial-list .faq-toggle:before{font-size:13px}.home-page .faq-editorial-list .customer-faq-answer-inner{padding:0 18px 24px 40px}.home-page .faq-editorial-list .customer-faq-answer p{font-size:14px;line-height:1.75}}@media(prefers-reduced-motion:reduce){.questions .customer-faq-answer,.home-page .faq-editorial-list .faq-toggle,.home-page .faq-editorial-list .faq-toggle svg,.home-page .faq-editorial-visual img{transition-duration:.01ms!important}}.home-resources-editorial{position:relative;overflow:hidden;padding:clamp(88px,8vw,132px) 0 clamp(92px,8vw,126px);background:#f7f6f2;color:#252525}.home-resources-editorial:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.38;background-image:linear-gradient(to right,transparent calc(25% - .5px),#e7e5df calc(25% - .5px),#e7e5df 25%,transparent 25%),linear-gradient(to right,transparent calc(75% - .5px),#e7e5df calc(75% - .5px),#e7e5df 75%,transparent 75%)}.home-resources-editorial>.wrap{position:relative}.home-resources-editorial .resource-header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:clamp(48px,8vw,130px);align-items:end;margin-bottom:clamp(52px,6vw,86px)}.home-resources-editorial .resource-header h2{max-width:13ch;margin:0;color:#1f3a33;font-size:clamp(48px,5vw,76px);line-height:1.02;letter-spacing:-.045em}.home-resources-editorial .resource-header>p{max-width:560px;margin:0 0 8px;color:#6b6b66;font-size:18px;line-height:1.7}.resource-editorial-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);gap:clamp(52px,6vw,96px);align-items:start}.featured-resource{display:block;min-width:0}.featured-resource-image{overflow:hidden;background:#fff}.featured-resource-image img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.featured-resource:hover .featured-resource-image img{transform:scale(1.04)}.featured-resource-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:28px;padding-top:27px}.featured-resource-copy>span:first-child{grid-column:1/-1;margin-bottom:12px;color:#6b6b66;font-size:9px;font-weight:600;letter-spacing:.22em}.featured-resource-copy h3{grid-column:1/-1;margin:0 0 12px;color:#1f3a33;font-size:clamp(31px,2.8vw,44px);line-height:1.08}.featured-resource-copy p{max-width:54ch;margin:0;color:#6b6b66;font-size:15px;line-height:1.75}.featured-resource-copy .text-link{align-self:start;margin-top:2px;white-space:nowrap;border-color:#1f3a33}.resource-numbered-list{counter-reset:resource-list;border-top:1px solid #d9d7d1}.resource-list-item{display:grid;grid-template-columns:44px minmax(0,1fr) 24px;gap:18px;align-items:start;min-height:128px;padding:27px 8px 25px;border-bottom:1px solid #d9d7d1;transition:background-color .36s ease,border-color .36s ease,padding-left .36s cubic-bezier(.22,1,.36,1)}.resource-list-item:hover{padding-left:16px;background:#ffffff94;border-color:#aeb8b3}.resource-number{padding-top:3px;color:#6b6b66;font:italic 16px/1.3 var(--serif);letter-spacing:.05em;transition:transform .36s ease,color .36s ease}.resource-list-copy{display:block;min-width:0}.resource-list-copy strong{display:block;color:#1f3a33;font:400 clamp(23px,2vw,30px)/1.15 var(--serif);transition:transform .36s cubic-bezier(.22,1,.36,1),color .36s ease}.resource-list-copy small{display:block;max-width:42ch;margin-top:10px;color:#6b6b66;font-size:13px;line-height:1.65}.resource-list-item>svg{margin-top:4px;color:#1f3a33;transition:transform .36s cubic-bezier(.22,1,.36,1)}.resource-list-item:hover .resource-number{transform:translate(3px);color:#1f3a33}.resource-list-item:hover .resource-list-copy strong{transform:translate(4px)}.resource-list-item:hover>svg{transform:translate(6px)}.resource-all-link{display:inline-flex;align-items:center;gap:28px;margin-top:52px;padding:10px 0;border-bottom:1px solid #1f3a33;color:#1f3a33;font-size:14px;font-weight:500}.resource-all-link svg{transition:transform .32s ease}.resource-all-link:hover svg{transform:translate(5px)}@media(max-width:980px){.home-resources-editorial .resource-header{grid-template-columns:1fr;gap:25px}.home-resources-editorial .resource-header>p{font-size:16px}.resource-editorial-layout{grid-template-columns:1fr;gap:56px}.featured-resource-copy{grid-template-columns:minmax(0,1fr) auto}}@media(max-width:700px){.home-resources-editorial{padding:66px 0 74px}.home-resources-editorial:before{display:none}.home-resources-editorial .resource-header{margin-bottom:42px}.home-resources-editorial .resource-header h2{font-size:clamp(43px,12vw,56px)}.featured-resource-image img{aspect-ratio:4/3}.featured-resource-copy{display:block;padding-top:23px}.featured-resource-copy h3{font-size:34px}.featured-resource-copy p{font-size:14px}.featured-resource-copy .text-link{margin-top:18px}.resource-editorial-layout{gap:48px}.resource-list-item{grid-template-columns:32px minmax(0,1fr) 20px;gap:12px;min-height:116px;padding:23px 2px}.resource-list-item:hover{padding-left:2px;background:transparent}.resource-number{font-size:14px}.resource-list-copy strong{font-size:25px}.resource-list-copy small{font-size:12px;margin-top:8px}.resource-all-link{margin-top:38px}}@media(prefers-reduced-motion:reduce){.featured-resource-image img,.resource-list-item,.resource-number,.resource-list-copy strong,.resource-list-item>svg,.resource-all-link svg{transition-duration:.01ms!important}}.subpage-collections .collection-catalog .product-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:70px 30px}.subpage-collections .collection-catalog .product-card{grid-column:span 4;min-width:0}.subpage-collections .collection-catalog .product-card:first-child{grid-column:span 7}.subpage-collections .collection-catalog .product-card:nth-child(2){grid-column:span 5}.subpage-collections .collection-catalog .product-card:nth-child(3n){grid-column:span 4;width:auto;margin-inline:0}.subpage-collections .collection-catalog .image-wrap{position:relative;min-height:0;border-radius:8px}.subpage-collections .collection-catalog .product-card .image-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%!important;aspect-ratio:auto!important;object-fit:cover!important}.service-process-visual,.collaboration-visual,.resource-library-visual{position:relative;overflow:hidden;margin-left:0;margin-right:0;background:var(--sp-warm,#f7f6f2);border-radius:10px}.service-process-visual{margin-top:48px}.service-process-visual img,.collaboration-visual img,.resource-library-visual img{display:block;width:100%;height:auto;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.service-process-visual img{aspect-ratio:3/1}.service-process-visual:hover img,.collaboration-visual:hover img,.resource-library-visual:hover img{transform:scale(1.025)}.subpage-about .about-b2b-origin>div:first-child figure{margin:46px 0 0;overflow:hidden;border-radius:8px}.subpage-about .about-b2b-origin>div:first-child figure img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .55s ease}.subpage-about .about-b2b-origin>div:first-child figure:hover img{transform:scale(1.035)}.subpage-about .about-b2b-origin>div:first-child figcaption{margin-top:12px;color:var(--sp-muted,#6b6b66);font-size:12px;letter-spacing:.05em}.collaboration-steps>.collaboration-visual{width:min(1294px,89.8%);margin:46px auto 28px}.collaboration-visual img{aspect-ratio:2.7/1}.resource-library-visual{margin-top:42px;margin-bottom:24px}.resource-library-visual img{aspect-ratio:2.12/1}.resource-links>div{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);grid-auto-rows:minmax(238px,auto);gap:20px;margin-top:0}.resource-links>div a,.resource-links>div a:first-child{position:relative;display:block;min-height:238px;padding:0;overflow:hidden;border:0;border-radius:8px;background:var(--sp-green,#1f3a33);color:#fff}.resource-links>div a:first-child{grid-row:span 2;min-height:496px;font-size:34px}.resource-links>div a>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .45s ease}.resource-links>div a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#12252005 30%,#122520d1);transition:background .4s ease}.resource-links>div a>span{position:absolute;left:28px;right:70px;bottom:25px;z-index:2;color:#fff;text-shadow:0 1px 15px rgba(0,0,0,.2)}.resource-links>div a>svg{position:absolute;right:27px;bottom:28px;z-index:2;color:#fff;transition:transform .4s ease}.resource-links>div a:hover{transform:translateY(-4px)}.resource-links>div a:hover>img{transform:scale(1.045);filter:saturate(1.04)}.resource-links>div a:hover:after{background:linear-gradient(180deg,#12252000 25%,#122520e0)}.resource-links>div a:hover>svg{transform:translate(4px,-4px)}@media(max-width:900px){.subpage-collections .collection-catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:52px 24px}.subpage-collections .collection-catalog .product-card,.subpage-collections .collection-catalog .product-card:first-child,.subpage-collections .collection-catalog .product-card:nth-child(2),.subpage-collections .collection-catalog .product-card:nth-child(3n){grid-column:auto;width:auto}.service-process-visual img,.collaboration-visual img{aspect-ratio:2/1}.resource-links>div{grid-template-columns:1fr 1fr;grid-auto-rows:235px}.resource-links>div a:first-child{grid-column:1/-1;grid-row:auto;min-height:360px}}@media(max-width:700px){.subpage-collections .collection-catalog .product-grid{grid-template-columns:1fr;gap:44px}.service-process-visual{margin-top:30px}.service-process-visual img,.collaboration-visual img,.resource-library-visual img{aspect-ratio:4/3}.collaboration-steps>.collaboration-visual{width:min(100% - 40px,1294px);margin-top:30px;margin-bottom:18px}.subpage-about .about-b2b-origin>div:first-child figure{margin-top:30px}.resource-links>div{grid-template-columns:1fr;grid-auto-rows:auto;gap:16px}.resource-links>div a,.resource-links>div a:first-child{grid-column:auto;min-height:230px;font-size:25px}.resource-links>div a>span{left:22px;right:60px;bottom:21px}.resource-links>div a>svg{right:22px;bottom:23px}}@media(prefers-reduced-motion:reduce){.service-process-visual img,.collaboration-visual img,.resource-library-visual img,.subpage-about .about-b2b-origin>div:first-child figure img,.resource-links>div a,.resource-links>div a>img,.resource-links>div a>svg{transition:none}}.home-process-story{position:relative;padding:112px 0 105px;background:#fff;color:var(--text,#252525);overflow:hidden}.process-story-inner{max-width:1600px}.process-story-header{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);gap:9%;align-items:end;padding-bottom:70px;border-bottom:1px solid var(--border,#e7e5df)}.process-story-header h2{margin:0;color:var(--brand-green,#1f3a33);font-size:clamp(52px,5.2vw,80px);line-height:1.01}.process-story-header>p{max-width:550px;margin:0 0 8px;color:var(--secondary-text,#6b6b66);font-size:18px;line-height:1.75}.process-story-list{position:relative;list-style:none;margin:0;padding:88px 0 30px}.process-story-step{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:7%;align-items:center;margin:0 0 118px}.process-story-step:nth-child(2n):not(.is-featured){grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr)}.process-story-step:nth-child(2n):not(.is-featured) .process-story-media{grid-column:2}.process-story-step:nth-child(2n):not(.is-featured) .process-story-copy{grid-column:1;grid-row:1}.process-story-media{position:relative;margin:0;overflow:hidden;border-radius:10px;background:var(--secondary-background,#f7f6f2);box-shadow:0 22px 55px #1f3a3314}.process-story-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(31,58,51,.08);border-radius:inherit;pointer-events:none}.process-story-media img{display:block;width:100%;height:auto;aspect-ratio:1672/941;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .7s ease}.process-story-step:hover .process-story-media img{transform:scale(1.025);filter:saturate(1.025)}.process-story-copy{position:relative;padding:30px 0}.process-story-index{display:flex;align-items:baseline;gap:18px;margin-bottom:28px;color:var(--brand-green,#1f3a33)}.process-story-index span{font:italic 42px/1 var(--serif)}.process-story-index small{font:600 10px/1.4 var(--sans);letter-spacing:.28em}.process-story-copy h3{margin:0 0 18px;color:var(--brand-green,#1f3a33);font-size:clamp(37px,3.5vw,55px);line-height:1.02}.process-story-copy>p{max-width:530px;margin:0;color:var(--secondary-text,#6b6b66);font-size:16px;line-height:1.75}.process-story-step.is-featured{display:block;margin:12px 0 128px;padding:40px;background:var(--secondary-background,#f7f6f2);border-radius:12px}.process-story-step.is-featured .process-story-media{border-radius:8px;box-shadow:none}.process-story-step.is-featured .process-story-copy{display:grid;grid-template-columns:.62fr 1fr;gap:7%;align-items:start;padding:40px 8px 5px}.process-story-step.is-featured .process-story-index{grid-column:1;margin-bottom:22px}.process-story-step.is-featured h3{grid-column:1}.process-story-step.is-featured .process-story-copy>p{grid-column:1}.process-custom-options{grid-column:2;grid-row:1/5;list-style:none;margin:0;padding:0;border-top:1px solid var(--border,#e7e5df)}.process-custom-options li{border-bottom:1px solid var(--border,#e7e5df);color:var(--brand-green,#1f3a33);font:400 clamp(22px,2.2vw,34px)/1.1 var(--serif)}.process-custom-options a{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 2px 20px 0;transition:color .3s ease,transform .3s ease}.process-custom-options a svg{flex:none;transition:transform .3s ease}.process-custom-options a:hover,.process-custom-options a:focus-visible{color:#355c51;transform:translate(3px)}.process-custom-options a:hover svg,.process-custom-options a:focus-visible svg{transform:translate(3px,-3px)}.process-delivery-link{display:inline-flex;align-items:center;gap:20px;margin-top:28px;padding:8px 0;border-bottom:1px solid var(--border,#e7e5df);font-size:14px;font-weight:500;color:var(--brand-green,#1f3a33)}.process-delivery-link svg{transition:transform .35s ease}.process-delivery-link:hover svg{transform:translate(4px,-4px)}.process-story-finale{display:grid;grid-template-columns:1fr auto;gap:7%;align-items:center;margin-top:15px;padding:48px 52px;background:var(--brand-green,#1f3a33);border-radius:10px;color:#fff}.process-story-finale h3{margin:0 0 10px;color:#fff;font-size:clamp(34px,3.4vw,50px)}.process-story-finale p:not(.eyebrow){max-width:650px;margin:0;color:#ffffffc2;font-size:15px}.process-story-finale .eyebrow{margin-bottom:18px;color:#ffffffb3}.process-story-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;justify-content:flex-end}.process-story-actions .button{white-space:nowrap}.process-story-actions .text-link{color:#fff;border-color:#ffffff59;white-space:nowrap}.home-process-story .process-story-step.reveal .process-story-media{clip-path:inset(0 0 12% 0);transition:clip-path .85s cubic-bezier(.2,.7,.2,1)}.home-process-story .process-story-step.reveal.in-view .process-story-media{clip-path:inset(0)}@media(max-width:1000px){.home-process-story{padding:86px 0}.process-story-header{grid-template-columns:1fr;gap:28px;padding-bottom:52px}.process-story-step,.process-story-step:nth-child(2n):not(.is-featured){grid-template-columns:1fr;gap:30px;margin-bottom:88px}.process-story-step:nth-child(2n):not(.is-featured) .process-story-media,.process-story-step:nth-child(2n):not(.is-featured) .process-story-copy{grid-column:1;grid-row:auto}.process-story-copy{padding:0}.process-story-step.is-featured{padding:28px}.process-story-step.is-featured .process-story-copy{grid-template-columns:1fr 1fr;gap:35px;padding:32px 0 0}.process-story-step.is-featured .process-story-index,.process-story-step.is-featured h3,.process-story-step.is-featured .process-story-copy>p{grid-column:1}.process-custom-options{grid-column:2;grid-row:1/5}.process-story-finale{grid-template-columns:1fr;padding:42px}.process-story-actions{justify-content:flex-start}}@media(max-width:700px){.home-process-story{padding:64px 0 58px}.process-story-header{padding-bottom:38px}.process-story-header h2{font-size:clamp(42px,12vw,56px)}.process-story-header>p{font-size:15px}.process-story-list{padding-top:58px}.process-story-step,.process-story-step:nth-child(2n):not(.is-featured){margin-bottom:68px}.process-story-media{border-radius:7px;box-shadow:0 14px 34px #1f3a3312}.process-story-copy h3{font-size:36px}.process-story-index{margin-bottom:18px}.process-story-index span{font-size:32px}.process-story-copy>p{font-size:14px}.process-story-step.is-featured{margin-bottom:74px;padding:16px}.process-story-step.is-featured .process-story-copy{display:block;padding-top:25px}.process-custom-options{margin-top:28px}.process-custom-options li{font-size:24px}.process-custom-options a{padding:16px 2px 16px 0}.process-story-finale{padding:32px 24px}.process-story-actions{align-items:stretch;gap:20px}.process-story-actions .magnetic-action,.process-story-actions .button{width:100%}.process-story-actions .text-link{white-space:normal}}@media(prefers-reduced-motion:reduce){.process-story-media img,.process-delivery-link svg,.home-process-story .process-story-step.reveal .process-story-media{transition:none}.home-process-story .process-story-step.reveal .process-story-media{clip-path:none}}
