
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.6;background:#faf8f5;color:#252327}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
:root{--ink:#252327;--cream:#faf8f5;--rose:#a86c50;--beige:#ede3db;--line:#e6ddd6;--soft:#f5f0eb;--muted:#7a7370}
.wrap{width:min(1180px,calc(100% - 38px));margin:auto}
.section{padding:98px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:.74rem;color:var(--rose)}
.eyebrow.light{color:#d6c1b3}
.site-header{position:sticky;top:0;z-index:40;background:rgba(250,248,245,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{font-weight:900;letter-spacing:.16em;font-size:1.15rem}
.nav nav{display:flex;gap:24px;align-items:center}
.nav nav a{position:relative}
.nav nav a:after{content:'';position:absolute;left:0;bottom:-7px;width:0;height:1px;background:var(--ink);transition:.25s}
.nav nav a:hover:after{width:100%}
.cart-btn,.btn,.ghost{border-radius:999px;font-weight:800;transition:.25s}
.cart-btn{border:1px solid #d5cbc4;background:#fff;padding:10px 14px;display:flex;align-items:center;gap:8px;cursor:pointer}
.cart-btn span,[data-cart-count]{display:inline-grid;place-items:center;background:var(--ink);color:#fff;min-width:22px;height:22px;border-radius:999px;padding:0 6px;font-size:.78rem}
.btn{display:inline-block;background:var(--ink);color:#fff;border:0;padding:13px 19px;cursor:pointer}
.btn:hover{transform:translateY(-2px);background:#111014}
.ghost{display:inline-block;padding:13px 19px;border:1px solid rgba(255,255,255,.55);color:#fff}
.ghost:hover{background:#fff;color:var(--ink)}
.hero{position:relative;overflow:hidden;padding:86px 0 72px;background:#f3ece6}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.2;filter:saturate(.75)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(250,248,245,.65),rgba(250,248,245,.92))}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.02fr;gap:42px;align-items:center}
.hero-copy{max-width:620px}
.hero h1,.section h2,.section h3{line-height:1.02;letter-spacing:-.045em;margin:.12em 0 .28em;font-family:Georgia,serif;font-weight:500}
.hero h1{font-size:clamp(3.2rem,6.5vw,6.2rem)}
.section h2{font-size:clamp(2.2rem,4vw,4rem)}
.section h3{font-size:clamp(1.55rem,2vw,2.1rem)}
.hero p,.section-head p,.collection-copy p,.ambient-copy p,.story p,.newsletter p{color:#625d5a}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}
.hero-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:18px;box-shadow:0 18px 48px rgba(37,35,39,.08)}
.hero-card img{width:100%;border-radius:18px}
.trust-bar{padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.trust-grid div{display:flex;flex-direction:column;gap:3px}
.trust-grid strong{font-size:.96rem}
.trust-grid span{color:var(--muted);font-size:.92rem}
.section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:30px}
.section-head p{max-width:470px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 35px rgba(37,35,39,.04);transition:.25s}
.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(37,35,39,.08)}
.product-media{margin:0;background:var(--soft);aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:cover}
.product-body{padding:18px}
.pill{display:inline-block;background:#f1e8e1;color:#6f5041;border-radius:999px;padding:6px 10px;font-size:.74rem;font-weight:700;margin-bottom:10px}
.product-body h3{font-size:1.5rem;margin-top:0}
.product-body p{color:#6c6764;min-height:48px}
.buy-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px}
.buy-row strong{font-size:1.06rem}
.buy-row button{border:0;background:#efe7e0;padding:10px 14px;border-radius:999px;font-weight:800;cursor:pointer}
.buy-row button:hover{background:#e3d7ce}
.story{background:var(--ink);color:#fff}
.story-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:48px;align-items:center}
.lead{font-size:1.55rem;line-height:1.35;color:#fff!important}
.image-card{margin:0;border-radius:24px;overflow:hidden;box-shadow:0 16px 46px rgba(0,0,0,.08);background:#ddd}
.image-card img{width:100%;height:100%;object-fit:cover}
.image-card.tall{min-height:540px}
.collections-grid,.ambient-grid,.newsletter-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:center}
.image-card.wide{min-height:420px}
.card-lite{background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px}
.collection-copy ul{padding-left:20px;color:#625d5a}
.collection-copy li+li{margin-top:8px}
.ambient{background:#f6f1ec}
.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.journal-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px}
.journal-card b{color:var(--rose)}
.journal-card p{color:#6b6663}
.newsletter{background:#a66d54;color:#fff}
.newsletter-grid p{color:#f4e9e1}
.newsletter-form{background:#fff;color:var(--ink);padding:28px;border-radius:22px}
label{display:block;font-size:.84rem;font-weight:700;margin-bottom:14px}
input{width:100%;padding:13px 14px;border-radius:12px;border:1px solid #d8d8d8;margin-top:6px;font:inherit}
.cart-panel{position:fixed;right:-390px;top:0;bottom:0;width:min(370px,92vw);background:#fff;z-index:70;padding:28px;box-shadow:-18px 0 50px rgba(0,0,0,.15);transition:right .32s ease;display:flex;flex-direction:column}
.cart-panel.open{right:0}
.cart-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px}
.cart-head h2{margin:0;font-family:Georgia,serif;font-weight:500}
.cart-head button{border:0;background:none;font-size:2rem;cursor:pointer;line-height:1}
.cart-items{display:flex;flex-direction:column;gap:12px;overflow:auto;padding-right:6px}
.cart-line{display:flex;justify-content:space-between;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}
.cart-footer{margin-top:auto;padding-top:18px;border-top:1px solid var(--line)}
.cart-total{display:flex;justify-content:space-between;margin-bottom:16px;font-size:1.05rem}
.btn.full{display:block;text-align:center;width:100%}
.cart-footer small{display:block;margin-top:10px;color:#7f7772}
.shade{position:fixed;inset:0;background:rgba(15,13,16,.35);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:.25s;z-index:60}
.shade.show{opacity:1;pointer-events:auto}
.footer{padding:24px 0;background:#171619;color:#8e8885;font-size:.84rem}
.footer-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
@media(max-width:1024px){
  .product-grid{grid-template-columns:1fr 1fr}
  .trust-grid{grid-template-columns:1fr 1fr}
  .journal-grid{grid-template-columns:1fr}
}
@media(max-width:860px){
  .hero-grid,.story-grid,.collections-grid,.ambient-grid,.newsletter-grid,.section-head{grid-template-columns:1fr;display:grid}
  .nav nav a{display:none}
  .hero{padding:62px 0 58px}
  .section{padding:74px 0}
  .hero-card{order:-1}
  .image-card.tall,.image-card.wide{min-height:auto}
}
@media(max-width:560px){
  .product-grid,.trust-grid{grid-template-columns:1fr}
  .hero h1{font-size:clamp(2.6rem,13vw,4.2rem)}
  .brand{font-size:1rem}
}

.ai-flow-ribbon{position:relative;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 18px;background:#0D101E;color:#fff;font:700 12px/1.3 Arial,sans-serif;letter-spacing:.02em}.ai-flow-ribbon a{color:#fff;text-decoration:none}.ai-flow-ribbon span{color:#A6ADBE;text-transform:uppercase;letter-spacing:.11em;font-size:10px}@media(max-width:560px){.ai-flow-ribbon span{display:none}}
