@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/archivo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/source-sans-3-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/source-sans-3-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/source-sans-3-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/source-sans-3-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --canvas: #ffffff;
  --paper: #f8f8f5;
  --paper-deep: #f1f1ec;
  --ink: #14161a;
  --ink-soft: #454b53;
  --muted: #666b74;
  --rule: #e4e4df;
  --rule-strong: #cfcfc8;
  --edge: #8d8d86;
  --green: #004225;
  --green-deep: #00301b;
  --green-tint: #eef4f0;
  --flag: #8a2b2b;
  --font-head: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --wrap: 1120px;
  --gut: 20px;
  --r: 3px;
  --step: clamp(56px, 8vw, 96px);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}

main, footer, header, section { overflow-x: clip; }

img, svg { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.18;
  letter-spacing: -0.012em;
  margin: 0 0 0.5em;
  overflow-wrap: anywhere;
}

h1 { font-size: clamp(30px, 5.4vw, 46px); font-weight: 700; }
h2 { font-size: clamp(23px, 3.4vw, 31px); font-weight: 600; }
h3 { font-size: clamp(18px, 2.2vw, 21px); font-weight: 600; }
h4 { font-size: 16px; font-weight: 600; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; }
a:hover { color: var(--green-deep); text-decoration-thickness: 2px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

strong { font-weight: 600; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gut);
}

.narrow { max-width: 720px; }

.band { padding: var(--step) 0; }
.band-paper { background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.band-tight { padding: calc(var(--step) * 0.62) 0; }

.pegboard {
  background-color: var(--paper);
  background-image: radial-gradient(circle, var(--rule-strong) 1.1px, transparent 1.1px);
  background-size: 24px 24px;
  background-position: 0 0;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 14px;
}
.eyebrow-green { color: var(--green); }

.lede { font-size: clamp(18px, 2.3vw, 20px); color: var(--ink-soft); max-width: 62ch; }

.meta { font-size: 14px; color: var(--muted); }

.rule-top { border-top: 1px solid var(--rule); padding-top: 22px; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  padding: 3px 9px;
  border: 1px solid var(--rule-strong);
  border-radius: 999px;
  background: var(--canvas);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-soft);
  line-height: 1.5;
}
.badge-green { border-color: var(--green); color: var(--green); background: var(--green-tint); }
.badge svg, .badge img { width: 13px; height: 13px; flex: none; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
  padding: 11px 20px;
  border: 1px solid var(--green);
  border-radius: var(--r);
  background: var(--green);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.btn:hover { background: var(--green-deep); border-color: var(--green-deep); color: #ffffff; text-decoration: none; }
.btn img { width: 17px; height: 17px; flex: none; filter: brightness(0) invert(1); }
.btn[disabled], .btn[aria-disabled="true"] { opacity: 0.55; pointer-events: none; }

.btn-ghost { background: transparent; color: var(--green); border-color: var(--edge); }
.btn-ghost:hover { background: var(--green-tint); color: var(--green-deep); border-color: var(--green); }
.btn-ghost img { filter: none; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.icon { width: 18px; height: 18px; flex: none; }
.icon-lg { width: 26px; height: 26px; flex: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--canvas);
  border-bottom: 1px solid var(--rule);
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 66px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
}
.brand:hover { color: var(--ink); text-decoration: none; }
.brand-mark { width: 26px; height: 26px; flex: none; }
.brand-tag {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
  border-left: 1px solid var(--rule-strong);
  padding-left: 10px;
  margin-left: 2px;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--edge);
  border-radius: var(--r);
  background: var(--canvas);
  cursor: pointer;
  flex: none;
}
.nav-toggle img { width: 20px; height: 20px; }
.nav-toggle .ico-close { display: none; }
.nav-toggle[aria-expanded="true"] .ico-open { display: none; }
.nav-toggle[aria-expanded="true"] .ico-close { display: block; }

.nav-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--canvas);
  border-bottom: 1px solid var(--rule);
  box-shadow: 0 8px 20px rgba(20, 22, 26, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
}
.nav-panel.is-open { opacity: 1; visibility: visible; transform: translateY(0); }

