:root{
  --bg:#12100b; --surface:#1b1811; --elevated:#252016;
  --text:#f3ecdc; --muted:#b3a88f; --border:#3a3325;
  --accent:#c9a55a; --accent-ink:#16130c;
  --font-display:"Schibsted Grotesk", system-ui, sans-serif;
  --font-body:"Hanken Grotesk", system-ui, sans-serif;
  --font-mono:"IBM Plex Mono", ui-monospace, Menlo, monospace;
  --radius:6px;
  --maxw:1200px;
  --gap:1.05rem;
  --pad-section:3rem;
  --lh:1.62;
  color-scheme:dark;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0; background:var(--bg); color:var(--text);
  font-family:var(--font-body); font-size:1.03rem; line-height:var(--lh);
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
img{max-width:100%; height:auto; display:block}

:where(main figure img, main .s490b17b img, main img[src*="/assets/covers/"]){width:100%; aspect-ratio:1200/630; height:auto; object-fit:cover}
a{color:inherit}
h1,h2,h3,h4{font-family:var(--font-display); font-weight:600; line-height:1.14; letter-spacing:-0.01em; margin:0 0 .5em}
p{margin:0 0 1.1em}
.saf9985d{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.s3ac958a{position:absolute; left:-9999px; top:0; background:var(--accent); color:var(--accent-ink); padding:.6rem 1rem; border-radius:0 0 var(--radius) 0; z-index:50}
.s3ac958a:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

.s2cb06dd{font-size:1.11rem; line-height:1.75; color:var(--text)}
.s2cb06dd > *{max-width:68ch}
.s2cb06dd h2{font-size:1.55rem; margin-top:1.9em}
.s2cb06dd h3{font-size:1.22rem; margin-top:1.5em}
.s2cb06dd a{color:var(--accent); text-decoration:underline; text-underline-offset:2.5px; text-decoration-thickness:1px}
.s2cb06dd a:hover{text-decoration-thickness:2px}
.s2cb06dd ul,.s2cb06dd ol{padding-left:1.3em; margin:0 0 1.2em}
.s2cb06dd li{margin:.35em 0}
.s2cb06dd blockquote{margin:1.6em 0; padding:.2em 0 .2em 1.2em; border-left:3px solid var(--accent); font-family:var(--font-display); font-size:1.25rem; line-height:1.4; color:var(--text)}
.s2cb06dd img{border-radius:var(--radius); margin:1.6em 0}
.s2cb06dd code{font-family:ui-monospace,"SF Mono",Menlo,monospace; font-size:.9em; background:var(--surface); border:1px solid var(--border); border-radius:6px; padding:.1em .4em}
.s2cb06dd hr{border:0; border-top:1px solid var(--border); margin:2.2em 0}
.s2cb06dd table{width:100%; border-collapse:collapse; font-size:.95em; margin:0 0 1.4em}
.s2cb06dd th,.s2cb06dd td{text-align:left; padding:.5em .6em; border-bottom:1px solid var(--border)}
.s1c05d1a{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  background: var(--bg);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

.saf9985d {
  width: 100%;
  max-width: var(--maxw);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.sf4f7306 {
  background:
    radial-gradient(ellipse 55% 150% at 50% -30%, rgba(201, 165, 90, 0.22), rgba(201, 165, 90, 0) 70%),
    radial-gradient(ellipse 30% 120% at 28% -20%, rgba(214, 180, 104, 0.10), rgba(214, 180, 104, 0) 70%),
    radial-gradient(ellipse 30% 120% at 72% -20%, rgba(176, 138, 64, 0.10), rgba(176, 138, 64, 0) 70%),
    var(--bg);
  border-bottom: 1px solid var(--border);
}

.s58f89f7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 24px;
  padding-bottom: 16px;
  text-align: center;
}

.sfc484c6 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text);
  text-decoration: none;
}

.sfc484c6:hover {
  color: var(--accent);
}

.s4270158 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.s7d5a3da {
  padding-top: 24px;
  padding-bottom: 40px;
}

.s3d401ca {
  margin: 0 0 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
}

.s4b15515 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.sdf08fd1 {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px 0;
  color: var(--muted);
}

.sa30fb98 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.s24b6202 {
  flex: none;
  min-width: 1.15em;
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums lining-nums;
  color: var(--accent);
}

.s0793f00 {
  flex: 1 1 auto;
  min-width: 0;
}

.s58dc772 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.s58dc772 a {
  color: var(--text);
  text-decoration: none;
}

.s58dc772 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.s5669220 {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
}

.s4965ec8 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin: 8px 0 0;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}

