:root{--ink:#27231f;--muted:#756b63;--cream:#f8f4ee;--paper:#fffdf9;--sand:#e8ddd0;--brown:#765d4b;--line:#e5dbd0}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:15px/1.7 "DM Sans",sans-serif}a{text-decoration:none;color:inherit}.header{height:80px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:#f8f4eeeF;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(12px)}.brand{font:700 22px "Playfair Display",serif;letter-spacing:1.5px;display:flex;align-items:center;gap:10px}.brand i{font-style:normal;width:34px;height:34px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center}.header nav{display:flex;gap:30px;font-weight:600;font-size:13px}.header nav a{padding:29px 0;position:relative}.header nav .active:after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--ink)}.head-right{display:flex;gap:20px;font-weight:700}.head-right b{background:var(--ink);color:white;border-radius:50%;font-size:10px;padding:3px 7px}.menu{display:none;background:none;border:0;font-size:22px}.hero{max-width:1400px;margin:auto;padding:75px 5vw 100px;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.hero h1,.page-title h1,.about h1,.detail h1,.legal h1{font:600 clamp(48px,6vw,78px)/1.02 "Playfair Display",serif;margin:0 0 25px}.hero h1 em{color:var(--brown);font-style:italic}.hero p{max-width:560px;color:var(--muted);font-size:18px}.eyebrow{display:block;color:var(--brown);font-size:10px;font-weight:700;letter-spacing:3px;margin-bottom:13px}.hero-image{height:620px;border-radius:180px 180px 20px 20px;overflow:hidden}.hero-image img,.categories img,.story-strip img,.about img,.product-card img,.detail-img img{width:100%;height:100%;object-fit:cover}.actions{display:flex;align-items:center;gap:25px;margin:30px 0}.btn{display:inline-flex;padding:13px 21px;border-radius:3px;border:1px solid transparent;font-weight:700;cursor:pointer}.dark{background:var(--ink);color:white}.light{background:#fff;color:var(--ink)}.under{font-weight:700;border-bottom:1px solid var(--ink);font-size:13px}.mini-trust{display:flex;gap:20px;flex-wrap:wrap;color:var(--muted);font-size:12px}.intro{text-align:center;max-width:700px;margin:auto;padding:60px 20px}.intro h2,.story-strip h2,.section-head h2{font:600 47px "Playfair Display",serif;margin:0 0 10px}.intro p{color:var(--muted)}.categories{max-width:1400px;margin:auto;padding:20px 5vw 110px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.categories img{height:480px;border-radius:8px}.categories h3{font:600 28px "Playfair Display",serif;margin:10px 0 0}.categories span{color:var(--muted);font-size:13px}.story-strip{max-width:1400px;margin:auto;background:#765d4b;color:#fff;display:grid;grid-template-columns:1fr 1fr;min-height:550px}.story-strip>div{padding:75px;display:flex;flex-direction:column;justify-content:center}.story-strip .eyebrow{color:#ddcabb}.story-strip h2{font-size:58px}.story-strip p{color:#e7ddd4;max-width:470px;margin-bottom:28px}.story-strip .btn{width:max-content}.story-strip img{min-height:550px}.bestsellers,.shop-page,.cart-page,.contact{max-width:1400px;margin:auto;padding:100px 5vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{position:relative}.product-card img{height:350px;border-radius:8px}.product-card h3{font:600 21px "Playfair Display",serif;margin:11px 0 0}.price{font-weight:700}.tag{position:absolute;top:10px;left:10px;background:white;padding:5px 8px;font-size:10px;font-weight:700;z-index:2}.product-actions{display:flex;gap:7px;margin-top:10px}.small{border:1px solid var(--line);background:white;padding:8px 11px;font-weight:700;border-radius:3px}.back{position:fixed;left:17px;top:95px;z-index:40;background:white;border:1px solid var(--line);border-radius:30px;padding:7px 12px;font-size:12px;font-weight:700;box-shadow:0 6px 20px #0000000d}.call{position:fixed;right:22px;bottom:22px;z-index:60;width:61px;height:61px;border-radius:50%;background:#27231f;color:white;display:grid;place-items:center;box-shadow:0 10px 28px #0005;animation:ring 1.7s infinite}.call span{font-size:25px}.call b{position:absolute;right:72px;white-space:nowrap;background:#27231f;padding:7px 11px;border-radius:4px;font-size:11px;opacity:0;transform:translateX(8px);transition:.2s}.call:hover b{opacity:1;transform:none}@keyframes ring{0%,100%{box-shadow:0 0 0 0 #27231f33,0 10px 28px #0005}50%{box-shadow:0 0 0 12px #27231f00,0 10px 28px #0005}}.filters{display:flex;gap:10px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:35px}.filters button{border:1px solid var(--line);background:transparent;border-radius:30px;padding:9px 16px;cursor:pointer}.filters button.active,.filters button:hover{background:var(--ink);color:white}.detail{max-width:1200px;margin:auto;padding:100px 5vw;display:grid;grid-template-columns:1fr 1fr;gap:70px}.detail-img{height:650px}.detail-img img{border-radius:12px}.detail-copy{align-self:center}.detail-copy .price{font-size:23px;margin:15px 0}.detail-copy p{color:var(--muted)}.detail-copy .btn{margin-top:15px}.cart-row{display:grid;grid-template-columns:100px 1fr auto auto;gap:20px;align-items:center;border-bottom:1px solid var(--line);padding:18px 0}.cart-row img{width:100px;height:100px;object-fit:cover;border-radius:8px}.qty{display:flex;gap:8px;align-items:center}.qty button{width:30px;height:30px;border:1px solid var(--line);background:white}.summary{margin:30px 0 0 auto;max-width:380px;background:white;padding:25px;border:1px solid var(--line)}.summary .total{display:flex;justify-content:space-between;font-size:22px;font-weight:700}.about{max-width:1400px;margin:auto;padding:100px 5vw;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about img{height:600px;border-radius:8px}.about p{color:var(--muted);max-width:570px}.gallery{max-width:1400px;margin:auto;padding:0 5vw 110px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery img{width:100%;height:380px;object-fit:cover;border-radius:8px}.values{max-width:1400px;margin:auto;padding:40px 5vw 110px}.values>div{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.values article{background:white;border:1px solid var(--line);padding:30px;border-radius:8px}.values h3{font:25px "Playfair Display",serif}.values article b{color:var(--brown)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:25px}.contact-card,.contact-form{background:white;border:1px solid var(--line);padding:35px;border-radius:8px}.contact-card a{font-weight:700}.contact-form label{display:block;font-size:13px;font-weight:700;margin-bottom:18px}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:7px;border:1px solid var(--line);padding:12px;background:var(--cream);font:inherit}.legal{max-width:850px;margin:auto;padding:100px 5vw}.legal h2{font:28px "Playfair Display",serif;margin-top:40px}.legal p{color:var(--muted)}.footer{background:#27231f;color:#e9e0d8;padding:60px 5vw 25px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:35px}.footer .brand{color:white}.footer .brand i{border-color:#e9e0d8}.footer p,.footer a:not(.brand){color:#b9aea5}.footer h4{margin:0 0 12px}.footer a:not(.brand){display:block;margin:5px 0;font-size:13px}.copy{grid-column:1/-1;border-top:1px solid #4c4743;padding-top:20px;color:#8f8780}@media(max-width:900px){.header nav{display:none}.menu{display:block}.hero,.story-strip,.detail,.about{grid-template-columns:1fr}.hero-image{height:470px}.categories,.product-grid,.gallery{grid-template-columns:repeat(2,1fr)}.story-strip>div{padding:50px}.story-strip img{min-height:400px}.values>div{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.footer{grid-template-columns:1fr 1fr}}@media(max-width:560px){.header{padding:0 17px}.hero,.shop-page,.cart-page,.contact,.bestsellers,.about,.values,.legal{padding-left:18px;padding-right:18px}.hero h1,.about h1,.detail h1,.legal h1{font-size:46px}.hero-image{height:400px}.categories,.product-grid,.gallery{grid-template-columns:1fr}.categories,.gallery{padding-left:18px;padding-right:18px}.categories img,.gallery img{height:420px}.footer{grid-template-columns:1fr;padding-left:18px;padding-right:18px}.story-strip h2{font-size:45px}.cart-row{grid-template-columns:70px 1fr}.cart-row img{width:70px;height:70px}.cart-row .row-price{grid-column:2}.detail-img{height:480px}.back{top:90px}.call{right:15px;bottom:15px}.call b{display:none}}
