@font-face {
  font-family: "BR Sonoma";
  src: url("https://framerusercontent.com/assets/UEwcmtfcPoiFI5TQFY4y77HQxg.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "BR Sonoma";
  src: url("https://framerusercontent.com/assets/gwoSe7SdW1paq1oa52gL444qzIE.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "BR Sonoma";
  src: url("https://framerusercontent.com/assets/PQEleuVopU2P2f1u8XyesiKFEeQ.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Martina Plantijn";
  src: url("https://framerusercontent.com/assets/cqrWf2z4mxznqVIueo2ZYsoH0.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Martina Plantijn";
  src: url("https://framerusercontent.com/assets/Dl5BIAEv6ExoxHjWAEtioCNNAI8.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Rooftop Mono";
  src: url("https://framerusercontent.com/assets/8nimFaKFlDwZe47cBuY2qD4C2k.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --ink: #080808;
  --ink-soft: #2b2b2b;
  --charcoal: #030303;
  --charcoal-soft: #0a0a0a;
  --paper: #f3f3f1;
  --paper-strong: #ffffff;
  --paper-muted: #e8e8e4;
  --line: #d1d1cc;
  --line-dark: #242424;
  --muted: #666666;
  --muted-dark: #c8c8c3;
  --accent: #111111;
  --accent-strong: #000000;
  --white: #ffffff;
  --font-ui: "BR Sonoma", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Martina Plantijn", Georgia, "Times New Roman", serif;
  --font-mono: "Rooftop Mono", "SFMono-Regular", Consolas, monospace;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.52;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: rgba(255, 255, 255, 0.22);
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

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

.site-header {
  z-index: 20;
  border-bottom: 0;
  color: var(--white);
}

.site-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}

.site-header-solid {
  position: sticky;
  top: 0;
  background: rgba(17, 16, 15, 0.92);
  backdrop-filter: blur(18px);
}

.nav-shell {
  max-width: 1320px;
  margin: 0 auto;
  min-height: 76px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.site-header-transparent .nav-shell {
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.72);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  color: inherit;
  text-decoration: none;
  font-family: var(--font-ui);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.nav-cta {
  text-decoration: none;
}

.nav-cta:hover {
  color: var(--white);
}

.nav-actions {
  display: flex;
  justify-content: flex-end;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.nav-cta:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    var(--charcoal);
  background-size: 48px 48px, 48px 48px, auto;
  color: var(--white);
}

.hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(72vw, 1020px);
  overflow: hidden;
  opacity: 0.86;
}

.hero-photo::before,
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-photo::before {
  background:
    linear-gradient(90deg, var(--charcoal) 0%, rgba(3, 3, 3, 0.94) 21%, rgba(3, 3, 3, 0.4) 56%, rgba(3, 3, 3, 0.18) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.02) 0%, rgba(3, 3, 3, 0.64) 100%);
}

.hero-photo::after {
  background: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mix-blend-mode: screen;
  opacity: 0.42;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 48%;
  filter: grayscale(1) contrast(1.14) brightness(0.74);
  transform: scale(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(3, 3, 3, 0), var(--charcoal));
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 146px 28px 138px;
  display: block;
  align-items: center;
  min-width: 0;
}

.site-header-transparent + main .hero-shell {
  padding-top: 190px;
}

.hero-copy {
  max-width: 680px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero .eyebrow,
.outputs-section .eyebrow,
.close-section .eyebrow {
  color: var(--white);
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
  min-width: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 300;
}

h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: 74px;
  line-height: 0.96;
}

h2 {
  margin-bottom: 18px;
  font-size: 46px;
  line-height: 1.04;
}

h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
}

.lede {
  max-width: 590px;
  margin-bottom: 30px;
  color: var(--muted-dark);
  font-size: 19px;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.hero-access {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--white);
  color: var(--charcoal);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.hero-access:hover {
  background: #dcdcdc;
}

.hero-visual {
  min-width: 0;
}

.report-window {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #111111;
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.report-window:hover {
  border-color: rgba(255, 255, 255, 0.34);
}

.window-bar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #1a1a1a;
}

.window-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.window-url {
  margin-left: 10px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-preview {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 520px;
}

.report-rail {
  padding: 28px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.report-rail span {
  display: block;
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
}

.report-rail .rail-active {
  color: var(--white);
  font-weight: 700;
}

.report-main {
  padding: 34px;
}

.report-kicker,
.report-foot {
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.report-main h2 {
  max-width: 720px;
  margin-bottom: 26px;
  color: var(--white);
  font-size: 35px;
  line-height: 1.08;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.metric-strip div {
  min-width: 0;
  padding: 18px 14px 18px 0;
}

.metric-strip strong {
  display: block;
  color: var(--paper-strong);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.metric-strip span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.insight-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0;
}

.insight {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
}

.insight span {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.72;
}

.insight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.48;
}

.section-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 28px;
  min-width: 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.section-heading h2,
.close-section h2 {
  margin-bottom: 0;
}

.section-copy {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.process-section {
  background: #f7f7f4;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.process-item,
.output-card,
.sample-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-strong);
}

.process-item {
  display: flex;
  min-height: 288px;
  flex-direction: column;
  padding: 32px;
  border-color: rgba(8, 8, 8, 0.13);
}

.process-item span {
  display: block;
  margin-bottom: 52px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 400;
}

.process-item h3,
.output-card h3 {
  margin-bottom: 12px;
  color: var(--ink);
}

.process-item h3 {
  font-size: 24px;
  line-height: 1.18;
}

.process-item p,
.output-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.outputs-section {
  background: var(--charcoal);
  color: var(--white);
}

.outputs-section .section-heading h2 {
  color: var(--white);
}

.outputs-section .section-heading {
  color: var(--muted-dark);
}

.output-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.output-card {
  padding: 26px;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.05);
}

.output-card h3 {
  color: var(--white);
}

.output-card p {
  color: rgba(255, 255, 255, 0.66);
}

.sample-section {
  background: var(--paper-strong);
}

.sample-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.sample-card {
  min-height: 188px;
  padding: 22px;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.sample-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.sample-card span {
  display: block;
  margin-bottom: 28px;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 300;
}

.sample-card strong {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.25;
}

.sample-card em {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.report-sample-card {
  display: flex;
  flex-direction: column;
}

.report-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.report-card-top span {
  margin-bottom: 0;
}

.report-card-top em {
  margin-top: 6px;
  text-align: right;
  white-space: nowrap;
}

.report-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
}

.report-actions a {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--paper);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.report-actions a:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--white);
}

.close-section {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--charcoal-soft);
  background-size: 48px 48px, 48px 48px, auto;
  color: var(--white);
}

.close-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: 92px 28px;
  text-align: center;
}

.close-shell h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.close-shell p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  color: var(--muted-dark);
  font-size: 18px;
}

.close-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 740px;
  margin: 0 auto 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.close-points span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

.access-form {
  max-width: 820px;
  margin: 0 auto;
}

.access-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
}

.access-form input,
.access-form button {
  min-width: 0;
  min-height: 50px;
  border-radius: 6px;
  font-size: 15px;
}

.access-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 0 15px;
  outline: none;
}

.access-form input::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.access-form input:focus {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.11);
}

