:root{
  --ink:#171310;--paper:#f7f2ec;--cream:#fcfaf7;--line:#ddd2c8;--muted:#746b64;
  --rose:#cfaeaa;--taupe:#b49f91;--gold:#b8945c;--white:#fff;--radius:2px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",system-ui,sans-serif;line-height:1.6}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.affiliate-strip{background:var(--ink);color:#e9e1da;text-align:center;padding:8px 18px;font-size:11px;letter-spacing:.02em}
.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(252,250,247,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:50}
.logo{display:flex;align-items:center;gap:10px;font-family:"Playfair Display",serif;letter-spacing:.12em;font-size:17px}
.logo b{font-weight:500;color:#8c786d}
.logo-mark{width:38px;height:38px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-family:"Playfair Display",serif;font-size:20px}
nav{display:flex;gap:30px;font-size:12px;font-weight:700;letter-spacing:.03em}
nav a{position:relative}
nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--ink);transition:.2s}
nav a:hover:after{right:0}
.header-actions{display:flex;gap:8px}.round-button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer;font-size:17px}.menu-only{display:none}
.hero{min-height:700px;background:#ebe1d8;display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden}
.hero-copy{padding:95px 8vw;display:flex;flex-direction:column;justify-content:center}
.kicker{font-size:10px;letter-spacing:.24em;font-weight:700;margin:0 0 15px}.kicker.ink{color:var(--gold)}
.hero h1,.section h2,.editorial-band h2,.newsletter h2,.search-panel h2{font-family:"Playfair Display",serif;font-weight:600;line-height:1.05;margin:0}
.hero h1{font-size:clamp(52px,6.4vw,92px)}.hero h1 em{font-weight:500;color:#9b746a}
.hero-body{max-width:600px;color:#5f5751;font-size:16px;margin:24px 0 0}
.hero-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid var(--ink);font-size:12px;font-weight:700;letter-spacing:.02em;transition:.2s}
.button.primary{background:var(--ink);color:#fff}.button.primary:hover{transform:translateY(-2px)}
.button.ghost:hover{background:#fff}
.hero-proof{display:flex;gap:38px;margin-top:48px;padding-top:24px;border-top:1px solid #cdbfb4}
.hero-proof div{display:flex;flex-direction:column}.hero-proof strong{font-family:"Playfair Display",serif;font-size:25px}.hero-proof span{font-size:10px;color:var(--muted)}
.hero-art{position:relative;background:linear-gradient(135deg,#b9978f,#e8d2ca);min-height:700px}
.hero-photo{position:absolute;background-size:cover;background-position:center;box-shadow:0 25px 55px rgba(62,44,34,.15)}
.photo-a{width:58%;height:72%;top:11%;right:9%;background-image:url("https://images.unsplash.com/photo-1596462502278-27bfdc403348?auto=format&fit=crop&w=1000&q=85")}
.photo-b{width:40%;height:47%;bottom:7%;left:3%;border:12px solid #ede3da;background-image:url("https://images.unsplash.com/photo-1584917865442-de89df76afd3?auto=format&fit=crop&w=800&q=85")}
.hero-tag{position:absolute;left:10%;top:11%;background:var(--ink);color:#fff;padding:20px 17px;font-family:"Playfair Display",serif;font-size:11px;letter-spacing:.16em}
.marquee{overflow:hidden;white-space:nowrap;background:#f0e6dd;border-block:1px solid #ded1c6;padding:12px 0;color:#7c6b62;font-size:11px;letter-spacing:.2em}
.marquee div{display:inline-block;padding-left:100%;animation:marquee 24s linear infinite}@keyframes marquee{to{transform:translateX(-100%)}}
.section{padding:90px 7vw}.intro{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:end}
.section h2{font-size:clamp(38px,5vw,64px)}.intro-copy{color:var(--muted);font-size:15px}.intro-copy .small{font-size:11px;border-top:1px solid var(--line);padding-top:15px}
.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-top:15px}
.feature-panel{min-height:480px;background-size:cover;background-position:center;position:relative;overflow:hidden}
.feature-beauty{background-image:url("https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?auto=format&fit=crop&w=1200&q=85")}
.feature-bags{background-image:url("https://images.unsplash.com/photo-1559563458-527698bf5295?auto=format&fit=crop&w=1200&q=85")}
.shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(17,14,12,.76),rgba(17,14,12,.05))}
.feature-copy{position:absolute;left:32px;right:32px;bottom:28px;color:#fff;z-index:2}.feature-copy span{font-size:10px;letter-spacing:.16em}.feature-copy h3{font-family:"Playfair Display",serif;font-size:35px;margin:5px 0}.feature-copy p{color:#e1dad4;font-size:13px;max-width:480px}.feature-copy a{font-size:11px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.65);padding-bottom:3px}
.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}
.filters{display:flex;gap:7px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:transparent;padding:8px 13px;border-radius:999px;font-size:11px;font-weight:700;cursor:pointer}.filter.active,.filter:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#fff;border:1px solid #eee5dc;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(49,38,30,.08)}
.product-image{height:300px;position:relative;overflow:hidden;background:#eee6df}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover img{transform:scale(1.025)}
.product-label{position:absolute;right:11px;top:11px;background:rgba(255,255,255,.93);padding:5px 8px;font-size:9px;letter-spacing:.08em;font-weight:700}
.product-copy{padding:17px}.product-cat{font-size:9px;color:#a07e58;font-weight:700;letter-spacing:.15em}.product-copy h3{font-size:14px;line-height:1.45;margin:6px 0 7px}.product-copy p{font-size:11px;color:var(--muted);min-height:52px}.product-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:13px}
.amazon-button{background:var(--ink);color:#fff;padding:9px 11px;font-size:10px;font-weight:700}.paid{font-size:9px;color:#8c837c}
.editorial-band{margin:0 7vw 90px;min-height:500px;background:#1b1714;color:#fff;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.editorial-copy{padding:65px;display:flex;flex-direction:column;justify-content:center}.editorial-band h2{font-size:clamp(40px,5vw,66px)}.editorial-copy>p:not(.kicker){color:#cfc4bb;max-width:570px;font-size:14px}.button.light{border-color:#6a615b;color:#fff;align-self:flex-start;margin-top:15px}.button.light:hover{background:#fff;color:var(--ink)}
.editorial-cards{position:relative;background:linear-gradient(135deg,#d3b8ad,#efe4db)}.mini-card{position:absolute;width:165px;height:210px;display:grid;place-items:center;text-align:center;font-family:"Playfair Display",serif;letter-spacing:.15em;font-size:15px;box-shadow:0 25px 45px rgba(0,0,0,.15);border:9px solid #f6eee8}.mini-card.one{top:45px;right:17%;background:#fff;color:var(--ink);transform:rotate(8deg)}.mini-card.two{bottom:40px;left:15%;background:#9a766d;color:#fff;transform:rotate(-9deg)}.mini-card.three{top:170px;left:44%;background:#1d1916;color:#fff;transform:rotate(3deg)}
.guides{padding-top:10px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.guide-card{padding:30px;background:#fff;border:1px solid var(--line);transition:.2s}.guide-card:hover{transform:translateY(-3px)}.guide-card span{font-size:9px;color:#9b806c;text-transform:uppercase;letter-spacing:.13em}.guide-card h3{font-family:"Playfair Display",serif;font-size:24px;margin:8px 0}.guide-card p{font-size:12px;color:var(--muted)}
.newsletter{padding:85px 7vw;background:#e6d8cf;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}.newsletter h2{font-size:clamp(38px,5vw,60px)}.newsletter p{color:#6f625a}.newsletter form{display:flex;background:#fff;border:1px solid #cfc1b6}.newsletter input{flex:1;border:0;outline:none;padding:0 16px;min-height:50px}.newsletter button{background:var(--ink);color:#fff;border:0;padding:0 22px;font-weight:700;cursor:pointer}.newsletter small{grid-column:2}
footer{background:#12100f;color:#fff}.footer-grid{padding:55px 7vw;display:grid;grid-template-columns:2fr 1fr 1fr;gap:45px}.footer-logo .logo-mark{background:#fff;color:var(--ink)}.footer-grid p,.footer-grid a{font-size:11px;color:#9e9792}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-grid h4{font-size:12px;margin:0 0 5px}.footer-bottom{border-top:1px solid #2a2725;padding:18px 7vw;color:#817b77;font-size:9px;display:flex;gap:20px;align-items:center;flex-wrap:wrap}.footer-bottom span{margin-left:auto}
.modal{display:none;position:fixed;inset:0;background:rgba(17,14,12,.73);z-index:100;padding:10vh 18px;justify-content:center;align-items:flex-start;backdrop-filter:blur(5px)}.modal.show{display:flex}.search-panel{width:min(720px,100%);background:var(--cream);padding:42px;position:relative;max-height:80vh;overflow:auto}.modal-close{position:absolute;right:16px;top:10px;border:0;background:transparent;font-size:30px;cursor:pointer}.search-panel h2{font-size:40px}.search-panel input{width:100%;margin-top:20px;padding:14px;border:1px solid var(--line);outline:none}.search-results{display:grid;gap:7px;margin-top:12px}.search-result{background:#fff;border:1px solid var(--line);padding:12px;font-size:11px}.toast{position:fixed;left:50%;bottom:22px;transform:translate(-50%,25px);opacity:0;background:var(--ink);color:#fff;padding:10px 16px;font-size:11px;transition:.2s;z-index:150}.toast.show{opacity:1;transform:translate(-50%,0)}
.legal{max-width:900px;margin:0 auto;padding:70px 24px 100px}.legal h1{font-family:"Playfair Display",serif;font-size:48px}.legal h2{margin-top:34px}.legal p,.legal li{color:#625a54;font-size:14px}
@media(max-width:1000px){nav{display:none}.menu-only{display:inline-grid;place-items:center}nav.open{display:flex;position:absolute;left:0;right:0;top:78px;background:var(--cream);padding:22px 5vw;flex-direction:column;border-bottom:1px solid var(--line)}.hero{grid-template-columns:1fr}.hero-art{min-height:520px}.products-grid{grid-template-columns:repeat(2,1fr)}.newsletter{grid-template-columns:1fr}.newsletter small{grid-column:auto}}
@media(max-width:720px){.site-header{height:68px;padding:0 18px}.logo{font-size:15px}.hero-copy{padding:70px 24px}.hero-art{min-height:430px}.hero-proof{gap:20px}.section{padding:65px 20px}.intro{grid-template-columns:1fr;gap:20px}.split-feature{grid-template-columns:1fr;padding-top:0}.feature-panel{min-height:370px}.section-title-row{align-items:flex-start;flex-direction:column}.editorial-band{margin:0 20px 65px;grid-template-columns:1fr}.editorial-copy{padding:44px 28px}.editorial-cards{min-height:360px}.guide-grid{grid-template-columns:1fr}.newsletter{padding:65px 20px}.newsletter form{flex-direction:column}.newsletter button{min-height:48px}.footer-grid{grid-template-columns:1fr 1fr;padding:45px 20px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{padding:18px 20px}.footer-bottom span{margin-left:0}.search-panel{padding:35px 22px}}
@media(max-width:440px){.products-grid{grid-template-columns:1fr}.product-image{height:360px}.hero h1{font-size:50px}.photo-a{width:72%;right:4%}.photo-b{width:48%}}
