* { box-sizing: border-box; }

:root {
  --ink: #2E3444;
  --muted: #697080;
  --line: #e6e8ed;
  --paper: #ffffff;
  --soft: #f7f8fa;
  --pink: #ee2f68;
  --purple: #814bb1;
  --blue: #119bdc;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

.site-header {
  height: 86px;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.94);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.brand img { width: 150px; display: block; }

.nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; }
.nav a { transition: opacity .2s ease; }
.nav a:hover { opacity: .55; }
.nav-cta { border: 1px solid var(--ink); padding: 10px 17px; border-radius: 999px; }

.menu-toggle { display: none; border: 0; background: none; font-size: 22px; color: var(--ink); }

.hero {
  min-height: 660px;
  padding: 90px 8vw;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  color: var(--muted);
}

.hero h1 {
  font-size: clamp(54px, 7vw, 94px);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 0;
  max-width: 850px;
  font-weight: 800;
}

.hero h1 span,
.contact-copy h2 span {
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  max-width: 570px;
  margin: 30px 0;
  color: var(--muted);
  font-size: 17px;
}

.hero-actions { display: flex; align-items: center; gap: 28px; }

.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  padding: 14px 22px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.button-primary {
  color: white;
  background: var(--ink);
  transition: transform .2s ease, box-shadow .2s ease;
}
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(46,52,68,.15); }

.text-link { font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.text-link span { margin-left: 6px; }

.hero-mark {
  width: min(420px, 90%);
  aspect-ratio: 1;
  justify-self: center;
  position: relative;
  display: grid;
  place-items: center;
}

.hero-mark::before {
  content: "";
  position: absolute;
  inset: 5%;
  border-radius: 50%;
  border: 1px solid var(--line);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}
.orb-one {
  width: 62%;
  height: 62%;
  background: radial-gradient(circle at 30% 25%, rgba(238,47,104,.9), rgba(129,75,177,.6) 45%, rgba(17,155,220,.2) 72%, transparent 73%);
  opacity: .85;
}
.orb-two {
  width: 80%;
  height: 80%;
  border: 1px solid rgba(17,155,220,.28);
  border-top-color: rgba(238,47,104,.4);
  transform: rotate(-28deg);
}

.play-shape {
  width: 118px;
  height: 118px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  padding-left: 6px;
  color: white;
  font-size: 35px;
  background: var(--ink);
  box-shadow: 0 25px 60px rgba(46,52,68,.22);
  position: relative;
}

.intro-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 10px;
  letter-spacing: .16em;
  font-weight: 800;
  color: var(--muted);
}
.intro-strip span { color: var(--ink); font-size: 15px; }

.section { padding: 120px 8vw; }

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 48px;
}
.section-heading h2,
.about-content h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.section-note { color: var(--muted); font-size: 13px; margin: 0 0 4px; }

.work-grid {
  display: grid;
  grid-template-columns: 1.35fr .825fr;
  gap: 24px;
}
.project-card:first-child { grid-row: span 2; }
.project-placeholder {
  min-height: 260px;
  background:
    linear-gradient(135deg, rgba(238,47,104,.15), rgba(129,75,177,.13) 45%, rgba(17,155,220,.14)),
    var(--soft);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 800;
}
.featured .project-placeholder { min-height: 560px; }
.project-meta {
  display: flex;
  justify-content: space-between;
  padding: 18px 0 4px;
}
.project-meta h3 { margin: 0 0 3px; font-size: 16px; }
.project-meta p { margin: 0; color: var(--muted); font-size: 12px; }
.project-meta > span { font-size: 20px; }

.services-section { background: var(--soft); }
.services-list { border-top: 1px solid var(--line); }
.service {
  display: grid;
  grid-template-columns: 80px 1fr 40px;
  gap: 28px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.service-number { font-size: 11px; color: var(--muted); font-weight: 800; padding-top: 7px; }
.service h3 { margin: 0 0 6px; font-size: 24px; letter-spacing: -.02em; }
.service p { margin: 0; max-width: 650px; color: var(--muted); font-size: 14px; }
.service-arrow { font-size: 20px; text-align: right; padding-top: 3px; }
.service-ai {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 15px 45px rgba(46,52,68,.07);
}
.service-kicker { color: var(--pink) !important; font-size: 10px !important; letter-spacing: .16em; font-weight: 800; margin-bottom: 5px !important; }

.about-section {
  padding: 140px 8vw;
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 60px;
  border-bottom: 1px solid var(--line);
}
.about-content { max-width: 900px; }
.about-content h2 { margin-bottom: 38px; }
.about-content p { color: var(--muted); max-width: 720px; font-size: 16px; margin: 0 0 20px; }

.contact-section {
  padding: 120px 8vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.contact-copy h2 { margin: 0 0 25px; font-size: clamp(46px, 6vw, 78px); line-height: .98; letter-spacing: -.05em; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 440px; }
.email-link { display: inline-block; margin-top: 20px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.contact-form label { font-size: 11px; font-weight: 800; color: var(--muted); }
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 14px 15px;
  font: inherit;
  font-size: 14px;
  color: var(--ink);
  outline: none;
  border-radius: 2px;
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--ink); background: white; }
.contact-form textarea { resize: vertical; }
.full { grid-column: 1 / -1; }
.contact-form .button { width: 100%; }
.form-note { grid-column: 1 / -1; color: var(--muted); font-size: 10px; margin: -8px 0 0; }

.footer {
  padding: 35px 6vw;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 11px;
}
.footer-brand img { width: 110px; display: block; }
.footer a { font-weight: 700; color: var(--ink); }

@media (max-width: 800px) {
  .site-header { height: 72px; padding: 0 5vw; }
  .brand img { width: 125px; }
  .nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 22px 5vw; background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .menu-toggle { display: block; }

  .hero { min-height: auto; padding: 75px 7vw 80px; grid-template-columns: 1fr; }
  .hero-mark { width: min(330px, 80vw); order: -1; }
  .hero-copy { text-align: left; }
  .hero h1 { font-size: clamp(50px, 14vw, 76px); }
  .hero-text { font-size: 15px; }
  .hero-actions { flex-wrap: wrap; }
  .intro-strip { padding: 18px 7vw; flex-wrap: wrap; justify-content: center; }

  .section { padding: 85px 7vw; }
  .section-heading { display: block; }
  .section-note { margin-top: 15px; }
  .work-grid { grid-template-columns: 1fr; }
  .project-card:first-child { grid-row: auto; }
  .featured .project-placeholder { min-height: 330px; }
  .project-placeholder { min-height: 240px; }

  .service { grid-template-columns: 45px 1fr 20px; gap: 14px; }
  .service-ai { margin-left: -10px; margin-right: -10px; padding-left: 10px; padding-right: 10px; }
  .service h3 { font-size: 20px; }

  .about-section { padding: 90px 7vw; grid-template-columns: 1fr; gap: 25px; }
  .contact-section { padding: 90px 7vw; grid-template-columns: 1fr; gap: 50px; }
  .contact-form { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  .form-note { grid-column: auto; }
  .footer { padding: 30px 7vw; flex-direction: column; align-items: flex-start; }
}
