:root {
  color-scheme: light;
  --ink: #102320;
  --ink-soft: #43534f;
  --forest: #0b1f1c;
  --forest-light: #173b34;
  --gold: #b9893e;
  --gold-light: #d8b978;
  --cream: #f5f1e8;
  --cream-deep: #e9e1d1;
  --paper: #fffdf8;
  --line: rgba(16, 35, 32, 0.14);
  --shadow: 0 24px 70px rgba(5, 22, 18, 0.14);
  --radius: 1.75rem;
  --display: Georgia, "Times New Roman", serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

a:focus-visible {
  border-radius: 0.3rem;
  outline: 3px solid #d49c3e;
  outline-offset: 4px;
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

h1 {
  font-size: clamp(3rem, 8vw, 6.7rem);
}

h2 {
  font-size: clamp(2.1rem, 4.8vw, 4rem);
}

h3 {
  font-size: 1.15rem;
  line-height: 1.3;
}

.container {
  margin-inline: auto;
  max-width: 76rem;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
  width: 100%;
}

.narrow {
  max-width: 60rem;
}

.skip-link {
  background: var(--paper);
  color: var(--forest);
  font-weight: 750;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  background: var(--forest);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
}

.header-inner {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  min-height: 5.25rem;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 1.17rem;
  font-weight: 750;
  gap: 0.7rem;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--gold-light);
  border-radius: 0.65rem;
  color: var(--forest);
  display: inline-flex;
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 700;
  height: 2.1rem;
  justify-content: center;
  width: 2.1rem;
}

.primary-nav {
  display: flex;
  gap: clamp(1rem, 3vw, 2.4rem);
  justify-content: center;
}

.primary-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 650;
  padding-block: 0.8rem;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: #fff;
}

.primary-nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--gold-light);
  text-decoration-thickness: 0.13rem;
  text-underline-offset: 0.55rem;
}

.launch-pill {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 99rem;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  padding: 0.52rem 0.82rem;
  text-transform: uppercase;
}

.hero {
  background: var(--forest);
  color: #fff;
  overflow: hidden;
  padding-block: clamp(4.5rem, 9vw, 8.5rem);
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, var(--gold-light), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.65;
  position: absolute;
  width: 55%;
}

