:root{--ink: #0b0b0a;--paper: #f2f0e9;--green: #174f32;--muted: #6b6a64;--line: rgba(11, 11, 10, .18);--pad: clamp(1rem, 3vw, 3rem);--section-space: clamp(4rem, 7vw, 7.25rem);--header: 72px;--content: 1540px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:clip;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica Neue,sans-serif;font-size:14px;text-rendering:optimizeLegibility}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid #14793f;outline-offset:3px}img,svg{display:block;max-width:100%}img{object-fit:cover}[hidden]{display:none!important}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;z-index:99999;top:1rem;left:1rem;padding:1rem;background:#fff}.eyebrow{margin:0;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase}.button{min-height:49px;padding:0 1.3rem;border:1px solid currentColor;display:inline-flex;align-items:center;justify-content:center;background:transparent;font-size:.68rem;letter-spacing:.12em;cursor:pointer;transition:background .18s ease,color .18s ease}.button.dark{background:var(--ink);color:#fff}.button.light{background:#fff;color:var(--ink)}.button:disabled{cursor:not-allowed;opacity:.48}.text-link{display:inline-block;padding-bottom:.3rem;border-bottom:1px solid currentColor;font-size:.68rem;letter-spacing:.1em}.image-fallback{width:100%;height:100%;display:grid;place-items:center;background:#dedbd1;color:#68665f;font-size:.56rem;letter-spacing:.15em}.announcement{min-height:36px;padding:0 1.5rem;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:.62rem;letter-spacing:.17em}.announcement a{min-height:36px;display:grid;place-items:center;text-align:center}.site-header{position:sticky;top:0;z-index:50;height:var(--header);padding:0 var(--pad);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--paper) 96%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{font-size:1.04rem;font-weight:900;letter-spacing:-.04em}.desktop-nav{display:flex;align-items:center;gap:2rem;font-size:.66rem;letter-spacing:.09em}.header-tools{display:flex;justify-content:flex-end;align-items:center;gap:1.2rem;font-size:.64rem;letter-spacing:.08em}.header-tools button,.mobile-toggle{min-height:44px;padding:0;border:0;background:none;cursor:pointer}.mobile-toggle{display:none;justify-self:start}.nav-item{position:relative;min-height:var(--header);display:flex;align-items:center}.nav-item>a{min-height:44px;display:flex;align-items:center}.dropdown{position:absolute;top:calc(var(--header) - 1px);left:-1rem;width:230px;padding:1rem;display:none;flex-direction:column;gap:.25rem;border:1px solid var(--line);background:var(--paper)}.dropdown a{min-height:40px;display:flex;align-items:center}.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{display:flex}.site-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0000008c;animation:fade-in .16s ease}.drawer{position:fixed;top:0;right:0;bottom:0;z-index:100;width:min(540px,100%);display:flex;flex-direction:column;background:var(--paper);transform:translate(102%);visibility:hidden;transition:transform .24s cubic-bezier(.2,.7,.2,1),visibility .24s}.drawer.is-open{transform:translate(0);visibility:visible}.drawer--menu,.drawer--search{left:0;right:auto;transform:translate(-102%)}.drawer--menu.is-open,.drawer--search.is-open{transform:translate(0)}.drawer-head{min-height:76px;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-head h2,.drawer-head span{margin:0;font-size:.7rem;font-weight:400;letter-spacing:.13em}.drawer-head button{min-height:44px;border:0;background:none;font-size:.65rem;letter-spacing:.1em;cursor:pointer}.mobile-nav{padding:2rem 1.5rem;display:flex;flex-direction:column;overflow-y:auto}.mobile-nav>a,.mobile-nav>button{padding:.2rem 0;border:0;background:none;text-align:left;font-size:clamp(2.7rem,7vw,5rem);font-weight:700;line-height:1.02;letter-spacing:-.055em;cursor:pointer}.mobile-nav-groups{margin-top:3rem;padding-top:2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;border-top:1px solid var(--line)}.mobile-nav-groups p{margin:0 0 1rem;font-size:.62rem;letter-spacing:.12em}.mobile-nav-groups a{min-height:34px;display:flex;align-items:center}.search-form{padding:2.5rem 1.5rem 1.5rem;display:flex;border-bottom:1px solid var(--line)}.search-form input{min-width:0;flex:1;padding:.5rem 0;border:0;background:transparent;color:inherit;font-size:clamp(1.5rem,3vw,2.7rem);letter-spacing:-.04em;outline:0}.search-form button{min-width:100px;border:0;background:transparent;font-size:.65rem;letter-spacing:.1em;cursor:pointer}.search-drawer-note{padding:2rem 1.5rem}.search-drawer-note a{display:inline-block;margin-top:1rem;border-bottom:1px solid;font-size:.68rem;letter-spacing:.1em}.hero{position:relative;min-height:max(650px,calc(100svh - 100px));overflow:hidden;background:#151515;color:#fff}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-position:center}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000005 32%,#0000008f)}.hero-copy{position:absolute;z-index:2;left:var(--pad);bottom:clamp(2.5rem,8vh,7rem);max-width:940px;text-shadow:0 2px 26px rgba(0,0,0,.35)}.hero h1{max-width:900px;margin:0;font-size:clamp(3.2rem,6vw,6.8rem);line-height:.82;letter-spacing:-.07em}.hero p{margin:1.5rem 0 2rem;font-size:clamp(1rem,1.4vw,1.3rem)}.hero .button{text-shadow:none}.section{max-width:var(--content);margin:0 auto;padding:var(--section-space) var(--pad)}.section>header{margin-bottom:3rem;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.section h2{margin:.5rem 0;font-size:clamp(2rem,3.2vw,3.8rem);line-height:.92;letter-spacing:-.05em}.section header>a,.community>a,.editorial a,.world a{padding-bottom:.35rem;border-bottom:1px solid;font-size:.66rem;letter-spacing:.12em}.latest-carousel{max-width:1020px;margin:0 auto;border:1px solid var(--line)}.latest-slide{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,1fr);animation:fade-in .26s ease-out}.latest-slide[hidden]{display:none}.latest-slide-media{position:relative;aspect-ratio:5 / 4;overflow:hidden;background:var(--paper)}.latest-slide-media img{width:100%;height:100%;transition:transform .6s ease}.latest-slide-copy{min-width:0;padding:clamp(1.6rem,3vw,3rem);display:flex;flex-direction:column;justify-content:space-between;gap:2rem;border-left:1px solid var(--line)}.latest-slide-copy h3{max-width:100%;margin:.7rem 0 .8rem;font-size:clamp(1.85rem,3vw,3.35rem);line-height:.91;letter-spacing:-.055em;overflow-wrap:anywhere}.latest-slide-copy .text-link{margin-top:1.5rem}.latest-carousel-controls{display:grid;grid-template-columns:52px 1fr 52px;align-items:center;gap:.8rem}.latest-carousel-controls button{width:52px;height:52px;border:1px solid var(--line);border-radius:50%;background:transparent;cursor:pointer;transition:background .18s ease,color .18s ease}.latest-carousel-controls span{text-align:center;font-size:.65rem;letter-spacing:.12em}.latest-carousel-dots{display:flex;gap:.55rem}.latest-carousel-dots button{position:relative;width:100%;height:44px;padding:0;border:0;background:transparent;cursor:pointer}.latest-carousel-dots button:after{content:"";position:absolute;right:0;left:0;top:calc(50% - 1px);height:3px;background:var(--line)}.latest-carousel-dots button[aria-current=true]:after{background:var(--ink)}.editorial{min-height:78vh;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr)}.editorial-photo{position:relative;min-height:620px;overflow:hidden;background:#b7b4aa}.editorial-photo img{width:100%;height:100%;object-position:55% center}.editorial-copy{padding:clamp(3rem,8vw,9rem);display:flex;flex-direction:column;justify-content:center}.editorial h2{margin:.6rem 0;font-size:clamp(3rem,6vw,7rem);line-height:.85;letter-spacing:-.065em}.editorial p:not(.eyebrow){max-width:430px;line-height:1.65}.editorial a{align-self:flex-start;margin-top:1.5rem}.worlds{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--ink)}.world{position:relative;isolation:isolate;min-height:max(540px,64vh);padding:clamp(1.5rem,2.5vw,2.5rem);overflow:hidden;display:flex;align-items:flex-end;background:#1a1c19;color:#fff}.world-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.world-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000005 30%,#000000d6)}.world-media img{width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.world-copy{position:relative;z-index:2;max-width:410px;text-shadow:0 1px 20px rgba(0,0,0,.2)}.world h2{max-width:100%;margin:.7rem 0 1rem;font-size:clamp(2.15rem,3.25vw,4rem);line-height:.9;letter-spacing:-.055em;overflow-wrap:anywhere}.world-copy>p:not(.eyebrow){max-width:360px;line-height:1.55}.world a{display:inline-block;margin-top:1.4rem}.community-grid{height:720px;margin-bottom:2rem;display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:1px;background:var(--line)}.community-photo{position:relative;overflow:hidden;background:#b7b4aa}.community-photo img{width:100%;height:100%;transition:transform .6s ease}.community-grid .p1{grid-row:1 / 3}.community-grid .p1 img{object-position:58% center}.community-grid .p2 img{object-position:54% center}.community-grid .p3 img{object-position:45% 25%}.community-grid .p4{grid-column:2 / 4}.community-grid .p4 img{object-position:center 42%}.newsletter{background:var(--green)}.newsletter-inner{min-height:min(610px,62vw);display:grid;grid-template-columns:minmax(0,62fr) minmax(340px,38fr)}.newsletter-headline-panel{position:relative;isolation:isolate;min-width:0;padding:clamp(2.5rem,4vw,4.5rem);display:flex;flex-direction:column;overflow:hidden;background:var(--green);color:#fff}.newsletter h2{position:relative;z-index:2;max-width:7ch;margin:0;font-size:clamp(4.6rem,8.4vw,8.7rem);line-height:.75;letter-spacing:-.07em}.newsletter-panel-meta{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;font-size:.62rem;letter-spacing:.14em}.newsletter-panel-meta{position:relative;z-index:2}.newsletter-social{writing-mode:vertical-rl;transform:rotate(180deg)}.newsletter-collage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.newsletter-collage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#174f3257}.newsletter-collage img{position:absolute;width:clamp(82px,15vw,190px);aspect-ratio:3 / 4;object-fit:cover;opacity:.16;filter:grayscale(1) contrast(.85)}.newsletter-collage-1{top:7%;left:20%;transform:rotate(-5deg)}.newsletter-collage-2{top:14%;right:7%;transform:rotate(4deg)}.newsletter-collage-3{bottom:7%;left:34%;transform:rotate(3deg)}.newsletter-collage-4{bottom:12%;right:24%;transform:rotate(-4deg)}.newsletter-collage-5{top:42%;left:5%;transform:rotate(2deg)}.newsletter-collage-6{top:36%;right:-3%;transform:rotate(-2deg)}.newsletter-signup-panel{min-width:0;padding:clamp(2.5rem,3.5vw,4rem);display:flex;flex-direction:column;background:var(--paper);color:var(--ink)}.newsletter-intro .eyebrow{font-size:.7rem;font-weight:700}.newsletter-rule{width:100%;margin:1.2rem 0 clamp(1.8rem,3vw,3rem);display:block;border-top:1px solid currentColor}.newsletter-manifesto{margin:0;font-size:clamp(1.45rem,2vw,2.25rem);font-weight:700;line-height:1.1;letter-spacing:-.03em}.newsletter-form{width:100%;margin-top:auto;padding-top:clamp(2rem,3.5vw,4rem)}.newsletter-email-label{display:block;margin-bottom:.45rem;font-size:.62rem;font-weight:700;letter-spacing:.14em}.newsletter-fields{display:block}.newsletter-form input[type=email]{width:100%;min-height:52px;padding:.75rem 0;border:0;border-bottom:1px solid currentColor;border-radius:0;outline:0;background:transparent;color:var(--ink);font-size:.82rem;letter-spacing:.08em}.newsletter-form input[type=email]:focus{border-bottom-width:2px}.newsletter-form input::placeholder{color:#18181480}.newsletter-form button{width:100%;min-height:62px;margin-top:1.25rem;padding:1.25rem;border:1px solid var(--green);border-radius:0;background:var(--green);color:var(--paper);font-size:.68rem;font-weight:700;letter-spacing:.16em;cursor:pointer;transition:background .16s ease,color .16s ease}.newsletter-message{margin:1rem 0 0;font-size:.76rem;line-height:1.5}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-bottom:1px solid var(--line);border-left:1px solid var(--line);background:var(--paper)}.product-card{min-width:0;border-top:1px solid var(--line);border-right:1px solid var(--line);background:var(--paper)}.product-card>a{display:block}.product-media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--paper)}.product-media img{width:100%;height:100%;transition:opacity .22s ease,transform .5s ease}.product-card--studio .product-media{background:var(--paper)}.product-card--studio .product-media img{mix-blend-mode:multiply}.product-media .secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-status{position:absolute;top:.75rem;left:.75rem;z-index:2;padding:.45rem .6rem;background:var(--paper);font-size:.57rem;letter-spacing:.13em}.product-meta{min-height:74px;padding:1rem .35rem 1.5rem;display:flex;justify-content:space-between;gap:1rem}.product-meta h3,.product-meta p{margin:0;font-size:.72rem;font-weight:400;line-height:1.4}.product-meta h3{max-width:65%}.price s{margin-right:.35rem;opacity:.45}.price--sale{color:#8b1d18}.collection-page,.search-page{max-width:var(--content);min-height:70vh;margin:0 auto;padding:clamp(4rem,8vw,8rem) var(--pad) var(--section-space)}.collection-head{margin-bottom:4rem}.collection-head h1,.search-page h1{margin:.8rem 0;font-size:clamp(4rem,10vw,11rem);line-height:.82;letter-spacing:-.075em}.collection-head>p:not(.eyebrow){max-width:600px;line-height:1.6}.collection-tools{min-height:60px;margin-bottom:1px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}.collection-tools select{min-height:44px;padding:0 2rem 0 .75rem;border:1px solid var(--line);background:transparent}.pagination{min-height:100px;display:flex;align-items:center;justify-content:center;gap:2rem;font-size:.67rem;letter-spacing:.1em}.pagination span{opacity:.6}.collection-index-head{padding:clamp(5rem,10vw,10rem) var(--pad)}.collection-index-head h1{margin:1rem 0;font-size:clamp(5rem,13vw,14rem);line-height:.78;letter-spacing:-.08em}.collection-index-head>p:not(.eyebrow){max-width:600px;font-size:1.05rem;line-height:1.6}.collection-world-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line)}.collection-world-card{min-height:75vh;display:grid;grid-template-rows:1fr auto;background:var(--paper)}.collection-world-image{position:relative;min-height:500px;overflow:hidden;background:#b7b4aa}.collection-world-image img{width:100%;height:100%;transition:transform .6s ease}.collection-world-card>div:last-child{padding:clamp(2.5rem,5vw,5rem)}.collection-world-card h2{margin:.6rem 0 1rem;font-size:clamp(3rem,6vw,7rem);line-height:.84;letter-spacing:-.065em}.collection-world-card p:not(.eyebrow){max-width:500px;line-height:1.6}.collection-world-card span{display:inline-block;margin-top:1.5rem;padding-bottom:.35rem;border-bottom:1px solid;font-size:.66rem;letter-spacing:.1em}.collection-directory{padding:var(--section-space) var(--pad)}.collection-directory>div{margin-top:2rem;border-top:1px solid var(--line)}.collection-directory a{min-height:110px;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:clamp(2rem,4vw,4.5rem);letter-spacing:-.05em}.product-page{min-height:85vh;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line)}.product-gallery--single{grid-template-columns:1fr}.gallery-image{position:relative;overflow:hidden;background:#d8c8b1}.gallery-image img{width:100%;height:auto;object-fit:contain}.product-page--studio .gallery-image{background:var(--paper)}.product-page--studio .gallery-image img{mix-blend-mode:multiply}.product-info{position:sticky;top:var(--header);min-height:calc(100vh - var(--header));padding:clamp(3rem,6vw,7rem)}.product-info h1{margin:.8rem 0 1rem;font-size:clamp(3rem,5vw,6rem);line-height:.86;letter-spacing:-.065em}.product-info>.price{display:block;margin-bottom:3rem;font-size:1rem}.product-form fieldset{margin:0 0 2rem;padding:0;border:0}.product-form legend{width:100%;margin-bottom:.8rem;display:flex;justify-content:space-between;font-size:.65rem;letter-spacing:.1em}.product-form legend span{color:var(--muted)}.option-row{display:flex;flex-wrap:wrap;gap:.5rem}.option-choice{position:relative}.option-choice input{position:absolute;opacity:0;pointer-events:none}.option-choice label{min-width:52px;min-height:44px;padding:0 .8rem;display:grid;place-items:center;border:1px solid var(--line);cursor:pointer}.option-choice input:checked+label{background:var(--ink);color:#fff}.option-choice input:disabled+label{opacity:.3;text-decoration:line-through;cursor:not-allowed}.option-choice--unavailable label{opacity:.3;text-decoration:line-through;cursor:not-allowed}.product-actions-row{margin:1rem 0;display:flex;justify-content:space-between;gap:1rem;font-size:.63rem;letter-spacing:.1em}.size-guide-button{padding:0 0 .25rem;border:0;border-bottom:1px solid;background:transparent;cursor:pointer}.product-form .add{width:100%}.product-feedback{min-height:1.3em;font-size:.72rem}.product-description{margin:2.5rem 0;line-height:1.7}.product-info details{border-top:1px solid var(--line)}.product-info details:last-child{border-bottom:1px solid var(--line)}.product-info summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:.65rem;letter-spacing:.1em;list-style:none}.product-info summary::-webkit-details-marker{display:none}.accordion-content{padding:0 0 1.5rem;line-height:1.6}.size-guide-content{padding:clamp(2rem,5vw,5rem) 1.5rem;overflow-y:auto}.size-guide-content h2{margin:1rem 0;font-size:clamp(3rem,7vw,6rem);line-height:.84;letter-spacing:-.065em}.size-table-wrap{width:100%;margin:2.5rem 0 1.5rem;overflow-x:auto}.size-table{width:100%;min-width:480px;border-collapse:collapse;font-size:.72rem;line-height:1.35}.size-table caption{padding:0 0 .75rem;text-align:left;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.size-table th,.size-table td{padding:.9rem .65rem;border-top:1px solid var(--line);text-align:left;white-space:nowrap}.size-table thead th{font-size:.58rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase}.size-guide-note{color:var(--muted);font-size:.72rem}.related-products{border-top:1px solid var(--line)}.related-products[hidden]{display:none}.contact-page{min-height:75vh;padding:var(--section-space) var(--pad);display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.75fr);gap:clamp(4rem,9vw,10rem)}.contact-page header h1{margin:.8rem 0 2rem;font-size:clamp(4rem,9vw,10rem);line-height:.8;letter-spacing:-.075em}.contact-page header>p:last-child{max-width:470px;line-height:1.65}.contact-form{align-self:center}.contact-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-field{margin-bottom:2rem}.contact-field label{margin-bottom:.5rem;display:flex;justify-content:space-between;font-size:.6rem;letter-spacing:.12em}.contact-field label span{color:var(--muted)}.contact-field input,.contact-field textarea{width:100%;padding:.8rem 0;border:0;border-bottom:1px solid var(--ink);border-radius:0;outline:0;background:transparent;resize:vertical}.contact-field input:focus,.contact-field textarea:focus{border-bottom-width:2px}.contact-form .button{width:100%}.contact-success{padding:1rem;background:var(--green);color:#fff;font-size:.7rem;letter-spacing:.1em}.cart-body{flex:1;overflow-y:auto}.empty{min-height:60vh;padding:3rem 1.5rem;display:flex;flex-direction:column;justify-content:center}.empty h3{margin:1rem 0;font-size:clamp(2.5rem,8vw,5rem);line-height:.88;letter-spacing:-.06em}.empty a{align-self:flex-start;padding-bottom:.3rem;border-bottom:1px solid;font-size:.68rem;letter-spacing:.1em}.cart-line{padding:1rem 1.5rem;display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:1rem;border-bottom:1px solid var(--line)}.cart-line-image{width:96px;height:120px;display:block;background:#dedbd1}.cart-line-image img{width:100%;height:100%}.cart-line>div>a{font-size:.78rem}.cart-line small{margin-top:.35rem;display:block;color:var(--muted)}.cart-line>strong{font-size:.72rem;font-weight:400}.qty{width:112px;min-height:38px;margin:1rem 0 .5rem;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;border:1px solid var(--line);text-align:center}.qty button{height:36px;border:0;background:transparent;cursor:pointer}.text-button{padding:.2rem 0;border:0;background:transparent;font-size:.58rem;letter-spacing:.1em;text-decoration:underline;cursor:pointer}.drawer-foot{padding:1.5rem;border-top:1px solid var(--line)}.drawer-foot>div{display:flex;justify-content:space-between;font-size:.72rem;letter-spacing:.08em}.drawer-foot p{color:var(--muted);font-size:.68rem}.drawer-foot form,.drawer-foot .button{width:100%}.cart-page{max-width:1000px;min-height:70vh;margin:0 auto;padding:var(--section-space) var(--pad)}.cart-page h1{font-size:clamp(4rem,10vw,10rem);line-height:.8;letter-spacing:-.075em}.cart-table{border-top:1px solid var(--line)}.cart-page-actions{margin-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.page-shell{max-width:1000px;min-height:65vh;padding:var(--section-space) var(--pad)}.page-shell h1{margin:.8rem 0 2rem;font-size:clamp(4rem,10vw,10rem);line-height:.82;letter-spacing:-.075em}.rte{line-height:1.75}.rte a{text-decoration:underline;text-underline-offset:3px}.about-hero{min-height:64vh;padding:var(--pad);display:flex;flex-direction:column;justify-content:flex-end;background:var(--ink);color:#fff}.about-hero h1{margin:1rem 0;font-size:clamp(4rem,9vw,9.5rem);line-height:.82;letter-spacing:-.07em}.about-intro{max-width:900px;margin:1rem 0 0;display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,4rem);font-size:clamp(.95rem,1.25vw,1.18rem);line-height:1.65}.about-intro p{margin:0}.about-split{min-height:68vh;display:grid;grid-template-columns:1fr 1fr}.about-photo{position:relative;min-height:62vh;overflow:hidden;background:#b7b4aa}.about-photo img{width:100%;height:100%}.about-split>div:last-child{padding:var(--pad);display:flex;flex-direction:column;justify-content:center}.about-split h2,.about-purpose h2,.standards>h2,.about-end h2{margin:1rem 0;font-size:clamp(2.7rem,5.2vw,6.5rem);line-height:.87;letter-spacing:-.06em}.about-story-copy{max-width:620px}.about-story-copy p{margin:1rem 0 0;line-height:1.75}.about-purpose,.standards,.about-end{padding:clamp(4.5rem,8vw,8rem) var(--pad)}.about-purpose-copy{max-width:900px;margin-top:3rem;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,6rem)}.about-purpose-copy p{margin:0;font-size:clamp(1rem,1.25vw,1.2rem);line-height:1.7}.standards-grid{margin-top:4rem;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.standards-grid article{padding:2rem 1.25rem 2.5rem;border-right:1px solid var(--line)}.standards-grid h3{font-size:.7rem;letter-spacing:.12em}.standards-grid p{line-height:1.7}.about-end{background:var(--green);color:#fff}.footer{padding:5rem var(--pad) 2rem;background:var(--ink);color:#fff}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer h2{margin:0 0 1.5rem;font-size:.65rem;letter-spacing:.13em}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.footer-grid a,.footer-link-button{min-height:28px;padding:0;display:flex;align-items:center;border:0;background:transparent;color:inherit;font-size:.8rem;cursor:pointer}.footer small{display:block;margin-top:4rem;opacity:.55}.errors{padding:1rem;background:#8b1d18;color:#fff}@keyframes fade-in{0%{opacity:.3}to{opacity:1}}@media(hover:hover){.product-card:hover .product-media>img:first-child,.collection-world-card:hover .collection-world-image img,.community-photo:hover img,.world:hover .world-media img,.latest-slide-media:hover img{transform:scale(1.025)}.product-card:hover .product-media .secondary{opacity:1}.latest-carousel-controls button:hover{background:var(--ink);color:#fff}.newsletter-form button:hover{border-color:var(--ink);background:var(--ink)}}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.desktop-nav{gap:1.2rem}}@media(max-width:1024px){.product-page{grid-template-columns:1fr}.product-gallery{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-gallery::-webkit-scrollbar{display:none}.gallery-image{min-width:100%;flex:0 0 100%;scroll-snap-align:start}.product-info{position:static;min-height:0}}@media(max-width:900px){:root{--header: 62px}.desktop-nav{display:none}.mobile-toggle{display:block}.instagram,.header-tools>button:first-child{display:none}.worlds{grid-template-columns:1fr}.world{min-height:max(500px,60vh)}.editorial{grid-template-columns:1fr}.editorial-photo{min-height:65vh}.editorial-copy{padding:5rem var(--pad)}.contact-page{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.community-grid{height:570px}.about-split{grid-template-columns:1fr}.about-photo{min-height:58vh}.standards-grid{grid-template-columns:1fr 1fr}.collection-world-grid{grid-template-columns:1fr}.latest-slide{grid-template-columns:minmax(0,1.6fr) minmax(260px,1fr)}.newsletter-inner{min-height:0;grid-template-columns:1fr}.newsletter-headline-panel{min-height:380px}.newsletter h2{font-size:clamp(4.4rem,15vw,7rem)}.newsletter-social{writing-mode:horizontal-tb;transform:none}.newsletter-signup-panel{min-height:420px}}@media(max-width:700px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-meta{min-height:86px;padding:.8rem .2rem 1.4rem;display:block}.product-meta h3{max-width:none;min-height:2.8em}.product-meta p{margin-top:.45rem}.latest-slide{grid-template-columns:1fr}.latest-slide-copy{min-height:250px;border-top:1px solid var(--line);border-left:0}.about-purpose-copy{grid-template-columns:1fr}}@media(max-width:520px){.site-header{padding:0 1rem}.header-tools{gap:.75rem}.logo{font-size:.88rem}.hero{min-height:700px}.hero-media img{object-position:73% center}.hero-copy{right:1rem;left:1rem;bottom:2rem}.hero h1{font-size:clamp(2.65rem,12vw,4.2rem)}.hero p{margin:1rem 0 1.5rem}.section{padding:4rem 1rem}.section>header{align-items:flex-start}.section header>a{display:none}.section.latest header>a{display:inline-block;white-space:nowrap}.world{min-height:58svh;padding:1.25rem}.world h2{font-size:clamp(2.25rem,10vw,3.25rem)}.editorial-photo{min-height:55vh}.editorial-copy{padding:4rem 1rem}.community-grid{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:320px 220px 260px}.community-grid .p1{grid-row:1}.community-grid .p4{grid-column:1 / 3;grid-row:3}.newsletter-headline-panel{min-height:340px;padding:2rem 1.25rem}.newsletter h2{font-size:clamp(3.8rem,18vw,5.5rem);line-height:.76}.newsletter-panel-meta{gap:1rem;font-size:.55rem;letter-spacing:.1em}.newsletter-signup-panel{min-height:0;padding:2.5rem 1.25rem}.newsletter-manifesto{font-size:clamp(1.4rem,6.5vw,2rem)}.newsletter-form{padding-top:2.5rem}.footer{padding:4rem 1rem 2rem}.mobile-nav{padding:1.5rem 1rem}.search-form{flex-wrap:wrap;padding:2rem 1rem 1rem}.search-form input{width:100%;flex-basis:calc(100% - 100px)}.collection-page,.search-page{padding:4rem 1rem}.collection-head h1,.search-page h1,.collection-index-head h1{font-size:clamp(2.7rem,12vw,5rem);overflow-wrap:break-word}.collection-tools{align-items:center}.collection-index-head,.collection-directory{padding-inline:1rem}.collection-world-card{min-height:0;grid-template-rows:62vh auto}.collection-world-card>div:last-child{padding:2.5rem 1rem}.collection-world-card h2{font-size:clamp(2.8rem,12vw,5rem)}.collection-directory a{min-height:72px;font-size:1.6rem}.product-info{padding:3rem 1rem}.product-info h1{font-size:clamp(2.5rem,12vw,4rem);overflow-wrap:anywhere}.contact-page{padding:5rem 1rem;gap:3rem}.contact-field-row{grid-template-columns:1fr;gap:0}.cart-line{grid-template-columns:76px 1fr}.cart-line>strong{grid-column:2}.cart-line-image{width:76px;height:96px}.about-purpose,.standards,.about-end{padding:4.5rem 1rem}.standards-grid{grid-template-columns:1fr}.about-hero{padding:1rem}.about-hero h1{font-size:clamp(3.2rem,14vw,4.8rem)}.about-intro{grid-template-columns:1fr;gap:1rem}.drawer{width:100%}}@media(max-width:340px){.logo{font-size:.78rem}.header-tools{font-size:.58rem}.hero h1{font-size:2.45rem}.footer-grid{grid-template-columns:1fr}.newsletter-headline-panel{min-height:320px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
