:root{--accent:#9b7a3b;--text:#2c211b;--bg:#fbf8f3;--line:#e7dfd4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.page-width{width:min(1400px,calc(100% - 48px));margin:auto}.announcement{display:flex;justify-content:space-between;gap:20px;padding:9px 24px;background:#f0e8dc;font-size:13px;letter-spacing:.02em}.site-header{background:#fff;position:relative;z-index:5}.header-main{height:82px;display:flex;align-items:center;gap:34px}.logo-link{display:flex;align-items:center}.site-logo{width:130px;height:auto;display:block}.text-logo{font-weight:700;letter-spacing:.25em;font-size:20px}.text-logo small{display:block;font-size:9px;letter-spacing:.45em;text-align:center;margin-top:3px}.desktop-nav{display:flex;gap:28px;margin-left:auto;font-size:13px;letter-spacing:.14em;text-transform:uppercase}.header-actions{display:flex;gap:18px;font-size:22px;align-items:center}.cart-count{font-size:11px}.mobile-only{display:none}.hero{position:relative;min-height:650px;display:flex;align-items:stretch;overflow:hidden;background:#efe4d7}.hero-media,.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fffaf4f2,#fffaf4a6 34%,#fffaf414 66%,#fffaf400)}.hero-content{position:relative;z-index:2;display:flex;align-items:center}.hero-copy{max-width:610px;padding:60px 0}.eyebrow{font-size:12px;letter-spacing:.35em;margin:0 0 18px}.hero h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(48px,6vw,86px);line-height:.98;margin:0 0 22px}.hero-text{letter-spacing:.3em;font-size:12px;margin:0 0 30px}.button{display:inline-flex;align-items:center;gap:16px;padding:16px 30px;border-radius:4px;font-size:13px;font-weight:700;letter-spacing:.12em}.button-primary{background:#9b7a3b;color:#fff}.category-section,.featured-section{padding:90px 0}.section-heading{text-align:center;margin-bottom:44px}.section-heading>span{display:block;width:64px;height:1px;background:var(--accent);margin:0 auto 18px}.section-heading h2{font:400 clamp(34px,4vw,52px)/1.05 Georgia,serif;margin:0}.section-heading p{font-size:10px;letter-spacing:.35em;margin:14px 0 0;color:#756b62}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{background:#f3eee7;min-height:360px;position:relative;overflow:hidden}.category-image{width:100%;height:250px;object-fit:cover;display:block}.category-placeholder{height:250px;display:grid;place-items:center;font:120px Georgia;color:#c9b89a}.category-card-content{padding:22px}.category-card h3{font:400 28px Georgia,serif;margin:0 0 8px}.category-card p{font-size:13px;color:#756b62;margin:0 0 16px}.category-card span{font-size:10px;letter-spacing:.2em}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.product-card{background:#fff;padding-bottom:18px}.product-image-wrap{aspect-ratio:1/1;overflow:hidden;background:#f3f0eb}.product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.product-card:hover .product-image{transform:scale(1.04)}.product-card h3{font:400 18px Georgia,serif;margin:16px 16px 6px}.product-card p{margin:0 16px;font-size:14px}.empty-note{text-align:center;padding:40px;border:1px dashed var(--line)}.benefits-section{background:#f0e8dc;padding:58px 0}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.benefit{text-align:center;padding:10px 30px}.benefit-icon{font-size:34px;color:var(--accent)}.benefit h3{font:400 24px Georgia,serif;margin:12px 0 7px}.benefit p{font-size:13px;color:#756b62;margin:0}.site-footer{background:#2c211b;color:#f8f2e9;padding-top:65px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:45px;padding-bottom:55px}.footer-logo{font-weight:700;letter-spacing:.25em;font-size:22px}.footer-logo span{display:block;font-size:10px;letter-spacing:.5em;margin-top:7px}.footer-grid h3{font:400 19px Georgia,serif;margin:0 0 18px}.footer-grid a,.footer-grid p{display:block;font-size:13px;margin:0 0 10px;color:#d9cfc4}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:20px 24px;text-align:center;font-size:11px;color:#bfb4a9}@media(max-width:900px){.page-width{width:min(100% - 28px,700px)}.announcement{font-size:10px;padding:8px 14px}.announcement span:nth-child(2){display:none}.header-main{height:68px;justify-content:space-between;gap:12px}.mobile-only{display:block;border:0;background:none;font-size:20px}.desktop-nav{display:none}.site-logo{width:105px}.hero{min-height:610px}.hero-overlay{background:linear-gradient(90deg,#fffaf4f0,#fffaf494 55%,#fffaf414)}.hero-content{align-items:flex-end}.hero-copy{padding:40px 0 48px;max-width:92%}.hero h1{font-size:47px}.hero-text{font-size:9px;letter-spacing:.22em}.category-section,.featured-section{padding:65px 0}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{min-height:285px}.category-image,.category-placeholder{height:175px}.category-card h3{font-size:23px}.category-card-content{padding:16px}.product-grid{grid-template-columns:repeat(2,1fr);gap:14px}.product-card h3{font-size:15px;margin:12px 12px 5px}.product-card p{font-size:12px;margin:0 12px}.benefits-grid{grid-template-columns:1fr;gap:12px}.benefit{padding:16px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:520px){.announcement span:first-child{display:none}.announcement{justify-content:center}.header-actions{gap:12px;font-size:19px}.hero{min-height:590px}.hero-image{object-position:62% center}.hero h1{font-size:42px}.hero-copy{max-width:100%}.hero-text{line-height:1.8}.button{padding:14px 22px}.section-heading h2{font-size:35px}.category-grid{gap:10px}.category-card{min-height:270px}.category-image,.category-placeholder{height:160px}.category-card h3{font-size:21px}.category-card p{font-size:11px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
