:root {
  --paper: #f9faf7;
  --ink: #182b29;
  --muted: #54605b;
  --line: #cbd1c9;
  --rust: #a83e27;
  --light: #e8ede6;
  --mono: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 0.25em;
}
button,
input,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--rust);
  outline-offset: 5px;
}
::selection {
  background: #d2e3d5;
}
h1,
h2,
h3,
h4,
p,
pre {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
}
p + p {
  margin-top: 1.2em;
}
h2 {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4.4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
h3 {
  font-size: 1.25rem;
  line-height: 1.35;
}
pre,
code {
  font-family: var(--mono);
}
code {
  overflow-wrap: anywhere;
}
.page-shell {
  max-width: 1440px;
  padding: 0 64px;
  margin: 0 auto;
}
.mono,
.eyebrow {
  font-family: var(--mono);
  font-size: 0.8125rem;
  line-height: 1.5;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.085em;
}
.skip {
  position: fixed;
  left: 16px;
  top: -100px;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
  z-index: 20;
}
.skip:focus {
  top: 16px;
}
.site-header {
  height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  gap: 24px;
}
.wordmark {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  font-weight: 650;
  letter-spacing: -0.05em;
  font-size: 1.5rem;
  text-decoration: none;
}
.brand-mark {
  font-family: var(--mono);
  font-size: 1.75rem;
  letter-spacing: -0.16em;
  margin-right: 5px;
}
.brand-mark i {
  font-style: normal;
  color: var(--rust);
  padding: 0 0.16em;
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 0.875rem;
}
nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
}
nav a:hover,
.text-link:hover {
  text-decoration: underline;
}
.nav-cta {
  border-bottom: 1px solid var(--ink);
  padding: 8px 0;
}
.nav-cta span {
  margin-left: 14px;
}
.hero {
  padding: 33px 0 42px;
}
.hero > .eyebrow {
  display: flex;
  justify-content: space-between;
}
.edition {
  color: var(--muted);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 45px;
  align-items: end;
  margin-top: 43px;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(3.5rem, 6.4vw, 6.3rem);
  line-height: 1.025;
  letter-spacing: -0.065em;
}
.hero h1 em {
  font-weight: 400;
}
.hero-aside {
  font-size: 1rem;
  line-height: 1.6;
  padding-bottom: 6px;
}
.hero-aside .stage {
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.65;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  margin-top: 23px;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 36px;
}
.intro {
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: -0.015em;
}
.text-link {
  font-size: 0.875rem;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
}
.text-link span {
  margin-left: 24px;
}
.dossier {
  background: var(--ink);
  color: #f0f4ed;
  scroll-margin-top: 24px;
}
.dossier-top {
  display: flex;
  justify-content: space-between;
  padding: 17px 26px;
  border-bottom: 1px solid #475b54;
  color: #c3cec2;
}
.sample-label {
  font-size: 0.75rem;
}
.dossier-heading {
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #475b54;
}
.dossier-heading .eyebrow {
  color: #b8c6b8;
  margin-bottom: 9px;
  font-size: 0.75rem;
}
.dossier-heading h2 {
  font-family: var(--sans);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.3;
}
.change-ref {
  text-align: right;
  color: #b8c6b8;
  white-space: nowrap;
}
.dossier-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}
.declaration {
  padding: 26px 32px;
  border-right: 1px solid #475b54;
}
.declaration h3,
.evidence h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #b8c6b8;
  margin-bottom: 20px;
}
.declaration > p {
  font-size: 1rem;
}
.declaration pre {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 23px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  color: #e1edd6;
}
.code-comment {
  color: #a6b7a6;
}
.evidence {
  padding: 26px 32px;
}
.finding {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  padding: 19px 0;
  border-top: 1px solid #475b54;
}
.finding:first-of-type {
  padding-top: 0;
  border: 0;
}
.finding:last-child {
  padding-bottom: 0;
}
.verdict {
  font-family: var(--mono);
  font-size: 0.75rem;
  align-self: start;
  line-height: 1.5;
  padding: 3px 0;
}
.violation {
  color: #ffb49b;
}
.violation:before {
  content: "× ";
  font-size: 1rem;
}
.supported {
  color: #cae0b1;
}
.supported:before {
  content: "✓ ";
}
.unknown {
  color: #c4cfc3;
}
.unknown:before {
  content: "? ";
}
.finding h4 {
  font-size: 1rem;
  font-weight: 550;
  line-height: 1.4;
  margin-bottom: 5px;
}
.finding p {
  font-size: 0.875rem;
  color: #c9d3c7;
  line-height: 1.6;
}
.finding .source {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #a9bba9;
  margin-top: 10px;
}
.finding code {
  font-size: 0.8125rem;
}
.dossier-foot {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 0;
  background: #223c34;
  border-top: 1px solid #475b54;
  padding: 18px 32px;
}
.dossier-foot .mono {
  color: #bbccb6;
}
.dossier-foot p {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 18px;
}
.indexed-section {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid var(--line);
  padding: 76px 0;
  scroll-margin-top: 24px;
  gap: 36px;
}
.section-index {
  padding-top: 8px;
  color: var(--muted);
}
.section-body {
  max-width: 940px;
}
.section-body h2 {
  margin-bottom: 30px;
}
.section-lede {
  max-width: 660px;
  color: var(--muted);
  margin-bottom: 36px;
}
.workflow {
  list-style: none;
  padding: 0;
  margin: 0;
}
.workflow li {
  display: grid;
  grid-template-columns: 40px 1fr 145px;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 25px 0;
}
.step-number {
  color: var(--rust);
  padding-top: 3px;
}
.workflow h3 {
  margin-bottom: 8px;
  letter-spacing: -0.025em;
}
.workflow p {
  font-size: 0.9375rem;
  color: var(--muted);
  max-width: 52ch;
}
.step-artifact {
  font-size: 0.75rem;
  align-self: start;
  text-align: right;
  padding-top: 5px;
  color: var(--muted);
}
.cases article {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
}
.cases article:last-child {
  padding-bottom: 0;
}
.case-heading .mono {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  margin-bottom: 12px;
}
.case-heading h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  letter-spacing: -0.035em;
  line-height: 1.2;
  max-width: 16ch;
}
.case-detail > p {
  font-size: 1rem;
  line-height: 1.55;
}
.case-detail dl {
  margin: 18px 0 0;
}
.case-detail dl > div + div {
  margin-top: 15px;
}
.case-detail dt {
  font-family: var(--mono);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  color: var(--muted);
  margin-bottom: 3px;
}
.case-detail dd {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.invitation {
  padding: 72px 0 80px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 100px;
}
.invitation .eyebrow {
  color: var(--rust);
  margin-bottom: 24px;
}
.invitation h2 {
  font-size: clamp(2.75rem, 4.9vw, 4.8rem);
  margin-bottom: 25px;
}
.invitation > div > p:not(.eyebrow) {
  max-width: 48ch;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #f9faf7;
  text-decoration: none;
  padding: 14px 20px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  min-height: 48px;
}
.button:hover {
  background: #2d4840;
}
.invitation .button {
  margin-top: 28px;
}
.invitation .invitation-note {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 13px;
}
.conversation-note {
  align-self: end;
  border-top: 2px solid var(--ink);
  padding-top: 20px;
  padding-bottom: 20px;
}
.conversation-note > span {
  font-size: 0.75rem;
  color: var(--muted);
}
.conversation-note > p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.8125rem;
  max-width: 36ch;
}
.site-footer {
  border-top: 1px solid var(--ink);
  min-height: 115px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}
