*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:no-preference){.hero-animate{opacity:0;animation:fadeUp .65s cubic-bezier(.22,1,.36,1) forwards}.hero-animate:nth-child(1){animation-delay:.05s}.hero-animate:nth-child(2){animation-delay:.18s}.hero-animate:nth-child(3){animation-delay:.3s}.hero-animate:nth-child(4){animation-delay:.42s}.hero-animate:nth-child(5){animation-delay:.54s}}:root{--bg: #111111;--surface: rgba(255,255,255,.07);--surface-2: rgba(255,255,255,.11);--border: rgba(255,255,255,.12);--border-2: rgba(255,255,255,.22);--text: #EDEAE4;--text-2: rgba(237,234,228,.82);--text-3: rgba(237,234,228,.5);--teal: #E63B2E;--teal-10: rgba(230,59,46,.12);--teal-20: rgba(230,59,46,.25);--font-d: "DM Serif Display", serif;--font-b: "Space Grotesk", sans-serif;--font-m: "Space Mono", monospace;--max: 1100px;--r: 8px;--r-md: .75rem;--r-lg: 1.25rem;--r-pill: 2rem}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:999;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}body{background-color:var(--bg);color:var(--text);font-family:var(--font-b);font-size:17px;line-height:1.75;-webkit-font-smoothing:antialiased}.container{max-width:var(--max);margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}h1,h2,h3,h4{font-family:var(--font-b);line-height:1.15;color:var(--text);font-weight:700;text-wrap:balance}h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-.02em}h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em}h3{font-size:1.25rem;font-weight:700}h4{font-size:1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}p{color:var(--text-2)}a{color:var(--teal);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}.mono{font-family:var(--font-m);font-size:.8rem;letter-spacing:.02em}.accent{color:var(--teal)}.drama{font-family:var(--font-d);font-style:italic}.lead{font-size:1.125rem;color:var(--text-2);line-height:1.8;max-width:600px}.label{font-family:var(--font-m);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--teal);display:inline-flex;align-items:center}.btn-primary,.btn-ghost{display:inline-flex;align-items:center;gap:6px;padding:.75rem 1.75rem;border-radius:var(--r-pill);font-family:var(--font-b);font-size:.9rem;font-weight:700;letter-spacing:.01em;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,border-color .3s,color .3s;cursor:pointer;border:none;touch-action:manipulation}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{transform:scale(1.03) translateY(-1px);box-shadow:0 0 28px #e63b2e59;opacity:1}.btn-ghost{background:transparent;color:var(--text-2);border:1px solid var(--border-2)}.btn-ghost:hover{border-color:var(--teal);color:var(--teal);opacity:1}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;transition:border-color .25s,background .25s;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.card:hover{border-color:var(--border-2);background:var(--surface-2)}.card-icon{width:40px;height:40px;background:var(--teal-10);border:1px solid var(--teal-20);border-radius:var(--r);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.card-icon svg{width:18px;height:18px;stroke:var(--teal);fill:none;stroke-width:1.5;stroke-linecap:round}.badge-strip{display:flex;flex-wrap:wrap;gap:10px;padding:1.75rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.badge{font-family:var(--font-b);font-size:.78rem;font-weight:500;letter-spacing:.01em;color:var(--text-2);border:1px solid var(--border-2);border-radius:var(--r-pill);padding:5px 14px;background:var(--surface)}.badge.highlight{border-color:var(--teal-20);color:var(--teal);background:var(--teal-10)}.nav{position:fixed;top:1.25rem;left:50%;transform:translate(-50%);z-index:100;width:92%;max-width:var(--max)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;border-radius:var(--r-pill);background:#111111d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);box-shadow:0 8px 32px #0009;gap:2rem}.nav-logo{font-family:var(--font-b);font-weight:700;font-size:1.1rem;letter-spacing:-.01em;color:var(--text);display:flex;align-items:center;gap:0}.nav-logo:hover{opacity:1;color:var(--text)}.nav-logo-brand{font-family:var(--font-b);font-style:normal;font-weight:700;font-size:1.05rem;letter-spacing:-.02em;color:var(--text)}.nav-logo-type{font-family:var(--font-b);font-size:1.05rem;font-weight:400;color:var(--text-2);letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:.5rem;list-style:none}.nav-links a{font-family:var(--font-m);font-size:.875rem;color:var(--text-2);padding:.4rem .75rem;border-radius:var(--r);transition:color .2s}.nav-links a:hover{color:var(--text);opacity:1}.nav-links a.active{color:var(--teal)}.nav-cta{font-family:var(--font-b);font-size:.875rem;font-weight:700;padding:.5rem 1.25rem;background:var(--teal);color:#fff;border-radius:var(--r-pill);transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s;white-space:nowrap}.nav-cta:hover{transform:scale(1.04) translateY(-1px);box-shadow:0 0 20px #e63b2e4d;opacity:1}.nav-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:4px;color:var(--text-2);touch-action:manipulation}.nav-mobile{display:none}footer{border-top:1px solid var(--border);padding:3rem 0 2rem;margin-top:4rem}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}.footer-brand p{font-size:.85rem;color:var(--text-3);margin-top:.5rem;max-width:320px}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.85rem;color:var(--text-3);transition:color .2s}.footer-links a:hover{color:var(--text-2);opacity:1}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.8rem;color:var(--text-3)}.divider{height:1px;background:var(--border);margin:3rem 0}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:0;display:flex;flex-direction:column;transition:border-color .25s,background .25s,transform .25s;text-decoration:none;overflow:hidden;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.post-card:hover{border-color:var(--border-2);background:var(--surface-2);transform:translateY(-3px);opacity:1}.post-card-cover{height:160px;position:relative;overflow:hidden;flex-shrink:0}.post-card-cover:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(232,228,221,.6) 1px,transparent 1px);background-size:14px 14px;opacity:.08;mask-image:linear-gradient(to bottom,black 0%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 0%,transparent 100%);pointer-events:none}.post-card-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.post-card:hover .post-card-cover img{transform:scale(1.04)}.post-card-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.post-card h3{color:var(--text);font-size:1.05rem;line-height:1.4}.post-card p{color:var(--text-2);font-size:.875rem;line-height:1.6;flex:1}.post-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.post-date{font-family:var(--font-m);font-size:.72rem;color:var(--text-3)}.tag{font-family:var(--font-m);font-size:.65rem;letter-spacing:.05em;text-transform:uppercase;color:var(--teal);background:var(--teal-10);border:1px solid var(--teal-20);border-radius:var(--r-pill);padding:2px 10px}.post-content{max-width:720px;margin:0 auto;font-size:1.0625rem;line-height:1.8}.post-content h2{margin:2.5rem 0 1rem;font-size:1.6rem}.post-content h3{margin:2rem 0 .75rem;font-size:1.2rem}.post-content p{margin-bottom:1.25rem;color:var(--text-2)}.post-content ul,.post-content ol{margin:1rem 0 1.25rem 1.5rem;color:var(--text-2)}.post-content li{margin-bottom:.4rem}.post-content pre{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.25rem 1.5rem;overflow-x:auto;margin:1.5rem 0;font-family:var(--font-m);font-size:.875rem;color:var(--teal)}.post-content code{font-family:var(--font-m);font-size:.875em;background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:2px 6px;color:var(--teal)}.post-content pre code{background:none;border:none;padding:0}.post-content blockquote{border-left:3px solid var(--teal);padding:.5rem 0 .5rem 1.5rem;margin:1.5rem 0;color:var(--text-2);font-style:italic}.post-content a{color:var(--teal);border-bottom:1px solid var(--teal-20)}.post-content a:hover{border-color:var(--teal);opacity:1}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.service-row{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:start}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-list{list-style:none;margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.feature-list li{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:var(--text-2)}.feature-list li:before{content:"—";font-family:var(--font-m);font-size:.7rem;color:var(--teal);flex-shrink:0;margin-top:5px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full{grid-column:1 / -1}label{font-size:.85rem;color:var(--text-2);font-weight:500}input,textarea,select{background:var(--surface);border:1px solid var(--border-2);border-radius:var(--r);color:var(--text);font-family:var(--font-b);font-size:.9rem;padding:.65rem .9rem;width:100%;transition:border-color .2s}input::placeholder,textarea::placeholder{color:var(--text-3)}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;border-color:var(--teal)}textarea{resize:vertical;min-height:140px}select option{background:#111}@media(max-width:768px){section{padding:3.5rem 0}.nav{top:.75rem;width:94%}.nav-links,.nav-cta{display:none}.nav-mobile-toggle{display:flex}.nav-mobile.open{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem;background:#111111f5;border:1px solid var(--border);border-radius:1.5rem;padding:1rem 1.5rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.nav-mobile a{font-size:1rem;color:var(--text-2);padding:.6rem 0;border-bottom:1px solid var(--border)}.footer-inner{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:1}.service-row,.two-col{grid-template-columns:1fr;gap:2rem}.three-col{grid-template-columns:1fr}}@media(max-width:480px){h1{font-size:2.25rem}}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus-visible{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:auto;height:auto;padding:.75rem 1.5rem;background:var(--teal);color:#fff;border-radius:var(--r-pill);font-weight:700;font-size:.9rem;z-index:9999;outline:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