.s15a21df {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: 24px 16px;
  border-top: 0;
  border-radius: var(--radius);
  background:
    radial-gradient(ellipse 80% 55% at 50% 100%, rgba(201, 165, 90, 0.16), rgba(201, 165, 90, 0) 70%),
    var(--surface);
}

.sfac4064 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.s15a21df .s58dc772 {
  font-size: clamp(30px, 5.2vw, 58px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.s15a21df .s5669220 {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.55;
}

.s15a21df .s4965ec8 {
  margin-top: 16px;
  font-size: 13px;
}

.sa951cd0 {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
}

.sf7c7599 {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  background: var(--elevated);
}

.s8ac5df8 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  padding-top: 8px;
  padding-bottom: 40px;
  font-family: var(--font-mono);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.s6f1e3f2 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s8ac5df8 a,
.sd08adca {
  display: inline-block;
  min-width: 32px;
  padding: 4px 8px;
  border-radius: var(--radius);
  text-align: center;
}

.s8ac5df8 a {
  background: var(--surface);
  color: var(--text);
  text-decoration: none;
}

.s8ac5df8 a:hover {
  background: var(--elevated);
  color: var(--accent);
}

.sd08adca {
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 700;
}

.s73061de {
  padding-top: 40px;
  padding-bottom: 64px;
}

.s5ea9370,
.s79801af,
.s919febf {
  max-width: 66ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.sf9aa3fa,
.s91e3a6e {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 4.6vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--text);
}

.sa25db92 {
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 1.5;
  color: var(--muted);
}

.sa1e33d0 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin: 16px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-family: var(--font-mono);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}

.s7c88a90 {
  max-width: 960px;
  margin: 24px auto 0;
}

.s99bdfdd {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--elevated);
}

.s2cb06dd {
  max-width: 66ch;
  margin: 40px auto 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text);
}

.s2cb06dd > :first-child {
  margin-top: 0;
}

.s2cb06dd p,
.s2cb06dd ul,
.s2cb06dd ol {
  margin: 0 0 24px;
}

.s2cb06dd ul,
.s2cb06dd ol {
  padding-left: 24px;
}

.s2cb06dd li {
  margin-bottom: 8px;
}

