:root {
  --ink: #0f0c13;
  --aubergine: #26142e;
  --ivory: #fff7e9;
  --paper: #f5eddf;
  --raspberry: #f52d64;
  --orange: #ff7047;
  --lilac: #c5a0e6;
  --muted: #bdb1c3;
  --line: rgba(255, 247, 233, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}

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

.skip-link {
  background: var(--ivory);
  color: var(--ink);
  left: 16px;
  padding: 12px 16px;
  position: fixed;
  top: -60px;
  z-index: 100;
}

.skip-link:focus {
  top: 16px;
}

.js .service-card,
.js .steps li,
.js .outcome,
.js .about-copy {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.js .is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-header {
  align-items: center;
  background: rgba(15, 12, 19, 0.9);
  backdrop-filter: blur(18px);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 26px clamp(24px, 5vw, 78px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 30;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.brand span {
  color: var(--raspberry);
}

nav {
  align-items: center;
  display: flex;
  gap: clamp(22px, 3.5vw, 54px);
}

nav a {
  font-size: 15px;
  font-weight: 650;
  transition: color 180ms ease;
}

nav a:hover,
nav a:focus-visible {
  color: var(--lilac);
}

.nav-contact {
  border: 1px solid rgba(255, 247, 233, 0.4);
  border-radius: 999px;
  padding: 10px 18px;
}

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 20% 82%, rgba(245, 45, 100, 0.15), transparent 29%),
    radial-gradient(circle at 77% 33%, rgba(94, 34, 112, 0.2), transparent 28%),
    var(--ink);
  display: grid;
  gap: 5vw;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  min-height: 100vh;
  overflow: hidden;
  padding: 150px clamp(24px, 5vw, 78px) 80px;
}

.hero-copy {
  max-width: 850px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--lilac);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.hero-heading-wrap {
  position: relative;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.052em;
}

h1 {
  font-size: clamp(58px, 6.8vw, 110px);
  line-height: 0.98;
  margin: 0;
}

h1 span {
  color: var(--raspberry);
}

.scribble {
  color: var(--raspberry);
  font-family: "Bradley Hand", "Segoe Print", cursive;
  font-size: clamp(18px, 1.8vw, 28px);
  margin: 0;
  position: absolute;
  right: 4%;
  top: -32px;
  transform: rotate(-5deg);
}

.scribble::after {
  background: var(--raspberry);
  content: "";
  display: block;
  height: 2px;
  margin: 4px auto 0;
  transform: rotate(-3deg);
  width: 82%;
}

.hero-intro {
  color: #e9dfd4;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.6;
  margin: 36px 0;
  max-width: 700px;
}

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

.button {
  border-radius: 7px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  padding: 18px 25px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button-primary {
  background: linear-gradient(100deg, var(--raspberry), var(--orange));
  box-shadow: 0 14px 35px rgba(245, 45, 100, 0.18);
  color: white;
}

.button:hover,
.button:focus-visible {
  box-shadow: 0 18px 38px rgba(245, 45, 100, 0.28);
  transform: translateY(-3px);
}

.text-link {
  color: var(--lilac);
  font-size: 17px;
  font-weight: 800;
}

.text-link span {
  display: inline-block;
  font-size: 26px;
  margin-left: 9px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(6px);
}

.people-system {
  aspect-ratio: 1 / 1.08;
  margin: auto;
  max-width: 590px;
  position: relative;
  width: 100%;
}

.system-label {
  align-items: center;
  background: linear-gradient(145deg, #32133d, #1b1021);
  border: 2px solid var(--orange);
  border-radius: 24px;
  display: flex;
  font-family: Georgia, serif;
  font-size: clamp(20px, 2vw, 30px);
  height: 28%;
  justify-content: center;
  left: 20%;
  position: absolute;
  top: 31%;
  width: 61%;
  z-index: 4;
}

.node {
  align-items: center;
  background: linear-gradient(150deg, #43204c, #23102a);
  border-radius: 18px;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}

.node-a {
  height: 23%;
  left: 3%;
  top: 44%;
  width: 20%;
}

.node-b {
  height: 21%;
  right: 0;
  top: 43%;
  width: 23%;
}

.node-c {
  bottom: 1%;
  height: 19%;
  left: 41%;
  width: 23%;
}

.connector {
  border-color: var(--raspberry);
  border-style: solid;
  position: absolute;
}

.connector-a {
  border-radius: 20px 0 0 20px;
  border-width: 2px 0 2px 2px;
  height: 23%;
  left: 15%;
  top: 26%;
  width: 18%;
}

.connector-b {
  border-radius: 0 20px 20px 0;
  border-width: 2px 2px 2px 0;
  height: 24%;
  right: 11%;
  top: 28%;
  width: 22%;
}

.connector-c {
  border-bottom: 2px solid var(--lilac);
  border-left: 2px solid var(--raspberry);
  border-radius: 0 0 0 28px;
  bottom: 10%;
  height: 29%;
  left: 19%;
  width: 35%;
}

.dot {
  border-radius: 50%;
  height: 28px;
  position: absolute;
  width: 28px;
}

.dot-a {
  background: var(--raspberry);
  left: 10%;
  top: 34%;
}

.dot-b {
  background: var(--orange);
  right: 9%;
  top: 32%;
}

.dot-c {
  background: var(--lilac);
  right: 28%;
  top: 13%;
}

section {
  padding: clamp(82px, 10vw, 150px) clamp(24px, 7vw, 110px);
}

.reframe {
  background: var(--paper);
  color: #201723;
}

.reframe .section-kicker,
.approach .section-kicker,
.proof .section-kicker,
.contact .section-kicker {
  color: #8e2f5b;
}

.reframe-grid {
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: 1.1fr 0.9fr;
}

h2 {
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: 1.04;
  margin: 0;
}

.reframe-grid p,
.approach-intro > p:last-child,
.proof-copy > p:last-child {
  font-size: 18px;
  line-height: 1.72;
  margin: 0 0 22px;
}

.accent-copy {
  border-left: 4px solid var(--raspberry);
  font-weight: 750;
  padding-left: 24px;
}

.section-dark {
  background: var(--aubergine);
}

.section-heading {
  display: grid;
  gap: 40px;
  grid-template-columns: 0.65fr 1.35fr;
  margin-bottom: 70px;
}

.section-heading h2 {
  max-width: 900px;
}

.service-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.service-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 330px;
  padding: clamp(30px, 4vw, 55px);
  transition: background 220ms ease, transform 220ms ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.045);
}

.service-number {
  color: var(--orange);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 58px;
}

.service-card h3,
.steps h3 {
  font-family: Georgia, serif;
  font-size: clamp(25px, 2.3vw, 35px);
  font-weight: 500;
  line-height: 1.16;
  margin: 0 0 18px;
}

.service-card p {
  color: #d8cadb;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  max-width: 530px;
}

.approach {
  background: var(--ivory);
  color: #201723;
  display: grid;
  gap: clamp(60px, 9vw, 140px);
  grid-template-columns: 0.85fr 1.15fr;
}

.approach-intro {
  align-self: start;
  position: sticky;
  top: 140px;
}

.approach-intro h2 {
  margin-bottom: 34px;
}

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

.steps li {
  border-top: 1px solid rgba(32, 23, 35, 0.2);
  display: grid;
  gap: 30px;
  grid-template-columns: 50px 1fr;
  padding: 38px 0 44px;
}

.steps li:last-child {
  border-bottom: 1px solid rgba(32, 23, 35, 0.2);
}

.steps li > span {
  color: #a02d5d;
  font-size: 12px;
  font-weight: 850;
}

.steps p {
  color: #5f5361;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.proof {
  background: #d6b5eb;
  color: #211425;
  display: grid;
  gap: clamp(60px, 8vw, 120px);
  grid-template-columns: 0.9fr 1.1fr;
}

.proof-copy h2 {
  margin-bottom: 30px;
}

.outcomes {
  border-left: 1px solid rgba(33, 20, 37, 0.22);
  border-top: 1px solid rgba(33, 20, 37, 0.22);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.outcome {
  border-bottom: 1px solid rgba(33, 20, 37, 0.22);
  border-right: 1px solid rgba(33, 20, 37, 0.22);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
  padding: 26px;
}

.outcome strong {
  color: #8b234f;
  font-family: Georgia, serif;
  font-size: clamp(48px, 5vw, 75px);
  font-weight: 500;
}

.outcome span {
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  max-width: 150px;
}

.about {
  align-items: center;
  display: grid;
  gap: clamp(55px, 8vw, 120px);
  grid-template-columns: 0.7fr 1.3fr;
}

.about-mark {
  align-items: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 28% 30%, var(--raspberry) 0 7%, transparent 7.5%),
    radial-gradient(circle at 72% 28%, var(--orange) 0 6%, transparent 6.5%),
    radial-gradient(circle at 73% 72%, var(--lilac) 0 8%, transparent 8.5%),
    linear-gradient(145deg, #32113b, #17101b);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 46% 54% 42% 58% / 56% 42% 58% 44%;
  display: flex;
  justify-content: center;
  max-width: 470px;
  width: 100%;
}

.about-mark span {
  color: var(--ivory);
  font-family: Georgia, serif;
  font-size: clamp(72px, 10vw, 150px);
  letter-spacing: -0.08em;
}

.about-copy h2 {
  margin-bottom: 36px;
}

.about-copy > p:not(.section-kicker):not(.signature) {
  color: #ddd0df;
  font-size: 17px;
  line-height: 1.75;
}

.signature {
  color: var(--raspberry);
  font-family: "Bradley Hand", "Segoe Print", cursive;
  font-size: 34px;
  transform: rotate(-4deg);
}

.contact {
  align-items: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 45, 100, 0.18), transparent 42%),
    var(--ink);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.contact h2 {
  max-width: 980px;
}

.contact > p:not(.section-kicker) {
  color: #d8ced8;
  font-size: 19px;
  line-height: 1.65;
  margin: 32px auto;
  max-width: 720px;
}

.contact-note {
  color: var(--muted);
  font-size: 13px;
  margin-top: 24px;
}

footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr auto;
  padding: 48px clamp(24px, 5vw, 78px);
}

.footer-brand {
  font-size: 27px;
}

footer p {
  color: var(--lilac);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

footer > div {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

footer > div a {
  font-size: 14px;
  font-weight: 700;
}

footer small {
  color: #837987;
  font-size: 11px;
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  nav a:not(.nav-contact) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 160px;
  }

  .people-system {
    max-width: 500px;
  }

  .reframe-grid,
  .section-heading,
  .approach,
  .proof,
  .about {
    grid-template-columns: 1fr;
  }

  .approach-intro {
    position: static;
  }

  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  footer > div {
    justify-content: center;
  }

  footer small {
    grid-column: auto;
  }
}

@media (max-width: 650px) {
  .site-header {
    padding: 20px 18px;
  }

  .brand {
    font-size: 24px;
  }

  .nav-contact {
    font-size: 13px;
    padding: 8px 13px;
  }

  .hero {
    min-height: auto;
    padding: 130px 20px 70px;
  }

  h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .scribble {
    font-size: 16px;
    right: 0;
    top: -28px;
  }

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

  .text-link {
    text-align: center;
  }

  .people-system {
    width: 92%;
  }

  section {
    padding: 76px 20px;
  }

  h2 {
    font-size: 43px;
  }

  .service-grid,
  .outcomes {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .service-number {
    margin-bottom: 34px;
  }

  .outcome {
    min-height: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .service-card,
  .js .steps li,
  .js .outcome,
  .js .about-copy {
    opacity: 1;
    transform: none;
  }
}
