:root {
  --section-space: clamp(72px, 9vw, 126px);
  --shadow-soft: 0 24px 60px rgb(11 29 58 / 8%);
}

main {
  overflow: hidden;
}

.section-shell {
  width: min(calc(100% - 40px), var(--content-width));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--color-emerald);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--color-navy);
  font-family: var(--font-heading);
}

h1 span,
h2 span {
  color: var(--color-primary);
}

p {
  line-height: 1.8;
}

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button--primary {
  color: var(--color-white);
  background: var(--color-primary);
  box-shadow: 0 12px 25px rgb(13 79 145 / 18%);
}

.button--primary:hover,
.button--primary:focus-visible {
  box-shadow: 0 16px 30px rgb(13 79 145 / 26%);
}

.about-hero {
  position: relative;
  min-height: 670px;
  padding: clamp(72px, 8vw, 116px) 20px 64px;
  background:
    linear-gradient(rgb(13 79 145 / 4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(13 79 145 / 4%) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #f8fbfc 65%, #f1f3f6 100%);
  background-size: 44px 44px, 44px 44px, 100% 100%;
}

.about-hero__grid {
  display: grid;
  width: min(100%, var(--content-width));
  margin-inline: auto;
  align-items: center;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, 0.7fr);
  gap: clamp(46px, 6vw, 86px);
}

.about-hero h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(2.75rem, 4.6vw, 4.55rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.about-hero h1 span {
  display: block;
  color: var(--color-primary);
}

.about-hero__lead {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  text-align: left;
}

.about-hero__lead strong {
  color: var(--color-emerald);
}

.about-hero__actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--color-primary);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.text-link svg {
  width: 19px;
  transition: transform 200ms ease;
}

.text-link:hover svg,
.text-link:focus-visible svg {
  transform: translateX(4px);
}

.about-hero__visual {
  position: relative;
  display: grid;
  width: min(100%, 380px);
  aspect-ratio: 1;
  margin-inline: auto;
  place-items: center;
}

.about-hero__visual::before {
  position: absolute;
  width: 68%;
  height: 68%;
  content: "";
  border: 1px solid rgb(20 184 166 / 18%);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(20 184 166 / 10%), transparent 67%);
}

.orbit {
  position: absolute;
  border: 1px solid rgb(13 79 145 / 24%);
  border-radius: 50%;
}

.orbit--outer {
  width: 100%;
  height: 100%;
  animation: orbit-spin 18s linear infinite;
}

.orbit--inner {
  width: 77%;
  height: 77%;
  border-color: rgb(5 150 105 / 25%);
  border-style: dashed;
  animation: orbit-spin 14s linear infinite reverse;
}

.orbit__node {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid var(--color-white);
  border-radius: 50%;
  background: var(--color-teal);
  box-shadow: 0 4px 14px rgb(20 184 166 / 28%);
}

.orbit__node--one {
  top: 13%;
  right: 16%;
}

.orbit__node--two {
  bottom: 10%;
  left: 20%;
  background: var(--color-gold);
}

.visual-core {
  position: relative;
  z-index: 2;
  display: grid;
  width: 146px;
  height: 146px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgb(13 79 145 / 10%);
  border-radius: 30px;
  color: var(--color-primary);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
  animation: core-float 5s ease-in-out infinite;
}

.visual-core::after {
  position: absolute;
  z-index: 4;
  top: -30%;
  left: -60%;
  width: 30%;
  height: 160%;
  content: "";
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 72%), transparent);
  transform: rotate(16deg);
  animation: core-shine 5.8s ease-in-out infinite;
  pointer-events: none;
}

.visual-core::before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24px;
  content: "";
  background: linear-gradient(180deg, rgb(255 255 255 / 90%), var(--color-white) 42%);
  pointer-events: none;
}

.visual-core img {
  position: absolute;
  z-index: 1;
  top: -15px;
  left: -29px;
  width: 202px;
  max-width: none;
  height: 202px;
  object-fit: contain;
}

.visual-symbol {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgb(13 79 145 / 12%);
  border-radius: 50%;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 10px 24px rgb(11 29 58 / 9%);
}

.visual-symbol svg {
  width: 22px;
}

