:root {
  --ink: #14110e;
  --ink-soft: #2a241f;
  --paper: #fbfaf7;
  --paper-muted: #f3f0ea;
  --line: #ded8cf;
  --muted: #766f66;
  --gold: #f3af24;
  --orange: #f25a24;
  --green: #5b865f;
  --blue: #0b5c8f;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(20, 17, 14, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: rgba(18, 15, 12, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.site-footer nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: inherit;
  font-weight: 750;
  font-size: 1.05rem;
  text-decoration: none;
}

.brand img {
  border-radius: 10px;
}

.nav-links {
  gap: clamp(14px, 3vw, 34px);
}

.nav-links a,
.site-footer a {
  color: inherit;
  text-decoration: none;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--gold);
}

.nav-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 750;
  text-decoration: none;
}

.nav-action {
  color: var(--ink);
  background: var(--gold);
}

.hero {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 116px clamp(18px, 5vw, 72px) 52px;
  color: var(--white);
  background: var(--ink);
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    image-set(url("/assets/feature-graphic.png") 1x) center / cover no-repeat,
    var(--ink);
  opacity: 0.72;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 15, 12, 0.34);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(18, 15, 12, 0.98) 0%, rgba(18, 15, 12, 0.82) 40%, rgba(18, 15, 12, 0.28) 100%),
    linear-gradient(0deg, rgba(18, 15, 12, 0.74) 0%, rgba(18, 15, 12, 0.08) 55%);
}

.hero-shot {
  position: absolute;
  width: clamp(170px, 22vw, 300px);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  opacity: 0.86;
}

.hero-shot-one {
  top: 16%;
  right: 22%;
  transform: rotate(-7deg);
}

.hero-shot-two {
  top: 10%;
  right: 5%;
  transform: rotate(5deg);
}

.hero-shot-three {
  top: 36%;
  right: 13%;
  transform: rotate(2deg);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.intro-section h2,
.section-heading h2,
.trust-copy h2,
.final-cta h2,
.policy-article h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.98;
}

.hero h1 {
  font-size: clamp(4.8rem, 12vw, 11rem);
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.12rem, 2.2vw, 1.6rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button-primary {
  color: var(--ink);
  background: var(--gold);
}

.button-primary:hover,
.nav-action:hover {
  background: #ffc347;
}

.button-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.button-secondary:hover {
  border-color: var(--gold);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 650px;
  margin: 44px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.hero-stats div {
  padding: 18px;
  background: rgba(18, 15, 12, 0.66);
}

.hero-stats dt {
  color: var(--gold);
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-weight: 850;
}

.hero-stats dd {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.intro-section,
.how-section,
.screens-section,
.trust-section,
.final-cta {
  padding: clamp(64px, 10vw, 120px) clamp(18px, 5vw, 72px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

.intro-section h2,
.section-heading h2,
.trust-copy h2,
.final-cta h2 {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

.split p,
.trust-copy p,
.final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.34rem);
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-card {
  padding: clamp(28px, 5vw, 56px);
  background: var(--paper);
}

.feature-mark {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 34px;
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
}

.mark-orange {
  background: var(--orange);
}

.mark-gold {
  background: var(--gold);
}

.mark-green {
  background: var(--green);
}

.feature-card h3,
.steps h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.feature-card p,
.steps p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.section-heading {
  max-width: 900px;
  margin-bottom: clamp(34px, 6vw, 70px);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: var(--line);
}

.steps li {
  min-height: 260px;
  padding: 28px;
  background: var(--white);
}

.steps span {
  display: block;
  margin-bottom: 74px;
  color: var(--orange);
  font-weight: 850;
}

.screens-section {
  color: var(--white);
  background: var(--ink);
}

.screens-section .section-heading h2 {
  max-width: 980px;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.screen-grid figure {
  margin: 0;
}

.screen-grid img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.screen-grid figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  background: var(--paper-muted);
}

.trust-copy {
  max-width: 870px;
}

.trust-copy p {
  margin-top: 22px;
}

.final-cta {
  display: grid;
  justify-items: center;
  text-align: center;
  background: var(--white);
}

.final-cta img {
  margin-bottom: 22px;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.final-cta p {
  max-width: 620px;
  margin-top: 18px;
}

.final-cta .button {
  margin-top: 28px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

.site-footer span {
  color: var(--white);
  font-weight: 800;
}

.site-footer nav {
  gap: 24px;
}

.policy-body {
  background: var(--paper);
}

.policy-header {
  position: sticky;
  color: var(--ink);
  background: rgba(251, 250, 247, 0.92);
  border-bottom: 1px solid var(--line);
}

.policy-header .nav-links a {
  color: var(--muted);
}

.policy-header .nav-links a:hover,
.policy-header .nav-links a[aria-current="page"] {
  color: var(--ink);
}

.policy-main {
  padding: clamp(48px, 8vw, 92px) clamp(18px, 5vw, 72px);
}

.policy-article {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  min-width: 0;
}

.policy-article h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 6.4rem);
}

.policy-lede {
  max-width: 820px;
  margin: 28px 0 58px;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 2vw, 1.34rem);
}

.policy-article section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.policy-article h2 {
  margin: 0 0 18px;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

.policy-article h3 {
  margin: 26px 0 10px;
  font-size: 1.08rem;
}

.policy-article p,
.policy-article li {
  color: var(--ink-soft);
}

.policy-article ul {
  margin: 0;
  padding-left: 1.25rem;
}

.policy-article li + li {
  margin-top: 8px;
}

.policy-article code {
  padding: 0.12em 0.32em;
  border-radius: 5px;
  background: var(--paper-muted);
}

.policy-article a {
  color: var(--blue);
  font-weight: 750;
}

.policy-footer {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .hero {
    min-height: 88svh;
  }

  .hero-shot {
    width: clamp(140px, 32vw, 230px);
  }

  .hero-shot-one {
    top: 13%;
    right: 33%;
  }

  .hero-shot-two {
    top: 15%;
    right: -2%;
  }

  .hero-shot-three {
    top: 45%;
    right: 12%;
  }

  .split,
  .trust-section {
    grid-template-columns: 1fr;
  }

  .feature-band,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 720px) {
  .site-header {
    min-height: 66px;
    width: 100%;
    max-width: 100vw;
  }

  .nav-links {
    display: none;
  }

  .nav-action {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 88svh;
    padding-top: 98px;
  }

  .hero-media {
    opacity: 0.46;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(18, 15, 12, 0.98) 0%, rgba(18, 15, 12, 0.86) 100%),
      linear-gradient(0deg, rgba(18, 15, 12, 0.72) 0%, rgba(18, 15, 12, 0.08) 55%);
  }

  .hero-shot-one {
    top: 15%;
    right: 46%;
  }

  .hero-shot-two {
    top: 13%;
    right: -18%;
  }

  .hero-shot-three {
    top: 46%;
    right: -4%;
  }

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

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 280px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-stats,
  .feature-band,
  .steps,
  .screen-grid {
    grid-template-columns: 1fr;
  }

  .steps li {
    min-height: auto;
  }

  .steps span {
    margin-bottom: 34px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .policy-main {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 46px;
  }

  .policy-article h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .policy-lede {
    font-size: 1.04rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
