/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Arial, Helvetica, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
:root {
  --ink: #171a16;
  --paper: #f7f7ef;
  --lime: #c5ff00;
  --pink: #fa58b7;
  --muted: #596052;
  --line: #d3d6ca;
  --display: Impact,"Arial Narrow","DejaVu Sans Condensed",Arial,sans-serif;
  --reading-progress: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
  background: var(--paper);
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
*,*::before,*::after {
  box-sizing: border-box;
}
::selection {
  background: var(--pink);
  color: var(--ink);
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
picture {
  display: block;
}
svg {
  display: block;
  flex-shrink: 0;
}
:focus-visible {
  outline: 3px solid #a11465;
  outline-offset: 5px;
}
.site-footer :focus-visible,.camp-manifesto :focus-visible {
  outline-color: var(--lime);
}
[id] {
  scroll-margin-top: 112px;
}
.shell {
  width: min(1280px,calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 1000;
  padding: 12px 22px;
  background: var(--ink);
  color: var(--lime);
  transform: translateY(-150%);
  font-weight: 700;
}
.skip-link:focus {
  transform: translateY(0);
}
.utility-bar {
  background: var(--ink);
  color: var(--paper);
  font-size: 10px;
  letter-spacing: 1.45px;
  font-weight: 700;
  line-height: 32px;
}
.utility-bar .shell {
  gap: 20px;
}
.utility-right {
  color: #d8dbd1;
}
.utility-right span {
  color: var(--lime);
  font-size: 15px;
  margin-left: 14px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(247,247,239,.97);
  border-bottom: 1px solid var(--ink);
  backdrop-filter: blur(10px);
}
.header-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
  color: var(--ink);
}
.brand>svg {
  height: 46px;
  width: 46px;
}
.brand-type {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -1.4px;
  font-size: 22px;
  line-height: .9;
  display: block;
}
.brand-type>span {
  display: block;
  font-size: 27px;
  letter-spacing: -1.5px;
  margin-top: 4px;
}
.brand-type .brand-com {
  font-size: 13px;
  letter-spacing: -.35px;
  margin-left: 3px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-nav>a:not(.button) {
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  position: relative;
  padding: 12px 0;
}
.site-nav>a:not(.button)::after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 4px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.site-nav>a:not(.button):hover::after,.site-nav>a.active::after {
  transform: scaleX(1);
}
.button {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  border: 1.5px solid var(--ink);
  border-radius: 2px;
  transition: transform .18s,box-shadow .18s,background .18s;
  text-decoration: none;
  max-width: 100%;
}
.button svg {
  width: 22px;
  height: 22px;
  transition: transform .18s;
}
.button:hover {
  transform: translate(-2px,-2px);
  box-shadow: 4px 4px 0 var(--ink);
}
.button:hover svg {
  transform: translateX(3px);
}
.button-primary,.button-small {
  background: var(--lime);
  color: var(--ink);
}
.button-small {
  min-height: 43px;
  font-size: 12px;
  padding: 12px 16px;
  gap: 20px;
}
.button-small svg {
  width: 18px;
  height: 18px;
}
.button-dark {
  background: var(--ink);
  color: var(--paper);
}
.button-light {
  background: var(--paper);
  color: var(--ink);
}
.button-outline {
  background: transparent;
}
.menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--ink);
  background: none;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
}
.menu-toggle svg {
  width: 20px;
  height: 20px;
}
.reading-progress {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(var(--reading-progress));
  transform-origin: left;
  background: var(--pink);
  pointer-events: none;
}
.eyebrow {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ink);
  display: inline-block;
  box-shadow: 0 0 0 4px var(--lime);
}
.hero-grid {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  gap: 52px;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 58px;
}
.hero-copy h1 {
  font-family: var(--display);
  font-size: clamp(80px,8.2vw,123px);
  font-weight: 950;
  line-height: .875;
  letter-spacing: -7px;
  margin: 26px 0 28px;
}
.outline-word {
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
}
.hero-description {
  font-size: 17px;
  line-height: 1.75;
  color: #485040;
  max-width: 450px;
  margin: 0 0 25px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.hero-actions .text-link {
  font-size: 12px;
  gap: 8px;
}
.text-link {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  padding: 7px 0;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
}
.text-link svg {
  width: 20px;
  height: 20px;
  transition: transform .2s;
}
.text-link:hover svg {
  transform: translateX(4px);
}
.hero-footnote {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 9px;
  letter-spacing: 1.2px;
  font-weight: 700;
  flex-wrap: wrap;
}
.tiny-belt {
  display: inline-block;
  width: 26px;
  height: 4px;
  transform: rotate(-8deg);
  background: var(--ink);
  position: relative;
}
.tiny-belt::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 13px;
  top: 0;
  left: 11px;
  transform: rotate(-20deg);
  background: var(--ink);
}
.hero-visual {
  position: relative;
  align-self: center;
  min-width: 0;
}
.image-kicker {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background: var(--ink);
  color: var(--paper);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.3px;
  padding: 13px 17px;
}
.image-kicker>span:last-child {
  padding-right: 76px;
  color: var(--lime);
}
.hero-figure {
  margin: 0;
  border: 1.5px solid var(--ink);
  border-top: 0;
}
.hero-figure>img {
  width: 100%;
  aspect-ratio: 1.34;
  object-fit: cover;
  object-position: 53% 50%;
}
.hero-figure figcaption {
  background: var(--lime);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 25px;
  border-top: 1px solid var(--ink);
}
.hero-figure .eyebrow {
  margin-bottom: 6px;
  font-size: 9px;
  letter-spacing: 1.5px;
}
.hero-figure strong {
  font-family: var(--display);
  font-weight: 900;
  font-size: 25px;
  letter-spacing: -.8px;
  line-height: 1.1;
  display: block;
}
.hero-caption-link {
  width: 42px;
  height: 42px;
  border: 1px solid var(--ink);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.hero-caption-link svg {
  width: 24px;
  height: 24px;
}
.hero-caption-link:hover {
  background: var(--ink);
  color: var(--lime);
}
.camp-stamp {
  position: absolute;
  right: -19px;
  top: -18px;
  background: var(--pink);
  color: var(--ink);
  width: 104px;
  height: 104px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  transform: rotate(12deg);
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.05;
  padding-top: 16px;
  pointer-events: none;
}
.camp-stamp span {
  font-size: 37px;
  line-height: 1.1;
}
.visual-footnote {
  font-size: 8px;
  letter-spacing: 1.3px;
  font-weight: 700;
  margin: 12px 0 0;
  text-align: right;
}
.principles-band {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--lime);
}
.principles-band .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.4px;
}
.principles-band span[aria-hidden] {
  font-size: 30px;
  line-height: 1;
}
.section {
  padding: 90px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 39px;
}
.section-heading h2,.camp-manifesto h2,.first-feature h2,.faq-section h2 {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(36px,4vw,56px);
  line-height: 1;
  letter-spacing: -2.5px;
  margin: 0;
}
.section-heading .eyebrow {
  margin-bottom: 15px;
}
.section-heading .text-link {
  flex-shrink: 0;
  margin-bottom: 3px;
}
.section-intro {
  max-width: 360px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}
