:root{
  --bg:#edf0f2; --surface:#f7f8f9; --elevated:#ffffff;
  --text:#18242b; --muted:#4d5c66; --border:#b1bbc2;
  --accent:#a63f19; --accent-ink:#ffffff;
  --font-display:"Hanken Grotesk", system-ui, sans-serif;
  --font-body:"Hanken Grotesk", system-ui, sans-serif;
  --radius:0px;
  --maxw:1240px;
  --gap:1.05rem;
  --pad-section:3rem;
  --lh:1.62;
  color-scheme:light;
}

*,*::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 .s7c5e608 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}
.sb9fb9c8{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.se09a838{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}
.se09a838:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

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

:root {
  --bg: #EDF0F2;
  --surface: #F7F8F9;
  --elevated: #FFFFFF;
  --text: #18242B;
  --muted: #4D5C66;
  --border: #B1BBC2;
  --accent: #A63F19;
  --accent-ink: #FFFFFF;
  --radius: 0px;
  --maxw: 1240px;
}

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

html {
  color-scheme: light;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}

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

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

a:hover {
  text-decoration: underline;
}

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

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

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

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

.s72e6ae2,
.s2f749a1,
.sbb3db23,
.sef1508f,
.s9e7c8fa,
.sc3622c7 > *,
.s49502bf {
  min-width: 0;
  overflow-wrap: anywhere;
}

.s085e33f {
  padding-block: 24px 16px;
  text-align: center;
}

.s0eb1dcd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  font-family: var(--font-display);
  font-size: clamp(25px, 4.3vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.055em;
  text-decoration: none;
}

.s0eb1dcd:hover {
  text-decoration: none;
}

.s508b722 {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  aspect-ratio: 1;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

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

.s38ac27f {
  padding-bottom: 24px;
  text-align: center;
}

.se297762 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.s8168a0e {
  max-width: 76ch;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.s57d8893 {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.se7a97df > .s57d8893 {
  padding-block: 8px;
  border-top: 2px solid var(--text);
  border-bottom: 1px solid var(--border);
}

.s991002e {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.s2f749a1 {
  padding-block: 16px;
  border-bottom: 1px solid var(--border);
}

.s7302daa {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.s58aeceb {
  font-size: 24px;
  line-height: 1.12;
  font-weight: 750;
  letter-spacing: -0.03em;
}

.s58aeceb a,
.sef1508f h2 a,
.s49502bf a {
  text-decoration: none;
}

.s58aeceb a:hover,
.sef1508f h2 a:hover,
.s49502bf a:hover {
  text-decoration: underline;
}

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

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

.s2f749a1 .se12f334 {
  margin-top: 8px;
}

.s739cc2f {
  display: grid;
  gap: 16px;
}

.s739cc2f .s58aeceb {
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.s739cc2f .s66d8720 {
  font-size: 18px;
}

.s09274d6 {
  display: block;
  align-self: start;
}

.sd06f29d {
  width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  background: var(--surface);
}

.s04d6d1b {
  display: grid;
  gap: 8px;
  padding-block: 16px;
  border-bottom: 1px solid var(--border);
}

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

.s936028d {
  grid-column: 1 / -1;
  padding-block: 24px;
  color: var(--muted);
}

.s9f2818e,
.s7dc2188,
.s48ed60b {
  padding-top: 24px;
}

.see3e490,
.s3c4c661 {
  padding-top: 16px;
  border-top: 2px solid var(--text);
}

.s0c9644a {
  max-width: 24ch;
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.045em;
}

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

.sb57e77d,
.sc279097 {
  max-width: 66ch;
  margin-top: 16px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.s6400d90 {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding-block: 8px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.sca642f6 {
  color: var(--text);
  font-weight: 700;
}

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

.s9e7c8fa {
  max-width: 68ch;
  margin: 40px auto 0;
}

.sfa13c95 {
  font-size: 18px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.sfa13c95 > * + * {
  margin-top: 24px;
}

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

.sfa13c95 h3 {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.sfa13c95 h4 {
  font-size: 20px;
  line-height: 1.3;
}

.sfa13c95 h2 + *,
.sfa13c95 h3 + *,
.sfa13c95 h4 + * {
  margin-top: 16px;
}

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

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

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

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

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

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

.sfa13c95 blockquote > * + * {
  margin-top: 16px;
}

.sfa13c95 figure {
  margin-inline: 0;
}

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

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

.sfa13c95 code,
.sfa13c95 pre,
.sfa13c95 kbd,
.sfa13c95 samp {
  font-family: var(--font-body);
  font-size: 0.9em;
}

.sfa13c95 code {
  background: var(--surface);
}

.sfa13c95 table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
}

.sfa13c95 th,
.sfa13c95 td {
  padding: 8px 16px;
  border: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

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

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

.s38a0288 {
  display: grid;
  gap: 8px;
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.s3922c9e {
  margin-top: 40px;
  border-top: 2px solid var(--text);
}

.s3922c9e > .s57d8893 {
  padding-block: 8px;
  border-bottom: 1px solid var(--border);
}

.s9d80ce9 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.s49502bf {
  padding-block: 16px;
  border-bottom: 1px solid var(--border);
}

.s49502bf h3 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.s3c4c661 {
  padding-bottom: 24px;
}

.s5dfc1dc {
  border-top: 1px solid var(--border);
}

.sa360ce6 {
  display: grid;
  gap: 8px;
  padding-block: 16px;
  border-bottom: 1px solid var(--border);
}

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

.s8818f2b .s7302daa {
  margin: 0;
}

.sef1508f h2 {
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.sef1508f > p {
  max-width: 74ch;
  margin-top: 8px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.s48ed60b .s9e7c8fa {
  margin-top: 16px;
}

.s3108fe9 {
  margin-top: 64px;
  padding-bottom: 24px;
  background: var(--surface);
}

.sc3622c7 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border-top: 2px solid var(--text);
}

.sc3622c7 > * {
  padding-block: 16px;
  border-bottom: 1px solid var(--border);
}

.sfb7ca3e {
  display: inline-block;
  max-width: 20ch;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.s39e816f {
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

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

.sf5185a3 a {
  text-decoration: none;
}

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

.s6942388 {
  max-width: 100ch;
  padding-top: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

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

  .s0eb1dcd {
    gap: 16px;
  }

  .s508b722 {
    width: 40px;
    font-size: 20px;
  }

  .s991002e,
  .s9d80ce9 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s2f749a1:not(.s739cc2f) {
    padding: 16px;
    border-right: 1px solid var(--border);
  }

  .s2f749a1:nth-child(3n + 2) {
    padding-left: 0;
  }

  .s2f749a1:nth-child(3n + 4) {
    padding-right: 0;
    border-right: 0;
  }

  .s739cc2f {
    grid-column: 1 / -1;
    padding-block: 24px;
  }

  .s50933cf {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 24px;
    align-items: start;
  }

  .s50933cf .sbb3db23 {
    padding-right: 24px;
    border-right: 1px solid var(--border);
  }

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

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

  .s6400d90 > * + * {
    padding-left: 16px;
    border-left: 1px solid var(--border);
  }

  .s49502bf {
    padding: 16px;
    border-right: 1px solid var(--border);
  }

  .s49502bf:nth-child(3n + 1) {
    padding-left: 0;
  }

  .s49502bf:nth-child(3n) {
    padding-right: 0;
    border-right: 0;
  }

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

  .s8818f2b {
    display: block;
    padding-right: 24px;
    border-right: 1px solid var(--border);
  }

  .s8818f2b .se12f334 {
    margin-top: 8px;
  }

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

  .sc3622c7 > * {
    padding: 24px;
    border-right: 1px solid var(--border);
  }

  .sc3622c7 > :first-child {
    padding-left: 0;
  }

  .sc3622c7 > :last-child {
    padding-right: 0;
    border-right: 0;
  }

  .sf5185a3 ul {
    display: grid;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .s991002e,
  .s9d80ce9,
  .sc3622c7,
  .s739cc2f,
  .sa360ce6,
  .s6400d90,
  .s04d6d1b {
    grid-template-columns: minmax(0, 1fr);
  }

  .s0eb1dcd {
    letter-spacing: -0.04em;
  }

  .s739cc2f .s66d8720 {
    font-size: 17px;
  }

  .sb57e77d,
  .sc279097 {
    font-size: 18px;
  }
}

@media print {
  body {
    background: var(--elevated);
  }

  .s72e6ae2 {
    max-width: none;
    padding-inline: 0;
  }

  .s0c9644a {
    font-size: 36px;
  }

  .s9e7c8fa {
    max-width: none;
  }

  .s2f749a1,
  .sa360ce6,
  .s49502bf,
  .sfa13c95 figure,
  .sfa13c95 blockquote {
    break-inside: avoid;
  }

  .sfa13c95 h2,
  .sfa13c95 h3 {
    break-after: avoid;
  }

  .s3108fe9 {
    margin-top: 24px;
  }
}

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

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

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

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