:root{
  --bg:#f2eee6; --surface:#faf7f1; --elevated:#ffffff;
  --text:#24201f; --muted:#625a55; --border:#d5ccc2;
  --accent:#ad1a60; --accent-ink:#ffffff;
  --font-display:"Archivo Narrow", system-ui, sans-serif;
  --font-body:"Public Sans", system-ui, sans-serif;
  --radius:12px;
  --maxw:1200px;
  --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}

:where(main figure img, main .s9f12b03 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}
.s271ab3b{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.s221f2ae{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}
.s221f2ae:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

.sa6a7323{font-size:1.11rem; line-height:1.75; color:var(--text)}
.sa6a7323 > *{max-width:68ch}
.sa6a7323 h2{font-size:1.55rem; margin-top:1.9em}
.sa6a7323 h3{font-size:1.22rem; margin-top:1.5em}
.sa6a7323 a{color:var(--accent); text-decoration:underline; text-underline-offset:2.5px; text-decoration-thickness:1px}
.sa6a7323 a:hover{text-decoration-thickness:2px}
.sa6a7323 ul,.sa6a7323 ol{padding-left:1.3em; margin:0 0 1.2em}
.sa6a7323 li{margin:.35em 0}
.sa6a7323 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)}
.sa6a7323 img{border-radius:var(--radius); margin:1.6em 0}
.sa6a7323 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}
.sa6a7323 hr{border:0; border-top:1px solid var(--border); margin:2.2em 0}
.sa6a7323 table{width:100%; border-collapse:collapse; font-size:.95em; margin:0 0 1.4em}
.sa6a7323 th,.sa6a7323 td{text-align:left; padding:.5em .6em; border-bottom:1px solid var(--border)}
.s1b574cd{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: #F2EEE6;
  --surface: #FAF7F1;
  --elevated: #FFFFFF;
  --text: #24201F;
  --muted: #625A55;
  --border: #D5CCC2;
  --accent: #AD1A60;
  --accent-ink: #FFFFFF;
  --radius: 12px;
  --maxw: 1200px;
}

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

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

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
}

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

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

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

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

.saa86128 {
  padding-block: 24px 16px;
}

.sd050a56 {
  text-align: center;
}

.sf2d2473 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  text-decoration: none;
}