.nav-list {
  list-style: none;
  margin: 0;
  padding: 8px var(--gut) 18px;
  display: flex;
  flex-direction: column;
}
.nav-list a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 160ms ease, color 160ms ease;
}
.nav-list a:hover { color: var(--green); transform: translateX(4px); }
.nav-list a[aria-current="page"] { color: var(--green); font-weight: 600; }
.nav-cta { margin-top: 16px; }
.nav-list .btn {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  border-bottom: 0;
  padding: 11px 20px;
}
.nav-list .btn:hover { color: #ffffff; transform: none; }
.nav-list .btn[aria-current="page"] { color: #ffffff; }

@media (min-width: 840px) {
  .nav-toggle { display: none; }
  .nav-panel {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    box-shadow: none;
    background: transparent;
  }
  .nav-list {
    flex-direction: row;
    align-items: center;
    gap: 26px;
    padding: 0;
  }
  .nav-list a { padding: 0; border-bottom: 0; font-size: 15px; }
  .nav-list a:hover { transform: none; }
  .nav-cta { margin-top: 0; margin-left: 6px; }
}

.hero { padding: clamp(44px, 7vw, 82px) 0 clamp(40px, 6vw, 70px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; align-items: center; }
.hero-grid > .stack { max-width: 640px; }
.hero h1 { margin-bottom: 18px; }
.hero-art { border: 1px solid var(--rule); background: var(--canvas); padding: 22px; border-radius: var(--r); }

@media (min-width: 1000px) {
  .hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 44px; }
  .hero-grid > .stack { max-width: none; }
}

.stack { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.stack-lg { gap: 26px; }
.stack-sm { gap: 8px; }

.grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
@media (min-width: 640px) { .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 640px) { .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 900px) { .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 560px) { .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 900px) { .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.hooks {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  overflow: hidden;
}
@media (min-width: 620px) { .hooks-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 620px) { .hooks-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 940px) { .hooks-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 560px) { .hooks-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 940px) { .hooks-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.hook {
  background: var(--canvas);
  padding: 24px 22px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hook-num {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.06em;
}
.hook h3 { margin: 0; }
.hook p { color: var(--ink-soft); font-size: 15.5px; margin: 0; }

.card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 24px;
  background: var(--canvas);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  transition: border-color 170ms ease, transform 170ms ease;
}
.card:hover { border-color: var(--rule-strong); }
.card h3 { margin: 0; }
.card p { margin: 0; color: var(--ink-soft); font-size: 15.5px; }
.card-art { border-bottom: 1px solid var(--rule); margin: -24px -24px 4px; padding: 20px 24px; background: var(--paper); }
.card-art img { width: 100%; height: auto; }
.card-foot { margin-top: auto; padding-top: 12px; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: var(--green);
  transition: gap 170ms ease, color 170ms ease;
}
.link-arrow:hover { gap: 12px; color: var(--green-deep); text-decoration: none; }
.link-arrow img { width: 15px; height: 15px; flex: none; }

.facts { display: flex; flex-direction: column; gap: 0; margin: 0; }
.fact {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid var(--rule);
  min-width: 0;
}
.fact:first-child { border-top: 1px solid var(--rule); }
.fact dt { font-weight: 600; font-size: 15px; color: var(--ink); min-width: 0; margin: 0; }
.fact dd { margin: 0; color: var(--ink-soft); font-size: 15px; min-width: 0; text-align: left; }
@media (min-width: 560px) { .fact dd { text-align: right; } }

.price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 22px;
  background: var(--green-tint);
  border: 1px solid var(--green);
  border-radius: var(--r);
  min-width: 0;
}
.price-figure {
  font-family: var(--font-head);
  font-size: clamp(28px, 4.4vw, 36px);
  font-weight: 700;
  color: var(--green);
  line-height: 1.1;
}
.price-note { font-size: 14.5px; color: var(--ink-soft); }

.checks { list-style: none; margin: 0; padding: 0; max-width: 68ch; display: flex; flex-direction: column; gap: 10px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; min-width: 0; font-size: 15.5px; color: var(--ink-soft); }
.checks img { width: 17px; height: 17px; flex: none; margin-top: 4px; }
.checks-in img { filter: invert(17%) sepia(58%) saturate(1583%) hue-rotate(126deg) brightness(94%) contrast(101%); }
.checks-out img { filter: invert(45%) sepia(6%) saturate(430%) hue-rotate(179deg) brightness(93%) contrast(88%); }
.checks-out li { color: var(--muted); }

.prose { max-width: 68ch; }
.prose h2 { margin-top: 1.9em; }
.prose h3 { margin-top: 1.6em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 1.2em; }
.prose li { margin-bottom: 8px; }
.prose blockquote {
  margin: 1.6em 0;
  padding: 16px 20px;
  border-left: 3px solid var(--green);
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 16.5px;
}
.prose blockquote p:last-child { margin-bottom: 0; }

.callout {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--green);
  border-radius: var(--r);
  min-width: 0;
  margin: 1.6em 0;
}
.callout img { width: 20px; height: 20px; flex: none; margin-top: 3px; }
.callout p { font-size: 15.5px; color: var(--ink-soft); }
.callout h3 { margin: 0 0 4px; font-size: 16px; font-weight: 600; letter-spacing: 0; }

.people { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
@media (min-width: 640px) { .people { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.person { display: flex; gap: 16px; align-items: flex-start; min-width: 0; }
.avatar { width: 60px; height: 60px; flex: none; border: 1px solid var(--rule); border-radius: 50%; }
.person h3 { margin: 0 0 2px; font-size: 18px; }
.person .role { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); font-weight: 600; margin: 0 0 8px; }
.person p { font-size: 15.5px; color: var(--ink-soft); margin: 0; }

.hours { list-style: none; margin: 0; padding: 0; }
.hours li {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 15.5px;
  min-width: 0;
}
.hours li:first-child { border-top: 1px solid var(--rule); }
.hours .day { font-weight: 600; }
.hours .time { color: var(--ink-soft); }
.hours .shut { color: var(--muted); }

.note-list { display: flex; flex-direction: column; gap: 0; }
.note-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
  min-width: 0;
}
.note-row:first-child { border-top: 1px solid var(--rule); }
.note-row h3 { margin: 0; }
.note-row h3 a { color: var(--ink); text-decoration: none; transition: color 160ms ease; }
.note-row h3 a:hover { color: var(--green); }
.note-row p { margin: 0; color: var(--ink-soft); font-size: 15.5px; }
.note-head { display: flex; flex-wrap: wrap; gap: 6px 12px; align-items: center; }

.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { padding: 26px 0; border-bottom: 1px solid var(--rule); min-width: 0; }
.faq-item:first-child { border-top: 1px solid var(--rule); }
.faq-item h3 { margin: 0 0 10px; display: flex; gap: 11px; align-items: flex-start; }
.faq-item h3 span { min-width: 0; }
.faq-q-num { font-family: var(--font-head); color: var(--green); font-size: 15px; font-weight: 700; flex: none; padding-top: 3px; }
.faq-item p { color: var(--ink-soft); font-size: 16px; }

.form { display: flex; flex-direction: column; gap: 20px; max-width: 620px; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field label { font-size: 14.5px; font-weight: 600; }
.field .hint { font-size: 13.5px; color: var(--muted); }
.field input, .field textarea, .field select {
  width: 100%;
  max-width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--edge);
  border-radius: var(--r);
  background: var(--canvas);
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--ink);
  transition: border-color 150ms ease;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--green); }
.field textarea { min-height: 148px; resize: vertical; }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: var(--flag); }
.field-error {
  display: none;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  color: var(--flag);
  font-weight: 600;
}
.field.has-error .field-error { display: flex; }
.field-error img { width: 15px; height: 15px; flex: none; }

.choice-row { display: flex; flex-wrap: wrap; gap: 10px; }
.choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}
.choice input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.choice span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid var(--edge);
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-soft);
  background: var(--canvas);
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}
.choice input:checked + span { border-color: var(--green); background: var(--green-tint); color: var(--green); font-weight: 600; }
.choice input:focus-visible + span { outline: 2px solid var(--green); outline-offset: 2px; }

