*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-width{width:min(calc(100% - 32px),var(--page));margin:auto}.section{padding:64px 0}.section--tight{padding:30px 0}.eyebrow{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:800}.h1,.h2,.h3,h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12;margin:0 0 16px}.h1,h1{font-size:clamp(2.25rem,5vw,4.9rem)}.h2,h2{font-size:clamp(1.8rem,3vw,3rem)}.h3,h3{font-size:1.3rem}.muted{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:1px solid transparent;border-radius:999px;padding:.86rem 1.24rem;background:var(--accent);color:#fff;font-weight:750;cursor:pointer}.button--outline{background:transparent;color:var(--text);border-color:var(--accent)}.button--small{padding:.62rem .92rem;font-size:.88rem}.card{background:var(--surface);border:1px solid rgba(80,55,48,.08);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 34px rgba(95,65,55,.07)}.grid{display:grid;gap:22px}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.topbar{background:var(--accent2);font-size:.82rem;padding:8px;text-align:center}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,250,247,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(80,55,48,.08)}.header-inner{min-height:82px;display:flex;align-items:center;gap:28px}.logo{font-family:Georgia,serif;font-size:1.5rem;font-weight:800;white-space:nowrap}.logo img{max-height:58px;width:auto}.nav{display:flex;gap:20px;align-items:center;flex:1}.nav a{font-size:.93rem}.header-actions{display:flex;gap:10px}.icon-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid rgba(80,55,48,.1)}.mobile-toggle{display:none}.hero{padding:28px 0 20px}.hero-shell{display:grid;grid-template-columns:1fr 1.16fr;min-height:555px;background:linear-gradient(125deg,#fff9f4,#f6e6df 55%,#eee3d7);border-radius:calc(var(--radius) + 8px);overflow:hidden}.hero-copy{padding:clamp(34px,6vw,82px);display:flex;flex-direction:column;justify-content:center}.hero-copy .h1 span{color:var(--accent)}.hero-media{position:relative;min-height:420px}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f8eae2 0%,transparent 28%)}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.category-card{min-height:300px;position:relative;padding:28px;display:flex;align-items:flex-end;background:linear-gradient(145deg,#fff,#f7eee8)}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(255,250,247,.97),rgba(255,255,255,.03) 73%)}.category-card__content{position:relative;z-index:2}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.product-card{position:relative}.product-card__media{aspect-ratio:1;background:#f4ece6}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover img{transform:scale(1.02)}.product-card__body{padding:17px}.product-title{font-weight:750;margin-bottom:6px}.price{font-weight:850}.badge{position:absolute;z-index:2;left:12px;top:12px;background:var(--accent);color:#fff;border-radius:999px;padding:.38rem .65rem;font-size:.73rem;font-weight:800}.placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#f4e4dc,#eee6da);color:#9b7b70}.steps{grid-template-columns:repeat(3,1fr)}.step{padding:30px;text-align:center;background:linear-gradient(145deg,#fffaf6,#f8e9e2)}.step-number{width:42px;height:42px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:800}.trust{grid-template-columns:repeat(4,1fr)}.trust-item{padding:24px;text-align:center}.about{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:46px}.about-media img{border-radius:var(--radius);width:100%;aspect-ratio:4/3;object-fit:cover}.newsletter{background:var(--accent2);border-radius:var(--radius);padding:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.newsletter-form{display:flex;max-width:520px;width:100%}.newsletter-form input{flex:1;min-width:0;border:0;padding:1rem 1.2rem;border-radius:999px 0 0 999px}.newsletter-form button{border-radius:0 999px 999px 0}.footer{padding:48px 0 28px;background:#fff9f5;border-top:1px solid rgba(80,55,48,.08)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px}.footer h3{font-size:1rem;font-family:inherit}.footer ul{list-style:none;padding:0}.footer li{margin:.45rem 0;font-size:.9rem;color:var(--muted)}.product-main{display:grid;grid-template-columns:1.08fr .92fr;gap:48px}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery img{border-radius:var(--radius);background:#f5ede8}.product-info{position:sticky;top:118px;align-self:start}.product-price{font-size:1.35rem;font-weight:850;margin:12px 0 22px}.field{display:grid;gap:7px;margin:16px 0}.field input,.field select,.field textarea,.search-input{width:100%;border:1px solid rgba(80,55,48,.18);background:#fff;padding:.86rem 1rem;border-radius:14px}.quantity{width:86px}.collection-head{text-align:center;max-width:720px;margin:0 auto 36px}.pagination{text-align:center;margin-top:30px}.cart-row{display:grid;grid-template-columns:110px 1fr auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid rgba(80,55,48,.1)}.cart-row img{border-radius:14px}.cart-summary{max-width:430px;margin:32px 0 0 auto;padding:28px}.search-form{display:flex;gap:10px;max-width:680px;margin:0 auto 30px}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;z-index:99;background:#fff;padding:10px}@media(max-width:900px){.nav{display:none}.mobile-toggle{display:inline-flex}.header-inner{min-height:68px}.hero-shell,.about,.product-main{grid-template-columns:1fr}.hero-media{order:-1;min-height:330px}.hero-media:after{background:linear-gradient(0deg,#f8eae2,transparent 35%)}.grid--4,.trust{grid-template-columns:repeat(2,1fr)}.grid--3,.steps{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.product-info{position:static}.newsletter{flex-direction:column;align-items:flex-start}}@media(max-width:560px){.page-width{width:min(calc(100% - 20px),var(--page))}.section{padding:44px 0}.hero-copy{padding:30px 22px}.hero-media{min-height:260px}.grid--4,.trust,.footer-grid{grid-template-columns:1fr}.newsletter-form{display:grid;gap:10px}.newsletter-form input,.newsletter-form button{border-radius:999px}.hide-mobile{display:none}.product-gallery{grid-template-columns:1fr}.cart-row{grid-template-columns:80px 1fr}.cart-row>:last-child{grid-column:2}.section-heading{align-items:flex-start;flex-direction:column}}