/* =========================================================
   Immix Our Approach
   Locked-in Immix style + ScrollMeta 6.0 surface support
   Upload as: /assets/css/immix-approach-locked.css
========================================================= */

:root {
  --ixap-page: #f4f7f2;
  --ixap-surface: #ffffff;
  --ixap-surface-soft: #f8fbf7;

  --ixap-navy: #123a66;
  --ixap-navy-deep: #082f5f;
  --ixap-ink: #061f42;

  --ixap-green: #6f9e39;
  --ixap-green-dark: #4f8735;
  --ixap-green-soft: #edf6e9;

  --ixap-text: #193650;
  --ixap-text-soft: #4f6b83;
  --ixap-line: rgba(18, 58, 102, 0.12);
  --ixap-line-strong: rgba(18, 58, 102, 0.18);

  --ixap-shadow-lg: 0 30px 78px rgba(13, 30, 52, 0.13);
  --ixap-shadow-md: 0 18px 44px rgba(13, 30, 52, 0.09);
  --ixap-shadow-soft: 0 10px 28px rgba(13, 30, 52, 0.07);

  --ixap-radius-xl: 36px;
  --ixap-radius-lg: 30px;
  --ixap-radius-md: 22px;

  --ixap-gutter: clamp(28px, 4vw, 72px);
}

.scrollmeta,
[data-scrollmeta],
.scroll-meta,
.scrollMeta,
.sm-scrollmeta {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ixap-page);
  color: var(--ixap-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.ixapproach-page {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 12% 8%, rgba(111, 158, 57, 0.065), transparent 32%),
    linear-gradient(180deg, #f8fbf7 0%, var(--ixap-page) 100%);
}

.ixapproach-main {
  overflow: clip;
}

.ixapproach-shell {
  width: min(100% - var(--ixap-gutter), 1280px);
  margin-inline: auto;
}

.ixapproach-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--ixap-green-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.15em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ixapproach-kicker::before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.62;
}

.ixapproach-kicker--light {
  color: rgba(255, 255, 255, 0.78);
}

.ixapproach-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.ixapproach-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.ixapproach-btn--primary {
  color: #ffffff;
  background: linear-gradient(180deg, #74ad43 0%, var(--ixap-green-dark) 100%);
  box-shadow: 0 16px 34px rgba(79, 135, 53, 0.26);
}

.ixapproach-btn--primary:hover {
  color: #ffffff;
  background: linear-gradient(180deg, #648f39 0%, #426f2b 100%);
}

.ixapproach-btn--secondary {
  color: var(--ixap-navy);
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--ixap-line-strong);
  box-shadow: 0 12px 28px rgba(13, 30, 52, 0.08);
}

.ixapproach-btn--secondary:hover {
  color: var(--ixap-navy);
  background: #ffffff;
}

.ixapproach-btn--light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.22);
}

.ixapproach-btn--light:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

/* Hero */

.ixapproach-hero {
  position: relative;
  min-height: clamp(720px, 62vw, 900px);
  isolation: isolate;
  overflow: hidden;
}

.ixapproach-hero__media {
  position: absolute;
  inset: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  transform: translateX(-50%);
}

.ixapproach-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(720px, 62vw, 900px);
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.98) contrast(1.02);
}

.ixapproach-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(248, 251, 247, 0.995) 0%,
      rgba(248, 251, 247, 0.985) 27%,
      rgba(248, 251, 247, 0.84) 50%,
      rgba(248, 251, 247, 0.48) 72%,
      rgba(248, 251, 247, 0.14) 100%
    ),
    linear-gradient(
      180deg,
      rgba(248, 251, 247, 0.08) 0%,
      rgba(248, 251, 247, 0.00) 45%,
      rgba(248, 251, 247, 0.20) 100%
    );
  pointer-events: none;
}

