/* Final landing art direction. This file intentionally overrides optic.css. */
.landing-body {
  --cream: #f6f2ea;
  --cream-2: #fbfaf7;
  --green: #a8bbae;
  --line-dark: rgba(247, 248, 245, 0.24);
  --line-light: rgba(8, 9, 10, 0.12);
  --near-black: #030504;
  background: var(--near-black);
}

.landing-body main {
  background: var(--cream);
}

.optic-scene {
  mix-blend-mode: screen;
  opacity: 0.34;
}

.landing-body .topbar {
  background: rgba(3, 5, 4, 0.9);
  border-bottom: 1px solid rgba(247, 248, 245, 0.08);
  min-height: 76px;
  padding-inline: clamp(30px, 4.2vw, 72px);
}

.landing-body .brand {
  color: #fff;
  font-size: clamp(26px, 2vw, 33px);
  gap: 14px;
}

.brand-mark {
  height: 48px;
  width: 48px;
}

.landing-body .topbar nav a {
  color: rgba(247, 248, 245, 0.72);
  font-size: 15px;
  font-weight: 700;
}

.landing-body .btn,
.landing-body .nav-cta {
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  min-height: 46px;
  padding: 11px 24px;
}

.landing-body .nav-cta,
.landing-body .btn.primary {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.landing-body .hero {
  align-items: center;
  column-gap: clamp(28px, 4.4vw, 84px);
  display: grid;
  grid-template-columns: minmax(330px, 38.2%) minmax(0, 61.8%);
  min-height: clamp(690px, 73svh, 850px);
  overflow: hidden;
  padding:
    clamp(84px, 7vw, 116px)
    clamp(34px, 5vw, 104px)
    clamp(34px, 4vw, 58px);
}

.landing-body .hero::after {
  background:
    radial-gradient(circle at 67% 49%, transparent 0 22%,
      rgba(3, 5, 4, 0.18) 38%, rgba(3, 5, 4, 0.72) 100%),
    linear-gradient(90deg, rgba(3, 5, 4, 0.96) 0 29%,
      rgba(3, 5, 4, 0.66) 44%, rgba(3, 5, 4, 0.1) 74%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px,
      transparent 1px 4px);
  content: "";
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.landing-body .hero-media {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.landing-body .hero-media picture,
.landing-body .hero-media img {
  display: block;
  height: 100%;
  width: 100%;
}

.landing-body .hero-media img {
  filter: saturate(0.92) contrast(1.06);
  object-fit: cover;
  object-position: 62% center;
  opacity: 0.98;
}

.landing-body .hero-copy {
  grid-column: 1;
  max-width: 590px;
  position: relative;
  z-index: 3;
}

.landing-body .hero h1 {
  color: #fff;
  font-size: clamp(54px, 4.85vw, 92px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 24px;
}

.landing-body .hero h1::after {
  background: var(--green);
  height: 2px;
  margin-top: 24px;
  width: 42px;
}

.landing-body .hero-lede {
  color: rgba(247, 248, 245, 0.78);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.5;
  max-width: 430px;
}

.landing-body .hero-actions {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.landing-body .hero-actions .btn {
  flex: 0 0 auto;
  width: auto;
}

.landing-body .btn.ghost {
  background: rgba(3, 5, 4, 0.28);
  border-color: rgba(247, 248, 245, 0.52);
  color: #fff;
}

.landing-body .proof-row {
  gap: 22px;
  margin-top: 28px;
}

.landing-body .proof-row li {
  color: rgba(247, 248, 245, 0.68);
  font-size: 14px;
}

.landing-body .proof-row li::before {
  border-color: var(--green);
  height: 7px;
  width: 7px;
}

.hero-system {
  align-self: start;
  grid-column: 2;
  justify-self: end;
  margin-top: clamp(12px, 4vw, 62px);
  position: relative;
  transform: translateY(clamp(-96px, -6vw, -64px));
  width: min(360px, 34vw);
  z-index: 3;
}

.hero-sources {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-sources li {
  align-items: center;
  backdrop-filter: blur(10px);
  background:
    linear-gradient(180deg, rgba(3, 5, 4, 0.68),
      rgba(3, 5, 4, 0.36));
  border: 1px solid var(--line-dark);
  border-radius: 7px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 48px rgba(0, 0, 0, 0.24);
  color: rgba(247, 248, 245, 0.92);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.24em;
  position: relative;
  text-transform: uppercase;
}

.hero-sources li::before {
  background: linear-gradient(90deg, transparent, rgba(247, 248, 245, 0.58));
  content: "";
  height: 1px;
  left: clamp(-160px, -10vw, -78px);
  position: absolute;
  top: 50%;
  width: clamp(76px, 10vw, 158px);
}

.hero-sources li::after {
  background: rgba(203, 223, 211, 0.95);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(203, 223, 211, 0.58);
  content: "";
  height: 6px;
  left: -3px;
  position: absolute;
  top: calc(50% - 3px);
  width: 6px;
}

.hero-stat {
  backdrop-filter: blur(18px);
  background:
    linear-gradient(145deg, rgba(3, 5, 4, 0.88), rgba(3, 5, 4, 0.58));
  border: 1px solid rgba(247, 248, 245, 0.28);
  border-radius: 18px;
  bottom: clamp(28px, 4vw, 58px);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  max-width: 400px;
  padding: clamp(22px, 2.2vw, 32px);
  right: clamp(34px, 5vw, 104px);
  width: min(400px, 31vw);
  z-index: 4;
}

.hero-stat strong {
  color: #fff;
  display: block;
  font-size: clamp(30px, 2.7vw, 43px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  margin-top: 12px;
}

.hero-stat p {
  color: rgba(247, 248, 245, 0.78);
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.45;
  margin-top: 16px;
}

.hero-stat small {
  color: rgba(247, 248, 245, 0.62);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-stat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.hero-stat li {
  border: 1px solid rgba(168, 187, 174, 0.28);
  border-radius: 999px;
  color: rgba(247, 248, 245, 0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 7px 9px;
}

.landing-body .signal-section,
.landing-body .privacy-section,
.landing-body .audit-section {
  overflow: hidden;
  position: relative;
}

.landing-body .signal-section {
  background: var(--cream);
  min-height: 0;
  padding:
    clamp(74px, 7vw, 118px)
    clamp(28px, 5vw, 92px);
}

.section-plate {
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.section-plate img {
  filter: grayscale(0.18) saturate(0.85);
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.landing-body .signal-section::after {
  background:
    linear-gradient(180deg, rgba(246, 242, 234, 0.68),
      rgba(246, 242, 234, 0.98)),
    radial-gradient(circle at 18% 18%, rgba(168, 187, 174, 0.18),
      transparent 30%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.landing-head,
.process-card,
.privacy-summary,
.privacy-proof,
.landing-body .audit-copy,
.report-plate {
  position: relative;
  z-index: 1;
}

.landing-head {
  margin: 0 auto clamp(32px, 4vw, 52px);
  max-width: 820px;
  text-align: center;
  width: 100%;
}

.landing-head h2,
.privacy-summary h2,
.landing-body .audit-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.landing-head h2 {
  color: #08090a;
  font-size: clamp(40px, 3.8vw, 64px);
  line-height: 1.08;
  margin-bottom: 12px;
}

.landing-head p {
  color: rgba(8, 9, 10, 0.58);
  font-size: clamp(16px, 1.2vw, 18px);
  margin-inline: auto;
  max-width: 680px;
}

.process-card {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(8, 9, 10, 0.12);
  border-radius: 14px;
  box-shadow:
    0 32px 100px rgba(8, 9, 10, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1160px;
  overflow: hidden;
}

.process-card article {
  align-items: center;
  border-right: 1px solid rgba(8, 9, 10, 0.1);
  display: grid;
  gap: 24px;
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 174px;
  padding: clamp(24px, 2.6vw, 36px);
}

.process-card article:last-child {
  border-right: 0;
}

.step-icon {
  height: 70px;
  opacity: 0.9;
  width: 70px;
}

.process-card small {
  color: #5f8070;
  font-size: 14px;
  font-weight: 700;
}

.process-card h3,
.privacy-proof h3 {
  color: #08090a;
  font-size: 24px;
  font-weight: 700;
}

.process-card p,
.privacy-proof p {
  color: rgba(8, 9, 10, 0.58);
  font-size: 15px;
}

.landing-body .privacy-section {
  align-items: center;
  background:
    radial-gradient(circle at 12% 0%, rgba(168, 187, 174, 0.16),
      transparent 30%),
    linear-gradient(180deg, var(--cream-2), var(--cream));
  border-block: 1px solid var(--line-light);
  color: #08090a;
  display: grid;
  gap: clamp(32px, 5vw, 82px);
  grid-template-columns: minmax(420px, 38.2%) minmax(0, 61.8%);
  padding:
    clamp(78px, 7vw, 120px)
    clamp(30px, 5vw, 104px);
}

.privacy-summary {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
}

.privacy-main-icon {
  filter: drop-shadow(0 22px 38px rgba(8, 9, 10, 0.08));
  height: 72px;
  margin: 0;
  width: 72px;
}

.privacy-summary h2 {
  color: #08090a;
  font-size: clamp(42px, 3.2vw, 64px);
  line-height: 1.06;
  margin: 0;
  max-width: 500px;
}

.privacy-proof {
  background: rgba(255, 255, 255, 0.34);
  border-block: 1px solid rgba(8, 9, 10, 0.1);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
}

.privacy-proof article {
  border-left: 1px solid rgba(8, 9, 10, 0.1);
  display: block;
  min-height: 226px;
  padding: clamp(24px, 2.5vw, 36px);
  text-align: left;
}

.privacy-proof article::before {
  display: none;
}

.privacy-icon {
  height: 52px;
  margin-bottom: 24px;
  opacity: 0.76;
  width: 52px;
}

.privacy-proof h3 {
  line-height: 1.1;
  margin: 0 0 16px;
}

.landing-body .audit-section {
  align-items: center;
  background:
    radial-gradient(circle at 18% 30%, rgba(168, 187, 174, 0.12),
      transparent 26%),
    linear-gradient(180deg, #050706, #070908);
  color: #fff;
  display: grid;
  gap: clamp(34px, 5vw, 86px);
  grid-template-columns: minmax(280px, 32%) minmax(0, 68%);
  padding:
    clamp(84px, 7vw, 126px)
    clamp(30px, 5vw, 104px);
}

.report-label {
  color: rgba(168, 187, 174, 0.92);
}

.landing-body .audit-copy h2 {
  color: #fff;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.08;
}

.landing-body .audit-copy p {
  color: rgba(247, 248, 245, 0.64);
  max-width: 390px;
}

.private-note {
  color: rgba(247, 248, 245, 0.56);
}

.report-plate {
  margin: 0;
  max-width: 1120px;
  min-width: 0;
}

.report-plate img {
  border: 1px solid rgba(247, 248, 245, 0.1);
  border-radius: 18px;
  box-shadow:
    0 46px 110px rgba(0, 0, 0, 0.36),
    0 10px 28px rgba(0, 0, 0, 0.18);
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 1180px) {
  .hero-system {
    width: min(320px, 35vw);
  }

  .hero-sources li {
    font-size: 12px;
    height: 44px;
  }

  .hero-stat {
    width: min(360px, 32vw);
  }

  .landing-body .privacy-section,
  .landing-body .audit-section {
    grid-template-columns: 1fr;
  }

  .privacy-summary {
    max-width: 760px;
  }
}

@media (min-width: 901px) and (max-width: 1500px) {
  .hero-system {
    transform: translateY(-128px);
  }

  .hero-sources {
    gap: 8px;
  }

  .hero-sources li {
    font-size: 12px;
    height: 40px;
  }

  .hero-stat {
    bottom: 28px;
  }
}

@media (max-width: 900px) {
  .landing-body .hero {
    grid-template-columns: 1fr;
  }

  .hero-system {
    display: none;
    transform: none;
  }

  .hero-stat {
    max-width: 340px;
    width: min(340px, 40vw);
  }
}

@media (max-width: 760px) {
  .landing-body .topbar {
    min-height: 72px;
    padding-inline: 22px;
  }

  .brand-mark {
    height: 40px;
    width: 40px;
  }

  .landing-body .brand {
    font-size: 26px;
  }

  .landing-body .btn,
  .landing-body .nav-cta {
    font-size: 14px;
    min-height: 44px;
    padding: 10px 18px;
  }

  .landing-body .hero {
    display: block;
    min-height: auto;
    padding: 128px 22px 32px;
  }

  .landing-body .hero-media img {
    object-position: 64% center;
  }

  .landing-body .hero-copy {
    max-width: 348px;
  }

  .landing-body .hero h1 {
    font-size: clamp(43px, 12.4vw, 56px);
  }

  .landing-body .hero-lede {
    font-size: 16px;
  }

  .landing-body .hero-actions {
    align-items: flex-start;
    gap: 12px;
  }

  .hero-stat {
    bottom: auto;
    margin-top: 26px;
    max-width: 346px;
    padding: 20px;
    position: relative;
    right: auto;
    width: 100%;
  }

  .hero-stat strong {
    font-size: 32px;
  }

  .landing-body .signal-section,
  .landing-body .privacy-section,
  .landing-body .audit-section {
    padding:
      clamp(58px, 14vw, 76px)
      22px;
  }

  .landing-head {
    text-align: left;
  }

  .process-card,
  .privacy-proof {
    grid-template-columns: 1fr;
  }

  .process-card article {
    border-bottom: 1px solid rgba(8, 9, 10, 0.1);
    border-right: 0;
    grid-template-columns: 68px minmax(0, 1fr);
    min-height: 0;
  }

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

  .privacy-summary {
    gap: 16px;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .privacy-main-icon {
    height: 58px;
    width: 58px;
  }

  .privacy-summary h2 {
    font-size: clamp(38px, 11vw, 52px);
    max-width: none;
  }

  .privacy-proof article {
    border-bottom: 1px solid rgba(8, 9, 10, 0.1);
    border-left: 0;
    min-height: 0;
  }

  .privacy-proof article:last-child {
    border-bottom: 0;
  }
}
