
:root{
  --ink:#111111;--muted:#6f6f6f;--soft:#f4f1ec;--sand:#d9cbb8;--line:#e7e3dd;
  --white:#fff;--shadow:0 20px 55px rgba(0,0,0,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1200px,calc(100% - 40px));margin-inline:auto}
.affiliate-bar{background:#111;color:#eee;font-size:11px;letter-spacing:.06em}
.affiliate-bar .container{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{min-height:82px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:12px;margin-right:auto}
.brand-mark{display:grid;place-items:center;width:46px;height:46px;background:#111;color:#fff;font-family:Georgia,serif;font-size:26px}
.brand strong,.brand small{display:block}.brand strong{font-size:16px;letter-spacing:.13em}.brand small{font-size:9px;letter-spacing:.22em;color:#969696;margin-top:3px}
.nav nav{display:flex;gap:28px;font-size:13px;font-weight:650}
.shop-now{padding:12px 18px;border:1px solid #111;font-size:12px;font-weight:800}
.hero{background:linear-gradient(120deg,#f4f1ec 0%,#f9f7f3 55%,#e8dfd3 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;min-height:660px;padding:64px 0}
.eyebrow{display:inline-block;font-size:11px;font-weight:850;letter-spacing:.18em;color:#806e5b;margin-bottom:15px}.eyebrow.inverse{color:#d8c7b4}
.hero h1,.collection-head h2,.split-banner h2,.editorial h2,.disclosure h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.045em}
.hero h1{font-size:clamp(52px,6vw,82px);line-height:.96;margin:0 0 24px;max-width:760px}.hero h1 em{font-weight:400;color:#796752}
.hero-copy>p{max-width:680px;color:#5f5f5f;font-size:18px;line-height:1.75}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;font-size:13px;font-weight:800;border:1px solid transparent}
.btn.dark{background:#111;color:#fff}.btn.light{background:#fff;border-color:#bbb3a9}.btn.white{background:#fff;color:#111}
.hero-stats{display:flex;gap:36px;margin-top:38px}.hero-stats strong,.hero-stats span{display:block}.hero-stats strong{font-size:25px}.hero-stats span{font-size:11px;color:#777;margin-top:3px}
.hero-panel{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:12px;min-height:500px;transform:rotate(.6deg)}
.look{padding:28px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow);background:#ccc;position:relative;overflow:hidden}
.look::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.55))}
.look span,.look b{position:relative;color:#fff}.look span{font-size:10px;letter-spacing:.18em}.look b{font-family:Georgia,serif;font-size:30px;margin-top:7px}
.look-1{grid-row:1/3;background:linear-gradient(145deg,#cbc1b4,#82786e)}.look-2{background:linear-gradient(145deg,#d8d7d4,#92918e)}.look-3{background:linear-gradient(145deg,#b9ad9f,#6d6259)}
.category-strip{background:#fff;border-bottom:1px solid var(--line)}
.categories{display:grid;grid-template-columns:repeat(3,1fr)}
.categories a{display:grid;grid-template-columns:44px 1fr;gap:3px 14px;padding:26px 24px;border-right:1px solid var(--line)}.categories a:last-child{border-right:0}
.categories span{grid-row:1/3;color:#a69b8e;font-size:12px}.categories strong{font-size:15px}.categories small{color:#777}
.section{padding:96px 0}
.collection{background:#fff}
.collection-head{display:flex;align-items:end;justify-content:space-between;gap:30px}
.collection-head h2{font-size:clamp(40px,5vw,58px);margin:0 0 10px}.collection-head p{color:var(--muted);max-width:760px}
.search input{width:330px;height:48px;border:1px solid #d9d4ce;padding:0 16px;background:#fff;outline:none}
.search input:focus{border-color:#111}
.filter-row{display:flex;gap:8px;margin:28px 0}
.filter{border:1px solid #d6d1cb;background:#fff;padding:9px 16px;cursor:pointer;font-weight:700;font-size:12px}.filter.active{background:#111;color:#fff;border-color:#111}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;transition:.2s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-image{position:relative;display:block;background:#f2f0ec;overflow:hidden}
.product-image img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-image img{transform:scale(1.02)}
.pill{position:absolute;left:12px;top:12px;background:rgba(255,255,255,.9);padding:7px 9px;font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.product-copy{padding:18px;display:flex;flex-direction:column;flex:1}
.micro{font-size:9px;letter-spacing:.12em;color:#9a9187;font-weight:800}
.product-copy h3{font-size:16px;line-height:1.35;margin:9px 0 8px}.product-copy p{font-size:12px;line-height:1.65;color:#707070;margin:0 0 16px}
.product-bottom{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto}.product-bottom strong{font-size:19px}.product-bottom a{font-size:11px;font-weight:800;border-bottom:1px solid #111;padding-bottom:3px}
.empty{text-align:center;color:#777;padding:45px}
.split-banner{background:#111;color:#fff;padding:88px 0}
.split-grid{display:flex;align-items:end;justify-content:space-between;gap:40px}.split-banner h2{font-size:clamp(40px,5vw,64px);max-width:850px;margin:0}
.editorial{background:#f5f1eb}.editorial-grid{display:grid;grid-template-columns:100px .9fr 1fr;gap:42px;align-items:start}.editorial-number{font-family:Georgia,serif;font-size:64px;color:#c9bbaa}.editorial h2{font-size:52px;margin:0}.editorial p{color:#676767;line-height:1.8}.text-link{display:inline-block;margin-top:10px;border-bottom:1px solid #111;font-size:13px;font-weight:800}
.disclosure{padding:90px 0;background:#fff}.disclosure-box{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;border-top:1px solid #111;padding-top:48px}.disclosure h2{font-size:50px;margin:0}.disclosure p{color:#666;line-height:1.75}
footer{background:#111;color:#ddd;padding:50px 0}.footer-grid{display:grid;grid-template-columns:1.5fr .6fr 1fr;gap:40px}.footer-brand .brand-mark{background:#fff;color:#111}.footer-grid a{display:block;margin:8px 0}.footer-grid small{display:block;color:#8b8b8b;margin-top:12px}

@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.hero-panel{min-height:420px}.product-grid{grid-template-columns:repeat(3,1fr)}.nav nav{display:none}}
@media(max-width:760px){.affiliate-bar .container{padding:8px 0;align-items:flex-start;flex-direction:column;gap:3px}.shop-now{display:none}.container{width:min(100% - 24px,1200px)}.hero-grid{padding:48px 0}.hero h1{font-size:52px}.hero-copy>p{font-size:16px}.categories{grid-template-columns:1fr}.categories a{border-right:0;border-bottom:1px solid var(--line)}.collection-head{align-items:stretch;flex-direction:column}.search input{width:100%}.product-grid{grid-template-columns:repeat(2,1fr)}.split-grid{align-items:flex-start;flex-direction:column}.editorial-grid,.disclosure-box{grid-template-columns:1fr}.editorial-number{font-size:44px}.footer-grid{grid-template-columns:1fr}}
@media(max-width:500px){.section{padding:68px 0}.hero-panel{grid-template-columns:1fr;grid-template-rows:repeat(3,180px)}.look-1{grid-row:auto}.hero-stats{gap:22px}.product-grid{grid-template-columns:1fr}.product-copy h3{font-size:17px}.collection-head h2,.editorial h2,.disclosure h2{font-size:39px}}
