:root {
  --bg: #181818;
  --bg-soft: #211d20;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-strong: rgba(255, 255, 255, 0.07);
  --text: #f7f3f5;
  --muted: rgba(247, 243, 245, 0.72);
  --muted-strong: rgba(247, 243, 245, 0.5);
  --line: rgba(242, 139, 184, 0.18);
  --pink: #f28bb8;
  --pink-deep: #da3382;
  --pink-dark: #9e1f5c;
  --white: #ffffff;
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  --radius: 28px;
  --radius-sm: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(242, 139, 184, 0.16), transparent 28%),
    radial-gradient(circle at 20% 20%, rgba(158, 31, 92, 0.2), transparent 20%),
    var(--bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  width: min(100%, 1540px);
  margin: 0 auto;
  padding: 24px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.brand {
  width: clamp(118px, 10vw, 154px);
}

.topnav {
  display: flex;
  gap: 26px;
  color: var(--muted);
  font-size: 0.92rem;
}

.topnav a,
.footer a {
  transition: color 180ms ease, opacity 180ms ease;
}

.topnav a:hover,
.footer a:hover {
  color: var(--pink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition:
    transform 200ms ease,
    background-color 200ms ease,
    border-color 200ms ease,
    color 200ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--pink) 0%, #f7bdd4 100%);
  color: #111;
}

.button-secondary,
.button-ghost {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.button-full {
  width: 100%;
}

.section-grid,
.manifesto,
.services,
.split-panel,
.method,
.proof,
.capture,
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 42px;
  min-height: calc(100vh - 110px);
  align-items: center;
  padding: 48px 0 56px;
}

.eyebrow,
.section-heading span,
.panel-label {
  color: var(--pink);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
}

.hero h1,
.proof h2 {
  font-family: "Syne", sans-serif;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.hero h1 {
  max-width: 12ch;
  margin: 12px 0 24px;
  font-size: clamp(4rem, 9vw, 8rem);
}

.hero h1 span {
  color: var(--pink);
}

.hero-text,
.section-heading p,
.panel p,
.method-grid p,
.proof-copy p,
.capture-copy p,
.footer {
  color: var(--muted);
  line-height: 1.65;
}

.hero-text {
  max-width: 620px;
  font-size: 1.06rem;
}

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

.hero-art {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius) + 8px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 55%),
    linear-gradient(135deg, rgba(242, 139, 184, 0.08), rgba(255, 255, 255, 0.01));
  overflow: hidden;
}

.hero-art::before,
.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 100% 25%, 25% 100%;
  opacity: 0.16;
  pointer-events: none;
}

.art-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.art-card-main {
  left: clamp(24px, 4vw, 38px);
  bottom: clamp(28px, 5vw, 42px);
  width: min(78%, 400px);
  padding: 28px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.92), rgba(36, 28, 33, 0.86));
}

.art-card-main strong {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.06em;
}

.art-kicker {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--pink);
  font-size: 0.92rem;
}

.art-card-side {
  top: 56px;
  right: clamp(20px, 4vw, 28px);
  width: min(48%, 220px);
  padding: 20px;
  border-radius: 24px;
  background: rgba(242, 139, 184, 0.12);
  color: var(--white);
}

.art-card-side span {
  display: block;
}

.art-card-side span + span {
  margin-top: 12px;
  color: var(--muted);
}

.art-orb {
  position: absolute;
  right: 14%;
  bottom: 20%;
  width: clamp(180px, 24vw, 290px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.42), transparent 18%),
    linear-gradient(145deg, rgba(242, 139, 184, 0.9), rgba(158, 31, 92, 0.32));
  filter: blur(2px);
  opacity: 0.9;
}

.manifesto {
  padding: 86px 0 96px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-heading p {
  max-width: 520px;
}

.manifesto p {
  max-width: 30ch;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.45rem, 2.3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.32;
  color: rgba(247, 243, 245, 0.9);
}

.services {
  padding: 26px 0 72px;
}

.service-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-index {
  font-family: "Syne", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 1;
  color: var(--pink-deep);
}

.service-body {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.service-body h2 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.7rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: rgba(247, 243, 245, 0.72);
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.service-tags span {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  white-space: nowrap;
}

.split-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel {
  padding: 44px;
  min-height: 340px;
}

.panel h3 {
  margin: 16px 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.panel-dark {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-pink {
  background: linear-gradient(180deg, rgba(242, 139, 184, 0.96), rgba(218, 51, 130, 0.88));
  color: #1b1116;
}

.panel-pink .panel-label,
.panel-pink p {
  color: rgba(27, 17, 22, 0.78);
}

.method {
  padding: 32px 0 80px;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.method-grid article,
.proof-metrics article,
.capture-form {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  border-radius: var(--radius);
}

.method-grid article {
  padding: 26px;
}

.method-grid span,
.proof-metrics strong {
  color: var(--pink);
  font-family: "Syne", sans-serif;
  font-size: 2rem;
}

.method-grid h3,
.proof-metrics p {
  margin: 14px 0 0;
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 28px;
  padding: 80px 0;
}

.proof h2 {
  margin: 12px 0 0;
  max-width: 11ch;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
}

.proof-metrics {
  display: grid;
  gap: 16px;
}

.proof-metrics article {
  padding: 24px;
}

.capture {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 28px;
  padding: 80px 0 96px;
}

.capture h2 {
  margin: 12px 0 18px;
  max-width: 12ch;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.capture-form {
  display: grid;
  gap: 18px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.025);
}

.capture-form label {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.capture-form input,
.capture-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  outline: none;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.capture-form input:focus,
.capture-form textarea:focus {
  border-color: rgba(242, 139, 184, 0.7);
  background: rgba(255, 255, 255, 0.05);
}

.capture-form input::placeholder,
.capture-form textarea::placeholder {
  color: var(--muted-strong);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 10px;
  font-size: 0.92rem;
}

.footer div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

@media (max-width: 1180px) {
  .hero,
  .proof,
  .capture,
  .split-panel {
    grid-template-columns: 1fr;
  }

  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .panel-dark {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-art {
    min-height: 520px;
  }
}

@media (max-width: 860px) {
  .page-shell {
    padding: 18px;
  }

  .topbar {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .topnav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .hero {
    min-height: auto;
    padding-top: 28px;
  }

  .hero-text,
  .section-heading p,
  .capture-copy p {
    max-width: none;
  }

  .section-heading,
  .service-body,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-tags {
    justify-content: flex-start;
  }

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

  .footer div {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .button,
  .button-ghost {
    width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .manifesto {
    padding: 72px 0 82px;
  }

  .manifesto p {
    max-width: none;
    font-size: clamp(1.3rem, 6.5vw, 1.9rem);
    line-height: 1.38;
  }

  .hero-art {
    min-height: 420px;
  }

  .art-card-main {
    width: calc(100% - 28px);
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 22px;
  }

  .art-card-side {
    top: 14px;
    right: 14px;
    width: auto;
    left: 14px;
  }

  .art-orb {
    right: -10%;
    bottom: 18%;
    width: 220px;
  }

  .panel,
  .method-grid article,
  .proof-metrics article,
  .capture-form {
    padding: 22px;
  }
}
