@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&display=swap";:root{--bg:#fdf9f8;--surface:#fff;--ink:#171212;--muted:#6f5f5c;--accent:#cf4f5c;--deep:#a93848;--rose:#e9a0aa;--soft:#f7e7e7;--coral:#e47080;--brown:#8a5a3c;--border:#f0e2e0;--shadow:0 18px 45px #46232714}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:DM Sans,sans-serif}button,input,select,textarea{font:inherit}button,a{color:inherit}a{text-decoration:none}img{width:100%;display:block}button{cursor:pointer}.serif,h1,h2,h3{font-family:Fraunces,Georgia,serif;font-weight:500}.shell{min-height:100vh}.announcement{background:var(--accent);color:#fff;text-align:center;letter-spacing:.04em;padding:9px 16px;font-size:12px}.header{border-bottom:1px solid var(--border);z-index:20;background:#fdf9f8f5;grid-template-columns:1fr auto 1fr;align-items:center;height:78px;padding:0 clamp(18px,5vw,72px);display:grid;position:sticky;top:0}.logo{text-align:center}.logo strong{letter-spacing:.06em;font:500 25px/1 Fraunces,serif;display:block}.logo span{letter-spacing:.35em;text-transform:uppercase;color:var(--muted);font-size:8px}.nav{gap:26px;font-size:13px;display:flex}.header-actions{justify-content:flex-end;gap:9px;display:flex}.icon-btn{background:0 0;border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:relative}.icon-btn:hover{background:var(--soft)}.cart-count{background:var(--accent);color:#fff;border-radius:20px;place-items:center;min-width:17px;height:17px;font-size:10px;display:grid;position:absolute;top:0;right:-1px}.mobile-menu{display:none}.hero{grid-template-columns:48% 52%;gap:0;min-height:670px;padding:28px clamp(18px,4vw,64px) 0;display:grid}.hero-copy{background:#f5e5e1;border-radius:24px 0 0 24px;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(42px,8vw,112px);display:flex}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--brown);font-size:11px;font-weight:600}.hero h1{letter-spacing:-.04em;margin:18px 0 22px;font-size:clamp(48px,6vw,88px);line-height:.96}.hero p{color:var(--muted);max-width:470px;font-size:15px;line-height:1.7}.hero-art{background:#ead7d0;border-radius:0 24px 24px 0;position:relative;overflow:hidden}.hero-art img{object-fit:cover;height:100%}.hero-note{background:#fdf9f8f0;border-radius:12px;max-width:180px;padding:14px 18px;font:500 12px/1.4 DM Sans;position:absolute;bottom:22px;right:22px}.btn{border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 22px;font-size:13px;font-weight:600;display:inline-flex}.btn:hover{background:var(--deep)}.btn.secondary{color:var(--accent);background:0 0}.btn.ink{background:var(--ink);border-color:var(--ink)}.hero .btn{margin-top:12px}.section{padding:100px clamp(18px,5vw,72px)}.section.compact{padding-top:45px;padding-bottom:45px}.section-head{justify-content:space-between;align-items:end;margin-bottom:32px;display:flex}.section-head h2{letter-spacing:-.025em;margin:8px 0 0;font-size:clamp(34px,4vw,52px)}.text-link{color:var(--deep);border-bottom:1px solid;font-size:13px;font-weight:600}.chips{gap:9px;padding-bottom:4px;display:flex;overflow:auto}.chip{white-space:nowrap;border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:10px 17px;font-size:12px}.chip.active,.chip:hover{background:var(--rose);border-color:var(--rose)}.product-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.product-card{min-width:0;position:relative}.product-image{aspect-ratio:3/4;background:var(--soft);border-radius:18px;position:relative;overflow:hidden}.product-image img{object-fit:cover;height:100%;transition:transform .5s}.product-card:hover img{transform:scale(1.025)}.badge{background:var(--bg);letter-spacing:.04em;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:600;position:absolute;top:12px;left:12px}.heart{background:#ffffffe0;border:0;border-radius:50%;width:34px;height:34px;font-size:17px;position:absolute;top:11px;right:11px}.product-info{padding:15px 3px}.product-info h3{margin:0 0 4px;font-size:20px}.meta{color:var(--muted);font-size:12px}.price{margin-top:8px;font-size:13px;font-weight:600}.category-grid{grid-template-columns:1.3fr 1fr 1fr;gap:20px;display:grid}.category-card{border-radius:20px;height:440px;position:relative;overflow:hidden}.category-card img{object-fit:cover;height:100%;transition:transform .5s}.category-card:hover img{transform:scale(1.03)}.category-label{background:#fdf9f8f0;border-radius:14px;padding:18px;position:absolute;inset:auto 16px 16px}.category-label h3{margin:0;font-size:25px}.story{background:#f4e3df;grid-template-columns:1fr 1fr;display:grid}.story-img{min-height:610px}.story-img img{object-fit:cover;height:100%}.story-copy{flex-direction:column;justify-content:center;padding:clamp(52px,8vw,120px);display:flex}.story-copy h2{margin:17px 0 25px;font-size:clamp(42px,5vw,66px);line-height:1.04}.story-copy p{color:var(--muted);line-height:1.8}.promise{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.promise article{border-top:1px solid var(--rose);padding:26px 0}.promise h3{margin:12px 0 8px;font-size:22px}.promise p{color:var(--muted);font-size:13px;line-height:1.7}.testimonials{background:var(--surface);text-align:center}.quote{max-width:920px;margin:22px auto;font:400 clamp(30px,4vw,52px)/1.25 Fraunces,serif}.newsletter{background:var(--accent);color:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:40px;padding:clamp(36px,6vw,72px);display:flex}.newsletter h2{margin:0 0 8px;font-size:clamp(34px,4vw,52px)}.newsletter p{opacity:.82;margin:0}.newsletter form{gap:8px;width:min(100%,430px);display:flex}.newsletter input{border:0;border-radius:999px;flex:1;min-width:0;padding:14px 18px}.newsletter .btn{background:var(--ink);border-color:var(--ink)}.footer{background:#f4e8e5;padding:70px clamp(18px,5vw,72px) 30px}.footer-grid{grid-template-columns:1.7fr repeat(3,1fr);gap:40px;display:grid}.footer h3{margin:0 0 12px;font-size:25px}.footer h4{text-transform:uppercase;letter-spacing:.14em;margin:0 0 18px;font-size:11px}.footer a,.footer p{color:var(--muted);font-size:12px;line-height:2;display:block}.copyright{color:var(--muted);border-top:1px solid #dfcfcb;justify-content:space-between;margin-top:50px;padding-top:20px;font-size:11px;display:flex}.wa{z-index:30;color:#fff;box-shadow:var(--shadow);background:#315d47;border-radius:999px;padding:13px 18px;font-size:12px;font-weight:600;position:fixed;bottom:20px;right:20px}.page-hero{text-align:center;padding:75px 20px 45px}.page-hero h1{margin:10px 0;font-size:clamp(44px,6vw,72px)}.page-hero p{color:var(--muted);max-width:630px;margin:auto;line-height:1.7}.shop-layout{grid-template-columns:230px 1fr;gap:42px;display:grid}.filters{font-size:13px}.filter-block{border-top:1px solid var(--border);padding:20px 0}.filter-block strong{font-size:12px}.filter-option{color:var(--muted);gap:9px;margin-top:11px;display:flex}.shop-toolbar{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.shop-toolbar select{border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 14px}.mobile-filter{display:none}.product-detail{grid-template-columns:1.12fr .88fr;gap:60px;padding:55px clamp(18px,6vw,90px);display:grid}.gallery{grid-template-columns:1fr 1fr;gap:12px;display:grid}.gallery img{aspect-ratio:3/4;object-fit:cover;background:var(--soft);border-radius:18px}.detail-panel{align-self:start;position:sticky;top:110px}.crumbs{color:var(--muted);margin-bottom:25px;font-size:11px}.detail-panel h1{margin:0 0 6px;font-size:48px}.detail-price{margin:22px 0;font-weight:600}.tax{color:var(--muted);font-size:11px}.choice-label{justify-content:space-between;margin:24px 0 10px;font-size:12px;font-weight:600;display:flex}.choices{gap:8px;display:flex}.choice{border:1px solid var(--border);background:#fff;border-radius:9px;min-width:43px;padding:10px 12px}.choice.active{border-color:var(--accent);background:var(--soft)}.choice:disabled{opacity:.4;text-decoration:line-through}.full{width:100%;margin-top:14px}.stock{color:var(--brown);background:#f5ece5;border-radius:9px;margin:18px 0;padding:11px 13px;font-size:12px}.accordion{border-top:1px solid var(--border);padding:18px 0;font-size:13px}.detail-copy{color:var(--muted);font-size:13px;line-height:1.7}.cart-layout,.checkout-layout{grid-template-columns:1fr 380px;gap:50px;padding:20px clamp(18px,8vw,120px) 90px;display:grid}.cart-item{border-top:1px solid var(--border);grid-template-columns:110px 1fr auto;gap:18px;padding:20px 0;display:grid}.cart-item img{object-fit:cover;border-radius:12px;width:110px;height:145px}.qty{align-items:center;gap:12px;margin-top:16px;display:flex}.qty button{border:1px solid var(--border);background:#fff;border-radius:50%;width:30px;height:30px}.summary{border:1px solid var(--border);background:#fff;border-radius:18px;height:max-content;padding:24px}.summary h3{margin:0 0 20px;font-size:25px}.summary-row{justify-content:space-between;margin:12px 0;font-size:13px;display:flex}.summary-row.total{border-top:1px solid var(--border);padding-top:18px;font-size:16px;font-weight:600}.field-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field{flex-direction:column;gap:7px;margin-bottom:15px;display:flex}.field label{font-size:11px;font-weight:600}.field input,.field select,.field textarea{border:1px solid var(--border);background:#fff;border-radius:10px;outline:none;padding:12px}.field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--soft)}.checkout-section{border:1px solid var(--border);background:#fff;border-radius:16px;margin-bottom:16px;padding:24px}.checkout-section h3{margin:0 0 20px}.success{text-align:center;border:1px solid var(--border);background:#fff;border-radius:24px;max-width:620px;margin:90px auto;padding:50px}.success-mark{background:var(--soft);width:70px;height:70px;color:var(--accent);border-radius:50%;place-items:center;margin:auto;font-size:30px;display:grid}.admin{background:#f9f4f2;min-height:100vh;padding:35px}.admin-top{justify-content:space-between;align-items:center;display:flex}.stats{grid-template-columns:repeat(4,1fr);gap:16px;margin:30px 0;display:grid}.stat,.admin-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:20px}.stat strong{margin-top:8px;font:500 28px Fraunces;display:block}.admin-grid{grid-template-columns:1.5fr 1fr;gap:18px;display:grid}.bar-chart{align-items:end;gap:12px;height:190px;padding-top:30px;display:flex}.bar{background:var(--accent);border-radius:5px 5px 0 0;flex:1}.inventory-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:13px 0;font-size:12px;display:flex}.status{background:var(--soft);border-radius:999px;padding:6px 9px}.notfound{text-align:center;padding:120px 20px}.menu-sheet{display:none}@media (width<=900px){.nav{display:none}.mobile-menu{display:grid}.header{grid-template-columns:1fr auto 1fr;padding:0 14px}.header-actions .hide-mobile{display:none}.hero{grid-template-columns:1fr;padding:14px}.hero-copy{border-radius:20px 20px 0 0;padding:55px 28px}.hero-art{border-radius:0 0 20px 20px;height:480px}.section{padding:70px 18px}.product-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}.category-grid{grid-template-columns:1fr 1fr}.category-card{height:360px}.category-card:first-child{grid-column:span 2}.story{grid-template-columns:1fr}.story-img{min-height:450px}.promise{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.shop-layout{grid-template-columns:1fr}.filters{display:none}.mobile-filter{display:block}.product-detail{grid-template-columns:1fr;padding:25px 16px}.detail-panel{position:static}.gallery{scroll-snap-type:x mandatory;display:flex;overflow:auto}.gallery img{scroll-snap-align:start;min-width:86%}.cart-layout,.checkout-layout{grid-template-columns:1fr;padding:10px 18px 70px}.summary{order:2}.stats{grid-template-columns:1fr 1fr}.admin-grid{grid-template-columns:1fr}.newsletter{flex-direction:column;align-items:flex-start}.newsletter form{width:100%}}@media (width<=560px){.hero{min-height:auto}.hero h1{font-size:48px}.hero-art{height:420px}.section-head{align-items:flex-start;gap:12px}.section-head h2{font-size:36px}.product-info h3{font-size:17px}.category-grid{grid-template-columns:1fr}.category-card,.category-card:first-child{grid-column:auto;height:390px}.story-copy{padding:55px 24px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:span 2}.copyright{flex-direction:column;gap:10px}.wa{white-space:nowrap;width:46px;height:46px;padding:13px;overflow:hidden}.cart-item{grid-template-columns:88px 1fr}.cart-item img{width:88px;height:118px}.cart-item>strong{grid-column:2}.field-grid{grid-template-columns:1fr}.admin{padding:18px}.stats{gap:10px}.stat{padding:14px}.newsletter form{flex-direction:column}.detail-panel h1{font-size:40px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