.access-form button {
  border: 0;
  background: var(--white);
  color: var(--charcoal);
  padding: 0 18px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.access-form button:hover {
  background: #dcdcdc;
}

.site-footer {
  padding: 0;
  border-top: 1px solid var(--line);
  background: var(--paper-strong);
  color: var(--muted);
}

.footer-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 34px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-footer .brand {
  color: var(--ink);
}

.site-footer p {
  max-width: 620px;
  margin: 0;
  font-size: 14px;
  text-align: right;
}

.thanks-main {
  min-height: 72vh;
  background: var(--paper);
}

.thanks-hero {
  max-width: 1060px;
  margin: 0 auto;
  padding: 96px 28px 70px;
}

.thanks-panel {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-strong);
}

.thanks-panel h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: 58px;
}

.thanks-panel p {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 18px;
}

.thanks-samples {
  margin-top: 34px;
}

.thanks-samples h2 {
  margin-bottom: 22px;
  font-size: 34px;
}

.close-shell .eyebrow,
.thanks-panel .eyebrow {
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 12px;
}

.close-shell .eyebrow {
  color: var(--white);
}

@media (max-width: 1100px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .report-preview {
    min-height: 450px;
  }

  .output-grid,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 780px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
    min-height: 62px;
    padding: 0 20px;
    gap: 18px;
  }

  .hero-shell,
  .section-shell,
  .close-shell,
  .thanks-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-shell {
    padding-top: 72px;
    padding-bottom: 64px;
  }

  .site-header-transparent + main .hero-shell {
    padding-top: 132px;
  }

  h1 {
    max-width: 390px;
    font-size: 44px;
    line-height: 1;
  }

  h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .lede {
    font-size: 17px;
  }

  .lede {
    max-width: 390px;
  }

  .report-preview {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .report-rail {
    display: none;
  }

  .report-main {
    padding: 24px;
  }

  .report-main h2 {
    font-size: 28px;
  }

  .metric-strip,
  .insight-board,
  .output-grid,
  .process-list,
  .sample-grid,
  .close-points,
  .access-fields {
    grid-template-columns: 1fr;
  }

  .process-list,
  .output-grid,
  .sample-grid {
    width: 100%;
  }

  .process-item,
  .output-card,
  .sample-card {
    width: 100%;
    max-width: 100%;
  }

  .metric-strip div {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .metric-strip div:last-child {
    border-bottom: 0;
  }

  .section-shell {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-shell {
    display: block;
    padding: 32px 20px;
  }

  .site-footer p {
    margin-top: 14px;
    text-align: left;
  }

  .thanks-panel {
    padding: 28px;
  }

  .thanks-panel h1 {
    font-size: 44px;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 650px;
  }

  .hero-shell {
    padding-top: 66px;
  }

  .hero-copy {
    max-width: 100%;
  }

  h1 {
    max-width: 340px;
    font-size: 38px;
  }

  .lede {
    max-width: 340px;
    font-size: 16px;
  }

  .close-shell h2 {
    font-size: 32px;
  }

  .thanks-panel h1 {
    font-size: 38px;
    line-height: 1.03;
  }

  .thanks-panel p {
    font-size: 16px;
  }

  .nav-cta {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .report-actions {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .brand {
    font-size: 18px;
  }

  h1 {
    max-width: 320px;
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  .thanks-panel h1 {
    font-size: 34px;
  }

  .hero-access {
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  .access-form button {
    width: 100%;
  }

  .window-url {
    max-width: 210px;
  }

  .report-main {
    padding: 20px;
  }

  .report-main h2 {
    font-size: 24px;
  }

  .report-card-top {
    display: block;
  }

  .report-card-top em {
    margin-top: 8px;
    text-align: left;
    white-space: normal;
  }
}
