@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--bg:#f7f7f3;--surface:#fff;--ink:#161916;--muted:#6a6e67;--line:#e2e4dd;--green:#315d46;--lime:#dff294;--cream:#f0eddf;--orange:#e66e3f;--shadow:0 12px 35px #181e1614}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1160px,100% - 40px);margin:0 auto}.site-header{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f7f3e6;border-bottom:1px solid #0000;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:76px;display:flex}.brand{letter-spacing:-.8px;align-items:center;gap:10px;font-size:20px;font-weight:800;display:flex}.brand-mark{background:var(--ink);width:30px;height:30px;color:var(--lime);border-radius:9px;place-items:center;font-family:DM Mono,monospace;font-size:15px;display:grid}.brand-accent{color:var(--green)}.desktop-nav{align-items:center;gap:25px;font-size:14px;font-weight:700;display:flex}.desktop-nav a:hover,.nav-menu:hover>span{color:var(--green)}.nav-menu{cursor:default;padding:26px 0;position:relative}.nav-popover{border:1px solid var(--line);min-width:200px;box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:12px;display:none;position:absolute;top:68px;left:-20px}.nav-menu:hover .nav-popover{gap:10px;display:grid}.nav-popover a{border-radius:8px;padding:8px}.nav-popover a:hover{background:var(--cream)}.button{background:var(--green);color:#fff;border:1px solid var(--green);border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:14px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.button:hover{background:#244934;transform:translateY(-2px)}.button-small{min-height:38px;padding:0 14px;font-size:12px}.button-light{color:var(--green);background:#fff;border-color:#fff}.button-light:hover{background:var(--lime)}.eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--green);margin:0 0 14px;font-family:DM Mono,monospace;font-size:12px;font-weight:500}.hero{padding:80px 0 54px}.hero-grid{grid-template-columns:1.25fr .75fr;align-items:end;gap:38px;display:grid}.hero h1{letter-spacing:-.07em;max-width:850px;margin:0 0 24px;font-size:clamp(44px,7vw,82px);line-height:.96}.hero h1 .highlight{background:var(--lime);padding:0 .08em}.hero-copy{max-width:650px;color:var(--muted);margin:0 0 27px;font-size:18px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.button-ghost{color:var(--ink);border-color:var(--ink);background:0 0}.button-ghost:hover{background:var(--ink);color:#fff}.hero-panel{background:var(--ink);color:#fff;min-height:280px;box-shadow:var(--shadow);border-radius:24px;flex-direction:column;justify-content:space-between;padding:26px;display:flex}.hero-panel-top{justify-content:space-between;align-items:flex-start;display:flex}.hero-panel .mini-label{color:#b9c4b2;text-transform:uppercase;letter-spacing:.1em;font-family:DM Mono,monospace;font-size:11px}.hero-panel strong{letter-spacing:-.07em;font-size:38px}.pulse{background:var(--lime);border-radius:999px;width:12px;height:12px;box-shadow:0 0 0 8px #dff2941f}.hero-panel-list{gap:12px;display:grid}.hero-panel-list div{border-top:1px solid #ffffff29;justify-content:space-between;padding-top:12px;font-size:13px;display:flex}.hero-panel-list span{color:#b9c4b2}.stat-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.stat-strip div{border-right:1px solid var(--line);padding:22px}.stat-strip div:last-child{border-right:0}.stat-strip strong{letter-spacing:-.05em;font-size:24px;display:block}.stat-strip span{color:var(--muted);font-size:12px}.section{padding:74px 0}.section-tight{padding:44px 0}.section-header{justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px;display:flex}.section-header h2{letter-spacing:-.06em;margin:0;font-size:clamp(28px,4vw,46px);line-height:1}.section-header p{color:var(--muted);max-width:460px;margin:0;line-height:1.55}.category-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.category-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:178px;padding:22px;transition:transform .2s,border-color .2s;display:flex}.category-card:hover{border-color:var(--green);transform:translateY(-4px)}.category-card .category-index{color:var(--green);font-family:DM Mono,monospace;font-size:12px}.category-card h3{letter-spacing:-.05em;margin:20px 0 0;font-size:25px}.category-card p{color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.45}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.product-image-wrap{background:var(--cream);aspect-ratio:1.2;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-image{transform:scale(1.04)}.status{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;position:absolute;top:12px;left:12px}.status-live{background:var(--lime);color:#20351d}.status-check{color:#75470d;background:#fff}.product-card-body{padding:17px}.product-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;gap:10px;font-family:DM Mono,monospace;font-size:10px;display:flex}.product-card h3{letter-spacing:-.04em;margin:12px 0 8px;font-size:19px}.product-card h3 a:hover{color:var(--green)}.product-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.product-card-bottom{justify-content:space-between;align-items:center;margin-top:17px;display:flex}.product-card-bottom strong{letter-spacing:-.04em;font-size:21px}.text-link{color:var(--green);font-size:13px;font-weight:800}.how-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.how-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:28px}.how-card .how-number{background:var(--cream);width:34px;height:34px;color:var(--green);border-radius:50%;place-items:center;font-family:DM Mono,monospace;font-size:12px;display:grid}.how-card h3{letter-spacing:-.05em;margin:23px 0 9px;font-size:22px}.how-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.guide-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.guide-card{background:var(--cream);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:200px;padding:23px;display:flex}.guide-card:nth-child(2n){background:#d9e8d3}.guide-card h3{letter-spacing:-.05em;max-width:260px;margin:0;font-size:23px}.guide-card p{color:#4f5950;font-size:13px;line-height:1.55}.cta-banner{background:var(--green);color:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:30px;padding:36px;display:flex}.cta-banner .eyebrow{color:var(--lime)}.cta-banner h2{letter-spacing:-.06em;margin:0 0 8px;font-size:32px}.cta-banner p{color:#d3e0d0;max-width:600px;margin:0}.site-footer{background:var(--ink);color:#fff;margin-top:70px;padding:52px 0 18px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:38px;display:grid}.footer-brand{letter-spacing:-.07em;margin:0 0 12px;font-size:26px;font-weight:800}.footer-brand span{color:var(--lime)}.site-footer .muted{color:#b6c1b1;max-width:340px;font-size:13px;line-height:1.6}.footer-title{text-transform:uppercase;letter-spacing:.1em;color:#b6c1b1;margin:0 0 14px;font-family:DM Mono,monospace;font-size:12px}.site-footer a{color:#fff;margin:10px 0;font-size:13px;display:block}.footer-bottom{color:#aeb7ac;border-top:1px solid #ffffff24;margin-top:40px;padding-top:18px;font-size:11px}.page-hero{padding:56px 0 24px}.page-hero h1{letter-spacing:-.07em;margin:13px 0;font-size:clamp(36px,5vw,62px);line-height:1}.page-hero p{max-width:700px;color:var(--muted);margin:0;font-size:17px;line-height:1.6}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.breadcrumbs a{text-underline-offset:3px;text-decoration:underline}.crumb-separator{margin-left:8px}.filter-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin:15px 0 30px;padding:16px 0;display:flex}.filter-bar p{color:var(--muted);margin:0;font-size:13px}.tag-row{flex-wrap:wrap;gap:8px;display:flex}.tag{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;padding:7px 10px;font-size:11px}.product-layout{grid-template-columns:1.05fr .95fr;gap:44px;padding:24px 0 65px;display:grid}.product-stage{background:var(--cream);aspect-ratio:1;border-radius:24px;overflow:hidden}.product-stage img{object-fit:cover;width:100%;height:100%}.product-detail h1{letter-spacing:-.07em;margin:10px 0 16px;font-size:clamp(36px,5vw,58px);line-height:1}.product-price{letter-spacing:-.06em;margin:0 0 20px;font-size:32px;font-weight:800}.product-detail .summary{color:var(--muted);margin:0 0 22px;font-size:16px;line-height:1.65}.detail-box{border:1px solid var(--line);background:#fff;border-radius:16px;margin:20px 0;padding:18px}.detail-box dl{grid-template-columns:1fr 1fr;gap:16px;margin:0;display:grid}.detail-box dt{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-family:DM Mono,monospace;font-size:10px}.detail-box dd{margin:5px 0 0;font-size:13px;line-height:1.5}.disclosure-note{color:var(--muted);margin-top:14px;font-size:11px;line-height:1.55}.content-layout{grid-template-columns:minmax(0,760px) 260px;gap:55px;padding:22px 0 66px;display:grid}.prose{color:#333830;font-size:16px;line-height:1.75}.prose h2{letter-spacing:-.06em;color:var(--ink);margin:42px 0 10px;font-size:31px}.prose p{margin:0 0 17px}.aside-card{border:1px solid var(--line);background:#fff;border-radius:18px;height:max-content;padding:20px;position:sticky;top:100px}.aside-card h3{letter-spacing:-.04em;margin:0 0 12px;font-size:18px}.aside-card p{color:var(--muted);margin:0 0 16px;font-size:13px;line-height:1.55}.tool-intro{max-width:680px;color:var(--muted);font-size:17px;line-height:1.65}.tool-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:22px;margin:30px 0 18px;padding:28px}.form-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.tool-card label{color:var(--ink);gap:8px;font-size:12px;font-weight:800;display:grid}.tool-card input,.tool-card select{border:1px solid var(--line);width:100%;font:inherit;color:var(--ink);background:#fbfcfa;border-radius:10px;padding:12px}.tool-result{background:var(--green);color:#fff;border-radius:16px;gap:4px;margin-top:24px;padding:20px;display:grid}.tool-result span{text-transform:uppercase;letter-spacing:.1em;color:#d6e7d3;font-family:DM Mono,monospace;font-size:11px}.tool-result strong{letter-spacing:-.06em;font-size:35px}.tool-result small{color:#d6e7d3;line-height:1.55}.size-tool{grid-template-columns:1fr 1fr;gap:30px;display:grid}.tool-result-inline{color:var(--muted);font-size:16px}.legal{max-width:760px;padding:36px 0 70px}.legal h1{letter-spacing:-.07em;font-size:48px}.legal h2{letter-spacing:-.05em;margin-top:33px;font-size:24px}.legal p{color:var(--muted);line-height:1.7}.empty-state{text-align:center;padding:80px 0}.empty-state h1{letter-spacing:-.07em;font-size:54px}.empty-state p{color:var(--muted)}@media (max-width:860px){.desktop-nav{display:none}.header-inner{min-height:68px}.hero{padding-top:50px}.hero-grid,.product-layout,.content-layout{grid-template-columns:1fr}.hero-panel{min-height:220px}.stat-strip{grid-template-columns:repeat(2,1fr)}.stat-strip div:nth-child(2){border-right:0}.stat-strip div:nth-child(-n+2){border-bottom:1px solid var(--line)}.category-grid,.product-grid,.guide-grid{grid-template-columns:repeat(2,1fr)}.content-layout{gap:25px}.aside-card{position:static}.form-grid,.size-tool{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media (max-width:560px){.container{width:min(100% - 28px,1160px)}.header-inner .button{display:none}.hero h1{font-size:47px}.hero-copy{font-size:16px}.category-grid,.product-grid,.guide-grid,.how-grid{grid-template-columns:1fr}.section{padding:56px 0}.section-header{display:block}.section-header p{margin-top:14px}.cta-banner{padding:27px;display:block}.cta-banner .button{margin-top:20px}.stat-strip{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.product-layout{gap:25px}.page-hero h1{font-size:40px}.filter-bar{flex-direction:column;align-items:flex-start}}
:root{--boutique-ink:#121713;--boutique-forest:#173a2d;--boutique-moss:#52705b;--boutique-lime:#dff58f;--boutique-paper:#f7f7f2;--boutique-card:#fff;--boutique-line:#dfe3da}body{background:radial-gradient(circle at 86% -4%, #dff58f33, transparent 22rem), var(--boutique-paper)}.site-header{background:#f7f7f2d1;border-bottom:1px solid #12171314}.header-inner{min-height:82px}.brand{letter-spacing:-1.05px;font-size:21px}.brand-mark{border-radius:10px;width:32px;height:32px;box-shadow:0 7px 16px #12171324}.desktop-nav{text-transform:uppercase;letter-spacing:.08em;gap:30px;font-size:12px}.header-inner>.button{text-transform:uppercase;letter-spacing:.055em;border-radius:999px;min-height:40px;padding:0 16px;font-size:11px}.hero{padding:88px 0 56px}.hero h1{max-width:780px}.hero-panel{border:1px solid #ffffff1f;border-radius:18px;box-shadow:0 24px 50px #141d1729}.finds-boutique{padding-bottom:88px}.finds-hero{border-bottom:1px solid var(--boutique-line);padding:28px 0 0}.finds-hero-grid{grid-template-columns:minmax(0,1.42fr) minmax(255px,.58fr);align-items:stretch;gap:18px;display:grid}.finds-intro{padding:42px 0 36px}.finds-intro .eyebrow{margin-top:18px;margin-bottom:18px}.finds-title-row{justify-content:space-between;align-items:flex-start;gap:28px;display:flex}.finds-title-row h1{max-width:720px;color:var(--boutique-ink);letter-spacing:-.095em;margin:0;font-size:clamp(50px,7vw,104px);line-height:.86}.finds-title-row h1 em{color:var(--boutique-forest);z-index:0;font-style:normal;position:relative}.finds-title-row h1 em:after{content:"";z-index:-1;background:var(--boutique-lime);height:.22em;position:absolute;bottom:.06em;left:-.025em;right:-.045em}.finds-index{color:var(--boutique-moss);letter-spacing:.09em;flex:none;padding-top:6px;font-family:DM Mono,monospace;font-size:12px}.finds-lede{color:#60685f;max-width:660px;margin:26px 0 0;font-size:16px;line-height:1.7}.catalog-stamp{color:#fff;background:linear-gradient(155deg, #dff58f38, transparent 42%), var(--boutique-ink);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:310px;padding:25px;display:flex;overflow:hidden;box-shadow:0 22px 40px #173a2d26}.catalog-stamp-top{color:#b8c5b8;letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;font-family:DM Mono,monospace;font-size:10px;display:flex}.catalog-stamp-dot{background:var(--boutique-lime);border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 7px #dff58f1c}.catalog-stamp strong{color:var(--boutique-lime);letter-spacing:-.1em;margin-top:auto;font-size:clamp(76px,9vw,122px);line-height:.72;display:block}.catalog-stamp p{color:#d7e0d5;margin:18px 0 0;font-size:13px;line-height:1.55}.catalog-stamp-footer{color:#b8c5b8;letter-spacing:.055em;text-transform:uppercase;border-top:1px solid #ffffff29;justify-content:space-between;gap:10px;margin-top:28px;padding-top:12px;font-family:DM Mono,monospace;font-size:10px;display:flex}.finds-shop-section{padding:42px 0 0}.finds-section-heading{justify-content:space-between;align-items:end;gap:24px;display:flex}.finds-section-heading h2{color:var(--boutique-ink);letter-spacing:-.075em;margin:0;font-size:clamp(30px,4vw,54px);line-height:.94}.finds-section-heading h2 span{color:var(--boutique-forest)}.finds-section-heading>p{color:#6e756d;max-width:320px;margin:0;font-size:13px;line-height:1.55}.category-rail{scrollbar-width:thin;gap:9px;margin-top:24px;padding:3px 0 12px;display:flex;overflow-x:auto}.category-chip{border:1px solid var(--boutique-line);min-width:156px;color:var(--boutique-ink);background:#ffffffad;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px 15px;font-size:12px;font-weight:800;transition:all .22s;display:inline-flex}.category-chip:hover,.category-chip.is-active{border-color:var(--boutique-forest);background:var(--boutique-forest);color:#fff;transform:translateY(-2px)}.category-chip b{width:24px;height:24px;color:var(--boutique-forest);background:#edf0e8;border-radius:999px;place-items:center;font-family:DM Mono,monospace;font-size:10px;display:grid}.category-chip:hover b,.category-chip.is-active b{background:var(--boutique-lime);color:var(--boutique-ink)}.catalog-toolbar{border-top:1px solid var(--boutique-line);border-bottom:1px solid var(--boutique-line);justify-content:space-between;align-items:center;gap:18px;margin:32px 0 20px;padding:14px 0;display:flex}.catalog-toolbar p{color:#5d665d;margin:0;font-size:13px}.catalog-toolbar p b{color:var(--boutique-ink)}.catalog-toolbar span{color:var(--boutique-moss);letter-spacing:.08em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:10px}.product-grid.boutique-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.product-card.boutique-product-card{box-shadow:none;background:0 0;border:0;border-radius:0;overflow:visible}.product-card.boutique-product-card:hover{box-shadow:none;transform:none}.boutique-product-card .product-image-wrap{border:1px solid var(--boutique-line);aspect-ratio:4/5;box-shadow:none;background:#f0f0e9;border-radius:14px}.boutique-product-card .product-image-wrap:after{content:"";opacity:0;background:linear-gradient(#0000 62%,#0e140f47);transition:opacity .25s;position:absolute;inset:0}.boutique-product-card:hover .product-image-wrap:after{opacity:1}.boutique-product-card .product-image{object-fit:cover;transition:transform .45s cubic-bezier(.2,.65,.2,1)}.boutique-product-card:hover .product-image{transform:scale(1.045)}.boutique-product-card .status{box-shadow:none;border:1px solid #12171314;padding:5px 8px;font-family:DM Mono,monospace;font-size:8px;top:10px;left:10px}.product-view-label{z-index:2;color:#fff;letter-spacing:.07em;text-transform:uppercase;opacity:0;align-items:center;gap:7px;font-family:DM Mono,monospace;font-size:10px;transition:all .25s;display:inline-flex;position:absolute;bottom:12px;right:13px;transform:translateY(6px)}.product-view-label:after{content:"↗";color:var(--boutique-lime);font-size:15px;line-height:1}.boutique-product-card:hover .product-view-label{opacity:1;transform:translateY(0)}.boutique-product-card .product-card-body{padding:13px 2px 2px}.boutique-product-card .product-meta{color:#778075;letter-spacing:.07em;min-height:16px;font-size:9px}.boutique-product-card h3{min-height:44px;color:var(--boutique-ink);letter-spacing:-.055em;margin:7px 0 9px;font-size:17px;line-height:1.14}.boutique-product-card h3 a:hover{color:var(--boutique-forest)}.product-fit-note{color:#6f776f;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:38px;font-size:11px;line-height:1.5;display:-webkit-box;overflow:hidden}.boutique-product-card .product-card-bottom{border-top:1px solid var(--boutique-line);margin-top:13px;padding-top:11px}.boutique-product-card .product-card-bottom strong{color:var(--boutique-ink);letter-spacing:-.045em;font-size:17px}.boutique-product-card .text-link{color:var(--boutique-forest);letter-spacing:.03em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:10px}.product-card:not(.boutique-product-card){border-radius:14px}.product-card:not(.boutique-product-card) .product-image-wrap{aspect-ratio:4/5}.product-card:not(.boutique-product-card) .product-card-body{padding:18px}.site-footer{margin-top:0}@media (max-width:1040px){.product-grid.boutique-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.finds-hero-grid{grid-template-columns:1fr}.catalog-stamp{min-height:218px}.finds-title-row h1{font-size:clamp(54px,13vw,84px)}.finds-section-heading{flex-direction:column;align-items:flex-start}.product-grid.boutique-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width:560px){.header-inner{min-height:66px}.finds-intro{padding:30px 0 26px}.finds-title-row{gap:10px}.finds-index{font-size:9px}.finds-lede{margin-top:19px;font-size:14px}.catalog-toolbar{flex-direction:column;align-items:flex-start;gap:6px}.category-chip{min-width:138px}.boutique-product-card h3{min-height:39px;font-size:15px}.product-fit-note{display:none}}
.finds-boutique{background:radial-gradient(circle at 8% 0,#dff58f29,#0000 25rem),#f7f7f2}.finds-boutique .container{width:min(1320px,100% - 56px)}.finds-hero{border-bottom-color:#dde1d7}.finds-intro{padding-top:36px;padding-bottom:34px}.catalog-stamp{min-height:278px}.finds-shop-section{padding:46px 0 94px}.category-rail{gap:10px;margin-top:27px}.category-chip{border-radius:10px;min-width:170px;padding:13px 15px}.catalog-toolbar{margin-top:24px;margin-bottom:26px}.product-grid.boutique-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px}.product-card.boutique-product-card{min-width:0}.boutique-product-card .product-image-wrap{aspect-ratio:1/1.08;background:linear-gradient(135deg,#fffffffa,#f1f2eaf2),#f1f2ea;border:1px solid #dde1d7;border-radius:12px;place-items:center;min-height:0;padding:clamp(14px,1.5vw,23px);display:grid;overflow:hidden;box-shadow:0 8px 22px #12171309}.boutique-product-card .product-image-wrap:after{display:none}.boutique-product-card .product-image{object-fit:contain;object-position:center;width:84%;max-width:84%;height:84%;max-height:84%;transition:transform .26s;display:block;transform:none}.boutique-product-card:hover .product-image{transform:scale(1.025)}.boutique-product-card .status{z-index:3;white-space:nowrap;letter-spacing:.04em;border:1px solid #12171314;border-radius:999px;padding:5px 8px;font-family:DM Mono,monospace;font-size:8px;line-height:1;top:11px;left:11px}.boutique-product-card .product-card-body{flex-direction:column;min-height:152px;padding:13px 2px 0;display:flex}.boutique-product-card .product-meta{color:#748073;white-space:nowrap;gap:6px;min-height:15px;font-size:8px;line-height:1.2}.boutique-product-card .product-meta span:last-child{text-overflow:ellipsis;overflow:hidden}.boutique-product-card h3{color:#151915;letter-spacing:-.055em;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;margin:8px 0;font-size:16px;font-weight:800;line-height:1.22;display:-webkit-box;overflow:hidden}.boutique-product-card .product-fit-note{color:#6c746b;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:33px;margin:0;font-size:11px;line-height:1.48;display:-webkit-box;overflow:hidden}.boutique-product-card .product-card-bottom{border-top:1px solid #dde1d7;margin-top:auto;padding-top:12px}.boutique-product-card .product-card-bottom strong{font-size:18px}.boutique-product-card .text-link{letter-spacing:.06em;font-size:9px}.product-view-label{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#121713d1;border-radius:999px;padding:7px 9px;font-size:9px;bottom:11px;right:12px}.product-view-label:after{font-size:12px}.product-stage{background:linear-gradient(135deg,#fff,#f0f1e9);place-items:center;padding:34px;display:grid}.product-stage img{object-fit:contain;width:86%;max-width:86%;height:86%;max-height:86%}@media (max-width:1120px){.product-grid.boutique-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.finds-boutique .container{width:min(100% - 32px,1320px)}.product-grid.boutique-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.boutique-product-card .product-card-body{min-height:138px}}@media (max-width:520px){.finds-boutique .container{width:min(100% - 26px,1320px)}.finds-shop-section{padding-top:30px}.product-grid.boutique-grid{gap:18px 10px}.boutique-product-card .product-image-wrap{aspect-ratio:1/1.12;border-radius:10px;padding:12px}.boutique-product-card .product-image{width:88%;max-width:88%;height:88%;max-height:88%}.boutique-product-card .product-card-body{min-height:118px;padding-top:10px}.boutique-product-card h3{min-height:36px;margin:6px 0;font-size:14px}.boutique-product-card .product-fit-note{display:none}.boutique-product-card .product-card-bottom{padding-top:8px}.boutique-product-card .product-card-bottom strong{font-size:16px}}.product-stage{aspect-ratio:auto;background:0 0;border-radius:0;padding:0;display:block;overflow:visible}.product-main-canvas{aspect-ratio:1;background:linear-gradient(135deg,#fff,#f0f1e9);border-radius:24px;place-items:center;padding:34px;display:grid;overflow:hidden}.product-stage .product-main-canvas img{object-fit:contain;width:86%;max-width:86%;height:86%;max-height:86%;display:block}.qc-gallery{background:#fff;border:1px solid #dde1d7;border-radius:18px;margin-top:18px;padding:17px}.qc-gallery-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:13px;display:flex}.qc-gallery-heading .eyebrow{margin-bottom:6px;font-size:10px}.qc-gallery-heading h2{color:#151915;letter-spacing:-.055em;margin:0;font-size:24px}.qc-gallery-heading>span{color:#355336;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:#eef2d8;border-radius:999px;padding:6px 9px;font-family:DM Mono,monospace;font-size:9px}.qc-image-grid{gap:10px;display:grid}.qc-image-grid-1{grid-template-columns:1fr}.qc-image-grid-2,.qc-image-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.qc-image-link{aspect-ratio:4/3;background:#f0f2ec;border:1px solid #e1e4dc;border-radius:12px;display:block;position:relative;overflow:hidden}.product-stage .qc-image-link img{object-fit:contain;background:#f0f2ec;width:100%;max-width:none;height:100%;max-height:none;display:block}.qc-image-link span{color:#fff;letter-spacing:.04em;opacity:0;background:#121713d6;border-radius:999px;padding:6px 8px;font-family:DM Mono,monospace;font-size:8px;transition:opacity .18s,transform .18s;position:absolute;bottom:9px;right:9px;transform:translateY(4px)}.qc-image-link:hover span{opacity:1;transform:translateY(0)}.qc-empty-state{background:linear-gradient(135deg,#f9faf6,#f1f3eb);border:1px dashed #cfd5c9;border-radius:12px;align-content:center;gap:8px;min-height:136px;padding:16px;display:grid}.qc-empty-state strong{color:#313832;font-size:14px;line-height:1.45}.qc-empty-state p{color:#737c71;margin:0;font-size:12px;line-height:1.5}@media (max-width:860px){.product-main-canvas{border-radius:20px;padding:28px}}@media (max-width:520px){.qc-gallery{border-radius:15px;margin-top:13px;padding:14px}.qc-gallery-heading h2{font-size:21px}.qc-image-grid-2,.qc-image-grid-3{grid-template-columns:1fr}}
.finds-filter-panel{background:#ffffffc2;border:1px solid #dde1d7;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;margin-top:30px;padding:16px;display:grid;box-shadow:0 12px 24px #12171309}.finds-filter-panel label{color:#687265;letter-spacing:.055em;text-transform:uppercase;gap:7px;font-family:DM Mono,monospace;font-size:9px;display:grid}.finds-search input,.finds-filter-controls select{color:#1a211a;background:#fbfcf8;border:1px solid #ccd2c7;border-radius:9px;outline:none;width:100%;min-height:44px;font-family:inherit;font-size:13px}.finds-search input{padding:0 14px}.finds-filter-controls select{cursor:pointer;min-width:150px;padding:0 34px 0 12px}.finds-search input:focus,.finds-filter-controls select:focus{border-color:#527552;box-shadow:0 0 0 3px #5275521f}.finds-filter-controls{gap:10px;display:flex}.category-filter-rail{scrollbar-width:thin;padding-bottom:4px;display:flex;overflow-x:auto}.category-filter-rail .category-chip{appearance:none;cursor:pointer;font:inherit;text-align:left;border:1px solid #dde1d7}.category-filter-rail .category-chip:hover{background:#f1f4e8;border-color:#9eb49d}.catalog-toolbar-interactive{align-items:center}.catalog-toolbar-interactive>div{justify-content:flex-end;align-items:center;gap:12px;display:inline-flex}.filter-reset{color:#315c40;cursor:pointer;letter-spacing:.045em;text-transform:uppercase;background:0 0;border:0;border-bottom:1px solid;padding:0;font-family:DM Mono,monospace;font-size:9px}.filter-reset:hover{color:#182719}.finds-empty-state{text-align:center;background:linear-gradient(135deg,#ffffffc7,#ecf1e2b8);border:1px dashed #bfc9b9;border-radius:16px;align-content:center;place-items:center;gap:11px;min-height:280px;padding:32px;display:grid}.finds-empty-state .eyebrow{margin:0}.finds-empty-state h3{color:#182019;letter-spacing:-.055em;margin:0;font-size:clamp(23px,2.5vw,32px)}.finds-empty-state p:not(.eyebrow){color:#687265;max-width:430px;margin:0;font-size:13px;line-height:1.55}@media (max-width:860px){.finds-filter-panel{grid-template-columns:1fr}.finds-filter-controls{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.finds-filter-controls select{min-width:0}}@media (max-width:520px){.finds-filter-panel{border-radius:12px;gap:12px;margin-top:22px;padding:12px}.finds-filter-controls{grid-template-columns:1fr}.catalog-toolbar-interactive{gap:8px;display:grid}.catalog-toolbar-interactive>div{justify-content:space-between}.finds-empty-state{min-height:230px;padding:22px}}
.product-main-canvas{aspect-ratio:1;background:linear-gradient(135deg,#fff,#f0f1e9);border-radius:24px;place-items:center;width:100%;padding:clamp(22px,3vw,30px);display:grid;overflow:hidden}.product-stage .product-main-canvas img{object-fit:contain;object-position:center;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.product-grid .product-image-wrap,.boutique-product-card .product-image-wrap,.product-card:not(.boutique-product-card) .product-image-wrap{aspect-ratio:1/1.08;place-items:center;padding:clamp(12px,1.35vw,20px);display:grid;overflow:hidden}.product-grid .product-image,.boutique-product-card .product-image,.product-card:not(.boutique-product-card) .product-image{object-fit:contain;object-position:center;width:100%;max-width:100%;height:100%;max-height:100%}.boutique-product-card:hover .product-image,.product-card:hover .product-image{transform:scale(1.025)}.qc-image-link{place-items:center;display:grid}.product-stage .qc-image-link img{object-fit:contain;object-position:center;width:100%;max-width:100%;height:100%;max-height:100%}@media (max-width:860px){.product-main-canvas{border-radius:20px;padding:24px}}@media (max-width:520px){.product-main-canvas{padding:18px}.product-grid .product-image-wrap,.boutique-product-card .product-image-wrap,.product-card:not(.boutique-product-card) .product-image-wrap{padding:10px}}
:root{--retail-black:#0c0f0d;--retail-black-soft:#151916;--retail-accent:#b8ff3d;--retail-accent-soft:#e5ffb6;--retail-bg:#f2f3f0;--retail-surface:#fff;--retail-surface-soft:#e9ece7;--retail-text:#111411;--retail-muted:#69706a;--retail-line:#d8ddd7;--retail-shadow:0 18px 45px #0c0f0d17;--bg:var(--retail-bg);--surface:var(--retail-surface);--ink:var(--retail-text);--muted:var(--retail-muted);--line:var(--retail-line);--green:var(--retail-black);--lime:var(--retail-accent);--cream:var(--retail-surface-soft);--shadow:var(--retail-shadow);--boutique-ink:var(--retail-text);--boutique-forest:var(--retail-black);--boutique-moss:#59615a;--boutique-lime:var(--retail-accent);--boutique-paper:var(--retail-bg);--boutique-card:var(--retail-surface);--boutique-line:var(--retail-line)}body{background:var(--retail-bg);color:var(--retail-text)}::selection{background:var(--retail-accent);color:var(--retail-black)}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c0f0df5;border-bottom:1px solid #ffffff1a;box-shadow:0 10px 30px #0c0f0d1f}.header-inner{min-height:74px}.brand{color:#fff}.brand>span:first-child{background:var(--retail-accent)!important;width:40px!important;height:40px!important;box-shadow:none!important;border-radius:11px!important}.brand>span:first-child svg path,.brand>span:first-child svg circle{stroke:var(--retail-black);fill:var(--retail-black)}.brand>span:first-child svg path:last-child{stroke:var(--retail-black)}.brand-accent{color:var(--retail-accent)}.desktop-nav{color:#d9ddd9}.desktop-nav>a,.desktop-nav .nav-menu>a{position:relative}.desktop-nav>a:after,.desktop-nav .nav-menu>a:after{content:"";background:var(--retail-accent);transform-origin:50%;height:2px;transition:transform .2s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(0)}.desktop-nav>a:hover,.desktop-nav .nav-menu>a:hover{color:#fff}.desktop-nav>a:hover:after,.desktop-nav .nav-menu>a:hover:after{transform:scaleX(1)}.nav-popover{background:var(--retail-black-soft);border-color:#ffffff1a;border-radius:14px;padding:10px;top:61px;box-shadow:0 24px 50px #00000047}.nav-popover a{color:#eef1ee}.nav-popover a:hover{color:var(--retail-black);background:var(--retail-accent)}.header-inner>div:last-child details>summary{color:#fff!important;background:#ffffff14!important;border-color:#ffffff3d!important}.header-inner>div:last-child details>div{border-color:var(--retail-line)!important;background:#fff!important;box-shadow:0 20px 45px #00000038!important}.header-inner>div:last-child .button{border-color:var(--retail-accent);background:var(--retail-accent);color:var(--retail-black)}.header-inner>div:last-child .button:hover{background:#d1ff79;border-color:#d1ff79}.button{border-color:var(--retail-black);background:var(--retail-black);color:#fff;min-height:48px;box-shadow:none;border-radius:999px}.button:hover{border-color:var(--retail-accent);background:var(--retail-accent);color:var(--retail-black);transform:translateY(-2px)}.button-ghost{border-color:var(--retail-black);color:var(--retail-black);background:0 0}.hero{padding:34px 0 28px}.hero .container{background:radial-gradient(circle at 84% 18%,#b8ff3d3d,#0000 24rem),linear-gradient(135deg,#0b0e0c 0%,#141915 100%);border-radius:30px;padding:clamp(30px,5vw,68px);position:relative;overflow:hidden;box-shadow:0 28px 70px #0c0f0d2e}.hero .container:before{content:"";pointer-events:none;border:1px solid #b8ff3d2e;border-radius:50%;width:340px;height:340px;position:absolute;top:-120px;right:-100px;box-shadow:0 0 0 55px #b8ff3d09,0 0 0 110px #b8ff3d06}.hero-grid{z-index:1;align-items:center;position:relative}.hero .eyebrow{color:var(--retail-accent)}.hero h1{color:#fff;max-width:900px;font-size:clamp(44px,6vw,76px);line-height:.98}.hero h1 .highlight{color:var(--retail-accent);background:0 0;padding:0}.hero-copy{color:#c8cec9}.hero .button{border-color:var(--retail-accent);background:var(--retail-accent);color:var(--retail-black)}.hero .button:hover{background:#d3ff83;border-color:#d3ff83}.hero .button-ghost{color:#fff;background:0 0;border-color:#ffffff7a}.hero .button-ghost:hover{color:var(--retail-black);background:#fff;border-color:#fff}.hero-panel{min-height:260px;box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff12;border:1px solid #ffffff21;border-radius:22px}.hero-panel .mini-label,.hero-panel-list span{color:#aeb7b0}.hero-panel strong{color:#fff}.pulse{background:var(--retail-accent);box-shadow:0 0 0 8px #b8ff3d1f}.stat-strip{border:1px solid var(--retail-line);background:#fff;border-radius:18px;margin-top:18px;overflow:hidden;box-shadow:0 12px 35px #0c0f0d0d}.stat-strip div{border-color:var(--retail-line)}.stat-strip strong{color:var(--retail-black)}.section-header h2,.page-hero h1,.finds-title-row h1,.finds-section-heading h2{color:var(--retail-text)}.eyebrow{color:#536052}.category-grid{gap:16px}.category-card{border-color:var(--retail-line);background:#fff;border-radius:22px;min-height:190px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0c0f0d09}.category-card:after{content:"↗";background:var(--retail-surface-soft);width:32px;height:32px;color:var(--retail-black);border-radius:50%;place-items:center;font-size:14px;transition:all .2s;display:grid;position:absolute;top:18px;right:18px}.category-card:hover{border-color:var(--retail-black);box-shadow:var(--retail-shadow);transform:translateY(-5px)}.category-card:hover:after{background:var(--retail-accent);transform:rotate(45deg)}.category-card .category-index{background:var(--retail-accent-soft);width:max-content;min-height:28px;color:var(--retail-black);border-radius:999px;align-items:center;padding:0 9px;display:inline-flex}.category-card h3{max-width:calc(100% - 38px);color:var(--retail-text)}.product-grid.boutique-grid,.product-grid{gap:18px}.product-card.boutique-product-card{border:1px solid var(--retail-line);background:#fff;border-radius:18px;transition:transform .22s,box-shadow .22s,border-color .22s;overflow:hidden;box-shadow:0 8px 24px #0c0f0d0b}.product-card.boutique-product-card:hover{border-color:#bdc4bd;transform:translateY(-5px);box-shadow:0 22px 45px #0c0f0d1c}.boutique-product-card .product-image-wrap{aspect-ratio:1/1.14;background:#eef0ed;border:0;border-radius:0}.boutique-product-card .product-image-wrap:after{background:linear-gradient(#0000 58%,#080a0961)}.boutique-product-card .status{color:var(--retail-black);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border:0;padding:6px 9px;top:12px;left:12px}.boutique-product-card .status-live{background:var(--retail-accent)}.boutique-product-card .product-card-body{padding:16px 16px 15px}.boutique-product-card .product-meta{color:#747b75}.boutique-product-card h3{min-height:42px;color:var(--retail-text);font-size:17px}.product-fit-note{color:var(--retail-muted)}.boutique-product-card .product-card-bottom{border-color:var(--retail-line)}.boutique-product-card .product-card-bottom strong{color:var(--retail-black);font-size:19px}.boutique-product-card .text-link,.text-link{color:#222822}.boutique-product-card .text-link:hover,.text-link:hover{color:#4f7000}.product-view-label:after{color:var(--retail-accent)}.finds-hero{border-color:var(--retail-line)}.catalog-stamp{background:radial-gradient(circle at 80% 20%, #b8ff3d33, transparent 14rem), var(--retail-black);box-shadow:var(--retail-shadow);border-radius:22px}.catalog-stamp strong{color:var(--retail-accent)}.finds-filter-panel{background:var(--retail-black)!important;border-color:#ffffff1a!important;border-radius:20px!important;padding:20px!important;box-shadow:0 20px 45px #0c0f0d24!important}.finds-filter-panel label{color:#c1c8c2!important}.finds-filter-panel input,.finds-filter-panel select{color:var(--retail-text)!important;background:#fff!important;border-color:#ffffff1f!important;border-radius:13px!important}.finds-filter-panel input:focus,.finds-filter-panel select:focus{box-shadow:0 0 0 3px #b8ff3d33;border-color:var(--retail-accent)!important}.category-chip{border-color:var(--retail-line);background:#fff;border-radius:999px;min-width:148px;box-shadow:0 6px 18px #0c0f0d09}.category-chip:hover,.category-chip.is-active{border-color:var(--retail-black);background:var(--retail-black);color:#fff}.category-chip:hover b,.category-chip.is-active b{background:var(--retail-accent);color:var(--retail-black)}.finds-filter-panel+.category-rail+section[aria-label]{border-color:var(--retail-line)!important;background:#fff!important;border-radius:18px!important}.catalog-toolbar{border-color:var(--retail-line)}.filter-reset{background:var(--retail-accent);color:var(--retail-black);border:0;border-radius:999px;font-weight:800}.how-card,.aside-card,.detail-box,.tool-card{border-color:var(--retail-line);background:#fff;border-radius:20px;box-shadow:0 10px 30px #0c0f0d09}.how-card:hover{border-color:#bbc2bb}.guide-card{border:1px solid var(--retail-line);background:#fff;border-radius:20px;transition:all .22s;box-shadow:0 10px 30px #0c0f0d09}.guide-card:nth-child(2n){background:#fff}.guide-card:hover{border-color:var(--retail-black);box-shadow:var(--retail-shadow);transform:translateY(-4px)}.guide-card .eyebrow{color:#59615a}.cta-banner,.tool-result{background:var(--retail-black)}.cta-banner .eyebrow,.tool-result span{color:var(--retail-accent)}.page-hero{border-bottom:1px solid var(--retail-line);background:linear-gradient(180deg, #f7f8f6 0%, var(--retail-bg) 100%);padding:54px 0 34px}.product-stage{border:1px solid var(--retail-line);background:#e9ece8}.site-footer{background:radial-gradient(circle at 10% 0%, #b8ff3d1a, transparent 22rem), var(--retail-black);margin-top:72px}.footer-brand span{color:var(--retail-accent)}.site-footer .muted,.footer-title,.footer-bottom{color:#aeb6af}.site-footer a:hover{color:var(--retail-accent)}@media (max-width:1040px){.desktop-nav{gap:18px;font-size:11px}.brand{font-size:18px}}@media (max-width:860px){.hero .container{border-radius:24px;padding:34px 26px}.hero-grid{gap:30px}.hero-panel{min-height:210px}.product-grid.boutique-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.site-header{background:#0c0f0dfa}.brand>span:first-child{width:36px!important;height:36px!important}.hero{padding-top:18px}.hero .container{border-radius:20px;width:calc(100% - 20px);padding:28px 20px}.hero h1{font-size:clamp(38px,12vw,56px)}.stat-strip{margin-top:12px}.category-card{border-radius:18px;min-height:170px}.product-grid.boutique-grid,.product-grid{gap:11px}.product-card.boutique-product-card{border-radius:14px}.boutique-product-card .product-card-body{padding:12px}.boutique-product-card h3{font-size:15px}.finds-filter-panel{border-radius:16px!important;padding:15px!important}.category-chip{min-width:136px}}
.brand>span:first-child svg path{fill:none;stroke:#0c0f0d}.brand>span:first-child svg circle{fill:#0c0f0d;stroke:none}.site-header-home{position:relative}.home-search-row{background:#0c0f0df5;padding:0 0 17px}.home-search-form{background:#fff;border:1px solid #ffffff29;border-radius:999px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:min(760px,100%);min-height:58px;margin:0 auto;padding:5px 5px 5px 18px;display:grid;box-shadow:0 16px 40px #0003}.home-search-icon{color:#59615a;font-size:23px;line-height:1}.home-search-form input{color:#111411;min-width:0;height:48px;font:inherit;background:0 0;border:0;outline:0;padding:0 14px;font-size:15px}.home-search-form input::placeholder{color:#7a817b}.home-search-form button{color:#0c0f0d;min-height:48px;font:inherit;cursor:pointer;background:#b8ff3d;border:0;border-radius:999px;padding:0 22px;font-size:13px;font-weight:800;transition:background .2s,transform .2s}.home-search-form button:hover{background:#d3ff83;transform:translateY(-1px)}@media (max-width:860px){.home-search-row{padding:0 0 14px}.home-search-form{width:100%}}@media (max-width:560px){.home-search-row .container{width:calc(100% - 20px)}.home-search-form{min-height:52px;padding:4px 4px 4px 14px}.home-search-form input{height:44px;padding:0 10px;font-size:14px}.home-search-form button{min-height:44px;padding:0 15px;font-size:12px}}
.mobile-nav-menu{display:none}.header-actions{align-items:center;gap:10px;display:flex}@media (max-width:860px){.mobile-nav-menu{display:block;position:relative}.mobile-nav-menu>summary{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff3d;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-size:12px;font-weight:800;list-style:none;display:inline-flex}.mobile-nav-menu>summary::-webkit-details-marker{display:none}.mobile-nav-menu[open]>summary{color:#b8ff3d;border-color:#b8ff3d}.mobile-nav-panel{z-index:90;background:#151916;border:1px solid #ffffff1a;border-radius:16px;width:min(286px,100vw - 28px);padding:10px;display:grid;position:absolute;top:48px;right:0;box-shadow:0 24px 55px #00000052}.mobile-nav-panel a{color:#eef1ee;border-radius:10px;align-items:center;min-height:43px;padding:0 12px;font-size:13px;font-weight:750;display:flex}.mobile-nav-panel a:hover,.mobile-nav-panel a:focus-visible{color:#0c0f0d;background:#b8ff3d;outline:none}.mobile-nav-divider{background:#ffffff1f;height:1px;margin:7px 5px}.mobile-nav-panel .mobile-nav-visit{color:#0c0f0d;background:#b8ff3d;margin-top:7px}}@media (max-width:560px){.header-actions{gap:7px}.brand{letter-spacing:-.75px;gap:8px;font-size:16px}.mobile-nav-menu>summary{border-radius:11px;width:40px;padding:0;font-size:17px}.mobile-nav-label{display:none}.header-actions>details:not(.mobile-nav-menu)>summary{padding:0 9px!important;font-size:11px!important}.finds-hero{padding-top:12px}.finds-intro{padding:24px 0 18px}.finds-intro .eyebrow{margin-top:14px;margin-bottom:14px}.finds-title-row h1{font-size:clamp(46px,14.5vw,62px);line-height:.87}.finds-lede{margin-top:17px;font-size:13px;line-height:1.55}.catalog-stamp{grid-template-columns:auto minmax(0,1fr);align-items:end;gap:12px 16px;min-height:0;padding:17px;display:grid}.catalog-stamp-top{grid-column:1/-1}.catalog-stamp strong{margin:0;font-size:62px;line-height:.78}.catalog-stamp p{margin:0;font-size:11px;line-height:1.45}.catalog-stamp-footer{grid-column:1/-1;margin-top:2px;padding-top:10px}.finds-shop-section{padding-top:25px}}@media (max-width:390px){.brand{font-size:15px}.brand>span:first-child{width:34px!important;height:34px!important}.header-actions>details:not(.mobile-nav-menu)>summary{padding:0 7px!important}}
.outfits-page{color:#f5f7f5;background:#070908;min-height:100vh}.outfits-hero{background:radial-gradient(circle at 82% 10%,#b8ff3d26,#0000 26rem),#070908;border-bottom:1px solid #ffffff1a;padding:64px 0 50px}.outfits-hero .breadcrumbs,.outfits-hero .breadcrumbs a{color:#9ba49d}.outfits-hero-grid{grid-template-columns:minmax(0,1fr) 210px;align-items:end;gap:50px;margin-top:34px;display:grid}.outfits-hero .eyebrow,.outfits-note .eyebrow{color:#b8ff3d}.outfits-hero h1{color:#fff;letter-spacing:-.08em;max-width:850px;margin:0;font-size:clamp(48px,7vw,88px);line-height:.93}.outfits-hero-grid>div:first-child>p:last-child{color:#b9c1bb;max-width:720px;margin:28px 0 0;font-size:17px;line-height:1.7}.outfits-count-card{background:#ffffff0e;border:1px solid #ffffff21;border-radius:22px;align-content:space-between;min-height:185px;padding:22px;display:grid}.outfits-count-card strong{color:#b8ff3d;letter-spacing:-.09em;font-size:78px;line-height:.8}.outfits-count-card span{color:#bdc5bf;letter-spacing:.1em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:10px}.outfits-section{padding:54px 0 76px}.outfits-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.outfit-card{background:#111512;border:1px solid #ffffff1c;border-radius:22px;transition:transform .24s,border-color .24s,box-shadow .24s;overflow:hidden;box-shadow:0 18px 45px #0003}.outfit-card:hover{border-color:#b8ff3d73;transform:translateY(-6px);box-shadow:0 28px 60px #00000057}.outfit-collage{aspect-ratio:4/5;background:#222722;grid-template-rows:repeat(3,1fr);grid-template-columns:1.12fr .88fr;gap:2px;display:grid;position:relative;overflow:hidden}.outfit-image{background:#eef0ed;position:relative;overflow:hidden}.outfit-image-1{grid-area:1/1/3}.outfit-image-2{grid-area:1/2}.outfit-image-3{grid-area:2/2}.outfit-image-4{grid-area:3/1/auto/3}.outfit-image img{object-fit:contain;width:100%;height:100%;transition:transform .4s cubic-bezier(.2,.7,.2,1)}.outfit-image:hover img{transform:scale(1.055)}.outfit-overlay{z-index:2;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);pointer-events:none;background:#080a09cc;border:1px solid #ffffff29;border-radius:15px;padding:15px;position:absolute;bottom:14px;left:14px;right:14px;box-shadow:0 14px 35px #00000040}.outfit-overlay span{color:#b8ff3d;letter-spacing:.09em;text-transform:uppercase;margin-bottom:7px;font-family:DM Mono,monospace;font-size:8px;display:block}.outfit-overlay h2{color:#fff;letter-spacing:-.055em;margin:0;font-size:23px;line-height:1}.outfit-overlay p{color:#c6cdc7;margin:7px 0 0;font-size:10px}.outfit-card-body{padding:18px}.outfit-card-body>p{color:#aeb6b0;min-height:69px;margin:0;font-size:12px;line-height:1.6}.outfit-price-row{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:end;gap:14px;margin-top:17px;padding-top:14px;display:flex}.outfit-price-row span{color:#858f87;letter-spacing:.06em;text-transform:uppercase;max-width:120px;font-family:DM Mono,monospace;font-size:8px;line-height:1.4}.outfit-price-row strong{color:#fff;letter-spacing:-.045em;font-size:20px}.outfit-details{margin-top:16px}.outfit-details>summary{color:#0c0f0d;cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:0 15px;font-size:11px;font-weight:850;list-style:none;display:inline-flex}.outfit-details>summary::-webkit-details-marker{display:none}.outfit-details[open]>summary{background:#b8ff3d}.outfit-product-list{border-top:1px solid #ffffff1a;gap:7px;margin-top:14px;padding-top:13px;display:grid}.outfit-product-list-title{color:#8e9890;letter-spacing:.08em;text-transform:uppercase;margin:0 0 3px;font-family:DM Mono,monospace;font-size:8px}.outfit-product-list a{background:#ffffff0b;border-radius:11px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;padding:7px;transition:background .2s;display:grid}.outfit-product-list a:hover{background:#b8ff3d1f}.outfit-product-list img{object-fit:contain;background:#f1f3f0;border-radius:8px;width:42px;height:42px}.outfit-product-list span{min-width:0}.outfit-product-list b,.outfit-product-list small{display:block}.outfit-product-list b{color:#f5f7f5;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.outfit-product-list small{color:#9aa39c;margin-top:3px;font-size:8px}.outfits-note-section{padding:0 0 78px}.outfits-note{background:radial-gradient(circle at 90% 10%,#b8ff3d21,#0000 18rem),#111512;border:1px solid #ffffff1f;border-radius:26px;justify-content:space-between;align-items:center;gap:42px;padding:34px;display:flex}.outfits-note h2{color:#fff;letter-spacing:-.06em;margin:0;font-size:clamp(28px,4vw,43px)}.outfits-note>div:first-child>p:last-child{color:#adb5af;max-width:720px;margin:14px 0 0;font-size:13px;line-height:1.65}.outfits-note-actions{flex-wrap:wrap;flex:none;gap:10px;display:flex}.outfits-note .button{color:#0c0f0d;background:#b8ff3d;border-color:#b8ff3d}.outfits-note .button-ghost{color:#fff;background:0 0;border-color:#ffffff6b}@media (max-width:1080px){.outfits-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.outfits-note{flex-direction:column;align-items:flex-start}}@media (max-width:820px){.outfits-hero-grid{grid-template-columns:1fr;gap:26px}.outfits-count-card{grid-template-columns:auto 1fr;align-items:end;gap:18px;min-height:120px}.outfits-count-card strong{font-size:64px}.outfits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.outfits-hero{padding:36px 0 30px}.outfits-hero-grid{margin-top:25px}.outfits-hero h1{font-size:clamp(44px,13.5vw,60px)}.outfits-hero-grid>div:first-child>p:last-child{margin-top:20px;font-size:14px}.outfits-section{padding:28px 0 52px}.outfits-grid{grid-template-columns:1fr;gap:16px}.outfit-collage{aspect-ratio:1/1.08}.outfit-card-body>p{min-height:0}.outfits-note-section{padding-bottom:52px}.outfits-note{border-radius:21px;padding:24px}.outfits-note-actions,.outfits-note-actions .button{width:100%}}
.outfits-page,.outfit-detail-page{scroll-margin-top:86px}.outfit-view-link{color:#0c0f0d;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:40px;margin-top:16px;padding:0 16px;font-size:11px;font-weight:850;transition:background .2s,transform .2s;display:inline-flex}.outfit-view-link:hover{color:#0c0f0d;background:#b8ff3d;transform:translateY(-2px)}.outfit-view-link span{color:#4d5800;font-size:15px}.outfit-detail-page{color:#f5f7f5;background:#070908;min-height:100vh}.outfit-detail-hero{background:radial-gradient(circle at 84% 12%,#b8ff3d24,#0000 30rem),#070908;border-bottom:1px solid #ffffff1a;padding:54px 0 64px}.outfit-detail-hero .breadcrumbs,.outfit-detail-hero .breadcrumbs a{color:#9ba49d}.outfit-detail-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:center;gap:clamp(34px,6vw,82px);margin-top:36px;display:grid}.outfit-detail-collage{aspect-ratio:1;background:#222722;border:1px solid #ffffff1f;border-radius:28px;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;display:grid;overflow:hidden;box-shadow:0 28px 70px #00000057}.outfit-detail-image{background:#eef0ed;position:relative;overflow:hidden}.outfit-detail-image img{object-fit:contain;width:100%;height:100%;transition:transform .4s cubic-bezier(.2,.7,.2,1)}.outfit-detail-image:hover img{transform:scale(1.055)}.outfit-detail-copy .eyebrow,.outfit-detail-section-heading .eyebrow,.outfit-detail-guide-grid .eyebrow,.outfit-related-section .eyebrow{color:#b8ff3d}.outfit-detail-mood{color:#d9ffa0;letter-spacing:.08em;text-transform:uppercase;background:#b8ff3d14;border:1px solid #b8ff3d47;border-radius:999px;align-items:center;min-height:31px;margin:12px 0 18px;padding:0 11px;font-family:DM Mono,monospace;font-size:9px;display:inline-flex}.outfit-detail-copy h1{color:#fff;letter-spacing:-.085em;max-width:690px;margin:0;font-size:clamp(52px,7vw,88px);line-height:.91}.outfit-detail-copy>p:not(.eyebrow){color:#b7c0b9;max-width:660px;margin:26px 0 0;font-size:16px;line-height:1.7}.outfit-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:28px 0 24px;display:grid}.outfit-detail-stats div{background:#ffffff0b;border:1px solid #ffffff1f;border-radius:18px;align-content:space-between;min-height:112px;padding:18px;display:grid}.outfit-detail-stats strong{color:#b8ff3d;letter-spacing:-.06em;font-size:clamp(30px,4vw,48px);line-height:.9}.outfit-detail-stats span{color:#929c94;letter-spacing:.07em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:8px;line-height:1.4}.outfit-detail-copy .button-ghost{color:#fff;border-color:#ffffff6b}.outfit-detail-copy .button-ghost:hover{color:#0c0f0d;background:#b8ff3d;border-color:#b8ff3d}.outfit-detail-products-section{padding:72px 0}.outfit-detail-section-heading{justify-content:space-between;align-items:end;gap:36px;margin-bottom:30px;display:flex}.outfit-detail-section-heading h2,.outfit-detail-guide-grid h2{color:#fff;letter-spacing:-.07em;margin:0;font-size:clamp(32px,5vw,58px);line-height:.94}.outfit-detail-section-heading>p{color:#aeb7b0;max-width:560px;margin:0;font-size:13px;line-height:1.65}.outfit-detail-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.outfit-detail-product{background:#111512;border:1px solid #ffffff1c;border-radius:22px;transition:transform .22s,border-color .22s,box-shadow .22s;overflow:hidden}.outfit-detail-product:hover{border-color:#b8ff3d6b;transform:translateY(-5px);box-shadow:0 22px 48px #00000045}.outfit-detail-product-image{aspect-ratio:1/1.08;background:#eef0ed;display:block;position:relative;overflow:hidden}.outfit-detail-product-image img{object-fit:contain;width:100%;height:100%;transition:transform .35s}.outfit-detail-product:hover .outfit-detail-product-image img{transform:scale(1.04)}.outfit-detail-product-image span{color:#0c0f0d;background:#b8ff3d;border-radius:50%;place-items:center;width:31px;height:31px;font-family:DM Mono,monospace;font-size:9px;font-weight:850;display:grid;position:absolute;top:12px;left:12px}.outfit-detail-product-body{padding:17px}.outfit-detail-product-category,.outfit-detail-product-date{color:#8f9991;letter-spacing:.07em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:8px}.outfit-detail-product-body h3{color:#fff;letter-spacing:-.045em;min-height:42px;margin:8px 0 10px;font-size:18px;line-height:1.15}.outfit-detail-product-body>strong{color:#b8ff3d;letter-spacing:-.04em;font-size:20px;display:block}.outfit-detail-product-body>p:not(.outfit-detail-product-category):not(.outfit-detail-product-date){color:#aab3ac;min-height:58px;margin:14px 0 10px;font-size:11px;line-height:1.55}.outfit-detail-product-body b{color:#dce2dd}.outfit-detail-product-link{color:#0c0f0d;background:#fff;border-radius:999px;align-items:center;min-height:38px;margin-top:14px;padding:0 14px;font-size:10px;font-weight:850;display:inline-flex}.outfit-detail-product-link:hover{color:#0c0f0d;background:#b8ff3d}.outfit-detail-guide-section{padding:0 0 72px}.outfit-detail-guide-grid{background:radial-gradient(circle at 90% 10%,#b8ff3d1f,#0000 20rem),#111512;border:1px solid #ffffff1f;border-radius:28px;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:40px;padding:38px;display:grid}.outfit-detail-guide-grid>div:first-child>p:last-child{color:#aeb7b0;max-width:700px;margin:18px 0 0;font-size:13px;line-height:1.7}.outfit-detail-checklist{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:20px;padding:22px}.outfit-detail-checklist ol{gap:13px;margin:18px 0 0;padding-left:22px;display:grid}.outfit-detail-checklist li{color:#c0c8c2;font-size:12px;line-height:1.55}.outfit-related-section{padding:0 0 82px}.outfit-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.outfit-related-card{background:#111512;border:1px solid #ffffff1c;border-radius:22px;padding-bottom:20px;transition:transform .22s,border-color .22s;overflow:hidden}.outfit-related-card:hover{border-color:#b8ff3d6b;transform:translateY(-5px)}.outfit-related-card>div{aspect-ratio:2;background:#eef0ed;grid-template-columns:repeat(2,1fr);gap:2px;display:grid;overflow:hidden}.outfit-related-card img{object-fit:contain;background:#eef0ed;width:100%;height:100%}.outfit-related-card>span,.outfit-related-card>h3,.outfit-related-card>p{margin-left:18px;margin-right:18px;display:block}.outfit-related-card>span{color:#b8ff3d;letter-spacing:.08em;text-transform:uppercase;margin-top:17px;font-family:DM Mono,monospace;font-size:8px}.outfit-related-card>h3{color:#fff;letter-spacing:-.055em;margin-top:7px;margin-bottom:0;font-size:24px;line-height:1}.outfit-related-card>p{color:#aeb7b0;margin-top:14px;margin-bottom:0;font-size:10px;font-weight:800}@media (max-width:1080px){.outfit-detail-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.outfit-detail-hero-grid,.outfit-detail-guide-grid{grid-template-columns:1fr}.outfit-detail-collage{max-width:620px}.outfit-detail-section-heading{flex-direction:column;align-items:flex-start}.outfit-related-grid{grid-template-columns:1fr}}@media (max-width:560px){.outfit-detail-hero{padding:34px 0 46px}.outfit-detail-hero-grid{gap:28px;margin-top:25px}.outfit-detail-collage{border-radius:20px}.outfit-detail-copy h1{font-size:clamp(48px,15vw,64px)}.outfit-detail-copy>p:not(.eyebrow){font-size:14px}.outfit-detail-stats{grid-template-columns:1fr 1fr}.outfit-detail-stats div{min-height:96px;padding:14px}.outfit-detail-products-section{padding:48px 0}.outfit-detail-products{grid-template-columns:1fr}.outfit-detail-product{grid-template-columns:minmax(126px,.86fr) minmax(0,1.14fr);display:grid}.outfit-detail-product-image{aspect-ratio:auto;height:100%}.outfit-detail-product-body{padding:14px}.outfit-detail-product-body h3{min-height:0;font-size:16px}.outfit-detail-product-body>p:not(.outfit-detail-product-category):not(.outfit-detail-product-date){min-height:0;font-size:10px}.outfit-detail-guide-grid{border-radius:21px;padding:24px}.outfit-related-section{padding-bottom:54px}}