.s2cb06dd h2 {
  margin: 40px 0 16px;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.s2cb06dd h3 {
  margin: 24px 0 8px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.s2cb06dd a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.s2cb06dd a:hover {
  text-decoration-thickness: 2px;
}

.s2cb06dd blockquote {
  margin: 24px 0;
  padding: 4px 0 4px 16px;
  border-left: 3px solid var(--accent);
  font-size: 19px;
  color: var(--text);
}

.s2cb06dd blockquote p:last-child {
  margin-bottom: 0;
}

.s2cb06dd strong {
  font-weight: 700;
}

.s2cb06dd code {
  font-family: var(--font-mono);
  font-size: 0.88em;
  padding: 2px 4px;
  border-radius: 4px;
  background: var(--surface);
}

.s2cb06dd pre {
  margin: 0 0 24px;
  padding: 16px;
  overflow-x: auto;
  border-radius: var(--radius);
  background: var(--surface);
  font-size: 15px;
  line-height: 1.5;
}

.s2cb06dd pre code {
  padding: 0;
  background: none;
}

.s2cb06dd img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.s2cb06dd hr {
  margin: 40px 0;
  border: 0;
  border-top: 1px solid var(--border);
}

.s2cb06dd table {
  display: block;
  max-width: 100%;
  margin: 0 0 24px;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 16px;
}

.s2cb06dd th,
.s2cb06dd td {
  padding: 8px 16px 8px 0;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.s919febf {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.s621c5bf {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.s40fc15d {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s40fc15d li {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.s40fc15d a {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
  text-decoration: none;
}

.s40fc15d a:hover {
  color: var(--accent);
}

.se5a37c3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sd0fdc69 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.s431d621 {
  margin: 8px 0 0;
  max-width: 66ch;
  font-size: 18px;
  color: var(--muted);
}

.s1c08e3d {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--border);
}

.s96873d7 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.s9bb52eb {
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}

.s9715267 {
  min-width: 0;
}

.s82a821f {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.s82a821f a {
  color: var(--text);
  text-decoration: none;
}

.s82a821f a:hover {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.s2dc9bf7 {
  margin: 4px 0 0;
  max-width: 72ch;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
}

.s4bd84d3 {
  padding: 24px 0;
  color: var(--muted);
}

.s68ec0c9 {
  padding-top: 40px;
  padding-bottom: 64px;
}

.s66f9f2b {
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.s637d3e4 {
  display: grid;
  gap: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.s44ddb1f {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--text);
}

.s2025638 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s2025638 a {
  font-size: 15px;
  color: var(--text);
  text-decoration: none;
}

.s2025638 a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sc0bd108 {
  margin: 0;
  max-width: 80ch;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.s82166bf {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}

@media (min-width: 640px) {
  .saf9985d {
    padding-left: 24px;
    padding-right: 24px;
  }

  .s4b15515 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s15a21df {
    padding: 24px;
  }

  .s15a21df .s24b6202 {
    font-size: 64px;
  }

  .s96873d7 {
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 24px;
  }

  .s9bb52eb {
    padding-top: 4px;
  }
}

@media (min-width: 960px) {
  .s4b15515 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 40px;
  }

  .s15a21df {
    padding: 40px;
  }

  .scfee42b {
    grid-template-columns: minmax(24ch, 3fr) minmax(0, 2fr);
    align-items: center;
    gap: 40px;
    background:
      radial-gradient(ellipse 45% 85% at 88% 50%, rgba(201, 165, 90, 0.18), rgba(201, 165, 90, 0) 70%),
      var(--surface);
  }

  .s15a21df .s24b6202 {
    font-size: 88px;
  }

  .s15a21df .s5669220 {
    font-size: 18px;
  }
}

html, body{max-width:100%; overflow-x:hidden}

main img, main svg, main video, main iframe, main table{max-width:100% !important}

main > :not(.saf9985d):not(:has(.saf9985d)){padding-inline:clamp(1rem, 4vw, 2.4rem); box-sizing:border-box}
header > :not(.saf9985d):not(:has(.saf9985d)), footer > :not(.saf9985d):not(:has(.saf9985d)){padding-inline:clamp(1rem, 4vw, 2.4rem); box-sizing:border-box}
main h1, main h2, main h3{overflow-wrap:anywhere; max-width:100%}

.s2cb06dd a, footer a{background-image:none !important}

@media (max-width:560px){
  main h1{font-size:clamp(1.9rem, 8vw, 2.7rem) !important; line-height:1.08 !important; word-break:break-word}

  body[data-page="home"] main h1{font-size:clamp(1.05rem, 4.6vw, 1.35rem) !important; line-height:1.25 !important}
  main h2{font-size:clamp(1.5rem, 6.5vw, 2rem) !important; line-height:1.12 !important}
  main h3{font-size:clamp(1.25rem, 5.5vw, 1.6rem) !important}
  header a{overflow-wrap:anywhere}
  .s2cb06dd{font-size:1.02rem !important; line-height:1.7 !important}
  .s2cb06dd img{max-height:none !important}
}