.visual-symbol--cap {
  top: 1%;
  left: 29%;
  color: var(--color-primary);
  animation: symbol-float 5.4s ease-in-out infinite;
}

.visual-symbol--book {
  right: 0;
  bottom: 35%;
  color: var(--color-emerald);
  animation: symbol-float 6.2s 600ms ease-in-out infinite reverse;
}

.visual-symbol--stethoscope {
  bottom: 3%;
  left: 22%;
  color: var(--color-teal);
  animation: symbol-float 5.8s 1.1s ease-in-out infinite;
}

.visual-label {
  position: absolute;
  z-index: 3;
  padding: 10px 15px;
  border: 1px solid rgb(13 79 145 / 10%);
  border-radius: 7px;
  color: var(--color-navy);
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 12px 30px rgb(11 29 58 / 9%);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.visual-label--top {
  top: 15%;
  left: -3%;
}

.visual-label--bottom {
  right: -2%;
  bottom: 15%;
}

.hero-rule {
  position: absolute;
  right: 20px;
  bottom: 28px;
  left: 20px;
  max-width: var(--content-width);
  height: 1px;
  margin-inline: auto;
  overflow: hidden;
  background: rgb(13 79 145 / 12%);
}

.hero-rule span {
  display: block;
  width: 28%;
  height: 100%;
  background: linear-gradient(90deg, var(--color-primary), var(--color-teal));
  animation: rule-travel 6s ease-in-out infinite;
}

.intro-section {
  position: relative;
  display: grid;
  padding-block: var(--section-space);
  grid-template-columns: 0.16fr 0.84fr 1fr;
  gap: clamp(24px, 4vw, 64px);
}

.section-index {
  color: rgb(13 79 145 / 20%);
  font-family: var(--font-heading);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 600;
  line-height: 0.85;
}

.intro-section h2,
.section-heading h2,
.why-section h2,
.commitment-panel h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.intro-section__copy {
  padding-top: 32px;
}

.intro-section__copy p {
  margin: 0;
  text-align: left;
}

.intro-section__copy p + p {
  margin-top: 22px;
}

.intro-section__copy strong {
  color: var(--color-primary);
}

.services-section {
  padding-block: var(--section-space);
  background: var(--color-gray);
}

.section-heading {
  display: grid;
  margin-bottom: 52px;
  align-items: end;
  grid-template-columns: 1fr minmax(260px, 0.45fr);
  gap: 50px;
}

.section-heading > p {
  margin: 0 0 4px;
  text-align: left;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  position: relative;
  min-height: 246px;
  padding: 30px 26px;
  border-top: 1px solid rgb(13 79 145 / 14%);
  border-right: 1px solid rgb(13 79 145 / 14%);
  background: var(--color-white);
  transition: z-index 0s, transform 240ms ease, box-shadow 240ms ease;
}

.service-card:nth-child(4n + 1) {
  border-left: 1px solid rgb(13 79 145 / 14%);
}

.service-card:nth-child(n + 5) {
  border-bottom: 1px solid rgb(13 79 145 / 14%);
}

.service-card:hover {
  z-index: 2;
  box-shadow: 0 20px 38px rgb(11 29 58 / 10%);
  transform: translateY(-6px);
}

.service-card__number {
  display: block;
  margin-bottom: 46px;
  color: var(--color-teal);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.service-card p {
  margin: 0;
  font-size: 0.87rem;
  line-height: 1.65;
  text-align: left;
}

.service-card--accent {
  background: var(--color-primary);
}

.service-card--accent h3,
.service-card--accent p {
  color: var(--color-white);
}

.service-card--accent .service-card__number {
  color: var(--color-gold);
}

.purpose-section {
  display: grid;
  padding-block: clamp(50px, 5.5vw, 76px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.purpose-intro {
  display: grid;
  margin-bottom: 14px;
  align-items: end;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: clamp(40px, 8vw, 120px);
}

.purpose-intro h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.3rem, 3.6vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.purpose-intro > p {
  margin: 0 0 5px;
  text-align: left;
}

.purpose-card {
  position: relative;
  display: flex;
  min-height: 480px;
  padding: clamp(30px, 3vw, 42px);
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgb(13 79 145 / 10%);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgb(11 29 58 / 5%);
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.purpose-card::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, currentColor, var(--color-teal), transparent);
  background-size: 200% 100%;
  opacity: 0.55;
  animation: purpose-glow-line 7s ease-in-out infinite;
}

.purpose-card::after {
  position: absolute;
  right: -110px;
  bottom: -110px;
  width: 290px;
  height: 290px;
  content: "";
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.12;
  transition: transform 500ms ease, opacity 500ms ease;
}

.purpose-card:hover {
  border-color: rgb(20 184 166 / 32%);
  box-shadow: 0 24px 55px rgb(11 29 58 / 10%), 0 0 38px rgb(20 184 166 / 7%);
  transform: translateY(-6px);
}

.purpose-card:hover::after {
  opacity: 0.2;
  transform: scale(1.1);
}

.purpose-card--mission {
  color: var(--color-primary);
  background: #f5f9fc;
}

.purpose-card--vision {
  color: var(--color-emerald);
  background: #f3faf8;
}

.purpose-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
}

.purpose-card__icon {
  position: relative;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: rgb(255 255 255 / 55%);
  box-shadow: 0 12px 28px rgb(11 29 58 / 7%);
  animation: purpose-icon-float 5.5s ease-in-out infinite;
}

.purpose-card__icon::before,
.purpose-card__icon::after {
  position: absolute;
  content: "";
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.14;
}

.purpose-card__icon::before {
  width: 116px;
  height: 116px;
}

.purpose-card__icon::after {
  width: 136px;
  height: 136px;
  border-style: dashed;
  animation: orbit-spin 18s linear infinite;
}

.purpose-card__icon svg {
  width: 44px;
}

.purpose-card h2 {
  max-width: 490px;
  margin-bottom: 17px;
  font-size: clamp(1.9rem, 2.5vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.purpose-card > p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--color-text);
  font-size: 0.9rem;
  line-height: 1.65;
  text-align: left;
}

.purpose-card__principles {
  position: relative;
  z-index: 2;
  display: flex;
  margin: auto 0 0;
  padding: 20px 0 0;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.purpose-card__principles li {
  padding: 8px 11px;
  border: 1px solid rgb(13 79 145 / 13%);
  border-radius: 6px;
  color: var(--color-navy);
  background: rgb(255 255 255 / 58%);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.why-section {
  padding-block: var(--section-space);
  color: rgb(255 255 255 / 78%);
  background: var(--color-navy);
}

.why-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(60px, 9vw, 130px);
}

.why-section h2 {
  margin-bottom: 28px;
  color: var(--color-white);
}

.why-section h2 span {
  color: var(--color-teal);
}

.why-section__intro > p:not(.eyebrow) {
  max-width: 520px;
  text-align: left;
}

.why-stat {
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid rgb(255 255 255 / 15%);
}

.why-stat span {
  display: block;
  color: var(--color-gold);
  font-family: var(--font-heading);
  font-size: 2.2rem;
}

.why-stat p {
  max-width: 390px;
  margin-bottom: 0;
}

.benefit-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 42px;
}

.benefit-list li {
  display: flex;
  min-height: 76px;
  padding-block: 20px;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  color: var(--color-white);
  font-size: 0.9rem;
  line-height: 1.5;
}

.check-icon {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgb(20 184 166 / 55%);
  border-radius: 50%;
  color: var(--color-teal);
}

.check-icon svg {
  width: 17px;
}

.commitment-section {
  padding-block: var(--section-space);
}

.commitment-panel {
  display: grid;
  min-height: 530px;
  padding: clamp(40px, 6vw, 78px);
  align-items: center;
  border: 1px solid rgb(13 79 145 / 12%);
  background:
    linear-gradient(90deg, rgb(13 79 145 / 4%) 1px, transparent 1px),
    linear-gradient(rgb(13 79 145 / 4%) 1px, transparent 1px),
    var(--color-white);
  background-size: 40px 40px;
  box-shadow: var(--shadow-soft);
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(50px, 8vw, 120px);
}

.commitment-panel__copy p {
  text-align: left;
}

.commitment-panel__copy p:last-child {
  margin-bottom: 0;
}

.journey-roadmap {
  position: relative;
  display: grid;
  min-height: 520px;
  align-content: space-between;
  gap: 30px;
}

.journey-roadmap__path {
  position: absolute;
  z-index: 0;
  top: 6%;
  bottom: 6%;
  left: 23px;
  width: 68px;
  height: 88%;
  overflow: visible;
}

.journey-roadmap__track,
.journey-roadmap__progress {
  fill: none;
  stroke-linecap: round;
  stroke-width: 2;
}

.journey-roadmap__track {
  stroke: rgb(13 79 145 / 12%);
}

.journey-roadmap__progress {
  stroke: url("#journey-gradient");
  stroke: var(--color-teal);
  stroke-dasharray: 8 10;
  animation: roadmap-flow 8s linear infinite;
}

.journey-roadmap__pulse {
  fill: var(--color-gold);
  filter: drop-shadow(0 0 6px rgb(212 175 55 / 65%));
}

.journey-step {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 138px;
  padding: 21px 22px 21px 0;
  align-items: center;
  border: 1px solid rgb(13 79 145 / 10%);
  border-radius: 12px;
  background: rgb(255 255 255 / 91%);
  box-shadow: 0 14px 32px rgb(11 29 58 / 7%);
  grid-template-columns: 94px 1fr;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.journey-step:hover {
  border-color: rgb(20 184 166 / 38%);
  box-shadow: 0 18px 38px rgb(11 29 58 / 11%);
  transform: translateX(6px);
}

.journey-step__node {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  margin-left: 18px;
  place-items: center;
  border: 1px solid rgb(13 79 145 / 16%);
  border-radius: 50%;
  color: var(--color-primary);
  background: var(--color-white);
  box-shadow: 0 7px 18px rgb(13 79 145 / 12%);
}

.journey-step__node::before {
  position: absolute;
  width: 72px;
  height: 72px;
  content: "";
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.13;
  animation: node-breathe 3.8s ease-in-out infinite;
}

.journey-step__node span {
  position: absolute;
  top: -6px;
  right: -5px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-body);
  font-size: 0.59rem;
  font-weight: 700;
}

.journey-step__node svg {
  width: 25px;
}

.journey-step__label {
  margin: 0 0 3px;
  color: var(--color-teal);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.journey-step h3 {
  margin-bottom: 6px;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  line-height: 1;
}

.journey-step p:last-child {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
}

.journey-step--guidance {
  margin-left: 34px;
}

.journey-step--guidance .journey-step__node {
  color: var(--color-teal);
}

.journey-step--guidance .journey-step__node span {
  background: var(--color-teal);
}

.journey-step--success {
  margin-left: 6px;
}

.journey-step--success .journey-step__node {
  color: var(--color-emerald);
}

.journey-step--success .journey-step__node span {
  background: var(--color-emerald);
}

.journey-step--success h3 {
  color: var(--color-emerald);
}

.about-cta {
  position: relative;
  padding-block: clamp(90px, 12vw, 160px);
  overflow: hidden;
  color: rgb(255 255 255 / 78%);
  background: var(--color-primary);
}

.about-cta__content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  text-align: center;
}

.about-cta .eyebrow {
  color: var(--color-gold);
}

.about-cta h2 {
  margin-bottom: 22px;
  color: var(--color-white);
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.04;
}

.about-cta h2 span {
  color: var(--color-teal);
}

.about-cta p:not(.eyebrow) {
  margin: 0 auto 34px;
  font-size: 1.03rem;
}

.button--light {
  color: var(--color-primary);
  background: var(--color-white);
  box-shadow: 0 14px 28px rgb(11 29 58 / 18%);
}

.about-cta__ring {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 50%;
}

.about-cta__ring--one {
  top: -260px;
  left: -160px;
  width: 600px;
  height: 600px;
  animation: ring-drift 9s ease-in-out infinite;
}

.about-cta__ring--two {
  right: -180px;
  bottom: -300px;
  width: 680px;
  height: 680px;
  animation: ring-drift 11s ease-in-out infinite reverse;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes core-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes core-shine {
  0%,
  70% {
    left: -60%;
  }
  90%,
  100% {
    left: 130%;
  }
}

@keyframes symbol-float {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(3deg);
  }
}

@keyframes rule-travel {
  0%,
  100% {
    transform: translateX(-15%);
  }
  50% {
    transform: translateX(270%);
  }
}

@keyframes roadmap-flow {
  to {
    stroke-dashoffset: -72;
  }
}

@keyframes node-breathe {
  0%,
  100% {
    opacity: 0.1;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.22;
    transform: scale(1.06);
  }
}

@keyframes ring-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(16px, -12px, 0);
  }
}

