@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&display=swap";.header[data-astro-cid-nen7h5rs]{background:var(--bg);border-bottom:1px solid var(--border);z-index:10;position:sticky;top:0}.header__inner[data-astro-cid-nen7h5rs]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;padding-bottom:14px;display:flex}.header__logo[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{width:auto;height:42px}.header__nav[data-astro-cid-nen7h5rs]{flex-wrap:wrap;gap:24px;display:flex}.header__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--text);font-size:.95rem;font-weight:600;text-decoration:none}.header__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--accent-hover)}.header__burger[data-astro-cid-nen7h5rs]{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:7px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;display:none}.header__burger[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--text);border-radius:2px;width:20px;height:2px;transition:transform .2s,opacity .2s;display:block}.header__burger[data-astro-cid-nen7h5rs][aria-expanded=true] span[data-astro-cid-nen7h5rs]:first-child{transform:translateY(7px)rotate(45deg)}.header__burger[data-astro-cid-nen7h5rs][aria-expanded=true] span[data-astro-cid-nen7h5rs]:nth-child(2){opacity:0}.header__burger[data-astro-cid-nen7h5rs][aria-expanded=true] span[data-astro-cid-nen7h5rs]:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-overlay[data-astro-cid-nen7h5rs]{z-index:90;background:#00000073;position:fixed;inset:0}.nav-overlay[data-astro-cid-nen7h5rs][hidden]{display:none}.mobile-nav[data-astro-cid-nen7h5rs]{background:var(--bg);z-index:100;flex-direction:column;width:min(320px,85vw);height:100%;transition:transform .3s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-12px 0 32px #0003}.mobile-nav[data-astro-cid-nen7h5rs].is-open{transform:translate(0)}.mobile-nav__head[data-astro-cid-nen7h5rs]{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.mobile-nav__head[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{width:auto;height:34px}.mobile-nav__close[data-astro-cid-nen7h5rs]{border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--text);cursor:pointer;border-radius:7px;font-size:1.4rem;line-height:1}.mobile-nav__links[data-astro-cid-nen7h5rs]{flex-direction:column;padding:12px 8px;display:flex}.mobile-nav__links[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--text);border-radius:7px;padding:14px 16px;font-size:1rem;font-weight:600;text-decoration:none}.mobile-nav__links[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover,.mobile-nav__links[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:focus-visible{background:var(--surface);color:var(--accent-hover)}@media (width<=720px){.header__nav[data-astro-cid-nen7h5rs]{display:none}.header__burger[data-astro-cid-nen7h5rs]{display:flex}}.footer[data-astro-cid-jo6i4kqk]{background:var(--footer-bg);color:var(--footer-text);margin-top:64px}.footer__inner[data-astro-cid-jo6i4kqk]{grid-template-columns:1.5fr 1fr 1fr;gap:32px;padding-top:48px;padding-bottom:32px;display:grid}.footer__brand[data-astro-cid-jo6i4kqk] img[data-astro-cid-jo6i4kqk]{filter:brightness(0)invert();opacity:.9;width:auto;height:40px}.footer__disclaimer[data-astro-cid-jo6i4kqk]{max-width:32ch;margin-top:12px}.footer__nav[data-astro-cid-jo6i4kqk]{flex-direction:column;gap:10px;display:flex}.footer__nav[data-astro-cid-jo6i4kqk] h4[data-astro-cid-jo6i4kqk]{color:#fff;font-family:var(--font-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.85rem}.footer__nav[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--footer-text);font-size:.9rem;text-decoration:none}.footer__nav[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--accent)}.footer__bottom[data-astro-cid-jo6i4kqk]{opacity:.7;border-top:1px solid #ffffff1a;padding:16px 24px;font-size:.8rem}@media (width<=720px){.footer__inner[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr}}:root{--bg:#f6f3ea;--surface:#fff;--text:#121212;--text-light:#5f5d58;--accent:#c9a227;--accent-hover:#b18f1f;--border:#e6e2d7;--footer-bg:#1a1a17;--footer-text:#d9d6cd;--promo:#ae133a;--font-text:"Inter", system-ui, sans-serif;--font-title:"Fraunces", Georgia, serif;--max-width:1280px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-text);line-height:1.6}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-title);letter-spacing:-.01em;margin:0 0 .5em;font-weight:600}.wrap{max-width:var(--max-width);margin:0 auto;padding:0 24px}.btn{background:var(--accent);color:#121212;cursor:pointer;border:none;border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-flex}.btn:hover{background:var(--accent-hover);box-shadow:0 4px 14px #00000026}.badge{background:var(--accent);color:#121212;border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:700;display:inline-block}.badge--promo{background:var(--promo);color:#fff}.price{font-size:1.25rem;font-weight:700}.price--old{color:#a8a49e;margin-left:8px;font-size:1rem;font-weight:400;text-decoration:line-through}.affiliate-note{color:var(--text-light);font-size:.75rem}.breadcrumb{color:var(--text-light);margin:24px 0;font-size:.875rem}.breadcrumb a{color:var(--text-light);text-decoration:none}.breadcrumb a:hover{color:var(--accent-hover)}