.hero-orbit {
  border: 1px solid rgba(213, 179, 106, 0.18);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.orbit-one {
  height: 38rem;
  right: -17rem;
  top: -19rem;
  width: 38rem;
}

.orbit-two {
  bottom: -27rem;
  height: 48rem;
  left: 35%;
  width: 48rem;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(3.5rem, 8vw, 7rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.75fr);
  position: relative;
  z-index: 1;
}

.eyebrow {
  align-items: center;
  color: #8d6b34;
  display: flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 0.55rem;
  letter-spacing: 0.14em;
  margin-bottom: 1.35rem;
  text-transform: uppercase;
}

.eyebrow.light,
.hero .eyebrow {
  color: var(--gold-light);
}

.status-dot {
  background: var(--gold-light);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(216, 185, 120, 0.13);
  height: 0.43rem;
  width: 0.43rem;
}

.hero h1 {
  margin-bottom: 1.7rem;
  max-width: 13ch;
}

.hero-lead {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.65;
  max-width: 42rem;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-block: 2.4rem 1.5rem;
}

.button,
.button-secondary {
  align-items: center;
  border: 1px solid var(--gold-light);
  border-radius: 99rem;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 0.7rem;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.75rem 1.35rem;
  text-decoration: none;
}

.button {
  background: var(--gold-light);
  color: var(--forest);
}

.button:hover {
  background: #e5ca90;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.button-secondary:hover {
  border-color: #fff;
}

.hero-note {
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.82rem;
  max-width: 38rem;
}

.request-card {
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: clamp(1.4rem, 3vw, 2rem);
  transform: rotate(1.5deg);
}

.request-card-top {
  align-items: center;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: auto 1fr auto;
  margin-bottom: 2rem;
}

.request-card-top strong,
.request-kicker {
  display: block;
}

.request-kicker {
  color: var(--ink-soft);
  font-size: 0.74rem;
  margin-bottom: 0.15rem;
}

.monogram {
  align-items: center;
  background: var(--forest);
  border-radius: 0.7rem;
  color: var(--gold-light);
  display: inline-flex;
  font-family: var(--display);
  font-size: 1.25rem;
  height: 2.7rem;
  justify-content: center;
  width: 2.7rem;
}

.request-state {
  background: #e8f2ec;
  border-radius: 99rem;
  color: #216043;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.4rem 0.65rem;
  text-transform: uppercase;
}

.route-line {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin: 1.5rem 0 2.2rem;
}

.route-line span {
  background: var(--forest-light);
  border: 5px solid #dbe8e2;
  border-radius: 50%;
  height: 1.15rem;
  width: 1.15rem;
}

.route-line i {
  border-top: 1px dashed #8aa098;
}

.request-detail,
.request-total {
  align-items: baseline;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-block: 1rem;
}

.request-detail span,
.request-total span {
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.request-detail strong,
.request-total strong {
  font-size: 0.78rem;
  text-align: right;
}

.request-total {
  border-bottom: 1px solid var(--line);
}

.request-total strong {
  color: #7e5c28;
}

.request-card > p {
  color: var(--ink-soft);
  font-size: 0.72rem;
  line-height: 1.55;
  margin: 1.1rem 0 0;
}

.section {
  padding-block: clamp(5rem, 10vw, 9rem);
}

.compact-section {
  padding-block: clamp(3.8rem, 8vw, 6.5rem);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 0.55fr);
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.section-heading h2 {
  margin-bottom: 0;
  max-width: 15ch;
}

.section-heading > p {
  color: var(--ink-soft);
  margin-bottom: 0.4rem;
}

.steps-grid {
  counter-reset: steps;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0 0 2.4rem;
  padding: 0;
}

.steps-grid li {
  border-left: 1px solid var(--line);
  padding: 0.5rem clamp(1.1rem, 2.4vw, 2rem) 1rem;
}

.steps-grid li:first-child {
  border-left: 0;
  padding-left: 0;
}

.step-number {
  color: var(--gold);
  display: block;
  font-family: var(--display);
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.steps-grid h3 {
  margin-bottom: 0.7rem;
}

.steps-grid p,
.large-copy,
.feature-grid p {
  color: var(--ink-soft);
}

.text-link {
  color: #73501f;
  font-weight: 750;
}

.role-section {
  background: var(--forest);
  color: #fff;
}

.role-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
}

.role-intro {
  padding-right: clamp(0rem, 4vw, 4rem);
}

.role-intro h2 {
  margin-bottom: 1.6rem;
}

.role-intro > p:last-child {
  color: rgba(255, 255, 255, 0.67);
  max-width: 36rem;
}

.role-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.4rem;
  padding: clamp(1.7rem, 4vw, 2.6rem);
}

.provider-role {
  background: var(--cream);
  color: var(--ink);
}

.role-label {
  color: var(--gold-light);
  display: block;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.provider-role .role-label {
  color: #755220;
}

.check-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.check-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.85rem 0 0.85rem 1.5rem;
  position: relative;
}

.provider-role .check-list li {
  border-color: var(--line);
}

.check-list li::before {
  color: var(--gold-light);
  content: "✓";
  left: 0;
  position: absolute;
}

.provider-role .check-list li::before {
  color: #755220;
}

.boundary-note {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 1rem;
  grid-column: 1 / -1;
  grid-template-columns: 0.4fr 1.6fr;
  margin-top: 1.6rem;
  padding-top: 2rem;
}

.boundary-note p {
  color: rgba(255, 255, 255, 0.66);
  margin: 0;
}

.transparency-section {
  background: var(--cream);
}

.split-grid,
.boundary-grid {
  display: grid;
  gap: clamp(3rem, 9vw, 8rem);
  grid-template-columns: 0.8fr 1.2fr;
}

.split-grid h2,
.boundary-grid h2 {
  margin-bottom: 1.5rem;
}

.principle-list article {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1.4rem;
  grid-template-columns: auto 1fr;
  padding-block: 1.8rem;
}

.principle-list article > span {
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.1rem;
}

.principle-list article p {
  color: var(--ink-soft);
  margin-bottom: 0;
}

.feature-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid article {
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  padding: clamp(1.7rem, 3vw, 2.4rem);
}

.feature-mark {
  align-items: center;
  background: var(--cream);
  border-radius: 50%;
  color: #755220;
  display: flex;
  font-size: 1.35rem;
  height: 3rem;
  justify-content: center;
  margin-bottom: 2.7rem;
  width: 3rem;
}

.launch-section {
  padding-top: 0;
}

.launch-card {
  background: linear-gradient(130deg, var(--forest), #173f36);
  border-radius: var(--radius);
  color: #fff;
  display: grid;
  gap: clamp(2rem, 7vw, 6rem);
  grid-template-columns: 1fr 0.75fr;
  padding: clamp(2.3rem, 7vw, 5.4rem);
}

.launch-card p {
  color: rgba(255, 255, 255, 0.7);
}

.light-button {
  margin-top: 1rem;
}

.contact-strip {
  border-top: 1px solid var(--line);
}

.contact-grid {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.5fr 1fr 0.5fr;
}

.contact-grid h2 {
  margin: 0;
}

.contact-details {
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}

.contact-details span,
.contact-facts span {
  color: var(--ink-soft);
  font-size: 0.75rem;
  margin-bottom: 0.35rem;
}

.contact-details a,
.contact-details strong {
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.page-hero {
  background: var(--forest);
  color: #fff;
  padding-block: clamp(4.5rem, 10vw, 8rem);
}

.page-hero h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
  margin-bottom: 1.7rem;
  max-width: 14ch;
}

.page-hero > div > p:last-child {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  max-width: 45rem;
}

.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-list li {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(1.4rem, 5vw, 4rem);
  grid-template-columns: 4rem 1fr;
  padding-block: clamp(2rem, 5vw, 3.5rem);
}

.process-list li:first-child {
  padding-top: 0;
}

.process-list li > span {
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.4rem;
}

.process-list h2 {
  font-family: var(--sans);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.process-list p {
  color: var(--ink-soft);
  max-width: 48rem;
}

.pale-section {
  background: var(--cream);
}

.flow > * + * {
  margin-top: 1.3rem;
}

.legal-grid {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 8vw, 7rem);
  grid-template-columns: minmax(13rem, 0.48fr) minmax(0, 1.52fr);
}

.legal-summary {
  background: var(--cream);
  border-radius: 1.25rem;
  padding: 1.7rem;
  position: sticky;
  top: 2rem;
}

.legal-summary p:last-child {
  margin-bottom: 0;
}

.legal-body section {
  border-bottom: 1px solid var(--line);
  padding-block: 0 2.7rem;
}

.legal-body section + section {
  padding-top: 2.7rem;
}

.legal-body section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.legal-body h2 {
  font-family: var(--sans);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 720;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

.legal-body p,
.legal-summary p {
  color: var(--ink-soft);
}

.legal-body strong {
  color: var(--ink);
}

.contact-page-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.2fr 0.8fr;
}

.contact-panel {
  background: var(--forest);
  border-radius: var(--radius);
  color: #fff;
  padding: clamp(2.3rem, 7vw, 5rem);
}

.contact-panel h2 {
  margin-bottom: 2rem;
}

.contact-email {
  color: var(--gold-light);
  display: inline-block;
  font-size: clamp(1.15rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 2rem;
  overflow-wrap: anywhere;
}

.contact-panel > p:last-child {
  color: rgba(255, 255, 255, 0.68);
  max-width: 34rem;
}

.contact-facts {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(2rem, 5vw, 3.5rem);
}

.contact-facts > div {
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding-block: 1.35rem;
}

.contact-facts > div:first-child {
  padding-top: 0;
}

.contact-facts > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-facts p {
  margin-bottom: 0;
}

.site-footer {
  background: #071512;
  color: #fff;
  padding-block: 4.8rem 1.5rem;
}

.footer-main {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1.6fr 0.65fr 1fr 1fr;
}

.footer-brand {
  margin-bottom: 1.4rem;
}

.footer-main > div:first-child p {
  color: rgba(255, 255, 255, 0.56);
  max-width: 25rem;
}

.footer-main nav,
.footer-contact {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-main h2 {
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.footer-main nav a,
.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.42);
  display: flex;
  font-size: 0.75rem;
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 1.5rem;
}

@media (max-width: 900px) {
  .hero-grid,
  .section-heading,
  .split-grid,
  .boundary-grid,
  .launch-card,
  .legal-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 48rem;
  }

  .request-card {
    max-width: 34rem;
    transform: none;
  }

  .steps-grid,
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .role-grid,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .role-intro,
  .boundary-note,
  .contact-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .legal-summary {
    position: static;
  }

  .footer-main {
    grid-template-columns: 1.5fr 0.8fr 1fr;
  }

  .footer-contact {
    grid-column: 2 / -1;
  }
}

@media (max-width: 640px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    padding-block: 0.75rem;
  }

  .primary-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    gap: 1.4rem;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 0.2rem;
  }

  .primary-nav a {
    white-space: nowrap;
  }

  .launch-pill {
    font-size: 0.64rem;
  }

  .hero {
    padding-top: 4rem;
  }

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

  .hero-actions,
  .hero-actions a {
    width: 100%;
  }

  .request-card-top {
    grid-template-columns: auto 1fr;
  }

  .request-state {
    grid-column: 2;
    justify-self: start;
  }

  .steps-grid,
  .feature-grid,
  .role-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid li,
  .steps-grid li:first-child {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 1.6rem 0;
  }

  .step-number {
    margin-bottom: 0.7rem;
  }

  .boundary-note {
    grid-template-columns: 1fr;
  }

  .contact-details {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 1.3rem;
  }

  .process-list li {
    gap: 0.7rem;
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main > div:first-child,
  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .hero-orbit {
    display: none;
  }

  body {
    background: #fff;
    color: #000;
  }

  .page-hero,
  .role-section,
  .contact-panel {
    background: #fff;
    color: #000;
  }

  .legal-grid {
    display: block;
  }
}
