@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Schibsted+Grotesk:wght@600;700&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:1rem}
img{max-width:100%;height:auto;display:block}
a{color:currentColor;text-decoration:none}
a:hover{text-decoration:underline}
ul{list-style:none}

.surface-concrete{background:#EDEEEA;color:#121417}
.surface-ink{background:#121417;color:#EDEEEA}
.surface-steel{background:#DCDEDA;color:#121417}
.surface-blue{background:#2453FF;color:#EDEEEA}

.container{width:min(1180px,92vw);margin:0 auto}
.eyebrow{font-family:'Space Mono',monospace;font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#2453FF}
h1,h2,h3{font-family:'Schibsted Grotesk',sans-serif;line-height:1.12}
h1{font-weight:700;font-size:clamp(2.75rem,5vw,5.125rem)}
h2{font-weight:700;font-size:clamp(1.75rem,3vw,2.75rem);margin-bottom:1rem}
h3{font-weight:600;font-size:1.2rem;margin-bottom:.5rem}
p{margin-bottom:1rem;max-width:68ch}
.lead{font-size:1.125rem;opacity:.88}

.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:background .3s,box-shadow .3s}
.site-header.is-scrolled{background:#121417;color:#EDEEEA;box-shadow:0 1px 0 rgba(18,20,23,.15)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{font-family:'Schibsted Grotesk',sans-serif;font-weight:700;font-size:1.125rem}
.nav-list{display:flex;flex-wrap:wrap;gap:1.25rem;font-size:.9375rem;font-weight:600}
.nav-list a{text-decoration:none}
.nav-list a[aria-current="page"]{color:#2453FF;text-decoration:underline;text-underline-offset:4px}

.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;font-weight:600;font-size:.9375rem;border-radius:2px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:filter .2s,box-shadow .2s}
.btn:hover{text-decoration:none;filter:brightness(1.05);box-shadow:0 8px 24px rgba(0,0,0,.12)}
.btn-secondary{background:transparent;border-color:currentColor}

.hero-station{min-height:80vh;padding:6.5rem 0 2rem;position:relative;background:#EDEEEA;color:#121417;background-image:linear-gradient(rgba(18,20,23,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(18,20,23,.03) 1px,transparent 1px);background-size:32px 32px}
@media(min-width:768px){.hero-station{min-height:92vh;padding-top:7rem}}
.hero-topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(18,20,23,.2);font-family:'Space Mono',monospace;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;position:relative}
.hero-topbar::before,.hero-topbar::after{content:'';position:absolute;bottom:-3px;width:6px;height:6px;background:#2453FF;border-radius:50%}
.hero-topbar::before{left:0}
.hero-topbar::after{right:0}
.hero-station h1{margin:1.5rem 0 1rem;max-width:14ch}
.hero-station h1 em{font-style:normal;color:#2453FF}
.stage-baseline{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;margin:1.25rem 0 2rem;padding-bottom:.75rem;border-bottom:2px solid #2453FF;font-family:'Space Mono',monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}
.hero-plate{margin:0 0 2rem;border:1px solid rgba(18,20,23,.25);position:relative;padding:4px;background:#EDEEEA}
.hero-plate::before,.hero-plate::after{content:'';position:absolute;width:12px;height:12px;border:2px solid #2453FF}
.hero-plate::before{top:-1px;left:-1px;border-right:none;border-bottom:none}
.hero-plate::after{bottom:-1px;right:-1px;border-left:none;border-top:none}
.hero-plate img{width:100%;aspect-ratio:21/9;object-fit:cover}
.hero-sub{max-width:560px;margin-bottom:1.75rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}
.hero-trust{font-family:'Space Mono',monospace;font-size:.75rem;color:#86867E;padding-top:1rem;border-top:1px solid rgba(134,134,126,.35)}

section{padding:6rem 0}
@media(min-width:900px){section{padding:7rem 0}}
.section-head{margin-bottom:3rem;max-width:720px}
.grid-2{display:grid;gap:2rem}
@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}
.grid-3{display:grid;gap:1.5rem}
@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}
.grid-4{display:grid;gap:1.25rem}
@media(min-width:900px){.grid-4{grid-template-columns:repeat(4,1fr)}}

.metric-trio{display:grid;gap:1.5rem;text-align:center}
@media(min-width:640px){.metric-trio{grid-template-columns:repeat(3,1fr)}}
.metric-num{font-family:'Space Mono',monospace;font-size:2rem;color:#2453FF;font-weight:500}
.metric-label{font-size:.875rem;color:#86867E}

.stage-card{padding:1.75rem;border:1px solid rgba(18,20,23,.12);border-radius:2px;background:#DCDEDA;position:relative}
.stage-num{font-family:'Space Mono',monospace;font-size:3rem;opacity:.1;position:absolute;top:.5rem;right:1rem;color:#2453FF}

.cap-rail{display:grid;gap:1rem}
@media(min-width:900px){.cap-rail{grid-template-columns:repeat(3,1fr)}}
.cap-card{padding:1.5rem;border:1px solid rgba(18,20,23,.15);background:#EDEEEA;position:relative}
.cap-card::before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:#2453FF}
.cap-card .cap-index{font-family:'Space Mono',monospace;font-size:.75rem;color:#2453FF}

.photo-card{border:1px solid rgba(18,20,23,.2);overflow:hidden;background:#EDEEEA}
.photo-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.photo-card figcaption{padding:1rem;font-size:.875rem;opacity:.85}

.work-card{padding:2rem;border:1px solid rgba(237,238,234,.15);border-radius:2px;background:rgba(237,238,234,.04)}
.surface-concrete .work-card{border-color:rgba(18,20,23,.12);background:#DCDEDA}

.faq-item{border-top:1px solid rgba(18,20,23,.12);padding:1.25rem 0}
.surface-ink .faq-item{border-color:rgba(237,238,234,.15)}
.faq-item h3{font-size:1.05rem;margin-bottom:.5rem}

.cta-band{text-align:center;padding:4rem 2rem;border-radius:2px}
.cta-band h2{margin-bottom:1rem}

.site-footer{padding:3.5rem 0 2rem;font-size:.9rem;border-top:1px solid rgba(134,134,126,.3)}
.footer-grid{display:grid;gap:2rem;margin-bottom:2rem}
@media(min-width:768px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}
.footer-brand{font-family:'Schibsted Grotesk',sans-serif;font-weight:700;font-size:1.1rem;margin-bottom:.75rem}
.footer-meta{font-size:.8125rem;opacity:.75;line-height:1.7}
.footer-nav{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}
.footer-disclaimer{font-size:.75rem;opacity:.7;line-height:1.65;padding-top:1.5rem;border-top:1px solid rgba(134,134,126,.25)}

.form-grid{display:grid;gap:1rem;max-width:640px}
.form-grid label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:600}
.form-grid input,.form-grid select,.form-grid textarea{padding:.75rem 1rem;border:1px solid rgba(18,20,23,.2);border-radius:2px;font:inherit;background:#fff;color:#121417}
.form-grid textarea{min-height:140px;resize:vertical}
.form-check{display:flex;align-items:flex-start;gap:.5rem;font-weight:400}
.form-check input{margin-top:.25rem}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}
.highlight-orange{color:#FF5A2C}

.legal-content h2{margin-top:2rem}
.legal-content h3{margin-top:1.5rem;font-size:1.05rem}
.legal-content ul,.legal-content ol{margin:0 0 1rem 1.25rem}
.legal-content li{margin-bottom:.35rem}

.error-page{min-height:70vh;display:flex;align-items:center;padding:8rem 0 4rem}
.error-page h1{margin-bottom:1rem}

.reveal{opacity:1;transform:none}
.js .reveal:not(.is-visible){opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
.js .reveal.is-visible{opacity:1;transform:none}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .js .reveal:not(.is-visible){opacity:1;transform:none;transition:none}
  .btn{transition:none}
}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;padding:1.25rem;background:#121417;color:#EDEEEA;border-top:1px solid rgba(36,83,255,.35);box-shadow:0 -8px 32px rgba(0,0,0,.2)}
.cookie-inner{width:min(1180px,92vw);margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
.cookie-text{flex:1;min-width:240px;font-size:.875rem;opacity:.9}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.cookie-actions button{padding:.6rem 1rem;font-size:.8125rem;font-weight:600;border-radius:2px;border:1px solid rgba(237,238,234,.3);background:transparent;color:inherit;cursor:pointer}
.cookie-actions .accept-all{background:#2453FF;color:#EDEEEA;border-color:#2453FF}

.page-hero{padding:8rem 0 3rem}
.page-hero .eyebrow{margin-bottom:.75rem}
.services-list{display:grid;gap:2.5rem}
.service-block{display:grid;gap:1.5rem;align-items:start;padding-bottom:2.5rem;border-bottom:1px solid rgba(18,20,23,.1)}
@media(min-width:768px){.service-block{grid-template-columns:1fr 1.2fr}}
.service-block img{border:1px solid rgba(18,20,23,.15)}
.price-note{font-family:'Space Mono',monospace;font-size:.8125rem;color:#86867E;margin-top:.5rem}

.about-split{display:grid;gap:2rem;align-items:start}
@media(min-width:768px){.about-split{grid-template-columns:1fr 1fr}}
.contact-card{padding:2rem;border:1px solid rgba(18,20,23,.12);background:#DCDEDA;border-radius:2px}

.disclaimer-box{padding:1.5rem;border-left:3px solid #2453FF;font-size:.9rem;opacity:.92;margin:2rem 0;background:rgba(36,83,255,.06)}