.path-card {
  padding: 26px 24px 22px;
  border: 1px solid var(--ink);
  min-height: 305px;
  display: flex;
  flex-direction: column;
  transition: transform .2s,box-shadow .2s;
  background: var(--paper);
}
.path-card:hover {
  transform: translate(-3px,-3px);
  box-shadow: 5px 5px 0 var(--ink);
}
.path-pink {
  background: var(--pink);
}
.path-ink {
  background: var(--ink);
  color: var(--paper);
}
.path-ink .line-icon {
  color: var(--lime);
}
.path-ink p {
  color: #d5dbc9;
}
.path-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
}
.line-icon {
  width: 42px;
  height: 42px;
}
.path-card-top>span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}
.path-card h3 {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.7px;
  margin: 0 0 13px;
}
.path-card p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 26px;
}
.path-card-link {
  font-size: 11px;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid currentColor;
  padding-top: 16px;
}
.path-card-link svg {
  width: 20px;
  height: 20px;
}
.camp-manifesto {
  background: var(--ink);
  color: var(--paper);
  padding: 83px 0;
}
.manifesto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center;
}
.lime-text {
  color: var(--lime);
}
.camp-manifesto h2 {
  font-size: clamp(36px,3.6vw,52px);
  margin-bottom: 27px;
}
.camp-manifesto p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.8;
  color: #ced5c6;
  margin: 0 0 30px;
  max-width: 520px;
}
.manifesto-steps>div {
  display: flex;
  gap: 28px;
  padding: 25px 0;
  border-top: 1px solid #58614c;
}
.manifesto-steps>div:last-child {
  border-bottom: 1px solid #58614c;
}
.manifesto-steps>div>span {
  font-family: var(--display);
  font-size: 43px;
  line-height: 1;
  color: var(--lime);
  letter-spacing: -2px;
  font-weight: 900;
}
.manifesto-steps h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -.5px;
  margin: 0 0 9px;
}
.manifesto-steps p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.article-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.card-image-link {
  display: block;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--lime);
}
.card-image-link img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform .35s;
}
.card-image-link:hover img {
  transform: scale(1.025);
}
.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 21px 0 11px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-meta a {
  border-bottom: 1px solid var(--ink);
}
.card-meta>span {
  color: var(--muted);
  white-space: nowrap;
}
.article-card h3 {
  font-size: 24px;
  line-height: 1.21;
  font-weight: 800;
  letter-spacing: -.7px;
  margin: 0 0 13px;
}
.article-card h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.article-card>p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 20px;
}
.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 13px;
  margin-top: auto;
}
.card-bottom time {
  font-size: 11px;
  color: var(--muted);
}
.round-link {
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  transition: background .2s;
}
.round-link svg {
  width: 17px;
  height: 17px;
}
.round-link:hover {
  background: var(--lime);
}
.first-feature {
  background: #eceee3;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 84px 0;
}
.first-feature-grid {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 110px;
  align-items: center;
}
.first-feature-image {
  position: relative;
  max-width: 420px;
  transform: rotate(-3deg);
}
.first-feature-image picture {
  border: 1px solid var(--ink);
  box-shadow: 10px 10px 0 var(--pink);
}
.first-feature-image img {
  width: 100%;
  height: auto;
}
.photo-label {
  position: absolute;
  left: -12px;
  bottom: 25px;
  transform: rotate(2deg);
  padding: 11px 15px;
  background: var(--paper);
  border: 1px solid var(--ink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}
.first-feature h2 {
  margin-bottom: 28px;
}
.first-feature p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 28px;
  max-width: 500px;
}
.feature-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ink);
  padding: 17px 0;
  font-weight: 700;
  font-size: 14px;
  gap: 20px;
}
.feature-links a:last-child {
  border-bottom: 1px solid var(--ink);
}
.feature-links svg {
  width: 19px;
  height: 19px;
  transition: transform .2s;
}
.feature-links a:hover svg {
  transform: translate(3px,-3px);
}
.faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 100px;
}
.faq-grid>div>p:not(.eyebrow) {
  max-width: 300px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  margin: 25px 0;
}
.faq-list details {
  border-top: 1px solid var(--ink);
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--ink);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.4;
  padding: 24px 0;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
  transition: transform .2s;
}
.faq-list details[open] summary>span {
  transform: rotate(45deg);
  background: var(--lime);
}
.faq-list details>div {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
  padding: 0 48px 25px 0;
}
.faq-list a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--ink);
}
.cta-section {
  background: var(--lime);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 63px 0;
}
.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.cta-section h2 {
  font-family: var(--display);
  font-size: clamp(37px,4.5vw,67px);
  font-weight: 900;
  letter-spacing: -3px;
  line-height: .99;
  margin: 0;
}
.cta-section .eyebrow {
  margin-bottom: 18px;
}
.cta-inner>.button {
  flex-shrink: 0;
}
.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: 66px 0 23px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 67px;
}
.site-footer .brand {
  color: var(--paper);
}
.site-footer .brand svg>rect {
  fill: var(--lime);
}
.site-footer .brand svg>g {
  fill: var(--ink);
}
.footer-intro p {
  font-size: 14px;
  line-height: 1.75;
  color: #c4cbba;
  max-width: 235px;
  margin: 24px 0 18px;
}
.footer-email {
  font-size: 13px;
  border-bottom: 1px solid #78826b;
  padding-bottom: 4px;
  overflow-wrap: anywhere;
}
.footer-column h2 {
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 800;
  margin: 0 0 20px;
  color: var(--lime);
}
.footer-column>a {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  margin: 10px 0;
  color: #dce1d5;
  width: fit-content;
}
.footer-column>a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--lime);
}
.footer-wordmark {
  font-family: var(--display);
  font-size: clamp(22px,4.85vw,69px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2.7px;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px #dce3d2;
  border-bottom: 1px solid #555e49;
  padding: 0 0 30px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  font-size: 10px;
  color: #c4cbba;
  letter-spacing: .2px;
  padding-top: 22px;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom a span {
  margin-left: 9px;
  color: var(--lime);
  font-size: 16px;
}
.breadcrumbs {
  padding-top: 27px;
  padding-bottom: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}
.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 11px;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  display: flex;
  gap: 11px;
  min-width: 0;
}
.breadcrumbs li:not(:first-child)::before {
  content: "/";
  color: #8d9485;
}
.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.breadcrumbs li:last-child {
  max-width: 100%;
}
.page-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) 270px;
  gap: 70px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 58px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 65px;
}
.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(46px,5.3vw,76px);
  font-weight: 900;
  letter-spacing: -3.7px;
  line-height: 1.025;
  margin: 0 0 24px;
  max-width: 850px;
}
.page-lede {
  font-size: 19px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
  max-width: 720px;
}
.page-hero-art {
  transform: rotate(3deg);
  border: 1px solid var(--ink);
  box-shadow: 7px 7px 0 var(--lime);
}
.page-hero-art img {
  width: 100%;
}
.page-hero-mark {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lime);
  border: 1px solid var(--ink);
  transform: rotate(3deg);
}
.page-hero-mark svg {
  width: 130px;
  height: 130px;
  stroke-width: .9;
}
.print-button {
  margin-top: 25px;
}
.contact-email {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  font-size: clamp(16px,2.5vw,27px);
  font-weight: 800;
  letter-spacing: -.7px;
  border-bottom: 2px solid var(--ink);
  padding: 6px 0;
  margin-top: 30px;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.contact-email svg {
  width: 24px;
  height: 24px;
}
.article-layout {
  display: grid;
  grid-template-columns: 228px minmax(0,1fr);
  gap: 90px;
  align-items: start;
  padding-bottom: 94px;
  max-width: 1150px;
}
.prose {
  font-size: 17px;
  line-height: 1.87;
  color: #333b2d;
  max-width: 790px;
  min-width: 0;
}
.prose p {
  margin: 0 0 23px;
}
.prose h2 {
  font-size: 29px;
  line-height: 1.23;
  letter-spacing: -.8px;
  font-weight: 800;
  margin: 47px 0 21px;
  color: var(--ink);
}
.prose>h2:first-child {
  margin-top: 0;
}
.prose h3 {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -.4px;
  margin: 31px 0 16px;
  color: var(--ink);
}
.prose a {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  color: var(--ink);
}
.prose a:hover {
  text-decoration-thickness: 2px;
  background: #e5f7b7;
}
.prose strong {
  font-weight: 800;
}
.prose ul,.prose ol {
  padding-left: 24px;
  margin: 18px 0 26px;
}
.prose ul {
  list-style-type: square;
}
.prose ol {
  list-style-type: decimal;
}
.prose li {
  padding-left: 6px;
  margin: 11px 0;
}
.prose li::marker {
  color: var(--ink);
}
.prose .table-scroll {
  overflow-x: auto;
  width: 100%;
  margin: 26px 0 33px;
  border: 1px solid var(--ink);
}
.prose table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  min-width: 420px;
  margin: 0;
}
.prose th {
  background: var(--ink);
  color: var(--paper);
  text-align: left;
  padding: 13px 16px;
  font-size: 12px;
  font-weight: 700;
}
.prose td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.prose tbody tr:nth-child(even) {
  background: #eff0e6;
}
.prose tbody tr:last-child td {
  border-bottom: 0;
}
.guide-aside,.article-toc {
  position: sticky;
  top: 119px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  scrollbar-width: thin;
  font-size: 12px;
  line-height: 1.5;
}
.guide-aside>.eyebrow {
  border-top: 2px solid var(--ink);
  padding-top: 19px;
  font-size: 10px;
  margin-bottom: 16px;
}
.guide-aside nav a,.article-toc nav a {
  display: block;
  margin: 0 0 13px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.guide-aside nav a:hover,.article-toc nav a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.aside-card {
  background: var(--lime);
  border: 1px solid var(--ink);
  margin-top: 31px;
  padding: 20px;
}
.aside-card>p {
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -.7px;
  font-weight: 900;
  margin: 0 0 19px;
}
.aside-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 800;
  gap: 9px;
}
.aside-card a svg {
  width: 17px;
  height: 17px;
}
.related-section {
  border-top: 1px solid var(--line);
  background: #eff0e7;
}
.related-section .section-heading h2 {
  font-size: 40px;
  letter-spacing: -1.6px;
}
.article-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) 355px;
  gap: 80px;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 60px;
  margin-bottom: 65px;
  border-bottom: 1px solid var(--line);
}
.article-hero h1 {
  font-family: var(--display);
  font-size: clamp(38px,3.8vw,55px);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -2px;
  margin: 0 0 24px;
}
.category-eyebrow {
  display: inline-flex;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 5px;
  margin-bottom: 23px;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
  margin-top: 29px;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.65;
}
.article-meta a {
  border-bottom: 1px solid var(--muted);
  font-weight: 700;
}
.article-hero-image {
  border: 1px solid var(--ink);
  box-shadow: 7px 7px 0 var(--lime);
  transform: rotate(2deg);
}
.article-hero-image img {
  width: 100%;
  height: auto;
}
.article-toc details {
  border-top: 2px solid var(--ink);
  padding-top: 19px;
}
.article-toc summary {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.3px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  cursor: pointer;
}
.article-toc summary::-webkit-details-marker {
  display: none;
}
.article-toc summary>span {
  font-size: 18px;
  display: none;
}
.toc-home {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  padding-top: 20px;
  margin-top: 4px;
  border-top: 1px solid var(--line);
  width: 100%;
}
.toc-home svg {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}
.article-tags {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.article-tags .eyebrow {
  font-size: 9px;
  margin-bottom: 15px;
}
.topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.topic-pills a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  padding: 11px 17px;
  border: 1px solid var(--ink);
  border-radius: 100px;
  transition: background .2s;
}
.topic-pills a svg {
  width: 17px;
  height: 17px;
}
.topic-pills a:hover {
  background: var(--lime);
}
.article-tags .topic-pills a {
  font-size: 11px;
  padding: 9px 14px;
}
.archive-hero {
  padding-top: 50px;
  padding-bottom: 42px;
}
.archive-hero h1 {
  font-family: var(--display);
  font-size: clamp(49px,7vw,96px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -4.5px;
  margin: 0 0 26px;
}
.archive-hero-row {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: center;
}
.archive-hero-row h1 {
  margin: 0;
}
.archive-hero-row p {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -.4px;
  margin: 0 0 10px;
}
.archive-hero-row p.archive-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--muted);
  letter-spacing: 0;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding: 0 0 27px;
  margin-bottom: 37px;
}
.category-nav a {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 16px;
  border: 1px solid var(--ink);
  border-radius: 2px;
}
.category-nav a[aria-current],.category-nav a:hover {
  background: var(--ink);
  color: var(--lime);
}
.blog-list-section {
  padding-top: 8px;
}
.blog-list-section .article-grid {
  row-gap: 53px;
}
.topics-section {
  padding: 50px 0 80px;
  border-top: 1px solid var(--line);
}
.topics-section h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0 0 29px;
}
.archive-description {
  max-width: 880px;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.8;
}
.archive-description h2 {
  font-size: 24px;
  margin-top: 28px;
}
.archive-description p {
  margin-bottom: 18px;
}
.error-page {
  padding-top: 100px;
  padding-bottom: 130px;
}
.error-page h1 {
  font-family: var(--display);
  font-size: clamp(55px,8vw,110px);
  font-weight: 900;
  letter-spacing: -4px;
  line-height: 1.1;
  margin: 0 0 28px;
}
.error-page>p:not(.eyebrow) {
  font-size: 19px;
  max-width: 540px;
  color: var(--muted);
  margin: 0 0 32px;
}
@media (min-width:1400px) {
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    padding-inline: 18px;
    gap: 16px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
}
@media (max-width:1150px) {
  .shell {
    width: calc(100% - 64px);
  }
  .site-nav {
    gap: 23px;
  }
  .site-nav>a:not(.button) {
    font-size: 12px;
  }
  .site-nav .button {
    gap: 10px;
  }
  .brand-type {
    font-size: 20px;
  }
  .brand-type>span {
    font-size: 25px;
  }
  .hero-grid {
    gap: 34px;
  }
  .hero-copy h1 {
    font-size: clamp(76px,8.5vw,108px);
    letter-spacing: -5.5px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 13px 16px;
    gap: 15px;
    min-height: 48px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-footnote {
    font-size: 8px;
    gap: 9px;
  }
  .hero-figure>img {
    aspect-ratio: 1.12;
  }
  .manifesto-grid {
    gap: 65px;
  }
  .first-feature-grid {
    gap: 65px;
  }
  .faq-grid {
    gap: 65px;
  }
  .path-card {
    padding-inline: 20px;
  }
  .path-card h3 {
    font-size: 21px;
  }
  .path-card p {
    font-size: 13px;
  }
  .footer-grid {
    gap: 30px;
  }
  .article-hero {
    grid-template-columns: minmax(0,1fr) 300px;
    gap: 50px;
  }
  .article-layout {
    gap: 55px;
    grid-template-columns: 200px minmax(0,1fr);
  }
  .page-hero {
    gap: 55px;
    grid-template-columns: minmax(0,1fr) 240px;
  }
  .page-hero h1 {
    font-size: 59px;
  }
  .article-card h3 {
    font-size: 22px;
  }
  .card-meta {
    font-size: 8px;
    letter-spacing: .8px;
  }
  .archive-hero-row {
    gap: 40px;
  }
}
@media (max-width:950px) {
  .shell {
    width: calc(100% - 48px);
  }
  .header-inner {
    min-height: 78px;
    flex-wrap: wrap;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .brand>svg {
    width: 42px;
    height: 42px;
  }
  .brand-type {
    font-size: 19px;
  }
  .brand-type>span {
    font-size: 24px;
  }
  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 12px 0;
  }
  .js .menu-toggle {
    display: inline-flex;
  }
  .js .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--paper);
    padding: 22px 24px 29px;
    border-bottom: 1.5px solid var(--ink);
    box-shadow: 0 12px 18px #0000000c;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    max-height: calc(100dvh - 80px);
    overflow-y: auto;
  }
  .js .site-nav.is-open {
    display: flex;
  }
  .site-nav>a:not(.button) {
    font-size: 17px;
    padding: 15px 1px;
  }
  .site-nav .button {
    margin-top: 15px;
    max-width: 100%;
  }
  .site-nav>a:not(.button)::after {
    display: none;
  }
  .site-nav>a.active:not(.button) {
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  .menu-open {
    overflow: hidden;
  }
  .hero-grid {
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .hero-copy h1 {
    font-size: clamp(67px,8.8vw,85px);
    letter-spacing: -5px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.75;
  }
  .hero-footnote {
    font-size: 7px;
    letter-spacing: .7px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.05px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .hero-figure strong {
    font-size: 21px;
  }
  .hero-figure figcaption {
    padding: 19px 18px;
  }
  .hero-figure>img {
    aspect-ratio: 1.03;
  }
  .image-kicker {
    font-size: 7px;
    padding-left: 12px;
    letter-spacing: 1px;
  }
  .image-kicker>span:last-child {
    padding-right: 65px;
  }
  .camp-stamp {
    width: 85px;
    height: 85px;
    right: -8px;
    top: -16px;
    font-size: 8px;
    padding-top: 12px;
  }
  .camp-stamp span {
    font-size: 30px;
  }
  .visual-footnote {
    font-size: 7px;
    letter-spacing: .7px;
  }
  .principles-band .shell {
    font-size: 14px;
    gap: 12px;
  }
  .principles-band span[aria-hidden] {
    font-size: 25px;
  }
  .section {
    padding: 65px 0;
  }
  .section-heading {
    gap: 32px;
  }
  .section-heading h2,.camp-manifesto h2,.first-feature h2,.faq-section h2 {
    font-size: 43px;
    letter-spacing: -1.9px;
  }
  .section-intro {
    font-size: 14px;
    max-width: 290px;
  }
  .path-card {
    min-height: 270px;
  }
  .path-card h3 {
    font-size: 25px;
  }
  .path-card p {
    font-size: 14px;
  }
  .path-card-top {
    margin-bottom: 25px;
  }
  .manifesto-grid {
    gap: 45px;
  }
  .manifesto-steps>div {
    gap: 20px;
  }
  .manifesto-steps h3 {
    font-size: 18px;
  }
  .camp-manifesto p:not(.eyebrow) {
    font-size: 14px;
  }
  .manifesto-steps p:not(.eyebrow) {
    font-size: 13px;
  }
  .first-feature-grid {
    gap: 48px;
  }
  .first-feature p:not(.eyebrow) {
    font-size: 14px;
  }
  .faq-grid {
    gap: 45px;
    grid-template-columns: .6fr 1fr;
  }
  .faq-list summary {
    font-size: 16px;
  }
  .faq-list details>div {
    font-size: 14px;
  }
  .cta-section h2 {
    font-size: 47px;
    letter-spacing: -2px;
  }
  .cta-inner {
    gap: 28px;
  }
  .cta-inner .button {
    font-size: 12px;
    gap: 20px;
  }
  .footer-grid {
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 35px;
  }
  .footer-intro {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 8px 24px;
  }
  .footer-intro p {
    grid-column: 2;
    grid-row: 1 / 3;
    max-width: 290px;
    margin: 0;
  }
  .footer-email {
    width: fit-content;
    margin-top: 10px;
  }
  .footer-grid {
    margin-bottom: 48px;
  }
  .page-hero {
    grid-template-columns: 1fr 205px;
    gap: 35px;
  }
  .page-hero h1 {
    font-size: 47px;
    letter-spacing: -2.2px;
  }
  .page-lede {
    font-size: 17px;
  }
  .page-hero-mark {
    height: 185px;
  }
  .page-hero-mark svg {
    width: 104px;
    height: 104px;
  }
  .article-hero {
    grid-template-columns: 1fr 250px;
    gap: 32px;
  }
  .article-hero h1 {
    font-size: 39px;
    letter-spacing: -1.5px;
  }
  .article-meta {
    gap: 6px 12px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 790px;
  }
  .guide-aside {
    position: static;
    max-height: none;
    display: none;
  }
  .article-toc {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .article-toc details {
    border: 1px solid var(--ink);
    padding: 18px 21px;
    background: #eff0e6;
  }
  .article-toc summary {
    margin: 0;
    min-height: 20px;
    font-size: 11px;
  }
  .article-toc summary>span {
    display: inline;
  }
  .article-toc details[open] summary {
    margin-bottom: 20px;
  }
  .article-toc details[open] summary>span {
    transform: rotate(45deg);
  }
  .toc-home {
    display: none;
  }
  .article-toc nav {
    columns: 2;
    column-gap: 32px;
  }
  .article-toc nav a {
    break-inside: avoid;
  }
  .prose {
    font-size: 17px;
    max-width: none;
  }
  .article-hero {
    margin-bottom: 40px;
  }
  .page-hero {
    margin-bottom: 43px;
  }
  .archive-hero-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .archive-hero-row p {
    max-width: 600px;
    font-size: 20px;
  }
  .archive-hero h1 {
    font-size: 72px;
    letter-spacing: -3.5px;
  }
  .article-tags {
    margin-bottom: 0;
  }
  .article-layout {
    padding-bottom: 65px;
  }
}
@media (max-width:700px) {
  .shell {
    width: calc(100% - 40px);
  }
  .utility-bar {
    font-size: 8px;
    letter-spacing: 1.15px;
    line-height: 27px;
  }
  .utility-right {
    display: none;
  }
  .utility-bar .shell {
    justify-content: center;
  }
  .header-inner {
    min-height: 73px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .brand>svg {
    width: 39px;
    height: 39px;
  }
  .brand {
    gap: 9px;
  }
  .brand-type {
    font-size: 17px;
    letter-spacing: -1px;
  }
  .brand-type>span {
    font-size: 21px;
    letter-spacing: -1.1px;
  }
  .brand-type .brand-com {
    font-size: 10px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 39px;
    padding-top: 39px;
    padding-bottom: 34px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
  }
  .hero-copy h1 {
    font-size: clamp(86px,17vw,119px);
    letter-spacing: -5px;
    line-height: .87;
    margin: 20px 0 25px;
  }
  .hero-description {
    font-size: 15px;
    max-width: 470px;
    line-height: 1.75;
    margin-bottom: 23px;
  }
  .hero-description br {
    display: none;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 14px 17px;
    gap: 18px;
    min-height: 48px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-footnote {
    font-size: 8px;
    margin-top: 23px;
    gap: 10px;
    letter-spacing: 1px;
  }
  .hero-visual {
    margin-top: 3px;
    margin-right: 5px;
  }
  .hero-figure>img {
    aspect-ratio: 1.46;
    object-position: 50% 53%;
  }
  .camp-stamp {
    right: -9px;
    top: -17px;
    width: 85px;
    height: 85px;
    font-size: 8px;
  }
  .image-kicker {
    font-size: 8px;
    padding: 11px 15px;
  }
  .image-kicker>span:last-child {
    padding-right: 65px;
  }
  .hero-figure figcaption {
    padding: 18px 20px;
  }
  .hero-figure strong {
    font-size: 23px;
  }
  .hero-figure .eyebrow {
    font-size: 8px;
  }
  .hero-caption-link {
    width: 37px;
    height: 37px;
  }
  .visual-footnote {
    font-size: 7px;
    margin-top: 10px;
  }
  .principles-band .shell {
    display: grid;
    grid-template-columns: 1fr 26px 1fr;
    gap: 8px 12px;
    justify-content: stretch;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    padding: 14px 0;
  }
  .principles-band span:nth-child(4) {
    display: none;
  }
  .principles-band span[aria-hidden] {
    font-size: 23px;
  }
  .section {
    padding: 53px 0;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 30px;
  }
  .section-heading h2,.camp-manifesto h2,.first-feature h2,.faq-section h2 {
    font-size: 43px;
    line-height: 1.02;
    letter-spacing: -1.8px;
  }
  .section-heading .text-link {
    font-size: 12px;
  }
  .section-intro {
    max-width: 420px;
    font-size: 15px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
  }
  .path-card {
    min-height: 280px;
    padding: 25px;
  }
  .path-card h3 {
    font-size: 28px;
  }
  .path-card p {
    font-size: 15px;
    max-width: 330px;
  }
  .path-card-link {
    font-size: 11px;
  }
  .path-card-top {
    margin-bottom: 31px;
  }
  .camp-manifesto {
    padding: 52px 0;
  }
  .manifesto-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .camp-manifesto h2 {
    margin-bottom: 23px;
  }
  .camp-manifesto p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.8;
    max-width: 500px;
  }
  .manifesto-steps h3 {
    font-size: 21px;
  }
  .manifesto-steps p:not(.eyebrow) {
    font-size: 14px;
    margin: 0;
  }
  .manifesto-steps>div {
    padding: 22px 0;
    gap: 24px;
  }
  .manifesto-steps>div>span {
    font-size: 42px;
  }
  .article-card h3 {
    font-size: 24px;
    letter-spacing: -.7px;
  }
  .card-meta {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .article-card>p {
    font-size: 15px;
  }
  .article-grid {
    row-gap: 42px;
  }
  .card-bottom time {
    font-size: 11px;
  }
  .first-feature {
    padding: 58px 0;
  }
  .first-feature-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .first-feature-image {
    width: 82%;
    margin: auto;
    max-width: 390px;
  }
  .first-feature p:not(.eyebrow) {
    font-size: 15px;
  }
  .first-feature h2 {
    font-size: 44px;
  }
  .feature-links a {
    font-size: 14px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-grid>div>p:not(.eyebrow) {
    max-width: 400px;
    font-size: 15px;
    margin: 20px 0;
  }
  .faq-list summary {
    font-size: 17px;
    gap: 17px;
    padding: 22px 0;
  }
  .faq-list details>div {
    font-size: 15px;
    padding-right: 23px;
  }
  .cta-section {
    padding: 45px 0;
  }
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .cta-section h2 {
    font-size: clamp(38px,8.9vw,55px);
    letter-spacing: -1.8px;
  }
  .cta-inner .button {
    font-size: 13px;
    min-height: 51px;
  }
  .site-footer {
    padding: 47px 0 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 33px 22px;
    margin-bottom: 43px;
  }
  .footer-intro {
    display: block;
    grid-column: 1 / -1;
  }
  .footer-intro p {
    margin: 20px 0 15px;
    max-width: 260px;
    font-size: 14px;
  }
  .footer-email {
    font-size: 13px;
  }
  .footer-column:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 22px;
  }
  .footer-column:last-child h2 {
    grid-column: 1 / -1;
    margin-bottom: 9px;
  }
  .footer-column:last-child a {
    margin: 6px 0;
  }
  .footer-column h2 {
    font-size: 9px;
    margin-bottom: 18px;
    letter-spacing: 1.1px;
  }
  .footer-column>a {
    font-size: 12px;
    margin: 11px 0;
  }
  .footer-wordmark {
    font-size: clamp(19px,4.6vw,31px);
    letter-spacing: -1px;
    padding-bottom: 22px;
  }
  .footer-bottom {
    font-size: 9px;
    gap: 18px;
    padding-top: 18px;
  }
  .breadcrumbs {
    padding-top: 21px;
    font-size: 10px;
  }
  .breadcrumbs li:last-child {
    line-height: 1.65;
  }
  .page-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 32px;
    padding-bottom: 39px;
    margin-bottom: 35px;
  }
  .page-hero h1 {
    font-size: clamp(42px,10vw,61px);
    letter-spacing: -2.3px;
    line-height: 1.06;
    margin-bottom: 20px;
  }
  .page-lede {
    font-size: 16px;
    line-height: 1.75;
  }
  .page-hero-art {
    width: min(230px,64%);
    justify-self: center;
    margin: 5px 0 10px;
  }
  .page-hero-mark {
    display: none;
  }
  .contact-email {
    font-size: clamp(16px,5.3vw,25px);
    gap: 10px;
    letter-spacing: -.4px;
    margin-top: 23px;
  }
  .contact-email svg {
    width: 20px;
    height: 20px;
  }
  .article-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 29px;
    padding-bottom: 35px;
    margin-bottom: 32px;
  }
  .article-hero h1 {
    font-size: clamp(34px,8.8vw,48px);
    line-height: 1.1;
    letter-spacing: -1.45px;
    margin-bottom: 21px;
  }
  .category-eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px;
    margin-bottom: 20px;
  }
  .article-meta {
    margin-top: 21px;
    font-size: 10px;
    gap: 6px 12px;
  }
  .article-hero-image {
    width: min(300px,84%);
    justify-self: center;
    margin-top: 7px;
    margin-bottom: 9px;
  }
  .article-layout {
    gap: 31px;
    padding-bottom: 50px;
  }
  .article-toc nav {
    columns: 1;
  }
  .article-toc nav a {
    font-size: 12px;
  }
  .article-toc details {
    padding: 17px 19px;
  }
  .prose {
    font-size: 16px;
    line-height: 1.9;
  }
  .prose p {
    margin-bottom: 23px;
  }
  .prose h2 {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: -.65px;
    margin: 39px 0 19px;
  }
  .prose h3 {
    font-size: 19px;
    margin: 27px 0 17px;
  }
  .prose table {
    font-size: 13px;
    min-width: 370px;
  }
  .prose th {
    font-size: 11px;
    padding: 12px;
  }
  .prose td {
    padding: 12px;
  }
  .prose ul,.prose ol {
    padding-left: 19px;
  }
  .related-section .section-heading h2 {
    font-size: 33px;
    letter-spacing: -1px;
  }
  .article-tags {
    margin-top: 33px;
  }
  .topic-pills {
    gap: 8px;
  }
  .topic-pills a {
    font-size: 12px;
    padding: 10px 14px;
    gap: 18px;
  }
  .article-tags .topic-pills a {
    font-size: 10px;
    padding: 9px 12px;
  }
  .archive-hero {
    padding-top: 35px;
    padding-bottom: 31px;
  }
  .archive-hero h1 {
    font-size: clamp(44px,12vw,68px);
    letter-spacing: -2.7px;
    line-height: 1.04;
  }
  .archive-hero-row {
    gap: 22px;
  }
  .archive-hero-row p {
    font-size: 19px;
    max-width: 340px;
  }
  .archive-hero-row p.archive-small {
    font-size: 13px;
  }
  .category-nav {
    gap: 8px;
    padding-bottom: 24px;
    margin-bottom: 29px;
  }
  .category-nav a {
    font-size: 10px;
    padding: 9px 11px;
  }
  .blog-list-section {
    padding-top: 7px;
  }
  .blog-list-section .article-grid {
    row-gap: 45px;
  }
  .archive-description {
    font-size: 15px;
    line-height: 1.85;
  }
  .archive-description h2 {
    font-size: 22px;
    letter-spacing: -.6px;
  }
  .topics-section {
    padding: 40px 0 54px;
  }
  .topics-section h2 {
    font-size: 30px;
  }
  .error-page {
    padding-top: 65px;
    padding-bottom: 85px;
  }
  .error-page h1 {
    font-size: 58px;
    letter-spacing: -2px;
  }
  .error-page>p:not(.eyebrow) {
    font-size: 16px;
  }
}
@media (max-width:380px) {
  .shell {
    width: calc(100% - 32px);
  }
  .hero-copy h1 {
    font-size: 88px;
    letter-spacing: -5px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: .9px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .button {
    font-size: 11px;
    gap: 15px;
    padding: 14px 15px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .hero-footnote {
    font-size: 7px;
    letter-spacing: .7px;
    gap: 8px;
  }
  .hero-figure strong {
    font-size: 20px;
  }
  .image-kicker {
    font-size: 7px;
    padding-left: 11px;
  }
  .hero-figure figcaption {
    padding: 16px;
  }
  .section-heading h2,.camp-manifesto h2,.first-feature h2,.faq-section h2 {
    font-size: 38px;
  }
  .principles-band .shell {
    font-size: 13px;
  }
  .footer-wordmark {
    font-size: 17px;
    letter-spacing: -.7px;
  }
  .contact-email {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover,.path-card:hover {
    transform: none;
  }
  .card-image-link:hover img {
    transform: none;
  }
}
@media (forced-colors:active) {
  .outline-word,.footer-wordmark {
    color: CanvasText;
    -webkit-text-stroke: 0;
  }
  .camp-stamp,.path-ink,.site-footer,.camp-manifesto {
    border: 1px solid CanvasText;
  }
}
@media print {
  html,body {
    background: white;
    color: black;
    font-size: 11pt;
  }
  html {
    scroll-padding: 0;
  }
  header,footer,.utility-bar,.skip-link,.breadcrumbs,.guide-aside,.article-toc,.related-section,.cta-section,.print-button,.page-hero-art,.page-hero-mark,.article-hero-image,.reading-progress,.article-tags {
    display: none !important;
  }
  .shell {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .page-hero,.article-hero {
    display: block;
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
  .page-hero h1,.article-hero h1 {
    font-family: Arial,sans-serif;
    font-size: 28pt;
    letter-spacing: -1px;
  }
  .page-lede {
    font-size: 12pt;
  }
  .article-layout {
    display: block;
    padding: 0;
  }
  .prose {
    max-width: none;
    font-size: 11pt;
    line-height: 1.55;
  }
  .prose h2 {
    font-size: 16pt;
    break-after: avoid;
    margin-top: 23px;
  }
  .prose h3 {
    font-size: 13pt;
    break-after: avoid;
  }
  .prose p,.prose li {
    orphans: 3;
    widows: 3;
  }
  .prose li {
    break-inside: avoid;
  }
  .prose a {
    color: black;
    text-decoration: underline;
  }
  .prose .table-scroll {
    overflow: visible;
  }
  .prose table {
    min-width: 0;
    font-size: 10pt;
  }
  .prose th {
    color: black;
    background: #eee;
  }
  .prose td,.prose th {
    padding: 7px;
  }
  .page-hero .eyebrow {
    font-size: 9pt;
  }
  .contact-email {
    font-size: 15pt;
  }
}
@media (max-width:700px) {
  .image-kicker>span {
    white-space: nowrap;
  }
  .image-kicker>span:last-child {
    font-size: 7px;
    letter-spacing: .6px;
  }
}
.hero-grid>*,.faq-grid>*,.article-layout>* {
  min-width: 0;
}
@media (max-width:950px) {
  .article-layout {
    grid-template-columns: minmax(0,1fr);
  }
}
@media (max-width:700px) {
  .hero-grid,.faq-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .faq-section h2 br {
    display: initial;
  }
}
@media (max-width:380px) {
  .hero-copy h1 {
    font-size: clamp(70px,22.6vw,85px);
    letter-spacing: -4px;
  }
}
