:root{
  --bg:#201e1a; --surface:#292620; --elevated:#343027;
  --text:#f4f0e7; --muted:#bcb5a8; --border:#625b4d;
  --accent:#c6aa6c; --accent-ink:#201e1a;
  --font-display:"Hanken Grotesk", system-ui, sans-serif;
  --font-body:"Hanken Grotesk", system-ui, sans-serif;
  --radius:0px;
  --maxw:1240px;
  --gap:1.5rem;
  --pad-section:4.5rem;
  --lh:1.7;
  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}
main figure img, main .se2ba398 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}
.s427aea9{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.sfa532dd{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}
.sfa532dd:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

.s3aa7116{font-size:1.11rem; line-height:1.75; color:var(--text)}
.s3aa7116 > *{max-width:68ch}
.s3aa7116 h2{font-size:1.55rem; margin-top:1.9em}
.s3aa7116 h3{font-size:1.22rem; margin-top:1.5em}
.s3aa7116 a{color:var(--accent); text-decoration:underline; text-underline-offset:2.5px; text-decoration-thickness:1px}
.s3aa7116 a:hover{text-decoration-thickness:2px}
.s3aa7116 ul,.s3aa7116 ol{padding-left:1.3em; margin:0 0 1.2em}
.s3aa7116 li{margin:.35em 0}
.s3aa7116 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)}
.s3aa7116 img{border-radius:var(--radius); margin:1.6em 0}
.s3aa7116 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}
.s3aa7116 hr{border:0; border-top:1px solid var(--border); margin:2.2em 0}
.s3aa7116 table{width:100%; border-collapse:collapse; font-size:.95em; margin:0 0 1.4em}
.s3aa7116 th,.s3aa7116 td{text-align:left; padding:.5em .6em; border-bottom:1px solid var(--border)}
.sd5ddec7{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0}

:root {
  color-scheme: dark;
  --bg: #201e1a;
  --surface: #292620;
  --elevated: #343027;
  --text: #f4f0e7;
  --muted: #bcb5a8;
  --border: #625b4d;
  --accent: #c6aa6c;
  --accent-ink: #201e1a;
  --radius: 0px;
  --maxw: 1240px;
}

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

