/* TOKEN — local, dependency-free storefront. */
:root{--ink:#28251f;--muted:#726e65;--line:#e4e0d9;--paper:#fffefa;--white:#fff;--cream:#f6f3ed;--warm:#ece1d4;--gold:#9c7a44;--sans:"Helvetica Neue",Helvetica,Arial,sans-serif;--serif:"Iowan Old Style","Baskerville","Palatino Linotype","Book Antiqua",Georgia,serif;--page:clamp(22px,4.45vw,72px);--header:88px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:135px}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:14px;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}button,input,select,textarea{font:inherit;color:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{border:0;background:none;cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{display:block}button:disabled{cursor:not-allowed;opacity:.45}p,h1,h2,h3,h4{margin:0;font-weight:400}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--gold);outline-offset:5px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:10px;left:10px;background:var(--ink);color:white;padding:10px 20px;z-index:1000;transform:translateY(-200%)}.skip-link:focus{transform:none}.icon{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.icon-sm{width:17px;height:17px}.eyebrow{font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.muted{color:var(--muted)}.serif{font-family:var(--serif)}.text-link{display:inline-flex;align-items:center;gap:26px;border-bottom:1px solid var(--ink);padding:0 0 7px;font-size:12px;line-height:1.5}.text-link .icon{width:18px;transition:transform .25s}.text-link:hover .icon{transform:translateX(4px)}.button{min-height:49px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:13px 26px;background:var(--ink);border:1px solid var(--ink);color:white;font-size:12px;letter-spacing:.03em;transition:background .2s}.button:hover{background:#484238}.button.secondary{background:transparent;color:var(--ink);border:1px solid #aaa59b}.button.secondary:hover{background:var(--cream)}.button.small{min-height:40px;padding:9px 18px;font-size:11px}.button.full{width:100%}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;transition:background .2s;border-radius:50%}.icon-button:hover{background:#00000006}.page-wrap{padding-left:var(--page);padding-right:var(--page)}
/* A deliberately quiet, centered masthead. */
.announcement{height:29px;display:flex;align-items:center;justify-content:center;gap:12px;background:var(--cream);font-size:9px;letter-spacing:.18em}.announcement .dot{width:2px;height:2px;background:var(--muted);border-radius:50%}.announcement small{font-size:8px;opacity:.7;letter-spacing:.1em}.site-header{height:var(--header);position:sticky;top:0;z-index:40;background:rgba(255,254,250,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(14px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 var(--page)}.header-left,.header-right{display:flex;align-items:center;gap:26px}.header-right{justify-content:flex-end;gap:15px}.nav-button{display:flex;align-items:center;gap:10px;font-size:11px;padding:10px 0}.nav-button:hover span{text-decoration:underline;text-underline-offset:5px}.wordmark{font-size:31px;letter-spacing:.27em;font-weight:500;line-height:1;padding-left:.27em}.header-right .our-world{font-size:11px;margin-right:12px}.bag-control{position:relative}.bag-count{position:absolute;right:-1px;top:0;font-size:9px;min-width:15px;height:15px;border-radius:50%;background:var(--ink);color:white;text-align:center;line-height:15px}.bag-count:empty{display:none}.category-nav{height:46px;display:flex;align-items:center;justify-content:center;gap:39px;border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.025em}.category-nav a{padding:12px 0;position:relative}.category-nav a::after{content:"";position:absolute;left:0;bottom:9px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transition:transform .2s}.category-nav a:hover::after{transform:scaleX(1)}
/* Collection 001 */
.hero{display:grid;grid-template-columns:42% 58%;min-height:630px;height:min(690px,55vw);background:#e9ded1;position:relative;isolation:isolate;overflow:hidden}.hero-copy{padding:0 0 24px var(--page);align-self:center;position:relative;z-index:2}.hero-copy .eyebrow{margin-bottom:27px;color:#635546;font-size:9px}.hero h1{font-family:var(--serif);font-size:clamp(54px,6vw,88px);line-height:1.07;letter-spacing:-.045em;margin:0 0 25px}.hero-copy .hero-description{color:#625b51;font-size:13px;line-height:1.9;margin-bottom:35px;max-width:270px}.hero-visual{height:100%;position:relative;min-width:0}.hero-visual img{height:100%;width:100%;object-fit:cover;object-position:center 41%;mask-image:linear-gradient(to right,transparent,black 17%)}.hero::after{content:"";position:absolute;left:0;bottom:0;right:0;height:80px;background:linear-gradient(transparent,#cbb69c12);z-index:1;pointer-events:none}.hero-caption{position:absolute;right:var(--page);bottom:29px;z-index:3;display:flex;align-items:center;gap:30px;font-size:10px;color:#4d4438}.hero-caption span:first-child{font-size:9px;letter-spacing:.1em}.hero-bottom-note{position:absolute;left:var(--page);bottom:30px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#7a6a57}.collection-section{padding:80px var(--page) 82px}.section-heading{text-align:center;margin-bottom:41px}.section-heading .eyebrow{color:var(--muted);margin-bottom:12px}.section-heading h2{font-size:29px;letter-spacing:-.035em;line-height:1.3}.section-heading p:not(.eyebrow){margin:12px auto 0;color:var(--muted);font-size:12px;max-width:460px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 19px}.product-card{min-width:0}.product-image-wrap{position:relative;overflow:hidden;background:#e8ddcf;aspect-ratio:4/5}.product-image-link{display:block;height:100%;overflow:hidden}.product-image-link img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .65s cubic-bezier(.2,.5,.2,1)}.product-card:hover .product-image-link img{transform:scale(1.035)}.product-badge{position:absolute;left:15px;top:17px;font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#625749;pointer-events:none}.product-favorite{position:absolute;top:7px;right:6px;background:transparent;z-index:2}.product-favorite .icon{width:18px;height:18px}.is-favorite .icon{fill:var(--ink)}.product-quick-add{position:absolute;left:12px;right:12px;bottom:12px;min-height:38px;background:rgba(255,254,250,.92);display:flex;align-items:center;justify-content:center;gap:10px;font-size:10px;transform:translateY(150%);transition:transform .25s;backdrop-filter:blur(6px)}.product-card:hover .product-quick-add,.product-card:focus-within .product-quick-add{transform:translateY(0)}.product-meta{padding:15px 1px 0}.product-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:9px}.product-title{font-size:12px;line-height:1.6}.product-price{font-size:11px;white-space:nowrap}.product-finish{font-size:10px;color:var(--muted);margin-top:3px}.section-link{text-align:center;margin-top:43px}.price-note{text-align:center;font-size:9px;color:var(--muted);margin-top:19px;line-height:1.8}.editorial{display:grid;grid-template-columns:1fr 1fr;min-height:600px;background:var(--cream);overflow:hidden}.editorial-image{position:relative;overflow:hidden;min-height:600px}.editorial-image img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transform:scale(1.28);object-position:65% 68%}.editorial-image .image-note{position:absolute;bottom:28px;left:var(--page);font-size:9px;letter-spacing:.1em;text-transform:uppercase;z-index:1;color:#655a4b}.editorial-copy{padding:76px 15%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.editorial-copy .symbol{width:35px;height:35px;object-fit:contain;margin-bottom:31px}.editorial-copy .eyebrow{color:var(--muted);margin-bottom:16px}.editorial-copy h2{font-family:var(--serif);font-size:clamp(37px,3.5vw,54px);line-height:1.12;letter-spacing:-.035em;margin-bottom:24px}.editorial-copy .body{font-size:12px;line-height:1.95;color:var(--muted);max-width:315px;margin-bottom:31px}.orbit-section{padding:88px var(--page)}.orbit-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:20px;align-items:start}.orbit-intro{align-self:center;padding:15px 14% 15px 0}.orbit-intro .eyebrow{color:var(--muted);margin-bottom:15px}.orbit-intro h2{font-family:var(--serif);font-size:44px;line-height:1.12;letter-spacing:-.035em;margin-bottom:22px}.orbit-intro p:not(.eyebrow){font-size:12px;line-height:1.95;color:var(--muted);margin-bottom:30px}.orbit-grid .product-image-wrap{aspect-ratio:4/5}.values-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:43px var(--page);gap:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.value-item{display:flex;align-items:center;gap:20px;padding:3px 0}.value-item+.value-item{border-left:1px solid var(--line);padding-left:35px}.value-item .icon{width:27px;height:27px;color:#7d6d56;stroke-width:1.1}.value-item h3{font-size:12px;margin-bottom:4px}.value-item p{font-size:10px;color:var(--muted)}
/* Footer */
.footer-newsletter{padding:51px var(--page);display:flex;justify-content:space-between;align-items:center;gap:30px;border-bottom:1px solid var(--line)}.footer-newsletter h2{font-family:var(--serif);font-size:29px;letter-spacing:-.035em;margin-bottom:4px}.footer-newsletter p{font-size:11px;color:var(--muted)}.newsletter-form{width:350px;max-width:100%}.newsletter-field{display:flex;align-items:center;border-bottom:1px solid #8e8980}.newsletter-field input{width:100%;padding:13px 0;background:transparent;border:0;font-size:11px;border-radius:0}.newsletter-field button{padding:11px}.newsletter-form .local-note{font-size:9px;margin-top:9px;min-height:15px}.footer-links{padding:44px var(--page) 52px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.footer-links h3{font-size:9px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:21px}.footer-links p{font-size:11px;line-height:1.9;color:var(--muted);max-width:215px}.footer-link{display:block;font-size:10px;padding:0;text-align:left;margin-top:10px}.footer-link:hover{text-decoration:underline;text-underline-offset:4px}.footer-signature{display:flex;align-items:center;gap:15px}.footer-signature img{width:27px;height:29px;object-fit:contain}.footer-signature span{font-family:var(--serif);font-size:21px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin:0 var(--page);padding:20px 0;font-size:9px;color:var(--muted);gap:18px}.footer-bottom>div{display:flex;gap:26px}.footer-bottom .small-wordmark{font-size:13px;letter-spacing:.24em;font-weight:500;color:var(--ink)}
/* Catalog */
.collection-intro{text-align:center;padding:56px var(--page) 40px}.collection-intro .eyebrow{color:var(--muted);margin-bottom:13px}.collection-intro h1{font-family:var(--serif);font-size:55px;line-height:1.15;letter-spacing:-.035em;margin-bottom:16px}.collection-intro p:last-child{font-size:12px;color:var(--muted)}.catalog-shell{padding:0 var(--page) 80px}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:0 0 20px;margin-bottom:28px;flex-wrap:wrap}.filter-chips{display:flex;gap:7px;flex-wrap:wrap}.filter-chip{font-size:10px;border:1px solid transparent;padding:8px 16px;border-radius:24px;white-space:nowrap}.filter-chip:hover{border-color:var(--line)}.filter-chip.active{background:var(--ink);color:white}.catalog-controls{display:flex;align-items:center;gap:20px}.catalog-controls label{font-size:10px;display:flex;align-items:center;gap:8px}.catalog-controls select{border:0;background:transparent;font-size:10px;padding:8px 3px;max-width:135px}.catalog-controls input{width:155px;border:0;border-bottom:1px solid var(--line);padding:7px 0;font-size:10px;background:transparent;border-radius:0}.results-bar{display:flex;justify-content:space-between;font-size:9px;color:var(--muted);margin:0 0 23px}.results-bar button{font-size:9px;text-decoration:underline;padding:0}.catalog-empty{text-align:center;grid-column:1/-1;padding:90px 20px}.catalog-empty h2{font-family:var(--serif);font-size:31px;margin-bottom:10px}.catalog-empty p{color:var(--muted);margin-bottom:20px}.collection-note{padding:28px 0 0;font-size:10px;color:var(--muted)}
/* Product */
.breadcrumbs{display:flex;gap:10px;align-items:center;padding:24px var(--page);font-size:9px;color:var(--muted);flex-wrap:wrap}.breadcrumbs a:hover{text-decoration:underline}.product-layout{display:grid;grid-template-columns:1.17fr 1fr;gap:6%;padding:0 var(--page) 68px;align-items:start}.product-gallery{min-width:0}.gallery-main{position:relative;aspect-ratio:1/1.05;background:#e9ded1;overflow:hidden;cursor:zoom-in;border:0;display:block;width:100%;padding:0}.gallery-main img{width:100%;height:100%;object-fit:contain;transition:transform .35s;transform-origin:60% 65%}.gallery-main[data-view=detail] img{transform:scale(2.4);transform-origin:43% 73%}.gallery-main[data-view=hardware] img{transform:scale(2.8);transform-origin:75% 52%}.gallery-zoom{position:absolute;right:14px;bottom:14px;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fffefade}.gallery-thumbs{display:flex;gap:11px;margin-top:14px}.gallery-thumb{width:73px;aspect-ratio:1;overflow:hidden;padding:0;border:1px solid transparent;background:var(--cream)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb.active{border:1px solid var(--ink);outline:3px solid var(--paper);outline-offset:-4px}.gallery-thumb[data-view=detail] img{transform:scale(2.4);transform-origin:43% 73%}.gallery-thumb[data-view=hardware] img{transform:scale(2.8);transform-origin:75% 52%}.gallery-caption{font-size:9px;color:var(--muted);margin-top:14px}.product-information{padding:30px 3% 0 0}.product-information .eyebrow{color:var(--muted);margin-bottom:15px}.product-information h1{font-family:var(--serif);font-size:43px;line-height:1.12;letter-spacing:-.045em;margin-bottom:17px}.detail-price{font-size:17px}.detail-price-note{color:var(--muted);font-size:9px;margin:5px 0 25px}.detail-description{font-size:12px;line-height:1.95;color:var(--muted);margin:22px 0 25px}.color-row{display:flex;align-items:center;gap:12px;font-size:11px;border-top:1px solid var(--line);padding-top:23px}.color-swatch{width:19px;height:19px;border-radius:50%;background:#e6dbca;box-shadow:0 0 0 3px var(--paper),0 0 0 4px #b4ab9f;flex-shrink:0;margin:0 4px}.color-swatch.gold{background:#ba924b}.color-swatch.ink{background:linear-gradient(130deg,#e6dbca 50%,#39362f 50%)}.purchase-row{display:flex;gap:10px;margin:27px 0 12px}.purchase-row .button{flex:1}.purchase-row .detail-save{border:1px solid #b3aca1;border-radius:0;width:51px;height:51px}.detail-preview-note{font-size:9px;color:var(--muted);display:flex;align-items:center;gap:8px;margin:0 0 28px}.status-dot{width:5px;height:5px;background:#aa8957;display:inline-block;border-radius:50%}.product-accordion{border-top:1px solid var(--line)}.product-accordion:last-child{border-bottom:1px solid var(--line)}.product-accordion summary{cursor:pointer;list-style:none;padding:18px 0;font-size:11px;display:flex;align-items:center;justify-content:space-between}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary::after{content:"+";font-size:18px;font-weight:300}.product-accordion[open] summary::after{content:"−"}.accordion-content{padding:0 0 20px;font-size:11px;line-height:1.9;color:var(--muted)}.accordion-content p+p{margin-top:10px}.design-points{padding:0;list-style:none;margin:0}.design-points li{margin:4px 0}.design-points li::before{content:"·";margin-right:10px}.related-section{padding:54px var(--page) 75px;border-top:1px solid var(--line)}.related-section .section-heading{text-align:left;margin-bottom:28px}.related-section .section-heading h2{font-family:var(--serif);font-size:35px}.not-found{padding:110px var(--page);text-align:center}.not-found h1{font-family:var(--serif);font-size:46px;margin-bottom:16px}.not-found p{margin-bottom:25px;color:var(--muted)}
/* The house */
.story-hero{position:relative;overflow:hidden;text-align:center;padding:78px var(--page) 86px;background:var(--cream);isolation:isolate}.story-hero::before{content:"";position:absolute;inset:0;background-image:url('../images/signature-pattern-900.webp');background-size:330px;opacity:.025;z-index:-1}.story-hero>.symbol{width:66px;height:66px;object-fit:contain;margin:0 auto 30px}.story-hero .eyebrow{color:var(--muted);margin-bottom:16px}.story-hero h1{font-family:var(--serif);font-size:70px;line-height:1.06;letter-spacing:-.045em;margin-bottom:26px}.story-hero .lead{max-width:505px;font-size:13px;line-height:1.95;color:var(--muted);margin:auto}.story-section{display:grid;grid-template-columns:1fr 1fr;gap:9%;padding:83px var(--page);align-items:center}.story-image{aspect-ratio:4/5;background:#f3eee5;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover}.story-section h2{font-family:var(--serif);font-size:44px;line-height:1.12;letter-spacing:-.04em;margin:16px 0 23px}.story-section .story-body{font-size:12px;line-height:2;max-width:400px;color:var(--muted);margin-bottom:27px}.story-manifesto{padding:50px var(--page) 80px;display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.story-manifesto article{border-top:1px solid var(--line);padding-top:25px}.story-manifesto .eyebrow{font-size:9px;color:var(--muted);margin-bottom:17px}.story-manifesto h3{font-family:var(--serif);font-size:27px;line-height:1.2;margin-bottom:15px}.story-manifesto p{font-size:11px;line-height:1.9;color:var(--muted)}.story-quote{background:var(--cream);padding:75px var(--page);text-align:center}.story-quote h2{font-family:var(--serif);font-size:46px;line-height:1.2;letter-spacing:-.035em;margin-bottom:25px}
/* Dialogs and local interactions */
dialog{border:0;padding:0;color:var(--ink);background:var(--paper);max-width:100vw;max-height:100dvh}dialog::backdrop{background:#24201a52;backdrop-filter:blur(3px)}dialog.drawer{width:480px;height:100dvh;margin:0 0 0 auto}dialog.drawer.left{margin:0 auto 0 0;width:450px}dialog.center-dialog{width:590px;margin:9vh auto 0;max-height:82dvh}dialog.zoom-dialog{width:min(1000px,90vw);height:90dvh;margin:5dvh auto}dialog.zoom-dialog .dialog-body{height:calc(90dvh - 90px);padding-top:0}.dialog-inner{display:flex;flex-direction:column;height:100%}.dialog-header{padding:25px 28px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);gap:20px;flex-shrink:0}.dialog-header h2{font-family:var(--serif);font-size:27px;letter-spacing:-.03em}.dialog-body{padding:27px 30px;overflow:auto;flex:1;overscroll-behavior:contain}.dialog-footer{padding:23px 30px;border-top:1px solid var(--line);flex-shrink:0}.dialog-footer .total-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:8px}.dialog-footer .local-note{font-size:9px;color:var(--muted);margin:8px 0 17px;line-height:1.8}.dialog-footer .secondary-link{display:block;width:100%;text-decoration:underline;text-underline-offset:4px;margin-top:15px;font-size:10px}.drawer-intro{font-size:11px;color:var(--muted);margin-bottom:23px}.mini-product{display:grid;grid-template-columns:89px minmax(0,1fr);gap:17px;padding:0 0 24px;margin-bottom:23px;border-bottom:1px solid var(--line)}.mini-product:last-child{border-bottom:0;margin-bottom:0}.mini-product img{width:89px;height:111px;object-fit:cover;background:var(--warm)}.mini-product-title{display:block;font-size:12px;line-height:1.5;margin-bottom:4px}.mini-product .meta{font-size:10px;color:var(--muted);margin-bottom:9px}.mini-product .price{font-size:11px}.mini-product-actions{display:flex;justify-content:space-between;align-items:center;margin-top:12px;gap:10px}.quantity-control{border:1px solid var(--line);display:flex;align-items:center;height:29px}.quantity-control button{width:27px;height:27px;font-size:14px;padding:0}.quantity-control span{width:23px;text-align:center;font-size:10px}.remove-item{padding:0;text-decoration:underline;font-size:9px;color:var(--muted)}.empty-state{text-align:center;padding:60px 10px}.empty-state>.icon{margin:0 auto 24px;width:35px;height:35px;stroke-width:1}.empty-state h3{font-family:var(--serif);font-size:29px;margin-bottom:12px}.empty-state p{font-size:12px;color:var(--muted);margin-bottom:26px}.search-field{display:flex;align-items:center;gap:15px;border-bottom:1px solid var(--ink);margin-bottom:26px}.search-field input{background:transparent;border:0;width:100%;padding:13px 0;font-size:14px}.search-results .mini-product{grid-template-columns:64px 1fr;gap:16px;padding-bottom:15px;margin-bottom:15px}.search-results .mini-product img{width:64px;height:80px}.search-results .mini-product>div{align-self:center}.search-help{font-size:10px;color:var(--muted);margin-bottom:20px}.search-all{margin-top:6px;font-size:11px}.menu-links{display:flex;flex-direction:column;gap:15px}.menu-links a{font-family:var(--serif);font-size:29px;line-height:1.4}.menu-links a:hover{color:var(--gold)}.menu-sub-links{border-top:1px solid var(--line);margin-top:25px;padding-top:19px;display:flex;flex-direction:column;gap:14px;font-size:11px}.menu-image{height:180px;overflow:hidden;margin-top:32px;position:relative}.menu-image img{width:100%;height:100%;object-fit:cover;object-position:center 53%;filter:brightness(.94)}.menu-image span{position:absolute;left:20px;bottom:18px;font-size:11px}.info-content{font-size:12px;line-height:2;color:var(--muted)}.info-content p+p{margin-top:16px}.info-content h3{font-size:14px;color:var(--ink);margin-bottom:10px}.info-content .button{margin-top:24px}.zoom-image{width:100%;height:100%;object-fit:contain}.toast{position:fixed;z-index:100;bottom:25px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:#fff;padding:13px 22px;max-width:min(480px,calc(100vw - 30px));font-size:11px;box-shadow:0 8px 35px #0000001a;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
/* Responsive */
@media(min-width:1600px){.hero{height:760px;max-height:none;min-height:760px}.hero h1{font-size:96px}.product-grid{gap:40px 26px}}
@media(max-width:1100px){.header-left{gap:20px}.hero{min-height:560px;height:60vw}.hero h1{font-size:66px}.hero-copy .hero-description{max-width:220px}.product-grid{gap:27px 14px}.product-title-row{display:block}.product-price{margin-top:2px;display:block}.editorial-copy{padding:55px 12%}.editorial,.editorial-image{min-height:510px}.orbit-intro h2{font-size:37px}.value-item{gap:15px}.value-item+.value-item{padding-left:22px}.value-item p{max-width:165px}.catalog-controls{gap:14px}.catalog-controls input{width:145px}.product-layout{gap:5%;grid-template-columns:1.1fr 1fr}.product-information{padding-top:14px}.product-information h1{font-size:37px}.footer-links{gap:25px}}
@media(max-width:800px){:root{--header:72px;--page:27px}.wordmark{font-size:27px}.header-left{gap:17px}.nav-button{gap:0}.nav-button span,.header-right .our-world{display:none}.header-right{gap:4px}.header-right .icon-button{width:35px;height:38px}.category-nav{gap:29px;font-size:10px;height:42px}.hero{grid-template-columns:44% 56%;min-height:500px;height:66vw}.hero h1{font-size:56px}.hero-copy{padding-bottom:12px}.hero-copy .eyebrow{font-size:8px;margin-bottom:20px;letter-spacing:.14em}.hero-copy .hero-description{font-size:11px;max-width:190px;margin-bottom:28px}.hero-caption{right:26px;bottom:21px;font-size:9px;gap:15px}.hero-caption span:first-child{display:none}.hero-bottom-note{font-size:8px;bottom:21px}.hero-visual img{mask-image:linear-gradient(to right,transparent,black 14%)}.collection-section{padding:58px var(--page)}.section-heading{margin-bottom:31px}.section-heading h2{font-size:26px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 16px}.product-title-row{display:flex}.product-price{margin:0}.product-title{font-size:11px}.product-quick-add{transform:none;left:auto;right:10px;bottom:10px;width:30px;height:30px;min-height:30px;border-radius:50%;background:#fffefaa6}.product-quick-add .quick-label{display:none}.product-quick-add .icon{width:14px;height:14px}.product-badge{font-size:8px;top:16px;left:12px}.editorial,.editorial-image{min-height:440px}.editorial-copy{padding:40px 11%}.editorial-copy h2{font-size:33px}.editorial-copy .body{font-size:11px}.editorial-copy .symbol{margin-bottom:20px;width:28px;height:28px}.orbit-section{padding:57px var(--page)}.orbit-grid{grid-template-columns:1fr 1fr;gap:17px}.orbit-intro{grid-column:1/-1;padding:0 0 20px;max-width:440px}.orbit-intro h2{font-size:36px}.orbit-intro h2 br{display:none}.orbit-intro p:not(.eyebrow){margin-bottom:22px}.values-strip{gap:19px;padding:30px var(--page)}.value-item{flex-direction:column;align-items:flex-start;gap:11px}.value-item+.value-item{padding-left:19px}.value-item h3{font-size:11px}.value-item p{font-size:9px}.footer-newsletter{padding:34px var(--page)}.newsletter-form{width:280px}.footer-newsletter h2{font-size:25px}.footer-links{grid-template-columns:1.3fr 1fr 1fr;gap:30px;padding:36px var(--page)}.footer-brand{grid-column:1/-1;display:flex;justify-content:space-between;gap:30px}.footer-brand p{max-width:280px}.footer-bottom{align-items:flex-start}.footer-bottom>div{gap:17px}.product-layout{grid-template-columns:1fr 1fr;gap:30px}.product-information{padding:0}.product-information h1{font-size:31px}.detail-description{font-size:11px}.gallery-main{aspect-ratio:4/5}.purchase-row .button{font-size:11px;padding:12px}.product-information .eyebrow{font-size:8px}.story-hero{padding:59px var(--page)}.story-hero h1{font-size:56px}.story-section{gap:7%;padding:59px var(--page)}.story-section h2{font-size:33px}.story-section .story-body{font-size:11px}.story-manifesto{gap:27px;padding:35px var(--page) 55px}.story-manifesto h3{font-size:24px}.story-quote h2{font-size:38px}.catalog-toolbar{align-items:flex-start;gap:18px}.catalog-controls{width:100%;justify-content:space-between}.catalog-controls input{width:220px}.collection-intro{padding-top:43px}.collection-intro h1{font-size:46px}}
@media(max-width:560px){:root{--page:20px;--header:65px}.announcement{height:26px;font-size:8px;gap:8px}.announcement small{font-size:7px}.site-header{padding:0 15px}.wordmark{font-size:26px;letter-spacing:.21em;padding-left:.21em}.header-left{gap:15px}.header-left .icon{width:19px}.header-right .icon{width:19px}.header-right .favorite-header{display:none}.header-right .icon-button{width:32px}.category-nav{justify-content:space-between;padding:0 23px;gap:15px;height:41px;font-size:9px;overflow:auto}.category-nav a:last-child{display:none}.hero{display:flex;flex-direction:column;height:auto;min-height:0;background:#e9ded1;padding:0;overflow:hidden}.hero-copy{padding:39px 25px 0;align-self:stretch;position:relative;z-index:3;text-align:center}.hero-copy .eyebrow{margin-bottom:16px;font-size:8px;letter-spacing:.18em}.hero h1{font-size:clamp(43px,12.8vw,58px);line-height:1.06;margin-bottom:15px}.hero h1 br{display:none}.hero-copy .hero-description{max-width:none;font-size:11px;line-height:1.7;margin-bottom:22px}.hero-copy .hero-description br{display:none}.hero-copy .text-link{font-size:11px;gap:20px;padding-bottom:6px}.hero-visual{height:360px;margin-top:-16px;flex-shrink:0;overflow:hidden}.hero-visual img{height:100%;object-fit:cover;object-position:center 55%;mask-image:linear-gradient(to bottom,transparent,black 15%)}.hero-caption{font-size:8px;bottom:18px;right:21px}.hero-bottom-note{font-size:7px;bottom:18px;left:21px}.collection-section{padding:45px var(--page) 43px}.section-heading .eyebrow{font-size:8px;margin-bottom:12px}.section-heading h2{font-size:25px}.section-heading p:not(.eyebrow){font-size:10px;padding:0 10px;max-width:300px;margin-top:10px}.product-grid{gap:25px 12px}.product-image-wrap{aspect-ratio:4/5.1}.product-favorite{top:2px;right:0;width:34px;height:34px}.product-favorite .icon{width:16px;height:16px}.product-badge{top:13px;left:10px;font-size:6px;letter-spacing:.1em}.product-title-row{display:block}.product-title{font-size:11px;line-height:1.5}.product-price{font-size:10px;margin-top:3px}.product-finish{font-size:8px;margin-top:3px}.product-meta{padding-top:11px}.section-link{margin-top:30px}.section-link .text-link{font-size:11px}.price-note{font-size:8px;margin-top:15px}.editorial{grid-template-columns:1fr;min-height:0}.editorial-image{min-height:0;height:395px}.editorial-image img{transform:scale(1.25);object-position:66% 64%}.editorial-image .image-note{font-size:8px;bottom:20px}.editorial-copy{padding:40px 32px 45px}.editorial-copy .symbol{width:26px;height:27px;margin-bottom:22px}.editorial-copy h2{font-size:38px}.editorial-copy .body{font-size:11px;max-width:310px;margin-bottom:23px}.editorial-copy .text-link{font-size:11px}.orbit-section{padding:43px var(--page)}.orbit-grid{gap:12px}.orbit-intro{padding:0 7px 22px}.orbit-intro .eyebrow{font-size:8px}.orbit-intro h2{font-size:36px;max-width:300px;margin-bottom:17px}.orbit-intro h2 br{display:block}.orbit-intro p:not(.eyebrow){font-size:11px;max-width:290px;margin-bottom:23px}.orbit-intro .text-link{font-size:11px}.values-strip{grid-template-columns:1fr;padding:10px var(--page);gap:0}.value-item{flex-direction:row;gap:18px;align-items:center;padding:21px 5px}.value-item+.value-item{border-left:0;border-top:1px solid var(--line);padding:21px 5px}.value-item .icon{width:24px;height:24px}.value-item h3{font-size:11px;margin-bottom:2px}.value-item p{font-size:10px;max-width:none}.footer-newsletter{display:block;padding:34px var(--page)}.footer-newsletter h2{font-size:28px}.footer-newsletter p{font-size:10px}.newsletter-form{width:100%;margin-top:20px}.newsletter-field input{font-size:11px}.newsletter-form .local-note{font-size:8px}.footer-links{grid-template-columns:1fr 1fr;gap:32px 20px;padding:34px var(--page)}.footer-brand{grid-column:1/-1;display:block}.footer-brand p{margin-top:18px;font-size:10px;max-width:270px}.footer-links h3{font-size:8px;margin-bottom:16px}.footer-link{font-size:10px}.footer-bottom{display:grid;grid-template-columns:1fr auto;font-size:8px;padding:19px 0;gap:15px}.footer-bottom>div{gap:14px;grid-column:1/-1;flex-wrap:wrap}.footer-bottom .small-wordmark{grid-column:2;grid-row:1;font-size:12px}.collection-intro{padding:34px var(--page) 26px}.collection-intro .eyebrow{font-size:8px}.collection-intro h1{font-size:41px;margin-bottom:11px}.collection-intro p:last-child{font-size:11px}.catalog-toolbar{padding-bottom:15px;margin-bottom:19px;gap:14px}.filter-chips{gap:1px;flex-wrap:nowrap;overflow-x:auto;max-width:100%;padding-bottom:3px}.filter-chip{font-size:9px;padding:7px 12px}.catalog-controls{gap:15px}.catalog-controls label{font-size:9px}.catalog-controls select{font-size:9px;max-width:120px}.catalog-controls input{width:160px;font-size:9px}.results-bar{font-size:8px;margin-bottom:18px}.collection-note{font-size:9px}.catalog-shell{padding-bottom:48px}.breadcrumbs{padding:19px var(--page);font-size:8px}.product-layout{grid-template-columns:1fr;gap:29px;padding-bottom:43px}.gallery-main{aspect-ratio:1/1.06}.gallery-thumbs{margin-top:11px;gap:9px}.gallery-thumb{width:60px}.gallery-caption{font-size:8px;margin-top:11px}.product-information h1{font-size:37px}.product-information .eyebrow{font-size:8px;margin-bottom:12px}.detail-description{font-size:12px;margin-top:19px}.detail-price-note{margin-bottom:21px}.purchase-row{margin-top:23px}.purchase-row .button{font-size:12px}.product-accordion summary{font-size:11px}.related-section{padding:35px var(--page) 45px}.related-section .section-heading h2{font-size:31px}.related-section .product-grid .product-card:nth-child(n+3){display:none}.story-hero{padding:44px var(--page) 48px}.story-hero>.symbol{width:53px;height:53px;margin-bottom:25px}.story-hero h1{font-size:51px;margin-bottom:21px}.story-hero .eyebrow{font-size:8px}.story-hero .lead{font-size:11px;max-width:320px}.story-section{grid-template-columns:1fr;gap:33px;padding:40px var(--page)}.story-image{aspect-ratio:1/1.1}.story-section h2{font-size:39px;margin-top:12px}.story-section .story-body{font-size:12px}.story-manifesto{grid-template-columns:1fr;gap:28px;padding:0 var(--page) 43px}.story-manifesto h3{font-size:27px}.story-manifesto article{padding-top:20px}.story-manifesto .eyebrow{margin-bottom:10px}.story-quote{padding:47px var(--page)}.story-quote h2{font-size:36px}.story-quote .text-link{font-size:11px}dialog.drawer,dialog.drawer.left{width:100vw}dialog.center-dialog{width:calc(100vw - 24px);margin:4vh 12px;max-height:92dvh}.dialog-header{padding:17px 20px}.dialog-header h2{font-size:26px}.dialog-body{padding:24px 22px}.dialog-footer{padding:20px 22px}.mini-product{grid-template-columns:80px 1fr;gap:16px}.mini-product img{width:80px;height:100px}.mini-product-title{font-size:12px}.menu-links a{font-size:31px}.menu-image{height:185px}.toast{bottom:17px;font-size:10px;padding:12px 18px;width:max-content}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}.product-image-link img{transform:none!important}}
#site-header{display:contents}
