@import url("styles.css");

@font-face {
  font-display: swap;
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  src: url("fonts/Geist-Variable.woff2") format("woff2-variations");
}

:root {
  color-scheme: dark;
  --bg: #101110;
  --surface: #151615;
  --surface-soft: #1a1b1a;
  --ink: #f0f0eb;
  --muted: #a2a39e;
  --line: #52534f;
  --night: #0b0c0b;
  --signal: #f0f0eb;
  --signal-dark: #f0f0eb;
  --coral: #c8c8c2;
  --amber: #8e8f89;
  --focus: #ffffff;
  --section-gap: clamp(2.75rem, 6vw, 5rem);
  --panel-pad: clamp(1.25rem, 3.5vw, 2.8rem);
  font-family: "Geist", "Segoe UI", Arial, sans-serif;
}

body {
  background:
    radial-gradient(
      ellipse 72rem 48rem at 78% 3%,
      rgba(207, 222, 219, 0.14) 0%,
      rgba(137, 156, 153, 0.065) 30%,
      transparent 68%
    ),
    radial-gradient(
      ellipse 52rem 68rem at 6% 62%,
      rgba(104, 119, 116, 0.055) 0%,
      transparent 64%
    ),
    linear-gradient(155deg, #090a0a 0%, #111312 48%, #090a0a 100%);
  background-attachment: fixed;
  background-color: var(--bg);
  font-weight: 400;
  letter-spacing: -0.006em;
  min-height: 100vh;
}

.draft-banner {
  background: #1a1b19;
  border-color: #4b4c47;
  color: #c9c9c4;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  padding-block: 0.55rem;
}

.site-header,
main,
footer {
  max-width: 76rem;
}

.site-header {
  border-bottom: 1px solid var(--line);
  padding-block: 1.45rem;
}

.brand {
  color: var(--ink);
  gap: 0.8rem;
}

.brand-logo {
  border-radius: 0.45rem;
  display: block;
  flex: 0 0 auto;
  height: 2.6rem;
  object-fit: cover;
  width: 2.6rem;
}

.brand-mark {
  background: transparent;
  border: 1px solid #6c6d68;
  border-radius: 0;
  height: 2.1rem;
  width: 2.1rem;
}

.brand-mark::before,
.brand-mark::after {
  background: var(--ink);
  height: 1px;
  width: 0.7rem;
}

.brand-mark span {
  background: var(--ink);
  height: 0.3rem;
  width: 0.3rem;
}

.brand-copy strong {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-copy small,
nav a,
footer {
  color: var(--muted);
}

.brand-copy small {
  font-size: 0.62rem;
  letter-spacing: 0.03em;
}

nav ul {
  gap: 1.2rem;
}

nav a {
  border-radius: 0;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  padding: 0.4rem 0;
  text-transform: uppercase;
}

nav a:hover,
nav a[aria-current="page"] {
  background: transparent;
  box-shadow: inset 0 -1px 0 var(--ink);
  color: var(--ink);
}

main {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.home-hero {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  border-top: 1px solid var(--line);
  box-shadow: none;
  color: var(--ink);
  padding: clamp(2.8rem, 8vw, 6.5rem) 0;
}

.hero-copy {
  align-items: start;
  display: grid;
  gap: 1.5rem clamp(2rem, 7vw, 7rem);
  grid-template-columns: minmax(8rem, 0.34fr) minmax(0, 1.66fr);
}

.hero-copy .eyebrow {
  grid-column: 1;
  grid-row: 1;
}

.hero h1,
.section-heading h2,
.sample-heading h2 {
  font-weight: 500;
}

.hero h1 {
  font-size: clamp(3rem, 7.2vw, 6.8rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
  grid-column: 2;
  grid-row: 1;
}

.home-hero .lede {
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.16rem);
  grid-column: 2;
  margin: 0;
  max-width: 48ch;
}

.eyebrow,
.comparison-label {
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.eyebrow::before {
  background: var(--muted);
  border-radius: 0;
  box-shadow: none;
  height: 1px;
  width: 1.5rem;
}

.section-heading {
  display: grid;
  gap: 1rem clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(9rem, 0.32fr) 1fr;
  margin-bottom: 1.65rem;
}

.section-heading .eyebrow {
  margin-top: 0.48rem;
}

.section-heading h2 {
  font-size: clamp(1.85rem, 3.8vw, 3.7rem);
  letter-spacing: -0.045em;
  line-height: 1;
  max-width: 19ch;
}

.direct-section {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-left: 0;
  border-radius: 0;
  display: grid;
  gap: 1.5rem clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(10rem, 0.55fr) minmax(0, 1.45fr);
  padding: 0 0 clamp(2.5rem, 5vw, 4rem);
}

.direct-section .section-heading {
  display: block;
  margin: 0;
}

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

.section-summary {
  align-self: end;
  color: #b8b9b4;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  max-width: 58ch;
}

.step-grid {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  gap: 0;
  grid-template-columns: 1fr;
}

.step-grid li {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: clamp(1rem, 4vw, 4rem);
  grid-template-columns: 5rem 1fr;
  padding: 1.15rem 0;
}

.step-grid li:last-child {
  border-bottom: 0;
}

.step-grid li > span {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #c6c7c2;
  display: block;
  font-size: 0.63rem;
  font-weight: 600;
  height: auto;
  letter-spacing: 0.12em;
  margin-bottom: 0;
  text-align: left;
  width: auto;
}

.step-grid strong {
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 500;
}

.step-grid p {
  color: var(--muted);
  font-size: 0.9rem;
}

.sample-section {
  background: #141514;
  border: 0;
  border-bottom: 2px solid #73746f;
  border-top: 2px solid #73746f;
  border-radius: 0;
  box-shadow: none;
  color: var(--ink);
  padding: clamp(1.25rem, 3.5vw, 2.7rem);
}

.sample-app-bar {
  border-color: #40413e;
  color: #8f908b;
  font-size: 0.65rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sample-app-name,
.sample-context strong {
  color: var(--ink);
}

.sample-app-mark {
  background: var(--ink);
  border-radius: 0;
  box-shadow: none;
  height: 0.35rem;
  width: 0.35rem;
}

.sample-heading {
  align-items: end;
}

.sample-heading h2 {
  font-size: clamp(1.65rem, 3.4vw, 3.1rem);
  letter-spacing: -0.042em;
  line-height: 0.98;
}

.result-badge {
  background: transparent;
  border: 1px solid #60615c;
  border-radius: 0;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 500;
}

.result-badge span {
  background: var(--ink);
  border-radius: 0;
  height: 0.35rem;
  width: 0.35rem;
}

.sample-context,
.sample-note {
  color: var(--muted);
}

.sample-context {
  border-bottom: 1px solid #40413e;
  padding-bottom: 1.25rem;
}

.sample-table th,
.sample-table td {
  border-color: #40413e;
}

.sample-table {
  display: grid;
  grid-template-columns: minmax(9rem, 0.65fr) minmax(0, 0.9fr) minmax(0, 1.35fr) minmax(0, 1fr);
}

.sample-table thead,
.sample-table tbody,
.sample-table tr {
  display: contents;
}

.sample-table tbody th,
.sample-table tbody td,
.sample-table .value-approved,
.sample-table .value-changed,
.sample-table .value-current {
  background: #111211;
  min-width: 0;
  position: relative;
}

.sample-table tbody th {
  border-left: 0;
  font-weight: 500;
}

.sample-table .value-approved {
  background: #1c1d1c;
  box-shadow: inset 0 3px 0 #a5a6a1;
}

.sample-table .value-changed {
  background: #292a28;
  box-shadow: inset 0 3px 0 #f0f0eb;
}

.sample-table .value-current {
  background: #171817;
  box-shadow: inset 0 3px 0 #666762;
}

.sample-table .value-changed strong,
.sample-table .value-current strong {
  color: var(--ink);
}

.sample-table .value-approved::before,
.sample-table .value-changed::before,
.sample-table .value-current::before {
  color: #b4b5b0;
  content: "○";
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.7rem;
}

.sample-table .value-changed::before {
  color: var(--ink);
  content: "↗";
}

.sample-table .value-current::before {
  color: #868782;
  content: "●";
}

.sample-table thead th,
.sample-table td span {
  color: #878883;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.difference-section {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.comparison-grid {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  gap: 0;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
}

.comparison-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(1.4rem, 3vw, 2.5rem);
}

.comparison-native {
  border-right: 1px solid var(--line);
}

.comparison-product {
  background: #1e1f1e;
  color: var(--ink);
}

.comparison-product .comparison-label {
  color: var(--ink);
}

.comparison-card h3 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.comparison-note {
  border-color: #494a46;
  color: #a3a49f;
}

.benefit-grid {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  gap: 0;
  grid-template-columns: 1fr;
}

.benefit-card {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 0.6rem clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: 2.5rem minmax(12rem, 0.5fr) minmax(0, 1fr);
  padding: 1.25rem 0;
}

.benefit-card:last-child {
  border-bottom: 0;
}

.result-icon {
  background: transparent;
  border: 1px solid #5d5e59;
  border-radius: 0;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 500;
  height: 2.1rem;
  width: 2.1rem;
}

.benefit-card h3 {
  font-size: 1.08rem;
  font-weight: 500;
}

.benefit-card h3,
.benefit-card p {
  margin: 0;
}

.benefit-card p {
  color: var(--muted);
  font-size: 0.9rem;
}

.trust-panel {
  background: transparent;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  border-top: 1px solid var(--line);
  color: #9c9d98;
  display: grid;
  gap: 0.75rem 1.5rem;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  padding: 1.25rem 0;
}

.trust-panel strong {
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.trust-panel span {
  border-left: 1px solid var(--line);
  font-size: 0.75rem;
  padding-left: 1rem;
}

footer {
  border-color: var(--line);
  font-size: 0.75rem;
}

footer strong {
  font-weight: 500;
}

.policy {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: clamp(1.5rem, 4vw, 3.5rem);
  padding: clamp(2.5rem, 7vw, 6rem) 0;
}

.policy::before {
  background: var(--ink);
  border-radius: 0;
  height: 1px;
  margin-bottom: clamp(2rem, 5vw, 4.5rem);
  width: 2.75rem;
}

.policy h1 {
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.92;
  max-width: 14ch;
}

.policy > p,
.policy > ul,
.policy > table,
.policy > .callout {
  max-width: 56rem;
}

.policy > p,
.policy > ul {
  color: #b4b5b0;
}

.policy .lede {
  color: var(--ink);
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  letter-spacing: -0.02em;
  line-height: 1.45;
  margin-block: clamp(1.4rem, 3vw, 2.6rem);
  max-width: 46ch;
}

.policy h2 {
  border-color: var(--line);
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  max-width: 56rem;
  padding-top: 1.15rem;
}

.policy a {
  color: var(--ink);
  text-decoration-color: #777973;
  text-underline-offset: 0.18em;
}

.policy a:hover {
  text-decoration-color: var(--ink);
}

.policy li::marker {
  color: #82847e;
}

.policy code {
  background: #1c1e1d;
  border: 1px solid #3f423f;
  color: #dcddd7;
  padding: 0.14rem 0.28rem;
}

.policy .callout {
  background: #1b1d1c;
  border: 0;
  border-left: 2px solid #a8aaa3;
  border-radius: 0;
  color: #d4d5cf;
  padding: 1.15rem 1.25rem;
}

.policy table {
  background: rgba(9, 10, 10, 0.38);
  border-top: 1px solid var(--line);
}

.policy th,
.policy td {
  border-color: #3f423f;
}

.policy th {
  color: var(--ink);
  font-weight: 500;
}

.policy td {
  color: #afb0ab;
}

.reveal-ready .reveal-section {
  transform: translateY(0.65rem);
  transition-duration: 460ms;
}

@media (max-width: 940px) {
  .trust-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-panel strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .hero-copy,
  .section-heading,
  .direct-section {
    grid-template-columns: 1fr;
  }

  .sample-heading {
    align-items: flex-start;
  }

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

  .hero h1 {
    font-size: clamp(2.9rem, 14vw, 5rem);
  }

  .hero-copy .eyebrow,
  .hero h1,
  .home-hero .lede {
    grid-column: 1;
    grid-row: auto;
  }

  .step-grid li > span {
    margin-bottom: 0;
  }

  .comparison-native {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .sample-table-wrap {
    overflow: visible;
  }

  .sample-table {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .sample-table thead th:nth-child(1) { grid-column: 1; grid-row: 1; }
  .sample-table tbody th { grid-column: 1; grid-row: 2; }
  .sample-table thead th:nth-child(2) { grid-column: 1; grid-row: 3; }
  .sample-table tbody td:nth-child(2) { grid-column: 1; grid-row: 4; }
  .sample-table thead th:nth-child(3) { grid-column: 1; grid-row: 5; }
  .sample-table tbody td:nth-child(3) { grid-column: 1; grid-row: 6; }
  .sample-table thead th:nth-child(4) { grid-column: 1; grid-row: 7; }
  .sample-table tbody td:nth-child(4) { grid-column: 1; grid-row: 8; }

  .benefit-card {
    grid-template-columns: 2.5rem 1fr;
  }

  .benefit-card p {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  nav ul {
    gap: 0.7rem;
  }

  .trust-panel {
    grid-template-columns: 1fr;
  }

  .trust-panel strong {
    grid-column: auto;
  }

  .trust-panel span {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 0.65rem;
  }

  .sample-table {
    grid-template-columns: 1fr;
  }

  .sample-table thead th:nth-child(n),
  .sample-table tbody th,
  .sample-table tbody td:nth-child(n) {
    grid-column: 1;
  }

  .sample-table thead th:nth-child(1) { grid-row: 1; }
  .sample-table tbody th { grid-row: 2; }
  .sample-table thead th:nth-child(2) { grid-row: 3; }
  .sample-table tbody td:nth-child(2) { grid-row: 4; }
  .sample-table thead th:nth-child(3) { grid-row: 5; }
  .sample-table tbody td:nth-child(3) { grid-row: 6; }
  .sample-table thead th:nth-child(4) { grid-row: 7; }
  .sample-table tbody td:nth-child(4) { grid-row: 8; }

  .policy {
    padding-inline: 0;
  }

  .policy h1 {
    font-size: clamp(2.85rem, 15vw, 4.5rem);
  }

  .policy table {
    display: block;
    overflow-x: auto;
  }
}

@media (forced-colors: active) {
  body,
  .home-hero,
  .direct-section,
  .difference-section,
  .sample-section,
  .comparison-card,
  .benefit-card,
  .step-grid li,
  .trust-panel {
    background: Canvas;
    box-shadow: none;
    color: CanvasText;
  }
}
