@font-face{font-family:Bronzier;src:url(/fonts/bronzier.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--bg: #0e0e10;--surface: #18181c;--surface-raised: #222228;--border: #2a2a32;--text: #e8e6e1;--text-muted: #9a978f;--accent: #d4803a;--accent-glow: #d4803a44;--accent-bright: #e8943e;--green: #5cb85c;--font-heading: "Bronzier", Georgia, serif;--font-body: "Noto Sans Display", system-ui, -apple-system, sans-serif;--max-width: 1100px;--radius: 8px;--transition: .2s ease;--color-bg: var(--bg);--color-surface: var(--surface);--color-surface-2: var(--surface-raised);--color-border: var(--border);--color-text: var(--text);--color-text-muted: var(--text-muted);--color-accent: var(--accent);--color-accent-hover: var(--accent-bright);--color-danger: #e74c3c;--color-success: var(--green);--font-sans: var(--font-body);--font-display: var(--font-heading)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);font-size:17px;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none}h1,h2,h3,h4,h5,h6{line-height:1.2}.sticky-cart{position:fixed;top:1.5rem;right:1.5rem;z-index:100}.cart-button{position:relative;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.75rem;border-radius:50%;cursor:pointer;transition:background var(--transition)}.cart-button:hover{background:var(--surface-raised)}.cart-badge{position:absolute;top:-4px;right:-4px;background:var(--accent);color:var(--bg);font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;line-height:1}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:2rem 1.5rem;max-width:var(--max-width);margin:0 auto}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color var(--transition)}.product-card:hover{border-color:var(--accent)}.product-card__image img{width:100%;aspect-ratio:1;object-fit:cover}.product-card__info{padding:1.25rem}.product-card__title{font-size:1.1rem;margin-bottom:.5rem}.product-card__description{font-size:.875rem;color:var(--text-muted);margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__pricing{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-card__price{font-size:1.25rem;font-weight:700;color:var(--accent)}.product-card__compare-price{font-size:.9rem;color:var(--text-muted);text-decoration:line-through}.add-to-cart-btn{width:100%;padding:.75rem 1.5rem;background:var(--accent);color:var(--bg);border:none;border-radius:var(--radius);font-size:1rem;font-weight:700;cursor:pointer;transition:background var(--transition)}.add-to-cart-btn:hover:not(:disabled){background:var(--accent-bright)}.add-to-cart-btn:disabled{opacity:.6;cursor:not-allowed}.add-to-cart-btn--sold-out{background:var(--surface-raised);color:var(--text-muted)}.bundle-section{padding:2rem 1.5rem;max-width:var(--max-width);margin:0 auto}.bundle-builder{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.bundle-builder__heading{font-family:var(--font-heading);font-size:1.75rem;margin-bottom:1.5rem;text-align:center}.bundle-builder__items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.bundle-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--surface-raised);border-radius:var(--radius)}.bundle-item__image{border-radius:calc(var(--radius) / 2);object-fit:cover;flex-shrink:0}.bundle-item__info h4{margin-bottom:.25rem}.bundle-item__select{background:var(--bg);color:var(--text);border:1px solid var(--border);padding:.4rem .75rem;border-radius:calc(var(--radius) / 2);font-size:.875rem}.bundle-item__price{color:var(--accent);font-weight:600}.bundle-builder__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.bundle-builder__total{font-size:1.25rem}.add-to-cart-btn--bundle{width:auto;min-width:200px;padding:1rem 2rem;font-size:1.1rem}.cart-overlay{position:fixed;inset:0;background:#0009;z-index:200;backdrop-filter:blur(2px)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,90vw);background:var(--surface);border-left:1px solid var(--border);z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer__header h2{font-size:1.1rem}.cart-drawer__close{background:none;border:none;color:var(--text);font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{text-align:center;color:var(--text-muted);padding:3rem 0}.cart-drawer__items{list-style:none;display:flex;flex-direction:column;gap:1rem}.cart-line{display:flex;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.cart-line__image{border-radius:calc(var(--radius) / 2);object-fit:cover;flex-shrink:0}.cart-line__info{flex:1;display:flex;flex-direction:column;gap:.15rem}.cart-line__title{font-weight:600;font-size:.9rem}.cart-line__variant{font-size:.8rem;color:var(--text-muted)}.cart-line__price{color:var(--accent);font-weight:600;font-size:.9rem}.cart-line__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-line__qty{display:flex;align-items:center;gap:.5rem;background:var(--surface-raised);border-radius:calc(var(--radius) / 2);padding:.15rem .25rem}.cart-line__qty button{background:none;border:none;color:var(--text);cursor:pointer;padding:.2rem .5rem;font-size:.9rem}.cart-line__qty span{min-width:1.25rem;text-align:center;font-size:.875rem}.cart-line__remove{background:none;border:none;color:#e74c3c;cursor:pointer;font-size:.75rem}.cart-drawer__upsells{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.cart-drawer__upsells h3{font-size:.95rem;margin-bottom:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.cart-drawer__upsell-list{display:flex;flex-direction:column;gap:.75rem}.upsell-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--surface-raised);border-radius:var(--radius);border:1px solid var(--border)}.upsell-card__image{border-radius:calc(var(--radius) / 2);object-fit:cover;flex-shrink:0}.upsell-card__info{flex:1}.upsell-card__title{font-weight:600;font-size:.85rem;display:block;margin-bottom:.15rem}.upsell-card__pricing{display:flex;align-items:center;gap:.4rem}.upsell-card__price{font-size:.85rem;color:var(--accent);font-weight:600}.upsell-card__compare{font-size:.75rem;color:var(--text-muted);text-decoration:line-through}.upsell-card__btn{width:auto;padding:.5rem 1rem;font-size:.8rem;flex-shrink:0}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1.1rem;margin-bottom:.25rem}.cart-drawer__note{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem}.cart-drawer__checkout{display:block;width:100%;padding:1rem;background:var(--accent);color:var(--bg);text-align:center;font-weight:700;font-size:1.05rem;border-radius:var(--radius);transition:background var(--transition)}.cart-drawer__checkout:hover{background:var(--accent-bright)}.funnel-page{display:flex;flex-direction:column;align-items:center}.funnel-step-indicator{padding:.75rem;font-size:.8rem;color:var(--text-muted);text-align:center;width:100%}.funnel-offer{max-width:700px;margin:0 auto;padding:3rem 1.5rem;text-align:center}.funnel-offer__title{font-family:var(--font-heading);font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:1rem}.funnel-offer__description{color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem}@media(max-width:640px){.bundle-builder__footer{flex-direction:column;text-align:center}.add-to-cart-btn--bundle{width:100%}.bundle-item{flex-direction:column;text-align:center}}.img-placeholder[data-astro-cid-7gbln5j5]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border:2px dashed var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-muted);font-size:.8rem;text-align:center;padding:1rem}.img-placeholder[data-astro-cid-7gbln5j5] svg[data-astro-cid-7gbln5j5]{opacity:.4}.countdown[data-astro-cid-rice64zl]{display:flex;justify-content:center;gap:.75rem;margin:1.5rem 0}.countdown__unit[data-astro-cid-rice64zl]{display:flex;flex-direction:column;align-items:center;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;min-width:64px}.countdown__number[data-astro-cid-rice64zl]{font-family:var(--font-heading);font-size:1.5rem;color:var(--accent);line-height:1}.countdown__label[data-astro-cid-rice64zl]{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-top:.25rem}.forge-cart-btn{position:fixed;top:6.5rem;right:1rem;z-index:100}@media(max-width:640px){.forge-cart-btn{top:auto;bottom:1rem;right:1rem}}.fr-bundles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:640px){.fr-bundles-grid{grid-template-columns:1fr}}.fr-bundle-card{position:relative;display:flex;flex-direction:column;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.fr-bundle-card--rec{border-color:var(--accent);box-shadow:0 0 24px var(--accent-glow)}.fr-bundle-badge{position:absolute;top:12px;right:12px;background:var(--accent);color:var(--bg);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .7rem;border-radius:2rem;z-index:1}.fr-bundle-img img{width:100%;aspect-ratio:1;object-fit:cover}.fr-bundle-body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.fr-bundle-name{font-family:var(--font-heading);font-size:1.6rem;margin-bottom:.35rem}.fr-bundle-contents{font-size:.85rem;color:var(--text-muted);margin-bottom:.25rem}.fr-bundle-tagline{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.fr-bundle-pricing{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.35rem}.fr-bundle-price{font-family:var(--font-heading);font-size:1.75rem;color:var(--accent)}.fr-bundle-future{font-size:.85rem;color:var(--text-muted);text-decoration:line-through}.fr-bundle-savings{display:block;font-size:.85rem;font-weight:600;color:var(--green);margin-bottom:1.25rem}.fr-btn{width:100%;padding:.75rem 1.5rem;border:none;border-radius:var(--radius);font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s ease;margin-top:auto}.fr-btn--primary{background:var(--accent);color:var(--bg)}.fr-btn--primary:hover:not(:disabled){background:var(--accent-bright)}.fr-btn--muted{background:var(--surface-raised);color:var(--text);border:1px solid var(--border)}.fr-btn--muted:hover:not(:disabled){background:var(--border)}.fr-btn:disabled{opacity:.6;cursor:not-allowed}.nav[data-astro-cid-q5dndhys]{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:56px;background:var(--bg);border-bottom:1px solid var(--border)}.nav__logo[data-astro-cid-q5dndhys]{display:flex;align-items:center;text-decoration:none}.nav__logo-img[data-astro-cid-q5dndhys]{height:36px;width:auto}.nav__cta[data-astro-cid-q5dndhys]{background:var(--accent);color:var(--bg);padding:.45rem 1.1rem;border-radius:var(--radius);font-weight:600;font-size:.85rem;transition:background var(--transition)}.nav__cta[data-astro-cid-q5dndhys]:hover{background:var(--accent-bright)}.urgency-bar[data-astro-cid-q5dndhys]{margin-top:56px;background:var(--accent);color:var(--bg);text-align:center;padding:.6rem 1rem;font-weight:600;font-size:.85rem}.hero[data-astro-cid-q5dndhys]{text-align:center;padding:3.5rem 1.5rem 2.5rem;max-width:720px;margin:0 auto}.hero[data-astro-cid-q5dndhys] h1[data-astro-cid-q5dndhys]{font-family:var(--font-heading);font-size:clamp(2.25rem,6vw,4rem);line-height:1.15;margin-bottom:1rem}.hero[data-astro-cid-q5dndhys] h1[data-astro-cid-q5dndhys] em[data-astro-cid-q5dndhys]{font-style:italic;color:var(--accent)}.hero__subtitle[data-astro-cid-q5dndhys]{font-size:1.1rem;color:var(--text-muted);max-width:580px;margin:0 auto 2rem;line-height:1.7}.hero__video[data-astro-cid-q5dndhys]{position:relative;max-width:900px;margin:0 auto;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden}.hero__video[data-astro-cid-q5dndhys] iframe[data-astro-cid-q5dndhys]{position:absolute;top:0;left:0;width:100%;height:100%}.hero__subtext[data-astro-cid-q5dndhys]{margin-top:1rem;font-size:.85rem;color:var(--text-muted)}.section[data-astro-cid-q5dndhys]{padding:4.5rem 1.5rem}.section--alt[data-astro-cid-q5dndhys]{background:var(--surface)}.section--cta[data-astro-cid-q5dndhys]{padding:5rem 1.5rem}.container[data-astro-cid-q5dndhys]{max-width:var(--max-width);margin:0 auto}.section-label[data-astro-cid-q5dndhys]{display:block;text-align:center;text-transform:uppercase;font-size:.75rem;font-weight:600;letter-spacing:.12em;color:var(--accent);margin-bottom:.75rem}.section[data-astro-cid-q5dndhys] h2[data-astro-cid-q5dndhys]{font-family:var(--font-heading);font-size:clamp(1.5rem,3.5vw,2.25rem);text-align:center;margin-bottom:.75rem}.section__subtitle[data-astro-cid-q5dndhys]{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.7}.card__img--inset[data-astro-cid-q5dndhys] img[data-astro-cid-q5dndhys]{width:88%!important;margin:0 auto;padding-top:1rem}.solution-hero[data-astro-cid-q5dndhys]{max-width:900px;margin:0 auto 2.5rem}.solution-hero[data-astro-cid-q5dndhys] img[data-astro-cid-q5dndhys]{width:100%;height:auto;border-radius:12px}.grid[data-astro-cid-q5dndhys]{display:grid;gap:1.5rem}.grid--2[data-astro-cid-q5dndhys]{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr))}.grid--3[data-astro-cid-q5dndhys]{grid-template-columns:repeat(3,1fr)}@media(max-width:640px){.grid--3[data-astro-cid-q5dndhys]{grid-template-columns:1fr}}.card[data-astro-cid-q5dndhys]{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.card__img[data-astro-cid-q5dndhys] img[data-astro-cid-q5dndhys]{width:100%;object-fit:cover}.card__img--natural[data-astro-cid-q5dndhys] img[data-astro-cid-q5dndhys]{aspect-ratio:auto;object-fit:contain}.size-card[data-astro-cid-q5dndhys] .card__img[data-astro-cid-q5dndhys] img[data-astro-cid-q5dndhys]{aspect-ratio:auto;object-fit:contain;padding:1rem;background:var(--surface)}.card__body[data-astro-cid-q5dndhys]{padding:1.25rem}.card__body[data-astro-cid-q5dndhys] h3[data-astro-cid-q5dndhys]{font-size:1.05rem;font-weight:600;margin-bottom:.4rem}.card__body[data-astro-cid-q5dndhys] p[data-astro-cid-q5dndhys]{font-size:.9rem;color:var(--text-muted);line-height:1.6}.size-card__name[data-astro-cid-q5dndhys]{font-family:var(--font-heading);font-size:1.25rem!important;margin-bottom:.25rem!important}.size-card__price[data-astro-cid-q5dndhys]{display:block;font-size:1.1rem;font-weight:700;color:var(--accent);margin-bottom:.5rem}.size-card__specs[data-astro-cid-q5dndhys]{font-size:.8rem!important;color:var(--text-muted)!important;margin-bottom:.5rem!important}.bundles-note[data-astro-cid-q5dndhys]{text-align:center;color:var(--text-muted);font-size:.85rem;margin-top:2rem}.btn[data-astro-cid-q5dndhys]{display:inline-block;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:700;font-size:1rem;text-align:center;cursor:pointer;border:none;transition:background var(--transition)}.btn--primary[data-astro-cid-q5dndhys]{background:var(--accent);color:var(--bg)}.btn--primary[data-astro-cid-q5dndhys]:hover{background:var(--accent-bright)}.btn--lg[data-astro-cid-q5dndhys]{padding:1rem 2.25rem;font-size:1.1rem}.mid-cta[data-astro-cid-q5dndhys]{text-align:center;padding:1.5rem 1.5rem 0}.btn--full[data-astro-cid-q5dndhys]{display:block;width:100%;text-align:center}.proof[data-astro-cid-q5dndhys]{text-align:center}.proof__heading[data-astro-cid-q5dndhys]{margin-bottom:1rem}.divider[data-astro-cid-q5dndhys]{width:60px;height:3px;background:var(--accent);margin:0 auto 2rem;border-radius:2px}.stats[data-astro-cid-q5dndhys]{display:flex;justify-content:center;gap:3rem;margin-bottom:2.5rem;flex-wrap:wrap}.stat[data-astro-cid-q5dndhys]{display:flex;flex-direction:column;align-items:center}.stat__number[data-astro-cid-q5dndhys]{font-family:var(--font-heading);font-size:1.75rem;color:var(--text)}.stat__label[data-astro-cid-q5dndhys]{font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.review-card[data-astro-cid-q5dndhys]{padding:1.5rem;text-align:left}.review-card__stars[data-astro-cid-q5dndhys]{color:var(--accent);font-size:1rem;margin-bottom:.75rem;letter-spacing:.1em}.review-card__text[data-astro-cid-q5dndhys]{font-size:.9rem;color:var(--text);line-height:1.65;margin-bottom:.75rem;font-style:italic}.review-card__author[data-astro-cid-q5dndhys]{font-size:.8rem;color:var(--text-muted)}.faq-list[data-astro-cid-q5dndhys]{max-width:700px;margin:0 auto;display:flex;flex-direction:column}.faq[data-astro-cid-q5dndhys]{padding:1.25rem 0;border-bottom:1px solid var(--border)}.faq__q[data-astro-cid-q5dndhys]{font-size:1rem;font-weight:600;display:flex;align-items:flex-start;gap:.6rem}.faq__icon[data-astro-cid-q5dndhys]{color:var(--accent);font-weight:700;font-size:1.1rem;line-height:1.3;flex-shrink:0}.faq__a[data-astro-cid-q5dndhys]{font-size:.9rem;color:var(--text-muted);line-height:1.65;margin-top:.5rem;padding-left:1.5rem}.footer[data-astro-cid-q5dndhys]{border-top:1px solid var(--border);text-align:center;padding:2rem 1.5rem;font-size:.8rem;color:var(--text-muted)}@media(max-width:640px){.hero[data-astro-cid-q5dndhys] h1[data-astro-cid-q5dndhys]{font-size:2.25rem}.stats[data-astro-cid-q5dndhys]{gap:1.5rem}.stat__number[data-astro-cid-q5dndhys]{font-size:1.35rem}.section[data-astro-cid-q5dndhys]{padding:3rem 1rem}}@media(max-width:480px){.urgency-bar[data-astro-cid-q5dndhys]{font-size:.75rem;padding:.5rem .75rem}.nav__logo-img[data-astro-cid-q5dndhys]{height:30px}.btn--lg[data-astro-cid-q5dndhys]{padding:.85rem 1.5rem;font-size:1rem}}
