.chat-widget{position:fixed;right:16px;bottom:16px;z-index:9999;font-family:var(--font-body)}.chat-bubble-btn{position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;cursor:pointer;color:#1a110f;background:linear-gradient(135deg,var(--accent),var(--accent-strong));box-shadow:0 18px 36px #dd6f4252;transition:transform .18s ease,box-shadow .18s ease}.chat-bubble-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 22px 40px #dd6f4266}.chat-bubble-btn svg{width:28px;height:28px}.chat-bubble-btn.is-open svg{transform:rotate(90deg)}.chat-bubble-btn:not(.is-open):after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;border:1px solid rgba(244,192,116,.38);animation:chat-pulse 2s ease-in-out infinite}@keyframes chat-pulse{0%,to{transform:scale(1);opacity:.55}50%{transform:scale(1.14);opacity:0}}.chat-window{position:absolute;right:0;bottom:74px;width:min(calc(100vw - 1rem),368px);height:min(72vh,560px);display:flex;flex-direction:column;overflow:hidden;border-radius:24px;border:1px solid rgba(255,250,243,.1);background:#100b0ef5;box-shadow:0 30px 60px #0000006b;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:chat-slide-in .2s ease-out}@keyframes chat-slide-in{0%{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header{display:flex;align-items:center;gap:10px;padding:14px 16px;background:linear-gradient(135deg,#f4c07429,#dd6f421a);border-bottom:1px solid rgba(255,250,243,.08)}.chat-header-avatar{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#1a110f;font-size:18px;flex-shrink:0}.chat-header-info{flex:1}.chat-header-name{font-size:14px;font-weight:800;color:var(--text)}.chat-header-status{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#9be27a}.chat-header-status:before{content:"";width:6px;height:6px;border-radius:50%;background:#9be27a}.chat-header-close{display:flex;align-items:center;justify-content:center;padding:4px;border:0;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.chat-header-close:hover{background:#fffaf314;color:var(--text)}.chat-messages{display:flex;flex:1;flex-direction:column;gap:10px;padding:15px;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-thumb{border-radius:999px;background:#f4c07440}.chat-msg{max-width:86%;padding:11px 14px;border-radius:16px;font-size:13.5px;line-height:1.55;color:var(--text);white-space:pre-wrap;word-break:break-word}.chat-msg.bot{align-self:flex-start;border-bottom-left-radius:6px;background:#fffaf30f}.chat-msg.user{align-self:flex-end;border-bottom-right-radius:6px;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#1a110f;font-weight:700}.chat-pay-btn{display:inline-flex;justify-content:center;margin-top:10px;padding:10px 16px;border-radius:12px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:13px;font-weight:800}.chat-typing{align-self:flex-start;display:flex;gap:4px;padding:12px 16px;border-radius:16px 16px 16px 6px;background:#fffaf30f}.chat-typing-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:typing-bounce 1.4s ease-in-out infinite}.chat-typing-dot:nth-child(2){animation-delay:.2s}.chat-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-6px);opacity:1}}.chat-input-area{display:flex;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid rgba(255,250,243,.08);background:#070509b3}.chat-input{flex:1;padding:11px 13px;border:1px solid rgba(255,250,243,.1);border-radius:12px;background:#fffaf30f;color:var(--text);outline:none}.chat-input::placeholder{color:#d6c7b194}.chat-input:focus{border-color:#f4c07466}.chat-send-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#1a110f;cursor:pointer}.chat-send-btn:disabled{opacity:.45;cursor:not-allowed}.chat-send-btn svg{width:18px;height:18px}@media (max-width: 640px){.chat-widget{right:12px;bottom:96px}.chat-window{position:fixed;inset:auto 8px 82px 8px;width:auto;height:min(76vh,640px)}.chat-bubble-btn{width:58px;height:58px}}@media (max-width: 480px){.chat-window{top:0;right:0;bottom:0;left:0;height:100%;border-radius:0;border:0}}:root{--bg: #070509;--bg-alt: #120c11;--surface: rgba(22, 15, 19, .88);--surface-soft: rgba(255, 250, 243, .05);--surface-strong: rgba(33, 22, 28, .96);--accent: #f4c074;--accent-strong: #dd6f42;--accent-soft: rgba(244, 192, 116, .14);--text: #f8f2e9;--muted: #d6c7b1;--border: rgba(255, 250, 243, .11);--border-strong: rgba(244, 192, 116, .3);--radius: 26px;--radius-sm: 18px;--shadow: 0 24px 80px rgba(0, 0, 0, .35);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-body);background:radial-gradient(circle at top left,rgba(221,111,66,.16),transparent 28%),radial-gradient(circle at top right,rgba(244,192,116,.12),transparent 24%),linear-gradient(180deg,#050307,#09050a 35%,#140c11);color:var(--text)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:110px 110px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.85),transparent 90%);mask-image:linear-gradient(180deg,rgba(0,0,0,.85),transparent 90%);opacity:.24}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.page{position:relative;isolation:isolate;overflow:hidden;min-height:100vh;padding-bottom:6.4rem}.page:before,.page:after{content:"";position:absolute;border-radius:999px;filter:blur(30px);z-index:-1}.page:before{top:-180px;left:-110px;width:320px;height:320px;background:#f4c07424}.page:after{top:18%;right:-140px;width:380px;height:380px;background:#dd6f421f}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 1rem}.header{position:sticky;top:0;z-index:40;padding:.75rem 0 0}.header-shell{display:grid;gap:.85rem;padding:.85rem;border-radius:24px;border:1px solid var(--border);background:#0a070ad1;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-top{display:grid;gap:.85rem}.brand{display:flex;align-items:center;gap:.9rem;min-width:0}.brand-copy{min-width:0}.logo-circle{width:52px;height:52px;flex-shrink:0;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#f4c07433,#dd6f422e);border:1px solid rgba(255,250,243,.12);box-shadow:inset 0 1px #ffffff14}.brand-logo{width:36px;height:36px;object-fit:contain}.eyebrow{margin:0;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:#f4c074c7}.brand-title{margin:.15rem 0 0;font-family:var(--font-display);font-size:1.45rem;line-height:.95;color:var(--text)}.header-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.65rem;align-items:center}.header-meta{display:grid;gap:.55rem}.header-nav{display:none}.header-nav-link,.mobile-menu-link{font-size:.95rem;font-weight:600;color:var(--muted);transition:color .2s ease,background .2s ease,transform .2s ease}.header-nav-link:hover,.mobile-menu-link:hover{color:var(--text)}.chip{display:inline-flex;align-items:center;gap:.65rem;width:fit-content;max-width:100%;padding:.8rem .95rem;border-radius:999px;border:1px solid var(--border);background:#fffaf30d;color:var(--muted);font-size:.88rem;line-height:1.3}.chip strong{color:var(--text);font-weight:700}.chip-call{width:100%;justify-content:space-between;padding-right:1.1rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;width:100%;min-height:52px;padding:.9rem 1.15rem;border:0;border-radius:18px;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#190e0d;font-size:.98rem;font-weight:800;letter-spacing:.01em;box-shadow:0 18px 40px #dd6f4238;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.button:hover{transform:translateY(-2px);box-shadow:0 22px 48px #dd6f424d;filter:saturate(1.04)}.button.secondary{background:#fffaf312;color:var(--text);border:1px solid var(--border);box-shadow:none}.cart-button{min-height:52px;display:inline-flex;align-items:center;justify-content:space-between;gap:.9rem;width:auto;padding:.75rem .95rem;border:1px solid rgba(244,192,116,.24);border-radius:18px;background:#f4c07414;color:var(--text);cursor:pointer}.cart-button-label{font-size:.9rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.cart-button-meta{display:grid;justify-items:end;gap:.08rem}.cart-button-meta strong{font-size:1rem;line-height:1}.cart-button-meta small{color:var(--muted);font-size:.72rem}.button-compact{width:auto;min-height:48px;padding-inline:1rem}.burger{width:50px;height:50px;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0;border:1px solid var(--border);border-radius:16px;background:#fffaf30a;color:var(--text);cursor:pointer}.burger span{width:22px;height:2px;margin:0 auto;border-radius:999px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.is-open span:nth-child(2){opacity:0}.burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:grid;gap:.7rem;padding-top:.25rem}.mobile-menu-link{display:block;padding:.95rem 1rem;border-radius:16px;border:1px solid var(--border);background:#fffaf30a}.hero{padding:1rem 0 0}.hero-grid{display:grid;gap:1rem}.glass{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(180deg,#fffaf314,#fffaf308);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.glass:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(244,192,116,.1),transparent 45%,rgba(221,111,66,.08));pointer-events:none}.hero-copy,.hero-visual{padding:1.15rem}.hero-copy{display:flex;flex-direction:column;gap:.9rem}.pill{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;max-width:100%;padding:.55rem .9rem;border-radius:999px;border:1px solid rgba(244,192,116,.2);background:#f4c0741a;color:#f7d49d;font-size:.73rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero h1,.section-title{margin:0;font-family:var(--font-display);font-weight:700;letter-spacing:-.03em}.hero h1{font-size:clamp(2.8rem,13vw,5rem);line-height:.88;text-wrap:balance}.hero p.lead,.section-subtitle,.card p,.zone-meta,.contact-card p,.footer-col p,.footer-col a,.footer-brand p{color:var(--muted);line-height:1.7}.hero p.lead{margin:0;max-width:32rem;font-size:1rem}.badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.badge{min-height:48px;display:flex;align-items:center;padding:.8rem .9rem;border-radius:16px;border:1px solid rgba(255,250,243,.08);background:#fffaf30a;font-size:.92rem;font-weight:700;color:var(--text)}.cta-row{display:grid;gap:.75rem}.hero-cta-row{align-items:stretch}.hero-anchor{width:100%}.support{margin:0;font-size:.88rem;color:#d6c7b1eb}.hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.stat-card{padding:.95rem;border-radius:18px;border:1px solid rgba(255,250,243,.08);background:#05040638}.stat-card span{display:block;margin-bottom:.35rem;font-size:.82rem;color:#d6c7b1d1}.stat-card strong{display:block;font-size:1rem;line-height:1.35}.visual-frame{position:relative;min-height:420px;display:flex;flex-direction:column;justify-content:flex-start;gap:1rem;padding:1.1rem;border-radius:calc(var(--radius) - 8px);border:1px solid rgba(255,250,243,.08);background:radial-gradient(circle at 20% 20%,rgba(244,192,116,.2),transparent 32%),radial-gradient(circle at 80% 22%,rgba(221,111,66,.18),transparent 28%),linear-gradient(180deg,#140d10c7,#0a070af0)}.floating-tag{position:absolute;top:1rem;right:1rem;padding:.55rem .8rem;border-radius:999px;background:#0a080bb8;border:1px solid rgba(255,250,243,.12);font-size:.8rem;font-weight:700}.halo{position:absolute;border-radius:999px;filter:blur(14px)}.halo.one{left:-48px;bottom:-40px;width:180px;height:180px;background:#f4c0741f}.halo.two{right:-48px;top:42px;width:210px;height:210px;background:#dd6f421f}.visual-copy{position:relative;z-index:1;max-width:19rem}.visual-kicker{display:inline-block;margin-bottom:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#f4c074d6}.visual-copy strong{display:block;margin-bottom:.5rem;font-size:1.35rem;line-height:1.08}.visual-copy p{margin:0;color:var(--muted);line-height:1.55}.quick-needs-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.quick-need-card{display:grid;gap:.2rem;padding:.9rem .85rem;border-radius:18px;border:1px solid rgba(255,250,243,.1);background:#08060875;transition:transform .18s ease,border-color .18s ease,background .18s ease}.quick-need-card:hover{transform:translateY(-2px);border-color:#f4c07442;background:#120c0fcc}.quick-need-card strong{font-size:.98rem;line-height:1.1}.quick-need-card span{font-size:.75rem;line-height:1.35;color:#d6c7b1e0}.radius-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.radius-card{display:grid;gap:.18rem;min-height:96px;padding:.85rem .75rem;border-radius:18px;border:1px solid rgba(255,250,243,.09);background:#09070a8f}.radius-card strong{font-size:.95rem;line-height:1.15}.radius-card span,.radius-card small{color:#d6c7b1d1}.radius-card span{font-size:.78rem;font-weight:700}.radius-card small{font-size:.72rem;line-height:1.35}.section{margin:2.7rem 0}.section-title{font-size:clamp(2rem,9vw,3.5rem);line-height:.94;margin-top:.55rem}.section-subtitle{max-width:40rem;margin:.6rem 0 0;font-size:.98rem}.cards-grid,.zones{display:grid;gap:1rem;margin-top:1.4rem}.card,.zone-card,.seo-panel{border-radius:22px;border:1px solid var(--border);box-shadow:var(--shadow)}.card,.zone-card{padding:1.15rem;background:linear-gradient(180deg,#fffaf30f,#fffaf306)}.card h3,.zone-title{margin:0;font-size:1.12rem;line-height:1.25}.tag{display:inline-flex;align-items:center;width:fit-content;margin-bottom:.8rem;padding:.5rem .75rem;border-radius:999px;border:1px solid rgba(244,192,116,.2);background:#f4c07414;color:#f0cf9a;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.zone-card{display:flex;flex-direction:column;gap:.45rem}.zone-meta{margin:0}.seo-panel{display:grid;gap:1rem;margin-top:1.4rem;padding:1.15rem;background:linear-gradient(180deg,#fffaf314,#fffaf308)}.seo-copy{margin:0;color:var(--muted);line-height:1.75}.contact-card{display:grid;gap:1.2rem;padding:1.2rem;border-radius:28px;border:1px solid rgba(244,192,116,.22);background:radial-gradient(circle at top right,rgba(244,192,116,.14),transparent 30%),linear-gradient(135deg,#271a1efa,#100b0ef5);box-shadow:var(--shadow)}.contact-title{margin-top:.6rem}.contact-card p{margin:.55rem 0 0}.contact-actions{display:grid;gap:.75rem}.article-action,.article-list-cta{margin-top:.8rem}.footer{margin-top:3.5rem;padding:0 0 2rem}.footer-shell{padding-top:1.6rem;border-top:1px solid var(--border)}.footer-grid{display:grid;gap:1.4rem}.footer-brand-row{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem}.footer-logo-circle{width:48px;height:48px}.footer-brand-title{display:block;margin-top:.1rem;font-family:var(--font-display);font-size:1.5rem;line-height:.95}.footer-col{display:grid;gap:.55rem}.footer-col h4{margin:0 0 .2rem;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:#f4c074e0}.footer-col a,.footer-col p,.footer-brand p{margin:0}.footer-bottom{display:grid;gap:.3rem;margin-top:1.6rem;padding-top:1.2rem;border-top:1px solid rgba(255,250,243,.08)}.footer-bottom p{margin:0;color:#d6c7b1e0;font-size:.88rem}.sticky-order-bar{position:fixed;left:12px;right:12px;bottom:12px;z-index:70}.sticky-order-shell{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:.7rem;padding:.7rem;border-radius:22px;border:1px solid rgba(255,250,243,.12);background:#0a070aeb;box-shadow:0 18px 34px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sticky-order-primary,.sticky-order-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 1rem;border:0;border-radius:16px;font-weight:800;text-align:center;cursor:pointer}.sticky-order-primary{color:#190e0d;background:linear-gradient(135deg,var(--accent),var(--accent-strong))}.sticky-order-secondary{color:var(--text);background:#fffaf30f;border:1px solid rgba(255,250,243,.1)}.checkout-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:79;border:0;background:#040305b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.checkout-drawer{position:fixed;top:0;right:0;z-index:80;width:min(100%,560px);height:100vh;display:grid;grid-template-rows:auto 1fr;gap:1rem;padding:1rem;border-left:1px solid rgba(255,250,243,.08);background:radial-gradient(circle at top left,rgba(244,192,116,.15),transparent 26%),linear-gradient(180deg,#0c080bfa,#070509);box-shadow:-28px 0 54px #00000061;overflow:hidden}.checkout-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.checkout-title{margin:.65rem 0 0;font-family:var(--font-display);font-size:clamp(2rem,6vw,2.6rem);line-height:.95}.checkout-close{width:48px;height:48px;border:1px solid rgba(255,250,243,.12);border-radius:16px;background:#fffaf30d;color:var(--text);font-size:1.7rem;line-height:1;cursor:pointer}.checkout-body,.checkout-success,.checkout-empty{display:grid;align-content:start;gap:1rem;overflow-y:auto;padding-right:.15rem}.checkout-items,.checkout-form,.checkout-fields{display:grid;gap:.9rem}.checkout-item,.checkout-summary-card,.checkout-delivery-box,.checkout-warning,.checkout-error,.checkout-success,.checkout-empty{border-radius:22px;border:1px solid rgba(255,250,243,.08)}.checkout-item,.checkout-summary-card,.checkout-delivery-box,.checkout-warning,.checkout-error,.checkout-success,.checkout-empty{background:#fffaf30a}.checkout-item{display:grid;grid-template-columns:86px minmax(0,1fr);gap:.9rem;padding:.9rem}.checkout-item-media{width:86px;height:86px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,#f4c0741f,#dd6f4224)}.checkout-item-media img{width:100%;height:100%;object-fit:cover}.checkout-item-media span{font-size:2rem;font-weight:800;color:#fffaf338}.checkout-item-content,.checkout-item-top,.checkout-item-bottom,.checkout-summary-card,.checkout-footer-actions{display:flex}.checkout-item-content{min-width:0;flex-direction:column;gap:.55rem}.checkout-item-top,.checkout-item-bottom,.checkout-summary-card{justify-content:space-between;gap:.8rem}.checkout-item-top h3,.checkout-success h3,.checkout-empty h3{margin:0}.checkout-item-content p,.checkout-delivery-box p,.checkout-success p,.checkout-empty p,.checkout-help-text{margin:0;color:var(--muted);line-height:1.6}.checkout-link-button{border:0;padding:0;background:transparent;color:#f7d49d;cursor:pointer}.checkout-qty{display:inline-flex;align-items:center;gap:.55rem}.checkout-qty button{width:34px;height:34px;border:0;border-radius:12px;background:#fffaf314;color:var(--text);cursor:pointer}.checkout-qty span{min-width:24px;text-align:center;font-weight:700}.checkout-summary-card{flex-wrap:wrap;padding:1rem}.checkout-summary-card div{display:grid;gap:.2rem}.checkout-summary-card span{color:var(--muted);font-size:.82rem}.checkout-summary-card strong{font-size:1.05rem}.checkout-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-field{display:grid;gap:.45rem}.checkout-field span{color:#f4c074e6;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.checkout-field input,.checkout-field textarea{width:100%;padding:.92rem .95rem;border:1px solid rgba(255,250,243,.12);border-radius:16px;background:#fffaf30d;color:var(--text);resize:vertical}.checkout-field-full{grid-column:1 / -1}.checkout-delivery-box,.checkout-warning,.checkout-error,.checkout-success,.checkout-empty{padding:1rem}.checkout-delivery-box strong,.checkout-warning strong{color:var(--text)}.checkout-ready{border-color:#f4c07438}.checkout-loading{border-color:#fffaf31f}.checkout-error{border-color:#ff856e57;color:#ffd2c7}.checkout-warning{border-color:#f4c07442;color:#f7d49d}.checkout-footer-actions{flex-wrap:wrap;gap:.75rem}.checkout-footer-actions .button{flex:1 1 220px}.checkout-success-badge{display:inline-flex;width:fit-content;padding:.5rem .8rem;border-radius:999px;background:#7af5b51f;border:1px solid rgba(122,245,181,.28);color:#baf5d7;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}@media (min-width: 640px){.container{padding-inline:1.25rem}.header-shell{padding:1rem 1.1rem}.header-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.button{width:auto}.cta-row,.contact-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-cta-row,.badges,.quick-needs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-grid,.zones,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-drawer{padding:1.2rem}}@media (min-width: 860px){.header-top{grid-template-columns:minmax(0,1fr) auto;align-items:center}.header-nav{display:flex;flex-wrap:wrap;gap:.45rem}.header-nav-link{padding:.85rem .95rem;border-radius:16px;background:#fffaf308;border:1px solid transparent}.header-nav-link:hover{background:#fffaf312;border-color:#fffaf314}.burger,.mobile-menu{display:none}.hero{padding-top:1.4rem}.hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:1.2rem;align-items:stretch}.hero-copy,.hero-visual{padding:1.45rem}.hero-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.sticky-order-bar{display:none}.page{padding-bottom:0}.cart-button{min-width:170px}.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.zones{grid-template-columns:repeat(4,minmax(0,1fr))}.contact-card{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:center}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}@media (min-width: 1100px){.section{margin:4rem 0}.hero-copy,.hero-visual{padding:1.7rem}.visual-frame{min-height:480px;padding:1.4rem}}@media (max-width: 639px){.checkout-drawer{width:100%;padding:.9rem}.checkout-fields{grid-template-columns:minmax(0,1fr)}.cart-button{min-width:112px;padding-inline:.75rem}.cart-button-meta small{display:none}}.main-shell{padding-top:.9rem}.header-nav-link.is-active,.mobile-menu-link.is-active,.footer-link.is-active{color:var(--text)}.header-nav-link.is-active{background:#f4c07424;border-color:#f4c0743d}.mobile-menu-link.is-active{border-color:#f4c0743d;background:#f4c07414}.footer-link{transition:color .2s ease}.page-hero,.product-layout,.blog-grid-section,.faq-shell,.contact-page-grid{margin-bottom:2.7rem}.page-hero{display:grid;gap:1rem;padding:1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:radial-gradient(circle at top right,rgba(244,192,116,.12),transparent 30%),linear-gradient(180deg,#fffaf312,#fffaf308);box-shadow:var(--shadow)}.page-title{margin:0;font-family:var(--font-display);font-size:clamp(2.5rem,10vw,4.6rem);line-height:.92;letter-spacing:-.04em;text-wrap:balance}.page-intro{margin:0;max-width:44rem;color:var(--muted);font-size:1rem;line-height:1.75}.page-toolbar{display:grid;gap:1rem}.page-toolbar-actions{display:grid;gap:.75rem}.page-links-section,.page-links-grid,.route-chip-grid,.store-grid,.blog-grid,.faq-list,.contact-page-grid,.contact-facts-grid{display:grid;gap:1rem}.page-link-card,.route-chip,.route-summary-bar,.store-card,.blog-card,.faq-item,.contact-page-card,.contact-fact,.product-media-panel,.product-copy-panel,.product-copy-box,.blog-post-cover,.blog-post-section{border-radius:24px;border:1px solid var(--border);background:linear-gradient(180deg,#fffaf30f,#fffaf308);box-shadow:var(--shadow)}.page-link-card{display:grid;gap:.35rem;padding:1.1rem;transition:transform .2s ease,border-color .2s ease,background .2s ease}.page-link-card:hover{transform:translateY(-3px);border-color:#f4c0743d;background:linear-gradient(180deg,#f4c0741f,#fffaf30a)}.page-link-card strong,.blog-card-title,.store-card-title{font-size:1.08rem;line-height:1.3}.page-link-card span,.route-summary-bar span,.store-card-copy,.blog-card p,.faq-item p,.contact-page-card p,.contact-fact span,.product-price-block span,.product-copy-box p,.blog-post-section p,.blog-post-section li{color:var(--muted);line-height:1.7}.catalogue-search{display:grid;gap:.45rem}.catalogue-search span{color:#f4c074e6;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.catalogue-search input{width:100%;min-height:56px;padding:.95rem 1rem;border:1px solid rgba(255,250,243,.12);border-radius:18px;background:#fffaf30d;color:var(--text)}.catalogue-search input::placeholder{color:#d6c7b1ad}.route-section{display:grid;gap:1rem}.route-chip-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.route-chip-grid-secondary{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.route-chip,.route-chip-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 1rem;color:var(--muted);font-size:.92rem;font-weight:700;text-align:center}.route-chip-button{width:100%;cursor:pointer}.route-chip.is-active{border-color:#f4c07442;background:linear-gradient(135deg,#f4c07429,#dd6f421f);color:var(--text)}.route-summary-bar,.route-state{padding:1rem 1.1rem}.route-summary-bar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem}.route-state{border-radius:22px;border:1px solid rgba(255,250,243,.08);background:#fffaf30a;color:var(--muted)}.store-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.store-card{overflow:hidden}.store-card-media{position:relative;aspect-ratio:1 / .86;overflow:hidden;background:linear-gradient(135deg,#f4c0741f,#dd6f421f)}.store-card-media img,.product-media-image,.blog-card-media img,.blog-post-cover img{width:100%;height:100%;object-fit:cover}.store-card-media img,.blog-card-media img,.product-media-image{transition:transform .25s ease}.store-card:hover .store-card-media img,.blog-card:hover .blog-card-media img{transform:scale(1.04)}.store-card-fallback,.product-media-fallback{width:100%;height:100%;place-items:center;background:linear-gradient(135deg,#f4c07426,#dd6f4224);color:#fffaf340;font-size:3rem;font-weight:800}.store-card-badge{position:absolute;top:.8rem;right:.8rem;padding:.38rem .65rem;border-radius:999px;background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.store-card-body,.store-card-top,.store-card-bottom,.blog-card-body,.contact-page-card,.product-copy-panel,.blog-post-layout,.blog-post-body{display:grid}.store-card-body,.blog-card-body,.contact-page-card{gap:.85rem;padding:1.1rem}.store-card-top,.blog-post-body{gap:.55rem}.store-card-bottom{grid-template-columns:minmax(0,1fr) auto;gap:.8rem;align-items:end}.store-card-category{display:inline-flex;width:fit-content;padding:.35rem .65rem;border-radius:999px;background:#f4c0741a;color:#f6d59d;font-size:.75rem;font-weight:700}.store-card-title{font-weight:800}.store-card-copy{margin:0}.store-card-pricing{display:grid;gap:.18rem}.store-card-pricing strong,.product-price-block strong{font-size:1.25rem;line-height:1}.store-card-old-price{color:#d6c7b1b3;font-size:.85rem;text-decoration:line-through}.store-card-qty,.store-card-qty-large{display:inline-flex;align-items:center;gap:.55rem}.store-card-qty button{width:40px;height:40px;border:0;border-radius:14px;background:#fffaf314;color:var(--text);cursor:pointer}.store-card-qty span{min-width:28px;text-align:center;font-weight:800}.store-card-qty-large button{width:46px;height:46px}.product-layout{display:grid;gap:1rem}.product-media-panel,.product-copy-panel,.blog-post-cover,.blog-post-section,.product-copy-box{overflow:hidden}.product-media-panel,.product-copy-panel{padding:1.2rem}.product-media-shell{aspect-ratio:1 / 1;overflow:hidden;border-radius:22px;background:linear-gradient(135deg,#f4c0741f,#dd6f421f)}.product-page-title{font-size:clamp(2.2rem,8vw,4rem)}.product-meta-grid,.product-action-row{display:grid;gap:.75rem}.product-price-block{display:grid;gap:.3rem;padding:1rem 1.05rem;border-radius:22px;border:1px solid rgba(244,192,116,.2);background:#f4c07414}.product-copy-box{display:grid;gap:.8rem;padding:1.1rem}.product-copy-box h2,.blog-post-section h2,.faq-item h2,.faq-item h3,.contact-page-card h2{margin:0;font-size:1.15rem;line-height:1.35}.product-copy-box ul,.blog-post-section ul{margin:0;padding-left:1.15rem;color:var(--muted)}.blog-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.blog-card{overflow:hidden}.blog-card-media{aspect-ratio:1 / .62;overflow:hidden;background:#fffaf30d}.blog-card-meta,.blog-post-meta{display:flex;flex-wrap:wrap;gap:.65rem;color:#d6c7b1cc;font-size:.82rem}.blog-card-link{color:#f6d59d;font-weight:700}.blog-post-layout{gap:1rem}.blog-post-header{display:grid;gap:.8rem}.blog-post-cover{min-height:260px}.blog-post-body{gap:1rem}.blog-post-section{display:grid;gap:.65rem;padding:1.15rem}.blog-post-section p,.blog-post-section li{margin:0}.faq-shell{display:grid;gap:1rem}.faq-list{grid-template-columns:repeat(1,minmax(0,1fr))}.faq-item{display:grid;gap:.7rem;padding:1.1rem}.faq-item p{margin:0}.contact-page-card{gap:1rem;padding:1.2rem}.contact-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-fact{display:grid;gap:.28rem;padding:.9rem}.contact-fact strong{line-height:1.35}@media (min-width: 640px){.page-toolbar-actions,.product-meta-grid,.product-action-row,.page-links-grid,.blog-grid,.faq-list,.contact-page-grid,.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 860px){.page-hero{padding:1.5rem}.page-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end}.page-links-grid,.store-grid,.blog-grid,.faq-list{grid-template-columns:repeat(3,minmax(0,1fr))}.product-layout{grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);align-items:start}.contact-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 639px){.route-summary-bar,.store-card-bottom{grid-template-columns:minmax(0,1fr)}.route-summary-bar{display:grid}.contact-facts-grid{grid-template-columns:minmax(0,1fr)}}
