@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--red-500:#cc453c;--red-600:#b2342c;--red-700:#942821;--red-100:#fae4e1;--red-50:#fdf2f0;--bg:#fdfaf6;--bg-elev:#fff;--surface:#fff;--text:#1a1612;--text-soft:#3d342c;--muted:#756a5e;--border:#ece4d6;--border-strong:#d9cfbe;--success-bg:#e7f5ec;--success-text:#166534;--error-bg:#fdecea;--error-text:#9b1c14;--radius-sm:6px;--radius:10px;--radius-lg:16px;--shadow-sm:0 1px 2px #1a16120a, 0 1px 3px #1a16120f;--shadow:0 4px 12px #1a16120f, 0 2px 4px #1a16120a;--shadow-lg:0 20px 40px -12px #cc453c2e, 0 8px 16px -8px #1a161214;--ease:cubic-bezier(.2, .7, .2, 1);--max-width:72rem;--max-content:44rem}*{box-sizing:border-box}::selection{background:var(--red-100);color:var(--red-700)}html{scroll-behavior:smooth}body{font-feature-settings:"cv02", "cv03", "cv04", "cv11";background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.65}body:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(60% 50% at 80% 0,#cc453c12,#0000 70%),radial-gradient(40% 40% at 10% 0,#cc453c0d,#0000 70%);height:60vh;position:fixed;inset:0 0 auto}main{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem 5rem}main.narrow{max-width:var(--max-content)}h1,h2,h3,h4{color:var(--text);letter-spacing:-.02em;margin:0 0 .75rem;font-family:Inter,sans-serif;font-weight:700;line-height:1.2}h1{letter-spacing:-.03em;font-size:clamp(2rem,4vw + 1rem,3.25rem)}h2{margin-top:2.5rem;font-size:clamp(1.5rem,1.5vw + 1rem,2rem)}h3{margin-top:2rem;font-size:1.25rem}p{color:var(--text-soft);margin:0 0 1.1rem}p.lead{color:var(--muted);max-width:38rem;font-size:1.2rem;line-height:1.65}a{color:var(--red-600);text-underline-offset:3px;transition:color .15s var(--ease);text-decoration:none}a:hover{color:var(--red-700);text-decoration:underline}ul,ol{color:var(--text-soft);margin:0 0 1.25rem;padding-left:1.25rem}li{margin:.35rem 0}hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}code{background:var(--red-50);color:var(--red-700);border-radius:4px;padding:.12em .4em;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88em}pre{color:#f5efe6;border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#1a1612;margin:1.25rem 0 1.5rem;padding:1.1rem 1.25rem;font-size:.88rem;line-height:1.6;overflow-x:auto}pre code{color:inherit;font-size:inherit;background:0 0;padding:0}pre:has(>code.language-prompt){white-space:pre-wrap;overflow-wrap:anywhere}blockquote{border-left:3px solid var(--red-500);background:var(--red-50);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-soft);margin:1.5rem 0;padding:.5rem 1.25rem}blockquote p:last-child{margin-bottom:0}.site-header{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(12px);border-bottom:1px solid var(--border);background:#fdfaf6c7;position:sticky;top:0}.site-header nav{max-width:var(--max-width);align-items:center;gap:2rem;margin:0 auto;padding:1rem 1.5rem;display:flex;position:relative}.site-header .brand{color:var(--text);letter-spacing:-.01em;align-items:center;gap:.6rem;font-size:1.05rem;font-weight:800;display:inline-flex}.site-header .brand:hover{color:var(--text);text-decoration:none}.brand-mark{object-fit:contain;background:0 0;width:32px;height:32px;display:inline-block}.nav-links{align-items:center;gap:1.75rem;margin-left:auto;display:flex}.nav-links a{color:var(--text-soft);font-size:.95rem;font-weight:500;position:relative}.nav-links a:hover{color:var(--red-600);text-decoration:none}.nav-links a.cta{color:#fff;background:var(--red-500);transition:transform .15s var(--ease), box-shadow .15s var(--ease), background .15s var(--ease);border-radius:999px;padding:.5rem 1rem;box-shadow:0 4px 12px -4px #cc453c80}.nav-links a.cta:hover{background:var(--red-600);transform:translateY(-1px);box-shadow:0 8px 18px -6px #cc453c8c}.nav-toggle{color:var(--text-soft);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;display:none}.nav-toggle:hover{background:var(--red-50);color:var(--red-600)}.mobile-menu{display:none}.mobile-menu a{color:var(--text-soft);padding:.85rem .25rem;font-weight:500}.mobile-menu a:hover{color:var(--red-600);text-decoration:none}.btn{cursor:pointer;transition:transform .15s var(--ease), box-shadow .15s var(--ease), background .15s var(--ease), color .15s var(--ease), border-color .15s var(--ease);white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.4rem;font-family:inherit;font-size:.98rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{text-decoration:none}.btn-primary{background:var(--red-500);color:#fff;box-shadow:0 6px 18px -6px #cc453c8c}.btn-primary:hover{background:var(--red-600);color:#fff;transform:translateY(-1px);box-shadow:0 12px 24px -10px #cc453c99}.btn-secondary,.btn:not(.btn-primary){background:var(--bg-elev);color:var(--text);border-color:var(--border-strong)}.btn-secondary:hover,.btn:not(.btn-primary):hover{border-color:var(--red-500);color:var(--red-600);transform:translateY(-1px)}.btn-row{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.hero{text-align:left;padding:4rem 0 1rem}.hero .eyebrow{background:var(--red-50);color:var(--red-700);border:1px solid var(--red-100);letter-spacing:.02em;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem .9rem;font-size:.82rem;font-weight:600;display:inline-flex}.hero .eyebrow:before{content:"";background:var(--red-500);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #cc453c2e}.hero h1{max-width:22ch}.hero h1 .accent{background:linear-gradient(120deg, var(--red-500), var(--red-700));color:#0000;background-clip:text}.hero p.lead{margin-top:.75rem}.hero-about{text-align:center;padding-top:3rem}.hero-about .eyebrow,.hero-about h1{margin-left:auto;margin-right:auto}.hero-about h1{max-width:18ch}.hero-about p.lead{margin-left:auto;margin-right:auto}.hero-about .btn-row{justify-content:center}.hero-split{text-align:left;align-items:center;gap:2.5rem;display:flex}.hero-split .hero-content{flex:auto;min-width:0}.hero-split h1{max-width:22ch}.hero-logo{width:clamp(243px,46vw,365px);height:auto;margin:0 auto 1.75rem;display:block}.hero-split .hero-logo,.hero-split .hero-carousel{flex:none;margin:0}@media (width<=640px){.hero-split{text-align:center;flex-direction:column;gap:1.5rem}.hero-split .btn-row,.hero-split .social-links{justify-content:center}}.social-links{flex-flow:row;align-items:center;gap:1rem;margin:1.25rem 0 0;padding:0;list-style:none;display:flex}.social-links li{margin:0;padding:0;display:inline-flex}.social-links a{transition:transform .15s var(--ease), filter .15s var(--ease);justify-content:center;align-items:center;line-height:0;display:inline-flex}.social-links a:hover{filter:drop-shadow(0 4px 8px #1a16122e);text-decoration:none;transform:translateY(-2px)}.social-links .social-email{color:var(--red-500)}.social-links .social-email:hover{color:var(--red-600)}.prose-list{max-width:var(--max-content);color:var(--text-soft);margin:1.25rem 0 0;padding-left:1.25rem;list-style:outside}.prose-list li{margin:.6rem 0;line-height:1.65}.prose-list li::marker{color:var(--red-500)}.feature--has-thumb{padding-top:0;overflow:hidden}.feature-thumb{aspect-ratio:16/10;object-fit:cover;background:var(--bg-elev);width:calc(100% + 3rem);margin:0 -1.5rem 1rem;display:block}.home-guide{max-width:48rem;margin-top:4rem}.home-guide h2{margin-top:.5rem}.home-guide p{color:var(--text-soft)}.section{margin-top:2rem}.section-title{letter-spacing:.12em;text-transform:uppercase;color:var(--red-600);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.features{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin-top:1.5rem;display:grid}.feature{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:inherit;transition:transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);padding:1.5rem;text-decoration:none;display:block}.feature[hidden]{display:none}.feature:hover{border-color:var(--border-strong);box-shadow:var(--shadow);transform:translateY(-2px)}a.feature:focus-visible{outline:2px solid var(--red-500);outline-offset:3px}.feature h3{margin:0 0 .4rem;font-size:1.05rem}.feature p{color:var(--muted);margin:0;font-size:.95rem}.feature--hidden{opacity:.7;border-style:dashed;position:relative}.hidden-badge{background:var(--red-500);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:3px;padding:.15rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:.5rem;right:.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);margin-bottom:1.25rem;padding:2rem}.card:hover{border-color:var(--border-strong);box-shadow:var(--shadow)}.card h2{margin-top:0}.card .price{letter-spacing:-.02em;color:var(--text);align-items:baseline;gap:.4rem;margin:.75rem 0 .25rem;font-size:2.25rem;font-weight:800;display:flex}.card .price .currency{color:var(--muted);font-size:1.25rem;font-weight:600}.price-sub{color:var(--muted);margin-bottom:1.25rem;font-size:.9rem}.hero .price-sub{margin-top:1rem;margin-bottom:0}.card ul.feature-list{margin:1.25rem 0 1.75rem;padding:0;list-style:none}.card ul.feature-list li{color:var(--text-soft);margin:.55rem 0;padding-left:1.75rem;position:relative}.card ul.feature-list li:before{content:"✓";width:1.2rem;height:1.2rem;color:var(--red-600);background:var(--red-50);border-radius:50%;justify-content:center;align-items:center;margin-top:.18rem;font-size:.78rem;font-weight:700;display:inline-flex;position:absolute;top:0;left:0}.doc-list{gap:.5rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.doc-list li{margin:0}.doc-list a{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);transition:transform .15s var(--ease), border-color .15s var(--ease), box-shadow .15s var(--ease);align-items:center;gap:1rem;padding:1.1rem 1.25rem;font-weight:500;display:flex}.doc-list a:hover{border-color:var(--red-500);box-shadow:var(--shadow-sm);text-decoration:none;transform:translate(2px)}.doc-list .ch{background:var(--red-50);width:2.25rem;height:2.25rem;color:var(--red-600);border:1px solid var(--red-100);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.doc-list .arrow{color:var(--muted);transition:transform .15s var(--ease), color .15s var(--ease);margin-left:auto}.doc-list a:hover .arrow{color:var(--red-600);transform:translate(3px)}.article{max-width:var(--max-content);margin:0 auto}.article h1{margin-top:.5rem}.article h2{margin-top:2.5rem}.article h3{margin-top:2rem}.article img{border-radius:var(--radius);max-width:100%;height:auto}.article table{border-collapse:collapse;width:100%;margin:1.5rem 0}.article th,.article td{text-align:left;border-bottom:1px solid var(--border);padding:.65rem .9rem}.article th{background:var(--red-50);color:var(--text);font-weight:600}.back-link{color:var(--muted);align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.92rem;font-weight:500;display:inline-flex}.back-link:hover{color:var(--red-600);text-decoration:none}input[type=email],input[type=text]{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);width:100%;max-width:22rem;color:var(--text);transition:border-color .15s var(--ease), box-shadow .15s var(--ease);padding:.75rem .95rem;font-family:inherit;font-size:1rem}input[type=email]:focus,input[type=text]:focus{border-color:var(--red-500);outline:none;box-shadow:0 0 0 4px #cc453c1f}.auth-form{flex-wrap:wrap;align-items:stretch;gap:.6rem;margin-top:1.25rem;display:flex}.auth-form-consent{color:var(--text-soft);cursor:pointer;flex-basis:100%;align-items:flex-start;gap:.6rem;margin-top:.25rem;font-size:.9rem;display:flex}.auth-form-consent input[type=checkbox]{accent-color:var(--red-500);cursor:pointer;margin-top:.2rem}.auth-form-consent a{color:var(--text-soft);text-decoration:underline}.auth-form-consent a:hover{color:var(--red-600)}.auth-form-firsttime{color:var(--text-soft);margin-top:-.5rem;margin-bottom:1rem;font-size:.9rem}.auth-form-firsttime a{color:var(--text-soft);text-decoration:underline}.auth-form-firsttime a:hover{color:var(--red-600)}.contact-form-field{flex-direction:column;flex-basis:100%;gap:.35rem;margin-bottom:.75rem;display:flex}.contact-form-field>span{color:var(--text-soft);font-size:.9rem;font-weight:500}.contact-form-field>span em{color:var(--text-muted,var(--text-soft));font-style:normal;font-weight:400}.contact-form-field textarea{resize:vertical;min-height:6rem;font-family:inherit;font-size:1rem}.contact-form-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.status{border-radius:var(--radius-sm);margin:1.25rem 0;padding:.85rem 1rem;font-size:.95rem;font-weight:500}.status-success{background:var(--success-bg);color:var(--success-text)}.status-error{background:var(--error-bg);color:var(--error-text)}.site-footer{border-top:1px solid var(--border);background:#ffffff80;margin-top:4rem;padding:2.5rem 1.5rem}.site-footer .inner{max-width:var(--max-width);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;font-size:.9rem;display:flex}.site-footer a{color:var(--muted)}.site-footer a:hover{color:var(--red-600)}.site-footer .footer-links{gap:1.5rem;display:flex}.hero-product{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:3rem;padding:3rem 0 1rem;display:grid}.hero-product .hero-product-copy{min-width:0}.hero-product .hero-product-copy h1{max-width:none}.hero-product .hero-product-copy p.lead{max-width:32rem}.hero-product .hero-product-media{position:sticky;top:5rem}.hero-product .hero-product-media[data-media-align=center]{align-self:center}.hero-media-figure{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);background:#000;margin:0;overflow:hidden}.hero-media-figure video,.hero-media-figure img{width:100%;height:auto;display:block}.hero-media-figure figcaption{background:var(--bg-elev);color:var(--muted);border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .9rem;font-size:.85rem;display:flex}.hero-media-figure .hero-media-badge{background:var(--red-50);color:var(--red-700);letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--red-100);border-radius:999px;padding:.18rem .55rem;font-size:.72rem;font-weight:700}@media (width<=900px){.hero-product{grid-template-columns:1fr;gap:1.5rem;padding-top:2rem}.hero-product .hero-product-media{position:static}}.hero.is-owned [data-hero-sell]{display:none}.hero-trust{color:var(--muted);margin:1rem 0 0;font-size:.9rem}[data-owner-hide].is-owned{display:none}.pricing-junction{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);grid-template-columns:1.2fr 1fr;align-items:center;gap:2.5rem;margin-top:4rem;padding:2.5rem;display:grid}.pricing-junction h2{margin-top:0;font-size:1.9rem}.pricing-junction-copy p{color:var(--text-soft);margin:0}.pricing-junction-note{font-size:.92rem;color:var(--muted)!important;margin-top:1rem!important}.pricing-junction-buy{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}@media (width<=720px){.pricing-junction{grid-template-columns:1fr;gap:1.5rem;padding:1.75rem}}.sticky-buy{z-index:60;-webkit-backdrop-filter:saturate(180%)blur(12px);border-top:1px solid var(--border);animation:sticky-buy-in .2s var(--ease);background:#fdfaf6eb;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 24px -12px #1a161240}.sticky-buy-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.7rem 1.5rem;display:flex}.sticky-buy-label{letter-spacing:-.01em;font-weight:700}.sticky-buy .btn{white-space:nowrap;margin:0}@keyframes sticky-buy-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (width<=520px){.sticky-buy-label{display:none}}@media (prefers-reduced-motion:reduce){.sticky-buy{animation:none}}.story{margin-top:4rem}.story h2{margin-top:0}.story>.lead{max-width:42rem;margin-top:.75rem}.story-cards{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1rem;margin-top:1.75rem;display:grid}.story-cards .card{margin-bottom:0;padding:1.75rem}.story-card h3{margin:0 0 .4rem;font-size:1.1rem}.story-card p{color:var(--muted);margin:0;font-size:.97rem;line-height:1.55}.story-guide.card{grid-template-columns:auto 1fr;align-items:center;gap:2rem;margin-bottom:0;padding:2rem 2.25rem;display:grid}.story-guide-logo{width:140px;height:auto}.story-guide h2{font-size:1.7rem}.story-guide p{color:var(--text-soft);max-width:46rem;margin:0;line-height:1.6}.story-chips{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.story-chip{color:var(--text-soft);background:var(--red-50);border:1px solid var(--red-100);border-radius:999px;padding:.3rem .75rem;font-size:.8rem;font-weight:600}@media (width<=640px){.story-guide.card{grid-template-columns:1fr;gap:1rem}.story-guide-logo{width:96px}}.story-steps{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin-top:1.75rem;display:grid}.story-steps .card{flex-direction:column;gap:.6rem;margin-bottom:0;display:flex}.story-step-badge{background:var(--red-500);color:#fff;border-radius:999px;place-items:center;width:2.5rem;height:2.5rem;font-weight:800;display:grid;box-shadow:0 6px 18px -6px #cc453c8c}.story-step h3{margin:.25rem 0 0;font-size:1.1rem}.story-step p{color:var(--muted);margin:0;font-size:.97rem;line-height:1.55}.story-stakes{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.25rem;margin-top:1.75rem;display:grid}.story-stakes-col{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.75rem}.story-stakes-col h3{color:var(--muted);margin:0 0 1rem;font-size:1.05rem}.story-stakes-col ul{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.story-stakes-col li{color:var(--text-soft);margin:0;padding-left:1.6rem;position:relative}.story-stakes-without li:before{content:"✕";color:var(--error-text);position:absolute;top:0;left:0}.story-stakes-with{background:linear-gradient(180deg, var(--red-50), #fff 65%);border-color:var(--red-100);box-shadow:var(--shadow)}.story-stakes-with h3{color:var(--red-700)}.story-stakes-with li{color:var(--text)}.story-stakes-with li:before{content:"✓";color:var(--red-600);font-weight:700;position:absolute;top:0;left:0}.findings-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem 1.6rem}.findings-card-head{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.findings-card-title{font-size:.95rem;font-weight:700}.findings-card-file{font-family:var(--font-mono);color:var(--muted);font-size:.78rem}.findings-row{border-top:1px solid var(--border);align-items:flex-start;gap:.75rem;padding:.7rem 0;display:flex}.findings-row-title{font-size:.92rem;font-weight:600}.findings-row-title code{font-size:.85em}.findings-row-detail{color:var(--muted);margin-top:.1rem;font-size:.85rem}.findings-sev{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;flex:none;margin-top:.1rem;padding:.18rem .5rem;font-size:.66rem;font-weight:700}.findings-sev--high{background:var(--error-bg);color:var(--error-text)}.findings-sev--med{color:#9a5b14;background:#fef3e2}.findings-sev--perf{background:var(--success-bg);color:var(--success-text)}.price-block{margin:1.5rem 0 .25rem;display:inline-block}.price-block .price-amount{letter-spacing:-.02em;color:var(--text);align-items:baseline;gap:.15rem;font-size:2.75rem;font-weight:800;line-height:1;display:inline-flex}.price-block .price-currency{color:var(--muted);font-size:1.4rem;font-weight:600}.price-block .price-sub-line{color:var(--muted);margin-top:.5rem;font-size:.9rem}.price-block--compact .price-amount{font-size:1.65rem}.price-block--compact .price-currency{font-size:.95rem}.price-block--compact .price-sub-line{margin-top:.2rem;font-size:.85rem}.price-block .price-strikethrough{color:var(--muted);vertical-align:middle;margin-right:.5rem;font-size:1.4rem;font-weight:400;text-decoration:line-through}.price-block .price-current.discounted{color:var(--success-text)}.kit-inventory{gap:.5rem;margin:1.25rem 0 0;padding:0;list-style:none;display:grid}.kit-inventory li{color:var(--text-soft);margin:0;padding-left:1.75rem;position:relative}.kit-inventory li:before{content:"✓";width:1.2rem;height:1.2rem;color:var(--red-600);background:var(--red-50);border-radius:50%;justify-content:center;align-items:center;margin-top:.18rem;font-size:.78rem;font-weight:700;display:inline-flex;position:absolute;top:0;left:0}.kit-grid-section{margin-top:3rem}.kit-grid-summary{color:var(--muted);margin:0 0 1.25rem}.kit-grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.kit-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:transform .15s var(--ease), border-color .15s var(--ease), box-shadow .15s var(--ease);flex-direction:column;display:flex;overflow:hidden}.kit-tile:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.kit-tile-media{aspect-ratio:16/9;background:#000;display:block;position:relative}.kit-tile-media video{object-fit:cover;background:#000;width:100%;height:100%;display:block}.kit-tile-media--locked{color:#ffffffa6;background:linear-gradient(135deg,#2b2b3d 0%,#1a1a26 100%);place-items:center;display:grid}.kit-tile-media--shared{background:linear-gradient(135deg, var(--red-50) 0%, #fff 100%);color:var(--red-700);place-items:center;display:grid}.kit-tile-fileicon--shared{color:var(--red-700);border-color:var(--red-100);background:#cc453c14}.kit-tile-anchor{color:inherit;text-decoration:none;display:contents}.kit-tile--shared:hover{border-color:var(--red-500)}.kit-tile--shared:hover h3{color:var(--red-700)}.kit-tile-glyph{width:44px;height:44px;fill:var(--red-600);opacity:.85}.kit-tile-pdf-link{letter-spacing:.02em;color:var(--muted);border:1px solid var(--border);transition:color .15s var(--ease), border-color .15s var(--ease), background .15s var(--ease);background:0 0;border-radius:999px;align-self:flex-start;gap:.3rem;margin:0 .9rem .9rem;padding:.25rem .6rem;font-size:.78rem;font-weight:600;display:inline-flex}.kit-tile-pdf-link:hover{color:var(--red-700);border-color:var(--red-500);background:var(--red-50);text-decoration:none}.kit-tile-lock{fill:currentColor;width:36px;height:36px}.kit-tile-fileicon{letter-spacing:.06em;color:#ffffffd9;background:#ffffff14;border:1px solid #ffffff2e;border-radius:6px;padding:.4rem .7rem;font-family:JetBrains Mono,ui-monospace,monospace;font-size:1.05rem;font-weight:700}.kit-tile-meta{flex-direction:column;gap:.3rem;padding:.75rem .9rem 1rem;display:flex}.kit-tile-meta h3{color:var(--text);margin:0;font-size:1rem}.kit-tile-detail{color:var(--muted);margin:0;font-size:.85rem}.kit-tile-badge-row{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.kit-tile-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-self:flex-start;padding:.15rem .5rem;font-size:.68rem;font-weight:700}.kit-tile-badge--free{background:var(--red-50);color:var(--red-700);border:1px solid var(--red-100)}.kit-tile-badge--included{color:#f3f4f6;background:#1f2937}.kit-tile-badge--format{color:var(--muted);border:1px solid var(--border-strong);letter-spacing:.1em;background:0 0;padding:.1rem .45rem;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.62rem}.kit-grid-section.is-owned .kit-tile-badge--free,.kit-grid-section.is-owned .kit-tile-badge--included{display:none}.kit-tile--file[data-access=owned]{cursor:pointer}.kit-tile--file[data-access=owned]:hover{border-color:var(--red-500)}.kit-tile--file[data-access=owned]:hover h3{color:var(--red-700)}.cross-sell{margin-top:3rem}.cross-sell-blurb{color:var(--muted);max-width:56ch;margin-bottom:1.25rem}.cross-sell-grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1rem;display:grid}.cross-sell-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:inherit;transition:transform .15s var(--ease), border-color .15s var(--ease), box-shadow .15s var(--ease);flex-direction:column;gap:.5rem;padding:1.25rem 1.4rem;text-decoration:none;display:flex}.cross-sell-card:hover{border-color:var(--red-500);box-shadow:var(--shadow-sm);text-decoration:none;transform:translateY(-2px)}.cross-sell-card h3{margin:0;font-size:1.1rem}.cross-sell-card p{color:var(--muted);margin:0;font-size:.95rem}.cross-sell-card-foot{justify-content:space-between;align-items:baseline;margin-top:.25rem;display:flex}.cross-sell-card-price{color:var(--text);font-size:1.05rem;font-weight:700}.cross-sell-card-arrow{color:var(--red-600);font-size:.95rem;font-weight:600}.cross-sell-card.is-owned,.cross-sell.is-empty{display:none}.cta-strip{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elev);box-shadow:var(--shadow-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;margin:3rem 0 0;padding:1.5rem 1.75rem;display:flex}.cta-strip-buttons{flex-wrap:wrap;gap:.6rem;display:flex}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.85rem;margin:1.25rem 0 0;padding:0;list-style:none;display:grid}.skills-grid li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.35rem;margin:0;padding:1rem 1.1rem;display:flex}.skills-grid code{background:var(--red-50);color:var(--red-700);border-radius:4px;align-self:flex-start;padding:.15em .5em;font-size:.9rem}.skills-grid span{color:var(--muted);font-size:.93rem;line-height:1.5}.skill-gag{margin-top:1.25rem}.skill-gag summary{cursor:pointer;color:var(--muted);font-size:.9rem;display:inline-block}.skill-gag summary:hover{color:var(--red-600)}.skill-gag-body{background:var(--red-50);border-left:3px solid var(--red-500);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-soft);margin-top:.75rem;padding:.75rem 1rem;font-size:.95rem}.skill-gag-body p{margin:0 0 .5rem}.skill-gag-body p:last-child{margin-bottom:0}.card-media{aspect-ratio:16/9;border-radius:var(--radius);background:linear-gradient(135deg, var(--red-50) 0%, #fff 100%);border:1px solid var(--border);margin-bottom:1.25rem;display:block;overflow:hidden}.card-media img{object-fit:cover;width:100%;height:100%;display:block}.card-media-placeholder{width:100%;height:100%;color:var(--red-600);letter-spacing:.08em;text-transform:uppercase;place-items:center;font-size:.78rem;font-weight:700;display:grid}@media (width<=640px){main{padding:2rem 1.25rem 4rem}.site-header nav{gap:1rem;padding:.85rem 1.25rem}.nav-links{gap:.5rem}.brand-text,.nav-link-collapsible{display:none}.nav-toggle{display:inline-flex}.mobile-menu:not([hidden]){-webkit-backdrop-filter:saturate(180%)blur(12px);border-bottom:1px solid var(--border);background:#fdfaf6fa;flex-direction:column;padding:.5rem 1.25rem 1rem;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px -12px #1a161240}.hero{padding:2.5rem 0 2rem}.card{padding:1.5rem}.cta-strip{padding:1.25rem}.price-block .price-amount{font-size:2.25rem}}.cart-button[data-astro-cid-qsecaqwu]{color:var(--text-soft);border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:.5rem;text-decoration:none;display:inline-flex;position:relative}.cart-button[data-astro-cid-qsecaqwu]:hover{background:var(--red-50);color:var(--red-600);text-decoration:none}.cart-badge[data-astro-cid-qsecaqwu]{background:var(--red-500);color:#fff;text-align:center;border-radius:999px;min-width:1.1rem;height:1.1rem;padding:0 .3rem;font-size:.7rem;font-weight:700;line-height:1.1rem;position:absolute;top:0;right:0}.cart-badge[data-astro-cid-qsecaqwu][hidden]{display:none}
