.approach-page-shell {
  color: #1a211d;
  background:
    radial-gradient(1100px 540px at 5% 0%, rgba(72, 74, 70, 0.08) 0%, rgba(72, 74, 70, 0) 60%),
    radial-gradient(
      900px 460px at 95% 100%,
      rgba(198, 168, 116, 0.16) 0%,
      rgba(198, 168, 116, 0) 58%
    ),
    #f5f1ea;
}

.approach-hero,
.approach-intro,
.approach-rail,
.approach-principles,
.approach-cta {
  padding-inline: clamp(1rem, 2.6vw, 3rem);
}

.approach-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(22rem, 65vh, 42rem);
  padding-inline: 0;
  padding-top: clamp(6.5rem, 12vw, 9rem);
  padding-bottom: clamp(2.2rem, 6vw, 4.5rem);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.approach-hero__inner {
  position: relative;
  z-index: 2;
  width: min(192rem, 100%);
  margin-left: auto;
  padding-inline: clamp(1rem, 2.6vw, 3rem);
  text-align: right;
}

.approach-hero__media,
.approach-hero__overlay {
  position: absolute;
  inset: 0;
}

.approach-hero__media {
  z-index: 0;
  transform: scale(1.02);
  display: block;
}

.approach-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(10, 21, 25, 0.34), rgba(18, 35, 52, 0.2));
}

.approach-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 75%;
  display: block;
}

.approach-hero__overlay {
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(3, 9, 13, 0.08) 0%,
    rgba(3, 9, 13, 0.1) 58%,
    rgba(3, 9, 13, 0.18) 100%
  );
}

.approach-hero__kicker {
  margin: 0 0 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 1rem;
  color: rgba(240, 246, 242, 0.86);
  opacity: 0;
  transform: translateY(18px);
  filter: blur(6px);
  animation: approach-hero-copy-rise 720ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}

.approach-hero__title {
  margin: 0;
  font-size: 2em;
  line-height: 0.96;
  font-weight: 400;
  color: #f3f7f1;
  letter-spacing: -0.03em;
  text-wrap: balance;
  opacity: 0;
  transform: translateY(24px);
  filter: blur(10px);
  animation: approach-hero-copy-rise 900ms cubic-bezier(0.22, 1, 0.36, 1) 260ms forwards;
}

@keyframes approach-hero-copy-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.approach-hero__lead {
  margin: 1rem 0 0;
  max-width: 60ch;
  margin-left: auto;
  color: rgba(242, 246, 244, 0.92);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}

.approach-marquee {
  padding: clamp(1.1rem, 2.4vw, 2.1rem) 0 clamp(0.9rem, 2.3vw, 1.7rem);
  overflow: hidden;
}

.approach-statement {
  padding: clamp(1.1rem, 2.4vw, 2.1rem) 0 clamp(0.9rem, 2.3vw, 1.7rem);
}

.approach-statement__inner {
  padding-inline: clamp(1rem, 2.6vw, 3rem);
}

.approach-statement__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.08;
  font-weight: 600;
  color: #1b2630;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

.approach-statement__sentence {
  white-space: nowrap;
}

.approach-marquee__viewport {
  overflow: hidden;
}

.approach-marquee__track {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 4rem;
  animation: approach-marquee-scroll 22s linear infinite;
  will-change: transform;
}

.approach-marquee__text {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 5.6rem);
  line-height: 0.98;
  font-weight: 600;
  color: #1b2630;
  white-space: nowrap;
  letter-spacing: -0.02em;
  padding-inline: clamp(1rem, 2.6vw, 3rem);
}

@keyframes approach-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 2rem));
  }
}

.approach-intro {
  padding-top: 1.2rem;
  padding-bottom: clamp(2.6rem, 5vw, 4.6rem);
}

.approach-intro__grid {
  display: grid;
  gap: 1.25rem;
}

.approach-intro__body {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(17, 25, 23, 0.08);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  padding: clamp(1.1rem, 2.1vw, 2.2rem);
}

.approach-intro__title {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.02;
}

.approach-intro__text {
  margin: 1rem 0 0;
  color: #4f544f;
  max-width: 64ch;
}

