:root {

  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:var(--canvas);
  font-synthesis:none;
  -webkit-font-smoothing:antialiased;
}

* {
  box-sizing:border-box;
}

body {
  margin:0;
}

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

p {
  color:var(--muted);
  line-height:1.65;
}

h1,h2,h3,p {
  margin-top:0;
}

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

.site-header,main,footer {
  width:min(1160px,calc(100% - 64px));
  margin:auto;
}

.site-header {
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-bottom:1px solid var(--border);
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-weight:700;
  font-size:21px;
  letter-spacing:-.8px;
}

.brand span {
  font-family:Georgia,serif;
  font-size:29px;
  font-style:italic;
  color:var(--accent);
  margin-right:3px;
}

nav {
  display:flex;
  gap:28px;
  align-items:center;
}

nav a {
  font-size:13px;
  text-decoration:none;
}

.nav-cta {
  border:1px solid var(--border);
  padding:11px 14px;
  border-radius:3px;
}

.nav-cta span {
  margin-left:12px;
}

.hero {
  display:grid;
  grid-template-columns:1fr 230px;
  gap:64px;
  align-items:center;
  padding:48px 0 36px;
}

.eyebrow,.record-caption,.example-bar>span,.status-label {
  font:11px/1.5 'Courier New',monospace;
  letter-spacing:1px;
  font-weight:700;
}

.eyebrow {
  color:var(--muted);
  margin-bottom:24px;
}

h1 {
  font-size:clamp(36px,4.3vw,56px);
  font-weight:500;
  line-height:1.09;
  letter-spacing:-2.5px;
  margin-bottom:24px;
}

h1 span {
  color:var(--muted);
}

.lede {
  max-width:570px;
  font-size:17px;
  line-height:1.65;
  margin-bottom:24px;
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
}

.primary {
  display:inline-flex;
  align-items:center;
  gap:34px;
  background:var(--accent);
  color:var(--on-accent);
  padding:17px 24px;
  border:1px solid var(--accent);
  border-radius:3px;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
}

.primary:hover {
  background:var(--accent-hover);
}

.text-link {
  font-size:14px;
  font-weight:600;
}

.text-link span {
  margin-left:8px;
}

.microcopy {
  font-size:12px;
  margin:18px 0 0;
}

.file-note {
  border-left:1px solid var(--border);
  padding-left:24px;
  margin-bottom:5px;
}

.file-icon {
  display:flex;
  align-items:center;
  width:40px;
  height:49px;
  border:1px solid var(--border);
  border-radius:2px;
  padding:5px;
  font:12px 'Courier New',monospace;
  color:var(--muted);
  margin-bottom:19px;
}

.file-note h2 {
  font-size:16px;
  font-weight:600;
  letter-spacing:0;
  margin-bottom:10px;
}

.file-note p {
  font-size:13px;
  margin-bottom:16px;
}

.file-note a {
  font-size:12px;
}

.review-example {
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:4px;
  overflow:hidden;
}

.example-bar {
  padding:17px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid var(--border);
}

.example-bar h2 {
  font-size:14px;
  font-weight:600;
  margin:0;
}

.example-bar>span {
  font-size:10px;
  color:var(--muted);
}

.example-body {
  display:grid;
  grid-template-columns:1fr 270px;
}

.example-records {
  padding:25px 22px;
  min-width:0;
}

.record-caption {
  display:flex;
  justify-content:space-between;
  gap:16px;
  color:var(--muted);
  font-size:10px;
  margin-bottom:18px;
}

.record-caption span:last-child {
  letter-spacing:0;
  font-weight:400;
}

.table-scroll {
  overflow-x:auto;
  width:100%;
}

table {
  width:100%;
  border-collapse:collapse;
  white-space:nowrap;
  text-align:left;
  font-size:12px;
}

th {
  font-weight:400;
  color:var(--muted);
  font-size:11px;
  padding:0 16px 12px 0;
  border-bottom:1px solid var(--border);
}

td {
  padding:16px 16px 16px 0;
  border-bottom:1px solid var(--border);
}

td:first-child {
  font-weight:600;
}

td:nth-child(2) {
  font-family:'Courier New',monospace;
  font-size:11px;
}

.stage {
  padding:4px 6px;
  background:var(--surface-soft);
  color:var(--muted);
  border-radius:2px;
  font-size:10px;
}

.record-note {
  margin:18px 0 0;
  font-size:12px;
}

.record-note span {
  margin-right:8px;
  color:var(--accent);
}

