@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900;1,800&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: dark;
  --bg: #080808;
  --surface: #111111;
  --ink: #f5f3ef;
  --muted: #aaa6a1;
  --accent: #ff3b35;
  --action: #c81712;
  --line: rgba(255, 255, 255, 0.14);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
}
a {
  color: inherit;
}
::selection {
  background: var(--accent);
  color: #fff;
}
a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.site-header {
  height: 72px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  font-family: var(--display);
  font-style: italic;
  line-height: 0.72;
  transform: skew(-5deg);
}
.brand span {
  font-size: 13px;
  letter-spacing: 0.13em;
  padding-left: 3px;
}
.brand strong {
  font-size: 27px;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.header-cta {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.header-cta:hover {
  background: var(--ink);
  color: #090909;
}
.header-cta:active,
.primary-cta:active,
.mobile-cta:active {
  transform: translateY(1px);
}

.hero {
  min-height: 100vh;
  min-height: 100dvh;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
}
.hero-copy {
  padding: 136px 40px 72px max(42px, calc((100vw - 1320px) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-copy::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -300px;
  top: 18%;
  background: rgba(200, 23, 18, 0.14);
  filter: blur(100px);
  pointer-events: none;
}
.eyebrow,
.section-kicker {
  margin: 0 0 22px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  text-transform: uppercase;
}
h1 {
  max-width: 640px;
  margin-bottom: 22px;
  font-size: clamp(64px, 7vw, 108px);
  line-height: 0.84;
  letter-spacing: -0.045em;
}
h1 em {
  color: var(--accent);
  font-style: italic;
  line-height: 1.1;
  display: inline-block;
  padding-bottom: 4px;
}
.hero-lead {
  max-width: 480px;
  margin-bottom: 32px;
  color: #d2ceca;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}
.primary-cta {
  width: fit-content;
  min-width: 245px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  border-radius: 4px;
  background: var(--action);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.34);
  transition:
    background 0.2s,
    transform 0.2s;
}
.primary-cta:hover {
  background: #a9120e;
}
.primary-cta span {
  font-size: 22px;
}
.hero-art {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--bg) 0%, transparent 24%),
    linear-gradient(0deg, var(--bg) 0%, transparent 25%);
  pointer-events: none;
}
.hero-art img {
  position: absolute;
  inset: -10% 0 auto 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center 42%;
  filter: contrast(1.05) saturate(1.08);
}

.proof {
  max-width: 1240px;
  margin: -62px auto 0;
  padding: 0 42px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
}
.proof div {
  min-height: 124px;
  padding: 25px 30px;
  background: rgba(17, 17, 17, 0.94);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.proof div + div {
  border-left: 0;
}
.proof strong {
  font-family: var(--display);
  color: var(--accent);
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1;
}
.proof span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.pitch {
  max-width: 1160px;
  margin: 0 auto;
  padding: 150px 42px 120px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 120px;
  align-items: end;
}
.pitch h2,
.how h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(52px, 7vw, 92px);
  letter-spacing: -0.04em;
  line-height: 0.88;
}
.pitch-copy p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 17px;
}
.text-link {
  display: inline-flex;
  gap: 14px;
  margin-top: 14px;
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 7px;
}

.benefits {
  max-width: 1240px;
  margin: 0 auto 150px;
  padding: 0 42px;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
}
.benefit {
  min-height: 330px;
  padding: 34px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.benefit + .benefit {
  border-left: 0;
}
.benefit-featured {
  background: var(--action);
  color: #fff;
  border-color: var(--action);
}
.benefit-number {
  margin-bottom: auto;
  font-family: var(--display);
  font-size: 17px;
  opacity: 0.68;
}
.benefit h3 {
  margin-bottom: 12px;
  font-size: 37px;
  line-height: 1;
}
.benefit p {
  max-width: 280px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.benefit-featured p {
  color: rgba(255, 255, 255, 0.82);
}

.how {
  background: #0d0d0d;
  border-block: 1px solid var(--line);
  padding: 130px max(42px, calc((100vw - 1160px) / 2));
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  align-items: start;
}
.how-intro > p {
  max-width: 410px;
  margin-top: 30px;
  color: var(--muted);
  line-height: 1.7;
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.steps li:first-child {
  padding-top: 0;
}
.steps span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: var(--display);
  font-size: 20px;
}
.steps h3 {
  margin: 0 0 8px;
  font-size: 26px;
}
.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.partners {
  padding: 90px 24px;
  text-align: center;
}
.partners > p {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.partners div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
  font-size: clamp(25px, 4vw, 43px);
}
.partners strong {
  font-weight: 700;
}
.partners span {
  width: 1px;
  height: 42px;
  background: var(--line);
}

.final-cta {
  padding: 120px 24px 130px;
  text-align: center;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(239, 27, 22, 0.2),
    transparent 42%
  );
}
.final-cta > p {
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.17em;
}
.final-cta h2 {
  margin-bottom: 38px;
}
.final-cta .primary-cta {
  margin: 0 auto;
}
.final-cta small {
  display: block;
  margin-top: 20px;
  color: var(--muted);
}

footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 42px 100px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
}
.mobile-cta {
  display: none;
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }
  .site-header {
    height: 64px;
    padding: 0 18px;
  }
  .header-cta {
    display: none;
  }
  .brand strong {
    font-size: 23px;
  }
  .hero {
    min-height: auto;
    display: block;
  }
  .hero-copy {
    min-height: 57vh;
    min-height: 57dvh;
    padding: 102px 20px 30px;
    justify-content: flex-start;
  }
  .hero-copy::before {
    width: 300px;
    height: 300px;
    left: -180px;
  }
  .eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
  }
  h1 {
    max-width: 360px;
    margin-bottom: 16px;
    font-size: clamp(55px, 17vw, 76px);
    line-height: 0.85;
  }
  .hero-lead {
    max-width: 350px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.45;
  }
  .hero-copy .primary-cta {
    display: none;
  }
  .hero-art {
    min-height: 48vh;
    min-height: 48dvh;
    margin-top: -30px;
  }
  .hero-art img {
    inset: -32% 0 auto;
    width: 100%;
    height: 150%;
    object-position: center 62%;
  }
  .hero-art::after {
    background: linear-gradient(
      180deg,
      var(--bg) 0%,
      transparent 17%,
      transparent 72%,
      var(--bg) 100%
    );
  }
  .proof {
    margin: 8px 18px 0;
    padding: 0;
    grid-template-columns: 1fr;
  }
  .proof div {
    min-height: auto;
    padding: 18px 22px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .proof div + div {
    border-left: 1px solid var(--line);
    border-top: 0;
  }
  .proof strong {
    font-size: 26px;
  }
  .proof span {
    margin: 0;
    max-width: 145px;
    text-align: right;
  }
  .pitch {
    padding: 96px 20px 78px;
    display: block;
  }
  .pitch h2,
  .how h2,
  .final-cta h2 {
    font-size: 55px;
  }
  .pitch-copy {
    margin-top: 42px;
  }
  .benefits {
    margin: 0 0 90px;
    padding: 0 20px;
    grid-template-columns: 1fr;
  }
  .benefit {
    min-height: 240px;
    padding: 28px;
  }
  .benefit + .benefit {
    border-left: 1px solid var(--line);
    border-top: 0;
  }
  .how {
    padding: 90px 20px;
    display: block;
  }
  .steps {
    margin-top: 60px;
  }
  .partners {
    padding: 72px 20px;
  }
  .partners div {
    gap: 18px;
  }
  .partners span {
    height: 30px;
  }
  .final-cta {
    padding: 90px 20px 100px;
  }
  .final-cta h2 br {
    display: none;
  }
  .final-cta .primary-cta {
    display: none;
  }
  footer {
    padding: 34px 20px 55px;
    align-items: start;
  }
  footer p {
    max-width: 150px;
  }
  .mobile-cta {
    position: fixed;
    z-index: 5;
    display: flex;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    left: 12px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 4px;
    background: var(--action);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    animation: rise 0.7s both cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .hero-copy > :nth-child(2) {
    animation-delay: 0.08s;
  }
  .hero-copy > :nth-child(3) {
    animation-delay: 0.16s;
  }
  .hero-copy > :nth-child(4) {
    animation-delay: 0.24s;
  }
  .hero-art img {
    animation: reveal 1s both cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(22px);
    }
  }
  @keyframes reveal {
    from {
      opacity: 0;
      transform: scale(1.04);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms;
  }
}
