@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@400;500;600;700&display=swap');
:root{--font-display:"Schibsted Grotesk",sans-serif;--font-body:"Schibsted Grotesk",sans-serif;--type-h1:clamp(2rem,4vw,2.5rem);--type-h2:1.6rem;--type-h3:1.25rem;--type-body:1rem;--type-small:.875rem;--section-pad:clamp(3rem,6vw,5rem)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fcfcfc;color:#091b26;font-family:var(--font-body);font-size:16px;line-height:1.55}.font-display{font-family:var(--font-display)}h1,h2,h3{font-family:var(--font-display);text-wrap:balance;line-height:1.1;margin:0;font-weight:600}h1{font-size:var(--type-h1)}h2{font-size:var(--type-h2)}h3{font-size:var(--type-h3)}p{max-width:68ch;text-wrap:pretty}.section-pad{padding-block:var(--section-pad)}.eyebrow{display:flex;align-items:center;gap:.55rem;color:#4a5d6a;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:1rem}.eyebrow::before{content:"";width:2.25rem;height:2px;background:#fc6600;display:inline-block}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:#006ca7;color:#fff;border-radius:8px;padding:.72rem 1.1rem;font-weight:600;text-decoration:none;border:0;transition:background .2s ease}.btn-primary:hover{background:#00448f}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;color:#006ca7;border-bottom:2px solid #fc6600;padding:.35rem 0;text-decoration:none;font-weight:600}.btn-secondary:hover{color:#00448f}.utility{background:#091b26;color:#fff;font-size:.8rem}.utility a{color:#fff;text-decoration:none}.logo-mark{width:2.8rem;height:2.8rem;object-fit:contain}.hero-image{width:100%;height:clamp(19rem,42vw,34rem);object-fit:cover}.hero-card{background:#fefefe;margin-top:-4rem;position:relative;padding:2rem;max-width:42rem}.hero-card p{color:#4a5d6a;font-size:1.08rem;margin:1rem 0 1.4rem}.work-card{border-top:3px solid #006ca7;padding-top:1.25rem}.work-card svg{width:2rem;height:2rem;fill:#1fbdf7;margin-bottom:1rem}.work-card p,.service-list li{color:#4a5d6a}.editorial-image{width:100%;height:clamp(16rem,32vw,26rem);object-fit:cover;margin-bottom:2rem}.service-list{list-style:none;padding:0;margin:1.5rem 0;display:grid;gap:.8rem}.service-list li{border-left:3px solid #fc6600;padding-left:.8rem}.contact-link{color:#006ca7;text-decoration:underline;text-decoration-color:#fc6600;text-underline-offset:3px}.form-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.35rem}.form-input{width:100%;border:1px solid #b7c2c8;border-radius:8px;background:#fefefe;padding:.75rem;color:#091b26;font:inherit}.form-input:focus{outline:2px solid #1fbdf7;outline-offset:2px}.form-grid{display:grid;gap:1rem}.footer{background:#091b26;color:#fff;min-height:280px}.footer a{color:#fff;text-decoration:none}.footer a:hover{color:#1fbdf7}.footer .muted{color:#b7c2c8}.map-frame{width:100%;height:300px;border:0}.cookie-banner{position:fixed;z-index:40;bottom:1rem;left:1rem;right:1rem;background:#fefefe;border:1px solid #b7c2c8;padding:1rem;display:flex;gap:1rem;align-items:center;justify-content:space-between}.cookie-banner p{margin:0;color:#4a5d6a;font-size:.875rem}.cookie-actions{display:flex;gap:.5rem;flex-shrink:0}.cookie-actions button{cursor:pointer}.cookie-decline{background:transparent;color:#006ca7;border:0;padding:.6rem;font:inherit;font-weight:600}.legal p,.legal li{max-width:72ch;color:#4a5d6a}.legal h2{margin-top:2.2rem;margin-bottom:.75rem}.legal ul{padding-left:1.25rem}.not-found{min-height:45vh;display:flex;flex-direction:column;justify-content:center}.no-radius{border-radius:0!important}@media(min-width:768px){.form-grid.cols-2{grid-template-columns:1fr 1fr}.hero-card{padding:2.75rem 3rem}.cookie-banner{left:auto;max-width:680px;right:1.5rem}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}}