:root {
  --red: #b5121b;
  --red-dark: #7e0911;
  --ink: #14171a;
  --gold: #d79c28;
  --ivory: #faf7f2;
  --line: #e7ded4;
  --muted: #6c625d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-header {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 12px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(20, 23, 26, .1);
  background: rgba(250, 247, 242, .94);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; width: max-content; }
.brand img { object-fit: contain; }
.brand > span { font-size: 25px; font-weight: 900; letter-spacing: -1.2px; }
.brand > span span { color: var(--red); }
nav { display: flex; gap: 30px; }
nav a { text-decoration: none; font-size: 14px; font-weight: 750; }
nav a:hover { color: var(--red); }
.language { justify-self: end; display: flex; border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.language button { border: 0; border-radius: 999px; padding: 7px 9px; background: transparent; color: var(--muted); font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; }
.language button[aria-pressed="true"] { color: white; background: var(--red); }

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  padding: clamp(64px, 8vw, 120px) clamp(24px, 7vw, 112px);
  overflow: hidden;
}
.eyebrow { margin: 0 0 16px; color: var(--red); text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 900; }
.hero h1 { margin: 0; font-size: clamp(58px, 7vw, 112px); line-height: .91; letter-spacing: -.065em; max-width: 820px; }
.hero h1 em { color: var(--red); font-style: normal; }
.lead { max-width: 640px; margin: 34px 0; color: var(--muted); font-size: clamp(18px, 2vw, 23px); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; padding: 14px 22px; border-radius: 999px; text-decoration: none; font-weight: 850; }
.button.primary { color: #fff; background: var(--red); box-shadow: 0 12px 28px rgba(181, 18, 27, .22); }
.launch-note { display: inline-flex; gap: 9px; align-items: center; color: var(--muted); font-size: 13px; font-weight: 700; }
.launch-note > span:first-child { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(215, 156, 40, .16); }
.hero-visual { min-height: 610px; position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: 9% -15% 8% 8%; border-radius: 48% 52% 40% 60%; background: radial-gradient(circle at 30% 30%, #e7a63a, var(--red) 52%, var(--red-dark)); transform: rotate(-8deg); }
.route-line { position: absolute; inset: 27% 12% 20% 16%; border: 3px dashed rgba(255,255,255,.58); border-left-color: transparent; border-radius: 50%; transform: rotate(13deg); }
.role-card { position: absolute; display: flex; align-items: center; gap: 16px; padding: 18px 22px; border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 28px 70px rgba(47, 10, 12, .24); }
.role-card img { width: 112px; height: 112px; object-fit: contain; }
.role-card strong, .role-card span { display: block; }
.role-card strong { font-size: 23px; letter-spacing: -.04em; }
.role-card strong b { color: var(--gold); }
.role-card span { color: var(--muted); font-size: 13px; font-weight: 700; }
.client-card { top: 10%; left: 0; transform: rotate(-4deg); }
.driver-card { right: -3%; bottom: 8%; transform: rotate(4deg); }

.audiences { padding: 110px clamp(24px, 7vw, 112px) 130px; background: white; }
.section-heading { display: grid; grid-template-columns: .45fr 1fr; align-items: end; gap: 30px; margin-bottom: 60px; }
.section-heading h2, .platform h2, .safety h2, .coming-soon h2 { margin: 0; font-size: clamp(38px, 5vw, 70px); line-height: 1; letter-spacing: -.055em; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.audience-grid article { padding: 32px 36px 16px 0; }
.audience-grid article + article { border-left: 1px solid var(--line); padding-left: 36px; }
.number { color: var(--red); font-size: 12px; font-weight: 900; }
.audience-grid h3 { margin: 46px 0 12px; font-size: 28px; }
.audience-grid p { margin: 0; color: var(--muted); max-width: 380px; }

.platform { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 120px clamp(24px, 7vw, 112px); color: white; background: var(--ink); }
.eyebrow.light { color: #efbd58; }
.platform-points { align-self: end; }
.platform-points > p { color: #c9c5c1; font-size: 19px; max-width: 620px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.chips span { padding: 9px 14px; border: 1px solid #514b47; border-radius: 999px; font-size: 13px; font-weight: 750; }

.safety { display: grid; grid-template-columns: 180px 1fr; gap: 50px; align-items: center; padding: 120px clamp(24px, 10vw, 180px); }
.safety-mark { width: 150px; height: 150px; display: grid; place-items: center; color: white; background: var(--red); border-radius: 50%; font-size: 70px; font-weight: 900; box-shadow: 0 22px 55px rgba(181,18,27,.2); }
.safety p:last-child { max-width: 720px; color: var(--muted); font-size: 18px; }
.coming-soon { text-align: center; padding: 100px 24px 120px; background: #efe7dc; }
.coming-soon p:last-child { max-width: 680px; margin: 26px auto 0; color: var(--muted); font-size: 18px; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 30px clamp(24px, 7vw, 112px); color: #d7d2ce; background: #0d0f11; font-size: 13px; }
.footer-brand > span { color: white; }
.footer-brand > span span { color: var(--red); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-visual { min-height: 500px; }
  .section-heading, .platform { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
}
@media (max-width: 600px) {
  .site-header { min-height: 70px; padding: 9px 16px; }
  .brand img { width: 44px; height: 44px; }
  .brand > span { font-size: 22px; }
  .hero { min-height: auto; padding: 58px 22px 30px; }
  .hero h1 { font-size: clamp(52px, 17vw, 76px); }
  .hero-visual { min-height: 430px; }
  .role-card { padding: 12px 14px; border-radius: 22px; }
  .role-card img { width: 78px; height: 78px; }
  .role-card strong { font-size: 18px; }
  .client-card { left: -3%; }
  .driver-card { right: -4%; }
  .audiences, .platform, .safety { padding: 80px 22px; }
  .section-heading { margin-bottom: 34px; }
  .audience-grid h3 { margin-top: 24px; }
  .safety { grid-template-columns: 1fr; }
  .safety-mark { width: 92px; height: 92px; font-size: 44px; }
  footer { flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