.approach-intro__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.approach-intro__stats li {
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(17, 25, 23, 0.1);
  background: rgba(255, 255, 255, 0.74);
}

.approach-intro__stats span {
  display: inline-block;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2d8c75;
}

.approach-intro__stats p {
  margin: 0.45rem 0 0;
  font-size: 1.06rem;
}

.about-pillars__kicker {
  margin: 0 0 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 1rem;
  color: #8a7b62;
}

.approach-rail__inner {
  display: grid;
  gap: 1rem;
}

.approach-rail__visual {
  position: sticky;
  top: 11rem;
  min-height: 70vh;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(17, 25, 23, 0.08);
  background: #25221d;
}

.approach-visual__layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition:
    opacity 0.55s ease,
    transform 0.7s ease;
}

.approach-visual__layer-media {
  position: absolute;
  inset: 0;
  display: block;
}

.approach-visual__layer-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(50, 48, 43, 0.26), rgba(18, 18, 17, 0.18));
}

.approach-visual__layer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.approach-visual__layer--one .approach-visual__layer-media img {
  object-position: center 10%;
}

.approach-visual__layer--five .approach-visual__layer-media img {
  object-position: center 100%;
}

.approach-visual__layer--two .approach-visual__layer-media::after {
  background: linear-gradient(145deg, rgba(58, 52, 44, 0.24), rgba(18, 18, 16, 0.2));
}

.approach-visual__layer--three .approach-visual__layer-media::after {
  background: linear-gradient(145deg, rgba(52, 49, 44, 0.24), rgba(16, 17, 16, 0.2));
}

.approach-visual__layer--four .approach-visual__layer-media::after {
  background: linear-gradient(145deg, rgba(54, 50, 45, 0.24), rgba(15, 16, 15, 0.2));
}

.approach-visual__layer--five .approach-visual__layer-media::after {
  background: linear-gradient(145deg, rgba(56, 51, 44, 0.24), rgba(16, 16, 15, 0.2));
}

.approach-rail__visual[data-active-step="1"] .approach-visual__layer--one,
.approach-rail__visual[data-active-step="2"] .approach-visual__layer--two,
.approach-rail__visual[data-active-step="3"] .approach-visual__layer--three,
.approach-rail__visual[data-active-step="4"] .approach-visual__layer--four,
.approach-rail__visual[data-active-step="5"] .approach-visual__layer--five {
  opacity: 1;
  transform: scale(1);
}

.approach-visual__content {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: grid;
  align-content: end;
  padding: clamp(1.15rem, 2.4vw, 2rem);
  background: linear-gradient(to top, rgba(8, 10, 10, 0.24) 0%, rgba(8, 10, 10, 0.02) 62%);
  color: #f3f5f2;
}

.approach-visual__eyebrow {
  margin: 0;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(232, 241, 238, 0.82);
}

.approach-visual__title {
  margin: 0.5rem 0 1rem;
  max-width: 46ch;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.08;
  font-weight: 400;
  transition:
    opacity 0.28s ease,
    transform 0.35s ease;
  will-change: opacity, transform;
}

.approach-visual__title.is-swapping {
  opacity: 0;
  transform: translateY(10px);
}

.approach-visual__progress {
  position: relative;
  height: 4px;
  width: 100%;
  border-radius: 999px;
  background: rgba(247, 250, 249, 0.36);
  overflow: hidden;
}

.approach-visual__progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #ccb589;
  transition: width 0.2s ease-out;
}

.approach-rail__steps {
  display: grid;
  gap: 0.9rem;
  padding-bottom: 0;
}

.approach-step-card {
  min-height: 30vh;
  border-radius: 16px;
  border: 1px solid rgba(17, 25, 23, 0.1);
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(8px);
  padding: clamp(0.72rem, 1.55vw, 1.2rem);
  display: grid;
  align-content: center;
  transition:
    transform 0.4s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.approach-step-card.is-active {
  border-color: rgba(168, 138, 88, 0.62);
  box-shadow: 0 16px 40px rgba(17, 25, 23, 0.11);
  transform: translateY(-4px);
}

.approach-step-card__index {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8d7750;
}

.approach-step-card h3 {
  margin: 0.55rem 0 0;
  font-size: 1.65rem;
  line-height: 1.06;
  font-weight: 400;
  color: #121816;
}

.approach-step-card p {
  margin: 0.8rem 0 0;
  font-size: 1rem;
  max-width: 100%;
  color: #4c534d;
  line-height: 1.55;
}

.approach-principles {
  padding-top: clamp(2rem, 5vw, 4.5rem);
  padding-bottom: clamp(2rem, 5vw, 4.6rem);
}

.approach-principles__inner {
  border-top: 1px solid rgba(17, 25, 23, 0.16);
  padding-top: 1.4rem;
}

.approach-principles h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 2.7vw, 2.8rem);
}

