:root {
  --ink: #080808;
  --muted: #8f8f94;
  --line: #dedee4;
  --paper: #f4f3f0;
  --purple: #554cf2;
  --soft-purple: #ece8ff;
  --white: #ffffff;
  --container: 1120px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

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

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(85, 76, 242, .34);
  outline-offset: 4px;
}

.container {
  width: min(var(--container), calc(100% - 64px));
  margin: 0 auto;
}

.section-pad {
  padding: 88px 0;
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: flex;
  width: min(var(--container), calc(100% - 64px));
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  font-size: 14px;
}

.brand {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  font-weight: 800;
  line-height: .82;
  text-transform: uppercase;
  transition: color .22s ease;
}

.brand::after {
  position: absolute;
  top: 1px;
  right: -50px;
  width: 48px;
  height: 10px;
  content: "";
  background: var(--purple);
  transition: width .22s ease;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 54px;
  font-weight: 600;
}

.main-nav .menu-item {
  display: contents;
  list-style: none;
}

.main-nav a {
  transition: color .22s ease, opacity .22s ease;
}

.nav-cta {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 20px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  transition: background .22s ease, box-shadow .22s ease;
}

.language {
  color: #b48b8b;
  font-size: 12px;
}

.language b {
  color: var(--purple);
}

.hero {
  min-height: 800px;
  padding-top: 175px;
  background:
    radial-gradient(circle at 86% 11%, rgba(249, 191, 178, .35), transparent 28%),
    radial-gradient(circle at 55% 20%, rgba(242, 189, 230, .42), transparent 31%),
    linear-gradient(180deg, #fff8fa 0%, var(--paper) 78%);
}

.hero h1 {
  max-width: 980px;
  margin: 0 0 54px;
  color: var(--purple);
  font-size: clamp(62px, 8.2vw, 112px);
  font-weight: 600;
  line-height: .98;
}

.hero p {
  max-width: 770px;
  margin: 0 0 32px;
  color: var(--purple);
  font-size: 22px;
  line-height: 1.14;
}

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

.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--purple);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.button-primary {
  background: var(--purple);
  color: #fff;
}

.button-ghost {
  color: var(--purple);
}

.hero-tags {
  margin-top: 58px;
  color: #aaa9aa;
  font-size: 11px;
  font-weight: 600;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .48em;
  text-transform: uppercase;
}

.eyebrow.center,
.center {
  text-align: center;
}

.eyebrow.light {
  color: #d7d3ff;
}

.trusted {
  padding: 20px 0 78px;
  background: var(--paper);
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(17, minmax(0, 1fr));
  gap: 30px 12px;
  align-items: center;
  margin: 34px auto 0;
}

.logo-wall img {
  width: 100%;
  max-width: 62px;
  max-height: 26px;
  margin: 0 auto;
  object-fit: contain;
  opacity: .9;
  transition: opacity .2s ease, filter .2s ease;
}

.realities {
  padding: 0 0 72px;
  background: var(--paper);
}

.realities h2,
.projects h2,
.testimonials h2 {
  margin: 0;
  font-size: clamp(42px, 4.7vw, 68px);
  font-weight: 800;
  line-height: .98;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 82px;
}

.pain-card {
  position: relative;
  display: flex;
  min-height: 465px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 28px 42px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #fff;
  isolation: isolate;
  transition: filter .28s ease;
}

.pain-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-image: inherit;
  background-position: inherit;
  background-size: cover;
  transition: transform .78s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.pain-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, .04) 36%, rgba(0, 0, 0, .82) 100%);
  transition: background .28s ease;
}

.pain-card span,
.pain-card strong {
  position: relative;
  z-index: 2;
}

.pain-card span {
  margin-bottom: 22px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .45em;
  text-transform: uppercase;
}

.pain-card strong {
  font-size: 23px;
  font-weight: 800;
  line-height: 1.08;
}

.section-note {
  margin: 78px 0 0;
  color: var(--purple);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.services {
  padding: 76px 0 54px;
  background: var(--purple);
  color: #fff;
}

.services h2 {
  max-width: 860px;
  margin: 0 0 46px;
  font-size: clamp(52px, 5.8vw, 82px);
  font-weight: 500;
  line-height: 1.04;
}

.services-intro {
  max-width: 350px;
  margin: 0 0 48px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.service-list {
  border-top: 2px solid rgba(255, 255, 255, .76);
}

.service-item {
  border-bottom: 2px solid rgba(255, 255, 255, .76);
  transition: background .22s ease;
}

.service-row {
  display: flex;
  width: 100%;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  transition: color .22s ease;
}

.service-row span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 3px solid #f4bdd3;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  transition: transform .24s ease, background .24s ease;
}

.service-row[aria-expanded="true"] span {
  transform: rotate(180deg);
  background: rgba(244, 189, 211, .14);
}

.service-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s ease;
}

.service-panel p {
  overflow: hidden;
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}

.service-item.is-open .service-panel {
  grid-template-rows: 1fr;
}

.service-item.is-open .service-panel p {
  padding: 0 78px 38px 0;
}

