@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');
:root{--ink:#3f372d;--soft:#6f665b;--paper:#faf7f1;--cream:#f0e7d9;--line:#dfd6ca;--gold:#a58a58;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}button{cursor:pointer}
.topbar{background:var(--ink);color:#fff;text-align:center;padding:9px 16px;font-size:12px;letter-spacing:.06em}.header{height:88px;background:rgba(250,247,241,.96);display:flex;align-items:center;justify-content:space-between;padding:0 6vw;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(63,55,45,.08)}.brand img{width:140px;height:70px;object-fit:contain;mix-blend-mode:multiply}.nav{display:flex;gap:28px;font-size:14px}.cart-btn,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;font-size:13px;font-weight:600}.cart-btn,.btn-dark{background:var(--ink);color:#fff;border:0}.cart-btn span{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:5px;background:#fff;color:var(--ink);border-radius:50%;font-size:11px}.btn-light{background:#fff;border:1px solid var(--line)}
.hero{min-height:610px;padding:80px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:linear-gradient(135deg,#f3ecdf,#fbf8f3 60%,#eee1ce)}.eyebrow{font-size:11px;letter-spacing:.22em;font-weight:600;color:var(--gold)}h1,h2,h3{line-height:1.1;margin:0}h1,h2,.product-name,.admin-title{font-family:"Playfair Display",serif;font-weight:500}h1{font-size:clamp(52px,7vw,88px);margin:18px 0}h1 em{color:var(--gold)}h2{font-size:clamp(36px,4vw,54px)}.hero p{max-width:560px;color:var(--soft);font-size:17px}.hero-buttons,.contact-actions{display:flex;gap:10px;margin-top:26px;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center}.hero-card{width:min(520px,100%);position:relative}.placeholder{min-height:360px;background:radial-gradient(circle at 35% 25%,#fff 0,#eee3d4 38%,#ddceb9 100%);display:grid;place-items:center;text-align:center;color:#766a5d}.hero-card .placeholder{min-height:470px}.hero-sticker{position:absolute;right:-15px;bottom:20px;width:100px;height:100px;border-radius:50%;background:var(--gold);color:#fff;display:grid;place-items:center;text-align:center;font-size:11px;letter-spacing:.14em}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-block:1px solid var(--line);padding:18px 7vw}.trust-strip div{padding:10px 22px;border-right:1px solid var(--line)}.trust-strip div:last-child{border:0}.trust-strip strong,.trust-strip span{display:block}.trust-strip strong{font-size:13px}.trust-strip span{font-size:12px;color:var(--soft)}.section{padding:90px 7vw}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:35px}.section-heading h2{margin-top:8px}.text-link{font-size:13px;font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-image{position:relative}.product-image img{display:block;width:100%;height:340px;object-fit:cover}.product-image .placeholder{height:340px}.product-badge{position:absolute;top:12px;left:12px;background:#fff;padding:7px 9px;font-size:10px;letter-spacing:.12em}.product-body{padding-top:13px}.product-name{font-size:22px}.product-meta{font-size:12px;color:var(--soft);margin:5px 0 9px}.product-price{font-weight:600}.product-actions{display:flex;gap:8px;margin-top:13px}.product-actions form{flex:1}.product-actions .btn{width:100%;min-height:42px}.story{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.story .placeholder{min-height:440px}.story-copy p,.muted{color:var(--soft)}.instagram-band{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:50px 7vw;background:var(--ink);color:#fff}.instagram-band .eyebrow{color:#d8bf8b}.contact-card{background:var(--cream);padding:60px}.footer{padding:42px 7vw 28px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:end}.footer img{width:125px;height:58px;object-fit:contain;mix-blend-mode:multiply}.footer p,.footer-note{font-size:12px;color:var(--soft)}.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-size:13px}
.cart-page,.checkout-page{padding:60px 7vw}.cart-layout{display:grid;grid-template-columns:1.45fr .55fr;gap:25px}.card{background:#fff;border:1px solid var(--line);padding:24px}.cart-line{display:grid;grid-template-columns:92px 1fr auto;gap:17px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.cart-line:last-child{border:0}.thumb{width:92px;height:92px;object-fit:cover;background:#eee3d4}.qty{margin-top:8px}.summary{height:max-content;position:sticky;top:110px}.summary-row{display:flex;justify-content:space-between;margin:13px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{font-size:12px;font-weight:600;display:grid;gap:6px}.full{grid-column:1/-1}input,textarea{width:100%;padding:12px;border:1px solid var(--line);background:#fbf8f3;border-radius:4px;outline:none}.flash{padding:12px 15px;background:#f3ede4;border:1px solid var(--line);margin-bottom:18px}.payment-frame{margin-top:20px;background:#fff;border:1px solid var(--line);padding:10px}.payment-frame iframe{width:100%;min-height:700px;border:0}
.admin-shell{min-height:100vh;background:#f5f1ea}.admin-top{background:var(--ink);color:#fff;padding:15px 4vw;display:flex;justify-content:space-between;align-items:center}.admin-main{padding:35px 4vw}.admin-card,.admin-stat{background:#fff;border:1px solid var(--line);padding:24px}.admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.admin-stat strong{font-size:28px;display:block}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:11px;border-bottom:1px solid var(--line);font-size:13px;text-align:left}.admin-table img{width:55px;height:55px;object-fit:cover}.admin-actions{display:flex;gap:7px;flex-wrap:wrap}.small-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 11px;font-size:12px}.small-btn.dark{background:var(--ink);color:#fff;border-color:var(--ink)}
@media(max-width:1000px){.nav{display:none}.hero{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.story{grid-template-columns:1fr}.cart-layout{grid-template-columns:1fr}.summary{position:static}.admin-grid{grid-template-columns:1fr 1fr}.footer{grid-template-columns:1fr 1fr}}@media(max-width:680px){.header{height:76px;padding:0 18px}.brand img{width:108px;height:60px}.hero{padding:55px 18px}.section,.cart-page,.checkout-page{padding:65px 18px}.section-heading{align-items:start;flex-direction:column}.products-grid{grid-template-columns:1fr 1fr;gap:12px}.product-image img,.product-image .placeholder{height:235px}.trust-strip{grid-template-columns:1fr;padding:10px 18px}.trust-strip div{border-right:0;border-bottom:1px solid var(--line);padding:11px 0}.instagram-band{padding:42px 18px;flex-direction:column;align-items:flex-start}.contact-card{padding:35px 20px}.footer{grid-template-columns:1fr;padding:40px 18px}.footer-note{text-align:left}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.admin-grid{grid-template-columns:1fr}.admin-main{padding:25px 18px}.admin-table{display:block;overflow:auto;white-space:nowrap}}