.approach-principles__grid {
  display: grid;
  gap: 0.9rem;
}

.approach-principles__grid article {
  border-radius: 14px;
  border: 1px solid rgba(17, 25, 23, 0.1);
  background: rgba(255, 255, 255, 0.75);
  padding: clamp(1rem, 2vw, 1.5rem);
}

.approach-principles__grid h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 400;
}

.approach-principles__grid p {
  margin: 0.55rem 0 0;
  color: #4d544f;
}

.approach-cta {
  padding-top: 1.2rem;
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.approach-cta__inner {
  border-radius: 18px;
  padding: clamp(1.1rem, 2.4vw, 2.3rem);
  background: #111917;
  color: #f3f5f2;
}

.approach-cta__inner h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  line-height: 1.04;
}

.approach-cta__inner p {
  margin: 0.8rem 0 0;
  max-width: 56ch;
  color: rgba(240, 245, 242, 0.78);
}

.approach-cta__button {
  margin-top: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(240, 245, 242, 0.56);
  min-height: 44px;
  padding: 0.65rem 1.2rem;
  color: #f3f5f2;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.approach-cta__button:hover {
  background: rgba(240, 245, 242, 0.12);
  transform: translateY(-1px);
}

@media (min-width: 1024px) {
  .approach-intro__grid {
    grid-template-columns: 1.5fr 0.9fr;
    gap: 1.1rem;
    align-items: stretch;
  }

  .approach-rail__inner {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: start;
  }

  .approach-principles__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .approach-hero__title {
    font-size: 2em;
    line-height: 0.95;
  }

  .approach-statement__text {
    font-size: 4rem;
    line-height: 1.2;
  }

  .approach-step-card__index {
    font-size: 1.05rem;
  }

  .approach-step-card h3 {
    font-size: 1.85rem;
  }

  .approach-step-card p {
    font-size: 1.08rem;
  }
  .approach-rail {
    padding-bottom: 4rem;
  }
}

@media (max-width: 1023px) {
  .approach-hero__inner {
    text-align: right;
  }

  .approach-hero__lead {
    margin-left: 0;
  }

  .approach-hero {
    min-height: clamp(19rem, 48vh, 26rem);
  }

  .approach-hero__lead {
    max-width: 38ch;
  }

  .approach-marquee {
    padding-top: 0.9rem;
  }

  .approach-statement {
    padding-top: 0.9rem;
  }

  .approach-rail__visual {
    position: relative;
    top: auto;
    min-height: 52vh;
  }

  .approach-step-card {
    min-height: 24vh;
  }

  .approach-rail__steps {
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .approach-hero__title {
    font-size: 2em;
    line-height: 0.92;
  }

  .approach-statement__text {
    font-size: 3.2rem;
    line-height: 1.12;
  }

  .approach-step-card__index {
    font-size: 1rem;
  }

  .approach-step-card h3 {
    font-size: 1.75rem;
  }

  .approach-step-card p {
    font-size: 1.04rem;
  }
}

@media (max-width: 767px) {
  .approach-hero__inner {
    padding-inline: 0.9rem;
  }

  .approach-hero__kicker {
    font-size: 0.88rem;
    letter-spacing: 0.16em;
  }

  .approach-hero__title {
    font-size: 1.78rem;
    line-height: 0.98;
  }

  .approach-statement__sentence {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .approach-hero__kicker,
  .approach-hero__title {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }

  .approach-marquee__track {
    animation: none;
  }

  .approach-visual__layer,
  .approach-step-card,
  .approach-visual__progress-fill,
  .approach-visual__title,
  .approach-cta__button {
    transition: none;
  }
}
