@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "DM Mono";
  src: url("/fonts/dm-mono-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

:root {
  color-scheme: light;
  --ink: #0a0a0a;
  --muted: #666666;
  --muted-light: #9a9a9a;
  --line: rgb(0 0 0 / 0.09);
  --paper: #ffffff;
  --ground: #f3f3f3;
  --soft: #f7f7f7;
  --soft-2: #eeeeee;
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --content-wide: 62rem;
  --content: 56rem;
  --content-copy: 48rem;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  background: var(--ground);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  background: var(--ground);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -0.018em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p, ul { margin-top: 0; }
h1, h2, h3, h4 { text-wrap: balance; }
p, li { text-wrap: pretty; }

.skip-link {
  position: fixed;
  top: .75rem;
  left: 50%;
  z-index: 100;
  padding: .65rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  transform: translate(-50%, -5rem);
  transition: transform .25s var(--ease);
}
.skip-link:focus { transform: translate(-50%, 0); }

.document {
  position: relative;
  width: min(calc(100% - 2rem), 92rem);
  margin: 1rem auto 1.25rem;
  background: var(--paper);
  border: 1px solid rgb(0 0 0 / 0.08);
  border-radius: 1.75rem;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.04), 0 24px 80px rgb(0 0 0 / 0.035);
}

.document-header {
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.25rem;
  margin: 0;
  padding: 1rem;
}

.brand-link {
  display: inline-flex;
  width: fit-content;
  min-height: 2rem;
  align-items: center;
}
.offbrand-logo { width: 3rem; height: auto; }

.cover {
  position: relative;
  min-height: min(48rem, calc(100svh - 6rem));
  margin: 0 1rem 1rem;
  overflow: hidden;
  border: 0;
  border-radius: 1.4rem;
  background: var(--paper);
}
.cover::before,
.cover::after {
  display: none;
}

.cover-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 1.5rem 7rem;
  text-align: center;
}
h1 {
  max-width: 17ch;
  margin-bottom: 1.75rem;
  font-size: clamp(2.9rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .94;
}
h1 span {
  display: block;
  margin-top: .12em;
  font: inherit;
  letter-spacing: inherit;
}
.cover-copy > p {
  max-width: 31rem;
  margin-bottom: 1.6rem;
  color: #5f5f5f;
  font-size: clamp(.95rem, 1.5vw, 1.1rem);
}

.hero-jump {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  gap: .65rem;
  padding: 0 1.15rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: .76rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.16);
  transition: transform .25s var(--ease), background .2s;
}
.hero-jump:hover { background: #202020; transform: translateY(-2px); }
.hero-jump:active { transform: scale(.98); }

.proposal-section {
  position: relative;
  width: min(100%, 76rem);
  margin: 0 auto;
  padding: 8.5rem clamp(1.25rem, 6vw, 5.5rem) 9.5rem;
  scroll-margin-top: 5rem;
}
.section-title {
  width: min(100%, var(--content));
  margin: 0 auto 4rem;
}
h2 {
  max-width: 17ch;
  margin-bottom: 0;
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1;
}
h3 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
}

.intro { min-height: 42rem; display: grid; align-content: center; }
.intro-copy {
  width: min(100%, var(--content-copy));
  margin-inline: auto;
}
.summary-list,
.delivery-register,
.timeline,
.funding-plan,
.terms-grid {
  width: min(100%, var(--content));
  margin-inline: auto;
}
.process-note,
.payments-intro,
.terms-note {
  width: min(100%, var(--content-copy));
  margin-inline: auto;
}
.intro-copy p { font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.6; }
.intro-copy p:last-child { margin-bottom: 0; color: var(--muted); }

.summary-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: var(--soft);
}
.summary-list > div { min-height: 16rem; padding: 1.6rem; }
.summary-list > div + div { border-left: 1px solid var(--line); }
.summary-list strong { color: var(--muted-light); font-family: "DM Mono", ui-monospace, monospace; font-size: .62rem; }
.summary-list h3 { margin: 3.25rem 0 1rem; font-size: clamp(1.35rem, 2.2vw, 1.9rem); line-height: 1.05; }
.summary-list p { max-width: 22rem; margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.55; }