.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-status {
  display: none;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid var(--green);
  border-left: 3px solid var(--green);
  background: var(--green-tint);
  border-radius: var(--r);
  font-size: 15.5px;
  color: var(--ink-soft);
  min-width: 0;
}
.form-status.is-shown { display: flex; }
.form-status img { width: 19px; height: 19px; flex: none; margin-top: 2px; }

.next {
  border-top: 1px solid var(--rule);
  background: var(--paper);
  padding: var(--step) 0;
}
.next-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: var(--r); overflow: hidden; }
@media (min-width: 700px) { .next-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 700px) { .next-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px) { .next-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.next-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 24px 22px;
  background: var(--canvas);
  text-decoration: none;
  min-width: 0;
  transition: background-color 170ms ease;
}
.next-card:hover { background: var(--green-tint); text-decoration: none; }
.next-card .kicker { font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.next-card h3 { margin: 0; font-size: 18px; color: var(--ink); transition: color 170ms ease; }
.next-card:hover h3 { color: var(--green); }
.next-card p { margin: 0; font-size: 15px; color: var(--ink-soft); }
.next-card .link-arrow { margin-top: 6px; }

.siblings { border-top: 1px solid var(--rule); padding-top: 26px; margin-top: 44px; }
.sibling-links { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 14px 0 0; padding: 0; }
.sibling-links a {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 7px 13px;
  border: 1px solid var(--edge);
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}
.sibling-links a:hover { border-color: var(--green); color: var(--green); background: var(--green-tint); }

.crumbs { font-size: 14px; color: var(--muted); padding: 18px 0 0; }
.crumbs a { color: var(--muted); text-decoration: none; display: inline-block; padding: 3px 0; }
.crumbs a:hover { color: var(--green); text-decoration: underline; }
.crumbs span { padding: 0 7px; color: var(--rule-strong); }

.page-head { padding: clamp(34px, 5vw, 54px) 0 clamp(28px, 4vw, 42px); }
.page-head h1 { margin-bottom: 14px; }

.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: start; }
@media (min-width: 940px) {
  .detail-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 320px); gap: 52px; }
  .detail-aside { position: sticky; top: 92px; }
}
.detail-aside { display: flex; flex-direction: column; gap: 22px; min-width: 0; }
.aside-box { border: 1px solid var(--rule); border-radius: var(--r); padding: 20px; min-width: 0; }
.aside-box h3 { margin: 0 0 12px; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }

