:root{--orange: #FF6B00;--orange-dim: #cc5500;--bg: #0a0a0a;--bg-surface: #111111;--bg-card: #181818;--border: #2a2a2a;--text: #f0f0f0;--text-muted: #888888;--radius: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}main{flex:1}h1,h2,h3,h4{line-height:1.2;font-weight:700}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:1.25rem}.accent{color:var(--orange)}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-alt{background:var(--bg-surface)}.btn{display:inline-block;padding:.85rem 2rem;border-radius:var(--radius);font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;border:none;transition:opacity .15s,transform .15s}.btn:hover{opacity:.88;transform:translateY(-1px)}.btn-primary{background:var(--orange);color:#fff}.btn-outline{background:transparent;color:var(--orange);border:2px solid var(--orange)}.brand-banner{text-align:center;padding:.6rem 1rem;font-size:clamp(1rem,2.2vw,1.5rem);font-weight:900;letter-spacing:.04em;white-space:nowrap;overflow-x:auto;color:var(--text);background:var(--bg);border-bottom:1px solid var(--border)}.header{position:sticky;top:0;z-index:100;background:#0a0a0aeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:84px}.logo{display:flex;align-items:center;gap:.5rem;font-weight:900;font-size:1.1rem;letter-spacing:.04em;text-decoration:none;color:var(--text)}.logo-img{height:64px;width:64px;object-fit:contain}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-dot{color:var(--orange)}.logo-subtitle{font-size:.65rem;font-weight:600;letter-spacing:.03em;text-transform:none;color:var(--text-muted)}.nav{display:flex;align-items:center;gap:2rem}.nav a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .15s}.nav a:hover,.nav a.active{color:var(--text)}.nav .btn{font-size:.875rem;padding:.55rem 1.25rem}.footer{border-top:1px solid var(--border);padding:3rem 0;color:var(--text-muted);font-size:.875rem}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.footer-nav{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-nav a{color:var(--text-muted);text-decoration:none;transition:color .15s}.footer-nav a:hover{color:var(--text)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.hero{padding:7rem 0 5rem;text-align:center}.hero p{font-size:1.2rem;color:var(--text-muted);max-width:640px;margin:1.25rem auto 2.5rem}.section-header{text-align:center;margin-bottom:3rem}.section-header p{color:var(--text-muted);margin-top:.75rem;font-size:1.05rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;align-items:start}.pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.pricing-card.featured{border-color:var(--orange)}.pricing-card .plan-name{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem}.pricing-card .price{font-size:2.5rem;font-weight:900;line-height:1;margin-bottom:.25rem}.pricing-card .price-note{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.pricing-card ul{list-style:none;margin-bottom:2rem}.pricing-card ul li{padding:.4rem 0;font-size:.95rem;color:var(--text-muted);border-bottom:1px solid var(--border)}.pricing-card ul li:last-child{border-bottom:none}.pricing-card ul li:before{content:"✓ ";color:var(--orange);font-weight:700}.steps{counter-reset:step;display:flex;flex-direction:column;gap:2rem}.step{display:flex;gap:1.5rem;align-items:flex-start}.step-num{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--orange);color:#fff;font-weight:900;font-size:1rem;display:flex;align-items:center;justify-content:center}.step-body h3{margin-bottom:.4rem}.step-body p{color:var(--text-muted)}.metric-row{display:flex;flex-wrap:wrap;gap:1rem;margin:1.5rem 0}.metric-chip{background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;color:var(--orange)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-box{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;width:100%;max-width:460px;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-muted);font-size:1.1rem;cursor:pointer;line-height:1}.modal-close:hover{color:var(--text)}.form-input{width:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:.65rem .9rem;color:var(--text);font-size:.95rem;font-family:inherit;outline:none;transition:border-color .15s}.form-input:focus{border-color:var(--orange)}.form-input::placeholder{color:var(--text-muted)}.bio-hero-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;object-position:center 15%;border:3px solid var(--orange);margin-bottom:1.5rem}.bio-photo-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:1.5rem}.bio-photo{margin:0}.bio-photo-single{max-width:420px;margin:1.5rem auto 0}.bio-photo img{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--border);display:block}.bio-photo figcaption{margin-top:.5rem;font-size:.8rem;color:var(--text-muted);text-align:center}.app-screenshots{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;justify-items:center}.app-screenshot{margin:0;max-width:340px;width:100%}.app-screenshot img{width:100%;height:auto;border-radius:16px;border:1px solid var(--border);box-shadow:0 8px 32px #00000080;display:block}.app-screenshot figcaption{margin-top:.75rem;font-size:.85rem;color:var(--text-muted);text-align:center}.bio-photo-dunk{max-width:640px;margin:1.5rem auto}.bio-photo-dunk figcaption{font-size:.9rem;line-height:1.6}.bio-photo-dunk em{color:var(--orange);font-style:normal;font-weight:600}.bio-container{max-width:760px}.bio-section{margin-bottom:3.5rem}.bio-section h2{font-size:1.5rem;margin-bottom:1rem}.bio-section p{color:var(--text-muted);margin-bottom:.85rem;font-size:1.05rem}.bio-section p:last-child{margin-bottom:0}.bio-clarifier{background:var(--bg-card);border-left:3px solid var(--border);border-radius:0 var(--radius) var(--radius) 0;padding:1.5rem 1.75rem;margin-bottom:3.5rem}.bio-clarifier h3{color:var(--text-muted);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.bio-clarifier p{font-size:.95rem}.creed-block{padding:3rem 2rem}.creed-quote{font-size:clamp(1.4rem,3.5vw,2rem);font-weight:700;line-height:1.3;color:var(--text);font-style:italic}.creed-attr{margin-top:1.25rem;color:var(--orange);font-weight:600;font-size:.95rem;letter-spacing:.04em}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.hamburger-line{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.nav-dropdown-wrap{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:.9rem;font-weight:500;padding:0;transition:color .15s;font-family:inherit}.nav-dropdown-trigger:hover,.nav-dropdown-trigger.active{color:var(--text)}.nav-dropdown-panel{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%);min-width:240px;background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;padding:.5rem;box-shadow:0 16px 40px #00000080;z-index:200}.nav-dropdown-panel:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:var(--bg-surface);border-top:1px solid var(--border);border-left:1px solid var(--border)}.nav-dropdown-item{display:flex;flex-direction:column;gap:2px;padding:.7rem .9rem;border-radius:8px;text-decoration:none;transition:background .12s}.nav-dropdown-item:hover{background:#ff6b0014}.nav-dropdown-item.active .nav-dropdown-label{color:var(--orange)}.nav-dropdown-label{color:var(--text);font-size:.9rem;font-weight:600}.nav-dropdown-desc{color:var(--text-muted);font-size:.78rem;line-height:1.4}.mobile-menu{display:flex;flex-direction:column;background:var(--bg-surface);border-top:1px solid var(--border);padding:.5rem 0 1rem}.mobile-link{display:block;padding:.85rem 1.5rem;color:var(--text-muted);text-decoration:none;font-size:1rem;font-weight:500;border-bottom:1px solid var(--border);transition:color .15s}.mobile-link:last-child{border-bottom:none}.mobile-link:hover,.mobile-link.active{color:var(--text)}.mobile-link-cta{color:var(--orange);font-weight:700;margin-top:.5rem}.mobile-link-cta:hover{color:var(--orange-dim)}.mobile-group{border-bottom:1px solid var(--border)}.mobile-group-label{padding:.6rem 1.5rem .3rem;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--orange)}.mobile-link-sub{padding-left:2rem;font-size:.95rem;border-bottom:none}.mobile-link-sub:last-child{padding-bottom:.85rem}.post-body{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.post-body p{margin-bottom:1.4rem}.post-body h2{color:var(--text-primary);font-size:1.4rem;font-weight:800;margin:2.5rem 0 1rem}.post-body h3{color:var(--text-primary);font-size:1.15rem;font-weight:700;margin:2rem 0 .75rem}.post-body strong{color:var(--text-primary);font-weight:700}.post-body em{font-style:italic}.post-body ul,.post-body ol{padding-left:1.5rem;margin-bottom:1.4rem}.post-body li{margin-bottom:.5rem}.post-body blockquote{border-left:3px solid var(--orange);padding-left:1.25rem;margin:2rem 0;font-style:italic;color:var(--text-primary)}@media(max-width:768px){.desktop-nav{display:none}.hamburger{display:flex}.hero{padding:4rem 0 3rem}.section{padding:3rem 0}.hero-photo-grid{grid-template-columns:1fr!important;gap:0!important}.hero-photo-grid .hero-text{padding-bottom:2rem!important}.hero-photo-grid .hero-img img{border-radius:0!important;max-height:300px;width:100%;object-fit:cover;object-position:top}.scout-why-grid{grid-template-columns:1fr!important}.scout-why-grid img{max-height:280px;object-fit:cover;object-position:top}.gallery-grid{grid-template-columns:1fr!important}}@media(min-width:769px){.mobile-menu{display:none}}