.example-decision {
  background:var(--surface-soft);
  border-left:1px solid var(--border);
  padding:25px 24px;
}

.status-label {
  color:var(--warning);
  font-size:9px;
}

.status-label:before {
  content:'';
  display:inline-block;
  width:6px;
  height:6px;
  background:var(--warning);
  border-radius:50%;
  margin-right:7px;
}

.example-decision h3 {
  font-size:23px;
  font-weight:500;
  letter-spacing:-.6px;
  margin:20px 0 10px;
}

.example-decision p {
  font-size:13px;
  margin-bottom:20px;
}

.example-decision a {
  font-size:12px;
  font-weight:600;
}

.example-bottom {
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:13px 22px;
  border-top:1px solid var(--border);
  font-size:11px;
  color:var(--muted);
}

.workflow {
  padding:58px 0 52px;
}

.section-heading {
  display:flex;
  align-items:baseline;
  gap:36px;
  margin-bottom:32px;
}

.section-heading .eyebrow {
  margin:0;
}

h2 {
  font-size:27px;
  font-weight:500;
  letter-spacing:-.8px;
  line-height:1.2;
}

.section-heading h2 {
  margin:0;
}

.steps {
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px;
  padding:0;
  margin:0;
}

.steps li {
  display:flex;
  gap:16px;
  border-top:1px solid var(--border);
  padding-top:23px;
}

.steps li>span {
  font:12px 'Courier New',monospace;
  color:var(--muted);
  padding-top:3px;
}

.steps h3 {
  font-size:14px;
  margin-bottom:10px;
}

.steps p {
  font-size:13px;
  margin:0;
}

.boundaries {
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:100px;
  padding:48px 0 52px;
  border-top:1px solid var(--border);
}

.boundaries .eyebrow {
  margin-bottom:17px;
}

.boundaries h2 {
  max-width:310px;
}

.boundaries p {
  font-size:14px;
  max-width:330px;
}

.boundaries dl {
  margin:0;
}

.boundaries dl>div {
  padding:0 0 20px;
  margin-bottom:20px;
  border-bottom:1px solid var(--border);
}

.boundaries dl>div:last-child {
  margin:0;
  padding:0;
  border:0;
}

dt {
  font-size:14px;
  font-weight:600;
  margin-bottom:8px;
}

dd {
  font-size:13px;
  line-height:1.65;
  color:var(--muted);
  margin:0;
}

.feedback {
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:100px;
  padding:32px 0 40px;
  border-top:1px solid var(--border);
}

.feedback h2 {
  font-size:23px;
}

.feedback p {
  font-size:13px;
  margin-bottom:12px;
  max-width:440px;
}

