:root{--bg: #fafaf8;--ink: #16161a;--muted: #6e6e76;--line: #e6e5e0;--accent: #16161a;--on-accent: #fafaf8;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #0e0e11;--ink: #f4f3ef;--muted: #9a9aa2;--line: #26262c;--accent: #f4f3ef;--on-accent: #16161a}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:Schibsted Grotesk,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}@keyframes ajapsFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){[class^=fade],[class*=" fade"]{animation:none!important}}.page{position:relative;min-height:100vh;display:flex;flex-direction:column;padding:clamp(28px,4.5vw,60px);background:var(--bg);color:var(--ink)}.frame{position:absolute;inset:clamp(14px,2vw,24px);border:1px solid var(--line);pointer-events:none}.header{position:relative;display:flex;justify-content:space-between;align-items:center}.wordmark{font-weight:600;letter-spacing:.24em;font-size:15px;text-transform:uppercase}.locale{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.main{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;gap:clamp(28px,4.5vh,48px);max-width:1000px;padding:clamp(40px,6vh,80px) 0}.intro{display:flex;flex-direction:column;gap:clamp(22px,3vh,30px)}.eyebrow{display:flex;align-items:center;gap:11px;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}.eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);display:inline-block}.headline{margin:0;font-family:Newsreader,Georgia,serif;font-weight:400;font-size:clamp(36px,6vw,74px);line-height:1.05;letter-spacing:-.015em;max-width:16ch}.headline .secondary{color:var(--muted)}.lede{margin:0;font-size:clamp(16px,1.5vw,19px);line-height:1.6;color:var(--muted);max-width:46ch}.contact{display:flex;flex-direction:column;gap:16px}.contact-label{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.cta{align-self:flex-start;display:inline-flex;align-items:center;gap:12px;background:var(--accent);color:var(--on-accent);text-decoration:none;padding:15px 24px;font-size:15px;font-weight:500;letter-spacing:.01em;border-radius:3px;transition:transform .2s cubic-bezier(.2,.6,.2,1),opacity .2s ease}.cta:hover{transform:translateY(-2px);opacity:.92}.cta:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.cta svg{width:18px;height:18px}.footer{position:relative;display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:.04em;color:var(--muted);padding-top:clamp(20px,3vh,30px)}.fade{animation:ajapsFadeUp .75s cubic-bezier(.2,.6,.2,1) both}.fade-eyebrow{animation:ajapsFadeUp .7s cubic-bezier(.2,.6,.2,1) both;animation-delay:.05s}.fade-headline{animation-delay:.13s}.fade-lede{animation-delay:.21s}.fade-contact{animation:ajapsFadeUp .8s cubic-bezier(.2,.6,.2,1) both;animation-delay:.3s}
