@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');
:root{--cream:#f7f1ea;--paper:#fffdf9;--ink:#25221f;--muted:#756f68;--rose:#ead6d2;--sage:#dfe6dc;--line:#ded6cc;--accent:#c85f61}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.55}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:18px 5vw;background:rgba(255,253,249,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.brand{font-family:"Playfair Display",serif;font-size:25px}.site-header nav{display:flex;gap:28px;font-size:14px}.site-header nav a:hover,.text-link:hover{opacity:.65}.nav-cta,.button{display:inline-block;background:var(--ink);color:white;padding:12px 20px;border-radius:999px;font-weight:600;font-size:14px;border:0;cursor:pointer}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;min-height:650px;padding:80px 7vw;background:var(--cream);align-items:center}.eyebrow{letter-spacing:.16em;font-size:11px;font-weight:700;color:var(--muted);margin:0 0 12px}.hero h1{font-family:"Playfair Display",serif;font-size:clamp(48px,6vw,82px);line-height:1.02;font-weight:500;max-width:750px;margin:0 0 25px}.hero-text{font-size:18px;color:var(--muted);max-width:610px}.hero-actions{display:flex;align-items:center;gap:24px;margin:30px 0}.text-link{font-weight:600}.disclosure{font-size:12px;color:#615b55;max-width:590px}.hero-art{position:relative;height:470px}.art-card{position:absolute;border:8px solid white;box-shadow:0 20px 60px rgba(46,39,33,.12);padding:24px;display:flex;flex-direction:column;justify-content:flex-end;color:white}.art-card span{font-size:11px;letter-spacing:.16em;font-weight:700}.art-card b{font-family:"Playfair Display",serif;font-size:24px;line-height:1.15}.card-one{inset:0 25% 18% 0;background:linear-gradient(135deg,#d7c5b4,#a68c74)}.card-two{inset:15% 0 30% 42%;background:linear-gradient(135deg,#dfbdb7,#b8847c)}.card-three{inset:55% 8% 0 28%;background:linear-gradient(135deg,#9ca995,#687765)}.trust-strip{display:flex;justify-content:center;gap:18px;padding:18px;font-size:11px;letter-spacing:.18em;background:var(--ink);color:white}.section{padding:90px 7vw}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px}.section-heading h2,.about h2,.newsletter h2{font-family:"Playfair Display",serif;font-size:44px;line-height:1.1;margin:0;font-weight:500}.filters{display:flex;flex-wrap:wrap;gap:8px}.filter{border:1px solid var(--line);background:white;border-radius:999px;padding:9px 15px;cursor:pointer}.filter.active{background:var(--ink);color:white}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);background:white;border-radius:20px;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 15px 40px rgba(46,39,33,.09)}.product-image{height:270px;display:flex;align-items:end;padding:20px;color:white;font-weight:700;letter-spacing:.14em;font-size:11px}.home-image{background:linear-gradient(135deg,#b8a28c,#e8dfd4)}.beauty-image{background:linear-gradient(135deg,#d6a7a1,#f0d8d3)}.fashion-image{background:linear-gradient(135deg,#8c918b,#c9c1b5)}.wellness-image{background:linear-gradient(135deg,#7c8977,#d2d7ca)}.gift-image{background:linear-gradient(135deg,#b97878,#ead0c7)}.kitchen-image{background:linear-gradient(135deg,#aaa08e,#d9d3c6)}.product-body{padding:22px}.tag{font-size:10px;letter-spacing:.15em;color:var(--muted);font-weight:700}.product-body h3{font-family:"Playfair Display",serif;font-size:25px;line-height:1.15;margin:7px 0 10px}.product-body p:not(.tag){color:var(--muted);font-size:14px}.shop-link{display:inline-block;margin-top:10px;font-weight:700;font-size:14px;border-bottom:1px solid var(--ink)}.guides{background:#f5f0eb}.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.guide-card{min-height:240px;padding:25px;border-radius:20px;background:linear-gradient(135deg,#eee2d6,#d9d8cc);display:flex;flex-direction:column;justify-content:flex-end}.guide-card:nth-child(2){background:linear-gradient(135deg,#d6d7d0,#a6aaa1)}.guide-card:nth-child(3){background:linear-gradient(135deg,#e8ceca,#c79691)}.guide-card:nth-child(4){background:linear-gradient(135deg,#d8c8b5,#b2a08a)}.guide-card span{font-size:10px;letter-spacing:.16em;font-weight:700}.guide-card h3{font-family:"Playfair Display",serif;font-size:25px;line-height:1.12;margin:8px 0}.guide-card p{font-size:13px;margin:0}.about{display:grid;grid-template-columns:1fr 1fr;gap:80px}.about p{font-size:17px;color:var(--muted)}.small-note{font-size:13px!important}.newsletter{margin:0 7vw 90px;padding:50px;border-radius:28px;background:var(--sage);display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.newsletter form{display:flex;gap:10px}.newsletter input{flex:1;border:1px solid var(--line);padding:15px 18px;border-radius:999px;font:inherit}.form-message{grid-column:2;color:var(--muted);margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}footer{display:grid;grid-template-columns:1fr auto auto;gap:30px;align-items:end;padding:45px 7vw;border-top:1px solid var(--line);font-size:13px}footer p{color:var(--muted)}.footer-links{display:flex;gap:20px}.copyright{margin:0}@media(max-width:900px){.hero,.about,.newsletter{grid-template-columns:1fr}.hero-art{height:400px}.product-grid{grid-template-columns:repeat(2,1fr)}.guide-grid{grid-template-columns:repeat(2,1fr)}.newsletter form{grid-column:auto}.form-message{grid-column:auto}footer{grid-template-columns:1fr}.site-header nav{display:none}}@media(max-width:600px){.hero{padding:55px 6vw}.section{padding:65px 6vw}.hero h1{font-size:48px}.hero-art{height:330px}.product-grid,.guide-grid{grid-template-columns:1fr}.section-heading{display:block}.filters{margin-top:20px}.newsletter{margin:0 6vw 65px;padding:32px}.newsletter form{display:block}.newsletter input,.newsletter .button{width:100%;margin-bottom:10px}.site-header{padding:15px 5vw}.nav-cta{padding:10px 14px}.trust-strip{font-size:9px;gap:8px}}
