@font-face {
  font-family: "Climate Crisis";
  src: url("/assets/climate-crisis.woff2") format("woff2");
  font-display: swap;
}

:root {
  --service-paper: #f5f5f5;
  --service-purple: #8a2476;
  --service-purple-dark: #54256d;
  --service-line: rgba(84, 37, 109, 0.13);
  --service-muted: #68616b;
}

body {
  min-width: 320px;
  background: var(--service-paper);
}

.service-page-main {
  min-height: 100vh;
  padding: calc(72px + clamp(34px, 5vw, 72px)) clamp(20px, 6vw, 96px) clamp(80px, 9vw, 140px);
  background: var(--service-paper);
}

.service-breadcrumb,
.service-page-intro,
.service-offers,
.other-services {
  width: min(1320px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.service-breadcrumb {
  margin-bottom: clamp(44px, 6vw, 82px);
  color: var(--service-muted);
  font-size: 0.78rem;
}

.service-breadcrumb ol {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.service-breadcrumb li+li::before {
  content: "›";
  margin-right: 10px;
  color: rgba(84, 37, 109, 0.45);
}

.service-breadcrumb a {
  color: var(--service-purple-dark);
  font-weight: 650;
  transition: color 180ms ease;
}

.service-breadcrumb a:hover,
.service-breadcrumb a:focus-visible {
  color: var(--service-purple);
}

.service-page-intro {
  margin-bottom: clamp(44px, 6vw, 84px);
}

.service-eyebrow {
  margin: 0 0 18px;
  color: var(--service-purple);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.service-page-intro h1 {
  max-width: 1050px;
  margin: 0;
  color: #522a6f;
  font-family: "Climate Crisis", Impact, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.035em;
}

.service-page-intro>p:last-child {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--service-muted);
  font-size: clamp(0.98rem, 1.3vw, 1.16rem);
  line-height: 1.65;
}

.service-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.offer-card {
  min-height: 590px;
  padding: clamp(30px, 4.5vw, 64px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: clamp(28px, 3.2vw, 46px);
  box-shadow: 0 22px 60px rgba(55, 35, 60, 0.08);
}

.offer-launch {
  background: #fff;
}

.offer-growth {
  border-color: rgba(138, 36, 118, 0.1);
  background: rgba(138, 36, 118, 0.05);
}

.offer-phase {
  width: fit-content;
  margin-bottom: auto;
  padding: 9px 14px;
  border: 1px solid var(--service-line);
  border-radius: 999px;
  color: var(--service-purple-dark);
  background: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-growth .offer-phase {
  border-color: rgba(138, 36, 118, 0.16);
  background: rgba(138, 36, 118, 0.08);
}

.offer-card h2 {
  max-width: 570px;
  margin: 22px 0 80px;
  color: #2c2530;
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.offer-card>p {
  max-width: 590px;
  margin: 0 0 34px;
  color: var(--service-muted);
  line-height: 1.65;
}

.offer-card ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
}

.offer-card li {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  border-top: 1px solid var(--service-line);
  color: #39323c;
  line-height: 1.45;
}

.offer-card li::before {
  content: "+";
  color: var(--service-purple);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.15;
}

.offer-cta {
  width: fit-content;
  min-width: 190px;
  margin-top: 34px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(82, 42, 111, 0.12);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #7b227d, #522a6f);
  box-shadow: 0 10px 24px rgba(82, 42, 111, 0.18);
  font-size: 0.8rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.offer-cta:hover,
.offer-cta:focus-visible {
  box-shadow: 0 15px 30px rgba(82, 42, 111, 0.24);
  transform: translateY(-3px);
}

.offer-cta:focus-visible {
  outline: 3px solid rgba(138, 36, 118, 0.2);
  outline-offset: 3px;
}

.other-services {
  padding-top: clamp(76px, 10vw, 150px);
}

.other-services-heading {
  margin-bottom: 30px;
  display: block;
}

.other-services-heading .service-eyebrow {
  margin: 0 0 18px;
}

.other-services-heading h2 {
  max-width: 720px;
  margin: 0;
  color: #522a6f;
  font-family: "Climate Crisis", Impact, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.025em;
  text-align: left;
}

.other-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.other-service-card {
  min-height: 190px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 1px 0 #fff, 0 14px 35px rgba(55, 35, 60, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.other-service-card:hover,
.other-service-card:focus-visible {
  background: #fff;
  box-shadow: inset 0 1px 0 #fff, 0 20px 45px rgba(55, 35, 60, 0.11);
  transform: translateY(-5px);
}

.other-service-card span:first-child {
  color: var(--service-purple-dark);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 650;
  line-height: 1.05;
}

.other-service-card span:last-child {
  color: var(--service-muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.services-menu [aria-current="page"] {
  color: var(--service-purple);
  background: #f4edf5;
}

@media (max-width: 820px) {
  .service-offers {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: 540px;
  }

  .other-services-grid {
    grid-template-columns: 1fr;
  }

  .other-service-card {
    min-height: 150px;
  }
}

@media (max-width: 620px) {
  .service-page-main {
    padding: calc(62px + 24px) 14px 72px;
  }

  .service-breadcrumb {
    margin-bottom: 44px;
    font-size: 0.72rem;
  }

  .service-page-intro {
    margin-bottom: 36px;
  }

  .service-page-intro h1 {
    font-size: 48px;
  }

  .service-page-intro>p:last-child {
    margin-top: 22px;
  }

  .offer-card {
    min-height: 0;
    padding: 28px 22px;
    border-radius: 28px;
  }

  .offer-phase {
    margin-bottom: 64px;
  }

  .offer-card h2 {
    margin-top: 0;
  }

  .offer-cta {
    width: 100%;
  }

  .other-services {
    padding-top: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .other-service-card {
    transition: none;
  }
}