.scope { width: min(100%, 86rem); }
.scope .section-title,
.scope-pillar {
  width: min(100%, var(--content-wide));
  margin-inline: auto;
}
.scope-pillar {
  margin-bottom: 2rem;
  padding: clamp(1.5rem, 3.4vw, 3rem);
  border: 1px solid rgb(0 0 0 / 0.07);
  border-radius: 1.6rem;
  background: #f7f7f7;
}
.pillar-heading {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding-bottom: 3rem;
}
.phase-number { display: block; margin-bottom: .6rem; color: var(--muted-light); font-family: "DM Mono", ui-monospace, monospace; font-size: .62rem; }
.pillar-heading h3 { margin-bottom: 1rem; font-size: clamp(1.8rem, 3.4vw, 3rem); }
.pillar-heading p { max-width: 39rem; margin: 0; color: var(--muted); font-size: .9rem; }
.module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: var(--paper);
}
.module-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.scope-module { min-width: 0; padding: 1.5rem; }
.scope-module:nth-child(even) { border-left: 1px solid var(--line); }
.scope-module:nth-child(n + 3) { border-top: 1px solid var(--line); }
.module-grid-three .scope-module { border-top: 0; }
.module-grid-three .scope-module + .scope-module { border-left: 1px solid var(--line); }
.scope-module > span { display: block; margin-bottom: 2.75rem; color: var(--muted-light); font-family: "DM Mono", ui-monospace, monospace; font-size: .58rem; }
.scope-module h4 { margin-bottom: 1.5rem; font-size: 1.05rem; font-weight: 500; letter-spacing: -.035em; }
.scope-module ul { margin: 0; padding-left: 1rem; color: var(--muted); }
.scope-module li { margin: .55rem 0; font-size: .8rem; line-height: 1.5; }
.phase-price {
  color: var(--ink);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: .76rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.scope-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.scope-footer > span { color: var(--muted); font-size: .7rem; }

.delivery-register {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.delivery-register li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: .75rem;
  min-height: 11rem;
  padding: 1.4rem 1.2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.delivery-register li:nth-child(3n) { border-right: 0; }
.delivery-register > li > span { color: var(--muted-light); font-family: "DM Mono", ui-monospace, monospace; font-size: .58rem; }
.delivery-register strong { display: block; margin-bottom: 2.8rem; font-size: .86rem; font-weight: 500; }
.delivery-register p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: var(--soft);
}
.timeline > div { min-height: 13rem; padding: 1.5rem; }
.timeline > div + div { border-left: 1px solid var(--line); }
.timeline span { display: block; color: var(--muted-light); font-family: "DM Mono", ui-monospace, monospace; font-size: .6rem; }
.timeline strong { display: block; margin: 4.2rem 0 .35rem; font-size: 1rem; font-weight: 500; }
.timeline p { margin: 0; color: var(--muted); font-size: .8rem; }
.process-note { margin-top: 1.25rem; color: var(--muted); font-size: .72rem; }

.investment {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, .72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: min(calc(100% - 4rem), 70rem);
  margin: 2rem auto 5rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 2rem;
  background: var(--ink);
  color: var(--paper);
  scroll-margin-top: 7rem;
}
.investment-label { margin-bottom: 1.35rem !important; color: #818181 !important; font-family: "DM Mono", ui-monospace, monospace; font-size: .66rem !important; letter-spacing: .06em; }
.total-price { display: block; font-size: clamp(4.25rem, 9vw, 6.8rem); font-weight: 500; letter-spacing: -.085em; line-height: .82; font-variant-numeric: tabular-nums; white-space: nowrap; }
.investment p { max-width: 30rem; margin: 0; color: #929292; font-size: .74rem; }
.investment-breakdown {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 1.25rem;
  list-style: none;
}
.investment-breakdown > li {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem;
}
.investment-breakdown > li + li { border-top: 1px solid rgb(255 255 255 / 0.12); }
.investment-breakdown span { color: #929292; font-size: .7rem; }
.investment-breakdown strong { font-family: "DM Mono", ui-monospace, monospace; font-size: .7rem; font-weight: 500; font-variant-numeric: tabular-nums; }

.payments-intro { margin-bottom: 2rem; color: var(--muted); font-size: .95rem; }
.funding-plan {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: var(--soft);
}
.monthly-plan { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.monthly-plan li { display: flex; min-height: 6.5rem; flex-direction: column; justify-content: space-between; padding: 1.1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.monthly-plan li:nth-child(3n) { border-right: 0; }
.monthly-plan li:nth-last-child(-n + 3) { border-bottom: 0; }
.monthly-plan span { color: var(--muted); font-family: "DM Mono", ui-monospace, monospace; font-size: .58rem; }
.monthly-plan strong { font-family: "DM Mono", ui-monospace, monospace; font-size: .72rem; font-weight: 500; font-variant-numeric: tabular-nums; }
.monthly-plan li:first-child { background: var(--ink); color: var(--paper); }
.monthly-plan li:first-child span { color: #9a9a9a; }
.funding-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); background: var(--paper); }
.funding-notes p { min-height: 8rem; margin: 0; padding: 1.2rem; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.funding-notes p + p { border-left: 1px solid var(--line); }
.funding-notes strong { display: block; margin-bottom: .45rem; color: var(--ink); font-weight: 500; }

.terms-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.term-item { padding: 1.4rem 1.2rem 1.6rem; }
.term-item + .term-item { border-left: 1px solid var(--line); }
.term-item h3 { margin-bottom: 2.25rem; font-size: 1rem; }
.term-item ul { margin: 0; padding: 0 0 0 1rem; color: var(--muted); }
.term-item li { margin: .55rem 0; font-size: .74rem; }
.terms-note { margin-top: 1.25rem; color: var(--muted); font-size: .7rem; }

.next-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 13rem;
  gap: 4rem;
  align-items: center;
  width: min(calc(100% - 2rem), 78rem);
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
  padding: clamp(3.5rem, 6vw, 5.5rem) clamp(2rem, 7vw, 6.5rem) clamp(4.5rem, 7vw, 7.5rem);
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  background: var(--soft);
}
.next-step h2 { max-width: 15ch; margin-bottom: 1.5rem; }
.next-step-copy { max-width: 37rem; margin-bottom: 1.6rem; color: var(--muted); font-size: .9rem; }
.cta-pill { display: inline-flex; min-height: 3rem; align-items: center; gap: 1.25rem; padding: 0 1.1rem; border-radius: 999px; background: var(--ink); color: var(--paper); font-size: .76rem; font-weight: 500; text-decoration: none; transition: transform .2s var(--ease); }
.cta-pill:hover { transform: translateY(-2px); }
.cta-pill:active { transform: scale(.98); }
address { display: flex; flex-direction: column; align-items: flex-start; font-style: normal; }
address strong { margin-bottom: 1rem; font-size: .9rem; font-weight: 500; }
address a { display: inline-flex; min-height: 1.65rem; align-items: center; color: var(--muted); font-size: .72rem; text-underline-offset: .2rem; }

.document-footer { display: flex; width: min(calc(100% - 2rem), 92rem); align-items: flex-end; justify-content: space-between; gap: 1rem; margin: 0 auto 5rem; padding: .75rem 2rem 0; color: var(--muted); font-family: "DM Mono", ui-monospace, monospace; font-size: .62rem; }
.document-footer p { max-width: 29rem; margin: 0; }
.document-footer span { flex: 0 0 auto; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: .045;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/></svg>");
}
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(1rem); }
  .js .reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .55s var(--ease), transform .55s var(--ease); }
}

@media (max-width: 64rem) {
  .section-title { margin: 0 auto 3rem; }
  .scope-pillar { margin-inline: auto; }
  .module-grid-three { grid-template-columns: 1fr; }
  .module-grid-three .scope-module + .scope-module { border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 48rem) {
  .document { width: calc(100% - 1rem); margin: .5rem auto 1rem; border-radius: 1.2rem; }
  .document-header { min-height: 3.75rem; padding: .85rem; }
  .offbrand-logo { width: 2.75rem; }

  .cover { min-height: max(37rem, calc(100svh - 4.5rem)); margin: 0 .5rem .5rem; border-radius: 1rem; }
  .cover-copy { padding: 4.5rem 1rem 5rem; }
  h1 { max-width: 14ch; font-size: clamp(2.55rem, 10.8vw, 3.45rem); line-height: .96; }
  .cover-copy > p { max-width: 17rem; font-size: .9rem; }

  .proposal-section { padding: 6.5rem 1rem 7.5rem; }
  .section-title { margin-bottom: 2.6rem; }
  h2 { max-width: 18ch; font-size: clamp(2rem, 8.2vw, 2.75rem); }
  .intro { min-height: auto; }
  .intro-copy p { font-size: 1rem; }

  .summary-list { display: block; border-radius: 1.15rem; }
  .summary-list > div { min-height: 13rem; padding: 1.2rem; }
  .summary-list > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .summary-list h3 { margin-top: 2.5rem; }

  .scope-pillar { margin-bottom: 1rem; padding: 1.1rem; border-radius: 1.2rem; }
  .pillar-heading { grid-template-columns: 1fr; gap: .75rem; padding-bottom: 2rem; }
  .pillar-heading h3 { max-width: 16rem; font-size: 2rem; }
  .module-grid, .module-grid-three { grid-template-columns: 1fr; border-radius: .95rem; }
  .scope-module { padding: 1.2rem; }
  .scope-module:nth-child(even), .module-grid-three .scope-module + .scope-module { border-left: 0; }
  .scope-module + .scope-module, .scope-module:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .scope-module > span { margin-bottom: 2rem; font-size: .68rem; }
  .scope-module h4 { font-size: 1.05rem; }
  .scope-module li { font-size: .8rem; }
  .phase-price { font-size: .75rem; }
  .scope-footer { margin-top: 1.25rem; padding-top: 1rem; }
  .scope-footer > span { font-size: .75rem; }

  .delivery-register { grid-template-columns: 1fr; }
  .delivery-register li { min-height: 9rem; border-right: 0; }
  .delivery-register strong { margin-bottom: 2rem; font-size: .9rem; }
  .delivery-register p { font-size: .78rem; }

  .timeline { display: block; border-radius: 1.15rem; }
  .timeline > div { min-height: 9.5rem; padding: 1.2rem; }
  .timeline > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .timeline strong { margin-top: 3rem; }
  .process-note { font-size: .78rem; }

  .investment { grid-template-columns: 1fr; gap: 2.5rem; width: calc(100% - 1rem); margin: .5rem auto 2.5rem; padding: 1.5rem; border-radius: 1.25rem; }
  .total-price { font-size: clamp(3.8rem, 18vw, 4.8rem); }
  .investment-breakdown > li { min-height: 3.6rem; }

  .funding-plan { border-radius: 1.15rem; }
  .monthly-plan { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .monthly-plan li { min-height: 5.5rem; }
  .monthly-plan span { font-size: .7rem; }
  .monthly-plan strong { font-size: .8rem; }
  .monthly-plan li:nth-child(3n) { border-right: 1px solid var(--line); }
  .monthly-plan li:nth-child(even) { border-right: 0; }
  .monthly-plan li:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line); }
  .monthly-plan li:nth-last-child(-n + 2) { border-bottom: 0; }
  .funding-notes { grid-template-columns: 1fr; }
  .funding-notes p { min-height: 0; }
  .funding-notes p { font-size: .8rem; }
  .funding-notes p + p { border-top: 1px solid var(--line); border-left: 0; }

  .terms-grid { grid-template-columns: 1fr; }
  .term-item + .term-item { border-top: 1px solid var(--line); border-left: 0; }
  .term-item h3 { margin-bottom: 1.5rem; }
  .term-item li { font-size: .8rem; }
  .terms-note { font-size: .78rem; }
  .next-step { grid-template-columns: 1fr; gap: 3rem; width: calc(100% - 1rem); margin-bottom: .5rem; padding: 1.5rem; border-radius: 1.2rem; }
  .next-step h2 { font-size: clamp(2.15rem, 9vw, 3rem); }
  .document-footer { width: calc(100% - 1rem); margin-bottom: 3.5rem; padding: .75rem 1rem 0; }
  .document-footer { font-size: .75rem; }
  .document-footer p { max-width: 15rem; }
}

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

@media print {
  body { background: #fff; }
  .document { width: 100%; margin: 0; border: 0; border-radius: 0; box-shadow: none; }
  .document-header { position: static; }
  .document-nav, .hero-jump, .grain { display: none; }
  .cover, .proposal-section, .scope-pillar, .investment, .next-step { break-inside: avoid; }
}
