/* Sky Facility Drift AS — tokens og grunntypografi. Retning: «Nordisk dagslys». */
@font-face {
  font-family: "Schibsted Grotesk"; font-style: normal; font-weight: 400 900;
  font-display: swap; src: url("../fonts/schibsted-grotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Schibsted Grotesk"; font-style: normal; font-weight: 400 900;
  font-display: swap; src: url("../fonts/schibsted-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Instrument Serif"; font-style: italic; font-weight: 400;
  font-display: swap; src: url("../fonts/instrument-serif-italic-latin.woff2") format("woff2");
}

:root {
  --ink: #0d1312; --ink-2: #18201e; --ink-3: #2a3431;
  --paper: #f6f4ef; --paper-2: #ece7dd; --white: #fff;
  --muted: #55605d; --muted-2: #6d7774;
  --gold: #865f14; --gold-line: #c8a96b; --gold-soft: rgba(176, 138, 60, 0.14);
  --gold-bright: #e2c47e; --green: #1b6b4a; --green-soft: rgba(27, 107, 74, 0.1);
  --line: rgba(13, 19, 18, 0.1); --line-2: rgba(13, 19, 18, 0.22);
  --line-inv: rgba(246, 244, 239, 0.18);
  --shadow-sm: 0 1px 2px rgba(13, 19, 18, 0.05), 0 8px 24px -18px rgba(13, 19, 18, 0.35);
  --shadow-md: 0 2px 4px rgba(13, 19, 18, 0.06), 0 24px 48px -28px rgba(13, 19, 18, 0.42);
  --shadow-lg: 0 40px 90px -45px rgba(13, 19, 18, 0.5);
  --font-sans: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 4.5rem; --wrap: 1320px; --gutter: clamp(1.15rem, 3vw, 2.25rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1.5rem); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); font-size: 1rem; line-height: 1.62; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: block; height: auto; }
figure { margin: 0; }
a { color: inherit; text-decoration-color: var(--line-2); text-underline-offset: 0.22em; }
a:hover { text-decoration-color: currentColor; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; }
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 900px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--ink); color: var(--paper); padding: 0.7rem 1.1rem; font-size: 0.85rem; }
.skip-link:focus { left: 0.75rem; top: 0.75rem; }

.eyebrow { display: flex; align-items: center; gap: 0.6rem; margin: 0 0 1.05rem; font-size: 0.71rem; font-weight: 600; letter-spacing: 0.17em; text-transform: uppercase; color: var(--gold); }
.eyebrow::before { content: ""; width: 1.6rem; height: 1px; background: var(--gold-line); flex: none; }
.eyebrow--inv { color: var(--gold-bright); }
.eyebrow--inv::before { background: var(--gold-bright); opacity: 0.6; }

.lead { font-size: clamp(1.04rem, 1.4vw, 1.18rem); line-height: 1.6; color: var(--muted); max-width: 48ch; }
.prose > p { max-width: 70ch; color: var(--muted); }
.prose > p + p { margin-top: 1rem; }
.prose strong { color: var(--ink); font-weight: 600; }
h1.display { font-size: clamp(2.35rem, 5.4vw, 4.2rem); line-height: 1.04; letter-spacing: -0.035em; }
h2.section-title { font-size: clamp(1.8rem, 3.3vw, 2.75rem); line-height: 1.09; max-width: 27ch; }
h3.card-title { font-size: 1.15rem; line-height: 1.25; }

.section { padding-block: clamp(3.75rem, 7vw, 6.5rem); }
.section--tight { padding-block: clamp(2.75rem, 4.5vw, 4rem); }
.section--ink { background: var(--ink); color: var(--paper); }
.section--ink .lead, .section--ink .prose > p { color: rgba(246, 244, 239, 0.74); }
.section--paper2 { background: var(--paper-2); }
.section--line { border-top: 1px solid var(--line); }
.section-head { display: grid; gap: 1.4rem; align-items: end; }
@media (min-width: 920px) {
  .section-head { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 3.5rem; }
  .section-head--stack { grid-template-columns: minmax(0, 1fr); }
}
