:root{--paper:#f7f7f5;--ink:#161616;--line:#c9c9c5}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,'Helvetica Neue','PingFang SC',sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit;color:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:0;background:none}button:disabled{cursor:not-allowed;opacity:.45}a:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible{outline:2px solid #777;outline-offset:5px}header{height:104px;padding:0 3.3vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:25px;background:var(--paper);position:relative;z-index:2}.wordmark{font-size:24px;letter-spacing:-1.3px;font-weight:800;white-space:nowrap}.wordmark span{display:block;font:10px monospace;letter-spacing:2px;margin-top:8px}nav{display:flex;gap:30px;font-size:14px}nav a{padding:10px 0}nav a.active{border-bottom:1px solid} .utilities{display:flex;align-items:center;gap:19px;font-size:12px}.utilities button{padding:10px 0}.utilities select{font-size:12px;max-width:158px;border:0;background:transparent}.hero{position:relative;height:calc(100svh - 104px);min-height:640px;max-height:1000px;background:#d9d9d5;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#dededb66,transparent 65%);pointer-events:none}.hero-top{position:absolute;z-index:1;top:34px;left:3.3vw;right:3.3vw;display:flex;justify-content:space-between;font:12px monospace;letter-spacing:1px}.hero-copy{position:absolute;z-index:1;left:6.6vw;top:25%;max-width:80%}.eyebrow{font:12px monospace;letter-spacing:2px;text-transform:uppercase}.hero h1{font-size:clamp(65px,8.3vw,148px);line-height:.9;font-weight:400;letter-spacing:-.07em;margin:32px 0}.hero h1 span{display:block;padding-left:5vw}.hero-copy p{font-size:15px;letter-spacing:3px;margin:35px 0}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:50px;border-bottom:1px solid;padding:14px 0;font-size:14px}.hero-bottom{position:absolute;z-index:1;bottom:30px;left:3.3vw;right:3.3vw;display:flex;justify-content:space-between;font:12px monospace}.hero-bottom span:last-child{text-align:right}.cross{position:absolute;top:54%;left:54%;font-size:25px;font-weight:200;z-index:1}.ticker{display:flex;justify-content:space-between;padding:20px 3.3vw;border-bottom:1px solid var(--line);font:12px monospace;letter-spacing:1px}.philosophy{padding:110px 6.6vw;display:grid;grid-template-columns:1fr 2fr;gap:60px}.philosophy h2{font-size:clamp(35px,4vw,70px);line-height:1.1;font-weight:400;letter-spacing:-2px;margin:0 0 30px}.philosophy p{max-width:590px;font-size:16px;line-height:1.9;color:#555}.section-head{display:flex;justify-content:space-between;align-items:end;padding:35px 3.3vw;border-top:1px solid var(--line)}.section-head h2{font-size:30px;font-weight:400;margin:0}.products{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.product{background:var(--paper);padding:28px 3.3vw 35px}.product-image{display:block;position:relative;overflow:hidden;background:#e9e9e7;aspect-ratio:4/4.5}.product img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product a:hover img{transform:scale(1.025)}.product-index{position:absolute;top:20px;left:20px;font:12px monospace}.product-info{display:flex;justify-content:space-between;gap:20px;margin-top:22px;font-size:14px}.product-info h3{font-size:16px;font-weight:400;margin:0 0 9px}.muted{color:#686868;font-size:13px;line-height:1.6}.shop-head{padding:70px 3.3vw 45px;display:flex;justify-content:space-between;gap:30px;align-items:end}.shop-head h1{font-size:clamp(54px,7vw,100px);font-weight:400;letter-spacing:-5px;margin:16px 0}.shop-head p{font-size:14px;line-height:1.8;max-width:350px}.shop-label{padding:16px 3.3vw;border-block:1px solid var(--line);display:flex;justify-content:space-between;font-size:13px}.detail{display:grid;grid-template-columns:1.15fr 1fr}.detail-photo{width:100%;height:calc(100svh - 105px);min-height:640px;object-fit:cover;background:#ddd}.detail-content{padding:65px 6vw}.detail h1{font-size:40px;font-weight:400;letter-spacing:-1px}.detail p{line-height:1.9;font-size:16px}.sizes{display:flex;gap:8px;margin:20px 0}.sizes button{border:1px solid #aaa;min-width:50px;height:46px}.sizes button.selected{background:#161616;color:white;border-color:#161616}.primary{display:block;background:#171717;color:white;padding:19px 24px;text-align:center;width:100%;font-size:14px}.details{border-top:1px solid var(--line);margin-top:30px}.details details{border-bottom:1px solid var(--line);padding:20px 0;font-size:14px}.details summary{cursor:pointer}.details p{font-size:14px}.notice{padding:16px;background:#eaeae7;line-height:1.7;font-size:13px;margin:24px 0}footer{padding:55px 3.3vw;display:flex;justify-content:space-between;align-items:center;gap:30px}footer div{font-size:14px}footer small{display:block;font:12px monospace;margin-top:14px;color:#666}footer button{font-size:12px}dialog{padding:30px;border:none;background:var(--paper);color:var(--ink);width:min(530px,100%);max-height:100svh;height:100svh;margin:0 0 0 auto;position:fixed;top:0;max-width:100%;overflow-y:auto}dialog::backdrop{background:#0007;backdrop-filter:blur(3px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:20px}.dialog-top h2{font-size:22px;font-weight:400}.dialog-top button{font-size:30px}.bag-row{padding:25px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:90px 1fr;gap:20px}.bag-row img{width:90px;height:115px;object-fit:cover}.bag-row h3{font-size:15px;font-weight:400;margin:0 0 10px}.qty{display:flex;align-items:center;gap:18px;margin:10px 0;font-size:14px}.qty button{border:1px solid var(--line);width:28px;height:28px}.remove{font-size:12px;text-decoration:underline}.total{display:flex;justify-content:space-between;margin:30px 0}.empty{padding:60px 0;line-height:2}.field{display:block;font-size:14px;margin:22px 0}.field input,.field select{display:block;border:1px solid #aaa;background:transparent;width:100%;padding:14px;margin-top:10px;border-radius:0}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);padding:15px 25px;background:#161616;color:white;z-index:10;display:none;font-size:14px}.service-copy{line-height:1.9;font-size:15px;padding-top:20px}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}@media(min-width:1500px){header{height:115px}}@media(max-width:900px){header{height:auto;min-height:100px;padding:22px;flex-wrap:wrap;gap:18px}.wordmark{font-size:21px}nav{order:3;justify-content:center;width:100%;gap:35px;font-size:13px}.utilities{gap:14px}.utilities select{max-width:100px}.hero{height:75svh;min-height:600px}.hero-copy{top:29%;left:6vw}.hero h1{font-size:12vw}.hero>img{object-position:60%}.philosophy{padding:65px 6vw;grid-template-columns:1fr;gap:30px}.detail-content{padding:30px}.detail-photo{min-height:550px}.detail h1{font-size:30px}footer{flex-wrap:wrap}}@media(max-width:600px){header{padding:20px 18px}.wordmark{font-size:19px}.wordmark span{font-size:9px;letter-spacing:1.2px}.utilities{gap:12px}.utilities select{width:70px;font-size:11px}.utilities button{font-size:12px}nav{justify-content:space-between}.hero{min-height:590px;height:78svh}.hero-top{font-size:10px;left:20px;right:20px}.hero-top span:last-child{max-width:100px;text-align:right}.hero>img{object-position:62%}.hero:after{background:linear-gradient(90deg,#dededb99,transparent)}.hero-copy{top:32%}.hero h1{font-size:16vw}.hero-copy p{font-size:13px;letter-spacing:1px}.hero-bottom{left:20px;right:20px;font-size:10px}.ticker{font-size:10px;padding:17px 20px}.ticker span:nth-child(2){display:none}.section-head{padding:25px 20px}.section-head h2{font-size:23px}.section-head .text-link{gap:15px;font-size:12px}.product{padding:12px 12px 25px}.product-info{display:block;margin-top:15px}.product-info h3{font-size:14px}.product-info .price{display:block;margin-top:13px;font-size:13px}.product-index{top:10px;left:10px;font-size:10px}.shop-head{padding:40px 20px 25px;display:block}.shop-head h1{letter-spacing:-3px}.shop-label{padding:16px 20px;font-size:12px}.detail{grid-template-columns:1fr}.detail-photo{height:auto;min-height:0;aspect-ratio:4/5}.detail-content{padding:35px 22px}.detail h1{font-size:36px}footer{padding:40px 22px;align-items:start;gap:30px}footer .wordmark{width:100%}footer button{text-align:left;padding:0}dialog{padding:24px}.philosophy h2{font-size:38px;letter-spacing:-1px}}
.hero{background:#dfdfdc}.hero-visual{position:absolute;right:0;top:0;width:52%;height:100%;overflow:hidden}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center 32%}.hero:after{background:linear-gradient(90deg,#dfdfdc 28%,#dfdfdc00 60%)}.hero-copy{max-width:90%}.hero h1{font-size:clamp(65px,7.7vw,135px)}.hero h1 span{padding-left:0}.hero-top span:last-child{color:#fff;text-shadow:0 1px 5px #0008}.hero-bottom span:last-child{color:#fff;text-shadow:0 1px 5px #0008}.product-image img{object-position:center 30%}@media(max-width:600px){.hero-visual{width:76%;opacity:.82}.hero:after{background:linear-gradient(90deg,#dfdfdc 1%,#dfdfdc22 80%)}.hero-copy{top:40%;left:5vw}.hero h1{font-size:13.5vw}.hero-copy p{max-width:220px;line-height:1.8}.hero-copy .eyebrow{font-size:10px}.hero-bottom span:last-child{max-width:130px}.hero-top span:last-child{color:#222;text-shadow:none}}
/* Quiet customer-facing edition */
header{height:82px;border:0;padding:0 32px}.wordmark{font-size:22px;letter-spacing:-1px}nav{gap:28px}nav a{font-size:13px}.utilities{gap:18px}.campaign{height:calc(100svh - 82px);min-height:550px;position:relative;background:#a4a4a2;overflow:hidden}.campaign>img{width:100%;height:100%;object-fit:contain;display:block}.campaign-bottom{position:absolute;bottom:35px;left:32px;right:32px;display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:1px;color:white;text-shadow:0 1px 6px #0008}.campaign-bottom a{padding:14px 0;border-bottom:1px solid white;font-size:14px;letter-spacing:0}.quiet-head{display:flex;justify-content:space-between;align-items:center;padding:65px 32px 30px}.quiet-head h1{font-size:17px;font-weight:400;letter-spacing:1px}.quiet-head span{font-size:12px;color:#666}.product{padding:0 0 30px}.product-image{aspect-ratio:4/5}.product-info{padding:0 25px}.product-index{display:none}.products{gap:2px;border:0}.product-info h3{font-size:14px}.product-info .muted{font-size:12px}.price{font-size:13px}.price small{display:none}footer{padding:30px 32px;border-top:1px solid #ddd}footer .wordmark{font-size:15px}footer small{font-size:12px;color:#666}footer button{font-size:12px}.detail-content>.eyebrow{margin-top:30px!important}.detail h1{font-size:32px}.detail-content>p{font-size:14px}.details{margin-top:22px}.details details{padding:16px 0}.detail-content{padding-top:38px}@media(max-width:600px){header{height:auto;min-height:100px;padding:20px;gap:15px}.wordmark{font-size:18px}.utilities{gap:10px}nav{width:100%;justify-content:center;gap:35px}.campaign{height:calc(100svh - 110px);min-height:460px}.campaign>img{object-fit:cover;object-position:center 35%}.campaign-bottom{bottom:24px;left:20px;right:20px;font-size:10px}.quiet-head{padding:35px 20px 20px}.quiet-head h1{font-size:14px}.product-info{padding:0 12px}.product-info h3{font-size:13px}.product-info .muted{font-size:12px}footer{padding:25px 20px;gap:20px}footer .wordmark{width:auto}.detail-content{padding:28px 20px}}
.products{background:var(--paper)}
