:root {
  --bg: #ffffff;
  --soft: #f1f1f1;
  --soft-2: #efefef;
  --ink: #484848;
  --ink-dark: #080808;
  --muted: rgba(8, 8, 8, 0.41);
  --line: rgba(72, 72, 72, 0.12);
  --blue: #5f899d;
  --deep-blue: #085376;
  --steel: #9cb8c7;
  --radius-xl: 34px;
  --radius-pill: 999px;
  --max: 1187px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Screenshot refinement pass */
.about {
  padding-top: 138px;
  padding-bottom: 124px;
}

.portrait-wrap {
  width: 318px;
  height: 390px;
  margin: 0 auto;
}

.portrait-wrap::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.82) 74%, #ffffff 96%);
}

.portrait-wrap img {
  filter: grayscale(1);
  object-fit: cover;
  object-position: 50% 0%;
}

.about .about-intro {
  width: min(1040px, 100%);
  margin: -58px auto 0;
  color: var(--ink);
  font-size: 52px;
  line-height: 1.17;
  letter-spacing: 0;
  text-align: center;
}

.about .stack-copy {
  margin-top: 88px;
  font-size: 52px;
  line-height: 1.25;
}

.about .metric-grid {
  margin-top: 74px;
}

.about .metric-card {
  min-height: 200px;
  padding: 76px 28px 25px;
  border-radius: 36px;
}

.process {
  padding-top: 88px;
}

