:root{--rf-orange:#f26322;--rf-navy:#071426;--rf-deep-navy:#040622;--rf-navy-2:#0d1b2a;--rf-slate:#334155;--rf-ash:#e5e7eb;--rf-muted:#94a3b8;--rf-warm-white:#fff7ed;--rf-card:#0f1f33;--rf-border:rgba(255,255,255,.11);--max-width:1120px}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;color:var(--rf-ash);background:var(--rf-deep-navy);line-height:1.6}a{color:inherit}img{max-width:100%;height:auto}.site-header{border-bottom:1px solid rgba(242,99,34,.22);background:rgba(0,0,0,.86);backdrop-filter:blur(10px);position:sticky;top:0;z-index:2}.header-inner{max-width:var(--max-width);margin:0 auto;padding:.9rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;font-weight:800;letter-spacing:.02em}.brand img{width:36px}nav{display:flex;gap:1rem;flex-wrap:wrap}nav a{color:var(--rf-muted);text-decoration:none;font-weight:600}nav a:hover{color:var(--rf-warm-white)}main{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.hero{padding:5rem 0 4rem;display:grid;grid-template-columns:1.4fr .8fr;gap:3rem;align-items:center}.hero h1{font-size:clamp(3rem,8vw,6.75rem);line-height:.9;margin:0 0 1.25rem;letter-spacing:-.06em}.hero p{font-size:clamp(1.2rem,2vw,1.45rem);color:var(--rf-muted);max-width:46rem;margin:0 0 2rem}.hero-mark{justify-self:center;width:min(260px,65vw);filter:drop-shadow(0 20px 55px rgba(242,99,34,.23))}.kicker{color:var(--rf-orange);text-transform:uppercase;font-size:.78rem;letter-spacing:.15em;font-weight:800;margin-bottom:1rem}.actions{display:flex;gap:.9rem;flex-wrap:wrap}.button{display:inline-block;padding:.82rem 1rem;border-radius:999px;text-decoration:none;font-weight:800;border:1px solid var(--rf-border);background:rgba(255,255,255,6%)}.button.primary{background:var(--rf-orange);color:#1d0b02;border-color:var(--rf-orange)}.section{padding:3rem 0}.section h2{font-size:clamp(2rem,4vw,3rem);line-height:1;margin:0 0 1rem;letter-spacing:-.04em}.section-lede{color:var(--rf-muted);max-width:46rem;font-size:1.08rem}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.75rem}.card{background:linear-gradient(180deg,rgba(255,255,255,6%),rgba(255,255,255,.025));border:1px solid var(--rf-border);border-radius:24px;padding:1.35rem;text-decoration:none;box-shadow:0 18px 60px rgba(0,0,0,.25)}.card:hover{border-color:rgba(242,99,34,.55);transform:translateY(-1px)}.project-logo{display:block;width:152px;aspect-ratio:1;object-fit:contain;border-radius:22px;margin:0 0 1.25rem;box-shadow:0 16px 42px rgba(0,0,0,.28)}.card .project-logo{width:76px;border-radius:14px}.card h3{margin:0 0 .5rem;font-size:1.35rem}.card p{color:var(--rf-muted);margin:0 0 1rem}.meta{display:flex;flex-wrap:wrap;gap:.45rem}.pill{color:var(--rf-warm-white);background:rgba(242,99,34,.14);border:1px solid rgba(242,99,34,.24);border-radius:999px;padding:.25rem .55rem;font-size:.82rem}.prose{max-width:760px;padding:3rem 0 5rem}.prose h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1;letter-spacing:-.045em}.prose h2{margin-top:2.2rem;color:var(--rf-warm-white)}.prose p,.prose li{color:var(--rf-ash)}.prose a{color:var(--rf-orange)}.posts-index h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1;margin:0 0 1rem;letter-spacing:-.045em}.post-list{display:grid;gap:1rem;margin-top:2rem;max-width:820px}.post-card{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,2%));border:1px solid var(--rf-border);border-radius:18px;padding:1.35rem;box-shadow:0 18px 50px rgba(0,0,0,.22)}.post-card h2{margin:.25rem 0 .65rem;font-size:clamp(1.45rem,3vw,2rem);line-height:1.1;letter-spacing:-.025em}.post-card h2 a{color:var(--rf-warm-white);text-decoration:none}.post-card h2 a:hover{color:var(--rf-orange)}.post-card p{color:var(--rf-muted);margin:0 0 1rem}.post-date,.post-meta{color:var(--rf-muted);font-size:.9rem;font-weight:700}.post-meta{display:flex;gap:.75rem;flex-wrap:wrap;margin:-.5rem 0 1rem}.post>.meta{margin-bottom:2rem}.post h1{margin-bottom:1rem}.post h2{font-size:clamp(1.8rem,4vw,2.65rem);line-height:1.08;letter-spacing:-.035em}.post h3{margin-top:1.8rem;color:var(--rf-warm-white);font-size:1.35rem;line-height:1.2}.footer{border-top:1px solid var(--rf-border);margin-top:4rem;color:var(--rf-muted)}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:2rem 1.25rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer a{color:var(--rf-ash)}@media(max-width:760px){.hero{grid-template-columns:1fr;padding-top:3rem}.hero-mark{order:-1;width:130px;justify-self:start}.project-grid{grid-template-columns:1fr}.header-inner{align-items:flex-start;flex-direction:column;gap:.75rem}}