:root {
  --red: #d50920;
  --deep: #9d0618;
  --ink: #181516;
  --paper: #fff;
  --soft: #f5f1f1;
  --line: #e6dede;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, Arial, sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  height: 82px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 20;
  width: 100%;
  color: #fff;
}
.brand {
  font:
    700 27px/1 Space Grotesk,
    sans-serif;
  letter-spacing: -1.8px;
}
.brand span {
  font-weight: 600;
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 700;
}
.nav > a:not(.nav-cta) {
  opacity: 0.82;
}
.nav > a:hover {
  opacity: 1;
}
.nav-cta {
  border: 1px solid #ffffff80;
  padding: 12px 18px;
  border-radius: 99px;
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  padding: 10px;
}
.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px;
}
.hero {
  min-height: 760px;
  height: 100vh;
  padding: 140px clamp(24px, 8vw, 130px) 90px;
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  color: #fff;
  background: var(--red);
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 45%, #b4071b 45% 62%, transparent 62%),
    radial-gradient(circle at 75% 35%, #ef2940 0, transparent 36%);
  opacity: 0.7;
}
.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  font-size: 11px;
  font-weight: 800;
}
.eyebrow span {
  width: 28px;
  height: 2px;
  background: currentColor;
}
.hero h1 {
  max-width: 740px;
  margin: 0;
  font:
    700 clamp(50px, 6.8vw, 104px)/0.92 Space Grotesk,
    sans-serif;
  letter-spacing: -5px;
}
.hero h1 em,
.contact h2 em {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  font-style: normal;
}
.hero-text {
  max-width: 590px;
  margin: 30px 0;
  color: #ffe9ec;
  font-size: 17px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.button {
  display: inline-flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  transition: 0.25s;
}
.button:hover {
  transform: translateY(-3px);
}
.button-white {
  background: #fff;
  color: var(--red);
}
.text-link {
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #ffffff70;
  padding: 10px 0;
}
.text-link span {
  margin-left: 14px;
}
.hero-visual {
  height: 570px;
}
.orbit {
  position: absolute;
  border: 1px solid #ffffff30;
  border-radius: 50%;
  inset: 9%;
}
.orbit-two {
  inset: 23%;
  border-style: dashed;
}
.code-card {
  position: absolute;
  top: 18%;
  left: 12%;
  width: min(390px, 80%);
  padding: 21px 25px 40px;
  background: #fff;
  color: var(--ink);
  box-shadow: 25px 28px 0 #81000f;
  transform: rotate(-4deg);
}
.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e2dcdc;
  margin-right: 5px;
}
.code-card p {
  font-size: 11px;
  color: #a29a9b;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.code-card strong {
  display: block;
  margin-top: 32px;
  font: 700 clamp(27px, 3vw, 43px)/1.04 Space Grotesk;
}
.code-card strong span {
  color: var(--red);
}
.floating-tag {
  position: absolute;
  background: var(--ink);
  color: #fff;
  padding: 13px 18px;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 12px 30px #75000c55;
}
.tag-one {
  top: 10%;
  right: 1%;
  transform: rotate(6deg);
}
.tag-two {
  bottom: 16%;
  left: 3%;
  transform: rotate(3deg);
}
.scroll-hint {
  position: absolute;
  z-index: 3;
  left: clamp(24px, 8vw, 130px);
  bottom: 28px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
.scroll-hint span {
  margin-left: 15px;
}
.manifesto,
.services,
.process {
  padding: 110px clamp(24px, 8vw, 130px);
}
.section-number {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
}
.manifesto-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10vw;
  margin-top: 50px;
}
.manifesto h2,
.section-heading h2 {
  font: 700 clamp(42px, 5vw, 76px)/1 Space Grotesk;
  letter-spacing: -3.5px;
  margin: 0;
}
.manifesto h2 span,
.section-heading h2 span {
  color: var(--red);
}
.manifesto-grid > div {
  font-size: 15px;
  line-height: 1.9;
  color: #625a5c;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 90px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.metrics article {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 35px;
  border-right: 1px solid var(--line);
}
.metrics article:last-child {
  border: 0;
}
.metrics strong {
  font: 700 52px Space Grotesk;
  color: var(--red);
}
.metrics span {
  font-size: 12px;
  font-weight: 700;
}
.services {
  background: var(--soft);
}
.section-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: start;
  margin-bottom: 70px;
}
.service {
  display: grid;
  grid-template-columns: 70px 1fr 50px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #d7cccc;
  transition: 0.25s;
}
.service:last-child {
  border-bottom: 1px solid #d7cccc;
}
.service:hover {
  padding-left: 14px;
  color: var(--red);
}
.service > span {
  font-size: 11px;
  color: var(--red);
  font-weight: 800;
}
.service h3 {
  font: 700 clamp(25px, 3vw, 40px) Space Grotesk;
  margin: 0 0 7px;
}
.service p {
  margin: 0;
  color: #71686a;
  font-size: 13px;
}
.service > b {
  font-size: 25px;
}
.product {
  padding: 100px clamp(24px, 9vw, 150px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: center;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
}
.eyebrow.dark {
  color: #ff5265;
}
.product-copy h2 {
  font: 700 clamp(56px, 7vw, 96px) Space Grotesk;
  letter-spacing: -6px;
  margin: 0 0 25px;
}
.product-copy h2 span {
  color: #ffd000;
}
.product-copy > p {
  color: #c9c1c2;
  line-height: 1.8;
}
.product-copy ul {
  list-style: none;
  padding: 0;
  margin: 28px 0;
}
.product-copy li {
  padding: 12px 0;
  border-bottom: 1px solid #ffffff20;
  font-size: 13px;
}
.product-copy li:before {
  content: "✓";
  color: #ffd000;
  margin-right: 12px;
}
.button-red {
  background: var(--red);
  color: #fff;
}
.phone-scene {
  min-height: 590px;
  display: grid;
  place-items: center;
  position: relative;
}
.phone-scene:before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  background: var(--red);
  border-radius: 50%;
}
.phone {
  position: relative;
  width: 284px;
  height: 570px;
  border: 10px solid #070607;
  background: #fff;
  border-radius: 42px;
  color: #222;
  overflow: hidden;
  box-shadow: 0 35px 80px #0008;
  transform: rotate(4deg);
}
.phone-real {
  background: #fff;
}
.phone-real img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.phone-top {
  width: 95px;
  height: 20px;
  background: #070607;
  border-radius: 0 0 16px 16px;
  margin: auto;
}
.app-head {
  background: #ffd000;
  padding: 23px 17px;
}
.app-head small,
.app-head strong {
  display: block;
}
.app-head strong {
  font-size: 12px;
  margin: 4px 0 16px;
}
.search {
  padding: 11px;
  border-radius: 9px;
  background: #fff;
  font-size: 10px;
  color: #777;
}
.app-body {
  padding: 13px 16px;
}
.app-body > p {
  font-size: 11px;
  font-weight: 800;
}
.chips {
  display: flex;
  gap: 10px;
}
.chips span {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  background: #f2f2f2;
  border-radius: 12px;
}
.company {
  display: flex;
  gap: 11px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.company i {
  width: 52px;
  height: 44px;
  border-radius: 9px;
  background: linear-gradient(135deg, #ffd000, var(--red));
}
.company b,
.company small {
  display: block;
  font-size: 10px;
}
.company small {
  color: #777;
  margin-top: 5px;
}
.company em {
  color: #198754;
  font-style: normal;
  font-weight: 800;
}
.process .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
}
.steps article {
  padding: 28px;
  border-left: 1px solid var(--line);
  min-height: 240px;
}
.steps b {
  color: var(--red);
  font-size: 11px;
}
.steps h3 {
  font: 700 27px Space Grotesk;
  margin: 55px 0 14px;
}
.steps p {
  font-size: 13px;
  color: #706769;
  line-height: 1.7;
}
.contact {
  min-height: 650px;
  padding: 100px clamp(24px, 8vw, 130px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--red);
  color: #fff;
}
.contact-inner {
  position: relative;
  z-index: 2;
}
.contact h2 {
  font: 700 clamp(55px, 7vw, 105px)/0.9 Space Grotesk;
  letter-spacing: -5px;
  margin: 0;
}
.contact p:not(.eyebrow) {
  margin: 30px 0;
  color: #ffe2e5;
}
.contact-mark {
  position: absolute;
  right: -3%;
  font: 700 240px/0.7 Space Grotesk;
  color: #b7071b;
  transform: rotate(-8deg);
}
footer {
  padding: 48px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  gap: 25px;
  background: #fff;
}
.brand-dark {
  color: var(--red);
}
footer p,
footer a,
footer small {
  font-size: 11px;
}
footer > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
}
footer small {
  grid-column: 1/-1;
  color: #8b8385;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .site-header {
    height: 70px;
    position: absolute;
  }
  .menu-button {
    display: block;
  }
  .nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 15px;
    right: 15px;
    padding: 25px;
    background: #fff;
    color: var(--ink);
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 25px 50px #75000c55;
  }
  .nav.open {
    display: flex;
  }
  .nav-cta {
    text-align: center;
    background: var(--red);
    color: #fff;
  }
  .hero {
    height: auto;
    min-height: 900px;
    grid-template-columns: 1fr;
    padding-top: 120px;
  }
  .hero h1 {
    letter-spacing: -3px;
  }
  .hero-visual {
    height: 380px;
  }
  .code-card {
    top: 10%;
    left: 10%;
  }
  .manifesto-grid,
  .section-heading,
  .product {
    grid-template-columns: 1fr;
  }
  .manifesto-grid,
  .product {
    gap: 50px;
  }
  .metrics {
    grid-template-columns: 1fr;
  }
  .metrics article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .process .steps {
    grid-template-columns: 1fr 1fr;
  }
  .contact-mark {
    font-size: 150px;
    opacity: 0.45;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .hero {
    min-height: 820px;
  }
  .hero h1,
  .contact h2 {
    letter-spacing: -2.5px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .hero-visual {
    height: 320px;
  }
  .code-card {
    width: 85%;
    left: 5%;
  }
  .tag-one {
    right: -10%;
  }
  .manifesto,
  .services,
  .process,
  .product,
  .contact {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .manifesto h2,
  .section-heading h2 {
    letter-spacing: -2px;
  }
  .metrics article {
    padding: 25px 5px;
  }
  .service {
    grid-template-columns: 42px 1fr 25px;
  }
  .service p {
    display: none;
  }
  .phone-scene {
    min-height: 520px;
  }
  .phone-scene:before {
    width: 340px;
    height: 340px;
  }
  .phone {
    transform: scale(0.85) rotate(3deg);
  }
  .process .steps {
    grid-template-columns: 1fr;
  }
  .steps article {
    min-height: auto;
  }
  .steps h3 {
    margin-top: 24px;
  }
  .contact-mark {
    display: none;
  }
  footer {
    grid-template-columns: 1fr;
  }
  footer > div {
    text-align: left;
  }
}