.process .eyebrow,
.subscription .eyebrow,
.approach-detail .eyebrow,
.recent .eyebrow,
.services .eyebrow {
  min-width: 158px;
  height: 50px;
  margin-bottom: 58px;
  background: linear-gradient(180deg, #5e8ca1 0%, #9fbeca 100%);
}

.process .section-intro h2 {
  font-size: 52px;
  line-height: 1.12;
}

.capability-slider {
  margin-top: 110px;
  padding: 40px 0 55px;
  background: #1d1d1d;
}

.capability-track {
  gap: 20px;
  padding: 0 max(38px, calc((100vw - 1224px) / 2));
  scroll-behavior: smooth;
  scroll-padding-inline: max(38px, calc((100vw - 1224px) / 2));
}

.capability-card {
  width: clamp(360px, 33.5vw, 560px);
  min-height: 300px;
  flex-basis: clamp(360px, 33.5vw, 560px);
  padding: 148px 25px 28px;
  border-radius: 28px;
}

.capability-card h3 {
  margin-bottom: 22px;
  color: #5f93ad;
  font-size: clamp(36px, 3vw, 56px);
  line-height: 0.96;
}

.capability-card p {
  max-width: 430px;
  color: rgba(8, 8, 8, 0.43);
  font-size: clamp(14px, 1.15vw, 20px);
  line-height: 1.08;
}

.capability-dots {
  margin-top: 26px;
}

.recent {
  padding-top: 150px;
  padding-bottom: 140px;
}

.recent .section-intro h2 {
  font-size: 58px;
  line-height: 1.08;
}

.recent .section-intro p {
  max-width: 790px;
  font-size: 31px;
  line-height: 1.22;
}

.workflow-grid {
  margin-top: 88px;
  gap: 30px;
}

.workflow-card {
  min-height: 592px;
  border-radius: 21px;
  grid-template-rows: 1fr 160px;
}

.workflow-card > div {
  min-height: 432px;
  padding: 46px 36px 35px;
  background: linear-gradient(180deg, #6592a6 0%, #a9c3ce 100%);
}

.workflow-card .thermal-text {
  font-size: 82px;
  background: linear-gradient(180deg, #f9fdff 0%, #e7f0f4 52%, rgba(255, 255, 255, 0.18) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.workflow-card > div p {
  font-size: 32px;
  line-height: 1.06;
  color: rgba(255, 255, 255, 0.82);
}

.workflow-card h3 {
  font-size: 38px;
  line-height: 1.03;
  color: #ffffff;
}

.workflow-card > p {
  padding: 22px 36px 26px;
  font-size: 25px;
  line-height: 1.17;
}

.workflow-cta {
  margin-top: 86px;
}

.subscription {
  padding-top: 126px;
  padding-bottom: 132px;
}

.subscription .section-intro {
  gap: 26px;
}

.subscription .section-intro h2 {
  font-size: 64px;
  line-height: 1.12;
}

.subscription .section-intro p {
  max-width: 820px;
  font-size: 30px;
  line-height: 1.16;
}

.pricing-layout {
  margin-top: 116px;
  gap: 20px;
  grid-template-columns: minmax(520px, 0.98fr) minmax(560px, 1fr);
}

.comparison-stack {
  gap: 22px;
}

.comparison-card {
  min-height: 218px;
  padding: 43px 43px 25px;
  border-radius: 36px;
}

.comparison-card h3 {
  margin: 16px 0 42px;
  font-size: 28px;
}

.comparison-card .thermal-text {
  font-size: 58px;
}

.comparison-card.is-blue,
.plan-card.accent {
  background: linear-gradient(180deg, #5f91a8 0%, #a9c5d0 100%);
}

.comparison-card.is-blue .thermal-text,
.plan-card.accent p .thermal-text {
  background: linear-gradient(180deg, #ffffff 0%, #f8fdff 58%, rgba(255, 255, 255, 0.16) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.plan-card.accent {
  min-height: 900px;
  padding: 48px 58px 40px;
  border-radius: 38px;
  gap: 40px;
}

.plan-card.accent h3 {
  margin: 32px 0 -14px;
  font-size: 56px;
}

.plan-card.accent p .thermal-text {
  font-size: 90px;
}

.plan-card.accent .button {
  height: 66px;
  margin-top: 42px;
  border-radius: 999px;
}

.approach-detail {
  padding-top: 130px;
  padding-bottom: 126px;
}

.approach-detail .section-intro h2 {
  font-size: 58px;
  line-height: 1.08;
}

.approach-detail .section-intro p {
  max-width: 800px;
  font-size: 31px;
  line-height: 1.2;
}

.approach-grid {
  margin-top: 86px;
  gap: 28px;
}

.approach-card {
  min-height: 610px;
  padding: 58px 60px 52px;
  border-radius: 34px;
}

.approach-card.dark {
  background: linear-gradient(180deg, #020404 0%, #162129 20%, #9fb6c0 100%);
}

.approach-card.pale {
  background: #efefef;
}

.approach-card span {
  font-size: 21px;
  letter-spacing: 4.5px;
}

.approach-card h3,
.approach-card strong {
  font-size: 42px;
  line-height: 1.16;
}

.approach-card p {
  max-width: 470px;
  font-size: 30px;
  line-height: 1.15;
}

@media (max-width: 1280px) {
  .capability-card {
    width: 460px;
    flex-basis: 460px;
  }

  .pricing-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .about .about-intro,
  .about .stack-copy,
  .subscription .section-intro h2,
  .approach-detail .section-intro h2,
  .recent .section-intro h2 {
    font-size: 46px;
  }

  .pricing-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .portrait-wrap {
    width: 220px;
    height: 275px;
  }

  .about .about-intro,
  .about .stack-copy {
    font-size: 34px;
  }

  .about .about-intro {
    margin-top: -42px;
  }

  .about .stack-copy {
    margin-top: 58px;
  }

  .capability-card {
    width: 286px;
    min-height: 178px;
    flex-basis: 286px;
    padding: 86px 16px 20px;
    border-radius: 16px;
  }

  .capability-card h3 {
    font-size: 30px;
  }

  .capability-card p {
    font-size: 12px;
  }

  .workflow-card {
    min-height: 520px;
  }

  .workflow-card > div {
    min-height: 350px;
  }

  .subscription .section-intro h2,
  .approach-detail .section-intro h2,
  .recent .section-intro h2 {
    font-size: 38px;
  }
}

@font-face {
  font-family: "Atyp Display TRIAL";
  src: local("Atyp Display TRIAL"), local("AtypDisplayTRIAL-Regular"),
    local("Atyp Display Trial"),
    url("assets/fonts/AtypDisplayTRIAL-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atyp Display TRIAL";
  src: local("Atyp Display TRIAL Semibold"), local("AtypDisplayTRIAL-Semibold"),
    url("assets/fonts/AtypDisplayTRIAL-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MD Thermochrome 0.3 Trial";
  src: local("MD Thermochrome 0.3 Trial"),
    local("MD Thermochrome 0.3 Trial Regular"), local("MDTherm0v3Trial-Regular"),
    local("MDThermochrome0.3-Regular-Trial"),
    url("assets/fonts/MDThermochrome0.3-Regular-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MD Thermochrome 0.3 Trial";
  src: local("MD Thermochrome 0.3 Trial Medium"),
    local("MDThermochrome0.3-Medium-Trial"),
    url("assets/fonts/MDThermochrome0.3-Medium-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter Regular"), local("Inter-Regular"),
    url("assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter Medium"), local("Inter-Medium"),
    url("assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter SemiBold"), local("Inter-SemiBold"),
    url("assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: gray transparent;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Atyp Display TRIAL", "Inter", "Helvetica Neue", Arial, sans-serif;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

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

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

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

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
}

.brand-pill {
  width: 196px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px 0 34px;
  border-radius: var(--radius-pill);
  background: var(--soft-2);
  box-shadow: 0 24px 55px rgba(8, 8, 8, 0.06);
}

.brand-initials {
  color: #1e1e1e;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}

.menu-lines {
  width: 26px;
  display: grid;
  gap: 5px;
}

.menu-lines span {
  height: 2px;
  border-radius: 22px;
  background: var(--ink);
}

.section-pad {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  padding-top: 132px;
  padding-bottom: 120px;
  display: grid;
  align-items: start;
  justify-items: center;
  gap: 108px;
}

.hero-copy {
  width: min(946px, 100%);
  display: grid;
  justify-items: center;
  gap: 30px;
  text-align: center;
}

.hero-title {
  margin: 0;
  color: var(--ink);
  font-size: 64px;
  line-height: 1.03;
  font-weight: 400;
}

.hero-title span,
.hero-title strong {
  display: block;
}

.hero-title strong,
.section-intro strong {
  font-weight: 600;
}

.hero-subtitle {
  max-width: 686px;
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.16;
}

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

.button {
  width: 214px;
  height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius-pill);
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  transition: transform 220ms var(--ease), background-color 220ms var(--ease),
    color 220ms var(--ease);
}

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

.mobile-break {
  display: none;
}

.button-soft {
  background: var(--soft-2);
  color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: #ffffff;
}

.showcase {
  width: 100%;
  display: grid;
  gap: 17px;
  justify-items: center;
}

.showcase-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 1187 / 690;
  border-radius: 34px;
  overflow: hidden;
  background: var(--soft-2);
  box-shadow: 0 25px 70px rgba(25, 48, 58, 0.12);
}

.showcase-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 900ms var(--ease), transform 1200ms var(--ease);
}

.showcase-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.showcase-slide img,
.showcase-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-nav {
  position: absolute;
  inset: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.slider-arrow {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.22);
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 180ms var(--ease), transform 180ms var(--ease);
}

.slider-arrow:hover {
  background: rgba(0, 0, 0, 0.34);
  transform: scale(1.04);
}

.slider-arrow::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin: 14px;
  border-top: 1.5px solid #ffffff;
  border-left: 1.5px solid #ffffff;
}

.slider-arrow.prev::before {
  transform: rotate(-45deg) translate(1px, 1px);
}

.slider-arrow.next::before {
  transform: rotate(135deg) translate(1px, 1px);
}

.slider-dots {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.slider-dots button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-pill);
  background: transparent;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
}

.slider-dots button::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 8px;
  background: var(--ink);
}

.slider-dots button.is-active {
  width: 32px;
  opacity: 1;
}

.slider-dots button.is-active::after {
  left: 0;
  width: 32px;
}

.outcomes,
.process,
.recent,
.subscription,
.tools,
.services,
.contact,
.faq {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-intro {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.section-intro.compact {
  gap: 25px;
}

.section-intro h2 {
  max-width: 1030px;
  margin: 0;
  color: var(--ink);
  font-size: 50px;
  line-height: 1.08;
  font-weight: 400;
}

.section-intro p {
  max-width: 686px;
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.18;
}

.big-stat {
  margin: 50px auto 0;
  display: grid;
  justify-items: center;
  gap: 4px;
}

.thermal-text {
  display: inline-block;
  color: transparent;
  font-family: "MD Thermochrome 0.3 Trial", "Atyp Display TRIAL", sans-serif;
  font-size: 79px;
  font-weight: 400;
  line-height: 1;
  background:
    linear-gradient(
      180deg,
      rgb(8, 83, 118) 0%,
      rgb(46, 113, 145) 30%,
      rgb(152, 184, 199) 66%,
      rgb(248, 248, 248) 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
}

.process-card span,
.case-card span,
.plan-card p,
[data-count-to] {
  font-family: "MD Thermochrome 0.3 Trial", "Atyp Display TRIAL", sans-serif;
}

.big-stat span,
.metric-card span {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about {
  padding-top: 70px;
  padding-bottom: 110px;
  display: grid;
  justify-items: center;
}

.portrait-wrap {
  width: 290px;
  height: 325px;
  position: relative;
  overflow: hidden;
}

.portrait-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 42%, #ffffff 95%);
}

.portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-copy {
  margin-top: -35px;
  width: min(971px, 100%);
  display: grid;
  gap: 32px;
  text-align: center;
}

.large-copy {
  margin: 0;
  color: var(--ink);
  font-size: 50px;
  line-height: 1.09;
}

.stack-copy {
  margin-top: 8px;
}

.metric-grid {
  margin-top: 62px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

.metric-card {
  min-height: 194px;
  padding: 26px 23px 20px;
  border-radius: var(--radius-xl);
  background: var(--soft);
  display: grid;
  align-content: space-between;
  overflow: hidden;
}

.metric-card .thermal-text {
  font-size: 79px;
}

.pulse-line {
  width: 100%;
  height: 53px;
  position: relative;
}

.pulse-line::before,
.pulse-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8, 83, 118, 0.45), transparent);
}

.pulse-line::after {
  width: 86px;
  right: auto;
  height: 2px;
  border-radius: 5px;
  background: var(--blue);
  animation: pulseMove 2.8s var(--ease) infinite;
}

.eyebrow {
  width: max-content;
  min-width: 150px;
  height: 49px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background:
    linear-gradient(
      180deg,
      rgb(8, 83, 118) 0%,
      rgb(46, 113, 145) 46%,
      rgb(152, 184, 199) 80%,
      rgb(248, 248, 248) 199%
    ),
    var(--soft-2);
}

.process-row {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.process-card {
  min-height: 178px;
  padding: 20px 18px;
  border-radius: var(--radius-xl);
  background: #6f8fa0;
  color: #ffffff;
  display: grid;
  align-content: space-between;
}

.process-card:nth-child(2) {
  background: #86a8b8;
}

.process-card:nth-child(3) {
  background: #9ab7c4;
}

.process-card:nth-child(4) {
  background: #c1d0d7;
  color: var(--ink);
}

.process-card span,
.case-card span {
  font-size: 13px;
  opacity: 0.75;
}

.process-card h3,
.case-card h3,
.plan-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 600;
}

.process-card p,
.case-card p,
.plan-card li {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}

.recent {
  width: min(1030px, calc(100% - 48px));
}

.case-strip {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.case-card {
  min-height: 260px;
  padding: 24px;
  border-radius: var(--radius-xl);
  display: grid;
  align-content: space-between;
}

.case-card.dark {
  background: #1f2d34;
  color: #ffffff;
}

.case-card.blue {
  background: #88adbc;
  color: #ffffff;
}

.case-card.pale {
  background: var(--soft);
  color: var(--ink);
}

.subscription {
  width: min(790px, calc(100% - 48px));
}

.plan-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.plan-card {
  min-height: 330px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: var(--soft);
  display: grid;
  gap: 25px;
  align-content: start;
}

.plan-card.accent {
  color: #ffffff;
  background: linear-gradient(160deg, #7398a8, #2a5d78);
}

.plan-card p {
  margin: 0;
  color: inherit;
  font-size: 42px;
  line-height: 1;
}

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

.tools {
  display: grid;
  justify-items: center;
  gap: 28px;
}

.tools-title {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.tool-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.tool-row span {
  height: 38px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  background: var(--soft);
  color: var(--muted);
  font-size: 14px;
}

.services {
  width: min(1030px, calc(100% - 48px));
}

.service-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.service-card {
  min-height: 107px;
  padding: 15px;
  border-radius: var(--radius-xl);
  background: var(--soft);
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 29px;
  line-height: 1.05;
}

.contact {
  display: grid;
  justify-items: center;
  gap: 50px;
}

.faq {
  width: min(1030px, calc(100% - 48px));
  display: grid;
  grid-template-columns: 1fr minmax(460px, 706px);
  align-items: start;
  gap: 54px;
}

.faq .section-intro {
  position: sticky;
  top: 120px;
}

.faq-list {
  display: grid;
  gap: 17px;
}

details {
  border-radius: 68px;
  background: var(--soft);
  overflow: hidden;
  transition: border-radius 180ms var(--ease);
}

details[open] {
  border-radius: var(--radius-xl);
}

summary {
  min-height: 81px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  flex: 0 0 24px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: right;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: -4px 34px 28px;
  max-width: 555px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.15;
}

.site-footer {
  width: min(686px, calc(100% - 48px));
  margin: 30px auto 52px;
  color: #787a83;
  text-align: center;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.5px;
}

.text-reveal .word {
  display: inline-block;
  opacity: 0;
  filter: blur(12px);
  transform: translateY(28px);
  transition: opacity 760ms var(--ease), filter 760ms var(--ease),
    transform 760ms var(--ease);
  transition-delay: calc(var(--word-index, 0) * 42ms);
  will-change: opacity, filter, transform;
}

.text-reveal.in-view .word {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.reveal-item {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 760ms var(--ease), transform 760ms var(--ease);
  will-change: opacity, transform;
}

.reveal-item.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulseMove {
  0% {
    transform: translateX(-90px);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(360px);
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .section-pad,
  .recent,
  .subscription,
  .services,
  .faq {
    width: min(var(--max), calc(100% - 34px));
  }

  .hero {
    padding-top: 126px;
    gap: 76px;
  }

  .hero-title {
    font-size: 56px;
  }

  .section-intro h2,
  .large-copy {
    font-size: 42px;
  }

  .hero-subtitle,
  .section-intro p {
    font-size: 22px;
  }

  .showcase-stack {
    border-radius: 54px;
  }

  .metric-grid,
  .process-row,
  .case-strip {
    grid-template-columns: 1fr;
  }

  .metric-card,
  .process-card,
  .case-card {
    min-height: 170px;
  }

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

  .faq .section-intro {
    position: static;
  }
}

@media (max-width: 640px) {
  .brand-pill {
    width: 154px;
    height: 58px;
    padding: 0 20px 0 25px;
  }

  .brand-initials {
    font-size: 34px;
  }

  .menu-lines {
    width: 22px;
    gap: 4px;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 80px;
    gap: 58px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-subtitle,
  .section-intro p {
    font-size: 17px;
  }

  .hero-subtitle {
    max-width: 300px;
    overflow-wrap: break-word;
  }

  .section-intro h2,
  .large-copy {
    font-size: 34px;
  }

  .showcase-stack {
    aspect-ratio: 1 / 0.82;
    border-radius: 30px;
  }

  .hero-actions,
  .plan-grid,
  .service-grid {
    grid-template-columns: 1fr;
    display: grid;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .outcomes,
  .process,
  .recent,
  .subscription,
  .tools,
  .services,
  .contact,
  .faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .about {
    padding-bottom: 72px;
  }

  .portrait-wrap {
    width: 230px;
    height: 258px;
  }

  .thermal-text,
  .metric-card .thermal-text {
    font-size: 62px;
  }

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

  .service-card {
    min-height: 86px;
    font-size: 23px;
  }

  summary {
    min-height: 72px;
    padding: 0 22px;
    font-size: 20px;
  }

  details p {
    margin: -2px 22px 24px;
    font-size: 20px;
  }
}

/* Capabilities carousel: final Figma override, kept last on purpose. */
.process.section-pad {
  width: 100%;
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
  overflow: hidden;
  background: #ffffff;
}

.process > .eyebrow {
  width: 150px;
  min-width: 150px;
  height: 49px;
  margin: 0 auto 15px;
  padding: 0;
  border-radius: 25.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #5e8ca1 0%, #a9c5d0 100%);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.process > .section-intro {
  width: min(1030px, calc(100% - 48px));
  margin: 0 auto;
}

.process .section-intro h2 {
  margin: 0;
  color: #484848;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.process .section-intro h2 strong {
  color: inherit;
  font-weight: 600;
}

.capability-slider {
  width: 100vw;
  margin-top: 94px;
  margin-left: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.capability-track {
  --cap-card-width: min(592px, calc(100vw - 64px));
  --cap-card-gap: 20px;
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
  gap: var(--cap-card-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.capability-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.capability-track::-webkit-scrollbar {
  display: none;
}

.capability-card {
  width: var(--cap-card-width);
  height: 296px;
  min-height: 296px;
  flex: 0 0 var(--cap-card-width);
  padding: 116.242px 23.129px 20.141px 23px;
  border-radius: 34px;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: center;
  overflow: hidden;
}

.capability-card::before {
  content: "";
  display: block;
  width: 365px;
  max-width: 100%;
  height: 53px;
  flex: 0 0 53px;
}

.capability-card h3 {
  margin: 0;
  color: transparent;
  background: linear-gradient(180deg, #085376 0%, #2e7191 29.8%, #98b8c7 65.86%, #f8f8f8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 55px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  white-space: nowrap;
}

.capability-card p {
  width: 383px;
  max-width: 100%;
  margin: 8px 0 0;
  color: rgba(8, 8, 8, 0.41);
  font-size: 18.924px;
  line-height: 19.491px;
  letter-spacing: 0;
}

.capability-dots {
  height: 32px;
  margin-top: 44.906px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: #ffffff;
}

.capability-dots span {
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  cursor: pointer;
}

.capability-dots span::after {
  content: "";
  position: absolute;
  left: 11.5px;
  top: 11.5px;
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  background: #484848;
  opacity: 0.08;
}

.capability-dots span.is-active::after {
  left: 0;
  width: 32px;
  opacity: 1;
}

@media (max-width: 980px) {
  .process.section-pad {
    width: 100%;
    padding-top: 140px;
  }

  .process .section-intro h2 {
    font-size: 42px;
  }

  .capability-slider {
    margin-top: 74px;
  }
}

@media (max-width: 640px) {
  .process.section-pad {
    padding-top: 96px;
  }

  .process > .section-intro {
    width: calc(100% - 34px);
  }

  .process .section-intro h2 {
    font-size: 36px;
    line-height: 1.15;
  }

  .capability-slider {
    margin-top: 56px;
  }

  .capability-card {
    height: 230px;
    min-height: 230px;
    border-radius: 28px;
  }

  .capability-card h3 {
    font-size: 40px;
  }

  .capability-card p {
    font-size: 15px;
    line-height: 1.12;
  }
}

/* Absolute last section lock: overrides legacy duplicate blocks above. */
.recent.section-pad,
.subscription.section-pad,
.approach-detail.section-pad {
  background: #ffffff;
  overflow: visible;
}

.recent.section-pad {
  width: min(1205px, calc(100% - 48px));
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
  display: grid;
  justify-items: center;
}

.subscription.section-pad {
  width: min(1104px, calc(100% - 48px));
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
}

.approach-detail.section-pad {
  width: min(1203px, calc(100% - 48px));
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
}

.recent > .eyebrow,
.subscription > .eyebrow,
.approach-detail > .eyebrow {
  width: 150px;
  min-width: 150px;
  height: 49px;
  margin: 0 auto 15px;
  padding: 0;
  border-radius: 25.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #5e8ca1 0%, #a9c5d0 100%);
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.recent > .section-intro,
.subscription > .section-intro,
.approach-detail > .section-intro {
  width: min(1030px, 100%);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 0;
  text-align: center;
}

.recent .section-intro h2,
.subscription .section-intro h2,
.approach-detail .section-intro h2 {
  margin: 0;
  width: min(1030px, 100%);
  color: #484848;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.recent .section-intro p,
.subscription .section-intro p,
.approach-detail .section-intro p {
  width: min(686px, 100%);
  margin: 15px auto 0;
  color: #484848;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.workflow-grid {
  width: 1205px;
  max-width: 100%;
  margin-top: 67px;
  display: grid;
  grid-template-columns: repeat(4, 284px);
  gap: 23px;
}

.workflow-card {
  width: 284px;
  height: 423px;
  min-height: 423px;
  border-radius: 17px;
  overflow: hidden;
  background: #efefef;
  display: grid;
  grid-template-rows: 325px 98px;
}

.workflow-card > div {
  position: relative;
  height: 325px;
  min-height: 0;
  padding: 0;
  display: block;
  background: linear-gradient(180deg, #085376 0%, #2e7191 29.8%, #98b8c7 65.86%, #f8f8f8 100%);
  color: #ffffff;
}

.workflow-card .thermal-text {
  position: absolute;
  left: 24px;
  top: 5px;
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-size: 78.92px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.workflow-card > div p {
  position: absolute;
  left: 24px;
  top: 245px;
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 15px;
  letter-spacing: 0;
  font-weight: 400;
}

.workflow-card h3 {
  position: absolute;
  left: 24px;
  top: 268px;
  margin: 0;
  color: #ffffff;
  font-size: 29px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
}

.workflow-card > p {
  height: 98px;
  margin: 0;
  padding: 12px 24px 24px;
  color: #484848;
  background: #efefef;
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 400;
}

.workflow-cta {
  width: 170px;
  min-width: 170px;
  height: 49px;
  margin-top: 65px;
  padding: 0;
  border-radius: 25.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #484848;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.pricing-toggle {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  color: #343434;
  font-size: 17px;
  line-height: 18.7px;
  letter-spacing: 0;
  font-weight: 400;
}

.toggle-switch {
  position: relative;
  width: 60px;
  height: 30px;
  padding: 0;
  border-radius: 29.75px;
  background: #6596ad;
  display: block;
}

.toggle-switch::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  margin: 0;
  border-radius: 50%;
  background: #ffffff;
}

.pricing-layout {
  width: 1104px;
  max-width: 100%;
  margin-top: 68px;
  padding-left: 10px;
  display: grid;
  grid-template-columns: 536px 543px;
  gap: 15px;
  align-items: stretch;
}

.comparison-stack {
  width: 536px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15.789px;
}

.comparison-card {
  width: 536px;
  height: 178.976px;
  min-height: 178.976px;
  padding: 28px 31.805px;
  border-radius: 34px;
  background: #efefef;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.comparison-card span,
.plan-card.accent > span {
  display: block;
  color: #919191;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.comparison-card h3 {
  margin: -6px 0 0;
  color: #0b0c18;
  font-size: 20px;
  line-height: 25.6px;
  letter-spacing: 0;
  font-weight: 400;
}

.comparison-card .thermal-text {
  color: #4f535f;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-size: 36px;
  line-height: 38.4px;
  letter-spacing: 0;
  font-weight: 400;
}

.comparison-card p {
  margin: -12px 0 0;
  color: #787a83;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0;
  font-weight: 400;
}

.comparison-card.is-blue,
.plan-card.accent {
  background: linear-gradient(180deg, #085376 0%, #2e7191 29.8%, #98b8c7 65.86%, #f8f8f8 100%);
}

.comparison-card.is-blue span,
.comparison-card.is-blue h3,
.comparison-card.is-blue .thermal-text,
.plan-card.accent > span {
  color: #ffffff;
}

.plan-card.accent {
  position: relative;
  width: 543px;
  height: 763.273px;
  min-height: 763.273px;
  padding: 0;
  border-radius: 34px;
  overflow: hidden;
  color: #ffffff;
  display: block;
}

.plan-card.accent > span {
  position: absolute;
  left: 40px;
  top: 28px;
}

.plan-card.accent h3 {
  position: absolute;
  left: 40px;
  top: 80px;
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 1.5px;
  font-weight: 400;
}

.plan-card.accent p {
  position: absolute;
  left: 40px;
  top: 151px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: #ffffff;
  font-family: "Inter", "Atyp Display TRIAL", sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0;
  font-weight: 300;
}

.plan-card.accent p .thermal-text {
  min-width: max-content;
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-size: 78.92px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.plan-card.accent ul {
  position: absolute;
  left: 40px;
  top: 254px;
  width: 456px;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.plan-card.accent li {
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}

.plan-card.accent li::before {
  content: "✓";
  width: 20px;
  height: 20px;
  border-radius: 6px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

.plan-tags {
  position: absolute;
  left: 40px;
  top: 516px;
  width: 456px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 146.781px);
  gap: 5px 7.828px;
}

.plan-tags span {
  width: 146.781px;
  height: 31px;
  min-height: 31px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Inter", "Atyp Display TRIAL", sans-serif;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0;
  font-weight: 500;
}

.plan-card.accent .button {
  position: absolute;
  left: 40px;
  top: 618px;
  width: 456px;
  height: 62px;
  margin: 0;
  border-radius: 9999px;
  background: #ffffff;
  color: #5b6268;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.plan-card.accent small {
  position: absolute;
  left: 40px;
  top: 696px;
  width: 456px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-family: "Inter", "Atyp Display TRIAL", sans-serif;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0;
  font-weight: 300;
}

.approach-grid {
  width: 1203px;
  max-width: 100%;
  margin-top: 67px;
  display: grid;
  grid-template-columns: 588px 588px;
  gap: 27px;
}

.approach-card {
  position: relative;
  width: 588px;
  height: 588px;
  min-height: 588px;
  padding: 0;
  border-radius: 34px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.approach-card.dark {
  color: #ffffff;
  background: linear-gradient(180deg, #000000 0%, #738c9e 59.311%, #c9c9c9 131.06%, #f8f8f8 198.98%);
}

.approach-card.pale {
  color: #0b0c18;
  background: #efefef;
}

.approach-card span {
  position: absolute;
  left: 50%;
  top: 54px;
  width: 478px;
  transform: translateX(-50%);
  color: currentColor;
  opacity: 1;
  font-size: 16.761px;
  line-height: 25.141px;
  letter-spacing: 2.514px;
  text-transform: uppercase;
  font-weight: 600;
}

.approach-card.pale span {
  top: 42px;
  width: 319px;
  color: #919191;
}

.approach-card h3 {
  position: absolute;
  left: 50%;
  top: 74px;
  width: 478px;
  max-width: 478px;
  margin: 0;
  transform: translateX(-50%);
  color: currentColor;
  font-size: 33.521px;
  line-height: 42.907px;
  letter-spacing: 0;
  font-weight: 400;
}

.approach-card.pale h3 {
  width: 319px;
  max-width: 319px;
  color: #0b0c18;
}

.approach-card p {
  position: absolute;
  left: 50%;
  top: 262px;
  width: 438px;
  max-width: 438px;
  margin: 0;
  transform: translateX(-50%);
  color: currentColor;
  opacity: 1;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
}

.approach-card.pale p {
  top: 248px;
  color: #484848;
}

.approach-card strong {
  position: absolute;
  left: 50%;
  top: 454px;
  width: 362px;
  max-width: 438px;
  transform: translateX(-50%);
  color: currentColor;
  font-size: 33.521px;
  line-height: 42.907px;
  letter-spacing: 0;
  font-weight: 400;
}

.approach-card.pale strong {
  width: 438px;
  color: #0b0c18;
}

@media (max-width: 1240px) {
  .workflow-grid,
  .approach-grid,
  .pricing-layout {
    width: 100%;
  }

  .workflow-grid {
    grid-template-columns: repeat(2, 284px);
    justify-content: center;
  }

  .pricing-layout {
    padding-left: 0;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .comparison-stack {
    width: min(536px, 100%);
  }

  .comparison-card {
    width: 100%;
  }

  .approach-grid {
    grid-template-columns: 588px;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .recent.section-pad,
  .subscription.section-pad,
  .approach-detail.section-pad {
    width: calc(100% - 34px);
    padding-top: 96px;
  }

  .recent .section-intro h2,
  .subscription .section-intro h2,
  .approach-detail .section-intro h2 {
    font-size: 36px;
    line-height: 1.15;
  }

  .recent .section-intro p,
  .subscription .section-intro p,
  .approach-detail .section-intro p {
    font-size: 18px;
    line-height: 1.25;
  }

  .workflow-grid {
    grid-template-columns: minmax(284px, 1fr);
    justify-content: stretch;
  }

  .workflow-card,
  .pricing-layout,
  .comparison-stack,
  .plan-card.accent,
  .approach-grid,
  .approach-card {
    width: 100%;
  }

  .plan-card.accent {
    height: auto;
    min-height: 763px;
  }

  .plan-card.accent > span,
  .plan-card.accent h3,
  .plan-card.accent p,
  .plan-card.accent ul,
  .plan-tags,
  .plan-card.accent .button,
  .plan-card.accent small {
    left: 24px;
    width: calc(100% - 48px);
  }

  .plan-card.accent p {
    display: block;
  }

  .plan-tags {
    grid-template-columns: 1fr;
  }

  .plan-tags span {
    width: 100%;
  }

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

  .approach-card {
    height: 520px;
    min-height: 520px;
  }

  .approach-card span,
  .approach-card h3,
  .approach-card.pale h3,
  .approach-card p,
  .approach-card strong {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
  }

  .approach-card h3,
  .approach-card strong {
    font-size: 28px;
    line-height: 1.18;
  }

  .approach-card p {
    font-size: 20px;
  }
}

/* Final Figma lock for the restored sections. Keep this after duplicate legacy blocks. */
.recent.section-pad,
.subscription.section-pad,
.approach-detail.section-pad {
  background: #ffffff;
  overflow: visible;
}

.recent.section-pad {
  width: min(1205px, calc(100% - 48px));
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
  display: grid;
  justify-items: center;
}

.subscription.section-pad {
  width: min(1104px, calc(100% - 48px));
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
}

.approach-detail.section-pad {
  width: min(1203px, calc(100% - 48px));
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
}

.recent > .eyebrow,
.subscription > .eyebrow,
.approach-detail > .eyebrow {
  width: 150px;
  min-width: 150px;
  height: 49px;
  margin: 0 auto 15px;
  padding: 0;
  border-radius: 25.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #5e8ca1 0%, #a9c5d0 100%);
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.recent > .section-intro,
.subscription > .section-intro,
.approach-detail > .section-intro {
  width: min(1030px, 100%);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 0;
  text-align: center;
}

.recent .section-intro h2,
.subscription .section-intro h2,
.approach-detail .section-intro h2 {
  margin: 0;
  width: min(1030px, 100%);
  color: #484848;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.recent .section-intro p,
.subscription .section-intro p,
.approach-detail .section-intro p {
  width: min(686px, 100%);
  margin: 15px auto 0;
  color: #484848;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.workflow-grid {
  width: 1205px;
  max-width: 100%;
  margin-top: 67px;
  display: grid;
  grid-template-columns: repeat(4, 284px);
  gap: 23px;
}

.workflow-card {
  width: 284px;
  height: 423px;
  min-height: 423px;
  border-radius: 17px;
  overflow: hidden;
  background: #efefef;
  display: grid;
  grid-template-rows: 325px 98px;
}

.workflow-card > div {
  position: relative;
  height: 325px;
  min-height: 0;
  padding: 0;
  display: block;
  background: linear-gradient(180deg, #085376 0%, #2e7191 29.8%, #98b8c7 65.86%, #f8f8f8 100%);
  color: #ffffff;
}

.workflow-card .thermal-text {
  position: absolute;
  left: 24px;
  top: 5px;
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-size: 78.92px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.workflow-card > div p {
  position: absolute;
  left: 24px;
  top: 245px;
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 15px;
  letter-spacing: 0;
  font-weight: 400;
}

.workflow-card h3 {
  position: absolute;
  left: 24px;
  top: 268px;
  margin: 0;
  color: #ffffff;
  font-size: 29px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
}

.workflow-card > p {
  height: 98px;
  margin: 0;
  padding: 12px 24px 24px;
  color: #484848;
  background: #efefef;
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 400;
}

.workflow-cta {
  width: 170px;
  min-width: 170px;
  height: 49px;
  margin-top: 65px;
  padding: 0;
  border-radius: 25.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #484848;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.pricing-toggle {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  color: #343434;
  font-size: 17px;
  line-height: 18.7px;
  letter-spacing: 0;
  font-weight: 400;
}

.toggle-switch {
  position: relative;
  width: 60px;
  height: 30px;
  padding: 0;
  border-radius: 29.75px;
  background: #6596ad;
  display: block;
}

.toggle-switch::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  margin: 0;
  border-radius: 50%;
  background: #ffffff;
}

.pricing-layout {
  width: 1104px;
  max-width: 100%;
  margin-top: 68px;
  padding-left: 10px;
  display: grid;
  grid-template-columns: 536px 543px;
  gap: 15px;
  align-items: stretch;
}

.comparison-stack {
  width: 536px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15.789px;
}

.comparison-card {
  width: 536px;
  height: 178.976px;
  min-height: 178.976px;
  padding: 28px 31.805px;
  border-radius: 34px;
  background: #efefef;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.comparison-card span,
.plan-card.accent > span {
  display: block;
  color: #919191;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.comparison-card h3 {
  margin: -6px 0 0;
  color: #0b0c18;
  font-size: 20px;
  line-height: 25.6px;
  letter-spacing: 0;
  font-weight: 400;
}

.comparison-card .thermal-text {
  color: #4f535f;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-size: 36px;
  line-height: 38.4px;
  letter-spacing: 0;
  font-weight: 400;
}

.comparison-card p {
  margin: -12px 0 0;
  color: #787a83;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0;
  font-weight: 400;
}

.comparison-card.is-blue,
.plan-card.accent {
  background: linear-gradient(180deg, #085376 0%, #2e7191 29.8%, #98b8c7 65.86%, #f8f8f8 100%);
}

.comparison-card.is-blue span,
.comparison-card.is-blue h3,
.comparison-card.is-blue .thermal-text,
.plan-card.accent > span {
  color: #ffffff;
}

.plan-card.accent {
  position: relative;
  width: 543px;
  height: 763.273px;
  min-height: 763.273px;
  padding: 0;
  border-radius: 34px;
  overflow: hidden;
  color: #ffffff;
  display: block;
}

.plan-card.accent > span {
  position: absolute;
  left: 40px;
  top: 28px;
}

.plan-card.accent h3 {
  position: absolute;
  left: 40px;
  top: 80px;
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 1.5px;
  font-weight: 400;
}

.plan-card.accent p {
  position: absolute;
  left: 40px;
  top: 151px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: #ffffff;
  font-family: "Inter", "Atyp Display TRIAL", sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0;
  font-weight: 300;
}

.plan-card.accent p .thermal-text {
  min-width: max-content;
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-size: 78.92px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.plan-card.accent ul {
  position: absolute;
  left: 40px;
  top: 254px;
  width: 456px;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.plan-card.accent li {
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}

.plan-card.accent li::before {
  content: "✓";
  width: 20px;
  height: 20px;
  border-radius: 6px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

.plan-tags {
  position: absolute;
  left: 40px;
  top: 516px;
  width: 456px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 146.781px);
  gap: 5px 7.828px;
}

.plan-tags span {
  width: 146.781px;
  height: 31px;
  min-height: 31px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Inter", "Atyp Display TRIAL", sans-serif;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0;
  font-weight: 500;
}

.plan-card.accent .button {
  position: absolute;
  left: 40px;
  top: 618px;
  width: 456px;
  height: 62px;
  margin: 0;
  border-radius: 9999px;
  background: #ffffff;
  color: #5b6268;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.plan-card.accent small {
  position: absolute;
  left: 40px;
  top: 696px;
  width: 456px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-family: "Inter", "Atyp Display TRIAL", sans-serif;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0;
  font-weight: 300;
}

.approach-grid {
  width: 1203px;
  max-width: 100%;
  margin-top: 67px;
  display: grid;
  grid-template-columns: 588px 588px;
  gap: 27px;
}

.approach-card {
  position: relative;
  width: 588px;
  height: 588px;
  min-height: 588px;
  padding: 0;
  border-radius: 34px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.approach-card.dark {
  color: #ffffff;
  background: linear-gradient(180deg, #000000 0%, #738c9e 59.311%, #c9c9c9 131.06%, #f8f8f8 198.98%);
}

.approach-card.pale {
  color: #0b0c18;
  background: #efefef;
}

.approach-card span {
  position: absolute;
  left: 50%;
  top: 54px;
  width: 478px;
  transform: translateX(-50%);
  color: currentColor;
  opacity: 1;
  font-size: 16.761px;
  line-height: 25.141px;
  letter-spacing: 2.514px;
  text-transform: uppercase;
  font-weight: 600;
}

.approach-card.pale span {
  top: 42px;
  width: 319px;
  color: #919191;
}

.approach-card h3 {
  position: absolute;
  left: 50%;
  top: 74px;
  width: 478px;
  max-width: 478px;
  margin: 0;
  transform: translateX(-50%);
  color: currentColor;
  font-size: 33.521px;
  line-height: 42.907px;
  letter-spacing: 0;
  font-weight: 400;
}

.approach-card.pale h3 {
  width: 319px;
  max-width: 319px;
  color: #0b0c18;
}

.approach-card p {
  position: absolute;
  left: 50%;
  top: 262px;
  width: 438px;
  max-width: 438px;
  margin: 0;
  transform: translateX(-50%);
  color: currentColor;
  opacity: 1;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
}

.approach-card.pale p {
  top: 248px;
  color: #484848;
}

.approach-card strong {
  position: absolute;
  left: 50%;
  top: 454px;
  width: 362px;
  max-width: 438px;
  transform: translateX(-50%);
  color: currentColor;
  font-size: 33.521px;
  line-height: 42.907px;
  letter-spacing: 0;
  font-weight: 400;
}

.approach-card.pale strong {
  width: 438px;
  color: #0b0c18;
}

@media (max-width: 1240px) {
  .workflow-grid,
  .approach-grid,
  .pricing-layout {
    width: 100%;
  }

  .workflow-grid {
    grid-template-columns: repeat(2, 284px);
    justify-content: center;
  }

  .pricing-layout {
    padding-left: 0;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .comparison-stack {
    width: min(536px, 100%);
  }

  .comparison-card {
    width: 100%;
  }

  .approach-grid {
    grid-template-columns: 588px;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .recent.section-pad,
  .subscription.section-pad,
  .approach-detail.section-pad {
    width: calc(100% - 34px);
    padding-top: 96px;
  }

  .recent .section-intro h2,
  .subscription .section-intro h2,
  .approach-detail .section-intro h2 {
    font-size: 36px;
    line-height: 1.15;
  }

  .recent .section-intro p,
  .subscription .section-intro p,
  .approach-detail .section-intro p {
    font-size: 18px;
    line-height: 1.25;
  }

  .workflow-grid {
    grid-template-columns: minmax(284px, 1fr);
    justify-content: stretch;
  }

  .workflow-card,
  .pricing-layout,
  .comparison-stack,
  .plan-card.accent,
  .approach-grid,
  .approach-card {
    width: 100%;
  }

  .plan-card.accent {
    height: auto;
    min-height: 763px;
  }

  .plan-card.accent > span,
  .plan-card.accent h3,
  .plan-card.accent p,
  .plan-card.accent ul,
  .plan-tags,
  .plan-card.accent .button,
  .plan-card.accent small {
    left: 24px;
    width: calc(100% - 48px);
  }

  .plan-card.accent p {
    display: block;
  }

  .plan-tags {
    grid-template-columns: 1fr;
  }

  .plan-tags span {
    width: 100%;
  }

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

  .approach-card {
    height: 520px;
    min-height: 520px;
  }

  .approach-card span,
  .approach-card h3,
  .approach-card.pale h3,
  .approach-card p,
  .approach-card strong {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
  }

  .approach-card h3,
  .approach-card strong {
    font-size: 28px;
    line-height: 1.18;
  }

  .approach-card p {
    font-size: 20px;
  }
}

/* Figma restore: How it works, Pricing, Approach. */
.recent.section-pad,
.subscription.section-pad,
.approach-detail.section-pad {
  background: #ffffff;
  overflow: visible;
}

.recent.section-pad {
  width: min(1205px, calc(100% - 48px));
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
  display: grid;
  justify-items: center;
}

.subscription.section-pad {
  width: min(1104px, calc(100% - 48px));
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
}

.approach-detail.section-pad {
  width: min(1203px, calc(100% - 48px));
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
}

.recent > .eyebrow,
.subscription > .eyebrow,
.approach-detail > .eyebrow {
  width: 150px;
  min-width: 150px;
  height: 49px;
  margin: 0 auto 15px;
  padding: 0;
  border-radius: 25.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #5e8ca1 0%, #a9c5d0 100%);
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.recent > .section-intro,
.subscription > .section-intro,
.approach-detail > .section-intro {
  width: min(1030px, 100%);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 0;
  text-align: center;
}

.recent .section-intro h2,
.subscription .section-intro h2,
.approach-detail .section-intro h2 {
  margin: 0;
  width: min(1030px, 100%);
  color: #484848;
  font-family: "Atyp Display TRIAL", "Inter", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.recent .section-intro p,
.subscription .section-intro p,
.approach-detail .section-intro p {
  width: min(686px, 100%);
  margin: 15px auto 0;
  color: #484848;
  font-family: "Atyp Display TRIAL", "Inter", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.workflow-grid {
  width: 1205px;
  max-width: 100%;
  margin-top: 67px;
  display: grid;
  grid-template-columns: repeat(4, 284px);
  gap: 23px;
}

.workflow-card {
  width: 284px;
  height: 423px;
  min-height: 423px;
  border-radius: 17px;
  overflow: hidden;
  background: #efefef;
  display: grid;
  grid-template-rows: 325px 98px;
}

.workflow-card > div {
  position: relative;
  min-height: 0;
  height: 325px;
  padding: 0;
  display: block;
  background: linear-gradient(180deg, #085376 0%, #2e7191 29.8%, #98b8c7 65.86%, #f8f8f8 100%);
  color: #ffffff;
}

.workflow-card .thermal-text {
  position: absolute;
  left: 24px;
  top: 5px;
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-family: "MD Thermochrome 0.3 Trial", "Atyp Display TRIAL", sans-serif;
  font-size: 78.92px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.workflow-card > div p {
  position: absolute;
  left: 24px;
  top: 245px;
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 15px;
  letter-spacing: 0;
  font-weight: 400;
}

.workflow-card h3 {
  position: absolute;
  left: 24px;
  top: 268px;
  margin: 0;
  color: #ffffff;
  font-size: 29px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
}

.workflow-card > p {
  height: 98px;
  margin: 0;
  padding: 12px 24px 24px;
  color: #484848;
  background: #efefef;
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 400;
}

.workflow-cta {
  width: 170px;
  min-width: 170px;
  height: 49px;
  margin-top: 65px;
  padding: 0;
  border-radius: 25.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #484848;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.pricing-toggle {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  color: #343434;
  font-size: 17px;
  line-height: 18.7px;
  letter-spacing: 0;
  font-weight: 400;
}

.toggle-switch {
  position: relative;
  width: 60px;
  height: 30px;
  padding: 0;
  border-radius: 29.75px;
  background: #6596ad;
  display: block;
}

.toggle-switch::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  margin: 0;
  border-radius: 50%;
  background: #ffffff;
}

.pricing-layout {
  width: 1104px;
  max-width: 100%;
  margin-top: 68px;
  padding-left: 10px;
  display: grid;
  grid-template-columns: 536px 543px;
  gap: 15px;
  align-items: stretch;
}

.comparison-stack {
  width: 536px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15.789px;
}

.comparison-card {
  width: 536px;
  height: 178.976px;
  min-height: 178.976px;
  padding: 28px 31.805px;
  border-radius: 34px;
  background: #efefef;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.comparison-card span,
.plan-card.accent > span {
  display: block;
  color: #919191;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.comparison-card h3 {
  margin: -6px 0 0;
  color: #0b0c18;
  font-size: 20px;
  line-height: 25.6px;
  letter-spacing: 0;
  font-weight: 400;
}

.comparison-card .thermal-text {
  color: #4f535f;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-family: "MD Thermochrome 0.3 Trial", "Atyp Display TRIAL", sans-serif;
  font-size: 36px;
  line-height: 38.4px;
  letter-spacing: 0;
  font-weight: 400;
}

.comparison-card p {
  margin: -12px 0 0;
  color: #787a83;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0;
  font-weight: 400;
}

.comparison-card.is-blue,
.plan-card.accent {
  background: linear-gradient(180deg, #085376 0%, #2e7191 29.8%, #98b8c7 65.86%, #f8f8f8 100%);
}

.comparison-card.is-blue span,
.comparison-card.is-blue h3,
.comparison-card.is-blue .thermal-text,
.plan-card.accent > span {
  color: #ffffff;
}

.comparison-card.is-blue .thermal-text {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.plan-card.accent {
  position: relative;
  width: 543px;
  height: 763.273px;
  min-height: 763.273px;
  padding: 0;
  border-radius: 34px;
  overflow: hidden;
  color: #ffffff;
  display: block;
}

.plan-card.accent > span {
  position: absolute;
  left: 40px;
  top: 28px;
}

.plan-card.accent h3 {
  position: absolute;
  left: 40px;
  top: 80px;
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 1.5px;
  font-weight: 400;
}

.plan-card.accent h3::first-letter {
  font-weight: 400;
}

.plan-card.accent p {
  position: absolute;
  left: 40px;
  top: 151px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: #ffffff;
  font-family: "Inter", "Atyp Display TRIAL", sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0;
  font-weight: 300;
}

.plan-card.accent p .thermal-text {
  min-width: max-content;
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-family: "MD Thermochrome 0.3 Trial", "Atyp Display TRIAL", sans-serif;
  font-size: 78.92px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.plan-card.accent ul {
  position: absolute;
  left: 40px;
  top: 254px;
  width: 456px;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.plan-card.accent li {
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}

.plan-card.accent li::before {
  content: "✓";
  width: 20px;
  height: 20px;
  border-radius: 6px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

.plan-tags {
  position: absolute;
  left: 40px;
  top: 516px;
  width: 456px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 146.781px);
  gap: 5px 7.828px;
}

.plan-tags span {
  width: 146.781px;
  height: 31px;
  min-height: 31px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Inter", "Atyp Display TRIAL", sans-serif;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0;
  font-weight: 500;
}

.plan-card.accent .button {
  position: absolute;
  left: 40px;
  top: 618px;
  width: 456px;
  height: 62px;
  margin: 0;
  border-radius: 9999px;
  background: #ffffff;
  color: #5b6268;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.plan-card.accent small {
  position: absolute;
  left: 40px;
  top: 696px;
  width: 456px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-family: "Inter", "Atyp Display TRIAL", sans-serif;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0;
  font-weight: 300;
}

.approach-grid {
  width: 1203px;
  max-width: 100%;
  margin-top: 67px;
  display: grid;
  grid-template-columns: 588px 588px;
  gap: 27px;
}

.approach-card {
  position: relative;
  width: 588px;
  height: 588px;
  min-height: 588px;
  padding: 0;
  border-radius: 34px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.approach-card.dark {
  color: #ffffff;
  background: linear-gradient(180deg, #000000 0%, #738c9e 59.311%, #c9c9c9 131.06%, #f8f8f8 198.98%);
}

.approach-card.pale {
  color: #0b0c18;
  background: #efefef;
}

.approach-card span {
  position: absolute;
  left: 50%;
  top: 54px;
  width: 478px;
  transform: translateX(-50%);
  color: currentColor;
  opacity: 1;
  font-size: 16.761px;
  line-height: 25.141px;
  letter-spacing: 2.514px;
  text-transform: uppercase;
  font-weight: 600;
}

.approach-card.pale span {
  top: 42px;
  width: 319px;
  color: #919191;
}

.approach-card h3 {
  position: absolute;
  left: 50%;
  top: 74px;
  width: 478px;
  max-width: 478px;
  margin: 0;
  transform: translateX(-50%);
  color: currentColor;
  font-size: 33.521px;
  line-height: 42.907px;
  letter-spacing: 0;
  font-weight: 400;
}

.approach-card.pale h3 {
  width: 319px;
  max-width: 319px;
  color: #0b0c18;
}

.approach-card p {
  position: absolute;
  left: 50%;
  top: 262px;
  width: 438px;
  max-width: 438px;
  margin: 0;
  transform: translateX(-50%);
  color: currentColor;
  opacity: 1;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
}

.approach-card.pale p {
  top: 248px;
  color: #484848;
}

.approach-card strong {
  position: absolute;
  left: 50%;
  top: 454px;
  width: 362px;
  max-width: 438px;
  transform: translateX(-50%);
  color: currentColor;
  font-size: 33.521px;
  line-height: 42.907px;
  letter-spacing: 0;
  font-weight: 400;
}

.approach-card.pale strong {
  width: 438px;
  color: #0b0c18;
}

@media (max-width: 1240px) {
  .workflow-grid,
  .approach-grid,
  .pricing-layout {
    width: 100%;
  }

  .workflow-grid {
    grid-template-columns: repeat(2, 284px);
    justify-content: center;
  }

  .pricing-layout {
    padding-left: 0;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .comparison-stack {
    width: min(536px, 100%);
  }

  .comparison-card {
    width: 100%;
  }

  .approach-grid {
    grid-template-columns: 588px;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .recent.section-pad,
  .subscription.section-pad,
  .approach-detail.section-pad {
    width: calc(100% - 34px);
    padding-top: 96px;
  }

  .recent > .section-intro,
  .subscription > .section-intro,
  .approach-detail > .section-intro {
    width: 100%;
  }

  .recent .section-intro h2,
  .subscription .section-intro h2,
  .approach-detail .section-intro h2 {
    font-size: 36px;
    line-height: 1.15;
  }

  .recent .section-intro p,
  .subscription .section-intro p,
  .approach-detail .section-intro p {
    font-size: 18px;
    line-height: 1.25;
  }

  .workflow-grid {
    grid-template-columns: minmax(284px, 1fr);
    justify-content: stretch;
  }

  .workflow-card {
    width: 100%;
  }

  .pricing-layout,
  .comparison-stack,
  .plan-card.accent,
  .approach-grid,
  .approach-card {
    width: 100%;
  }

  .plan-card.accent {
    height: auto;
    min-height: 763px;
  }

  .plan-card.accent > span,
  .plan-card.accent h3,
  .plan-card.accent p,
  .plan-card.accent ul,
  .plan-tags,
  .plan-card.accent .button,
  .plan-card.accent small {
    left: 24px;
    width: calc(100% - 48px);
  }

  .plan-card.accent p {
    display: block;
  }

  .plan-tags {
    grid-template-columns: 1fr;
  }

  .plan-tags span {
    width: 100%;
  }

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

  .approach-card {
    height: 520px;
    min-height: 520px;
  }

  .approach-card span,
  .approach-card h3,
  .approach-card.pale h3,
  .approach-card p,
  .approach-card strong {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
  }

  .approach-card h3,
  .approach-card strong {
    font-size: 28px;
    line-height: 1.18;
  }

  .approach-card p {
    font-size: 20px;
  }
}

/* Capabilities carousel: Figma-matched final override */
.process.section-pad {
  width: 100%;
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
  overflow: hidden;
  background: #ffffff;
}

.process > .eyebrow {
  width: 150px;
  min-width: 150px;
  height: 49px;
  margin: 0 auto 15px;
  padding: 0;
  border-radius: 25.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #5e8ca1 0%, #a9c5d0 100%);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.process > .section-intro {
  width: min(1030px, calc(100% - 48px));
  margin: 0 auto;
}

.process .section-intro h2 {
  margin: 0;
  color: #484848;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.process .section-intro h2 strong {
  color: inherit;
  font-weight: 600;
}

.capability-slider {
  width: 100vw;
  margin-top: 94px;
  margin-left: calc(50% - 50vw);
  padding: 0 0 0;
  overflow: hidden;
  background: #ffffff;
}

.capability-track {
  --cap-card-width: min(592px, calc(100vw - 64px));
  --cap-card-gap: 20px;
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
  gap: var(--cap-card-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.capability-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.capability-track::-webkit-scrollbar {
  display: none;
}

.capability-card {
  width: var(--cap-card-width);
  height: 296px;
  min-height: 296px;
  flex: 0 0 var(--cap-card-width);
  padding: 116.242px 23.129px 20.141px 23px;
  border-radius: 34px;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: center;
  overflow: hidden;
}

.capability-card::before {
  content: "";
  display: block;
  width: 365px;
  max-width: 100%;
  height: 53px;
  flex: 0 0 53px;
}

.capability-card h3 {
  margin: 0;
  color: transparent;
  background: linear-gradient(180deg, #085376 0%, #2e7191 29.8%, #98b8c7 65.86%, #f8f8f8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 55px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  white-space: nowrap;
}

.capability-card p {
  width: 383px;
  max-width: 100%;
  margin: 8px 0 0;
  color: rgba(8, 8, 8, 0.41);
  font-size: 18.924px;
  line-height: 19.491px;
  letter-spacing: 0;
}

.capability-dots {
  height: 32px;
  margin-top: 44.906px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: #ffffff;
}

.capability-dots span {
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  cursor: pointer;
}

.capability-dots span::after {
  content: "";
  position: absolute;
  left: 11.5px;
  top: 11.5px;
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  background: #484848;
  opacity: 0.08;
}

.capability-dots span.is-active::after {
  left: 0;
  width: 32px;
  opacity: 1;
}

@media (max-width: 980px) {
  .process.section-pad {
    width: 100%;
    padding-top: 140px;
  }

  .process .section-intro h2 {
    font-size: 42px;
  }

  .capability-slider {
    margin-top: 74px;
  }
}

@media (max-width: 640px) {
  .process.section-pad {
    padding-top: 96px;
  }

  .process > .section-intro {
    width: calc(100% - 34px);
  }

  .process .section-intro h2 {
    font-size: 36px;
    line-height: 1.15;
  }

  .capability-slider {
    margin-top: 56px;
  }

  .capability-card {
    height: 230px;
    min-height: 230px;
    border-radius: 28px;
  }

  .capability-card h3 {
    font-size: 40px;
  }

  .capability-card p {
    font-size: 15px;
    line-height: 1.12;
  }
}

/* Screenshot refinement pass - final overrides */
.about {
  padding-top: 138px;
  padding-bottom: 124px;
}

.portrait-wrap {
  width: 318px;
  height: 390px;
  margin: 0 auto;
}

.portrait-wrap::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.82) 74%, #ffffff 96%);
}

.portrait-wrap img {
  filter: grayscale(1);
  object-fit: cover;
  object-position: 50% 0%;
}

.about .about-intro {
  width: min(1040px, 100%);
  margin: -58px auto 0;
  color: var(--ink);
  font-size: 52px;
  line-height: 1.17;
  letter-spacing: 0;
  text-align: center;
}

.about .stack-copy {
  margin-top: 88px;
  font-size: 52px;
  line-height: 1.25;
}

.about .metric-grid {
  margin-top: 74px;
}

.about .metric-card {
  min-height: 200px;
  padding: 76px 28px 25px;
  border-radius: 36px;
}

.process {
  padding-top: 88px;
}

.process .eyebrow,
.subscription .eyebrow,
.approach-detail .eyebrow,
.recent .eyebrow,
.services .eyebrow {
  min-width: 158px;
  height: 50px;
  margin-bottom: 58px;
  background: linear-gradient(180deg, #5e8ca1 0%, #9fbeca 100%);
}

.process .section-intro h2 {
  font-size: 52px;
  line-height: 1.12;
}

.capability-slider {
  margin-top: 110px;
  padding: 40px 0 55px;
  background: #1d1d1d;
}

.capability-track {
  gap: 20px;
  padding: 0 max(38px, calc((100vw - 1224px) / 2));
  scroll-behavior: smooth;
  scroll-padding-inline: max(38px, calc((100vw - 1224px) / 2));
}

.capability-card {
  width: clamp(360px, 33.5vw, 560px);
  min-height: 300px;
  flex-basis: clamp(360px, 33.5vw, 560px);
  padding: 148px 25px 28px;
  border-radius: 28px;
}

.capability-card h3 {
  margin-bottom: 22px;
  color: #5f93ad;
  font-size: clamp(36px, 3vw, 56px);
  line-height: 0.96;
}

.capability-card p {
  max-width: 430px;
  color: rgba(8, 8, 8, 0.43);
  font-size: clamp(14px, 1.15vw, 20px);
  line-height: 1.08;
}

.capability-dots {
  margin-top: 26px;
}

.recent {
  padding-top: 150px;
  padding-bottom: 140px;
}

.recent .section-intro h2 {
  font-size: 58px;
  line-height: 1.08;
}

.recent .section-intro p {
  max-width: 790px;
  font-size: 31px;
  line-height: 1.22;
}

.workflow-grid {
  margin-top: 88px;
  gap: 30px;
}

.workflow-card {
  min-height: 592px;
  border-radius: 21px;
  grid-template-rows: 1fr 160px;
}

.workflow-card > div {
  min-height: 432px;
  padding: 46px 36px 35px;
  background: linear-gradient(180deg, #6592a6 0%, #a9c3ce 100%);
}

.workflow-card .thermal-text {
  font-size: 82px;
  background: linear-gradient(180deg, #f9fdff 0%, #e7f0f4 52%, rgba(255, 255, 255, 0.18) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.workflow-card > div p {
  font-size: 32px;
  line-height: 1.06;
  color: rgba(255, 255, 255, 0.82);
}

.workflow-card h3 {
  font-size: 38px;
  line-height: 1.03;
  color: #ffffff;
}

.workflow-card > p {
  padding: 22px 36px 26px;
  font-size: 25px;
  line-height: 1.17;
}

.workflow-cta {
  margin-top: 86px;
}

.subscription {
  padding-top: 126px;
  padding-bottom: 132px;
}

.subscription .section-intro {
  gap: 26px;
}

.subscription .section-intro h2 {
  font-size: 64px;
  line-height: 1.12;
}

.subscription .section-intro p {
  max-width: 820px;
  font-size: 30px;
  line-height: 1.16;
}

.pricing-layout {
  margin-top: 116px;
  gap: 20px;
  grid-template-columns: minmax(520px, 0.98fr) minmax(560px, 1fr);
}

.comparison-stack {
  gap: 22px;
}

.comparison-card {
  min-height: 218px;
  padding: 43px 43px 25px;
  border-radius: 36px;
}

.comparison-card h3 {
  margin: 16px 0 42px;
  font-size: 28px;
}

.comparison-card .thermal-text {
  font-size: 58px;
}

.comparison-card.is-blue,
.plan-card.accent {
  background: linear-gradient(180deg, #5f91a8 0%, #a9c5d0 100%);
}

.comparison-card.is-blue .thermal-text,
.plan-card.accent p .thermal-text {
  background: linear-gradient(180deg, #ffffff 0%, #f8fdff 58%, rgba(255, 255, 255, 0.16) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.plan-card.accent {
  min-height: 900px;
  padding: 48px 58px 40px;
  border-radius: 38px;
  gap: 40px;
}

.plan-card.accent h3 {
  margin: 32px 0 -14px;
  font-size: 56px;
}

.plan-card.accent p .thermal-text {
  font-size: 90px;
}

.plan-card.accent .button {
  height: 66px;
  margin-top: 42px;
  border-radius: 999px;
}

.approach-detail {
  padding-top: 130px;
  padding-bottom: 126px;
}

.approach-detail .section-intro h2 {
  font-size: 58px;
  line-height: 1.08;
}

.approach-detail .section-intro p {
  max-width: 800px;
  font-size: 31px;
  line-height: 1.2;
}

.approach-grid {
  margin-top: 86px;
  gap: 28px;
}

.approach-card {
  min-height: 610px;
  padding: 58px 60px 52px;
  border-radius: 34px;
}

.approach-card.dark {
  background: linear-gradient(180deg, #020404 0%, #162129 20%, #9fb6c0 100%);
}

.approach-card.pale {
  background: #efefef;
}

.approach-card span {
  font-size: 21px;
  letter-spacing: 4.5px;
}

.approach-card h3,
.approach-card strong {
  font-size: 42px;
  line-height: 1.16;
}

.approach-card p {
  max-width: 470px;
  font-size: 30px;
  line-height: 1.15;
}

@media (max-width: 1280px) {
  .capability-card {
    width: 460px;
    flex-basis: 460px;
  }

  .pricing-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .about .about-intro,
  .about .stack-copy,
  .subscription .section-intro h2,
  .approach-detail .section-intro h2,
  .recent .section-intro h2 {
    font-size: 46px;
  }

  .pricing-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .portrait-wrap {
    width: 220px;
    height: 275px;
  }

  .about .about-intro,
  .about .stack-copy {
    font-size: 34px;
  }

  .about .about-intro {
    margin-top: -42px;
  }

  .about .stack-copy {
    margin-top: 58px;
  }

  .capability-card {
    width: 286px;
    min-height: 178px;
    flex-basis: 286px;
    padding: 86px 16px 20px;
    border-radius: 16px;
  }

  .capability-card h3 {
    font-size: 30px;
  }

  .capability-card p {
    font-size: 12px;
  }

  .workflow-card {
    min-height: 520px;
  }

  .workflow-card > div {
    min-height: 350px;
  }

  .subscription .section-intro h2,
  .approach-detail .section-intro h2,
  .recent .section-intro h2 {
    font-size: 38px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .text-reveal .word,
  .reveal-item {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* Figma pass: section rhythm and updated UT landing layout. */
:root {
  --max: 1187px;
  --wide: 1640px;
  --blue: #6f97aa;
  --blue-soft: #a8c0cb;
  --blue-deep: #4f7789;
  --dark-band: #181818;
  --light-card: #f1f1f1;
}

.site-header {
  top: 17px;
}

.brand-pill {
  width: 195.5px;
  height: 72.25px;
  padding: 0 25.5px 0 22px;
  box-shadow: none;
}

.brand-initials {
  font-size: 44px;
}

.section-pad {
  width: min(var(--max), calc(100% - 96px));
}

.hero {
  min-height: auto;
  padding-top: 292px;
  padding-bottom: 70px;
  gap: 240px;
}

.hero-copy {
  gap: 30px;
}

.hero-title {
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 686px;
  font-size: 25px;
  line-height: 1.2;
}

.button {
  width: 214px;
  height: 49px;
  letter-spacing: 1px;
}

.showcase {
  gap: 17px;
}

.showcase-stack {
  isolation: isolate;
  overflow: visible;
  aspect-ratio: 1187 / 690;
  border-radius: 102px;
  box-shadow: none;
  background: transparent;
}

.showcase-stack::before,
.showcase-stack::after {
  content: "";
  position: absolute;
  left: 88px;
  right: 88px;
  top: 143px;
  bottom: -40px;
  z-index: 0;
  border-radius: 86px;
  background: rgba(239, 239, 239, 0.76);
  box-shadow: 0 28px 55px rgba(8, 8, 8, 0.045);
}

.showcase-stack::after {
  left: 128px;
  right: 128px;
  top: 176px;
  bottom: -64px;
  opacity: 0.5;
}

.showcase-slide {
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
  transform: none;
}

.showcase-slide.is-active {
  transform: none;
}

.slider-nav {
  display: none;
}

.slider-dots {
  gap: 0;
}

.outcomes,
.about,
.process,
.recent,
.subscription,
.approach-detail,
.tools,
.services,
.contact,
.faq {
  padding-top: 120px;
  padding-bottom: 120px;
}

.outcomes {
  padding-top: 80px;
  padding-bottom: 128px;
}

.section-intro {
  gap: 18px;
}

.section-intro h2 {
  max-width: 1030px;
  font-size: 50px;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-intro p {
  max-width: 686px;
  font-size: 25px;
  line-height: 1.2;
}

.big-stat {
  margin-top: 50px;
  gap: 4px;
}

.thermal-text {
  background: linear-gradient(
    180deg,
    rgb(8, 83, 118) 0%,
    rgb(46, 113, 145) 30%,
    rgb(152, 184, 199) 66%,
    rgb(248, 248, 248) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.big-stat .thermal-text {
  font-size: 79px;
}

.big-stat span,
.metric-card span {
  color: rgba(8, 8, 8, 0.41);
  font-size: 18.9px;
  line-height: 1.03;
  letter-spacing: 1px;
}

.about {
  display: grid;
  justify-items: center;
  padding-top: 92px;
  padding-bottom: 146px;
}

.about .large-copy {
  max-width: 1030px;
  margin: 0;
  font-size: 50px;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
}

.metric-grid {
  width: 100%;
  margin-top: 70px;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

.metric-card {
  min-height: 194px;
  padding: 74px 23px 21px;
  border-radius: 34px;
  background: var(--light-card);
  align-content: space-between;
}

.metric-card .thermal-text {
  font-size: 79px;
  line-height: 0.82;
}

.eyebrow {
  min-width: 150px;
  height: 49px;
  margin-bottom: 64px;
  color: #ffffff;
  background: linear-gradient(180deg, #5f899d 0%, #87a9b8 100%);
  font-size: 12px;
  letter-spacing: 1.5px;
}

.process {
  width: 100%;
  padding-top: 66px;
  padding-bottom: 0;
}

.process > .section-intro {
  width: min(var(--max), calc(100% - 96px));
  margin-left: auto;
  margin-right: auto;
}

.process > .eyebrow {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.process .section-intro h2 strong,
.services .section-intro h2 strong {
  font-weight: 600;
}

.capability-slider {
  width: 100vw;
  margin-top: 125px;
  margin-left: calc(50% - 50vw);
  padding: 26px 0 62px;
  overflow: hidden;
  background: var(--dark-band);
}

.capability-track {
  display: flex;
  gap: 10px;
  width: max-content;
  padding: 0 36px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.capability-track::-webkit-scrollbar {
  display: none;
}

.capability-card {
  width: 320px;
  min-height: 160px;
  flex: 0 0 320px;
  scroll-snap-align: center;
  padding: 87px 13px 20px;
  border-radius: 14px;
  background: #ededed;
  display: grid;
  align-content: end;
}

.capability-card h3 {
  margin: 0 0 8px;
  color: var(--blue-deep);
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
}

.capability-card p {
  margin: 0;
  max-width: 280px;
  color: rgba(8, 8, 8, 0.42);
  font-size: 11px;
  line-height: 1.15;
}

.capability-dots {
  height: 32px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.capability-dots span {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.18);
}

.capability-dots .is-active {
  width: 32px;
  background: rgba(255, 255, 255, 0.72);
}

.recent {
  width: min(var(--wide), calc(100% - 96px));
  padding-top: 154px;
  padding-bottom: 150px;
  display: grid;
  justify-items: center;
}

.workflow-grid {
  width: 100%;
  margin-top: 94px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.workflow-card {
  min-height: 620px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--light-card);
  display: grid;
  grid-template-rows: 1fr 176px;
}

.workflow-card > div {
  min-height: 424px;
  padding: 47px 35px 34px;
  display: grid;
  align-content: space-between;
  background: var(--blue);
  color: rgba(255, 255, 255, 0.86);
}

.workflow-card .thermal-text {
  color: transparent;
  font-size: 78px;
  line-height: 1;
  background: linear-gradient(180deg, #ffffff 0%, #dce8ec 65%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.workflow-card h3,
.workflow-card p {
  margin: 0;
}

.workflow-card > div p {
  font-size: 30px;
  line-height: 1.1;
}

.workflow-card h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 400;
}

.workflow-card > p {
  padding: 20px 35px 28px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.16;
}

.workflow-cta {
  margin-top: 90px;
}

.subscription {
  width: min(var(--wide), calc(100% - 96px));
  padding-top: 120px;
  padding-bottom: 132px;
}

.subscription .section-intro {
  gap: 28px;
}

.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--ink);
  font-size: 25px;
}

.toggle-switch {
  width: 90px;
  height: 46px;
  padding: 4px;
  border-radius: 999px;
  background: var(--blue);
  display: block;
}

.toggle-switch::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin-left: auto;
  border-radius: 50%;
  background: #ffffff;
}

.pricing-layout {
  margin-top: 114px;
  display: grid;
  grid-template-columns: minmax(360px, 0.94fr) minmax(520px, 1fr);
  gap: 23px;
  align-items: stretch;
}

.comparison-stack {
  display: grid;
  gap: 24px;
}

.comparison-card {
  min-height: 238px;
  padding: 48px 48px 30px;
  border-radius: 44px;
  background: var(--light-card);
}

.comparison-card span,
.plan-card > span {
  display: block;
  color: rgba(8, 8, 8, 0.41);
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.comparison-card h3 {
  margin: 18px 0 48px;
  color: #111111;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 400;
}

.comparison-card .thermal-text {
  font-size: 64px;
  line-height: 0.9;
}

.comparison-card p {
  margin: 10px 0 0;
  color: rgba(8, 8, 8, 0.38);
  font-size: 13px;
}

.comparison-card.is-blue {
  background: var(--blue);
  color: #ffffff;
}

.comparison-card.is-blue span,
.comparison-card.is-blue h3 {
  color: #ffffff;
}

.comparison-card.is-blue .thermal-text {
  background: linear-gradient(180deg, #ffffff 0%, #eef6f8 75%, rgba(255, 255, 255, 0.18) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.plan-card.accent {
  min-height: 918px;
  padding: 50px 64px 44px;
  border-radius: 44px;
  color: #ffffff;
  background: var(--blue);
  display: grid;
  align-content: start;
  gap: 42px;
}

.plan-card.accent > span {
  color: #ffffff;
}

.plan-card.accent h3 {
  margin: 34px 0 -14px;
  color: #ffffff;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
}

.plan-card.accent p {
  display: flex;
  align-items: end;
  gap: 20px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
}

.plan-card.accent p .thermal-text {
  min-width: max-content;
  font-size: 88px;
  line-height: 0.9;
  background: linear-gradient(180deg, #ffffff 0%, #eef6f8 75%, rgba(255, 255, 255, 0.16) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.plan-card.accent ul {
  display: grid;
  gap: 23px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.plan-card.accent li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 22px;
  line-height: 1.1;
}

.plan-card.accent li::before {
  content: "✓";
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 18px;
}

.plan-tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 36px;
}

.plan-tags span {
  min-height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.plan-card.accent .button {
  width: 100%;
  height: 66px;
  margin-top: 40px;
  color: #5b6268;
  background: #ffffff;
}

.plan-card.accent small {
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.approach-detail {
  width: min(1203px, calc(100% - 96px));
  padding-top: 130px;
}

.approach-grid {
  margin-top: 92px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.approach-card {
  min-height: 588px;
  padding: 66px 64px 54px;
  border-radius: 44px;
  display: grid;
  justify-items: center;
  align-content: space-between;
  text-align: center;
}

.approach-card.dark {
  color: #ffffff;
  background: linear-gradient(180deg, #070a0b 0%, #9bb2bd 100%);
}

.approach-card.pale {
  color: #15171a;
  background: var(--light-card);
}

.approach-card span {
  color: currentColor;
  opacity: 0.66;
  font-size: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.approach-card h3 {
  max-width: 430px;
  margin: 0;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 400;
}

.approach-card p {
  max-width: 442px;
  margin: 0;
  color: currentColor;
  opacity: 0.78;
  font-size: 30px;
  line-height: 1.16;
}

.approach-card strong {
  color: currentColor;
  font-size: 42px;
  line-height: 1.22;
  font-weight: 400;
}

.tools {
  min-height: 438px;
  padding-top: 128px;
  padding-bottom: 110px;
  position: relative;
  display: grid;
  place-items: center;
}

.tools-title {
  max-width: 1150px;
  color: var(--ink);
  font-size: 64px;
  line-height: 1.05;
  text-align: center;
}

.tool-icons {
  position: absolute;
  left: calc(50% + 250px);
  top: 52px;
  width: 150px;
  height: 118px;
}

.tool-icon {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--light-card);
  color: #111111;
  font-size: 18px;
  font-weight: 600;
}

.tool-icon.figma {
  left: 0;
  bottom: 16px;
  width: 52px;
  height: 52px;
  color: var(--blue);
}

.tool-icon.ai {
  left: 57px;
  top: 0;
  width: 52px;
  height: 52px;
}

.tool-icon.spark {
  right: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  color: var(--blue-deep);
  font-size: 34px;
}

.tool-row {
  display: none;
}

.services {
  width: min(1199px, calc(100% - 96px));
  padding-top: 112px;
}

.service-grid {
  margin-top: 78px;
  gap: 15px;
}

.service-card {
  min-height: 107px;
  border-radius: 34px;
  color: rgba(8, 8, 8, 0.41);
  font-size: 29px;
  line-height: 1.05;
}

.contact {
  padding-top: 102px;
  padding-bottom: 102px;
}

.faq {
  width: min(1030px, calc(100% - 96px));
  display: grid;
  grid-template-columns: 1fr;
  gap: 58px;
  padding-top: 100px;
  padding-bottom: 150px;
}

.faq .section-intro {
  position: static;
}

.faq-list {
  gap: 17px;
}

details {
  border-radius: 68px;
  background: var(--light-card);
}

details[open] {
  border-radius: 34px;
}

summary {
  min-height: 81px;
  padding: 0 34px;
  font-size: 24px;
  line-height: 1.25;
}

details p {
  max-width: 555px;
  margin: -4px 34px 28px;
  font-size: 26px;
  line-height: 1.15;
}

.site-footer {
  margin-top: 0;
}

@media (max-width: 1280px) {
  .workflow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-layout {
    grid-template-columns: 1fr;
  }

  .comparison-stack {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .section-pad,
  .process > .section-intro,
  .recent,
  .subscription,
  .approach-detail,
  .services,
  .faq {
    width: min(var(--max), calc(100% - 34px));
  }

  .hero {
    padding-top: 150px;
    gap: 92px;
  }

  .hero-title,
  .tools-title {
    font-size: 56px;
  }

  .showcase-stack {
    border-radius: 54px;
  }

  .showcase-stack::before,
  .showcase-stack::after {
    left: 44px;
    right: 44px;
    top: 72px;
    border-radius: 44px;
  }

  .metric-grid,
  .approach-grid,
  .service-grid,
  .comparison-stack {
    grid-template-columns: 1fr;
  }

  .plan-card.accent p {
    display: block;
  }
}

@media (max-width: 640px) {
  .brand-pill {
    width: 154px;
    height: 58px;
    padding: 0 20px 0 25px;
  }

  .hero {
    padding-top: 118px;
    padding-bottom: 58px;
    gap: 70px;
  }

  .hero-title,
  .section-intro h2 {
    font-size: 38px;
  }

  .hero-subtitle,
  .section-intro p,
  .pricing-toggle {
    font-size: 17px;
  }

  .mobile-break {
    display: block;
  }

  .hero-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .showcase-stack {
    aspect-ratio: 1 / 0.82;
    border-radius: 30px;
  }

  .showcase-stack::before,
  .showcase-stack::after {
    display: none;
  }

  .outcomes,
  .about,
  .process,
  .recent,
  .subscription,
  .approach-detail,
  .tools,
  .services,
  .contact,
  .faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .about .large-copy,
  .approach-card h3,
  .approach-card strong {
    font-size: 34px;
  }

  .metric-card,
  .comparison-card {
    padding: 32px 24px 24px;
  }

  .metric-card .thermal-text,
  .big-stat .thermal-text,
  .workflow-card .thermal-text,
  .comparison-card .thermal-text,
  .plan-card.accent p .thermal-text {
    font-size: 58px;
  }

  .capability-slider {
    margin-top: 70px;
  }

  .capability-card {
    width: 280px;
    flex-basis: 280px;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .workflow-card {
    min-height: 460px;
    grid-template-rows: 1fr auto;
  }

  .workflow-card > div {
    min-height: 310px;
  }

  .workflow-card > div p,
  .workflow-card h3,
  .workflow-card > p,
  .approach-card p {
    font-size: 23px;
  }

  .pricing-layout {
    margin-top: 62px;
  }

  .plan-card.accent {
    min-height: auto;
    padding: 34px 24px;
  }

  .plan-card.accent h3 {
    font-size: 42px;
  }

  .plan-tags {
    grid-template-columns: 1fr;
  }

  .approach-card {
    min-height: 460px;
    padding: 42px 24px 36px;
  }

  .tools-title {
    font-size: 36px;
  }

  .tool-icons {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 28px;
  }

  .service-card {
    min-height: 86px;
    font-size: 23px;
  }

  summary {
    min-height: 72px;
    padding: 0 22px;
    font-size: 20px;
  }

  details p {
    margin: -2px 22px 24px;
    font-size: 20px;
  }
}

/* Capabilities carousel: absolute final Figma override. */
.process.section-pad {
  width: 100%;
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
  overflow: hidden;
  background: #ffffff;
}

.process > .eyebrow {
  width: 150px;
  min-width: 150px;
  height: 49px;
  margin: 0 auto 15px;
  padding: 0;
  border-radius: 25.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #5e8ca1 0%, #a9c5d0 100%);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.process > .section-intro {
  width: min(1030px, calc(100% - 48px));
  margin: 0 auto;
}

.process .section-intro h2 {
  margin: 0;
  color: #484848;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.process .section-intro h2 strong {
  color: inherit;
  font-weight: 600;
}

.capability-slider {
  width: 100vw;
  margin-top: 94px;
  margin-left: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.capability-track {
  --cap-card-width: min(592px, calc(100vw - 64px));
  --cap-card-gap: 20px;
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
  gap: var(--cap-card-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.capability-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.capability-track::-webkit-scrollbar {
  display: none;
}

.capability-card {
  width: var(--cap-card-width);
  height: 296px;
  min-height: 296px;
  flex: 0 0 var(--cap-card-width);
  padding: 70px 40px 70px 40px;
  border-radius: 34px;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: center;
  overflow: hidden;
}

.capability-card::before {
  content: "";
  display: block;
  width: 365px;
  max-width: 100%;
  height: 53px;
  flex: 0 0 53px;
}

.capability-card h3 {
  margin: 0;
  color: transparent;
  background: linear-gradient(180deg, #085376 0%, #2e7191 29.8%, #98b8c7 65.86%, #f8f8f8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 55px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  white-space: nowrap;
}

.capability-card p {
  width: 383px;
  max-width: 100%;
  margin: 8px 0 0;
  color: rgba(8, 8, 8, 0.41);
  font-size: 18.924px;
  line-height: 19.491px;
  letter-spacing: 0;
}

.capability-dots {
  height: 32px;
  margin-top: 44.906px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: #ffffff;
}

.capability-dots span {
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  cursor: pointer;
}

.capability-dots span::after {
  content: "";
  position: absolute;
  left: 11.5px;
  top: 11.5px;
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  background: #484848;
  opacity: 0.08;
}

.capability-dots span.is-active::after {
  left: 0;
  width: 32px;
  opacity: 1;
}

@media (max-width: 980px) {
  .process.section-pad {
    width: 100%;
    padding-top: 140px;
  }

  .process .section-intro h2 {
    font-size: 42px;
  }

  .capability-slider {
    margin-top: 74px;
  }
}

@media (max-width: 640px) {
  .process.section-pad {
    padding-top: 96px;
  }

  .process > .section-intro {
    width: calc(100% - 34px);
  }

  .process .section-intro h2 {
    font-size: 36px;
    line-height: 1.15;
  }

  .capability-slider {
    margin-top: 56px;
  }

  .capability-card {
    height: 230px;
    min-height: 230px;
    border-radius: 28px;
  }

  .capability-card h3 {
    font-size: 40px;
  }

  .capability-card p {
    font-size: 15px;
    line-height: 1.12;
  }
}
/* EOF final Figma lock: How It Works, Pricing, Approach. */
.recent.section-pad {
  width: min(1205px, calc(100% - 48px));
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
  display: grid;
  justify-items: center;
  background: #ffffff;
  overflow: visible;
}

.subscription.section-pad {
  width: min(1104px, calc(100% - 48px));
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
  background: #ffffff;
  overflow: visible;
}

.approach-detail.section-pad {
  width: min(1203px, calc(100% - 48px));
  max-width: none;
  padding-top: 220px;
  padding-bottom: 0;
  background: #ffffff;
  overflow: visible;
}

.recent > .eyebrow,
.subscription > .eyebrow,
.approach-detail > .eyebrow {
  width: 150px;
  min-width: 150px;
  height: 49px;
  margin: 0 auto 15px;
  padding: 0;
  border-radius: 25.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #5e8ca1 0%, #a9c5d0 100%);
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.recent > .section-intro,
.subscription > .section-intro,
.approach-detail > .section-intro {
  width: min(1030px, 100%);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 0;
  text-align: center;
}

.recent .section-intro h2,
.subscription .section-intro h2,
.approach-detail .section-intro h2 {
  margin: 0;
  width: min(1030px, 100%);
  color: #484848;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.recent .section-intro p,
.subscription .section-intro p,
.approach-detail .section-intro p {
  width: min(686px, 100%);
  margin: 15px auto 0;
  color: #484848;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.workflow-grid {
  width: 1205px;
  max-width: 100%;
  margin-top: 67px;
  display: grid;
  grid-template-columns: repeat(4, 284px);
  gap: 23px;
}

.workflow-card {
  width: 284px;
  height: 423px;
  min-height: 423px;
  border-radius: 17px;
  overflow: hidden;
  background: #efefef;
  display: grid;
  grid-template-rows: 325px 98px;
}

.workflow-card > div {
  position: relative;
  height: 325px;
  min-height: 0;
  padding: 0;
  display: block;
  background: linear-gradient(180deg, #085376 0%, #2e7191 29.8%, #98b8c7 65.86%, #f8f8f8 100%);
  color: #ffffff;
}

.workflow-card .thermal-text {
  position: absolute;
  left: 24px;
  top: 5px;
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-size: 78.92px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.workflow-card > div p {
  position: absolute;
  left: 24px;
  top: 245px;
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 15px;
  letter-spacing: 0;
  font-weight: 400;
}

.workflow-card h3 {
  position: absolute;
  left: 24px;
  top: 268px;
  margin: 0;
  color: #ffffff;
  font-size: 29px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
}

.workflow-card > p {
  height: 98px;
  margin: 0;
  padding: 12px 24px 24px;
  color: #484848;
  background: #efefef;
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 400;
}

.workflow-cta {
  width: 170px;
  min-width: 170px;
  height: 49px;
  margin-top: 65px;
  padding: 0;
  border-radius: 25.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #484848;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.pricing-toggle {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  color: #343434;
  font-size: 17px;
  line-height: 18.7px;
  letter-spacing: 0;
  font-weight: 400;
}

.toggle-switch {
  position: relative;
  width: 60px;
  height: 30px;
  padding: 0;
  border-radius: 29.75px;
  background: #6596ad;
  display: block;
}

.toggle-switch::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  margin: 0;
  border-radius: 50%;
  background: #ffffff;
}

.pricing-layout {
  width: 1104px;
  max-width: 100%;
  margin-top: 68px;
  padding-left: 10px;
  display: grid;
  grid-template-columns: 536px 543px;
  gap: 15px;
  align-items: stretch;
}

.comparison-stack {
  width: 536px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15.789px;
}

.comparison-card {
  width: 536px;
  height: 178.976px;
  min-height: 178.976px;
  padding: 28px 31.805px;
  border-radius: 34px;
  background: #efefef;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.comparison-card span,
.plan-card.accent > span {
  display: block;
  color: #919191;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.comparison-card h3 {
  margin: -6px 0 0;
  color: #0b0c18;
  font-size: 20px;
  line-height: 25.6px;
  letter-spacing: 0;
  font-weight: 400;
}

.comparison-card .thermal-text {
  color: #4f535f;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-size: 36px;
  line-height: 38.4px;
  letter-spacing: 0;
  font-weight: 400;
}

.comparison-card p {
  margin: -12px 0 0;
  color: #787a83;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0;
  font-weight: 400;
}

.comparison-card.is-blue,
.plan-card.accent {
  background: linear-gradient(180deg, #085376 0%, #2e7191 29.8%, #98b8c7 65.86%, #f8f8f8 100%);
}

.comparison-card.is-blue span,
.comparison-card.is-blue h3,
.comparison-card.is-blue .thermal-text,
.plan-card.accent > span {
  color: #ffffff;
}

.plan-card.accent {
  position: relative;
  width: 543px;
  height: 763.273px;
  min-height: 763.273px;
  padding: 0;
  border-radius: 34px;
  overflow: hidden;
  color: #ffffff;
  display: block;
}

.plan-card.accent > span {
  position: absolute;
  left: 40px;
  top: 28px;
}

.plan-card.accent h3 {
  position: absolute;
  left: 40px;
  top: 80px;
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 1.5px;
  font-weight: 400;
}

.plan-card.accent p {
  position: absolute;
  left: 40px;
  top: 151px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: #ffffff;
  font-family: "Inter", "Atyp Display TRIAL", sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0;
  font-weight: 300;
}

.plan-card.accent p .thermal-text {
  min-width: max-content;
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-size: 78.92px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.plan-card.accent ul {
  position: absolute;
  left: 40px;
  top: 254px;
  width: 456px;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.plan-card.accent li {
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}

.plan-card.accent li::before {
  content: "✓";
  width: 20px;
  height: 20px;
  border-radius: 6px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

.plan-tags {
  position: absolute;
  left: 40px;
  top: 516px;
  width: 456px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 146.781px);
  gap: 5px 7.828px;
}

.plan-tags span {
  width: 146.781px;
  height: 31px;
  min-height: 31px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Inter", "Atyp Display TRIAL", sans-serif;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0;
  font-weight: 500;
}

.plan-card.accent .button {
  position: absolute;
  left: 40px;
  top: 618px;
  width: 456px;
  height: 62px;
  margin: 0;
  border-radius: 9999px;
  background: #ffffff;
  color: #5b6268;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.plan-card.accent small {
  position: absolute;
  left: 40px;
  top: 696px;
  width: 456px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-family: "Inter", "Atyp Display TRIAL", sans-serif;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0;
  font-weight: 300;
}

.approach-grid {
  width: 1203px;
  max-width: 100%;
  margin-top: 67px;
  display: grid;
  grid-template-columns: 588px 588px;
  gap: 27px;
}

.approach-card {
  position: relative;
  width: 588px;
  height: 588px;
  min-height: 588px;
  padding: 0;
  border-radius: 34px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.approach-card.dark {
  color: #ffffff;
  background: linear-gradient(180deg, #000000 0%, #738c9e 59.311%, #c9c9c9 131.06%, #f8f8f8 198.98%);
}

.approach-card.pale {
  color: #0b0c18;
  background: #efefef;
}

.approach-card span {
  position: absolute;
  left: 50%;
  top: 54px;
  width: 478px;
  transform: translateX(-50%);
  color: currentColor;
  opacity: 1;
  font-size: 16.761px;
  line-height: 25.141px;
  letter-spacing: 2.514px;
  text-transform: uppercase;
  font-weight: 600;
}

.approach-card.pale span {
  top: 42px;
  width: 319px;
  color: #919191;
}

.approach-card h3 {
  position: absolute;
  left: 50%;
  top: 74px;
  width: 478px;
  max-width: 478px;
  margin: 0;
  transform: translateX(-50%);
  color: currentColor;
  font-size: 33.521px;
  line-height: 42.907px;
  letter-spacing: 0;
  font-weight: 400;
}

.approach-card.pale h3 {
  width: 319px;
  max-width: 319px;
  color: #0b0c18;
}

.approach-card p {
  position: absolute;
  left: 50%;
  top: 262px;
  width: 438px;
  max-width: 438px;
  margin: 0;
  transform: translateX(-50%);
  color: currentColor;
  opacity: 1;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
}

.approach-card.pale p {
  top: 248px;
  color: #484848;
}

.approach-card strong {
  position: absolute;
  left: 50%;
  top: 454px;
  width: 362px;
  max-width: 438px;
  transform: translateX(-50%);
  color: currentColor;
  font-size: 33.521px;
  line-height: 42.907px;
  letter-spacing: 0;
  font-weight: 400;
}

.approach-card.pale strong {
  width: 438px;
  color: #0b0c18;
}

@media (max-width: 1240px) {
  .workflow-grid,
  .approach-grid,
  .pricing-layout {
    width: 100%;
  }

  .workflow-grid {
    grid-template-columns: repeat(2, 284px);
    justify-content: center;
  }

  .pricing-layout {
    padding-left: 0;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .comparison-stack {
    width: min(536px, 100%);
  }

  .comparison-card {
    width: 100%;
  }

  .approach-grid {
    grid-template-columns: 588px;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .recent.section-pad,
  .subscription.section-pad,
  .approach-detail.section-pad {
    width: calc(100% - 34px);
    padding-top: 96px;
  }

  .recent .section-intro h2,
  .subscription .section-intro h2,
  .approach-detail .section-intro h2 {
    font-size: 36px;
    line-height: 1.15;
  }

  .recent .section-intro p,
  .subscription .section-intro p,
  .approach-detail .section-intro p {
    font-size: 18px;
    line-height: 1.25;
  }

  .workflow-grid {
    grid-template-columns: minmax(284px, 1fr);
    justify-content: stretch;
  }

  .workflow-card,
  .pricing-layout,
  .comparison-stack,
  .plan-card.accent,
  .approach-grid,
  .approach-card {
    width: 100%;
  }

  .plan-card.accent {
    height: auto;
    min-height: 763px;
  }

  .plan-card.accent > span,
  .plan-card.accent h3,
  .plan-card.accent p,
  .plan-card.accent ul,
  .plan-tags,
  .plan-card.accent .button,
  .plan-card.accent small {
    left: 24px;
    width: calc(100% - 48px);
  }

  .plan-card.accent p {
    display: block;
  }

  .plan-tags {
    grid-template-columns: 1fr;
  }

  .plan-tags span {
    width: 100%;
  }

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

  .approach-card {
    height: 520px;
    min-height: 520px;
  }

  .approach-card span,
  .approach-card h3,
  .approach-card.pale h3,
  .approach-card p,
  .approach-card strong {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
  }

  .approach-card h3,
  .approach-card strong {
    font-size: 28px;
    line-height: 1.18;
  }

  .approach-card p {
    font-size: 20px;
  }
}

/* Slider stability lock: preserve layout while preventing media/dot spill. */
.showcase-stack {
  min-width: 0;
}

.showcase-slide {
  overflow: hidden;
  border-radius: inherit;
}

.showcase-slide img,
.showcase-slide video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.showcase-dots {
  max-width: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
}

/* Figma menu frame interaction. */
.site-header {
  z-index: 1000;
}

.brand-pill,
.mobile-menu-top {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.menu-toggle {
  transition:
    opacity 280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.is-menu-open > .menu-toggle {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.94);
  filter: blur(2px);
}

.mobile-menu-panel {
  position: fixed;
  z-index: 1001;
  top: 17px;
  left: 50%;
  width: 196px;
  height: 72px;
  padding: 0;
  border-radius: 36px;
  background: rgba(72, 72, 72, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 28px 80px rgba(8, 8, 8, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28px) saturate(1.18);
  -webkit-backdrop-filter: blur(28px) saturate(1.18);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translate(-50%, 0) scale(0.94);
  transform-origin: 50% 0%;
  transition:
    opacity 240ms cubic-bezier(0.22, 1, 0.36, 1),
    width 560ms cubic-bezier(0.16, 1, 0.3, 1),
    height 560ms cubic-bezier(0.16, 1, 0.3, 1),
    padding 560ms cubic-bezier(0.16, 1, 0.3, 1),
    border-radius 560ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 560ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 560ms;
}

body.menu-open .mobile-menu-panel {
  width: min(549px, calc(100vw - 24px));
  height: 424px;
  padding: 17px 16px 28px 17px;
  border-radius: 50px;
  background: rgba(72, 72, 72, 0.74);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
  transition:
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
    width 620ms cubic-bezier(0.16, 1, 0.3, 1),
    height 620ms cubic-bezier(0.16, 1, 0.3, 1),
    padding 620ms cubic-bezier(0.16, 1, 0.3, 1),
    border-radius 620ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s;
}

.mobile-menu-top {
  width: 100%;
  height: 72px;
  padding: 0 23px;
  border-radius: 134px;
  background: rgba(239, 239, 239, 0.94);
  color: #1e1e1e;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 25.5px;
  align-items: center;
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  box-shadow:
    0 1px 16px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -1px 0 rgba(8, 8, 8, 0.04);
}

.mobile-menu-logo {
  color: #1e1e1e;
  font-size: 44px;
  line-height: 80px;
  letter-spacing: 0;
  font-weight: 600;
  text-align: left;
}

.mobile-menu-time {
  justify-self: center;
  margin-right: 0;
  color: #000000;
  font-size: 16px;
  line-height: 80px;
  letter-spacing: 0;
  font-weight: 400;
  white-space: nowrap;
}

.mobile-menu-icon {
  width: 25.5px;
  justify-self: end;
  gap: 5px;
}

.mobile-menu-icon span {
  height: 1.5px;
  background: #484848;
}

.mobile-menu-nav {
  margin-top: 28px;
  display: grid;
  gap: 0;
}

.mobile-menu-nav a {
  height: 73px;
  padding-left: 22px;
  border-radius: 107px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 34px;
  line-height: 80px;
  letter-spacing: 0;
  font-weight: 300;
  outline: none;
  transition:
    background-color 240ms cubic-bezier(0.22, 1, 0.36, 1),
    color 240ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-menu-nav a.is-active,
.mobile-menu-nav a:hover,
.mobile-menu-nav a:focus-visible {
  background: #efefef;
  color: #1e1e1e;
}

.mobile-menu-nav:hover a.is-active:not(:hover) {
  background: transparent;
  color: #ffffff;
}

.mobile-menu-nav a:active {
  transform: scale(0.985);
}

@media (max-width: 640px) {
  .mobile-menu-panel {
    top: 17px;
    left: 24px;
    right: auto;
    width: calc(100vw - 48px);
    height: 58px;
    max-width: none;
    border-radius: 29px;
    transform: translateY(0) scale(0.94);
  }

  body.menu-open .mobile-menu-panel {
    width: calc(100vw - 48px);
    height: 374px;
    padding: 12px 12px 22px;
    border-radius: 38px;
    transform: translateY(0) scale(1);
  }

  .mobile-menu-top {
    height: 60px;
    padding: 0 18px;
    grid-template-columns: 74px minmax(0, 1fr) 22px;
  }

  .mobile-menu-logo {
    font-size: 36px;
    line-height: 60px;
  }

  .mobile-menu-time {
    margin-right: 0;
    font-size: 11px;
    line-height: 60px;
  }

  .mobile-menu-nav {
    margin-top: 22px;
  }

  .mobile-menu-nav a {
    height: 64px;
    padding-left: 18px;
    font-size: 30px;
    line-height: 64px;
  }
}

@media (max-width: 420px) {
  .mobile-menu-panel,
  body.menu-open .mobile-menu-panel {
    left: 24px;
    width: 342px;
  }

  .mobile-menu-time {
    margin-right: 0;
    font-size: 10px;
  }

  .mobile-menu-top {
    grid-template-columns: 58px minmax(0, 1fr) 22px;
  }

  .mobile-menu-logo {
    font-size: 32px;
  }
}

/* Final polish overrides. */
.mobile-menu-top {
  position: relative;
  display: block;
}

.mobile-menu-logo {
  position: absolute;
  left: 23px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}

.mobile-menu-time {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.mobile-menu-icon {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}

.capability-card h3 {
  color: transparent;
  background: linear-gradient(180deg, #588DA6 0%, #719EB3 30%, #87ADBE 66%, #A5C1CE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.workflow-card > div,
.comparison-card.is-blue,
.plan-card.accent {
  background: linear-gradient(180deg, #588DA6 0%, #719EB3 30%, #87ADBE 66%, #A5C1CE 100%);
}

.workflow-card .thermal-text {
  top: 25px;
}

.workflow-card > p {
  height: 98px;
  margin: 0;
  padding: 12px 24px 24px;
  color: #484848;
  background: #efefef;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
}

.faq {
  width: min(700px, calc(100% - 48px));
}

.faq .section-intro,
.faq-list {
  width: 100%;
  max-width: 700px;
}

.subscription .comparison-card {
  position: relative;
  overflow: hidden;
}

.subscription .comparison-card:not(.is-blue) {
  opacity: 1;
  filter: none;
  transform: scale(1);
  will-change: filter, opacity, transform;
  transition:
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.subscription .comparison-card:not(.is-blue)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(5px) saturate(0.82);
  -webkit-backdrop-filter: blur(5px) saturate(0.82);
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.subscription .comparison-card:not(.is-blue).is-frozen {
  opacity: 0.64;
  filter: blur(2.2px) saturate(0.75) brightness(1.04);
  transform: scale(0.992);
}

.subscription .comparison-card:not(.is-blue).is-frozen::after {
  opacity: 1;
}

.subscription .comparison-card:not(.is-blue):hover,
.subscription .comparison-card:not(.is-blue):focus-within {
  opacity: 1;
  filter: none;
  transform: scale(1);
}

.subscription .comparison-card:not(.is-blue):hover::after,
.subscription .comparison-card:not(.is-blue):focus-within::after {
  opacity: 0;
}

.subscription .comparison-card.is-blue,
.subscription .plan-card.accent {
  position: relative;
  z-index: 3;
}

.plan-card.accent small {
  font-weight: 400;
}

.tool-icon {
  will-change: transform;
  transition:
    color 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
  animation: toolFloatA 7.2s ease-in-out infinite;
}

.tool-icon.ai,
.tool-icon.gpt,
.tool-icon.claude {
  animation-name: toolFloatB;
}

.tool-icon.spark,
.tool-icon.cmd,
.tool-icon.gem {
  animation-name: toolFloatC;
}

.tool-icon.gpt,
.tool-icon.claude,
.tool-icon.framer,
.tool-icon.ps,
.tool-icon.cmd,
.tool-icon.gem {
  color: #111111;
}

.tool-icon.gpt,
.tool-icon.claude,
.tool-icon.framer,
.tool-icon.ps {
  font-size: 12px;
  letter-spacing: 0;
}

.tool-icon.claude {
  font-size: 10px;
}

.tool-icon.claude,
.tool-icon.gem {
  color: #d76f4d;
}

.tool-icon.framer,
.tool-icon.ps {
  color: var(--blue);
}

@keyframes toolFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-5px, 7px, 0) rotate(-2deg);
  }
}

@keyframes toolFloatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(7px, -5px, 0) rotate(2deg);
  }
}

@keyframes toolFloatC {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(5px, 6px, 0) scale(1.035);
  }
}

.service-card {
  transition:
    color 280ms cubic-bezier(0.22, 1, 0.36, 1),
    background 280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover,
.service-card:focus-within {
  color: #ffffff;
  background: linear-gradient(180deg, #588DA6 0%, #719EB3 30%, #87ADBE 66%, #A5C1CE 100%);
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(88, 141, 166, 0.2);
}

@media (max-width: 640px) {
  .mobile-menu-logo {
    left: 18px;
  }

  .mobile-menu-time {
    left: 55%;
  }

  .mobile-menu-icon {
    right: 18px;
  }
}

@media (max-width: 420px) {
  .mobile-menu-time {
    left: 57%;
  }
}

/* Selected work page. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.work-page {
  background: #ffffff;
}

.work-shell {
  overflow: visible;
}

.work-main {
  min-height: 100vh;
}

.work-gate {
  min-height: 100vh;
  padding: 138px 24px 80px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 12%, rgba(165, 193, 206, 0.32), rgba(255, 255, 255, 0) 34%),
    #ffffff;
}

.work-gate.is-hidden {
  display: none;
}

.work-gate-card {
  width: min(700px, 100%);
  min-height: 560px;
  padding: 70px 54px 52px;
  border-radius: 54px;
  background: rgba(241, 241, 241, 0.72);
  border: 1px solid rgba(72, 72, 72, 0.08);
  box-shadow:
    0 38px 110px rgba(8, 8, 8, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(28px) saturate(1.08);
  -webkit-backdrop-filter: blur(28px) saturate(1.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.work-gate-card .eyebrow {
  min-width: 158px;
  height: 50px;
  margin-bottom: 46px;
  background: linear-gradient(180deg, #5e8ca1 0%, #9fbeca 100%);
}

.work-gate-card h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 400;
}

.work-gate-card p {
  width: min(500px, 100%);
  margin: 26px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: 0;
}

.work-gate-form {
  width: min(470px, 100%);
  margin-top: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  transition: transform 220ms var(--ease);
}

.work-gate-form.is-shaking {
  animation: workShake 420ms ease;
}

.work-gate-form input {
  min-width: 0;
  height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius-pill);
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(72, 72, 72, 0.08);
}

.work-gate-form input:focus {
  box-shadow:
    inset 0 0 0 1px rgba(88, 141, 166, 0.38),
    0 0 0 5px rgba(88, 141, 166, 0.14);
}

.work-gate-error {
  min-height: 22px;
  margin-top: 14px !important;
  color: #8b3f35 !important;
  font-size: 14px !important;
}

.work-call-button {
  margin-top: auto;
}

.work-board {
  width: min(1680px, 100%);
  margin: 0 auto;
  padding: 118px 64px 120px;
  opacity: 1;
  transform: none;
  transition:
    opacity 520ms var(--ease),
    transform 620ms var(--ease);
}

.work-board.is-locked {
  display: none;
  opacity: 0;
  transform: translateY(28px);
}

.work-board-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 440px);
  gap: 48px;
  align-items: end;
}

.work-board-header .eyebrow {
  width: 176px;
  height: 50px;
  margin: 0 0 42px;
  background: linear-gradient(180deg, #5e8ca1 0%, #9fbeca 100%);
}

.work-board-header h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(72px, 8vw, 138px);
  line-height: 0.92;
  letter-spacing: 0;
  font-weight: 400;
}

.work-board-header p {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.24;
  letter-spacing: 0;
}

.work-meta-row {
  height: 62px;
  margin-top: 54px;
  padding: 0 24px;
  border-radius: var(--radius-pill);
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(8, 8, 8, 0.46);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.work-meta-row strong {
  color: var(--ink);
  font-weight: 600;
}

.work-updated-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.work-view-toggle {
  position: relative;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  cursor: pointer;
  box-shadow:
    inset 0 0 0 1px rgba(72, 72, 72, 0.08),
    0 8px 22px rgba(8, 8, 8, 0.08);
  transition:
    background 420ms var(--ease),
    transform 420ms var(--ease),
    box-shadow 420ms var(--ease);
}

.work-view-toggle::before,
.work-view-toggle::after,
.work-view-toggle span {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition:
    transform 420ms var(--ease),
    opacity 320ms var(--ease);
}

.work-view-toggle::before {
  transform: translate(-50%, -7px);
}

.work-view-toggle span {
  transform: translate(-50%, -50%);
}

.work-view-toggle::after {
  transform: translate(-50%, 5px);
}

.work-view-toggle:hover,
.work-view-toggle:focus-visible {
  transform: scale(1.06);
  background: #ffffff;
  outline: none;
  box-shadow:
    inset 0 0 0 1px rgba(72, 72, 72, 0.08),
    0 14px 32px rgba(8, 8, 8, 0.12);
}

.work-board.is-palate .work-view-toggle {
  background: var(--ink);
  color: #ffffff;
}

.work-board.is-palate .work-view-toggle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.work-board.is-palate .work-view-toggle span {
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0.2);
}

.work-board.is-palate .work-view-toggle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.work-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 42px;
}

.work-item {
  min-width: 0;
  opacity: 0;
  transform: translateY(26px) scale(0.98);
  transition:
    opacity 620ms var(--ease),
    transform 680ms var(--ease);
}

.work-item.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.work-card {
  position: relative;
  aspect-ratio: 1.45;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 15px;
  overflow: hidden;
  background: #f3f3f3;
  cursor: pointer;
  isolation: isolate;
  transform: translateY(0) scale(1);
  transition:
    transform 680ms var(--ease),
    border-radius 520ms var(--ease),
    box-shadow 520ms var(--ease);
}

.work-card img,
.work-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 900ms var(--ease),
    filter 620ms var(--ease);
}

.work-card::after {
  display: none;
}

.work-card-meta {
  margin-top: 13px;
  color: var(--ink);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 11px;
  row-gap: 5px;
  align-items: start;
  text-align: left;
}

.work-card-meta > span {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.14em;
  color: rgba(72, 72, 72, 0.42);
  grid-row: 1 / span 2;
  padding-top: 2px;
}

.work-card-meta strong {
  min-width: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.work-card-meta em {
  min-width: 0;
  font-style: normal;
  color: rgba(72, 72, 72, 0.56);
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: 0;
}

.work-card:hover,
.work-card:focus-visible {
  border-radius: 15px;
  transform: translateY(-5px) scale(1.012);
  box-shadow: 0 26px 70px rgba(8, 8, 8, 0.18);
  outline: none;
}

.work-card:hover img,
.work-card:hover video,
.work-card:focus-visible img,
.work-card:focus-visible video {
  transform: scale(1.018);
  filter: saturate(1.05) contrast(1.02);
}

.work-palate {
  position: relative;
  height: clamp(560px, 68vh, 780px);
  margin-top: 22px;
  border-radius: 38px;
  background: #ededed;
  overflow: hidden;
  display: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  perspective: 1500px;
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition:
    opacity 620ms var(--ease),
    transform 720ms var(--ease);
}

.work-board.is-palate .work-grid {
  display: none;
}

.work-board.is-palate .work-palate {
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.work-palate.is-dragging {
  cursor: grabbing;
}

.work-palate-ruler {
  position: absolute;
  top: 46px;
  left: 50%;
  z-index: 6;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  pointer-events: none;
}

.work-palate-ruler span {
  width: 2px;
  height: 18px;
  border-radius: 999px;
  background: rgba(72, 72, 72, 0.28);
  transform: scaleY(0.74);
  transition:
    width 360ms var(--ease),
    height 360ms var(--ease),
    background 360ms var(--ease);
}

.work-palate-ruler span.is-active {
  width: 30px;
  height: 20px;
  border-radius: 6px;
  background: rgba(72, 72, 72, 0.68);
}

.work-palate-stage {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.work-palate-card {
  --x: 0px;
  --z: 0px;
  --rotate: 0deg;
  --scale: 1;
  --opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(360px, 46vw, 690px);
  aspect-ratio: 1.48;
  padding: 0;
  border: 0;
  border-radius: 15px;
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
  opacity: var(--opacity);
  box-shadow: 0 32px 90px rgba(8, 8, 8, 0.08);
  transform:
    translate3d(calc(-50% + var(--x)), -48%, var(--z))
    rotateY(var(--rotate))
    scale(var(--scale));
  transform-style: preserve-3d;
  transition:
    transform 760ms var(--ease),
    opacity 520ms var(--ease),
    box-shadow 520ms var(--ease);
}

.work-palate-card:hover,
.work-palate-card:focus-visible {
  outline: none;
  box-shadow: 0 42px 120px rgba(8, 8, 8, 0.16);
}

.work-palate-card img,
.work-palate-card video {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.work-palate-label {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(72, 72, 72, 0.82);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  transform: translateZ(42px);
}

.work-palate-caption {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 6;
  width: min(520px, calc(100% - 48px));
  min-height: 44px;
  color: rgba(72, 72, 72, 0.72);
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.work-palate-caption strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
}

.work-palate-cursor {
  position: absolute;
  left: var(--cursor-x, 50%);
  top: var(--cursor-y, 50%);
  z-index: 8;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
  mix-blend-mode: multiply;
}

.work-palate:hover .work-palate-cursor {
  opacity: 1;
}

.case-viewer {
  position: fixed;
  inset: 0;
  z-index: 1200;
  padding: 24px;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 260ms var(--ease),
    visibility 0s linear 320ms;
}

.case-viewer.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 260ms var(--ease),
    visibility 0s;
}

.case-viewer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(22px) saturate(1.06);
  -webkit-backdrop-filter: blur(22px) saturate(1.06);
  cursor: pointer;
}

.case-panel {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  max-height: calc(100vh - 48px);
  padding: 26px;
  border-radius: 48px;
  background: rgba(239, 239, 239, 0.86);
  box-shadow:
    0 40px 120px rgba(8, 8, 8, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  overflow: auto;
  transform: translateY(32px) scale(0.96);
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.case-viewer.is-open .case-panel {
  transform: translateY(0) scale(1);
}

.case-close {
  position: sticky;
  top: 0;
  z-index: 4;
  float: right;
  width: 96px;
  height: 48px;
  border: 0;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.case-copy {
  width: min(880px, 100%);
  padding: 40px 8px 24px;
}

.case-copy span {
  display: block;
  margin-bottom: 22px;
  color: rgba(8, 8, 8, 0.44);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(64px, 8vw, 128px);
  line-height: 0.9;
  letter-spacing: 0;
  font-weight: 400;
}

.case-copy p {
  width: min(660px, 100%);
  margin: 28px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 8px 22px;
}

.case-tags span {
  height: 38px;
  padding: 0 16px;
  border-radius: var(--radius-pill);
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  color: rgba(8, 8, 8, 0.56);
  font-size: 13px;
  line-height: 1;
}

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

.case-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 0;
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
}

.case-media.is-featured {
  grid-column: auto;
}

.case-media img,
.case-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes workShake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-7px);
  }
  50% {
    transform: translateX(7px);
  }
  75% {
    transform: translateX(-4px);
  }
}

@media (max-width: 980px) {
  .work-board {
    padding: 112px 28px 96px;
  }

  .work-board-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .work-palate {
    height: 620px;
  }

  .work-palate-card {
    width: clamp(330px, 72vw, 560px);
  }

  .case-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .work-gate {
    padding: 100px 18px 54px;
  }

  .work-gate-card {
    min-height: 500px;
    padding: 44px 20px 28px;
    border-radius: 38px;
  }

  .work-gate-card h1 {
    font-size: 42px;
  }

  .work-gate-card p {
    font-size: 18px;
  }

  .work-gate-form {
    grid-template-columns: 1fr;
  }

  .work-board {
    padding: 96px 16px 72px;
  }

  .work-board-header h1 {
    font-size: 58px;
  }

  .work-board-header p {
    font-size: 18px;
  }

  .work-meta-row {
    height: auto;
    padding: 18px;
    border-radius: 28px;
    align-items: flex-start;
    flex-direction: column;
  }

  .work-updated-control {
    width: 100%;
    justify-content: space-between;
  }

  .work-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .work-palate {
    height: 540px;
    border-radius: 28px;
  }

  .work-palate-ruler {
    top: 28px;
    gap: 5px;
  }

  .work-palate-ruler span {
    height: 14px;
  }

  .work-palate-ruler span.is-active {
    width: 24px;
    height: 18px;
  }

  .work-palate-card {
    width: 78vw;
    transform:
      translate3d(calc(-50% + var(--x)), -45%, var(--z))
      rotateY(var(--rotate))
      scale(var(--scale));
  }

  .work-palate-caption {
    bottom: 28px;
  }

  .work-card {
    border-radius: 15px;
  }

  .case-viewer {
    padding: 10px;
  }

  .case-panel {
    max-height: calc(100vh - 20px);
    padding: 14px;
    border-radius: 32px;
  }

  .case-copy {
    padding: 56px 4px 20px;
  }

  .case-copy h2 {
    font-size: 54px;
  }

  .case-copy p {
    font-size: 18px;
  }

  .case-media,
  .case-media.is-featured {
    min-height: 320px;
    border-radius: 15px;
  }
}

/* Final responsive containment polish for the hosted homepage. */
@media (max-width: 640px) {
  html,
  body,
  .site-shell {
    overflow-x: clip;
  }

  section {
    scroll-margin-top: 112px;
  }

  .hero-copy,
  .hero-title,
  .hero-subtitle,
  .section-intro {
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    width: min(100%, 300px);
    margin-inline: auto;
  }

  .hero-actions .button {
    width: 100%;
  }

  .capability-track {
    padding-inline: max(20px, calc((100vw - 280px) / 2));
  }

  .capability-track {
    --cap-card-width: min(352px, calc(100vw - 56px));
    padding-inline: max(28px, calc((100vw - var(--cap-card-width)) / 2));
  }

  .capability-card {
    width: var(--cap-card-width);
    flex-basis: var(--cap-card-width);
    height: 278px;
    min-height: 278px;
    padding: 82px 26px 30px;
  }

  .capability-card::before {
    height: 32px;
    flex-basis: 32px;
  }

  .capability-card h3 {
    max-width: 100%;
    font-size: clamp(36px, 10.9vw, 43px);
    line-height: 1.12;
    white-space: nowrap;
  }

  .capability-card p {
    width: 100%;
    font-size: 15px;
    line-height: 1.18;
  }

  .pricing-toggle {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 12px;
  }

  .plan-card.accent p .thermal-text {
    font-size: clamp(52px, 17vw, 68px);
  }

  .plan-card.accent {
    min-height: 812px;
  }

  .plan-card.accent p {
    top: 144px;
  }

  .plan-card.accent ul {
    top: 255px;
  }

  .plan-tags {
    top: 508px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .plan-tags span {
    width: 100%;
  }

  .plan-card.accent .button {
    top: 656px;
  }

  .plan-card.accent small {
    top: 742px;
    line-height: 1.25;
  }

  .tool-icons {
    transform: scale(0.88);
    transform-origin: center;
  }
}

@media (max-width: 420px) {
  .mobile-menu-panel,
  body.menu-open .mobile-menu-panel {
    left: 16px;
    width: calc(100vw - 32px);
  }

  body.menu-open .mobile-menu-panel {
    height: min(374px, calc(100vh - 32px));
  }

  .mobile-menu-top {
    grid-template-columns: 56px minmax(0, 1fr) 22px;
    padding: 0 14px;
  }

  .mobile-menu-logo {
    font-size: 31px;
  }

  .mobile-menu-time {
    justify-self: center;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
  }

  .mobile-menu-nav a {
    height: 60px;
    font-size: 28px;
    line-height: 60px;
  }

  .section-intro h2 {
    font-size: clamp(34px, 10.2vw, 40px);
    line-height: 1.08;
  }

  .process .section-intro h2 {
    font-size: clamp(38px, 11.8vw, 46px);
    line-height: 1.08;
  }

  .process .section-intro h2 strong {
    display: inline-block;
  }

  .capability-track {
    --cap-card-width: calc(100vw - 52px);
    padding-inline: 26px;
  }

  .capability-card {
    padding-inline: 24px;
  }

  .capability-card h3 {
    font-size: clamp(34px, 9.9vw, 39px);
  }

  .plan-card.accent {
    min-height: 826px;
  }

  .plan-card.accent p {
    display: block;
    top: 142px;
    font-size: 20px;
    line-height: 1.25;
  }

  .plan-card.accent p .thermal-text {
    display: block;
    margin-bottom: 4px;
    font-size: clamp(58px, 17.5vw, 68px);
  }

  .plan-card.accent ul {
    top: 318px;
    gap: 12px;
  }

  .plan-card.accent li {
    gap: 12px;
    font-size: 17px;
    line-height: 1.2;
  }

  .plan-tags {
    top: 590px;
  }

  .plan-card.accent .button {
    top: 716px;
  }

  .plan-card.accent small {
    top: 792px;
  }
}

@media (max-width: 360px) {
  .brand-pill {
    width: 142px;
    height: 54px;
    padding: 0 18px 0 22px;
  }

  .brand-initials {
    font-size: 38px;
  }

  .hero-title,
  .section-intro h2 {
    font-size: 34px;
  }

  .hero-subtitle,
  .section-intro p,
  .pricing-toggle {
    font-size: 16px;
  }

  .showcase-stack {
    border-radius: 24px;
  }

  .mobile-menu-nav a {
    height: 58px;
    font-size: 26px;
    line-height: 58px;
  }

  .plan-card.accent {
    min-height: 850px;
  }

  .plan-card.accent h3 {
    font-size: 36px;
  }

  .plan-card.accent li {
    font-size: 16px;
  }

  .plan-card.accent .button {
    top: 728px;
  }

  .plan-card.accent small {
    top: 804px;
  }
}