.ixapproach-hero__inner {
  min-height: clamp(720px, 62vw, 900px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.58fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.ixapproach-hero__content {
  position: relative;
  max-width: 820px;
  z-index: 2;
  padding: clamp(68px, 7vw, 118px) 0;
}

.ixapproach-hero__content::before {
  content: "";
  position: absolute;
  top: 2%;
  bottom: 2%;
  left: calc(50% - 50vw);
  right: -120px;
  z-index: -1;
  border-radius: 0 42px 42px 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(251, 252, 250, 0.88) 58%,
      rgba(251, 252, 250, 0.50) 83%,
      rgba(251, 252, 250, 0.00) 100%
    );
  pointer-events: none;
}

.ixapproach-hero h1 {
  max-width: 12ch;
  margin: 0 0 24px;
  color: var(--ixap-navy);
  font-family: "Noto Serif", Georgia, serif;
  font-size: clamp(3.35rem, 6.25vw, 6.7rem);
  line-height: 0.92;
  letter-spacing: -0.062em;
}

.ixapproach-hero__lede {
  max-width: 690px;
  margin: 0 0 18px;
  color: var(--ixap-navy);
  font-size: clamp(1.18rem, 1.55vw, 1.48rem);
  line-height: 1.62;
  font-weight: 800;
}

.ixapproach-hero p:not(.ixapproach-kicker):not(.ixapproach-hero__lede) {
  max-width: 710px;
  color: #385872;
  font-size: 17px;
  line-height: 1.78;
  font-weight: 560;
}

.ixapproach-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ixapproach-hero__panel {
  position: relative;
  z-index: 3;
  padding: clamp(26px, 3vw, 34px);
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 158, 57, 0.22), transparent 38%),
    linear-gradient(145deg, var(--ixap-navy) 0%, var(--ixap-ink) 100%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 30px 72px rgba(13, 30, 52, 0.22);
}

.ixapproach-panel-list {
  display: grid;
  gap: 16px;
}

.ixapproach-panel-list div {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ixapproach-panel-list div:first-child {
  padding-top: 0;
  border-top: 0;
}

.ixapproach-panel-list strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: clamp(1.3rem, 2vw, 1.72rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.ixapproach-panel-list span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.58;
}

/* Shared */

.ixapproach-section {
  padding: clamp(78px, 7vw, 112px) 0;
}

.ixapproach-section-head {
  max-width: 980px;
  margin: 0 0 40px;
}

.ixapproach-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.ixapproach-section-head h2,
.ixapproach-section-copy h2,
.ixapproach-cta h2 {
  margin: 0 0 18px;
  color: var(--ixap-navy);
  font-family: "Noto Serif", Georgia, serif;
  font-size: clamp(2.5rem, 4.2vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.ixapproach-section-head p,
.ixapproach-section-copy p,
.ixapproach-journey-card p,
.ixapproach-step p,
.ixapproach-support-grid p,
.ixapproach-cta p {
  color: var(--ixap-text-soft);
  font-size: 17px;
  line-height: 1.82;
}

.ixapproach-section-head p:last-child,
.ixapproach-section-copy p:last-child,
.ixapproach-journey-card p:last-child,
.ixapproach-step p:last-child,
.ixapproach-support-grid p:last-child,
.ixapproach-cta p:last-child {
  margin-bottom: 0;
}

/* Journey cards */

.ixapproach-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ixapproach-journey-card {
  position: relative;
  min-height: 100%;
  padding: clamp(26px, 3vw, 36px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 158, 57, 0.055), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfa 100%);
  border: 1px solid var(--ixap-line);
  box-shadow: var(--ixap-shadow-md);
  overflow: hidden;
}

.ixapproach-journey-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--ixap-green) 0%, var(--ixap-navy) 100%);
}

.ixapproach-journey-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 18px;
  color: var(--ixap-green-dark);
  background:
    linear-gradient(180deg, rgba(111, 158, 57, 0.11) 0%, rgba(111, 158, 57, 0.07) 100%);
  border: 1px solid rgba(111, 158, 57, 0.16);
  font-size: 16px;
  font-weight: 900;
}

.ixapproach-journey-card h3,
.ixapproach-support-grid h3 {
  margin: 0 0 14px;
  color: var(--ixap-navy);
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 880;
}

/* Process timeline */

.ixapproach-process {
  padding-top: 0;
}

.ixapproach-timeline {
  position: relative;
  display: grid;
  gap: 22px;
}

.ixapproach-timeline::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: linear-gradient(180deg, rgba(111, 158, 57, 0.60), rgba(18, 58, 102, 0.32));
}

.ixapproach-step {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.ixapproach-step__number {
  position: sticky;
  top: 126px;
  z-index: 2;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.18), transparent 42%),
    linear-gradient(145deg, var(--ixap-navy) 0%, var(--ixap-ink) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 44px rgba(13, 30, 52, 0.16);
  font-size: 18px;
  font-weight: 900;
}

.ixapproach-step__content {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid var(--ixap-line);
  box-shadow: var(--ixap-shadow-soft);
}

.ixapproach-step__content h3 {
  margin: 0 0 14px;
  color: var(--ixap-navy);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 880;
}

/* Support model */

.ixapproach-support {
  padding-top: 0;
}