.sad58bc1 {
  display: inline-grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.sc2941aa {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  overflow-wrap: anywhere;
}

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

.s51928ac {
  padding-bottom: 40px;
}

.sae37735 {
  max-width: 66ch;
  margin: 0 auto 24px;
  text-align: center;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.sae37735 p {
  margin: 0;
}

.sdeabb0f {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 16px;
}

.s18d1d22,
.s834f3ff {
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.s2e8e70f {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.s79550c5,
.s16cd81a {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cd-index;
}

.se14f882,
.s33308a4 {
  min-width: 0;
  counter-increment: cd-index;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.sf2cabb1,
.s6221684 {
  height: 100%;
}

.s1b0f2f9,
.s9ea6ea9 {
  display: block;
  height: 100%;
  padding: 16px;
  border-radius: var(--radius);
  text-decoration: none;
}

.s60e47a7::before,
.s9ea6ea9::before {
  content: counter(cd-index, decimal-leading-zero);
  float: left;
  margin: 0 8px 0 0;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  font-variant-numeric: tabular-nums;
}

.s60e47a7 {
  display: flow-root;
}

.s1567b6e {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--bg);
  color: var(--accent);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  vertical-align: top;
}

.s8ab3a35,
.s5743458 {
  clear: both;
  margin: 8px 0;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.s3008b8a,
.s32995fc {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.s215d0b6 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  font-variant-numeric: tabular-nums;
}

.s215d0b6 time,
.s95d6b82 {
  font-variant-numeric: tabular-nums;
}

.s1fab551 {
  grid-column: 1 / -1;
  background: var(--elevated);
}

.s1fab551 .s1b0f2f9 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.s1fab551 .s60e47a7::before {
  margin: 0 16px 8px 0;
  color: var(--accent);
  font-size: 80px;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.s1fab551 .s8ab3a35 {
  clear: none;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.s1fab551 .s3008b8a {
  clear: both;
  margin-block: 16px 8px;
}

.s1d7686b,
.sb153188 {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  border-radius: 8px;
  background: var(--bg);
}

.sedebb5a {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--muted);
}

.s1a4cee5,
.s5ec4192,
.s2513968 {
  padding-top: 24px;
  padding-bottom: 40px;
}

.s31a33f3 {
  max-width: 880px;
  margin: 0 auto 24px;
}

.sb2d247b,
.sa62cce0 {
  margin: 16px 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.s0919279,
.s739a2cc {
  max-width: 65ch;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.sc1220f4 {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 13px;
}

.s3645b23 {
  max-width: 880px;
  margin: 0 auto 24px;
}

.sb153188 {
  border-radius: var(--radius);
}

.sd863085 {
  width: 100%;
  max-width: 68ch;
  margin-inline: auto;
  font-size: 18px;
}

.sa6a7323 {
  color: var(--text);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

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

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

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

.sa6a7323 h2,
.sa6a7323 h3,
.sa6a7323 h4 {
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.sa6a7323 h2 {
  margin: 40px 0 16px;
  font-size: 36px;
}

.sa6a7323 h3 {
  margin: 24px 0 8px;
  font-size: 28px;
}

.sa6a7323 h4 {
  margin: 24px 0 8px;
  font-size: 23px;
}

.sa6a7323 a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.sa6a7323 a:hover {
  text-decoration-thickness: 3px;
}

.sa6a7323 strong {
  font-weight: 700;
}

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

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

.sa6a7323 li > ul,
.sa6a7323 li > ol {
  margin-block: 8px 16px;
}

.sa6a7323 blockquote {
  margin-inline: 0;
  padding: 16px 24px;
  border-left: 4px solid var(--accent);
  border-radius: 0 8px 8px 0;
  background: var(--surface);
}

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

.sa6a7323 cite,
.sa6a7323 figcaption {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
}

.sa6a7323 figure {
  margin-inline: 0;
}

.sa6a7323 img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  border-radius: 8px;
}

.sa6a7323 figcaption {
  margin-top: 8px;
}

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

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

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

.sa6a7323 code {
  padding: 0 4px;
  background: var(--surface);
}

.sa6a7323 pre code {
  padding: 0;
}

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

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

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

.sa6a7323 dt {
  font-weight: 700;
}

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

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

.sa1dcd96 {
  margin: 0 0 8px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.scde378c {
  padding: 4px 8px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--surface);
  color: var(--muted);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.s77d9b1b {
  margin-top: 40px;
}

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

.s47dc3f8 {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
}

.s805682d {
  display: block;
  padding: 16px;
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.s5f86cdc {
  margin-bottom: 24px;
}

.s5f86cdc .sa62cce0 {
  margin-top: 0;
}

.s0d7a2db {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.s95d6b82 {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.s32995fc {
  margin-bottom: 0;
}

.sa876041 {
  padding-block: 24px;
  border-top: 1px solid var(--border);
  background: var(--surface);
}

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

.s9502ffe {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-decoration: none;
}

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

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

.s5870355 a {
  display: inline-block;
  padding-block: 4px;
  text-decoration: underline;
  text-decoration-color: var(--border);
}

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

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

.sadddc2e,
.sfb5d571 {
  margin: 0;
  overflow-wrap: anywhere;
}

.sadddc2e {
  max-width: 90ch;
}

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

@media (hover: hover) {
  .s1b0f2f9:hover,
  .s9ea6ea9:hover,
  .s805682d:hover {
    background: var(--elevated);
  }

  .s1b0f2f9:hover .s8ab3a35,
  .s9ea6ea9:hover .s5743458,
  .s805682d:hover,
  .s9502ffe:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.12em;
  }
}

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

  .sf2d2473 {
    gap: 16px;
  }

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

  .s1fab551 .s1b0f2f9 {
    padding: 24px;
    gap: 24px;
  }

  .saeaa94b .s1b0f2f9 {
    grid-template-columns: minmax(24ch, 1.65fr) minmax(0, 1fr);
    align-items: center;
  }

  .s1fab551 .s8ab3a35 {
    font-size: 44px;
  }

  .s1fab551 .s60e47a7::before {
    font-size: 96px;
  }

  .s1d7686b {
    align-self: center;
  }

  .s1f0dc9a {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 24px;
  }

  .s95ebe6d {
    display: grid;
    gap: 4px;
  }

  .s3645b23 {
    margin-bottom: 40px;
  }

  .s1a4cee5,
  .s2513968,
  .s5ec4192 {
    padding-bottom: 64px;
  }
}

@media (min-width: 1000px) {
  .s79550c5,
  .s16cd81a {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s1fab551 .s1b0f2f9 {
    gap: 40px;
  }

  .s1fab551 .s8ab3a35 {
    font-size: 48px;
  }

  .scf3d28f {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .s79550c5,
  .s16cd81a,
  .s1fab551 .s1b0f2f9,
  .s1f0dc9a,
  .scf3d28f {
    grid-template-columns: minmax(0, 1fr);
  }

  .s1fab551 .s60e47a7 {
    min-width: auto;
  }

  .sb2d247b,
  .sa62cce0 {
    font-size: 40px;
  }

  .s0919279,
  .s739a2cc {
    font-size: 17px;
  }

  .sa6a7323 blockquote {
    padding: 16px;
  }

  .sc1220f4 {
    gap: 8px 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(.s271ab3b):not(:has(.s271ab3b)){padding-inline:clamp(1rem, 4vw, 2.4rem); box-sizing:border-box}
header > :not(.s271ab3b):not(:has(.s271ab3b)), footer > :not(.s271ab3b):not(:has(.s271ab3b)){padding-inline:clamp(1rem, 4vw, 2.4rem); box-sizing:border-box}
main h1, main h2, main h3{overflow-wrap:anywhere; max-width:100%}

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