footer {
  padding:28px 0 32px;
  border-top:1px solid var(--border);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

footer strong {
  font-size:14px;
}

footer p {
  font-size:11px;
  margin:6px 0 0;
}

.footer-links {
  display:flex;
  justify-content:flex-end;
  align-content:flex-start;
  gap:14px;
  flex-wrap:wrap;
}

.footer-links a {
  font-size:11px;
  color:var(--muted);
}

.disclaimer {
  grid-column:1/-1;
  font-size:10px;
  max-width:950px;
  color:var(--muted);
}

.legal-page {
  width:min(760px,calc(100% - 40px));
  margin:auto;
  padding:64px 0;
}

.legal-page h1 {
  font-size:44px;
}

.legal-page h2 {
  font-size:24px;
  margin-top:36px;
}

.legal-page li {
  color:var(--muted);
  line-height:1.65;
  margin:8px 0;
}

.back-link {
  display:inline-block;
  margin-bottom:30px;
  color:var(--accent);
}

code {
  background:var(--surface-soft);
  padding:2px 5px;
  color:var(--accent);
}

.skip-link {
  position:absolute;
  left:16px;
  top:-80px;
  background:var(--surface);
  padding:14px;
  z-index:2;
}

.skip-link:focus {
  top:10px;
}

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

@media(max-width:950px) {
  .hero {
    grid-template-columns:1fr 190px;
    gap:30px;
  }
  .example-body {
    grid-template-columns:1fr;
  }
  .example-decision {
    border-left:0;
    border-top:1px solid var(--border);
  }
  .example-decision h3 {
    margin-top:10px;
  }
  .example-decision p {
    max-width:550px;
    margin-bottom:12px;
  }
  .boundaries,.feedback {
    gap:45px;
  }
  .example-bottom {
    flex-wrap:wrap;
  }
}

@media(max-width:640px) {
  .site-header,main,footer {
    width:calc(100% - 36px);
  }
  .site-header {
    min-height:74px;
    gap:12px;
  }
  .brand {
    font-size:18px;
  }
  nav>a:not(.nav-cta) {
    display:none;
  }
  .nav-cta {
    padding:9px;
    font-size:11px;
  }
  .nav-cta span {
    margin-left:4px;
  }
  .hero {
    grid-template-columns:1fr;
    padding:30px 0 28px;
    gap:28px;
  }
  h1 {
    font-size:clamp(32px,8.8vw,42px);
    letter-spacing:-1.4px;
  }
  .eyebrow {
    font-size:9px;
    margin-bottom:18px;
  }
  .lede {
    font-size:15px;
  }
  .hero-actions {
    gap:20px;
  }
  .file-note {
    display:none;
  }
  .microcopy {
    font-size:11px;
  }
  .example-bar {
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
    padding:15px;
  }
  .example-records {
    padding:20px 15px;
  }
  .example-bottom {
    padding:13px 15px;
  }
  .record-note {
    line-height:1.6;
  }
  .section-heading {
    display:block;
  }
  .section-heading .eyebrow {
    margin-bottom:12px;
  }
  .section-heading h2 {
    font-size:25px;
  }
  .workflow {
    padding:38px 0;
  }
  .steps {
    grid-template-columns:1fr;
    gap:23px;
  }
  .steps li {
    padding-top:18px;
  }
  .boundaries,.feedback {
    grid-template-columns:1fr;
    gap:26px;
    padding:32px 0;
  }
  .boundaries h2,.boundaries p {
    max-width:none;
  }
  .feedback h2 {
    margin-bottom:0;
  }
  footer {
    grid-template-columns:1fr;
  }
  .footer-links {
    justify-content:flex-start;
  }
  .legal-page h1 {
    font-size:36px;
  }
}

/* The opening screen leads with the task and one primary action. */
.hero h1 { font-weight: 600; }
.hero h1 span { display: inline-block; font-weight: 400; }
.hero .text-link { font-weight: 400; color: var(--muted); }
.hero .eyebrow { margin-bottom: 16px; }
.hero .microcopy { margin-top: 13px; }
.file-note { align-self: center; color: var(--muted); }
.example-bar h2 { font-size: 16px; }
.example-bar { background: var(--surface-soft); }
.example-decision { background: var(--surface-soft); }
.mobile-comparison { display: none; }

@media (max-width: 640px) {
  .site-header { min-height: 66px; }
  .nav-cta { min-height: 44px; display: inline-flex; align-items: center; }
  .hero h1 { margin-bottom: 18px; }
  .hero .lede { margin-bottom: 22px; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 6px; }
  .hero-actions .primary { width: 100%; min-height: 52px; justify-content: space-between; font-size: 15px; }
  .hero-actions .text-link { display: flex; align-items: center; justify-content: center; min-height: 44px; }
  .hero .microcopy { text-align: center; font-size: 11px; line-height: 1.6; margin-top: 7px; }
  .example-bar h2 { font-size: 16px; line-height: 1.4; }
  .record-caption { font-size: 10px; letter-spacing: .4px; }
  .desktop-comparison { display: none; }
  .mobile-comparison { display: table; table-layout: fixed; white-space: normal; }
  .mobile-comparison th, .mobile-comparison td {
    padding: 13px 8px; font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; font-weight: 400; line-height: 1.5;
    white-space: normal; overflow-wrap: anywhere; vertical-align: top;
    border-bottom: 1px solid var(--border);
  }
  .mobile-comparison thead th { color: var(--accent); font-weight: 600; padding-top: 0; }
  .mobile-comparison th:first-child { width: 24%; padding-left: 0; font-size: 11px; }
  .mobile-comparison tbody th { color: var(--muted); }
  .mobile-comparison td + td { border-left: 1px solid var(--border); }
  .mobile-comparison .different-values td { background: var(--warning-bg); color: var(--warning); }
  .record-note { font-size: 12px; margin-top: 14px; }
  .example-decision { padding: 20px 18px; }
  .example-decision h3 { font-size: 24px; margin-top: 12px; }
  .example-decision a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }
  .example-bottom { font-size: 11px; line-height: 1.5; }
  .example-bottom span:last-child { display: none; }
  .steps h3 { font-size: 16px; }
  .steps p, .boundaries p, .boundaries dd, .feedback p { font-size: 14px; }
  .footer-links { gap: 0 18px; }
  .footer-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; overflow-wrap: anywhere; }
}