@keyframes purpose-glow-line {
  0%,
  100% {
    background-position: 100% 0;
    opacity: 0.32;
  }
  50% {
    background-position: 0 0;
    opacity: 0.7;
  }
}

@keyframes purpose-icon-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 1000px) {
  .about-hero {
    min-height: auto;
  }

  .about-hero__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__visual {
    width: min(76vw, 380px);
  }

  .intro-section {
    grid-template-columns: 0.18fr 0.82fr;
  }

  .intro-section__copy {
    grid-column: 2;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card:nth-child(odd) {
    border-left: 1px solid rgb(13 79 145 / 14%);
  }

  .service-card:nth-child(n + 3) {
    border-bottom: 1px solid rgb(13 79 145 / 14%);
  }

  .purpose-section,
  .why-section__grid,
  .commitment-panel {
    grid-template-columns: 1fr;
  }

  .purpose-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .purpose-card {
    min-height: 480px;
  }

  .why-section__grid {
    gap: 54px;
  }

  .journey-roadmap {
    width: min(100%, 620px);
  }
}

@media (max-width: 680px) {
  .eyebrow {
    font-size: 0.78rem;
  }

  .section-shell {
    width: min(calc(100% - 28px), var(--content-width));
  }

  .about-hero {
    padding-inline: 14px;
  }

  .about-hero h1 {
    font-size: clamp(2.3rem, 10vw, 3rem);
    line-height: 1.06;
    letter-spacing: -0.035em;
  }

  .about-hero__lead,
  .intro-section__copy p,
  .purpose-card p:last-child,
  .why-section__intro > p:not(.eyebrow),
  .commitment-panel__copy p {
    text-align: left;
  }

  .about-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .text-link {
    min-height: 44px;
    justify-content: center;
  }

  .about-hero__visual {
    margin-top: 24px;
  }

  .visual-label--top {
    left: 0;
  }

  .visual-label--bottom {
    right: 0;
  }

  .intro-section {
    grid-template-columns: 1fr;
  }

  .section-index {
    font-size: 3.3rem;
  }

  .intro-section__copy {
    grid-column: auto;
    padding-top: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .services-grid,
  .benefit-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
    border-right: 1px solid rgb(13 79 145 / 14%);
    border-bottom: 1px solid rgb(13 79 145 / 14%);
    border-left: 1px solid rgb(13 79 145 / 14%);
  }

  .service-card__number {
    margin-bottom: 30px;
  }

  .purpose-card {
    min-height: auto;
    padding: 34px 26px 48px;
  }

  .purpose-card__top {
    margin-bottom: 32px;
  }

  .purpose-card__icon {
    width: 92px;
    height: 92px;
  }

  .purpose-card__icon::before {
    width: 110px;
    height: 110px;
  }

  .purpose-card__icon::after {
    width: 128px;
    height: 128px;
  }

  .purpose-card__icon svg {
    width: 42px;
  }

  .why-section__grid {
    grid-template-columns: 1fr;
  }

  .commitment-panel {
    padding: 34px 24px;
  }

  .journey-roadmap {
    min-height: auto;
    gap: 18px;
  }

  .journey-roadmap__path {
    left: 11px;
    width: 52px;
  }

  .journey-step {
    min-height: 132px;
    padding-right: 16px;
    grid-template-columns: 78px 1fr;
  }

  .journey-step--guidance,
  .journey-step--success {
    margin-left: 0;
  }

  .journey-step__node {
    width: 52px;
    height: 52px;
    margin-left: 12px;
  }

  .journey-step__node::before {
    width: 64px;
    height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbit,
  .visual-core,
  .visual-core::after,
  .visual-symbol,
  .hero-rule span,
  .journey-roadmap__progress,
  .journey-roadmap__pulse,
  .journey-step__node::before,
  .purpose-card,
  .purpose-card::before,
  .purpose-card__icon,
  .purpose-card__icon::after,
  .about-cta__ring {
    animation: none;
  }

  .journey-step {
    transition: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
