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

:root {
  --bg-dark: #0b0f17;
  --bg-light: #f2f2ef;
  --text-dark: #0f1218;
  --text-soft: rgba(15, 18, 24, 0.24);
  --text-light: #f3f4f7;
  --line: rgba(15, 18, 24, 0.22);
  --font-base: "Manrope", "Inter", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-base);
  background: var(--bg-dark);
  color: var(--text-light);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.site {
  width: 100%;
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 24px 14px 96px;
  display: flex;
}

.hero__motion {
  position: absolute;
  inset: 0;
  background: linear-gradient(138deg, #314f96 0%, #2f5db2 42%, #4e72c8 100%);
  overflow: hidden;
}

.hero__motion::before,
.hero__motion::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__motion::before {
  background:
    radial-gradient(120% 90% at 10% 0%, rgba(197, 223, 255, 0.45), transparent 54%),
    radial-gradient(90% 100% at 90% 10%, rgba(177, 235, 255, 0.36), transparent 58%);
  filter: blur(26px) saturate(122%);
  animation: ambient-shift 18s ease-in-out infinite alternate;
}

.hero__motion::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 24%),
    radial-gradient(circle at 50% 90%, rgba(75, 112, 182, 0.28), transparent 62%);
  mix-blend-mode: screen;
  opacity: 0.58;
}

.hero__blob {
  position: absolute;
  border-radius: 45% 55% 58% 42% / 44% 39% 61% 56%;
  filter: blur(52px);
  opacity: 0.84;
  will-change: transform, border-radius;
}

.hero__blob--one {
  width: clamp(280px, 38vw, 560px);
  height: clamp(280px, 38vw, 560px);
  top: -10%;
  left: -8%;
  background: radial-gradient(circle at 35% 32%, #d5e6ff 0%, #93b7ff 40%, #5b82e6 100%);
  animation: blob-drift-1 16s ease-in-out infinite alternate,
    blob-morph-1 10s ease-in-out infinite;
}

.hero__blob--two {
  width: clamp(260px, 34vw, 520px);
  height: clamp(260px, 34vw, 520px);
  top: 8%;
  right: -10%;
  background: radial-gradient(circle at 55% 42%, #d2f4ff 0%, #8edaff 44%, #4e9be3 100%);
  animation: blob-drift-2 20s ease-in-out infinite alternate,
    blob-morph-2 11s ease-in-out infinite;
}

.hero__blob--three {
  width: clamp(320px, 42vw, 640px);
  height: clamp(320px, 42vw, 640px);
  bottom: -24%;
  left: 22%;
  background: radial-gradient(circle at 50% 44%, #d7d9ff 0%, #aeb3ff 42%, #7380e6 100%);
  animation: blob-drift-3 23s ease-in-out infinite alternate,
    blob-morph-3 12s ease-in-out infinite;
}

.hero__blob--four {
  width: clamp(220px, 28vw, 430px);
  height: clamp(220px, 28vw, 430px);
  top: 46%;
  left: -6%;
  background: radial-gradient(circle at 48% 36%, #d8f1ff 0%, #95c9ff 44%, #5f8ce0 100%);
  animation: blob-drift-4 19s ease-in-out infinite alternate,
    blob-morph-2 9s ease-in-out infinite reverse;
}

.hero__grain {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.5px, transparent 0.5px);
  background-size: 2px 2px;
  mix-blend-mode: soft-light;
  opacity: 0.16;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 16, 40, 0.05) 0%, rgba(7, 14, 30, 0.34) 100%),
    radial-gradient(circle at 50% 52%, transparent 20%, rgba(8, 16, 35, 0.3) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero__topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.kicker {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: rgba(243, 244, 247, 0.92);
}

.hero__brand-block {
  margin-top: 24px;
}

.brand-mark {
  margin: 0;
  font-size: clamp(54px, 11vw, 174px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 800;
  font-style: italic;
}

.hero__subhead {
  margin: 18px 0 0;
  max-width: 44ch;
  font-size: clamp(18px, 2.4vw, 30px);
  line-height: 1.25;
  color: rgba(243, 244, 247, 0.93);
  font-weight: 500;
}

.hero__cta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.hero__statement {
  margin: 0;
  font-size: clamp(30px, 5vw, 64px);
  line-height: 1.12;
  max-width: 24ch;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.btn {
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.btn--light {
  background: #f1f2f4;
  color: #10141d;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
}

.btn--light:hover {
  background: #ffffff;
}

.manifesto {
  background: var(--bg-light);
  color: var(--text-dark);
}

.manifesto__inner {
  max-width: 1056px;
  margin: 0 auto;
  padding: 48px 14px 96px;
}

.manifesto__meta {
  padding: 30px 0 46px;
}

.manifesto__label,
.manifesto__date {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.manifesto__label {
  color: #111626;
}

.manifesto__date {
  color: rgba(17, 22, 38, 0.56);
  margin-top: 3px;
}

.manifesto__line {
  margin: 56px 0 0;
  font-size: clamp(29px, 5.2vw, 54px);
  line-height: 1.16;
  letter-spacing: -0.034em;
  font-weight: 600;
  color: var(--text-soft);
  transition: color 0.68s ease-in-out;
  will-change: color;
}

.manifesto__line.is-visible {
  color: #111626;
}

.manifesto__contact {
  margin-top: 86px;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 700px;
}

.btn--dark {
  width: fit-content;
  background: #111626;
  color: #f2f2ef;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
}

.btn--dark:hover {
  background: #222c44;
}

.footer {
  background: var(--bg-light);
  color: var(--text-dark);
  padding: 22px 14px 26px;
  border-top: 1px solid var(--line);
}

.footer__brand {
  font-size: clamp(38px, 8vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 700;
  font-style: italic;
}

.footer__meta {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.footer__meta p {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@keyframes ambient-shift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-2%, 2%, 0) scale(1.06);
  }
}

@keyframes blob-morph-1 {
  0%,
  100% {
    border-radius: 45% 55% 58% 42% / 44% 39% 61% 56%;
  }
  50% {
    border-radius: 60% 40% 46% 54% / 52% 64% 36% 48%;
  }
}

@keyframes blob-morph-2 {
  0%,
  100% {
    border-radius: 52% 48% 42% 58% / 60% 43% 57% 40%;
  }
  50% {
    border-radius: 38% 62% 56% 44% / 42% 57% 43% 58%;
  }
}

@keyframes blob-morph-3 {
  0%,
  100% {
    border-radius: 57% 43% 50% 50% / 46% 60% 40% 54%;
  }
  50% {
    border-radius: 41% 59% 62% 38% / 55% 42% 58% 45%;
  }
}

@keyframes blob-drift-1 {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(18%, 8%, 0) scale(1.14);
  }
}

@keyframes blob-drift-2 {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-15%, 10%, 0) scale(1.16);
  }
}

@keyframes blob-drift-3 {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(8%, -12%, 0) scale(1.12);
  }
}

@keyframes blob-drift-4 {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(14%, -8%, 0) scale(1.14);
  }
}

@media (min-width: 768px) {
  .hero {
    padding: 24px 24px 52px;
  }

  .manifesto__inner {
    padding: 84px 24px 112px;
  }

  .footer {
    padding: 20px 24px 24px;
  }
}
