:root{--bg: #070b12;--bg-elevated: #0e1522;--card: #121a28;--text: #e8eef6;--muted: #93a4b8;--accent: #5b9dff;--accent-2: #7c5cff;--line: #1e2a3a;--success: #3ecf8e;--radius: 14px;--max: 1100px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.55;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(1000px 500px at 15% -10%,#1a2740 0%,transparent 55%),radial-gradient(800px 400px at 90% 10%,#1a1435 0%,transparent 50%),var(--bg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}code{font-size:.9em;background:#0e1622;border:1px solid var(--line);border-radius:6px;padding:.1em .35em}#root{min-height:100vh;display:flex;flex-direction:column}.container{width:min(100% - 2rem,var(--max));margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.15rem;border-radius:10px;font-weight:600;font-size:.95rem;border:1px solid var(--line);background:var(--card);color:var(--text);cursor:pointer;transition:border-color .15s,transform .15s,filter .15s;text-decoration:none!important}.btn:hover{border-color:#35507a;transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));border:none;color:#fff}.btn-primary:hover{filter:brightness(1.06);border:none}.eyebrow{color:var(--accent);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;margin:0 0 .5rem}h1,h2,h3{line-height:1.15;margin:0 0 .75rem;color:var(--text)}h1{font-size:clamp(2rem,4.5vw,2.85rem)}h2{font-size:clamp(1.25rem,2.5vw,1.55rem);margin-top:1.75rem}p{margin:0 0 1rem;color:var(--muted)}.lead{font-size:1.12rem;max-width:52ch}.lead strong{color:var(--text)}.muted{color:var(--muted)}.section{padding:3.5rem 0}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.35rem}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:1fr}@media(min-width:800px){.grid-2{grid-template-columns:1fr 1fr}}.hero-grid{display:grid;gap:1.5rem;align-items:center}@media(min-width:900px){.hero-grid{grid-template-columns:1.15fr .85fr}}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.hero-media{min-height:220px;padding:.75rem;overflow:hidden}.hero-media img,.product-media img,.product-shot{width:100%;border-radius:10px;object-fit:cover}.product-shot{max-height:220px;margin-bottom:1rem;background:var(--bg-elevated)}.product-card h3{font-size:1.25rem}.product-links{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.product-page{display:grid;gap:1.5rem;align-items:start}@media(min-width:900px){.product-page{grid-template-columns:1.2fr .8fr}}.product-media{padding:.75rem;min-height:240px}.shot-stack{display:grid;gap:.85rem}.shot-stack .product-media img{max-height:420px;width:auto;max-width:100%;margin-inline:auto;object-fit:contain;background:#000}.hero-media img{max-height:480px;width:auto;max-width:100%;margin-inline:auto;object-fit:contain}.product-shot{object-fit:contain;background:#0a0f18;max-height:320px}.product-shot-wide{object-fit:cover;object-position:top center;max-height:280px}.grid-3{grid-template-columns:1fr}@media(min-width:700px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.grid-3{grid-template-columns:repeat(3,1fr)}}.feature-card h3{font-size:1.05rem;margin-bottom:.45rem}.taylor-banner{padding:0;overflow:hidden;margin-bottom:1.75rem}.taylor-banner-img{width:100%;max-height:none;object-fit:contain;background:#02060f}.taylor-intro{max-width:720px}.dual-hero{display:grid;gap:1rem;padding:1rem}@media(min-width:800px){.dual-hero{grid-template-columns:1fr 1fr}}.dual-hero-item{display:grid;gap:.75rem;justify-items:center}.dual-hero-item img{width:100%;max-height:360px;object-fit:contain;border-radius:10px;background:#0a0f18}.product-icon-row{display:flex;align-items:center;gap:.85rem}.product-icon{width:56px;height:56px;border-radius:14px;object-fit:cover;flex-shrink:0;box-shadow:0 0 0 1px var(--line)}.shot-card{display:grid;gap:.65rem}.shot-card figcaption{display:grid;gap:.2rem;font-size:.9rem;padding:0 .25rem .25rem}.highlight-grid{display:grid;gap:.85rem;margin-top:1.1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:900px){.highlight-grid{grid-template-columns:repeat(4,1fr)}.highlight-wide{grid-column:span 2}}.highlight-card{padding:.65rem;margin:0;display:grid;gap:.5rem}.highlight-card img{width:100%;max-height:260px;object-fit:contain;border-radius:10px;background:#0a0f18}.highlight-card figcaption{font-size:.85rem;color:var(--muted);text-align:center;font-weight:600}.highlight-wide img{max-height:320px;object-fit:cover;object-position:top center}.feature-list{color:var(--muted);padding-left:1.2rem;margin:0 0 1rem}.feature-list li{margin-bottom:.4rem}.cta-band{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem}.media-fallback{min-height:180px;display:grid;place-content:center;text-align:center;color:var(--muted);padding:1.5rem;border:1px dashed var(--line);border-radius:10px;background:var(--bg-elevated)}.policy{max-width:760px}.policy ul{color:var(--muted);padding-left:1.2rem;margin:0 0 1rem}.policy li{margin-bottom:.35rem}.policy a{font-weight:600}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 90%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;gap:.75rem;min-height:68px}.brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;letter-spacing:-.01em;margin-right:auto;white-space:nowrap}.brand-logo{width:2rem;height:2rem;object-fit:contain;border-radius:8px}.brand-mark{width:1.6rem;height:1.6rem;border-radius:7px;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 0 0 1px #2a3f66 inset}.nav{display:none;flex-wrap:wrap;gap:.15rem;justify-content:flex-end}.nav-link{padding:.4rem .65rem;border-radius:8px;color:var(--muted);font-weight:600;font-size:.88rem}.nav-link:hover,.nav-link.active{color:var(--text);background:var(--card)}.header-cta{display:none}.site-main{flex:1}.site-footer{border-top:1px solid var(--line);padding:2rem 0 2.5rem;margin-top:auto}.footer-inner{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between;align-items:flex-start}.footer-meta{font-size:.95rem;text-align:right;display:grid;gap:.35rem}.footer-meta a{color:var(--accent);font-weight:600}.mobile-nav{display:flex;flex-wrap:wrap;gap:.4rem;padding:.75rem 0 0}.mobile-nav .nav-link{background:var(--card);border:1px solid var(--line)}@media(min-width:900px){.nav{display:flex}.header-cta{display:inline-flex}.mobile-nav{display:none}}