.site-footer .wordmark {
  font-size: 1.125rem;
}
.footer-symbol {
  font-family: var(--mono);
  color: var(--rust);
  font-size: 1.3rem;
}
.site-footer p {
  font-size: 0.8125rem;
  color: var(--muted);
}
.site-footer > .mono {
  font-size: 0.75rem;
  color: var(--muted);
}
/* Change brief */
.share-hero {
  padding: 55px 0 45px;
  max-width: 800px;
}
.share-hero .eyebrow {
  color: var(--rust);
  margin-bottom: 25px;
}
.share-hero h1,
.not-found h1 {
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
  margin-bottom: 26px;
}
.share-hero > p:not(.eyebrow) {
  max-width: 60ch;
  color: var(--muted);
}
.brief-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) 1fr;
  gap: 70px;
  padding-bottom: 70px;
}
.brief-aside {
  padding-top: 0;
}
.brief-aside h2 {
  font-family: var(--sans);
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 12px;
}
.brief-aside p {
  font-size: 0.9375rem;
  color: var(--muted);
}
.brief-aside .handoff {
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 25px;
}
.brief-aside h3 {
  font-size: 1rem;
  margin-bottom: 12px;
}
.brief-aside ol {
  padding-left: 21px;
  color: var(--muted);
  font-size: 0.9375rem;
}
.brief-aside li {
  padding-left: 5px;
  margin-bottom: 10px;
}
.brief-aside a {
  font-size: 0.875rem;
}
.not-found {
  padding: 100px 0;
  max-width: 700px;
  min-height: 65vh;
}
.not-found p {
  margin-bottom: 30px;
  color: var(--muted);
}
@media (min-width: 1440px) {
  .hero h1 {
    font-size: 6.3rem;
  }
}
@media (max-width: 1100px) {
  .page-shell {
    padding: 0 40px;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 30px;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 6.3vw, 5.2rem);
  }
  .indexed-section {
    grid-template-columns: 155px 1fr;
    gap: 25px;
  }
  .workflow li {
    grid-template-columns: 30px 1fr;
  }
  .step-artifact {
    display: none;
  }
  .invitation {
    gap: 60px;
  }
  .declaration,
  .evidence {
    padding: 24px;
  }
  .finding {
    grid-template-columns: 76px 1fr;
    gap: 12px;
  }
  .dossier-foot {
    padding: 18px 24px;
  }
  .brief-layout {
    gap: 45px;
  }
}
@media (max-width: 800px) {
  .page-shell {
    padding: 0 24px;
  }
  .site-header {
    height: 88px;
  }
  nav {
    gap: 18px;
  }
  nav > a:not(.nav-cta) {
    display: none;
  }
  .wordmark {
    font-size: 1.3rem;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 25px;
  }
  .hero h1 {
    font-size: clamp(3.4rem, 9.7vw, 5.8rem);
  }
  .hero-aside {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 30px;
  }
  .hero-aside .stage {
    padding: 0 0 0 20px;
    border-top: 0;
    border-left: 1px solid var(--line);
    margin: 0;
  }
  .hero-bottom {
    margin-top: 25px;
  }
  .intro {
    font-size: 1.125rem;
  }
  .dossier-grid {
    grid-template-columns: 1fr;
  }
  .declaration {
    border-right: 0;
    border-bottom: 1px solid #475b54;
    display: block;
  }
  .dossier-foot {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .dossier-foot p {
    padding-left: 0;
  }
  .indexed-section {
    grid-template-columns: 1fr;
    padding: 50px 0;
    gap: 22px;
  }
  .section-index {
    padding: 0;
  }
  .section-body h2 {
    font-size: 3rem;
  }
  .invitation {
    gap: 40px;
    padding: 50px 0;
  }
  .invitation h2 {
    font-size: 3rem;
  }
  .conversation-note {
    padding-bottom: 25px;
  }
  .site-footer {
    flex-wrap: wrap;
    padding: 25px 0;
    gap: 15px;
  }
  .site-footer > .mono {
    width: 100%;
  }
  .brief-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .brief-aside {
    padding: 25px 0 0;
    border-top: 1px solid var(--line);
  }
  .brief-aside > p {
    max-width: 65ch;
  }
}
@media (max-width: 520px) {
  .page-shell {
    padding: 0 20px;
  }
  .site-header {
    gap: 14px;
  }
  .wordmark {
    font-size: 1.15rem;
    gap: 8px;
  }
  .brand-mark {
    font-size: 1.4rem;
  }
  .nav-cta {
    font-size: 0.75rem;
    max-width: 115px;
    line-height: 1.45;
  }
  .nav-cta span {
    margin-left: 4px;
  }
  .hero {
    padding: 25px 0 28px;
  }
  .hero > .eyebrow {
    font-size: 0.75rem;
  }
  .edition {
    display: none;
  }
  .hero h1 {
    font-size: clamp(2.65rem, 10.5vw, 3.5rem);
    letter-spacing: -0.06em;
  }
  .hero-aside {
    display: block;
    font-size: 0.9375rem;
  }
  .hero-aside .stage {
    border: 0;
    padding: 0;
    margin-top: 14px;
    font-size: 0.75rem;
  }
  .hero-bottom {
    display: block;
  }
  .hero-bottom .text-link {
    margin-top: 16px;
  }
  .dossier-top {
    padding: 14px 18px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .dossier-top .mono {
    font-size: 0.75rem;
  }
  .dossier-heading {
    padding: 22px 18px;
  }
  .change-ref {
    display: none;
  }
  .dossier-heading h2 {
    font-size: 1.375rem;
  }
  .declaration {
    display: block;
    padding: 22px 18px;
  }
  .declaration h3 {
    margin-bottom: 16px;
  }
  .declaration pre {
    margin-top: 18px;
    font-size: 0.8125rem;
  }
  .evidence {
    padding: 22px 18px;
  }
  .finding {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px 0;
  }
  .finding .verdict {
    font-size: 0.75rem;
  }
  .finding .source {
    font-size: 0.75rem;
  }
  .dossier-foot {
    padding: 18px;
  }
  .section-body h2 {
    font-size: 2.65rem;
  }
  .workflow li {
    gap: 10px;
    grid-template-columns: 28px 1fr;
  }
  .cases article {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .case-heading h3 {
    max-width: none;
  }
  .invitation {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .invitation h2 {
    font-size: 2.8rem;
  }
  .conversation-note {
    padding-bottom: 0;
  }
  .site-footer {
    display: grid;
    gap: 12px;
  }
  .site-footer p {
    margin: 0;
  }
  .share-hero {
    padding: 35px 0;
  }
  .share-hero h1 {
    font-size: 3.1rem;
  }


}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}
@media print {
  nav,
  .button,
  .brief-actions,
  .skip {
    display: none;
  }
  .page-shell {
    padding: 0;
  }
  .hero h1 {
    font-size: 3.5rem;
  }
  .dossier {
    background: white;
    color: black;
    border: 1px solid #555;
  }
  .dossier * {
    color: black !important;
  }
  .indexed-section {
    padding: 25px 0;
  }
  .site-footer {
    min-height: 60px;
  }
  .invitation {
    padding: 30px 0;
  }
  .brief-layout {
    display: block;
  }
  .brief-aside {
    display: none;
  }
}

[hidden] {
  display: none !important;
}

.case-cta {
  display: inline-flex;
  margin-top: 12px;
  font-size: 0.875rem;
}
.cases article:focus-within {
  border-top-color: var(--rust);
}
.email-letter {
  border-top: 2px solid var(--ink);
  padding-top: 24px;
}
.email-prompts {
  padding-left: 24px;
  margin: 26px 0 32px;
  font-size: 1.125rem;
}
.email-prompts li {
  padding: 8px 0 8px 8px;
}
.email-note {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 20px;
  max-width: 58ch;
}
.footer-privacy {
  font-size: 0.8125rem;
  color: var(--muted);
}
.privacy-copy {
  max-width: 780px;
  padding: 60px 0 80px;
}
.privacy-copy h1 {
  font-family: var(--serif);
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 30px;
}
.privacy-copy h2 {
  font-family: var(--sans);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  margin: 35px 0 15px;
}

/* Keep the reading path short; technical detail stays one tap away. */
summary {
  cursor: pointer;
  min-height: 44px;
  padding: 10px 0;
  font-size: 0.875rem;
  line-height: 1.6;
  text-underline-offset: 0.25em;
}
summary:hover {
  text-decoration: underline;
}
summary::marker {
  font-size: 0.75em;
}
details[open] > summary {
  margin-bottom: 8px;
}
.technical-detail {
  margin-top: 20px;
  border-top: 1px solid #475b54;
}
.technical-detail summary:focus-visible {
  outline-color: #ffb49b;
}
.declaration .constraint-summary {
  color: #c9d3c7;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 12px;
  max-width: 42ch;
}
.technical-detail pre {
  margin-top: 8px;
}
.scope-note {
  border-left: 2px solid var(--line);
  padding-left: 20px;
  margin-top: 20px;
  font-size: 0.875rem;
  color: var(--muted);
  max-width: 68ch;
}
.scope-note strong {
  color: var(--ink);
  font-weight: 600;
}
.case-check {
  margin-top: 10px;
}
.case-check dl {
  margin-top: 4px;
  padding-left: 14px;
  border-left: 2px solid var(--line);
}
.email-outline {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.email-outline p {
  font-size: 0.875rem;
  color: var(--muted);
  margin-bottom: 20px;
}
.email-prompts {
  margin: 10px 0 20px;
  font-size: 1rem;
}
.brief-aside .handoff:first-child {
  margin-top: 0;
}
.footer-privacy {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  width: fit-content;
}
.wordmark {
  min-height: 44px;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .brief-aside {
    border-top: 0;
    padding-top: 0;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .invitation {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .conversation-note {
    max-width: 60ch;
    padding-bottom: 0;
  }
  .conversation-note > p {
    max-width: none;
  }
}
@media (max-width: 520px) {
  .site-header {
    min-height: 88px;
    height: auto;
    padding: 14px 0;
    flex-wrap: wrap;
    gap: 8px 14px;
  }
  .nav-cta {
    font-size: 0.8125rem;
    max-width: none;
  }
  .hero-aside {
    font-size: 1rem;
  }
  .hero-bottom {
    margin-top: 20px;
  }
  .hero-bottom .intro {
    font-size: 1.0625rem;
  }
  .indexed-section {
    padding: 40px 0;
  }
  .section-body h2 {
    margin-bottom: 22px;
  }
  .section-lede {
    margin-bottom: 24px;
  }
  .workflow li {
    padding: 20px 0;
  }
  .cases article {
    gap: 12px;
    padding: 24px 0;
  }
  .invitation .eyebrow {
    margin-bottom: 18px;
  }
  .invitation h2 {
    font-size: 2.65rem;
  }
  .share-hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.1rem);
  }
  .share-hero {
    padding: 30px 0;
  }
  .privacy-copy h1 {
    font-size: 2.75rem;
  }
}

@media (max-width: 360px) {
  .site-header .wordmark {
    font-size: 1.05rem;
  }
  .site-header .brand-mark {
    font-size: 1.25rem;
  }
  .site-header .nav-cta {
    font-size: 0.75rem;
  }
}

/* Intake is kept to one required field; nothing is stored in browser storage. */
.intake { border-top: 2px solid var(--ink); padding-top: 24px; min-width: 0; }
.intake label { display: block; font-weight: 600; margin-bottom: 6px; }
.intake .optional { margin-left: 8px; font-size: 0.875rem; font-weight: 400; color: var(--muted); }
.field-help { color: var(--muted); font-size: 0.875rem; margin-bottom: 12px; }
.intake textarea, .intake input:not([type="hidden"]) { display: block; width: 100%; border: 1px solid #7d8980; border-radius: 0; background: white; color: var(--ink); padding: 12px; font-size: 1rem; line-height: 1.5; margin-bottom: 24px; }
.intake textarea { min-height: 145px; resize: vertical; }
.intake .button { margin-top: 8px; }
.button:disabled { opacity: .55; cursor: not-allowed; }
.form-privacy { font-size: 0.75rem; color: var(--muted); margin-top: 18px; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
#form-status { margin-top: 16px; font-size: 0.875rem; }
.form-error { color: var(--rust); }
#form-success h2 { font-size: 2.5rem; margin: 14px 0 24px; }
#form-success .text-link { margin-top: 24px; }
.receipt { overflow-wrap: anywhere; color: var(--muted); font-size: .75rem; }
.implementation-note { margin: 24px 0 14px; color: var(--muted); font-size: .9375rem; max-width: 65ch; }
.source-link { margin-bottom: 8px; }
.footer-github { display: inline-flex; align-items: center; min-height: 44px; font-size: .8125rem; }
.site-footer { flex-wrap: wrap; padding: 24px 0; gap: 12px 24px; }
@media (max-width: 520px) {
  .intake .button { width: 100%; }
  .share-hero h1 { font-size: 2.65rem; }
  .share-hero { padding: 26px 0; }
}

#form-status { margin: 0 0 18px; }
#form-status:empty { display: none; }

/* The detailed MVP run has its own page to keep the homepage concise. */
.example-page { max-width: 1080px; margin: 0 auto; }
.example-page .share-hero { max-width: 840px; }
.example-page .example-provenance { font-size: .8125rem; margin-top: 20px; }
.example-section { padding: 38px 0; border-top: 1px solid var(--line); min-width: 0; }
.example-section > .eyebrow { color: var(--muted); margin-bottom: 16px; }
.example-section h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 22px; }
.example-section > p { max-width: 75ch; }
.run-comparison { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.run-comparison article { border-top: 2px solid var(--ink); padding-top: 18px; min-width: 0; }
.run-comparison .eyebrow { font-size: .6875rem; color: var(--muted); }
.run-comparison h3 { font-family: var(--mono); margin: 14px 0; font-size: 1.4rem; }
.run-comparison p, .run-comparison a { font-size: .875rem; }
.run-comparison a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 10px; }
.example-code { background: var(--ink); color: var(--paper); padding: 24px; margin: 26px 0 16px; min-width: 0; }
.example-code > p { color: #c9d3c7; margin-bottom: 16px; }
.example-code .code-added { color: #ffb49b; font-weight: 700; }
.example-page pre, .declaration pre { max-width: 100%; overflow-x: auto; }
.example-page pre { font-size: .8125rem; line-height: 1.7; }
.example-page pre code { overflow-wrap: normal; }
.example-command, .example-contract pre { background: var(--light); padding: 22px; margin: 22px 0; }
.example-contract { margin: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.example-contract ul { padding-left: 24px; max-width: 75ch; }
.example-contract li { margin-bottom: 12px; }
.example-links { font-size: .875rem; line-height: 2; }
.example-invitation { padding-bottom: 60px; }
.example-invitation .button { margin-top: 24px; }
@media (max-width: 700px) {
  .run-comparison { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .example-section { padding: 30px 0; }
  .example-code { padding: 18px; }
  .example-command, .example-contract pre { padding: 16px; }
}
