:root{
--maroon:#7b0f1b;--maroon2:#4f0710;--gold:#d6a83e;--cream:#fff8e9;--ink:#171717;--muted:#6e6e6e;--line:#eadfcd;--card:#fff;--bg:#fbf8f2;
--shadow:0 18px 50px rgba(52,18,12,.12);--radius:24px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}a{text-decoration:none;color:inherit}button,input,select{font:inherit}button{cursor:pointer}
.topbar{background:#26060b;color:#fff;padding:9px 5%;display:flex;justify-content:space-between;gap:20px;font-size:13px}.top-actions{display:flex;gap:18px}.top-actions a{color:#ffe9a9}
.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;padding:13px 5%;gap:20px}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:43px;height:43px;border-radius:13px;background:linear-gradient(135deg,var(--maroon),#a51e31);color:#fff;display:grid;place-items:center;font:800 25px Georgia;box-shadow:0 8px 20px #7b0f1b35}.brand strong{display:block;letter-spacing:.8px;font:800 18px Georgia}.brand small{display:block;font-size:9px;letter-spacing:2px;color:#8a6b35}
nav{display:flex;gap:24px;font-size:14px;font-weight:700}nav a{color:#444}nav a:hover{color:var(--maroon)}
.header-tools{display:flex;align-items:center;gap:8px}.icon-btn,.menu-btn,.cart-btn{border:1px solid var(--line);background:#fff;border-radius:12px;height:42px;padding:0 12px}.cart-btn{font-weight:800}.cart-btn b{display:inline-grid;place-items:center;background:var(--maroon);color:#fff;border-radius:50%;min-width:22px;height:22px;font-size:11px;margin-left:4px}.menu-btn{display:none}
.hero{min-height:690px;padding:65px 5% 45px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;background:radial-gradient(circle at 85% 20%,#ffe7a7 0 5%,transparent 30%),linear-gradient(135deg,#fff9ed,#f5ead4)}.hero-content{max-width:700px}.eyebrow{font-size:12px;letter-spacing:2.3px;font-weight:900;color:var(--maroon);text-transform:uppercase}.hero h1{font:800 clamp(45px,6vw,76px)/.98 Georgia;margin:18px 0}.hero h1 span{color:var(--maroon)}.hero p{font-size:18px;color:#666;max-width:600px}.hero-buttons{display:flex;gap:12px;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:13px;padding:13px 19px;font-weight:900;border:1px solid transparent;transition:.2s}.btn:hover{transform:translateY(-2px)}.primary{background:var(--maroon);color:#fff;box-shadow:0 12px 24px #7b0f1b30}.outline{border-color:#bcae95;background:#fff}.light{background:#fff;color:var(--maroon)}.gold{background:var(--gold);color:#2c1705}.full{width:100%}
.trust-row{display:flex;flex-wrap:wrap;gap:25px;margin-top:35px}.trust-row div{padding-right:25px;border-right:1px solid #d9c9af}.trust-row div:last-child{border:0}.trust-row b{display:block;font-size:20px;color:var(--maroon)}.trust-row small{color:#777}.hero-art{position:relative;min-height:540px;display:grid;place-items:center}.hero-art .glow{position:absolute;width:75%;height:75%;background:#d8a93d38;border-radius:50%;filter:blur(30px)}.hero-art img{width:min(100%,610px);max-height:590px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow);position:relative;border:5px solid #fff}
.ticker{overflow:hidden;background:var(--maroon);color:#fff;display:flex;justify-content:center;gap:35px;padding:12px;font-weight:800;font-size:12px;white-space:nowrap}
.section{padding:90px 5%;max-width:1450px;margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px}.section-head h2{font:800 42px Georgia;margin:8px 0 0}.section-head>p{color:#777;max-width:400px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{text-align:left;background:#fff;border:1px solid var(--line);padding:27px;border-radius:var(--radius);transition:.25s}.category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#d7bd7e}.cat-icon{font-size:35px}.category-card h3{margin:12px 0 4px;font-size:20px}.category-card p{color:#777;margin:0;font-size:14px}
.promo{margin:0 5% 40px;max-width:1390px;margin-left:auto;margin-right:auto;background:linear-gradient(115deg,#4d0710,#971629);color:#fff;border-radius:32px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center;box-shadow:var(--shadow)}.promo-copy{padding:55px}.promo h2{font:800 45px Georgia;margin:10px 0}.promo p{color:#f4dfe0;max-width:500px}.promo img{width:100%;height:420px;object-fit:cover}
.product-head{align-items:center}.controls{display:flex;gap:10px}.search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:0 12px}.search input{border:0;outline:0;padding:12px 4px;width:220px}.controls select{border:1px solid var(--line);border-radius:13px;background:#fff;padding:12px}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:25px}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 16px;font-weight:800;color:#666}.chip.active,.chip:hover{background:var(--maroon);color:#fff;border-color:var(--maroon)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.25s;display:flex;flex-direction:column}.product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-img{height:230px;background:#f4efe6;position:relative;display:grid;place-items:center;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:12px;left:12px;background:var(--maroon);color:#fff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900}.product-body{padding:17px}.product-cat{font-size:10px;color:#9b7a38;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.product h3{font-size:18px;margin:5px 0}.product p{font-size:13px;color:#777;min-height:42px}.product-foot{display:flex;justify-content:space-between;align-items:center;margin-top:13px}.ask{border:0;background:#f6ead5;color:var(--maroon);font-weight:900;border-radius:10px;padding:10px 12px}
.services{background:#f4ead7;max-width:none}.services .section-head,.services .service-grid{max-width:1390px;margin-left:auto;margin-right:auto}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-grid article{background:#fff;padding:28px;border-radius:20px}.service-grid article span{font-size:32px}.service-grid h3{margin:10px 0 5px}.service-grid p{color:#777;margin:0;font-size:14px}
.about{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-image img{width:100%;border-radius:28px;box-shadow:var(--shadow)}.about-copy h2{font:800 43px/1.1 Georgia;margin:12px 0 18px}.about-copy>p{color:#6d6d6d;font-size:17px}.checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:25px 0;color:#4c4c4c;font-weight:700}
.faq-list{max-width:900px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:15px;margin:10px 0;padding:0 20px}.faq-list summary{cursor:pointer;padding:19px 0;font-weight:800}.faq-list p{color:#6c6c6c;padding-bottom:18px;margin:0}
.contact-band{margin:0 5% 70px;max-width:1390px;margin-left:auto;margin-right:auto;padding:45px 55px;background:linear-gradient(120deg,#700b18,#43050b);color:#fff;border-radius:30px;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-band .eyebrow{color:#f3d68c}.contact-band h2{font:800 36px Georgia;margin:8px 0}.contact-band p{color:#eedbdb}.contact-actions{display:flex;gap:10px;flex-wrap:wrap}
footer{background:#1e080b;color:#e9dfe0}.footer-main{max-width:1390px;margin:auto;padding:60px 5%;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-brand strong{color:#fff}.footer-main p{color:#b9a9ab;max-width:390px}.footer-main h4{color:#f1ce7a;margin-top:0}.footer-main>div:not(:first-child){display:flex;flex-direction:column;gap:9px;color:#cbbcc0;font-size:14px}.footer-bottom{border-top:1px solid #48262a;padding:18px 5%;display:flex;justify-content:space-between;color:#9e8e91;font-size:12px}
.cart-overlay{display:none;position:fixed;inset:0;background:#0008;z-index:50}.cart-overlay.show{display:block}.cart-drawer{position:fixed;right:-430px;top:0;width:min(430px,100%);height:100%;background:#fff;z-index:51;transition:.3s;display:flex;flex-direction:column;box-shadow:-20px 0 60px #0003}.cart-drawer.show{right:0}.cart-head{padding:22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.cart-head h2{margin:0;font:800 26px Georgia}.cart-head button{border:0;background:none;font-size:30px}.cart-items{padding:18px;overflow:auto;flex:1}.empty-cart{text-align:center;padding:70px 20px;color:#777}.empty-cart span{font-size:13px}.cart-row{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;border-bottom:1px solid #eee;padding:12px 0}.cart-row img{width:58px;height:58px;object-fit:cover;border-radius:10px}.cart-row h4{margin:0;font-size:14px}.qty{display:flex;gap:5px;align-items:center;margin-top:5px}.qty button{width:25px;height:25px;border:1px solid #ddd;background:#fff;border-radius:6px}.remove{border:0;background:none;color:#a33}.cart-foot{padding:18px;border-top:1px solid var(--line)}.cart-note{font-size:12px;color:#777;margin-bottom:10px}
.float-wa{position:fixed;right:22px;bottom:22px;z-index:30;width:58px;height:58px;border:0;border-radius:50%;background:#20b85a;color:#fff;font-size:28px;box-shadow:0 12px 30px #0003}.back-top{position:fixed;right:24px;bottom:92px;z-index:29;width:42px;height:42px;border:0;border-radius:12px;background:#fff;box-shadow:0 8px 25px #0002;display:none}.back-top.show{display:block}
@media(max-width:1000px){nav{display:none}.menu-btn{display:block}.category-grid,.product-grid,.service-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero-art{order:-1;min-height:400px}.promo{grid-template-columns:1fr}.promo img{height:330px}.about{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.topbar{display:none}.header{padding:10px 4%}.header nav.open{display:flex;position:absolute;left:0;right:0;top:66px;background:#fff;padding:18px 5%;flex-direction:column;box-shadow:0 15px 30px #0001}.header-tools .icon-btn{display:none}.cart-btn span{display:none}.hero{padding:40px 5%}.hero h1{font-size:45px}.hero-art{min-height:310px}.hero-art img{max-height:340px}.section{padding:65px 5%}.section-head{display:block}.section-head h2,.about-copy h2{font-size:34px}.controls{margin-top:20px;flex-direction:column}.search input{width:100%}.category-grid,.product-grid,.service-grid{grid-template-columns:1fr}.promo{margin:0 5% 30px}.promo-copy{padding:35px}.promo h2{font-size:35px}.promo img{height:260px}.checks{grid-template-columns:1fr}.contact-band{margin:0 5% 50px;padding:35px 25px;display:block}.contact-actions{margin-top:20px}.footer-main{grid-template-columns:1fr;padding:45px 5%}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}.trust-row{gap:15px}.trust-row div{padding-right:15px}}

.brand-logo{width:58px;height:48px;border-radius:9px;overflow:hidden;background:#fff;border:1px solid #ddd;display:grid;place-items:center}.brand-logo img{width:100%;height:100%;object-fit:contain}.brand-banner{max-width:1450px;margin:28px auto 0;padding:0 5%}.brand-banner img{width:100%;display:block;border-radius:24px;box-shadow:0 18px 50px rgba(52,18,12,.16);border:4px solid #fff}@media(max-width:650px){.brand-logo{width:47px;height:40px}.brand-banner{padding:0 4%;margin-top:18px}.brand-banner img{border-radius:16px;border-width:2px}}