.ixapproach-support__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.ixapproach-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ixapproach-support-grid article {
  padding: 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid var(--ixap-line);
  box-shadow: var(--ixap-shadow-soft);
}

.ixapproach-support-grid i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 17px;
  color: var(--ixap-green-dark);
  background:
    linear-gradient(180deg, rgba(111, 158, 57, 0.11) 0%, rgba(111, 158, 57, 0.07) 100%);
  border: 1px solid rgba(111, 158, 57, 0.16);
  font-size: 20px;
}

/* CTA */

.ixapproach-cta {
  padding: 0 0 clamp(78px, 7vw, 112px);
}

.ixapproach-cta__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  padding: clamp(30px, 5vw, 56px);
  border-radius: 38px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 158, 57, 0.24), transparent 38%),
    linear-gradient(145deg, #123f6e 0%, #0d2a49 58%, #071d37 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 82px rgba(13, 30, 52, 0.22);
}

.ixapproach-cta h2,
.ixapproach-cta p {
  color: #ffffff;
}

.ixapproach-cta p {
  max-width: 68ch;
  color: rgba(255, 255, 255, 0.84);
}

.ixapproach-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

/* Compatibility */

.ix-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Responsive */

@media (max-width: 1120px) {
  .ixapproach-hero__inner,
  .ixapproach-section-head--split,
  .ixapproach-support__inner,
  .ixapproach-cta__card {
    grid-template-columns: 1fr;
  }

  .ixapproach-hero__content::before {
    right: calc(50% - 50vw);
  }

  .ixapproach-hero__panel {
    max-width: 640px;
    margin-bottom: 56px;
  }

  .ixapproach-journey-grid,
  .ixapproach-support-grid {
    grid-template-columns: 1fr;
  }

  .ixapproach-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .ixapproach-hero,
  .ixapproach-hero__inner,
  .ixapproach-hero__media img {
    min-height: auto;
  }

  .ixapproach-hero__inner {
    display: block;
    padding: 54px 0 64px;
  }

  .ixapproach-hero__media img {
    min-height: 920px;
  }

  .ixapproach-hero__media::before {
    background:
      linear-gradient(
        180deg,
        rgba(248,251,247,0.985) 0%,
        rgba(248,251,247,0.965) 48%,
        rgba(248,251,247,0.72) 78%,
        rgba(248,251,247,0.32) 100%
      );
  }

  .ixapproach-hero__content {
    padding: 0 0 30px;
  }

  .ixapproach-hero__content::before {
    top: -28px;
    bottom: -18px;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(251,252,250,0.84) 100%);
  }

  .ixapproach-hero h1 {
    max-width: 12ch;
    font-size: clamp(3rem, 12vw, 5.2rem);
  }

  .ixapproach-section-head h2,
  .ixapproach-section-copy h2,
  .ixapproach-cta h2 {
    font-size: clamp(2.45rem, 10vw, 4rem);
  }
}