.site-footer { border-top: 1px solid var(--rule); background: var(--canvas); padding: var(--step) 0 34px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; }
@media (min-width: 620px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 940px) { .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.footer-col { min-width: 0; }
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 14px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-col a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  transition: transform 160ms ease, color 160ms ease;
}
.footer-col a:hover { color: var(--green); transform: translateX(4px); }
.footer-note { font-size: 15px; color: var(--ink-soft); }
.footer-base {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--rule);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--muted);
}
.footer-base a { color: var(--muted); text-decoration: none; }
.footer-base a:hover { color: var(--green); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-legal a { display: inline-block; padding: 4px 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.toc { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.toc li { min-width: 0; }
.toc a {
  display: flex;
  gap: 9px;
  align-items: baseline;
  padding: 8px 0;
  font-size: 14.5px;
  color: var(--ink-soft);
  text-decoration: none;
  border-bottom: 1px solid var(--rule);
  transition: color 160ms ease, transform 160ms ease;
}
.toc li:last-child a { border-bottom: 0; }
.toc a:hover { color: var(--green); transform: translateX(3px); }
.toc-num {
  flex: none;
  color: var(--green);
  font-weight: 600;
  font-size: 12.5px;
  font-variant-numeric: tabular-nums;
}
.toc span:last-child { min-width: 0; }

.faq-item, .prose h2, .legal h2 { scroll-margin-top: 90px; }

@media (max-width: 939px) {
  .detail-grid-toc .detail-aside { display: contents; }
  .detail-grid-toc .detail-aside > .aside-box { order: 1; }
  .detail-grid-toc .detail-aside > .aside-box:first-child { order: -1; }
}

@media (prefers-reduced-motion: reduce) {
  .toc a:hover { transform: none; }
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--green);
  color: #ffffff;
  padding: 10px 16px;
  z-index: 100;
  text-decoration: none;
}
.skip:focus { left: 10px; top: 10px; color: #ffffff; }

.reveal { opacity: 0; transform: translateY(14px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity 520ms ease, transform 520ms ease; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .nav-list a:hover, .footer-col a:hover { transform: none; }
  .link-arrow:hover { gap: 7px; }
}