.text-link {
  display: block;
  margin: 54px auto 0;
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  transition: opacity .22s ease;
}

.light-link {
  color: #fff;
}

.why {
  padding-top: 72px;
  background: var(--paper);
}

.why-grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 120px;
  align-items: start;
  padding-bottom: 420px;
}

.about-why .why-grid {
  padding-bottom: 0;
}

.why-photo {
  position: sticky;
  top: 96px;
  overflow: hidden;
  width: 390px;
  height: 520px;
  border-radius: 16px;
  background: #0c1522;
  box-shadow: 0 18px 40px rgba(8, 8, 8, 0);
  transition: box-shadow .28s ease;
}

.why-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .24s ease, transform .42s ease;
}

.why-photo img.is-changing {
  opacity: .22;
  transform: scale(1.035);
}

.why-copy h2 {
  margin: 0 0 48px;
  font-size: clamp(56px, 5.2vw, 80px);
  font-weight: 800;
  line-height: 1.05;
}

.reason-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reason-list li {
  padding: 52px 0 56px;
  border-top: 1px solid var(--line);
  transition: opacity .24s ease;
}

.reason-list li:not(.is-active) {
  opacity: .58;
}

.reason-list li.is-active {
  opacity: 1;
}

.reason-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.reason-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--purple);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .24em;
}

.reason-list h3 {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.05;
  transition: color .22s ease;
}

.reason-list p {
  max-width: 670px;
  margin: 0;
  color: #8b8b91;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.projects {
  padding: 24px 0 56px;
  background: var(--paper);
}

.project-grid {
  display: grid;
  grid-template-columns: 1.38fr 1fr;
  grid-template-rows: 248px 248px;
  gap: 24px;
  margin-top: 54px;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  color: #fff;
  isolation: isolate;
  transition: box-shadow .28s ease, filter .28s ease;
}

.project-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-image: inherit;
  background-position: inherit;
  background-size: cover;
  transition: transform .78s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.project-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .78));
  transition: background .28s ease;
}

.project-card-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-row: span 2;
  padding: 0 0 34px 34px;
}

.project-card-small {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 26px 26px;
}

.project-card span,
.project-card strong,
.project-card em {
  position: relative;
  z-index: 2;
}

.project-card span {
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .45em;
  text-transform: uppercase;
}

.project-card strong {
  font-size: 24px;
  font-weight: 800;
}

