@font-face{font-family:Manrope;src:url('/assets/manrope.woff2') format('woff2');font-weight:200 800;font-style:normal;font-display:swap}
:root{--paper:#f4f1eb;--white:#fcfbf8;--ink:#292b28;--muted:#69695f;--line:#d8d3c8;--accent:#bd352c;--kraft:#c1a17c;--space:clamp(24px,4.2vw,72px);--ease:cubic-bezier(.2,.7,.2,1);--radius:3px;color-scheme:light;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}figure,p,h1,h2,h3,h4{margin:0}button{color:inherit}button,a{touch-action:manipulation}button{border-radius:0}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:5px}::selection{background:#dbc6ab;color:var(--ink)}[hidden]{display:none!important}.wrap{width:min(100% - var(--space)*2,1440px);margin-inline:auto}.section{padding-block:clamp(76px,8vw,132px)}h1,h2,h3{font-weight:500}h2{font-size:clamp(36px,4.3vw,64px);line-height:1.08;letter-spacing:-.055em}p{line-height:1.65}small{font-size:12px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.skip{position:fixed;z-index:100;left:20px;top:12px;padding:15px;background:var(--ink);color:white;transform:translateY(-200%)}.skip:focus{transform:translateY(0)}

.header{position:sticky;top:0;z-index:30;background:var(--paper);border-bottom:1px solid var(--line)}
.header-inner{height:80px;width:min(100% - var(--space)*2,1440px);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;flex:none;align-items:center;min-height:44px}
.logo-window{display:block;width:174px;height:45px;overflow:hidden;mix-blend-mode:multiply;position:relative}
.logo-window img{position:absolute;width:246px;max-width:none;height:auto;left:-27px;top:-36px}
.desktop-nav{display:flex;align-items:center;gap:30px;font-size:14px}
.desktop-nav a{padding:12px 0;position:relative}
.desktop-nav a:after{content:'';position:absolute;bottom:4px;height:1px;background:var(--ink);left:0;right:100%;transition:right .25s}
.desktop-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:28px}
.languages{display:flex;align-items:center;font-size:13px;gap:4px}
.languages a{min-width:32px;min-height:44px;display:grid;place-items:center;color:var(--muted)}
.languages [aria-current]{color:var(--ink);font-weight:800}.languages>span{color:#a5a296}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:52px;padding:15px 23px;border:1px solid var(--ink);font-weight:600;font-size:14px;line-height:1.5;transition:background .25s,border-color .25s,color .25s;cursor:pointer}
.button:hover{background:var(--ink);color:var(--paper)}
.button .arrow{font-size:23px;font-weight:400;line-height:1;transition:transform .25s var(--ease)}
.button:hover .arrow{transform:translate(2px,-2px)}
.button.primary{background:var(--accent);border-color:var(--accent);color:#fff}
.button.primary:hover{background:#942a23;border-color:#942a23}
.header-cta{min-height:44px;font-size:12px;padding:10px 16px;gap:22px}
.text-link{display:inline-flex;align-items:center;gap:20px;font-size:14px;min-height:44px;font-weight:600;border:0;border-bottom:1px solid currentColor;padding:6px 0;background:none;text-align:left;cursor:pointer}
.text-link:hover{color:var(--accent)}.text-link .arrow{font-size:22px}
.menu-toggle{display:flex;align-items:center;gap:12px;border:0;background:none;min-width:44px;height:44px;padding:10px 0;font-size:12px;font-weight:600}
.menu-icon{display:grid;gap:6px;width:22px}.menu-icon i{height:1px;background:currentColor;transition:transform .25s var(--ease)}
.menu-toggle:hover .menu-icon i:first-child{transform:translateX(-3px)}.menu-toggle:hover .menu-icon i:last-child{transform:translateX(3px)}

.product-visual img{mix-blend-mode:multiply}
.hero{display:grid;grid-template-columns:1fr 1fr;gap:2.8vw;align-items:center;padding-top:32px;padding-bottom:40px;min-height:min(780px,calc(100svh - 82px))}.hero-copy{padding:28px 0 20px;position:relative;z-index:1}.eyebrow{font-size:11px;letter-spacing:.13em;font-weight:700;line-height:1.6}.hero h1{font-size:clamp(66px,7.2vw,108px);line-height:1.02;letter-spacing:-.07em;margin-top:32px;margin-bottom:27px}.hero .line{display:block;overflow:hidden;padding-bottom:.08em;margin-bottom:-.08em}.hero-line{display:block;animation:hero-in .85s var(--ease) both}.hero .line:nth-child(2) .hero-line{animation-delay:.1s}.hero .line:nth-child(3) .hero-line{animation-delay:.2s}.muted{color:#8a8579}.hero-description{max-width:350px;color:var(--muted);font-size:15px;line-height:1.75;margin-bottom:28px}.hero-explore{display:flex;width:max-content;margin-top:15px;border:0;font-weight:500}.hero-art{height:min(640px,70vw);min-height:520px;position:relative;background:#e6ddcf;align-self:stretch;overflow:hidden}.hero-art picture,.hero-art img{height:100%;width:100%;object-fit:cover}.hero-art img{animation:image-in 1.2s var(--ease) both}.hero-art figcaption{position:absolute;bottom:19px;left:24px;right:24px;display:flex;justify-content:space-between;gap:16px;align-items:end;color:#37332b;font-size:11px;line-height:1.6}.hero-art figcaption span:first-child{max-width:185px}.hero-art figcaption span:last-child{font-size:10px;text-align:right;max-width:80px}.capability-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding:22px 0;font-size:14px}.capability-strip>span{display:flex;align-items:center;gap:13px}.strip-mark{font-size:25px;line-height:1;color:#8a765b}
.section-title{margin-bottom:40px}.section-title p{margin-top:22px;color:var(--muted);font-size:16px}.filters{display:flex;gap:25px;flex-wrap:wrap;margin-bottom:32px;border-bottom:1px solid var(--line)}.filters button{position:relative;border:0;background:transparent;padding:16px 0;font-size:14px;min-height:48px;color:var(--muted)}.filters button[aria-pressed=true]{color:var(--ink);font-weight:700}.filters button[aria-pressed=true]:after{content:'';height:2px;background:var(--accent);position:absolute;bottom:-1px;left:0;right:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 24px}.product-card{min-width:0}.product-visual{background:#eae5dc;position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1.37;overflow:hidden}.product-visual img{width:100%;height:100%;object-fit:contain;padding:32px;transition:transform .6s var(--ease)}.product-card:hover .product-visual img{transform:scale(1.035)}.product-open{position:absolute;bottom:14px;right:14px;height:34px;width:34px;border:1px solid #b6ab99;border-radius:50%;display:grid;place-items:center;font-size:20px;transition:background .2s,color .2s}.product-visual:hover .product-open{background:var(--ink);color:var(--paper);border-color:var(--ink)}.product-heading{display:flex;align-items:start;justify-content:space-between;gap:10px;margin-top:19px}.product-heading :is(h2,h3){font-size:19px;font-weight:600;letter-spacing:-.035em;line-height:1.3}.product-heading>span{font-size:11px;color:var(--muted);padding-top:4px}.product-card>p{font-size:13px;color:var(--muted);margin-top:9px}.product-fallback{margin-top:14px}.product-fallback p,.product-fallback li{font-size:14px}.js .product-fallback{display:none}.collection-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:38px}.collection-bottom>p{color:var(--muted);font-size:12px}.collection-bottom .text-link{flex-wrap:wrap;gap:14px}.download-meta{font-weight:400;font-size:11px;color:var(--muted)}
.process{background:#e9e3d8;border-block:1px solid #d4cdbf}.process-layout{display:grid;grid-template-columns:.94fr 1fr;gap:8%}.process-intro{position:sticky;top:145px;align-self:start}.process-intro>p{max-width:280px;color:var(--muted);margin:25px 0 29px;font-size:15px}.process-progress{display:flex;gap:8px;margin-top:70px}.process-progress span{width:36px;height:3px;background:#bdb5a6;transition:background .3s}.process-progress span.is-active{background:var(--accent)}.process-steps{display:grid;gap:30px}.process-step{position:sticky;top:118px;background:#f9f7f1;border:1px solid #d5cdbe;padding:28px 34px 34px;box-shadow:0 12px 30px #4b37220a;min-height:430px}.step-1{top:132px}.step-2{top:146px}.step-3{top:160px}.step-top{display:flex;align-items:center;gap:20px}.step-number{font-size:12px;color:#776d5d;font-weight:700}.step-top :is(h2,h3){font-size:22px;letter-spacing:-.03em}.step-composition{height:208px;display:flex;align-items:center;justify-content:center;position:relative}.composition-0{flex-direction:column;gap:16px}.process-word{font-size:17px;color:var(--muted)}.product-word{font-size:35px;letter-spacing:-.055em;color:var(--ink)}.connecting-rule{height:31px;width:1px;background:#b6a68f}.composition-1{perspective:600px;flex-direction:column;padding:25px 0}.material-layer{background:#cbb18d;border:1px solid #9c7b52;color:#443b2b;padding:12px 32px;transform:rotateX(25deg) rotateZ(-12deg);width:70%;text-align:center;font-size:15px;box-shadow:0 7px 0 #b39268;position:relative}.layer-0{z-index:3}.layer-1{z-index:2;margin-top:-3px;background:#d8c6aa}.layer-2{z-index:1;margin-top:-3px;background:#e2d7c5}.composition-2{flex-direction:column;gap:24px}.print-word{font-weight:800;font-size:clamp(30px,4vw,57px);color:var(--accent);letter-spacing:-.055em}.print-choices{display:flex;gap:20px;color:var(--muted);font-size:12px}.production-line{display:grid;grid-template-columns:1fr 1fr;gap:25px 30px;width:100%}.production-line>span{border-bottom:1px solid #c8beac;padding:14px 0;display:flex;justify-content:space-between;gap:10px;font-size:20px;letter-spacing:-.04em}.production-line i{font-style:normal;color:#99866c}.step-copy :is(h3,h4){font-size:17px;line-height:1.4;font-weight:600;margin-bottom:12px}.step-copy p{font-size:14px;color:var(--muted);line-height:1.7}.process-note{font-size:11px;color:var(--muted);padding-top:12px}.printing{display:grid;grid-template-columns:1fr 1fr;gap:8%;border-bottom:1px solid var(--line)}.printing-heading>p{margin-top:25px;color:var(--muted);max-width:320px;font-size:15px}.print-list{align-self:center}.print-detail{border-bottom:1px solid var(--line)}.print-detail:first-child{border-top:1px solid var(--line)}summary{cursor:pointer;list-style:none;min-height:56px;display:flex;justify-content:space-between;gap:20px;align-items:center}summary::-webkit-details-marker{display:none}.print-detail summary{font-size:29px;letter-spacing:-.04em;padding:25px 0}.plus{font-size:24px;line-height:1;flex:none;font-weight:400;transition:transform .25s}details[open]>summary .plus{transform:rotate(45deg)}.print-detail p{font-size:15px;color:var(--muted);padding:0 35px 26px 0;max-width:400px}
.about{display:grid;grid-template-columns:1.05fr 1fr;gap:50px 8%}.about-title>p{max-width:380px;color:var(--muted);font-size:15px;margin-top:25px}.factory{grid-row:span 2}.factory img{width:100%;height:470px;object-fit:cover;object-position:53% 50%}.factory figcaption{font-size:11px;color:var(--muted);margin-top:13px}.about-values{display:grid;gap:23px}.about-values>div{padding-left:21px;border-left:2px solid #b9a17e}.about-values :is(h2,h3){font-size:16px;font-weight:600;margin-bottom:6px}.about-values p{font-size:14px;color:var(--muted);max-width:330px}.locations{grid-column:1/-1;border-top:1px solid var(--line);padding-top:28px;display:grid;grid-template-columns:1fr 2fr;gap:40px}.locations>p{font-size:12px;color:var(--muted);max-width:180px}.locations>div{display:flex;gap:28px;justify-content:space-between}.locations span{font-size:17px;letter-spacing:-.025em}.locations small{display:block;font-size:11px;color:var(--muted);margin-top:7px}.faq{display:grid;grid-template-columns:1fr 1.1fr;gap:8%;padding-top:30px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{font-size:15px;line-height:1.5;padding:23px 0;font-weight:600}.faq-list details p{color:var(--muted);font-size:14px;line-height:1.75;padding-bottom:25px;max-width:510px}.faq-list>.text-link{margin-top:22px;font-size:13px}
.contact{background:#dfd4c1;border-top:1px solid #cdc0aa}.contact-grid{display:grid;grid-template-columns:1fr 1.03fr;gap:8%}.contact-copy h2{font-size:clamp(43px,5.6vw,84px);margin-top:26px}.contact-copy>p:not(.eyebrow){font-size:16px;max-width:325px;margin-top:25px;color:#5f5b51}.contact-fold{display:block;font-size:112px;color:#a58e6c;line-height:1;margin-top:30px;font-weight:300}.quote-panel{min-width:0}form :is(h2,h3){font-size:22px;margin-bottom:27px;letter-spacing:-.035em;font-weight:600}fieldset{border:0;margin:0;padding:0;min-width:0}fieldset:disabled{opacity:.5}label{display:block;font-size:12px;font-weight:600;line-height:1.6;min-width:0}label small{font-size:10px;font-weight:400;color:#665e50}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px}input,select,textarea{display:block;width:100%;min-height:48px;border:0;border-bottom:1px solid #a99b85;background:transparent;padding:10px 0;border-radius:0;font-size:15px;color:var(--ink);margin-top:5px}input::placeholder,textarea::placeholder{color:#776d5d;font-size:13px}select{padding-right:22px;text-overflow:ellipsis}textarea{resize:vertical;max-height:300px}form .button{margin-top:25px;width:100%}.form-note{font-size:11px;line-height:1.7;color:#5f584e;margin-top:17px}.result-mark{font-size:45px;color:var(--accent)}#quote-result :is(h2,h3){font-size:32px;line-height:1.15;margin:10px 0 18px;letter-spacing:-.045em}#quote-result>p{font-size:14px;color:#5f584e}#quote-summary{white-space:pre-wrap;overflow-wrap:anywhere;font:13px/1.7 Manrope,Arial,sans-serif;background:#eee6d9;padding:20px;max-height:260px;overflow:auto;margin:22px 0}.result-actions{display:flex;flex-wrap:wrap;gap:14px}.result-actions .button{width:100%}.result-actions .text-link{font-size:12px}#copy-status{min-height:24px;margin-top:10px}.footer{background:#292b28;color:#e8e5db}.footer-top{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:60px;padding-block:65px 55px}.footer-name{font-size:46px;font-weight:800;letter-spacing:-.06em}.footer-name span{font-weight:400}.footer-identity p{font-size:13px;color:#b1b0a7;margin-top:12px}.footer :is(h2,h3){font-size:13px;font-weight:600;margin-bottom:22px}.footer-links{display:flex;flex-direction:column;align-items:start}.footer-links a{font-size:12px;line-height:1.6;padding:7px 0;color:#bbbcb2}.footer a:hover{color:white;text-decoration:underline;text-underline-offset:4px}.footer-address p{font-size:12px;color:#bbbcb2;line-height:1.85;margin-bottom:15px}.footer-bottom{border-top:1px solid #4a4c45;padding-block:23px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:#b1b0a7}.footer-bottom small,.footer-bottom a{font-size:11px}.footer-bottom a{min-height:44px;display:flex;align-items:center}.mobile-quote{display:none}
dialog{padding:0;border:0;width:min(900px,calc(100% - 40px));max-height:calc(100dvh - 48px);background:var(--paper);color:var(--ink);overflow:auto}dialog::backdrop{background:#20221d99;backdrop-filter:blur(3px)}.dialog-close{position:absolute;right:12px;top:12px;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);background:var(--paper);font-size:27px;z-index:1}.dialog-layout{display:grid;grid-template-columns:1fr 1.15fr}.dialog-image{display:flex;align-items:center;background:#e7e0d4;padding:35px}.dialog-image img{width:100%;height:100%;max-height:440px;object-fit:contain}.dialog-copy{padding:65px 40px 40px}.dialog-category{font-size:12px;color:var(--muted);margin-bottom:15px}.dialog-copy h2{font-size:38px;line-height:1.12;margin-bottom:22px}.dialog-copy>p:not(.dialog-category){font-size:14px;color:var(--muted)}.dialog-copy ul{padding-left:18px;font-size:13px;line-height:1.8;margin:23px 0}.dialog-copy .button{margin-top:26px;font-size:12px}.legal-page{max-width:800px;padding-block:65px 110px}.legal-page h1{font-size:clamp(35px,5vw,64px);line-height:1.1;letter-spacing:-.05em;margin:45px 0}.legal-page p{margin-bottom:24px;color:var(--muted);font-size:16px}.not-found{padding-top:15vh;max-width:1000px}.not-found>p{color:var(--accent);font-size:24px}.not-found h1{font-size:clamp(30px,5vw,60px);margin:25px 0;line-height:1.2}.js [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .75s var(--ease),transform .75s var(--ease)}.js [data-reveal].revealed{opacity:1;transform:none}@keyframes hero-in{from{transform:translateY(110%)}to{transform:none}}@keyframes image-in{from{transform:scale(1.035)}to{transform:scale(1)}}
@media(min-width:1600px){.hero{gap:60px}.hero-art{height:690px}.hero h1{font-size:116px}.hero-description{font-size:17px;max-width:395px}}
@media(max-width:1150px){.desktop-nav{gap:18px;font-size:12px}.header-actions{gap:14px}.header-cta{gap:14px}.header-inner{gap:20px}.logo-window{width:148px}.logo-window img{width:219px;left:-26px;top:-30px}.hero h1{font-size:7.3vw}.hero-art{min-height:480px}.hero-description{font-size:14px;max-width:290px}.product-heading{display:block}.product-heading>span{display:none}.process-layout,.contact-grid,.about,.printing,.faq{gap:6%}.process-step{padding:25px;min-height:430px}.step-composition{height:200px}.locations{gap:30px}.locations span{font-size:15px}.locations>div{gap:20px}.factory img{height:490px}.footer-top{gap:40px}}
@media(max-width:900px){.header-inner{height:72px}.desktop-nav,.header-cta{display:none}.menu-toggle:not([hidden]){display:block}.header-actions{gap:16px}.hero{min-height:auto;padding-top:25px;gap:22px}.hero h1{font-size:8vw}.hero-art{min-height:480px;height:100%}.hero-description{max-width:280px}.hero .button{gap:18px;padding-inline:17px;font-size:12px}.hero-art figcaption{left:18px;right:18px}.hero-art figcaption span:first-child{max-width:140px}.capability-strip{font-size:12px;gap:14px}.capability-strip>span{gap:8px}.strip-mark{font-size:20px}.product-grid{gap:30px 18px}.product-visual img{padding:21px}.product-heading :is(h2,h3){font-size:17px}.product-card>p{font-size:12px}.process-layout{grid-template-columns:.85fr 1fr;gap:5%}.process-intro{top:115px}.process-step{padding:23px;min-height:440px}.step-top{gap:13px}.step-top :is(h2,h3){font-size:19px}.process-word.product-word{font-size:28px}.step-composition{height:190px}.step-copy :is(h3,h4){font-size:15px}.step-copy p{font-size:13px}.process-intro .text-link{font-size:12px}.production-line{gap:18px}.production-line>span{font-size:17px}.contact-copy h2{font-size:50px}.form-row{grid-template-columns:1fr;gap:20px}.contact-copy>p:not(.eyebrow){font-size:14px}.locations{grid-template-columns:1fr}.locations>p{max-width:none}.factory img{height:540px}.footer-top{grid-template-columns:1.1fr 1fr 1fr;gap:28px}.footer-name{font-size:38px}}
@media(max-width:640px){:root{--space:22px}html{scroll-padding-top:87px}.header-inner{height:68px}.logo-window{width:145px;height:40px}.logo-window img{width:209px;left:-25px;top:-30px}.languages{font-size:12px;gap:0}.header-actions{gap:6px}.hero{display:flex;flex-direction:column;align-items:stretch;gap:27px;padding-top:30px;padding-bottom:28px}.hero-copy{padding:0}.eyebrow{font-size:10px;letter-spacing:.12em}.hero h1{font-size:clamp(57px,15vw,91px);margin-top:22px;margin-bottom:23px;line-height:1.03;letter-spacing:-.065em}.hero-description{font-size:14px;max-width:330px;margin-bottom:22px}.hero .button{font-size:13px;gap:32px;min-height:52px}.hero-explore{display:inline-flex;margin-left:18px;margin-top:8px;font-size:12px;gap:13px}.hero-art{height:420px;min-height:0;aspect-ratio:auto;margin:0}.hero-art img{object-position:50% 54%}.hero-art figcaption{font-size:10px;bottom:16px;left:18px}.hero-art figcaption span:first-child{max-width:190px}.hero-art figcaption span:last-child{font-size:9px}.capability-strip{display:grid;grid-template-columns:1fr;padding-block:18px;gap:13px;font-size:12px}.strip-mark{width:20px}.section{padding-block:72px}h2{font-size:40px;line-height:1.1;letter-spacing:-.055em}.section-title{margin-bottom:25px}.section-title p{font-size:14px;margin-top:17px;max-width:250px}.filters{gap:0;justify-content:space-between;margin-bottom:23px}.filters button{font-size:11px;padding:13px 0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}.product-visual{aspect-ratio:1}.product-visual img{padding:15px}.product-open{width:27px;height:27px;font-size:17px;bottom:9px;right:9px;background:#eee9df}.product-heading{margin-top:13px}.product-heading :is(h2,h3){font-size:15px;line-height:1.35;letter-spacing:-.03em}.product-card>p{font-size:11px;line-height:1.6;margin-top:6px}.collection-bottom{display:block;margin-top:30px}.collection-bottom>p{font-size:10px;margin-bottom:10px}.collection-bottom .text-link{font-size:13px;gap:11px}.download-meta{font-size:10px}.process-layout{display:block}.process-intro{position:static;margin-bottom:38px}.process-intro>p{max-width:290px;font-size:14px;margin:21px 0 12px}.process-progress{display:none}.process-steps{gap:20px}.process-step{top:88px;min-height:390px;padding:25px}.step-1{top:96px}.step-2{top:104px}.step-3{top:112px}.step-top :is(h2,h3){font-size:22px}.step-number{font-size:11px}.step-composition{height:190px}.step-copy :is(h3,h4){font-size:16px}.step-copy p{font-size:13px;max-width:330px}.composition-1{padding-block:30px}.material-layer{max-width:260px}.print-word{font-size:45px}.production-line{max-width:340px}.production-line>span{font-size:21px}.process-note{font-size:10px;max-width:270px}.printing{display:block}.printing-heading>p{font-size:14px;margin-top:20px;max-width:270px}.print-list{margin-top:32px}.print-detail summary{font-size:26px;padding-block:20px}.print-detail p{font-size:14px}.about{display:flex;flex-direction:column;gap:30px}.about-title>p{font-size:14px;max-width:330px;margin-top:22px}.factory{margin-top:0}.factory img{height:330px;object-position:58% 50%}.factory figcaption{font-size:10px}.about-values{gap:24px;padding-block:10px}.about-values :is(h2,h3){font-size:16px}.about-values p{font-size:13px}.locations{padding-top:25px;gap:20px}.locations>p{font-size:11px}.locations>div{flex-direction:column;gap:15px}.locations span{display:flex;justify-content:space-between;align-items:center;font-size:16px}.locations small{margin:0;font-size:11px}.faq{display:block;padding-top:5px}.faq-list{margin-top:30px}.faq-list summary{font-size:14px;padding-block:22px}.faq-list details p{font-size:13px}.contact-grid{display:block}.contact-copy h2{font-size:clamp(43px,12vw,66px);margin-top:22px}.contact-copy>p:not(.eyebrow){max-width:310px;margin-top:22px}.contact-fold{display:none}.quote-panel{margin-top:40px}.form-row{grid-template-columns:1fr;gap:20px;margin-bottom:20px}form :is(h2,h3){font-size:22px;margin-bottom:25px}label{font-size:12px}input,select,textarea{font-size:16px;min-height:50px}.form-note{font-size:11px}form .button{min-height:54px}.footer-top{grid-template-columns:1fr 1fr;gap:40px 20px;padding-block:45px 30px}.footer-identity{grid-column:1/-1}.footer-name{font-size:47px}.footer-identity p{font-size:13px;margin-top:7px}.footer-links a,.footer-address p{font-size:11px}.footer :is(h2,h3){font-size:12px;margin-bottom:14px}.footer-bottom{display:grid;grid-template-columns:1fr 1fr;gap:0 15px;padding-block:16px calc(20px + env(safe-area-inset-bottom))}.footer-bottom small{grid-column:1/-1;font-size:10px}.footer-bottom a{font-size:10px}.footer-bottom a:last-child{justify-self:end}.mobile-quote:not([hidden]){display:flex;position:fixed;z-index:20;bottom:calc(12px + env(safe-area-inset-bottom));left:22px;right:22px;box-shadow:0 4px 20px #332a3020;min-height:52px;font-size:13px}.dialog-layout{display:block}.dialog-image{height:240px;padding:30px}.dialog-image img{object-fit:contain}.dialog-copy{padding:28px}.dialog-copy h2{font-size:33px}.dialog-copy>p:not(.dialog-category){font-size:14px}.dialog-copy .button{font-size:12px;gap:18px;width:100%}dialog{width:calc(100% - 28px);max-height:calc(100dvh - 28px)}.legal-page{padding-block:45px 70px}.legal-page p{font-size:15px}.legal-page h1{font-size:41px}}
@media(max-width:374px){:root{--space:18px}.hero h1{font-size:15.2vw}.hero-explore{display:flex;margin-left:0;margin-top:9px}.hero-art{height:335px}.filters button{font-size:10px}.product-grid{gap:26px 12px}.product-heading :is(h2,h3){font-size:14px}.product-visual img{padding:12px}.product-card>p{font-size:11px}h2{font-size:35px}.process-step{padding:22px}.step-top :is(h2,h3){font-size:20px}.production-line>span{font-size:18px}.footer-top{gap:30px 18px}.footer-address p{font-size:10px}}
@media(max-height:680px) and (min-width:641px){.process-step{position:relative;top:auto!important}.process-intro{position:static}.hero-art{min-height:460px}.hero h1{font-size:min(6.5vw,85px)}}
@media(max-height:600px) and (max-width:640px){.process-step{position:relative;top:auto!important}.mobile-quote{display:none!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js [data-reveal]{opacity:1;transform:none}.process-step{position:relative;top:auto!important}.process-intro{position:static}.hero-line{transform:none}.product-visual:hover img{transform:none}}
:root{--muted:#606056}
label small{color:#5d5447;font-size:12px}
.process-note,.factory figcaption,.product-main-image figcaption,.collection-bottom>p{font-size:12px}
.hero-art figcaption{font-size:12px}
.hero-art figcaption span:last-child{font-size:11px}
.page-solutions h1,.page-process h1,.page-company h1{font-size:clamp(40px,5.3vw,78px);line-height:1.06;letter-spacing:-.055em;font-weight:500}
.page-contact h1{font-size:clamp(43px,5.6vw,84px);line-height:1.08;letter-spacing:-.055em;margin-top:26px;font-weight:500}
.breadcrumb{display:flex;gap:13px;align-items:center;padding-top:30px;flex-wrap:wrap;font-size:12px;color:var(--muted);line-height:1.5}.breadcrumb a{min-height:30px;display:flex;align-items:center}.breadcrumb [aria-current]{color:var(--ink)}
.page-solutions .solutions,.page-company .about{padding-top:45px}.page-process>.process{margin-top:25px}.page-contact>.contact{margin-top:25px}.page-contact>.faq{padding-block:90px}
.featured-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}.featured .product-card>p{font-size:14px}
.home-process{display:grid;grid-template-columns:1fr 1fr;gap:10%;border-top:1px solid var(--line);padding-block:80px 110px}.home-process>div>p{max-width:320px;font-size:15px;color:var(--muted);margin:24px 0}.home-process-words{align-self:center;display:flex;flex-direction:column}.home-process-words span{font-size:clamp(28px,3.4vw,49px);letter-spacing:-.05em;line-height:1.15;padding-block:13px;border-bottom:1px solid var(--line)}.home-process-words span:nth-child(2){padding-left:26px}.home-process-words span:nth-child(3){padding-left:52px;color:var(--accent)}.home-process-words span:nth-child(4){padding-left:78px}
.contact-teaser{padding-block:72px;background:#dfd4c1}.contact-teaser>.wrap{display:flex;justify-content:space-between;align-items:center;gap:35px}.contact-teaser h2{font-size:clamp(38px,4.7vw,68px)}
.product-page{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding-block:45px 65px;align-items:start}.product-main-image{background:#e8e2d7;padding:45px;min-height:480px;display:flex;flex-direction:column;justify-content:center;align-self:stretch}.product-main-image img{height:370px;object-fit:contain;mix-blend-mode:multiply}.product-main-image figcaption{font-size:11px;color:var(--muted);margin-top:30px}.product-main-copy{padding-top:15px}.product-use-category{font-size:12px;color:var(--muted);margin-bottom:17px}.product-main-copy h1{font-size:clamp(39px,4.5vw,64px);letter-spacing:-.055em;line-height:1.05}.product-short{font-size:20px;letter-spacing:-.025em;margin:20px 0 16px}.product-description{font-size:15px;color:var(--muted);max-width:430px}.product-features{padding:0;margin:27px 0;list-style:none;font-size:14px}.product-features li{padding:11px 0;border-bottom:1px solid var(--line)}.product-features li:before{content:'↳';padding-right:14px;color:#887154}.product-use{font-size:14px;color:var(--muted);margin-bottom:24px}.product-main-copy .button{font-size:13px;gap:25px}.product-main-copy>.text-link{display:flex;width:max-content;margin-top:16px;font-size:12px}.related{border-top:1px solid var(--line);padding-top:70px}.related h2{font-size:clamp(30px,3vw,45px);margin-bottom:35px}.desktop-nav [aria-current=page]{font-weight:800}
@media(max-width:900px){.product-page{gap:5%}.product-main-image{padding:25px;min-height:450px}.product-main-copy h1{font-size:43px}.product-short{font-size:18px}.product-description{font-size:14px}.product-main-copy .button{gap:16px;font-size:12px}.product-main-image img{height:300px}}
@media(max-width:640px){.hero .line:nth-child(n+2){display:inline-block}.hero .line:nth-child(3){margin-left:.16em}.hero h1{font-size:clamp(50px,13.5vw,80px);margin-bottom:18px}.hero-description{margin-bottom:19px}.hero-art{height:390px}.page-solutions h1,.page-process h1,.page-company h1{font-size:43px}.page-contact h1{font-size:50px}.breadcrumb{padding-top:22px;font-size:11px;gap:10px}.page-solutions .solutions,.page-company .about{padding-top:30px}.page-contact>.faq{padding-block:65px}.featured-heading{align-items:start;flex-direction:column;gap:19px;margin-bottom:25px}.featured .product-grid{grid-template-columns:1fr}.featured .product-visual{aspect-ratio:1.65}.featured .product-visual img{padding:25px}.featured .product-heading :is(h2,h3){font-size:21px}.featured .product-card>p{font-size:13px}.home-process{grid-template-columns:1fr;gap:30px;padding-block:45px 65px}.home-process>div>p{font-size:14px;margin:21px 0 16px}.home-process-words span{font-size:30px;padding-block:13px}.home-process-words span:nth-child(2){padding-left:18px}.home-process-words span:nth-child(3){padding-left:36px}.home-process-words span:nth-child(4){padding-left:54px}.contact-teaser{padding-block:50px}.contact-teaser>.wrap{flex-direction:column;align-items:start;gap:25px}.contact-teaser h2{font-size:43px}.product-page{display:flex;flex-direction:column-reverse;gap:28px;padding-block:25px 50px}.product-main-copy{padding:0}.product-main-copy h1{font-size:44px}.product-short{font-size:20px}.product-description{font-size:14px}.product-main-image{min-height:330px;padding:25px;width:100%}.product-main-image img{height:260px}.product-main-image figcaption{font-size:10px}.related{padding-block:55px}.related .product-grid{grid-template-columns:1fr}.related .product-visual{aspect-ratio:1.5}.related h2{font-size:33px}.related .product-heading :is(h2,h3){font-size:19px}.related .product-card>p{font-size:13px}.filters button{font-size:12px}.product-card>p{font-size:12px}.product-heading :is(h2,h3){font-size:16px}}
@media(max-width:374px){.hero h1{font-size:13.8vw}.page-solutions h1,.page-process h1,.page-company h1{font-size:37px}.page-contact h1{font-size:43px}.filters button{font-size:11px}.contact-teaser h2{font-size:37px}.product-main-copy h1{font-size:39px}.product-main-copy .button{font-size:12px;padding-inline:17px}.product-heading :is(h2,h3){font-size:14px}}
.footer :is(h2,h3){letter-spacing:normal;line-height:1.4}
form :is(h2,h3),.about-values :is(h2,h3){line-height:1.4}
@media(max-width:640px){.product-page{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.product-main-copy{display:contents}.product-use-category{grid-row:1;margin:0}.product-main-copy h1{grid-row:2}.product-main-image{grid-row:3;min-height:290px;padding:20px}.product-main-image img{height:240px}.product-main-image figcaption{margin-top:16px}.product-short{margin:10px 0 0}.product-features{margin:5px 0}.product-use{margin-bottom:0}.product-main-copy>.text-link{margin-top:0}.product-main-copy>.button{margin-top:5px}.product-main-copy>.text-link{margin-bottom:0}}
@media print{.header,.footer,.filters,.mobile-quote,.contact,.product-open,.hero-explore{display:none!important}body{background:white}.section{padding-block:25px}.wrap{width:100%}.hero-art{height:400px}.js [data-reveal]{opacity:1;transform:none}.process-step,.process-intro{position:static;break-inside:avoid}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card{break-inside:avoid}}

/* Full-screen navigation: paper header, spacious ink canvas, native modal focus. */
html{scrollbar-gutter:stable}html.menu-open{overflow:hidden;scrollbar-gutter:auto}
.brand{position:relative;isolation:isolate;cursor:pointer;border-radius:2px;transition:opacity .2s}
.brand>*{pointer-events:none}.brand:hover{opacity:.74}
.footer-name{display:inline-flex;align-items:baseline;min-height:52px;transition:opacity .2s}
.footer .footer-name:hover{text-decoration:none;opacity:.72}
.header-actions{gap:22px}.header-inner{gap:22px}
.menu-toggle:not([hidden]){display:flex}
.fallback-nav{display:flex;flex-wrap:wrap;gap:10px 25px;padding-block:12px;font-size:13px}
.fallback-nav a{padding:10px 0}
.site-menu{position:fixed;inset:0;margin:0;padding:0;width:100%;max-width:none;height:100dvh;max-height:none;border:0;background:var(--ink);color:var(--paper);overflow:hidden}
.site-menu:not([open]){display:none}
.site-menu[open]{display:flex;flex-direction:column;animation:menu-enter .4s var(--ease) both}
.site-menu::backdrop{background:var(--ink);backdrop-filter:none}
.site-menu.is-closing{animation:menu-exit .2s ease-in both}
.menu-header{display:flex;flex:none;align-items:center;justify-content:space-between;min-height:80px;padding-inline:max(var(--space),calc((100% - 1440px)/2));background:var(--paper);color:var(--ink);border-bottom:1px solid var(--line)}
.menu-close{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:44px;padding:10px 0 10px 12px;border:0;background:transparent;font-size:13px}
.close-icon{position:relative;width:26px;height:26px;transition:transform .3s var(--ease)}
.close-icon:before,.close-icon:after{content:'';position:absolute;left:2px;top:12px;width:23px;height:1px;background:currentColor;transform:rotate(45deg)}
.close-icon:after{transform:rotate(-45deg)}.menu-close:hover .close-icon{transform:rotate(90deg)}
.menu-body{flex:1;min-height:0;display:grid;grid-template-columns:1.35fr .8fr;align-items:center;gap:10%;overflow:auto;padding-block:clamp(26px,4.5vh,60px)}
.menu-pages{display:grid;gap:8px;padding:8px 12px 8px 0}
.menu-pages a{display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:clamp(42px,5.2vw,78px);font-weight:500;letter-spacing:-.055em;line-height:1.15;padding-block:7px;transition:color .2s}
.menu-pages a>span:first-child{transition:transform .35s var(--ease)}
.menu-pages a>.arrow{font-size:.56em;opacity:0;transform:translate(-10px,8px);transition:transform .35s var(--ease),opacity .2s}
.menu-pages a:is(:hover,:focus-visible)>span:first-child{transform:translateX(9px)}
.menu-pages a:is(:hover,:focus-visible)>.arrow{transform:none;opacity:1}
.menu-pages a[aria-current=page]{color:#d3b28b}
.menu-pages a[aria-current=page]>.arrow{opacity:1;transform:none}
.menu-feature{max-width:370px;justify-self:end;width:100%;align-self:center}
.menu-product{background:#c9b397;aspect-ratio:1.4;overflow:hidden;margin-bottom:26px}
.menu-product img{width:100%;height:100%;object-fit:contain;padding:22px;mix-blend-mode:multiply;animation:menu-product-in .7s var(--ease) both}
.menu-feature>p{font-size:clamp(27px,2.4vw,38px);line-height:1.12;letter-spacing:-.04em}
.menu-feature .text-link{font-size:12px;margin-top:18px;color:var(--paper)}
.menu-bottom{flex:none;display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #55564e;padding-block:15px max(15px,env(safe-area-inset-bottom))}
.menu-bottom .languages a{color:#b9b7ab}.menu-bottom .languages [aria-current]{color:var(--paper)}
.menu-bottom>.text-link{font-size:12px;border:0;color:var(--paper)}.menu-bottom>span{font-size:11px;color:#b9b7ab}
.site-menu a:focus-visible,.site-menu button:focus-visible{outline-color:#d3b28b}
.site-menu[open] .menu-pages a{animation:menu-link-in .48s var(--ease) both}
.site-menu .menu-pages a:nth-child(2){animation-delay:45ms}.site-menu .menu-pages a:nth-child(3){animation-delay:90ms}.site-menu .menu-pages a:nth-child(4){animation-delay:135ms}.site-menu .menu-pages a:nth-child(5){animation-delay:180ms}
@keyframes menu-enter{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:none}}
@keyframes menu-exit{to{opacity:0;transform:translateY(-8px)}}
@keyframes menu-link-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@keyframes menu-product-in{from{transform:translateY(12px) scale(.97)}to{transform:none}}

/* Native pointer remains visible; this light ring only appears over actions. */
.pointer-halo{display:none;position:fixed;left:0;top:0;width:0;height:0;pointer-events:none;z-index:1000;color:var(--accent)}
.pointer-halo:after{content:'';position:absolute;left:-18px;top:-18px;width:36px;height:36px;border:1px solid currentColor;border-radius:50%;opacity:0;transform:scale(.5);transition:transform .2s var(--ease),opacity .12s}
.pointer-halo.is-visible:after{opacity:.7;transform:scale(1)}
.pointer-halo.is-pressed:after{transform:scale(.7)}
.site-menu>.pointer-halo{color:#d3b28b}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.pointer-halo{display:block}}
a[href],summary,select{cursor:pointer}
.button{transition:background .2s,border-color .2s,color .2s,transform .2s var(--ease)}
.button:active{transform:scale(.985)}
.text-link .arrow{transition:transform .25s var(--ease)}.text-link:is(:hover,:focus-visible) .arrow{transform:translate(3px,-3px)}
.desktop-nav a:after{right:0;transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}
.desktop-nav a:is(:hover,:focus-visible):after{transform:scaleX(1)}
.product-card:focus-within .product-open{background:var(--ink);color:var(--paper)}
.product-open{transition:background .2s,color .2s,transform .3s var(--ease)}
.product-visual:is(:hover,:focus-visible) .product-open{transform:rotate(45deg)}

/* Reveals follow the packaging story and run once as each section arrives. */
.js [data-reveal]:focus-within{opacity:1;transform:none;transition-delay:0s}
.js .product-grid .product-card:nth-child(3n+2){transition-delay:65ms}
.js .product-grid .product-card:nth-child(3n){transition-delay:130ms}
.js .step-composition[data-reveal],.js .home-process-words[data-reveal]{opacity:1;transform:none;transition:none}
.home-process-words.revealed span{animation:word-enter .55s var(--ease) both}
.home-process-words.revealed span:nth-child(2){animation-delay:70ms}.home-process-words.revealed span:nth-child(3){animation-delay:140ms}.home-process-words.revealed span:nth-child(4){animation-delay:210ms}
.step-composition.revealed .connecting-rule{transform-origin:top;animation:rule-enter .55s var(--ease) both}
.step-composition.revealed .product-word{animation:word-enter .55s .12s var(--ease) both}
.step-composition.revealed .material-layer{animation:layer-enter .6s var(--ease) both}
.step-composition.revealed .layer-1{animation-delay:90ms}.step-composition.revealed .layer-2{animation-delay:180ms}
.step-composition.revealed .print-word{animation:word-enter .6s var(--ease) both}
.step-composition.revealed .production-line>span{animation:word-enter .45s var(--ease) both}
.step-composition.revealed .production-line>span:nth-child(2){animation-delay:70ms}.step-composition.revealed .production-line>span:nth-child(3){animation-delay:140ms}.step-composition.revealed .production-line>span:nth-child(4){animation-delay:210ms}
details[open]>p{animation:word-enter .3s var(--ease) both}
@keyframes word-enter{from{opacity:0;translate:0 14px}to{opacity:1;translate:0 0}}
@keyframes layer-enter{from{opacity:0;translate:0 18px}to{opacity:1;translate:0 0}}
@keyframes rule-enter{from{transform:scaleY(0)}to{transform:scaleY(1)}}
@media(max-width:1200px){.desktop-nav{display:none}.header-actions{gap:22px}.menu-pages a{font-size:clamp(40px,5.6vw,64px)}}
@media(max-width:900px){.menu-header{min-height:72px}.menu-body{gap:6%;grid-template-columns:1.3fr .8fr}.menu-feature .text-link{font-size:11px;gap:10px}}
@media(max-width:700px){.menu-body{display:flex;align-items:center}.menu-pages{width:100%;gap:12px}.menu-pages a{font-size:clamp(38px,9.5vw,65px)}.menu-pages a>.arrow{opacity:.6;transform:none}.menu-feature{display:none}.menu-bottom>span{display:none}}
@media(max-width:640px){.header-inner{gap:12px}.header-actions{gap:8px}.menu-toggle{width:44px;justify-content:center;padding:10px}.menu-label{display:none}.menu-header{min-height:68px}.menu-pages{padding-inline:3px}.menu-bottom{gap:14px}.menu-bottom>.text-link{gap:12px}.product-grid .product-card:nth-child(n){transition-delay:0ms}.product-grid .product-card:nth-child(2n){transition-delay:65ms}}
@media(max-width:374px){.header .logo-window{width:136px}.header .header-actions{gap:2px}.menu-close{font-size:12px;gap:12px}.menu-pages a{font-size:36px}.menu-bottom>.text-link{font-size:11px}}
@media(max-height:700px){.menu-body{padding-block:20px}.menu-pages{gap:4px}.menu-pages a{font-size:clamp(29px,6.5vh,48px);padding-block:4px}.menu-feature{max-width:280px}.menu-product{max-height:180px;margin-bottom:15px}.menu-feature>p{font-size:28px}}
@media(max-height:450px){.menu-body{align-items:flex-start;padding-block:14px}.menu-feature{display:none}.menu-pages a{font-size:30px}.menu-bottom{padding-block:5px}.menu-header{min-height:58px}}
@media(prefers-reduced-motion:reduce){.pointer-halo{display:none!important}.button:active,.menu-pages a:is(:hover,:focus-visible)>span,.product-visual:is(:hover,:focus-visible) .product-open,.text-link:is(:hover,:focus-visible) .arrow{transform:none}.js [data-reveal]{opacity:1;transform:none}}
@media print{.site-menu,.pointer-halo{display:none!important}}
/* The modal covers the reserved document scrollbar gutter as well. */
.site-menu{width:100vw}
.pointer-halo.is-on-solid{color:var(--paper)}
.site-menu .menu-header :is(a,button):focus-visible{outline-color:var(--accent)}

/* September refinement: blend the untouched logo into its actual paper surface. */
.brand{isolation:auto;mix-blend-mode:multiply;transition:opacity .3s var(--ease)}
.logo-window{mix-blend-mode:normal}
.brand:hover{opacity:.88}
:root{--ease:cubic-bezier(.22,1,.36,1)}
.button{transition:background .32s var(--ease),border-color .32s var(--ease),color .32s var(--ease),transform .22s var(--ease)}
.button .arrow,.text-link .arrow,.product-open{transition:transform .4s var(--ease),background .3s,color .3s}
.button:hover .arrow,.text-link:is(:hover,:focus-visible) .arrow{transform:translate(2px,-2px)}
.product-visual:is(:hover,:focus-visible) .product-open{transform:translate(1px,-1px)}
.product-card:hover .product-visual img{transform:scale(1.025)}
.js [data-reveal]{transform:translateY(14px);transition-duration:.7s}
.js [data-reveal].revealed,.js [data-reveal]:focus-within{transform:none}
.js .step-composition[data-reveal],.js .home-process-words[data-reveal]{transform:none}
.site-menu[open]{animation-duration:.48s}
.site-menu.is-closing{animation-duration:.26s}
.site-menu[open] .menu-pages a{animation-duration:.55s}
.menu-pages a:is(:hover,:focus-visible)>span:first-child{transform:translateX(5px)}
.menu-pages a>.arrow{transform:translate(-5px,4px)}
.menu-pages a[aria-current=page]>.arrow,.menu-pages a:is(:hover,:focus-visible)>.arrow{transform:none}
.pointer-halo:after{transition:transform .28s var(--ease),opacity .18s var(--ease)}
@keyframes menu-enter{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
@keyframes menu-exit{to{opacity:0;transform:translateY(-5px)}}
@keyframes menu-link-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.js [data-reveal]{opacity:1;transform:none}.menu-pages a:is(:hover,:focus-visible)>span,.button:hover .arrow,.text-link:is(:hover,:focus-visible) .arrow,.product-visual:is(:hover,:focus-visible) .product-open,.product-card:hover .product-visual img{transform:none}}
