:root{--cream:#fbf5e9;--paper:#fffdf8;--brown:#442407;--deep:#24170d;--gold:#b98325;--gold2:#e0bd72;--rose:#d7a7a2;--green:#31432f;--line:#e7d9c3;--shadow:0 18px 50px rgba(62,37,11,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--deep);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,.brand-serif{font-family:Georgia,"Times New Roman",serif}.container{width:min(1180px,92vw);margin:auto}.announcement{background:var(--brown);color:#fff4de;text-align:center;padding:9px;font-size:.88rem;letter-spacing:.04em}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-row{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand img{height:58px;width:auto}.site-nav{display:flex;align-items:center;gap:24px;font-size:.95rem}.site-nav a:hover{color:var(--gold)}.cart-link{font-weight:700}.cart-count{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:50%;background:var(--gold);color:white;font-size:.75rem;margin-left:4px}.menu-toggle{display:none;border:0;background:none;font-size:1.7rem}.hero{background:var(--cream)}.hero img{width:100%;max-height:720px;object-fit:cover}.hero-actions{display:flex;justify-content:center;gap:12px;padding:24px}.btn{display:inline-flex;justify-content:center;align-items:center;border:1px solid var(--brown);padding:12px 20px;border-radius:999px;font-weight:700;cursor:pointer;background:white}.btn:hover{transform:translateY(-1px)}.btn-gold{background:linear-gradient(135deg,var(--gold),#d4a44b);border-color:var(--gold);color:white}.btn-outline{background:transparent}.btn-full{width:100%}.section{padding:72px 0}.section-soft{background:var(--cream)}.section-head{text-align:center;max-width:760px;margin:0 auto 34px}.section-head h2{font-size:clamp(2rem,4vw,3.5rem);margin:.2em 0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;color:var(--gold);font-weight:800}.lead{font-size:1.08rem;color:#5d5044}.grid{display:grid;gap:24px}.product-grid{grid-template-columns:repeat(4,1fr)}.product-card{background:white;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 28px rgba(70,48,24,.06);transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{aspect-ratio:1/1.15;background:#f8f1e8;display:block;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:18px}.product-info h3{font-size:1.22rem;margin:.25rem 0}.price{font-weight:800;color:var(--brown)}.feature-grid{grid-template-columns:repeat(4,1fr)}.feature{padding:26px;text-align:center;border:1px solid var(--line);border-radius:20px;background:white}.feature .icon{font-size:2rem}.banner{border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.shop-hero{padding:64px 0 28px;background:linear-gradient(#fffaf1,#fffdf8);text-align:center}.shop-hero h1{font-size:clamp(2.5rem,6vw,5rem);margin:.2em}.filters{display:flex;justify-content:center;gap:10px;margin:26px 0 36px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:white;padding:10px 18px;border-radius:999px;cursor:pointer}.filter.active{background:var(--brown);color:white;border-color:var(--brown)}.product-detail{display:grid;grid-template-columns:1.12fr .88fr;gap:56px;padding:56px 0 90px}.main-image{border-radius:26px;overflow:hidden;background:var(--cream);aspect-ratio:1/1.08}.main-image img{width:100%;height:100%;object-fit:cover}.thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.thumbs button{border:1px solid var(--line);background:white;border-radius:12px;padding:0;overflow:hidden;min-width:90px;width:90px;height:90px}.thumbs img{width:100%;height:100%;object-fit:cover}.product-copy h1{font-size:clamp(2.4rem,5vw,4.3rem);line-height:1.02;margin:.12em 0}.price.big{font-size:1.7rem}.product-copy label{display:block;font-weight:700;margin:18px 0}.product-copy select,.product-copy input,.checkout-form input,.checkout-form textarea{width:100%;padding:13px 14px;border:1px solid #d8c8b3;border-radius:12px;background:white;font:inherit;margin-top:7px}.qty-row{display:grid;grid-template-columns:140px 1fr;align-items:end;gap:20px}.text-link{background:none;border:0;text-decoration:underline;color:var(--brown);cursor:pointer;padding:14px}.product-notes{margin-top:22px;padding:18px;border-radius:16px;background:var(--cream);font-size:.93rem}.modal{position:fixed;inset:0;background:rgba(20,12,5,.82);z-index:50;display:grid;place-items:center;padding:30px}.modal img{max-height:90vh;max-width:90vw;border-radius:18px}.modal-close{position:absolute;top:20px;right:26px;background:white;border:0;width:42px;height:42px;border-radius:50%;font-size:2rem}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:34px;padding:56px 0}.cart-item{display:grid;grid-template-columns:120px 1fr 80px auto;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding:18px 0}.cart-item img{width:120px;height:120px;object-fit:cover;border-radius:16px}.cart-item input{padding:10px;width:70px}.remove{border:0;background:none;text-decoration:underline;cursor:pointer}.cart-summary{background:var(--cream);padding:26px;border-radius:22px;height:max-content;position:sticky;top:110px}.cart-summary>div,.checkout-line,.checkout-total{display:flex;justify-content:space-between;gap:20px;padding:12px 0}.muted{color:#756b60;font-size:.9rem}.empty-state{text-align:center;padding:90px 20px}.checkout-layout{display:grid;grid-template-columns:1fr 430px;gap:40px;padding:56px 0}.checkout-card{border:1px solid var(--line);border-radius:22px;padding:26px;background:white}.checkout-line small{display:block;color:#756b60}.checkout-total{border-top:1px solid var(--line);font-size:1.18rem;margin-top:10px}.checkout-form{display:grid;gap:14px}.checkout-form label{font-weight:700}.success-box{margin-top:20px;background:#f1f7ed;border:1px solid #c9dec0;padding:20px;border-radius:16px}.success-box textarea{width:100%;min-height:220px}.content-page{padding:64px 0;max-width:900px}.content-page h1{font-size:clamp(2.5rem,5vw,4rem)}.size-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.size-guide-grid img{border-radius:20px;border:1px solid var(--line)}.footer{background:#2c190a;color:#f6e9d2;padding:54px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer img{height:80px}.footer a{display:block;margin:8px 0;color:#f6e9d2}.copyright{border-top:1px solid rgba(255,255,255,.15);margin-top:36px;padding-top:18px;font-size:.86rem}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);opacity:0;background:var(--brown);color:white;padding:12px 20px;border-radius:999px;z-index:80;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.product-detail,.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary{position:static}.site-nav{display:none;position:absolute;top:78px;left:0;right:0;background:white;padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}.site-nav.open{display:flex}.menu-toggle{display:block}.footer-grid{grid-template-columns:1fr 1fr}.brand img{height:48px}}
@media(max-width:560px){.product-grid,.feature-grid,.size-guide-grid,.footer-grid{grid-template-columns:1fr}.section{padding:48px 0}.hero-actions{flex-direction:column}.cart-item{grid-template-columns:88px 1fr}.cart-item img{width:88px;height:88px}.cart-item input,.cart-item .remove{grid-column:2}.qty-row{grid-template-columns:1fr}.header-row{height:68px}.site-nav{top:68px}}