.project-card em {
  max-width: 380px;
  margin-top: 8px;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.project-card-main strong {
  font-size: 30px;
}

.testimonials {
  padding: 62px 0 66px;
  background: #d9d9d9;
}

.testimonials h2 {
  text-align: center;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

blockquote {
  min-height: 174px;
  margin: 0;
  padding: 28px 30px 24px;
  border-radius: 8px;
  background: #fff;
  transition: box-shadow .24s ease;
}

blockquote span {
  display: block;
  height: 28px;
  color: var(--purple);
  font-size: 66px;
  font-weight: 800;
  line-height: .75;
}

blockquote p {
  min-height: 58px;
  margin: 4px 0 20px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

blockquote cite {
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.cta {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 460px;
  place-items: center;
  background: #0c1522;
  color: #fff;
  text-align: center;
  isolation: isolate;
}

.cta::before,
.cta::after {
  position: absolute;
  inset: 0;
  content: "";
}

.cta::before {
  z-index: 0;
  background: url("cta-bg.jpg") center / cover no-repeat;
  transition: transform .78s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.cta::after {
  z-index: 1;
  background: rgba(0, 0, 0, .24);
}

.cta-inner {
  position: relative;
  z-index: 2;
  opacity: 1;
}

.cta h2 {
  margin: 0 0 24px;
  font-size: clamp(38px, 4.3vw, 66px);
  font-weight: 800;
  line-height: 1.02;
}

.cta p {
  max-width: 500px;
  margin: 0 auto 22px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.site-footer {
  padding: 44px 0 28px;
  background: var(--purple);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.35fr;
  gap: 72px;
}

.footer-grid p {
  max-width: 340px;
  margin: 0 0 28px;
  color: #dfddff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.footer-grid strong {
  display: block;
  font-size: 40px;
  font-weight: 800;
  line-height: .86;
  text-transform: uppercase;
}

.footer-grid h3 {
  margin: 0 0 20px;
  color: #dfddff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .45em;
  text-transform: uppercase;
}

.footer-grid a {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  transition: opacity .2s ease;
}

.page-hero {
  padding: 170px 0 90px;
  background:
    radial-gradient(circle at 86% 11%, rgba(249, 191, 178, .28), transparent 28%),
    radial-gradient(circle at 55% 20%, rgba(242, 189, 230, .32), transparent 31%),
    linear-gradient(180deg, #fff8fa 0%, var(--paper) 78%);
}

.page-hero h1 {
  max-width: 920px;
  margin: 0 0 26px;
  color: var(--purple);
  font-size: clamp(56px, 7vw, 104px);
  font-weight: 600;
  line-height: .98;
}

.page-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--purple);
  font-size: 22px;
  line-height: 1.25;
}

.content-band {
  padding: 78px 0;
  background: var(--paper);
}

.entry-content {
  max-width: 780px;
  color: #686870;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.entry-content p:first-child {
  margin-top: 0;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.listing-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: box-shadow .22s ease, border-color .22s ease;
}

.listing-card span {
  display: block;
  margin-bottom: 28px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .38em;
  text-transform: uppercase;
}

.listing-card h2,
.listing-card h3 {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.08;
}

.listing-card p {
  margin: 0;
  color: #7b7b82;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.taxonomy-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 34px;
}

.taxonomy-filter a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--purple);
  border-radius: 999px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
}

.post-meta {
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.pagination {
  margin-top: 44px;
  color: var(--purple);
  font-weight: 800;
}

@media (hover: hover) and (pointer: fine) {
  .brand:hover {
    color: var(--purple);
  }

  .brand:hover::after {
    width: 58px;
  }

  .main-nav a:not(.nav-cta):hover,
  .main-nav a:not(.nav-cta):focus-visible {
    color: var(--purple);
  }

  .nav-cta:hover,
  .nav-cta:focus-visible {
    background: var(--purple);
    box-shadow: 0 10px 22px rgba(85, 76, 242, .26);
  }

  .button:hover,
  .button:focus-visible {
    box-shadow: 0 12px 24px rgba(85, 76, 242, .22);
  }

  .button-primary:hover,
  .button-primary:focus-visible {
    border-color: #362bd8;
    background: #362bd8;
  }

  .button-ghost:hover,
  .button-ghost:focus-visible {
    background: var(--purple);
    color: #fff;
  }

  .logo-wall:hover img {
    opacity: .42;
  }

  .logo-wall img:hover {
    opacity: 1;
    filter: contrast(1.15);
  }

  .pain-card:hover {
    z-index: 1;
    filter: saturate(1.05);
  }

  .pain-card:hover::before {
    transform: scale(1.065);
  }

  .pain-card:hover::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .02) 28%, rgba(0, 0, 0, .9) 100%);
  }

  .service-item:hover .service-row {
    color: #f4bdd3;
  }

  .service-row[aria-expanded="true"]:hover span {
    transform: rotate(180deg);
  }

  .text-link:hover,
  .text-link:focus-visible {
    opacity: .7;
  }

  .why-photo:hover {
    box-shadow: 0 18px 40px rgba(8, 8, 8, .16);
  }

  .reason-list li:hover {
    opacity: 1;
  }

  .reason-list li:hover h3 {
    color: var(--purple);
  }

  .project-card:hover {
    box-shadow: 0 18px 40px rgba(8, 8, 8, .18);
    filter: saturate(1.07);
  }

  .project-card:hover::before {
    transform: scale(1.065);
  }

  .project-card:hover::after {
    background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, .86));
  }

  .cta:hover {
    background-size: auto, cover;
  }

  .cta:hover::before {
    transform: scale(1.065);
  }

  blockquote:hover {
    box-shadow: 0 16px 32px rgba(8, 8, 8, .12);
  }

  .footer-grid a:hover,
  .footer-grid a:focus-visible {
    opacity: .72;
  }

  .listing-card:hover {
    border-color: rgba(85, 76, 242, .32);
    box-shadow: 0 18px 36px rgba(8, 8, 8, .08);
  }
}

.copyright {
  margin-top: 42px;
  color: #d7d3ff;
  font-size: 10px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .container,
  .site-header {
    width: min(100% - 32px, var(--container));
  }

  .site-header {
    position: relative;
    left: auto;
    transform: none;
    margin: 0 auto;
    padding-top: 20px;
  }

  .main-nav {
    gap: 18px;
    font-size: 12px;
  }

  .main-nav a:not(.nav-cta),
  .language {
    display: none;
  }

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

  .hero h1 {
    font-size: clamp(50px, 14.4vw, 78px);
  }

  .hero p {
    font-size: 18px;
  }

  .pain-grid,
  .quote-grid,
  .footer-grid,
  .listing-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 88px 0 56px;
  }

  .logo-wall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 28px;
  }

  .pain-card {
    min-height: 380px;
  }

  .services h2,
  .why-copy h2 {
    font-size: clamp(42px, 12vw, 66px);
  }

  .service-row {
    min-height: 90px;
    font-size: clamp(26px, 8vw, 42px);
  }

  .why-grid,
  .project-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .why-photo {
    position: relative;
    top: auto;
    width: 100%;
    height: 440px;
  }

  .project-grid {
    grid-template-rows: 360px 260px 260px;
  }

  .project-card-main {
    grid-row: auto;
  }

  .footer-grid {
    gap: 28px;
  }
}

@media (max-width: 520px) {
  .section-pad {
    padding: 56px 0;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .realities h2,
  .projects h2,
  .testimonials h2 {
    font-size: 38px;
  }

  .pain-grid {
    margin-top: 44px;
  }

  .reason-list h3 {
    font-size: 25px;
  }
}