@media (max-width: 720px) {
  .ixapproach-shell,
  .ixapproach-hero__inner {
    width: min(100% - 28px, 1280px);
  }

  .ixapproach-hero__inner {
    padding: 42px 0 54px;
  }

  .ixapproach-hero__media img {
    min-height: 980px;
  }

  .ixapproach-hero__actions .ixapproach-btn,
  .ixapproach-cta__actions .ixapproach-btn {
    width: 100%;
  }

  .ixapproach-section {
    padding: 68px 0;
  }

  .ixapproach-timeline::before {
    display: none;
  }

  .ixapproach-step {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ixapproach-step__number {
    position: relative;
    top: auto;
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .ixapproach-journey-card,
  .ixapproach-step__content,
  .ixapproach-support-grid article,
  .ixapproach-cta__card,
  .ixapproach-hero__panel {
    border-radius: 24px;
  }
}

/* =========================================================
   OUR APPROACH TYPOGRAPHY HANDOFF PATCH
   Supports the unified /assets/css/immix-locked-typography.css layer.
   Keep this at the end of immix-approach-locked.css.
========================================================= */

.ixapproach-page,
.ixapproach-main {
  font-family: var(--ix-font-sans, Inter, Arial, Helvetica, sans-serif);
}

/* Keep shared header/footer protected from page typography. */
.ixapproach-page :where(header, footer, .ixf-footer, .main-header, .main-header-two, .immix-topbar, .main-menu, .main-menu-two),
.ixapproach-page :where(header, footer, .ixf-footer, .main-header, .main-header-two, .immix-topbar, .main-menu, .main-menu-two) * {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
}

/* Dark panels: hero advisory panel and final CTA. */
.ixapproach-page :is(.ixapproach-hero__panel, .ixapproach-cta__card) {
  color: #ffffff;
}

.ixapproach-page :is(.ixapproach-hero__panel, .ixapproach-cta__card) :is(h1, h2, h3, h4, h5, h6, strong) {
  color: #ffffff !important;
}

.ixapproach-page :is(.ixapproach-hero__panel, .ixapproach-cta__card) :is(p, li, span, a) {
  color: rgba(255, 255, 255, 0.88) !important;
}

.ixapproach-page :is(.ixapproach-hero__panel, .ixapproach-cta__card) :is(.ixapproach-kicker, [class*="kicker"], [class*="eyebrow"]) {
  color: rgba(199, 232, 179, 0.96) !important;
}

.ixapproach-page :is(.ixapproach-hero__panel, .ixapproach-cta__card) :is(.ixapproach-kicker::before, [class*="kicker"]::before, [class*="eyebrow"]::before) {
  background: rgba(199, 232, 179, 0.72) !important;
}

/* Light sections remain dark-on-light. */
.ixapproach-page :is(
  .ixapproach-hero__content,
  .ixapproach-section-head,
  .ixapproach-section-copy,
  .ixapproach-journey-card,
  .ixapproach-step__content,
  .ixapproach-support-grid article
) :is(h1, h2, h3, h4, h5, h6, strong) {
  color: var(--ixap-navy, #123a66) !important;
}

.ixapproach-page :is(
  .ixapproach-hero__content,
  .ixapproach-section-head,
  .ixapproach-section-copy,
  .ixapproach-journey-card,
  .ixapproach-step__content,
  .ixapproach-support-grid article
) :is(p, li, span) {
  color: var(--ixap-text-soft, #4f6b83) !important;
}

.ixapproach-page .ixapproach-kicker {
  color: var(--ixap-green-dark, #4f8735) !important;
}

.ixapproach-page .ixapproach-kicker::before {
  background: currentColor !important;
}

.ixapproach-page .ixapproach-journey-card span {
  color: var(--ixap-green-dark, #4f8735) !important;
}

.ixapproach-page .ixapproach-step__number,
.ixapproach-page .ixapproach-btn--primary,
.ixapproach-page .ixapproach-btn--light {
  color: #ffffff !important;
}

.ixapproach-page .ixapproach-btn--secondary {
  color: var(--ixap-navy, #123a66) !important;
}

/* Title scale polish: preserve elegance without over-expanding after global lock. */
.ixapproach-page .ixapproach-hero h1 {
  max-width: 12ch !important;
  font-size: clamp(52px, 5.65vw, 94px) !important;
  line-height: 0.94 !important;
}

.ixapproach-page :is(.ixapproach-section-head h2, .ixapproach-section-copy h2, .ixapproach-cta h2) {
  font-size: clamp(36px, 3.65vw, 60px) !important;
  line-height: 1.02 !important;
}

.ixapproach-page :is(.ixapproach-journey-card h3, .ixapproach-support-grid h3, .ixapproach-step__content h3) {
  font-size: clamp(23px, 1.75vw, 30px) !important;
  line-height: 1.14 !important;
}

/* Footer CTA text restore guard inherited by pages using footer2. */
.ixapproach-page :is(
  .ixf-footer .ixf-lead-band,
  footer .ixf-lead-band,
  footer [class*="lead-band"],
  footer [class*="footer-cta"],
  footer [class*="cta"]
) :is(h1, h2, h3, h4, h5, h6, strong) {
  color: #ffffff !important;
}

.ixapproach-page :is(
  .ixf-footer .ixf-lead-band,
  footer .ixf-lead-band,
  footer [class*="lead-band"],
  footer [class*="footer-cta"],
  footer [class*="cta"]
) :is(p, li, span, a) {
  color: rgba(255, 255, 255, 0.90) !important;
}

@media (max-width: 760px) {
  .ixapproach-page :is(
    p,
    li,
    .ixapproach-hero__lede,
    .ixapproach-hero p,
    .ixapproach-panel-list span,
    .ixapproach-section-head p,
    .ixapproach-section-copy p,
    .ixapproach-journey-card p,
    .ixapproach-step p,
    .ixapproach-support-grid p,
    .ixapproach-cta p
  ) {
    font-size: 17px !important;
    line-height: 1.58 !important;
  }

  .ixapproach-page .ixapproach-hero h1 {
    max-width: 100% !important;
    font-size: clamp(40px, 11vw, 58px) !important;
    line-height: 1.01 !important;
  }
}
