:root {
  --v735-ink: #17251f;
  --v735-muted: #5a6a62;
  --v735-paper: #fbfaf6;
  --v735-sage: #dce8df;
  --v735-moss: #284c3b;
  --v735-gold: #bb8b3d;
  --v735-rule: #ccd7d0;
  --v735-danger: #8d2f2f;
}

.route-evaluate,
.route-validation-status,
.route-verification {
  background: linear-gradient(180deg, #f4f1e9 0, var(--v735-paper) 28rem);
  color: var(--v735-ink);
}

.v735-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 3rem) clamp(1rem, 3vw, 2.5rem) 5rem;
}

.v735-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(17rem, .7fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  padding: clamp(2rem, 6vw, 5rem) 0 3rem;
  border-bottom: 1px solid var(--v735-rule);
}

.v735-hero h1 {
  max-width: 14ch;
  margin: .35rem 0 1rem;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: .91;
  letter-spacing: -.045em;
}

.v735-hero .lede {
  max-width: 66ch;
  font-size: clamp(1.12rem, 2vw, 1.38rem);
}

.v735-hero-aside,
.v735-boundary,
.v735-zero-state {
  padding: 1.25rem;
  border: 1px solid var(--v735-rule);
  border-radius: .35rem;
  background: rgba(255, 255, 255, .68);
}

.v735-hero-aside strong,
.v735-zero-number {
  display: block;
  color: var(--v735-moss);
  font-family: Georgia, serif;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 500;
  line-height: 1;
}

.v735-local-nav {
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  padding: 1rem 0;
  border-bottom: 1px solid var(--v735-rule);
  scrollbar-width: thin;
}

.v735-local-nav a,
.v735-chip {
  flex: 0 0 auto;
  padding: .48rem .72rem;
  border: 1px solid var(--v735-rule);
  border-radius: 999px;
  color: var(--v735-moss);
  background: #fff;
  font-size: .83rem;
  font-weight: 700;
  text-decoration: none;
}

.v735-section {
  padding: clamp(2.4rem, 6vw, 5.5rem) 0;
  border-bottom: 1px solid var(--v735-rule);
}

.v735-section-heading {
  display: grid;
  grid-template-columns: minmax(12rem, .55fr) minmax(0, 1.45fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.v735-section h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1;
  letter-spacing: -.035em;
}

.v735-eyebrow {
  color: var(--v735-moss);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v735-path {
  display: grid;
  grid-template-columns: repeat(7, minmax(7rem, 1fr));
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v735-path li {
  position: relative;
  min-height: 8.5rem;
  padding: 1rem;
  border-top: 3px solid var(--v735-gold);
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 37, 31, .06);
}

.v735-path span {
  display: block;
  margin-bottom: 1.4rem;
  color: var(--v735-gold);
  font-weight: 800;
}

.v735-task-grid,
.v735-metric-grid,
.v735-link-grid,
.v735-distinction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.v735-task,
.v735-metric,
.v735-link-card,
.v735-distinction-grid article {
  padding: 1.35rem;
  border: 1px solid var(--v735-rule);
  border-radius: .35rem;
  background: #fff;
}

.v735-task h3,
.v735-link-card h3,
.v735-distinction-grid h3 {
  margin: .35rem 0 .75rem;
  font-size: 1.25rem;
}

.v735-task p,
.v735-link-card p,
.v735-distinction-grid p {
  color: var(--v735-muted);
}

.v735-task footer {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem;
}

.v735-task footer a,
.v735-text-link {
  color: var(--v735-moss);
  font-weight: 750;
}

.v735-feedback {
  display: grid;
  gap: 1.6rem;
  padding: clamp(1.2rem, 3vw, 2.25rem);
  border: 1px solid var(--v735-rule);
  border-radius: .4rem;
  background: #fff;
}

.v735-feedback fieldset {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0 0 1.5rem;
  border: 0;
  border-bottom: 1px solid var(--v735-rule);
}

.v735-feedback legend {
  margin-bottom: 1rem;
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.v735-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.v735-field {
  display: grid;
  gap: .4rem;
}

.v735-field > span,
.v735-checks > span {
  font-weight: 750;
}

.v735-field small,
.v735-form-note,
.v735-privacy-copy {
  color: var(--v735-muted);
}

.v735-feedback input[type="text"],
.v735-feedback input[type="email"],
.v735-feedback select,
.v735-feedback textarea {
  width: 100%;
  min-height: 2.9rem;
  padding: .7rem .8rem;
  border: 1px solid #9eada5;
  border-radius: .25rem;
  background: #fff;
  color: var(--v735-ink);
  font: inherit;
}

.v735-feedback textarea {
  min-height: 7rem;
  resize: vertical;
}

.v735-checks {
  display: grid;
  gap: .65rem;
}

.v735-check {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
}

.v735-check input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: .14rem;
}

.v735-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.v735-status {
  padding: .8rem 1rem;
  border-left: 4px solid var(--v735-moss);
  background: var(--v735-sage);
}

.v735-status[data-state="error"] {
  border-color: var(--v735-danger);
  color: var(--v735-danger);
  background: #fff3f2;
}

.v735-status[hidden],
[data-pilot-fields][hidden] {
  display: none;
}

.v735-metric strong {
  display: block;
  color: var(--v735-moss);
  font-family: Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 500;
}

.v735-metric span {
  color: var(--v735-muted);
}

.v735-method-list dt {
  margin-top: 1.4rem;
  color: var(--v735-moss);
  font-weight: 800;
}

.v735-method-list dd {
  max-width: 72ch;
  margin: .3rem 0 0;
}

.v735-code-list {
  display: grid;
  gap: .7rem;
  padding: 0;
  list-style: none;
}

.v735-code-list li {
  display: grid;
  gap: .3rem;
  padding: 1rem;
  border: 1px solid var(--v735-rule);
  background: #fff;
}

.v735-code-list code {
  overflow-wrap: anywhere;
  color: var(--v735-moss);
}

.v735-home-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  margin: 2rem auto;
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid var(--v735-rule);
  background: linear-gradient(125deg, #eff4ee, #fffaf0);
}

.v735-home-feature h2 {
  margin: .25rem 0 .6rem;
}

.v735-boundary strong {
  color: var(--v735-moss);
}

.v735-boundary ul {
  margin-bottom: 0;
}

.v735-noscript {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--v735-gold);
  background: #fff9ea;
}

.route-evaluate :focus-visible,
.route-validation-status :focus-visible,
.route-verification :focus-visible {
  outline: 3px solid #2459a9;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .v735-hero,
  .v735-section-heading,
  .v735-home-feature {
    grid-template-columns: 1fr;
  }

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

  .v735-task-grid,
  .v735-metric-grid,
  .v735-link-grid,
  .v735-distinction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .v735-path,
  .v735-task-grid,
  .v735-metric-grid,
  .v735-link-grid,
  .v735-distinction-grid,
  .v735-form-grid {
    grid-template-columns: 1fr;
  }

  .v735-path li {
    min-height: auto;
  }

  .v735-hero h1 {
    font-size: clamp(2.8rem, 15vw, 4.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

@media print {
  .reader-header,
  .site-footer,
  .v735-local-nav,
  .v735-form-actions,
  .analytics-consent {
    display: none !important;
  }

  .v735-shell {
    max-width: none;
    padding: 0;
  }

  .v735-task,
  .v735-metric,
  .v735-link-card {
    break-inside: avoid;
  }
}
