
:root{--bg:#11151d;--bg2:#1b2230;--gold:#c8ab67;--gold2:#e0c98f;--cream:#f8f1e3;--cream2:#fffaf0;--text:#1f2430;--muted:#6e7480;--line:#e8ddc8;--white:#fff;--green:#25d366;--shadow:0 20px 55px rgba(17,21,29,.14);--radius:26px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1180px,92vw);margin:auto}.topbar{background:var(--bg);color:white;font-size:.88rem}.topbar-inner{padding:9px 0;display:flex;justify-content:space-between;gap:16px}.topbar a{color:var(--gold2)}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.07)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand img{width:62px;height:62px;object-fit:contain;border-radius:18px}.brand span{display:flex;flex-direction:column;line-height:1.05}.brand small{font-weight:600;color:var(--muted);font-size:.78rem}.main-nav{display:flex;gap:4px;align-items:center}.main-nav a{padding:10px 12px;border-radius:999px;font-weight:800;font-size:.93rem}.main-nav a.active,.main-nav a:hover{background:var(--cream)}.nav-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:13px 18px;font-weight:900;cursor:pointer;gap:8px;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#111;box-shadow:0 12px 28px rgba(200,171,103,.3)}.btn-dark{background:var(--bg);color:white}.btn-ghost{background:white;border:1px solid var(--line)}.btn-outline-light{background:transparent;border:1px solid rgba(255,255,255,.26);color:white}.full{width:100%}.nav-toggle{display:none;background:white;border:1px solid var(--line);border-radius:14px;padding:10px 12px;font-size:20px}.hero{background:radial-gradient(circle at 0% 0%,rgba(200,171,103,.25),transparent 28%),linear-gradient(135deg,var(--bg),#202838);color:white;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:44px;align-items:center;padding:72px 0 90px}.kicker{display:inline-flex;border:1px solid rgba(200,171,103,.35);background:rgba(200,171,103,.14);color:var(--gold2);padding:8px 12px;border-radius:999px;font-weight:900;font-size:.9rem}.kicker.dark{color:#7d632e;background:#f4ecd8}.hero h1,.inner-hero h1{font-size:clamp(2.9rem,6vw,5.7rem);line-height:.94;letter-spacing:-.075em;margin:18px 0}.hero p,.inner-hero p{font-size:1.08rem;color:rgba(255,255,255,.78);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px}.hero-steps div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);padding:16px;border-radius:20px}.hero-steps b{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:999px;background:var(--gold);color:#111}.hero-steps span{display:block;margin-top:8px;color:rgba(255,255,255,.82)}.hero-visual{position:relative;min-height:555px}.hero-main{width:100%;height:555px;object-fit:cover;border-radius:38px;box-shadow:var(--shadow)}.hero-float{position:absolute;width:238px;height:160px;object-fit:cover;border-radius:24px;border:6px solid rgba(255,255,255,.88);box-shadow:var(--shadow)}.hero-float.top{right:-12px;top:-14px;transform:rotate(4deg)}.hero-float.bottom{left:-12px;bottom:-18px;transform:rotate(-4deg)}.section{padding:82px 0}.cream{background:var(--cream2)}.dark-section{background:var(--bg);color:white}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}.section-head.centered{display:block;text-align:center}.section-head h2{font-size:clamp(2rem,4vw,3.55rem);line-height:1;letter-spacing:-.06em;margin:12px 0}.section-head p{color:var(--muted);max-width:700px}.inverse p{color:rgba(255,255,255,.72)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;border-radius:var(--radius);min-height:320px;overflow:hidden;box-shadow:var(--shadow);isolation:isolate}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.78));z-index:1}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.35s}.category-card:hover img{transform:scale(1.06)}.category-card div{position:absolute;left:22px;right:22px;bottom:22px;color:white;z-index:2}.category-card h3{font-size:1.7rem;margin:0 0 6px}.category-card p{color:rgba(255,255,255,.78);margin:0}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.featured{grid-template-columns:repeat(3,1fr)}.product-card{background:white;color:var(--text);border:1px solid var(--line);border-radius:24px;padding:12px;display:grid;grid-template-columns:118px 1fr;gap:14px;box-shadow:0 10px 30px rgba(0,0,0,.06)}.product-card img{width:118px;height:118px;object-fit:cover;border-radius:18px}.product-title{display:flex;justify-content:space-between;gap:8px;align-items:start}.product-title h3{font-size:1.03rem;margin:0}.product-title span{font-size:.72rem;background:var(--cream);color:#806635;border-radius:999px;padding:4px 7px;font-weight:900;white-space:nowrap}.product-card p{color:var(--muted);font-size:.92rem;margin:8px 0}.product-bottom{display:flex;justify-content:space-between;align-items:center}.product-bottom strong{color:#8b6f34}.add-btn{border:0;background:var(--bg);color:white;border-radius:999px;padding:9px 12px;font-weight:900;cursor:pointer}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.split h2{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.06em;line-height:1}.checks{list-style:none;padding:0;display:grid;gap:12px}.checks li{background:var(--cream2);border:1px solid var(--line);padding:16px;border-radius:18px}.checks li:before{content:"✓";font-weight:900;color:#806635;margin-right:8px}.logo-panel{background:var(--cream);border-radius:36px;padding:28px;display:grid;place-items:center;min-height:410px;box-shadow:var(--shadow)}.logo-panel img{width:min(100%,390px)}.inner-hero{background:linear-gradient(135deg,var(--bg),var(--bg2));color:white;padding:70px 0}.inner-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}.inner-logo{justify-self:end;max-width:340px}.filter-bar{position:sticky;top:82px;z-index:90;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-block:1px solid rgba(0,0,0,.08)}.filter-row{display:flex;gap:10px;overflow:auto;padding:13px 0}.filter-btn{background:white;border:1px solid var(--line);border-radius:999px;padding:11px 15px;font-weight:900;cursor:pointer;white-space:nowrap}.filter-btn.active{background:var(--bg);color:white}.order-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:22px;align-items:start}.cart-panel{position:sticky;top:154px;background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:20px}.cart-head{display:flex;justify-content:space-between;align-items:center}.cart-head h2{margin:0}.cart-head button,[data-clear-cart]{border:0;background:var(--cream);border-radius:999px;padding:8px 10px;font-weight:800;cursor:pointer}.cart-items{display:grid;gap:10px;margin:16px 0}.cart-items.empty{color:var(--muted);background:var(--cream2);padding:18px;border-radius:18px}.cart-row{display:grid;grid-template-columns:1fr auto;gap:8px;border-bottom:1px solid var(--line);padding-bottom:10px}.cart-row h4{margin:0;font-size:.95rem}.qty{display:flex;gap:8px;align-items:center;margin-top:8px}.qty button{width:28px;height:28px;border-radius:999px;border:1px solid var(--line);background:white;font-weight:900}.extras{border-top:1px solid var(--line);padding-top:14px}.extras h3,.checkout h3{margin:0 0 10px}.extras-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.extras-grid button{border:1px solid var(--line);background:var(--cream2);border-radius:14px;padding:10px;font-weight:800;text-align:left;cursor:pointer}.extras-grid small{display:block;color:var(--muted);font-weight:700}.cart-total,.final-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:14px;margin-top:14px}.cart-total strong,.final-total strong{font-size:1.35rem;color:#806635}.checkout{margin-top:14px;display:grid;gap:10px}.checkout label{display:grid;gap:5px;font-weight:800;font-size:.9rem}.checkout input,.checkout textarea,.checkout select,.form-card input,.form-card textarea{width:100%;border:1px solid var(--line);background:var(--cream2);border-radius:14px;padding:12px;font:inherit}.checkout textarea,.form-card textarea{min-height:76px}.fineprint{font-size:.82rem;color:var(--muted);margin:0}.notice{background:var(--cream2);border:1px solid var(--line);border-radius:18px;padding:16px;margin-bottom:18px;color:var(--muted)}.menu-list{display:grid;gap:12px}.menu-line{display:grid;grid-template-columns:84px 1fr auto auto;gap:16px;align-items:center;background:white;border:1px solid var(--line);border-radius:20px;padding:12px}.menu-line img{width:84px;height:84px;object-fit:cover;border-radius:14px}.menu-line h3{margin:0}.menu-line small{color:#806635;font-size:.75rem}.menu-line p{margin:4px 0;color:var(--muted)}.mini-link{font-weight:900;color:#806635}.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.stacked{display:grid;gap:16px}.stacked img{height:270px;width:100%;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.content-card,.form-card{background:white;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:var(--shadow)}.content-card h2{font-size:clamp(2rem,4vw,3.1rem);line-height:1;letter-spacing:-.06em;margin:0 0 14px}.content-card p{color:var(--muted)}.mini-stats{display:grid;gap:10px;margin-top:18px}.mini-stats div{background:var(--cream2);border-radius:18px;padding:14px}.mini-stats strong{display:block}.mini-stats span{color:var(--muted)}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.promo{background:white;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.promo img{height:220px;width:100%;object-fit:cover}.promo div{padding:20px}.promo span{display:inline-flex;background:var(--cream);color:#806635;padding:6px 9px;border-radius:999px;font-weight:900;font-size:.8rem}.promo p{color:var(--muted)}.dark-card{background:var(--bg);color:white}.dark-card p{color:rgba(255,255,255,.72)}.contact-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.contact-points div{background:rgba(255,255,255,.07);border-radius:18px;padding:16px}.contact-points strong{display:block;color:var(--gold2);margin-bottom:6px}.contact-points span{color:rgba(255,255,255,.78)}.form-card{display:grid;gap:12px}.form-card h2{margin:0}.button-showcase{display:flex;gap:10px;flex-wrap:wrap}.banner-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.banner-row img{height:220px;width:100%;object-fit:cover;border-radius:22px}.site-footer{background:var(--bg);color:white;padding:56px 0 30px;margin-top:50px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:24px}.footer-logo{width:126px;margin-bottom:16px}.site-footer p,.site-footer a{color:rgba(255,255,255,.75)}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding-top:18px;margin-top:22px;color:rgba(255,255,255,.55);font-size:.9rem}.sticky-cart{position:fixed;left:50%;transform:translateX(-50%);bottom:16px;z-index:200;background:rgba(17,21,29,.93);padding:8px;border-radius:999px;box-shadow:0 18px 40px rgba(0,0,0,.25);display:none;gap:8px}@media(max-width:1020px){.main-nav{display:none;position:absolute;top:82px;left:4vw;right:4vw;background:white;border:1px solid var(--line);border-radius:20px;padding:10px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.nav-toggle{display:block}.hero-grid,.split,.inner-grid,.order-layout,.about-grid,.contact-grid{grid-template-columns:1fr}.inner-logo{justify-self:start;max-width:240px}.featured,.category-grid,.promo-grid,.footer-grid,.banner-row{grid-template-columns:1fr}.cart-panel{position:relative;top:0}.hero-visual{min-height:auto}.hero-main{height:410px}.filter-bar{top:82px}}@media(max-width:640px){.topbar-inner{display:block;text-align:center}.nav-wrap{height:74px}.main-nav{top:74px}.brand small{display:none}.brand img{width:54px;height:54px}.nav-actions .btn-ghost{display:none}.hero-grid{padding:50px 0 66px}.hero h1,.inner-hero h1{font-size:3rem}.hero-main{height:300px}.hero-float{display:none}.hero-steps{grid-template-columns:1fr}.section{padding:58px 0}.product-grid{grid-template-columns:1fr}.product-card{grid-template-columns:92px 1fr}.product-card img{width:92px;height:92px}.product-title{display:block}.order-section .container{width:94vw}.extras-grid,.contact-points{grid-template-columns:1fr}.filter-bar{top:74px}.menu-line{grid-template-columns:70px 1fr;gap:12px}.menu-line strong,.menu-line .mini-link{grid-column:2}.menu-line img{width:70px;height:70px}.sticky-cart{display:flex}.site-footer{padding-bottom:88px}}