html {
  background: var(--bg);
  scroll-padding-top: 24px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  text-wrap: balance;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

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

::selection {
  color: var(--accent-ink);
  background: var(--accent);
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  height: auto;
}

figure {
  margin: 0;
}

.s96eda7d,
.s427aea9 {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: 16px;
}

.s3dadcd4 {
  padding-block: 24px;
}

.s21e9f0d {
  display: grid;
  gap: 16px;
  align-items: center;
}

.s79eeed4 {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.sffa5f5c {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 8px;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.s39499c7 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.s0bd32af {
  max-width: 48ch;
}

.s0bd32af p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.s0bd32af .s8862bf6 {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
}

.s799f7d4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 4px 16px;
  padding-block: 8px;
  border-block: 1px solid var(--border);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.s2e3ef67,
.s1df604d,
.sbecf67c,
.s6f2cd0f {
  padding-bottom: 64px;
}

.s2dd14c9 {
  max-width: 36ch;
  margin: 24px 0;
  font-size: clamp(26px, 2.7vw, 36px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

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

.s58567ed,
.s31f9b68,
.s8aff7c3,
.se5753fc > * {
  min-width: 0;
}

.s58567ed {
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.s1408a8f {
  display: grid;
  gap: 24px;
  padding-top: 0;
  border-top: 0;
}

.s8fc5654 {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.s46fc215 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.s46fc215 a,
.s8aff7c3 h2 a,
.s91b337f a {
  text-decoration: none;
}

.s46fc215 a:hover,
.s8aff7c3 h2 a:hover,
.s91b337f a:hover {
  text-decoration: underline;
}

.s1408a8f .s46fc215 {
  max-width: 24ch;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

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

.s1408a8f .se0b62f8 {
  max-width: 58ch;
  font-size: 17px;
}

.saeb7aef {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}

.sc9e59d3,
.s2ba95e7 {
  aspect-ratio: 1200 / 630;
  width: 100%;
  object-fit: cover;
  background: var(--surface);
  border-radius: var(--radius);
}

.sc9e59d3 {
  align-self: start;
}

.s3ae9363 {
  max-width: 100%;
}

.s68ba9cd,
.sd99d1ef {
  margin: 24px 0 16px;
  font-size: clamp(36px, 5.2vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.s68ba9cd {
  max-width: 24ch;
}

.sd65189e,
.sc83e671 {
  max-width: 64ch;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.s9dd1320 {
  padding-bottom: 24px;
}

.s5b7e1ff {
  margin-bottom: 40px;
}

.saa353f1 {
  max-width: 68ch;
  margin-inline: auto;
}

.s3ae9363 + .saa353f1 {
  margin-top: 16px;
}

.s3aa7116 {
  font-size: 18px;
  line-height: 1.7;
}

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

.s3aa7116 > :last-child {
  margin-bottom: 0;
}

.s3aa7116 p,
.s3aa7116 ul,
.s3aa7116 ol,
.s3aa7116 dl,
.s3aa7116 figure,
.s3aa7116 pre,
.s3aa7116 table {
  margin-block: 0 24px;
}

.s3aa7116 h2 {
  margin: 40px 0 16px;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.s3aa7116 h3 {
  margin: 24px 0 8px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.s3aa7116 h4 {
  margin: 24px 0 8px;
  font-size: 20px;
  line-height: 1.35;
}

.s3aa7116 a {
  color: var(--accent);
  text-decoration: underline;
}

.s3aa7116 a:hover {
  color: var(--text);
}

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

.s3aa7116 li + li {
  margin-top: 8px;
}

.s3aa7116 li > ul,
.s3aa7116 li > ol {
  margin-top: 8px;
}

.s3aa7116 blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  border-left: 2px solid var(--accent);
  background: var(--surface);
  font-size: 20px;
  line-height: 1.6;
}

.s3aa7116 blockquote > :last-child {
  margin-bottom: 0;
}

.s3aa7116 figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

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

.s3aa7116 code,
.s3aa7116 pre,
.s3aa7116 kbd,
.s3aa7116 samp {
  font-family: var(--font-body);
  font-variant-numeric: tabular-nums;
}

.s3aa7116 code,
.s3aa7116 kbd {
  padding: 0 4px;
  background: var(--elevated);
  font-size: 0.9em;
}

.s3aa7116 pre {
  max-width: 100%;
  padding: 16px;
  border: 1px solid var(--border);
  background: var(--surface);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.s3aa7116 pre code {
  padding: 0;
  background: transparent;
}

.s3aa7116 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}

.s3aa7116 th,
.s3aa7116 td {
  padding: 8px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.s3aa7116 th {
  background: var(--surface);
  font-weight: 700;
}

.s3aa7116 dt {
  font-weight: 700;
}

.s3aa7116 dd {
  margin: 0 0 16px;
}

.s0fe2bb3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  align-items: baseline;
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.s14288e3 {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.s17713b9 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
}

.s673c9de {
  margin-top: 40px;
}

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

.s91b337f li {
  padding-block: 16px;
  border-bottom: 1px solid var(--border);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.s7134972 {
  margin-bottom: 40px;
}

.s8b8013c {
  display: grid;
  gap: 8px;
  padding-block: 24px;
  border-top: 1px solid var(--border);
}

.s0dd58a6 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
}

.s0dd58a6 .s8fc5654 {
  margin: 0;
}

.sf269561 {
  color: var(--muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.s8aff7c3 h2 {
  max-width: 42ch;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.s8aff7c3 p {
  max-width: 68ch;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.sd904814 {
  padding-block: 24px 40px;
  border-top: 1px solid var(--border);
}

.sd904814 h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
}

.sd904814 p {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
}

.sff4ddd4 {
  padding-bottom: 24px;
  background: var(--surface);
}

.s0590fbd {
  margin-bottom: 24px;
}

.se5753fc {
  display: grid;
  gap: 24px;
  padding-bottom: 24px;
}

.s71d5cf8 > a {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.s71d5cf8 p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.sdbf8503 .s14288e3 {
  margin-bottom: 8px;
  color: var(--accent);
}

.sdbf8503 ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sdbf8503 a {
  display: inline-block;
  padding-block: 4px;
  font-size: 15px;
  text-decoration: none;
}

.sdbf8503 a:hover {
  text-decoration: underline;
}

.s7d85b10 {
  display: grid;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.sb44faf7,
.s694a76a {
  margin: 0;
}

.sb44faf7 {
  max-width: 88ch;
}

.s694a76a {
  font-variant-numeric: tabular-nums;
}

@media (min-width: 641px) {
  .s96eda7d,
  .s427aea9 {
    padding-inline: 24px;
  }

  .s21e9f0d {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 40px;
  }

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

  .s1408a8f {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }

  .s1408a8f .s31f9b68:only-child {
    grid-column: 1 / -1;
  }

  .s1408a8f .s31f9b68:only-child .s46fc215 {
    max-width: 32ch;
  }

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

  .s0dd58a6 {
    display: block;
  }

  .s0dd58a6 .s8fc5654 {
    margin-bottom: 8px;
  }

  .se5753fc {
    grid-template-columns: minmax(0, 2fr) repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .s7d85b10 {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    gap: 40px;
    align-items: end;
  }

  .s694a76a {
    text-align: right;
  }
}

@media (min-width: 1000px) {
  .s96eda7d,
  .s427aea9 {
    padding-inline: 40px;
  }

  .sa960d18 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
  }

  .s1408a8f {
    gap: 40px;
  }

  .s3ae9363 {
    padding-inline: 64px;
  }

  .s5b7e1ff {
    max-width: 960px;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .s21e9f0d,
  .sa960d18,
  .s1408a8f,
  .s8b8013c,
  .se5753fc,
  .s7d85b10 {
    grid-template-columns: minmax(0, 1fr);
  }

  .s3dadcd4 {
    padding-block: 16px;
  }

  .s0bd32af p {
    font-size: 12px;
    line-height: 1.4;
  }

  .s0bd32af .s8862bf6 {
    font-size: 13px;
  }

  .s2dd14c9 {
    margin-block: 16px;
  }

  .s1408a8f {
    gap: 16px;
  }

  .sd65189e,
  .sc83e671 {
    font-size: 18px;
  }

  .s7134972 {
    margin-bottom: 24px;
  }

  .s3aa7116 blockquote {
    padding: 16px;
  }
}

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

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

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

.s3aa7116 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}
  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}
  .s3aa7116{font-size:1.02rem !important; line-height:1.7 !important}
  .s3aa7116 img{max-height:none !important}
}
