:root {
  --ink: #101114;
  --paper: #f4f1e8;
  --acid: #d8ff43;
  --orange: #ff5d2e;
  --muted: #696b6f;
  --line: rgba(16, 17, 20, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(16, 17, 20, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 17, 20, 0.04) 1px, transparent 1px),
    var(--paper);
  background-size: 32px 32px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px clamp(20px, 5vw, 72px);
  border-bottom: 2px solid var(--ink);
  background: var(--paper);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  transform: rotate(-4deg);
  border: 2px solid var(--ink);
  background: var(--acid);
  box-shadow: 4px 4px 0 var(--ink);
  letter-spacing: 0;
}

nav {
  display: flex;
  gap: clamp(16px, 3vw, 36px);
}

nav a {
  font-size: 0.83rem;
  font-weight: 800;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible {
  text-decoration: underline;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  min-height: min(760px, calc(100vh - 76px));
  border-bottom: 2px solid var(--ink);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(64px, 9vw, 140px) clamp(20px, 7vw, 110px);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

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

h1,
h2,
h3 {
  line-height: 0.98;
}

.hero h1 {
  max-width: 900px;
  margin-bottom: 34px;
  font-size: clamp(3.8rem, 9vw, 9rem);
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.hero h1 span {
  display: inline;
  padding: 0 0.08em;
  background: var(--acid);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.lead {
  max-width: 620px;
  margin-bottom: 36px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 650;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 230px;
  padding: 16px 18px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: white;
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 6px 6px 0 var(--orange);
}

.button:hover,
.button:focus-visible {
  background: var(--orange);
  box-shadow: 6px 6px 0 var(--ink);
}

.hero-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(32px, 5vw, 72px);
  border-left: 2px solid var(--ink);
  background:
    radial-gradient(circle at center, rgba(16, 17, 20, 0.14) 1.5px, transparent 1.7px),
    var(--orange);
  background-size: 14px 14px;
}

.card-index {
  align-self: flex-end;
  padding: 8px 10px;
  border: 2px solid var(--ink);
  background: var(--paper);
  font-size: 0.7rem;
  font-weight: 900;
}

.hero-card p {
  display: table;
  margin: 10px 0 0;
  padding: 4px 8px;
  background: var(--ink);
  color: white;
  font-size: clamp(1.15rem, 2.3vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.statement {
  padding: clamp(72px, 10vw, 150px) clamp(20px, 9vw, 140px);
  border-bottom: 2px solid var(--ink);
}

.statement h2 {
  max-width: 1100px;
  margin-bottom: 64px;
  font-size: clamp(2.5rem, 6vw, 6rem);
  letter-spacing: -0.06em;
}

.statement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  margin-left: min(25vw, 320px);
}

.statement-grid p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 650;
}

.capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 2px solid var(--ink);
}

.capabilities article {
  min-height: 360px;
  padding: clamp(28px, 4vw, 58px);
  background: var(--paper);
}

.capabilities article + article {
  border-left: 2px solid var(--ink);
}

.capabilities article:nth-child(2) {
  background: var(--acid);
}

.capabilities article > span,
.policy section > span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.capabilities h3 {
  margin: 100px 0 20px;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  letter-spacing: -0.045em;
}

.capabilities p {
  max-width: 42ch;
  margin-bottom: 0;
  color: #3f4145;
  font-weight: 600;
}

.company {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: clamp(72px, 10vw, 150px) clamp(20px, 9vw, 140px);
}

.company h2 {
  font-size: clamp(3rem, 7vw, 7rem);
  letter-spacing: -0.07em;
}

dl {
  margin: 0;
  border-top: 2px solid var(--ink);
}

dl div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

dd {
  margin: 0;
  font-weight: 700;
}

footer {
  padding: clamp(48px, 8vw, 100px) clamp(20px, 7vw, 110px) 32px;
  background: var(--ink);
  color: white;
}

.footer-title {
  margin-bottom: 12px;
  color: var(--acid);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-email {
  font-size: clamp(2rem, 6vw, 6rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(70px, 10vw, 130px);
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
}

.privacy-shell {
  padding: clamp(58px, 8vw, 110px) clamp(20px, 7vw, 110px) 120px;
}

.privacy-hero {
  max-width: 1100px;
  margin-bottom: clamp(64px, 10vw, 130px);
}

.privacy-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(3.1rem, 9vw, 9rem);
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.privacy-hero > p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 28px;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 650;
}

.privacy-hero > span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.privacy-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 780px);
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
  justify-content: center;
}

.privacy-layout aside {
  position: sticky;
  top: 30px;
  padding: 26px;
  border: 2px solid var(--ink);
  background: var(--acid);
  box-shadow: 8px 8px 0 var(--ink);
}

.privacy-layout aside p:not(.eyebrow) {
  font-size: 0.92rem;
  font-weight: 700;
}

.privacy-layout aside a {
  font-size: 0.78rem;
  font-weight: 900;
}

.policy section {
  padding: 0 0 62px;
  scroll-margin-top: 30px;
}

.policy h2 {
  margin: 12px 0 24px;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  letter-spacing: -0.04em;
}

.policy p,
.policy li {
  font-size: 1rem;
  line-height: 1.75;
}

.policy ul {
  padding-left: 1.3em;
}

.policy li::marker {
  color: var(--orange);
}

.policy-table {
  border: 2px solid var(--ink);
}

.policy-table div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.45);
}

.policy-table div + div {
  border-top: 2px solid var(--ink);
}

.policy-table p {
  margin: 8px 0 0;
}

.complaint {
  margin-bottom: 62px;
  padding: 34px !important;
  border: 2px solid var(--ink);
  background: var(--orange);
  box-shadow: 8px 8px 0 var(--ink);
}

.complaint h2 {
  color: var(--ink);
}

@media (max-width: 840px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 18px;
  }

  nav a:nth-child(2),
  nav a:nth-child(3) {
    display: none;
  }

  .hero,
  .company {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 360px;
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .statement-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .capabilities {
    grid-template-columns: 1fr;
  }

  .capabilities article {
    min-height: 300px;
  }

  .capabilities article + article {
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .privacy-layout aside {
    position: static;
  }
}

@media (max-width: 520px) {
  .site-header {
    min-height: 68px;
  }

  .hero h1 {
    font-size: 3.2rem;
  }

  .hero-copy {
    padding-block: 70px;
  }

  .statement h2 {
    font-size: 2.4rem;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 14px;
  }

  .privacy-shell {
    padding-bottom: 80px;
  }

  .privacy-hero h1 {
    font-size: 2.65rem;
  }
}
