@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@600;700&family=Inter:wght@400;600&family=Space+Mono:wght@500&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;line-height:1.65;font-size:1.05rem}
img{max-width:100%;height:auto;display:block}
a{color:currentColor;text-decoration:underline;text-underline-offset:3px}

.surface-cream{background:#F5F0E8;color:#16121C}
.surface-ink{background:#16121C;color:#F5F0E8}
.surface-sand{background:#E7DECB;color:#16121C}
.surface-violet{background:#6C4CE0;color:#F5F0E8}

h1,h2,h3{font-family:'Gabarito',sans-serif;font-weight:700;line-height:1.15}
h1{font-size:clamp(2.4rem,5vw,4.25rem)}
h2{font-size:clamp(1.7rem,3vw,2.4rem)}
h3{font-size:clamp(1.2rem,2vw,1.45rem)}
.eyebrow{font-family:'Space Mono',monospace;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#6C4CE0;font-weight:500}
.highlight-violet{color:#6C4CE0}
.highlight-marigold{color:#F2B23A}

.container{max-width:1180px;margin:0 auto;padding:0 1.5rem}
.section{padding:6rem 0}

.site-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s,box-shadow .3s}
.site-header.is-scrolled{background:#16121C;color:#F5F0E8;box-shadow:0 1px 0 rgba(22,18,28,.15)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1180px;margin:0 auto}
.logo{font-family:'Gabarito',sans-serif;font-weight:700;font-size:1.15rem;text-decoration:none;color:inherit}
.nav-list{display:flex;gap:1.75rem;list-style:none}
.nav-list a{text-decoration:none;font-size:.95rem;font-weight:600}
.nav-toggle{display:none;background:none;border:1px solid currentColor;padding:.4rem .7rem;cursor:pointer}

.btn{display:inline-block;padding:.85rem 1.6rem;font-weight:600;text-decoration:none;border-radius:3px;transition:filter .2s,box-shadow .2s}
.btn-primary{background:#6C4CE0;color:#F5F0E8;border:none}
.btn-primary:hover{filter:brightness(1.08);box-shadow:0 4px 20px rgba(108,76,224,.35)}
.btn-secondary{background:transparent;border:1px solid currentColor;color:inherit}

/* Spark hero */
.hero-spark{min-height:92vh;min-height:92dvh;padding-top:5.5rem;position:relative}
@media(max-width:768px){.hero-spark{min-height:80vh}}
.hero-toprow{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem 1rem;max-width:1180px;margin:0 auto;font-family:'Space Mono',monospace;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid rgba(22,18,28,.15)}
.spark-ticks{display:flex;gap:.5rem}
.spark-tick{width:6px;height:6px;background:#6C4CE0;transform:rotate(45deg)}
.hero-headline{max-width:1180px;margin:0 auto;padding:2.5rem 1.5rem 1.5rem}
.hero-headline h1{max-width:900px}
.build-line{display:flex;gap:2rem;margin-top:1.5rem;font-family:'Space Mono',monospace;font-size:.75rem;padding-bottom:.5rem;border-bottom:2px solid #6C4CE0}
.build-line span::before{content:'◆ ';color:#F2B23A}
.hero-plate{max-width:1180px;margin:0 auto;padding:0 1.5rem 2rem}
.framed-photo{position:relative;border:1px solid #16121C;padding:.5rem}
.framed-photo::before,.framed-photo::after{content:'';position:absolute;width:12px;height:12px;border:2px solid #6C4CE0}
.framed-photo::before{top:-1px;left:-1px;border-right:none;border-bottom:none}
.framed-photo::after{bottom:-1px;right:-1px;border-left:none;border-top:none}
.framed-photo img{width:100%;aspect-ratio:21/9;object-fit:cover}
.idea-grid{position:absolute;inset:.5rem;background-image:radial-gradient(circle,#16121C 1px,transparent 1px);background-size:20px 20px;opacity:.04;pointer-events:none}
.hero-body{max-width:1180px;margin:0 auto;padding:0 1.5rem 2rem}
.hero-standfirst{max-width:560px;opacity:.8;margin:1.5rem 0 2rem}
.hero-trust{font-family:'Space Mono',monospace;font-size:.75rem;color:#8C867C;padding:1rem 1.5rem;border-top:1px solid rgba(140,134,124,.3);max-width:1180px;margin:0 auto}

.paper-grain{position:relative}
.paper-grain::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");pointer-events:none;opacity:.5}

.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
@media(max-width:900px){.grid-2,.grid-3{grid-template-columns:1fr}}

.card-frame{padding:2rem;border:1px solid rgba(22,18,28,.15);background:#F5F0E8;position:relative}
.card-frame::before{content:attr(data-label);position:absolute;top:.75rem;right:1rem;font-family:'Space Mono',monospace;font-size:.7rem;color:#6C4CE0;opacity:.6}

.metric-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center;padding:3rem 0}
.metric-value{font-family:'Space Mono',monospace;font-size:2.5rem;color:#6C4CE0}
.metric-label{font-size:.85rem;opacity:.75;margin-top:.5rem}

.stage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
@media(max-width:768px){.stage-grid{grid-template-columns:1fr 1fr}}
.stage-item{padding:1.5rem;border-top:3px solid #6C4CE0}
.stage-num{font-family:'Space Mono',monospace;color:#6C4CE0;font-size:.8rem;margin-bottom:.5rem}

.build-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
@media(max-width:768px){.build-rail{grid-template-columns:1fr}}
.build-item{padding:1.75rem;background:#E7DECB;border-top:3px solid #6C4CE0;position:relative}
.build-num{font-family:'Space Mono',monospace;font-size:.7rem;color:#6C4CE0;margin-bottom:.5rem}

.page-hero{padding:8rem 0 4rem}
.content-block{max-width:720px}
.content-block p{margin-bottom:1.25rem}
.content-block h2{margin:2.5rem 0 1rem}
.service-block{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(22,18,28,.1)}
.case-study{margin-bottom:3rem}
.faq-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(22,18,28,.1)}
.cta-band{text-align:center;padding:5rem 1.5rem}

.form-group{margin-bottom:1.25rem}
.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.9rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid rgba(22,18,28,.2);font-family:inherit;font-size:1rem;background:#fff;color:#16121C}
.form-group textarea{min-height:140px}
.form-check{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem}

.site-footer{padding:4rem 0 2rem;border-top:1px solid rgba(140,134,124,.3)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr}}
.footer-disclaimer{font-size:.8rem;opacity:.75;line-height:1.6;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(140,134,124,.2)}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#16121C;color:#F5F0E8;padding:1.25rem 1.5rem;z-index:200;display:none}
.cookie-banner.is-visible{display:block}
.cookie-inner{max-width:1180px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
.cookie-btns{display:flex;gap:.75rem;flex-wrap:wrap}
.cookie-btns button{padding:.6rem 1.2rem;font-family:inherit;font-weight:600;cursor:pointer;border:none;border-radius:3px}
.cookie-accept{background:#6C4CE0;color:#F5F0E8}
.cookie-reject,.cookie-custom{background:transparent;border:1px solid #F5F0E8!important;color:#F5F0E8}
.cookie-panel{display:none;width:100%;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(245,240,232,.2)}
.cookie-panel.is-open{display:block}

.js .reveal{opacity:1;transform:none}
@media(prefers-reduced-motion:no-preference){
  .js .reveal{opacity:1;transform:translateY(16px);transition:opacity .6s,transform .6s}
  .js .reveal.is-visible{opacity:1;transform:translateY(0)}
}
.build-progress{height:3px;background:rgba(108,76,224,.2);margin:2rem 0}
.build-progress::after{content:'';display:block;height:100%;width:var(--build-progress,25%);background:#6C4CE0;transition:width .5s}

@media(max-width:768px){
  .nav-list{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#16121C;color:#F5F0E8;padding:1rem 1.5rem}
  .nav-list.is-open{display:flex}
  .nav-toggle{display:block}
}

.text-muted{opacity:.8}
.mb-1{margin-bottom:1rem}
.mb-2{margin-bottom:2rem}
.max-prose{max-width:640px}
.plate-card{border:1px solid #16121C;padding:.5rem;position:relative}
.plate-card::before,.plate-card::after{content:'';position:absolute;width:10px;height:10px;border:2px solid #6C4CE0}
.plate-card::before{top:-1px;left:-1px;border-right:none;border-bottom:none}
.plate-card::after{bottom:-1px;right:-1px;border-left:none;border-top:none}
.card{padding:1.75rem;border:1px solid rgba(22,18,28,.12);background:#F5F0E8}
.card-violet{border-top:3px solid #6C4CE0}
.btn-marigold{background:#F2B23A;color:#16121C;border:none;text-decoration:none;display:inline-block;padding:.85rem 1.6rem;font-weight:600;border-radius:3px}
.footer-brand p{font-size:.9rem;opacity:.8;margin-top:.5rem}
.footer-col h4{font-size:.85rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.08em}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:.4rem}
.footer-col a{text-decoration:none}
.logo-mark{display:inline-block;background:#6C4CE0;color:#F5F0E8;padding:.15rem .4rem;border-radius:2px;font-size:.8rem;margin-right:.35rem}
.legal-prose{max-width:720px}
.legal-prose h2{margin:2rem 0 1rem}
.legal-prose p,.legal-prose li{margin-bottom:1rem}
.legal-prose ul{margin-left:1.5rem}
.cookie-actions{display:flex;gap:.75rem;flex-wrap:wrap}
.text-center{text-align:center}