/* Shared product identity, with quieter framing and stronger type hierarchy. */
:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.site-header{flex-wrap:wrap;min-height:96px;padding:18px 0;gap:20px}.site-header nav{margin-left:auto}
.hero{padding-top:76px;padding-bottom:64px}.hero h1{font-weight:600;letter-spacing:-.055em;line-height:1.08}.lede{max-width:610px;font-size:18px}
.primary,.nav-cta{border-radius:8px}.file-note{border-radius:12px;background:var(--surface);padding:28px;border:1px solid var(--border)}
.review-example{border-radius:14px;overflow:hidden;box-shadow:0 8px 36px #00000005}.example-bar{padding:20px 24px}.example-decision{background:var(--surface-soft)}
.feedback{border-radius:12px}.legal-page{max-width:820px}.legal-page>.display-controls{margin:24px 0 36px}.legal-page li{line-height:1.75;margin-bottom:14px;color:var(--muted)}
@media(max-width:900px){.site-header nav{order:3;flex-basis:100%;justify-content:flex-start}.site-header>.display-controls{margin-left:auto}.hero{padding-top:48px;padding-bottom:40px}}
@media(max-width:640px){.site-header,main,footer{width:calc(100% - 36px)}.site-header{gap:16px}.site-header .brand{font-size:19px}.site-header nav{gap:18px;flex-wrap:wrap}.hero h1{font-size:40px}.lede{font-size:16px}.file-note{padding:20px}.hero-actions{align-items:stretch}.primary{justify-content:center}.example-bar{padding:16px}.site-header>.display-controls{gap:6px}.display-controls select{max-width:106px}}

/* Studio: short introduction and one broad review surface. */
.site-header{min-height:88px;border-bottom:0}.hero{display:block;padding:32px 0 38px}
.hero-copy{display:grid;grid-template-columns:1.3fr 1fr;column-gap:64px;align-items:start}
.hero .eyebrow{grid-column:1/-1;margin-bottom:18px;letter-spacing:0;font:12px/1.5 'Segoe UI',sans-serif;text-transform:none}
.hero h1{grid-column:1;grid-row:2/5;font-size:46px;font-weight:450;letter-spacing:-.045em;line-height:1.15;margin:0}
.hero h1 span{font-weight:inherit}.hero h1 br{display:none}.hero .lede{grid-column:2;font-size:15px;line-height:1.75;margin:0}
.hero-actions{grid-column:2;gap:18px;margin-top:20px}.hero .microcopy{grid-column:2;font-size:11px;margin-bottom:0}
.primary,.nav-cta{border-radius:6px;box-shadow:none}.review-example{border-radius:12px;box-shadow:none;background:var(--surface)}
.example-body{display:grid;grid-template-columns:220px minmax(0,1fr)}
.example-decision{grid-column:1;grid-row:1;border-right:1px solid var(--border);padding:28px 22px;background:var(--surface)}
.example-decision h3{font-size:27px;font-weight:450;letter-spacing:-.03em}.example-decision p{font-size:13px}
.example-records{grid-column:2;grid-row:1;padding:28px;min-width:0}.example-bar{background:var(--surface);padding:20px 26px}
.example-bar h2{font-weight:500}.status-label,.record-caption,.example-bar>span{font-family:'Segoe UI',sans-serif;font-size:11px;letter-spacing:0}
.example-bottom{background:var(--surface)}.example-records td,.example-records th{border-left:0}
.feedback{box-shadow:none}.steps h3,.boundaries h2,.feedback h2{font-weight:500}
@media(max-width:1000px){.hero-copy{column-gap:32px}.hero h1{font-size:40px}.hero-actions{flex-wrap:wrap}.example-body{grid-template-columns:185px minmax(0,1fr)}.example-decision{padding:24px 18px}.example-records{padding:24px 20px}}
@media(max-width:640px){.hero{padding:24px 0 30px}.hero-copy{display:block}.hero h1{font-size:37px;line-height:1.15;margin-bottom:20px}.hero .lede{font-size:15px}.hero-actions{display:grid;margin-top:22px}.hero .microcopy{margin-top:12px}.example-body{display:flex;flex-direction:column}.example-decision{order:2;border-right:0;border-top:1px solid var(--border);padding:20px}.example-records{padding:20px 16px}.example-bar{padding:18px 16px}.example-decision h3{margin:8px 0 12px}.site-header nav{order:3}.review-example{border-radius:9px}}
