@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap');
:root{--ink:#252525;--paper:#F5F2EB;--stone:#C8C1B6;--line:#d8d3ca;--muted:#68655e}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:14px}button,input,select{font:inherit;color:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{background:none;border:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--ink);outline-offset:5px}[hidden]{display:none!important}.preview{padding:9px;text-align:center;background:var(--ink);color:var(--paper);font-size:9px;letter-spacing:.19em}.header{height:98px;display:flex;align-items:center;justify-content:space-between;padding:0 4.5%;border-bottom:1px solid var(--line)}.wordmark{font-family:'Manrope',sans-serif;font-size:24px;letter-spacing:.19em;font-weight:500;white-space:nowrap}.header nav{display:flex;gap:35px;font-size:12px}.bag{font-size:12px;display:flex;gap:12px;align-items:center}.bag span{border:1px solid var(--ink);border-radius:50%;width:24px;height:24px;display:grid;place-items:center}.hero{display:grid;grid-template-columns:43% 57%;min-height:660px}.hero-copy{padding:66px 10.5% 35px;display:flex;flex-direction:column}.eyebrow{font-size:10px;letter-spacing:.17em;font-weight:500}.hero h1{font-family:'Manrope',sans-serif;font-size:clamp(64px,6.6vw,105px);font-weight:400;line-height:1.05;letter-spacing:-.07em;margin:42px 0 40px}.hero em,.universe em{font-family:Georgia,serif;font-weight:400;letter-spacing:-.06em}.hero-bottom{display:flex;align-items:end;justify-content:space-between;margin-top:auto}.hero-bottom p{line-height:1.6;font-size:13px}.round-link{display:grid;place-items:center;border:1px solid var(--ink);border-radius:50%;width:61px;height:61px;font-size:31px;transition:.2s}.round-link:hover{background:var(--ink);color:var(--paper)}.hero-image{margin:0;position:relative;overflow:hidden;background:var(--stone)}.hero-image img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:50% center}.hero-image figcaption{position:absolute;bottom:0;left:0;right:0;background:#f5f2ebe8;padding:21px 26px;display:flex;justify-content:space-between;gap:15px;font-size:9px;letter-spacing:.11em}.brand-line{display:flex;justify-content:space-between;padding:23px 4.5%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.16em}.section{padding:85px 4.5%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:45px}h2{font-family:'Manrope',sans-serif;font-size:clamp(32px,3.3vw,51px);font-weight:400;letter-spacing:-.045em;line-height:1.15;margin:20px 0 0}.section-heading p{font-size:13px;line-height:1.6;margin:0;color:var(--muted)}.filter-bar{display:flex;gap:28px;align-items:center;border-bottom:1px solid var(--ink);padding-bottom:18px}.categories{display:flex;gap:22px;flex:1}.categories button{padding:8px 0;color:var(--muted)}.categories .active{color:var(--ink);box-shadow:0 1px var(--ink)}.search{display:flex;align-items:center;border-bottom:1px solid var(--line);gap:8px}.search input{background:transparent;border:0;padding:10px 0;width:190px;font-size:12px}.search span{font-size:22px}select{background:transparent;border:0;max-width:140px;font-size:12px}.catalog-meta{display:flex;justify-content:space-between;gap:20px;margin:22px 0;font-size:11px;color:var(--muted)}#types{display:flex;gap:16px;flex-wrap:wrap}#types button{padding:0}#types .active{text-decoration:underline;text-underline-offset:5px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px 22px}.card button{width:100%;padding:0;text-align:left}.product-image{aspect-ratio:3/4;background:#e8e4dc;display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.card button:hover img{transform:scale(1.04)}.card .product-meta{display:flex;justify-content:space-between;gap:12px;margin:17px 0 7px;font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.card h3{font-weight:400;font-size:16px;margin:0 0 9px}.price{font-size:13px}.price small{color:var(--muted);font-size:10px}.empty{min-height:290px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;position:relative;overflow:hidden}.empty-number{font-family:'Manrope',sans-serif;font-size:220px;line-height:1;color:#e8e3da;position:absolute;right:7%;bottom:-32px;pointer-events:none}.empty h3{font-weight:400;font-size:24px;letter-spacing:-.03em;margin:10px 0;position:relative}.empty p{font-size:13px;color:var(--muted);max-width:420px;position:relative;line-height:1.6}.text-button{font-size:11px;text-decoration:underline;text-underline-offset:5px;margin-top:15px;position:relative}.universe{background:var(--stone);display:grid;grid-template-columns:1fr 1fr;gap:12%;padding-top:80px;padding-bottom:80px}.universe h2{font-size:clamp(48px,5.5vw,80px)}.universe-right p{font-size:17px;line-height:1.65;max-width:390px;margin:0 0 45px}.brand-frame{font-family:'Manrope',sans-serif;font-size:clamp(14px,2vw,30px);letter-spacing:.19em;font-weight:500;border:1px solid var(--ink);padding:22px 15px;text-align:center;white-space:nowrap}.caption{display:block;margin-top:16px;font-size:9px;letter-spacing:.13em}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.steps>div{border-top:1px solid var(--line);padding-top:25px}.steps span{font-size:10px;color:var(--muted)}.steps h3{font-size:22px;font-weight:400;letter-spacing:-.03em}.steps p{color:var(--muted);line-height:1.7;font-size:13px;max-width:290px}footer{background:var(--ink);color:var(--paper);padding:55px 4.5% 25px}footer>.wordmark{font-size:clamp(28px,6vw,92px);letter-spacing:.16em}footer>div{display:flex;justify-content:space-between;margin:45px 0;font-size:10px;letter-spacing:.1em}footer p{border-top:1px solid #ffffff25;padding-top:22px;font-size:10px;color:#c8c1b6;line-height:1.6}dialog{background:var(--paper);color:var(--ink);border:0;padding:45px;width:min(840px,95vw);max-height:90vh}dialog::backdrop{background:#25252580;backdrop-filter:blur(4px)}.close{position:absolute;right:15px;top:10px;font-size:30px;z-index:1}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}.detail-grid h2{font-size:30px}.detail-grid p{line-height:1.7}.detail-grid .eyebrow{display:block;margin-top:20px}.size-options{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 20px}.size-options button{border:1px solid var(--stone);padding:10px 13px}.size-options .active{background:var(--ink);color:var(--paper);border-color:var(--ink)}button:disabled{cursor:not-allowed;opacity:.45}.quantity{display:flex;align-items:center;justify-content:space-between;margin:20px 0;font-size:12px}.quantity input{width:75px;background:transparent;border:1px solid var(--stone);padding:10px}.primary{display:block;background:var(--ink);color:var(--paper);width:100%;padding:15px;margin-top:20px;font-size:12px}.fine-print{color:var(--muted);font-size:11px;line-height:1.6}.validation{font-size:12px;line-height:1.6;color:#854c37;min-height:20px}.bag-row{display:grid;grid-template-columns:1fr auto;gap:14px;border-bottom:1px solid var(--line);padding:22px 0}.bag-row h3{font-size:15px;font-weight:500;margin:0 0 8px}.bag-row p{font-size:12px;margin:5px 0;color:var(--muted)}.bag-row button{font-size:10px;text-decoration:underline;text-underline-offset:4px;padding:0}.bag-row input{width:60px;padding:6px;background:transparent;border:1px solid var(--stone)}#bag-summary{display:flex;justify-content:space-between;margin:25px 0;font-size:17px}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--ink);color:var(--paper);padding:16px 25px;z-index:10;font-size:12px;box-shadow:0 5px 20px #0002}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:800px){.header{height:80px}.wordmark{font-size:19px}.header nav{display:none}.hero{grid-template-columns:1fr 1fr;min-height:550px}.hero-copy{padding-top:45px}.hero h1{font-size:64px}.hero-image figcaption{font-size:8px;flex-direction:column;padding:16px}.hero-bottom p{font-size:11px}.round-link{width:44px;height:44px;font-size:24px}.section{padding-top:60px;padding-bottom:60px}.grid{grid-template-columns:repeat(2,1fr)}.filter-bar{gap:18px;flex-wrap:wrap}.categories{flex-basis:100%}.search{flex:1}.search input{width:100%}.steps{gap:30px}.brand-line{font-size:8px}.universe{gap:8%}.universe-right p{font-size:14px}}@media(max-width:540px){.header{padding:0 5%;height:76px}.wordmark{font-size:16px;letter-spacing:.14em}.bag{font-size:10px;gap:7px}.bag span{width:21px;height:21px}.hero{display:flex;flex-direction:column}.hero-copy{padding:36px 6% 30px}.hero h1{font-size:70px;margin:30px 0;line-height:1.03}.hero-bottom p{font-size:12px}.hero-image{height:365px}.hero-image img{object-position:center 65%;}.hero-image figcaption{flex-direction:row;font-size:7px;padding:14px}.brand-line{padding:20px 5%;gap:20px;line-height:1.5}.brand-line span:last-child{display:none}.section{padding-left:6%;padding-right:6%}.section-heading{display:block;margin-bottom:30px}.section-heading p{margin-top:18px}.section-heading h2{font-size:34px}.filter-bar{gap:15px}.categories{gap:27px}.catalog-meta{flex-direction:column;gap:16px}.grid{gap:28px 12px}.card h3{font-size:14px}.card .product-meta{font-size:8px}.price{font-size:12px}.price small{display:block;margin-top:5px}.empty{min-height:310px;padding:25px 10px}.empty h3{font-size:22px}.empty-number{right:0;opacity:.6}.universe{grid-template-columns:1fr;gap:35px}.universe h2{font-size:57px}.universe-right p{max-width:100%;font-size:16px;margin-bottom:30px}.brand-frame{font-size:23px}.steps{grid-template-columns:1fr;gap:30px}.steps h3{margin:14px 0}.steps p{max-width:100%;margin-bottom:0}footer{padding:45px 6% 20px}footer>.wordmark{font-size:29px}footer>div{gap:25px;font-size:8px;margin:30px 0}dialog{padding:35px 22px}.detail-grid{grid-template-columns:1fr;gap:10px}.detail-grid>.product-image{max-height:280px;aspect-ratio:auto}.detail-grid>.product-image img{max-height:280px;object-fit:contain}.detail-grid h2{margin-top:12px}.toast{width:85%;text-align:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
