@charset "UTF-8";
/* =========================================================
   IMMIX TEAM PAGE V1
   Clean source of truth for team.php
   Built on immix-next-base.css

   UX architecture, readability refinement, ScrollMeta-aware
   layout implementation, and page-specific CSS system by
   Ken Buis, Fervid Solutions.
========================================================= */

/* IMMIX-TEAM-V1-ACTIVE */


/* =========================================================
   1. PAGE FOUNDATION
========================================================= */

.ixtm-page {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(105, 166, 61, 0.06), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(18, 52, 93, 0.05), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7faf6 100%);
}

.ixtm-wrap {
  width: min(100% - var(--ix-gutter), 1240px);
  margin-inline: auto;
}


/* =========================================================
   2. TYPE + TEXT FLOOR
========================================================= */

.ixtm-page,
.ixtm-page p,
.ixtm-page li,
.ixtm-page a,
.ixtm-page span,
.ixtm-page label,
.ixtm-page button,
.ixtm-page summary {
  font-family: var(--ix-font-sans);
}

.ixtm-kicker,
.ixtm-copy p,
.ixtm-hero__panel-item h3,
.ixtm-hero__panel-item p,
.ixtm-intro__copy p,
.ixtm-intro__signals strong,
.ixtm-intro__signals span,
.ixtm-directory__heading p,
.ixtm-member__role,
.ixtm-member__summary,
.ixtm-member__chips span,
.ixtm-member__bio p,
.ixtm-member__linkedin,
.ixtm-process__card h3,
.ixtm-process__card p,
.ixtm-office__content p,
.ixtm-office__links a,
.ixtm-faq__item summary,
.ixtm-faq__answer p,
.ixtm-summary__content p,
.ixtm-summary__signals strong,
.ixtm-summary__signals span {
  font-size: 17px;
}

.ixtm-copy p,
.ixtm-hero__panel-item p,
.ixtm-intro__copy p,
.ixtm-intro__signals span,
.ixtm-directory__heading p,
.ixtm-member__summary,
.ixtm-member__bio p,
.ixtm-process__card p,
.ixtm-office__content p,
.ixtm-faq__answer p,
.ixtm-summary__content p,
.ixtm-summary__signals span {
  line-height: 1.8;
  color: #425d76;
}


/* =========================================================
   3. HERO
========================================================= */

.ixtm-hero {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 5.7rem;
  min-height: clamp(760px, 62vw, 920px);
  overflow: hidden;
  isolation: isolate;
  background: var(--ix-page);
  border-top: 0 !important;
}

.ixtm-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  left: 50%;
  width: 100vw;
  min-width: 100vw;
  transform: translateX(-50%);
  overflow: hidden;
  pointer-events: none;
  background: #eef3ef;
}

.ixtm-hero__media img {
  display: block !important;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100%;
  min-height: clamp(760px, 62vw, 920px);
  object-fit: cover;
  object-position: center center;
}

.ixtm-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(248, 251, 247, 0.995) 0%,
      rgba(248, 251, 247, 0.99) 18%,
      rgba(248, 251, 247, 0.965) 34%,
      rgba(248, 251, 247, 0.84) 50%,
      rgba(248, 251, 247, 0.52) 66%,
      rgba(248, 251, 247, 0.18) 82%,
      rgba(248, 251, 247, 0.05) 100%
    );
}

.ixtm-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(248, 251, 247, 0.12) 0%,
      rgba(248, 251, 247, 0.00) 22%,
      rgba(248, 251, 247, 0.02) 78%,
      rgba(248, 251, 247, 0.16) 100%
    );
}

.ixtm-hero > .ixtm-wrap {
  position: relative;
  z-index: 4;
  width: min(100% - 72px, 1240px);
  max-width: 1240px;
  margin: 0 auto;
}

.ixtm-hero__frame {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(340px, 410px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  max-width: 1180px;
  margin: clamp(2.2rem, 4vw, 3.35rem) auto 0;
  padding: 0;
}

.ixtm-hero__content {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 740px;
  margin: 0;
  padding: clamp(2rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem) clamp(2rem, 4vw, 2.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(18, 58, 102, 0.08);
  border-radius: 34px;
  box-shadow:
    0 28px 58px rgba(13, 30, 52, 0.12),
    0 8px 20px rgba(13, 30, 52, 0.04);
  overflow: hidden;
}

.ixtm-hero__content::before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: -40px;
  left: calc(50% - 50vw);
  right: -120px;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(249, 251, 248, 0.96) 44%,
      rgba(249, 251, 248, 0.78) 70%,
      rgba(249, 251, 248, 0.18) 100%
    );
}

.ixtm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--ix-green-650);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ixtm-kicker::after {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: rgba(105, 166, 61, 0.72);
}

.ixtm-hero__content h1 {
  margin: 0 0 1.25rem;
  max-width: 10.8ch;
  font-family: var(--ix-font-serif);
  font-size: clamp(3.1rem, 5vw, 5.05rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: var(--ix-navy-800);
}

.ixtm-copy {
  max-width: 42rem;
}

.ixtm-copy p {
  margin: 0;
}

.ixtm-copy p + p {
  margin-top: 0.95rem;
}

.ixtm-hero__panel {
  position: relative;
  z-index: 7;
  margin-left: -4rem;
  margin-top: 0.8rem;
}

.ixtm-hero__panel-card {
  position: relative;
  width: 100%;
  padding: 2.1rem 1.95rem 1.9rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 158, 57, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(22, 72, 122, 0.985) 0%, rgba(10, 39, 70, 0.995) 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 30px 64px rgba(10, 39, 70, 0.28),
    0 10px 28px rgba(10, 39, 70, 0.08);
  overflow: hidden;
}

.ixtm-hero__panel-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(111, 158, 57, 0.16) 0%, rgba(111, 158, 57, 0) 74%);
  pointer-events: none;
}

.ixtm-hero__panel-card h2,
.ixtm-hero__panel-kicker,
.ixtm-hero__panel-list {
  position: relative;
  z-index: 2;
}

.ixtm-hero__panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ixtm-hero__panel-card h2 {
  margin: 0 0 1.25rem;
  color: #ffffff;
  font-family: var(--ix-font-sans);
  font-size: clamp(30px, 2vw, 38px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.032em;
  max-width: 12ch;
}

.ixtm-hero__panel-list {
  display: grid;
  gap: 0.8rem;
}

.ixtm-hero__panel-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ixtm-hero__panel-item:first-child {
  padding-top: 0.15rem;
  border-top: 0;
}

.ixtm-hero__panel-num {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(215, 179, 90, 0.18);
  color: #edf4fb;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.ixtm-hero__panel-item h3 {
  margin: 0 0 0.3rem;
  font-weight: 700;
  line-height: 1.45;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.ixtm-hero__panel-item p {
  margin: 0;
  line-height: 1.64;
  color: rgba(255, 255, 255, 0.84);
}


/* =========================================================
   4. INTRO SECTION
========================================================= */

.ixtm-intro {
  position: relative;
  padding: 0 0 3.8rem;
}

.ixtm-intro .ixtm-wrap {
  position: relative;
  z-index: 2;
}

.ixtm-intro__grid {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
  padding: clamp(1.7rem, 3vw, 2.4rem);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 251, 248, 0.98) 100%);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow:
    0 24px 54px rgba(13, 30, 52, 0.08),
    0 8px 20px rgba(13, 30, 52, 0.03);
}

.ixtm-intro__grid::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, rgba(111, 158, 57, 0.22) 100%);
}

.ixtm-intro__heading,
.ixtm-intro__copy {
  position: relative;
  z-index: 2;
}

.ixtm-intro__heading h2 {
  margin: 0;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(34px, 2.7vw, 46px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  max-width: 13ch;
}

.ixtm-intro__copy p {
  margin: 0;
  max-width: 56rem;
}

.ixtm-intro__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.ixtm-intro__signals div {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow: 0 8px 18px rgba(13, 30, 52, 0.035);
}

.ixtm-intro__signals strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ix-navy-800);
  font-weight: 800;
  line-height: 1.4;
}

.ixtm-intro__signals span {
  display: block;
  color: #5a738b;
  line-height: 1.68;
}


/* =========================================================
   5. TEAM DIRECTORY
========================================================= */

.ixtm-directory {
  position: relative;
  padding: 0 0 4rem;
}

.ixtm-directory::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 320px;
  background:
    radial-gradient(circle at 14% 22%, rgba(111, 158, 57, 0.07) 0%, rgba(111, 158, 57, 0) 34%),
    radial-gradient(circle at 84% 24%, rgba(18, 58, 102, 0.05) 0%, rgba(18, 58, 102, 0) 34%);
  pointer-events: none;
}

.ixtm-directory .ixtm-wrap {
  position: relative;
  z-index: 2;
}

.ixtm-directory__heading {
  max-width: 860px;
  margin: 0 auto 2.8rem;
  text-align: center;
}

.ixtm-directory__heading .ixtm-kicker {
  justify-content: center;
}

.ixtm-directory__heading .ixtm-kicker::after {
  display: none;
}

.ixtm-directory__heading h2 {
  margin: 0 0 0.9rem;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(36px, 3vw, 52px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.038em;
}

.ixtm-directory__heading p {
  max-width: 54rem;
  margin: 0 auto;
  line-height: 1.76;
  color: #5a738b;
}

.ixtm-team-list {
  display: grid;
  gap: clamp(1.4rem, 2.8vw, 2.2rem);
}

.ixtm-member {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.4rem);
  align-items: stretch;
  padding: clamp(1.45rem, 2vw, 1.9rem);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(249, 251, 248, 0.98) 100%);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow:
    0 24px 56px rgba(13, 30, 52, 0.08),
    0 8px 22px rgba(13, 30, 52, 0.035);
  overflow: hidden;
}

.ixtm-member::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, rgba(111, 158, 57, 0.22) 100%);
}

.ixtm-member--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.ixtm-member--reverse .ixtm-member__media {
  order: 2;
}

.ixtm-member--reverse .ixtm-member__content {
  order: 1;
}

.ixtm-member__media {
  position: relative;
  z-index: 2;
  min-height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: #eef3ef;
  box-shadow: 0 18px 36px rgba(13, 30, 52, 0.10);
}

.ixtm-member__media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.02) contrast(1.02);
}

.ixtm-member__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(10, 39, 70, 0) 0%, rgba(10, 39, 70, 0.68) 100%);
  pointer-events: none;
}

.ixtm-member__badge {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 12px 28px rgba(10, 39, 70, 0.16);
}

.ixtm-member__badge span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #5b9a42 0%, #4a8535 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.ixtm-member__badge strong {
  color: var(--ix-navy-800);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.ixtm-member__content {
  position: relative;
  z-index: 2;
  padding: clamp(0.4rem, 1vw, 0.75rem) 0;
}

.ixtm-member__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.ixtm-member__role {
  margin: 0;
  color: var(--ix-green-650);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.ixtm-member__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(18, 58, 102, 0.06);
  border: 1px solid rgba(18, 58, 102, 0.10);
  color: var(--ix-navy-800);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.ixtm-member__linkedin:hover,
.ixtm-member__linkedin:focus-visible {
  color: var(--ix-green-700);
  text-decoration: none;
  outline: none;
  background: rgba(111, 158, 57, 0.10);
}

.ixtm-member h3 {
  margin: 0 0 0.75rem;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(34px, 2.7vw, 48px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.038em;
}

.ixtm-member h3 span {
  display: block;
  margin-top: 0.35rem;
  color: #5a738b;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.45;
}

.ixtm-member__summary {
  max-width: 48rem;
  margin: 0 0 1rem;
  color: #425d76;
  font-weight: 600;
  line-height: 1.76;
}

.ixtm-member__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
}

.ixtm-member__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  background: rgba(111, 158, 57, 0.10);
  border: 1px solid rgba(111, 158, 57, 0.16);
  color: #4f842e;
  font-weight: 800;
  line-height: 1.25;
}

.ixtm-member__bio {
  display: grid;
  gap: 0.86rem;
}

.ixtm-member__bio p {
  margin: 0;
}


/* =========================================================
   6. PROCESS SECTION
========================================================= */

.ixtm-process {
  position: relative;
  padding: 0 0 4rem;
}

.ixtm-process__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.8rem, 3vw, 2.5rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #153d69 0%, #10345d 58%, #092a50 100%);
  box-shadow:
    0 24px 54px rgba(10, 39, 70, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.ixtm-process__intro {
  max-width: 62rem;
  margin: 0 auto 1.65rem;
  text-align: center;
}

.ixtm-process__intro .ixtm-kicker {
  justify-content: center;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.84);
}

.ixtm-process__intro .ixtm-kicker::after {
  background: rgba(255, 255, 255, 0.38);
}

.ixtm-process__intro h2 {
  max-width: 15ch;
  margin: 0 auto;
  color: #ffffff;
  font-family: var(--ix-font-sans);
  font-size: clamp(34px, 2.8vw, 46px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.ixtm-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.ixtm-process__card {
  padding: 1.2rem 1.15rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ixtm-process__card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(215, 179, 90, 0.18);
  color: #edf4fb;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.ixtm-process__card h3 {
  margin: 0 0 0.6rem;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.45;
}

.ixtm-process__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.76;
}


/* =========================================================
   7. OFFICE SECTION
========================================================= */

.ixtm-office {
  position: relative;
  padding: 0 0 4rem;
}

.ixtm-office__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.6rem, 3vw, 2.4rem);
  align-items: stretch;
  padding: clamp(1.45rem, 2vw, 1.9rem);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(249, 251, 248, 0.98) 100%);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow:
    0 24px 56px rgba(13, 30, 52, 0.08),
    0 8px 22px rgba(13, 30, 52, 0.035);
  overflow: hidden;
}

.ixtm-office__card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, rgba(111, 158, 57, 0.22) 100%);
}

.ixtm-office__media,
.ixtm-office__content {
  position: relative;
  z-index: 2;
}

.ixtm-office__media {
  min-height: 420px;
  overflow: hidden;
  border-radius: 30px;
  background: #eef3ef;
}

.ixtm-office__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center center;
}

.ixtm-office__content {
  padding: clamp(0.5rem, 1vw, 1rem) 0;
  align-self: center;
}

.ixtm-office__content h2 {
  max-width: 12ch;
  margin: 0 0 0.85rem;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(36px, 3vw, 54px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.042em;
}

.ixtm-office__content p {
  max-width: 46rem;
  margin: 0;
}

.ixtm-office__links {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.ixtm-office__links a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0.8rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(18, 58, 102, 0.08);
  color: var(--ix-navy-800);
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.ixtm-office__links a:hover,
.ixtm-office__links a:focus-visible {
  color: var(--ix-green-700);
  text-decoration: none;
  outline: none;
  background: rgba(111, 158, 57, 0.10);
}


/* =========================================================
   8. FAQ
========================================================= */

.ixtm-faq {
  position: relative;
  padding: 0 0 4rem;
}

.ixtm-faq__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.8rem, 3vw, 2.5rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #153d69 0%, #10345d 58%, #092a50 100%);
  box-shadow:
    0 24px 54px rgba(10, 39, 70, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.ixtm-faq__intro {
  max-width: 60rem;
  margin: 0 auto 1.65rem;
  text-align: center;
}

.ixtm-faq__intro .ixtm-kicker {
  justify-content: center;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.84);
}

.ixtm-faq__intro .ixtm-kicker::after {
  background: rgba(255, 255, 255, 0.38);
}

.ixtm-faq__intro h2 {
  max-width: 15ch;
  margin: 0 auto;
  color: #ffffff;
  font-family: var(--ix-font-sans);
  font-size: clamp(34px, 2.8vw, 46px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.ixtm-faq__items {
  display: grid;
  gap: 0.95rem;
}

.ixtm-faq__item {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.ixtm-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.05rem 1rem;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.44;
}

.ixtm-faq__item summary::-webkit-details-marker {
  display: none;
}

.ixtm-faq__answer {
  padding: 0 1rem 1rem;
}

.ixtm-faq__answer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.74;
}

.ixtm-faq__answer a {
  color: #ffffff;
  text-decoration: underline;
}


/* =========================================================
   9. SUMMARY
========================================================= */

.ixtm-summary {
  position: relative;
  padding: 0 0 5.8rem;
}

.ixtm-summary__card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.7rem, 3vw, 2.4rem);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 251, 248, 0.98) 100%);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow:
    0 24px 54px rgba(13, 30, 52, 0.08),
    0 8px 20px rgba(13, 30, 52, 0.03);
}

.ixtm-summary__card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, rgba(111, 158, 57, 0.22) 100%);
}

.ixtm-summary__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: start;
}

.ixtm-summary__intro h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(34px, 2.7vw, 46px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.ixtm-summary__content > p {
  max-width: 50rem;
  margin: 0;
}

.ixtm-summary__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.ixtm-summary__signals div {
  min-height: 100%;
  padding: 1.05rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow: 0 8px 18px rgba(13, 30, 52, 0.035);
}

.ixtm-summary__signals strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ix-navy-800);
  font-weight: 800;
  line-height: 1.4;
}

.ixtm-summary__signals span {
  display: block;
  color: #5a738b;
  line-height: 1.68;
}


/* =========================================================
   10. RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
  .ixtm-hero > .ixtm-wrap {
    width: min(100% - 48px, 1160px);
  }

  .ixtm-hero__frame {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    gap: 1.3rem;
  }

  .ixtm-hero__panel {
    margin-left: -2.5rem;
  }

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

@media (max-width: 991px) {
  .ixtm-hero {
    min-height: auto;
    padding: 0 0 5.25rem;
  }

  .ixtm-hero > .ixtm-wrap {
    width: min(100% - 40px, 860px);
  }

  .ixtm-hero__frame {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.4rem;
  }

  .ixtm-hero__content {
    max-width: 100%;
  }

  .ixtm-hero__panel {
    margin-left: 0;
    margin-top: 0;
  }

  .ixtm-hero__panel-card h2 {
    max-width: 100%;
  }

  .ixtm-intro__grid,
  .ixtm-member,
  .ixtm-member--reverse,
  .ixtm-office__card,
  .ixtm-summary__grid {
    grid-template-columns: 1fr;
  }

  .ixtm-member--reverse .ixtm-member__media,
  .ixtm-member--reverse .ixtm-member__content {
    order: initial;
  }

  .ixtm-intro__signals,
  .ixtm-summary__signals {
    grid-template-columns: 1fr;
  }

  .ixtm-member__media img {
    min-height: 360px;
  }

  .ixtm-office__media,
  .ixtm-office__media img {
    min-height: 320px;
  }

  .ixtm-intro__heading h2,
  .ixtm-office__content h2,
  .ixtm-summary__intro h2 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ixtm-wrap,
  .ixtm-hero > .ixtm-wrap {
    width: min(100% - 28px, 720px);
  }

  .ixtm-hero__content,
  .ixtm-hero__panel-card,
  .ixtm-intro__grid,
  .ixtm-member,
  .ixtm-member__media,
  .ixtm-member__badge,
  .ixtm-process__panel,
  .ixtm-process__card,
  .ixtm-office__card,
  .ixtm-office__media,
  .ixtm-office__links a,
  .ixtm-faq__panel,
  .ixtm-faq__item,
  .ixtm-summary__card,
  .ixtm-summary__signals div {
    border-radius: 24px;
  }

  .ixtm-hero__content {
    padding: 1.5rem 1.25rem;
  }

  .ixtm-hero__content h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 11vw, 4rem);
  }

  .ixtm-hero__panel-card,
  .ixtm-intro__grid,
  .ixtm-member,
  .ixtm-process__panel,
  .ixtm-office__card,
  .ixtm-faq__panel,
  .ixtm-summary__card {
    padding: 1.2rem;
  }

  .ixtm-directory__heading h2,
  .ixtm-member h3,
  .ixtm-intro__heading h2,
  .ixtm-process__intro h2,
  .ixtm-office__content h2,
  .ixtm-faq__intro h2,
  .ixtm-summary__intro h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .ixtm-member__media img {
    min-height: 320px;
  }

  .ixtm-member__topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .ixtm-process__grid {
    grid-template-columns: 1fr;
  }

  .ixtm-summary {
    padding-bottom: 4.6rem;
  }
}

@media (max-width: 575px) {
  .ixtm-hero__content h1 {
    font-size: clamp(2.6rem, 12vw, 3.4rem);
  }

  .ixtm-member__media img {
    min-height: 290px;
  }

  .ixtm-member__badge {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .ixtm-office__media,
  .ixtm-office__media img {
    min-height: 260px;
  }
}


/* =========================================================
   IMMIX TEAM PAGE V2
   Ciccone-McKay-inspired interactive team profile system
   Layout polish by Ken Buis, Fervid Solutions
========================================================= */

/* V2 marker */
/* IMMIX-TEAM-V2-CM-INSPIRED-ACTIVE */

.ixtm-hero {
  min-height: clamp(680px, 55vw, 820px);
  padding-bottom: clamp(4.4rem, 6vw, 5.8rem);
}

.ixtm-hero__media img {
  min-height: clamp(680px, 55vw, 820px);
  object-position: center center;
}

.ixtm-hero__media::before {
  background:
    linear-gradient(
      90deg,
      rgba(248, 251, 247, 0.98) 0%,
      rgba(248, 251, 247, 0.94) 26%,
      rgba(248, 251, 247, 0.74) 48%,
      rgba(248, 251, 247, 0.38) 70%,
      rgba(248, 251, 247, 0.10) 100%
    );
}

.ixtm-hero__content {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ixtm-hero__content h1 {
  max-width: 9.8ch;
}

.ixtm-directory {
  padding-bottom: clamp(4.6rem, 7vw, 6.8rem);
}

.ixtm-directory__heading {
  max-width: 920px;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.ixtm-directory__heading h2 {
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}

.ixtm-team-list {
  display: none !important;
}

.ixtm-team-explorer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: clamp(1.35rem, 3vw, 2rem);
  align-items: start;
}

.ixtm-team-explorer__nav {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 0.86rem;
  align-self: start;
}

.ixtm-team-explorer__tab {
  position: relative;
  width: 100%;
  min-height: 88px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.78rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(18, 58, 102, 0.08);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ix-navy-800);
  box-shadow: 0 12px 28px rgba(13, 30, 52, 0.045);
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.ixtm-team-explorer__tab::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(180deg, var(--ix-green-600), rgba(111, 158, 57, 0.12));
  opacity: 0;
  transition: opacity 180ms ease;
}

.ixtm-team-explorer__tab:hover,
.ixtm-team-explorer__tab:focus-visible,
.ixtm-team-explorer__tab.is-active {
  transform: translateY(-2px);
  border-color: rgba(18, 58, 102, 0.14);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 36px rgba(13, 30, 52, 0.075);
  outline: none;
}

.ixtm-team-explorer__tab.is-active::before {
  opacity: 1;
}

.ixtm-team-explorer__thumb {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef3ef;
  box-shadow: 0 8px 18px rgba(13, 30, 52, 0.08);
}

.ixtm-team-explorer__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ixtm-team-explorer__tab-copy {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.ixtm-team-explorer__tab-copy strong {
  color: var(--ix-navy-800);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.ixtm-team-explorer__tab-copy small {
  color: #5a738b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.ixtm-team-explorer__stage {
  min-width: 0;
}

.ixtm-team-panel {
  position: relative;
  grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
  gap: clamp(1.8rem, 4vw, 3rem);
  align-items: start;
  padding: clamp(1.45rem, 2.5vw, 2rem);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(249, 251, 248, 0.98) 100%);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow:
    0 26px 58px rgba(13, 30, 52, 0.085),
    0 8px 22px rgba(13, 30, 52, 0.035);
  overflow: hidden;
}

.ixtm-team-panel.is-active {
  display: grid;
  animation: ixtmPanelReveal 220ms ease both;
}

.ixtm-team-panel[hidden] {
  display: none !important;
}

.ixtm-team-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--ix-green-600), rgba(18, 58, 102, 0.72));
}

.ixtm-team-panel__media {
  position: sticky;
  top: 24px;
  overflow: hidden;
  min-height: clamp(430px, 42vw, 560px);
  border-radius: 26px;
  background: #eef3ef;
  box-shadow: 0 20px 42px rgba(13, 30, 52, 0.11);
}

.ixtm-team-panel__media img {
  width: 100%;
  height: 100%;
  min-height: clamp(430px, 42vw, 560px);
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.02) contrast(1.02);
}

.ixtm-team-panel__content {
  min-width: 0;
  padding: clamp(0.4rem, 1vw, 0.85rem) 0;
}

.ixtm-team-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
}

.ixtm-team-panel__eyebrow span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ix-green-600), #4f842e);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}

.ixtm-team-panel__eyebrow strong {
  color: var(--ix-green-650);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.ixtm-team-panel h3 {
  margin: 0 0 0.9rem;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(38px, 3.4vw, 58px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.048em;
}

.ixtm-team-panel h3 span {
  display: block;
  margin-top: 0.52rem;
  color: #5a738b;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.45;
}

.ixtm-team-panel .ixtm-member__summary {
  max-width: 45rem;
  margin-bottom: 1rem;
}

.ixtm-team-panel .ixtm-member__chips {
  margin-bottom: 1.15rem;
}

.ixtm-team-panel .ixtm-member__linkedin {
  margin-bottom: 1.2rem;
}

.ixtm-team-panel .ixtm-member__bio {
  max-width: 48rem;
}

.ixtm-team-panel .ixtm-member__bio p {
  line-height: 1.82;
}

@keyframes ixtmPanelReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .ixtm-team-explorer {
    grid-template-columns: 1fr;
  }

  .ixtm-team-explorer__nav {
    position: relative;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ixtm-team-panel,
  .ixtm-team-panel.is-active {
    grid-template-columns: 1fr;
  }

  .ixtm-team-panel__media {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .ixtm-team-panel__media img {
    min-height: 420px;
  }
}

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

  .ixtm-hero__media img {
    min-height: 760px;
  }

  .ixtm-team-explorer__nav {
    grid-template-columns: 1fr;
  }

  .ixtm-team-explorer__tab {
    min-height: 78px;
    grid-template-columns: 52px minmax(0, 1fr);
    border-radius: 18px;
  }

  .ixtm-team-explorer__thumb {
    width: 52px;
    height: 52px;
  }

  .ixtm-team-panel {
    padding: 1.15rem;
    border-radius: 26px;
  }

  .ixtm-team-panel__media {
    min-height: 320px;
    border-radius: 22px;
  }

  .ixtm-team-panel__media img {
    min-height: 320px;
  }

  .ixtm-team-panel h3 {
    font-size: clamp(32px, 8vw, 42px);
  }
}


/* =========================================================
   IMMIX TEAM PAGE V3
   Full-width team directory and Vancouver skyline hero update
   Refinement by Ken Buis, Fervid Solutions
========================================================= */

/* IMMIX-TEAM-V3-FULLWIDTH-ACTIVE */

/* Hero background: stronger skyline read, better image placement */
.ixtm-hero {
  min-height: clamp(700px, 56vw, 850px) !important;
  padding-bottom: clamp(4.8rem, 6vw, 6.3rem) !important;
}

.ixtm-hero__media img {
  min-height: clamp(700px, 56vw, 850px) !important;
  object-position: center center !important;
}

.ixtm-hero__media::before {
  background:
    linear-gradient(
      90deg,
      rgba(248, 251, 247, 0.985) 0%,
      rgba(248, 251, 247, 0.965) 24%,
      rgba(248, 251, 247, 0.78) 46%,
      rgba(248, 251, 247, 0.42) 68%,
      rgba(248, 251, 247, 0.14) 100%
    ) !important;
}

.ixtm-hero__media::after {
  background:
    linear-gradient(180deg, rgba(248, 251, 247, 0.20) 0%, rgba(248, 251, 247, 0.02) 34%, rgba(248, 251, 247, 0.14) 100%),
    radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.18), transparent 32%) !important;
}

.ixtm-hero__content {
  background: rgba(255, 255, 255, 0.935) !important;
  border-color: rgba(18, 58, 102, 0.10) !important;
  box-shadow:
    0 30px 70px rgba(13, 30, 52, 0.13),
    0 8px 22px rgba(13, 30, 52, 0.045) !important;
}

/* Full-width team directory */
.ixtm-directory {
  padding-top: clamp(4.8rem, 7vw, 7rem) !important;
  padding-bottom: clamp(5.2rem, 8vw, 7.5rem) !important;
}

.ixtm-directory .ixtm-wrap {
  width: min(100% - clamp(32px, 5vw, 96px), 1760px) !important;
  max-width: none !important;
}

.ixtm-directory__heading {
  max-width: 980px !important;
  margin-bottom: clamp(2.4rem, 4vw, 3.8rem) !important;
}

.ixtm-directory__heading h2 {
  max-width: 18ch !important;
}

.ixtm-team-explorer {
  grid-template-columns: clamp(280px, 20vw, 360px) minmax(0, 1fr) !important;
  gap: clamp(1.6rem, 2.6vw, 3rem) !important;
  width: 100% !important;
  align-items: start !important;
}

.ixtm-team-explorer__nav {
  top: 22px !important;
  max-height: calc(100vh - 44px) !important;
  overflow: auto !important;
  padding-right: 0.3rem !important;
  scrollbar-width: thin !important;
}

.ixtm-team-explorer__tab {
  min-height: 84px !important;
  border-radius: 18px !important;
}

.ixtm-team-explorer__stage {
  width: 100% !important;
  min-width: 0 !important;
}

.ixtm-team-panel {
  width: 100% !important;
  grid-template-columns: clamp(300px, 23vw, 420px) minmax(0, 1fr) !important;
  gap: clamp(1.8rem, 3vw, 3.6rem) !important;
  padding: clamp(1.55rem, 2.2vw, 2.35rem) !important;
  border-radius: 36px !important;
}

.ixtm-team-panel__media {
  min-height: clamp(480px, 46vw, 650px) !important;
  border-radius: 28px !important;
}

.ixtm-team-panel__media img {
  min-height: clamp(480px, 46vw, 650px) !important;
}

.ixtm-team-panel__content {
  width: 100% !important;
  min-width: 0 !important;
}

.ixtm-team-panel .ixtm-member__summary {
  max-width: 54rem !important;
}

.ixtm-team-panel .ixtm-member__bio {
  max-width: 76rem !important;
}

.ixtm-team-panel .ixtm-member__bio p {
  max-width: 76ch !important;
  font-size: 17px !important;
  line-height: 1.82 !important;
}

/* On wide screens, separate identity from long biography so the profile does not become a narrow, endless column. */
@media (min-width: 1380px) {
  .ixtm-team-panel__content {
    display: grid !important;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr) !important;
    grid-template-areas:
      "eyebrow bio"
      "name bio"
      "summary bio"
      "chips bio"
      "linkedin bio" !important;
    column-gap: clamp(2rem, 3vw, 3.5rem) !important;
    align-items: start !important;
    padding-top: clamp(0.4rem, 1vw, 0.85rem) !important;
  }

  .ixtm-team-panel__eyebrow {
    grid-area: eyebrow !important;
  }

  .ixtm-team-panel h3 {
    grid-area: name !important;
    max-width: 9ch !important;
  }

  .ixtm-team-panel .ixtm-member__summary {
    grid-area: summary !important;
    max-width: 34rem !important;
  }

  .ixtm-team-panel .ixtm-member__chips {
    grid-area: chips !important;
    align-self: start !important;
  }

  .ixtm-team-panel .ixtm-member__linkedin {
    grid-area: linkedin !important;
    justify-self: start !important;
  }

  .ixtm-team-panel .ixtm-member__bio {
    grid-area: bio !important;
    max-width: none !important;
    padding-left: clamp(1.5rem, 2vw, 2.4rem) !important;
    border-left: 1px solid rgba(18, 58, 102, 0.10) !important;
  }

  .ixtm-team-panel .ixtm-member__bio p {
    max-width: 72ch !important;
  }
}

@media (min-width: 1620px) {
  .ixtm-team-explorer {
    grid-template-columns: 370px minmax(0, 1fr) !important;
  }

  .ixtm-team-panel {
    grid-template-columns: minmax(340px, 460px) minmax(0, 1fr) !important;
  }

  .ixtm-team-panel__content {
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr) !important;
  }
}

@media (max-width: 1199px) {
  .ixtm-directory .ixtm-wrap {
    width: min(100% - 40px, 1040px) !important;
  }

  .ixtm-team-explorer {
    grid-template-columns: 1fr !important;
  }

  .ixtm-team-explorer__nav {
    position: relative !important;
    top: auto !important;
    max-height: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding-right: 0 !important;
  }

  .ixtm-team-panel {
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr) !important;
  }
}

@media (max-width: 900px) {
  .ixtm-team-explorer__nav {
    grid-template-columns: 1fr !important;
  }

  .ixtm-team-panel {
    grid-template-columns: 1fr !important;
  }

  .ixtm-team-panel__media {
    position: relative !important;
    top: auto !important;
    min-height: 420px !important;
  }

  .ixtm-team-panel__media img {
    min-height: 420px !important;
  }
}

@media (max-width: 767px) {
  .ixtm-directory .ixtm-wrap {
    width: min(100% - 28px, 720px) !important;
  }

  .ixtm-team-panel {
    padding: 1.2rem !important;
    border-radius: 26px !important;
  }

  .ixtm-team-panel__media {
    min-height: 360px !important;
    border-radius: 22px !important;
  }

  .ixtm-team-panel__media img {
    min-height: 360px !important;
  }

  .ixtm-team-panel h3 {
    font-size: clamp(34px, 10vw, 46px) !important;
    max-width: 100% !important;
  }
}

/* =========================================================
   TEAM PAGE V3.1 POLISH PASS
   Profile identity under portrait + wider biography layout
   Final refinement by Ken Buis, Fervid Solutions
========================================================= */

/* Make sure the hero uses the approved Vancouver skyline AVIF. */
.ixtm-hero__media img {
  content: url("/assets/images/Vancouver%20Skyline.avif") !important;
}

/* Team selector polish: more finished, less compressed, no tiny type. */
.ixtm-team-explorer__nav {
  gap: 0.85rem !important;
}

.ixtm-team-explorer__tab {
  min-height: 92px !important;
  padding: 0.85rem 1rem !important;
  border-radius: 20px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 248, 0.94) 100%) !important;
  border: 1px solid rgba(18, 58, 102, 0.08) !important;
  box-shadow:
    0 12px 26px rgba(13, 30, 52, 0.055),
    0 3px 10px rgba(13, 30, 52, 0.02) !important;
}

.ixtm-team-explorer__tab.is-active {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 251, 244, 0.98) 100%) !important;
  border-color: rgba(105, 166, 61, 0.22) !important;
  box-shadow:
    0 18px 36px rgba(13, 30, 52, 0.075),
    inset 5px 0 0 rgba(105, 166, 61, 0.88) !important;
}

.ixtm-team-explorer__thumb {
  width: 58px !important;
  height: 58px !important;
}

.ixtm-team-explorer__tab-copy strong,
.ixtm-team-explorer__tab-copy small {
  font-size: 17px !important;
}

.ixtm-team-explorer__tab-copy small {
  color: #5a738b !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

/* Main profile card: portrait and identity now feel like one polished profile column. */
@media (min-width: 1101px) {
  .ixtm-team-panel,
  .ixtm-team-panel.is-active {
    display: grid !important;
    grid-template-columns: clamp(340px, 28vw, 480px) minmax(0, 1fr) !important;
    grid-template-areas:
      "portrait bio"
      "role bio"
      "name bio"
      "summary bio"
      "chips bio"
      "linkedin bio" !important;
    column-gap: clamp(2.4rem, 4vw, 4.75rem) !important;
    row-gap: 0 !important;
    align-items: start !important;
    padding: clamp(1.65rem, 2.5vw, 2.65rem) !important;
    border-radius: 38px !important;
    background:
      radial-gradient(circle at 12% 12%, rgba(105, 166, 61, 0.07), transparent 30%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 251, 248, 0.985) 100%) !important;
    box-shadow:
      0 34px 76px rgba(13, 30, 52, 0.105),
      0 10px 26px rgba(13, 30, 52, 0.035) !important;
    overflow: hidden !important;
  }

  .ixtm-team-panel__media {
    grid-area: portrait !important;
    position: relative !important;
    top: auto !important;
    min-height: clamp(460px, 42vw, 640px) !important;
    border-radius: 30px !important;
    box-shadow:
      0 26px 54px rgba(13, 30, 52, 0.13),
      0 8px 20px rgba(13, 30, 52, 0.04) !important;
  }

  .ixtm-team-panel__media::after {
    content: "" !important;
    position: absolute !important;
    inset: auto 8% -18px !important;
    height: 46px !important;
    border-radius: 999px !important;
    background: radial-gradient(circle, rgba(13, 30, 52, 0.18) 0%, rgba(13, 30, 52, 0) 72%) !important;
    filter: blur(14px) !important;
    pointer-events: none !important;
  }

  .ixtm-team-panel__media img {
    min-height: clamp(460px, 42vw, 640px) !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  /* Let the inner content children participate in the profile card grid. */
  .ixtm-team-panel__content {
    display: contents !important;
  }

  .ixtm-team-panel__eyebrow {
    grid-area: role !important;
    justify-self: start !important;
    margin: clamp(1.15rem, 1.6vw, 1.5rem) 0 0.65rem !important;
    padding: 0.55rem 0.78rem 0.55rem 0.55rem !important;
    border-radius: 999px !important;
    background: rgba(105, 166, 61, 0.10) !important;
    border: 1px solid rgba(105, 166, 61, 0.18) !important;
  }

  .ixtm-team-panel__eyebrow span {
    width: 36px !important;
    height: 36px !important;
    font-size: 17px !important;
  }

  .ixtm-team-panel__eyebrow strong {
    color: var(--ix-green-650) !important;
    font-size: 17px !important;
    letter-spacing: 0.10em !important;
  }

  .ixtm-team-panel h3 {
    grid-area: name !important;
    max-width: 9.5ch !important;
    margin: 0 0 0.55rem !important;
    color: var(--ix-navy-800) !important;
    font-size: clamp(42px, 3.8vw, 64px) !important;
    line-height: 0.93 !important;
    letter-spacing: -0.055em !important;
  }

  .ixtm-team-panel h3 span {
    margin-top: 0.58rem !important;
    color: #5a738b !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
  }

  .ixtm-team-panel .ixtm-member__summary {
    grid-area: summary !important;
    max-width: 34rem !important;
    margin: 0.35rem 0 1.1rem !important;
    color: #405973 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.72 !important;
  }

  .ixtm-team-panel .ixtm-member__chips {
    grid-area: chips !important;
    align-self: start !important;
    margin: 0 0 1.15rem !important;
  }

  .ixtm-team-panel .ixtm-member__chips span {
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  .ixtm-team-panel .ixtm-member__linkedin {
    grid-area: linkedin !important;
    justify-self: start !important;
    margin: 0 !important;
    font-size: 17px !important;
  }

  .ixtm-team-panel .ixtm-member__bio {
    grid-area: bio !important;
    max-width: none !important;
    min-height: 100% !important;
    padding: clamp(0.4rem, 0.8vw, 0.75rem) 0 0 clamp(2rem, 3vw, 3.25rem) !important;
    border-left: 1px solid rgba(18, 58, 102, 0.10) !important;
  }

  .ixtm-team-panel .ixtm-member__bio p {
    max-width: 78ch !important;
    color: #425d76 !important;
    font-size: 17px !important;
    line-height: 1.84 !important;
  }

  .ixtm-team-panel .ixtm-member__bio p:first-child {
    margin-top: 0 !important;
  }
}

/* Ultra-wide: give bios more reading space without letting lines run too long. */
@media (min-width: 1500px) {
  .ixtm-directory .ixtm-wrap {
    width: min(100% - 72px, 1580px) !important;
  }

  .ixtm-team-explorer {
    grid-template-columns: 360px minmax(0, 1fr) !important;
    gap: clamp(2rem, 3vw, 3.5rem) !important;
  }

  .ixtm-team-panel,
  .ixtm-team-panel.is-active {
    grid-template-columns: clamp(390px, 27vw, 500px) minmax(0, 1fr) !important;
  }
}

/* Tablet/mobile: keep the content natural and stacked. */
@media (max-width: 1100px) {
  .ixtm-team-panel__content {
    display: block !important;
  }

  .ixtm-team-panel__eyebrow {
    margin-top: 1.1rem !important;
  }

  .ixtm-team-panel .ixtm-member__bio {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .ixtm-team-explorer__tab-copy strong,
  .ixtm-team-explorer__tab-copy small,
  .ixtm-team-panel__eyebrow strong,
  .ixtm-team-panel h3 span,
  .ixtm-team-panel .ixtm-member__summary,
  .ixtm-team-panel .ixtm-member__chips span,
  .ixtm-team-panel .ixtm-member__linkedin,
  .ixtm-team-panel .ixtm-member__bio p {
    font-size: 17px !important;
  }
}
/* =========================================================
   TEAM PAGE V3.2 BIO SPACING FIX
   Natural paragraph rhythm for long team bios
   Final refinement by Ken Buis, Fervid Solutions
========================================================= */

@media (min-width: 1101px) {
  .ixtm-team-panel,
  .ixtm-team-panel.is-active {
    align-items: start !important;
  }

  .ixtm-team-panel .ixtm-member__bio {
    align-self: start !important;
    min-height: 0 !important;
    height: auto !important;
    display: block !important;
    padding-top: 0.2rem !important;
  }

  .ixtm-team-panel .ixtm-member__bio p {
    display: block !important;
    margin: 0 0 1.15rem !important;
    max-width: 72ch !important;
    color: #425d76 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.78 !important;
  }

  .ixtm-team-panel .ixtm-member__bio p:last-child {
    margin-bottom: 0 !important;
  }

  .ixtm-team-panel .ixtm-member__bio br {
    display: none !important;
  }
}

/* Give the active profile a more balanced reading layout on wide screens. */
@media (min-width: 1300px) {
  .ixtm-team-panel,
  .ixtm-team-panel.is-active {
    grid-template-columns: clamp(360px, 30vw, 520px) minmax(420px, 1fr) !important;
    column-gap: clamp(2.2rem, 3.4vw, 4.25rem) !important;
  }

  .ixtm-team-panel .ixtm-member__bio {
    max-width: 780px !important;
  }
}

/* Prevent the bio from becoming a skinny far-right strip on medium desktops. */
@media (min-width: 1101px) and (max-width: 1299px) {
  .ixtm-team-panel,
  .ixtm-team-panel.is-active {
    grid-template-columns: minmax(340px, 440px) minmax(360px, 1fr) !important;
    column-gap: 2.25rem !important;
  }

  .ixtm-team-panel .ixtm-member__bio {
    padding-left: 2rem !important;
  }
}
/* =========================================================
   TEAM PAGE V3.3 PORTRAIT BALANCE PATCH
   Controlled image crop for stronger profile-card proportion
   Final refinement by Ken Buis, Fervid Solutions
========================================================= */

@media (min-width: 1101px) {
  .ixtm-team-panel__media {
    min-height: 0 !important;
    height: clamp(420px, 35vw, 540px) !important;
    max-height: 540px !important;
    border-radius: 30px !important;
    overflow: hidden !important;
  }

  .ixtm-team-panel__media img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .ixtm-team-panel,
  .ixtm-team-panel.is-active {
    align-items: start !important;
  }

  .ixtm-team-panel .ixtm-member__bio {
    align-self: start !important;
    min-height: 0 !important;
    height: auto !important;
    display: block !important;
    padding-top: 0.15rem !important;
  }

  .ixtm-team-panel .ixtm-member__bio p {
    margin: 0 0 1.05rem !important;
    max-width: 74ch !important;
    font-size: 17px !important;
    line-height: 1.76 !important;
  }

  .ixtm-team-panel .ixtm-member__bio p:last-child {
    margin-bottom: 0 !important;
  }
}

/* Slightly taller portraits on very large screens, but still controlled. */
@media (min-width: 1500px) {
  .ixtm-team-panel__media {
    height: clamp(460px, 32vw, 580px) !important;
    max-height: 580px !important;
  }
}

/* For shorter bios, keep the panel from feeling hollow. */
@media (min-width: 1101px) {
  .ixtm-team-panel .ixtm-member__summary {
    margin-bottom: 1rem !important;
  }

  .ixtm-team-panel .ixtm-member__chips {
    margin-bottom: 1rem !important;
  }
}

/* =========================================================
   TEAM PAGE TYPOGRAPHY HANDOFF + POLISH PASS v4
   Supports /assets/css/immix-locked-typography.css.
   Keep this at the end of immix-team-v3.css.
========================================================= */

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

/* Keep the page-specific typography from changing shared header/footer. */
.ixtm-page :where(header, footer, .ixf-footer, .main-header, .main-header-two, .immix-topbar, .main-menu, .main-menu-two),
.ixtm-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;
}

/* Hero display scale: locked style without making the intro feel heavy. */
.ixtm-page .ixtm-hero__content h1,
.ixtm-page .ixtm-hero h1 {
  max-width: 10.4ch !important;
  font-family: var(--ix-font-serif, "Noto Serif", Georgia, serif) !important;
  font-size: clamp(50px, 4.9vw, 82px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.052em !important;
  color: var(--ix-navy-800, #12345d) !important;
}

.ixtm-page .ixtm-copy p,
.ixtm-page .ixtm-hero__content p {
  color: #405973 !important;
  font-size: 17px !important;
  line-height: 1.76 !important;
}

/* Dark surfaces: hero panel, process panel, FAQ panel. */
.ixtm-page :is(
  .ixtm-hero__panel-card,
  .ixtm-process__panel,
  .ixtm-process__card,
  .ixtm-faq__panel,
  .ixtm-faq__item
) {
  color: #ffffff;
}

.ixtm-page :is(
  .ixtm-hero__panel-card,
  .ixtm-process__panel,
  .ixtm-process__card,
  .ixtm-faq__panel,
  .ixtm-faq__item
) :is(h1, h2, h3, h4, h5, h6, strong, summary) {
  color: #ffffff !important;
}

.ixtm-page :is(
  .ixtm-hero__panel-card,
  .ixtm-process__panel,
  .ixtm-process__card,
  .ixtm-faq__panel,
  .ixtm-faq__item
) :is(p, li, span, a) {
  color: rgba(255,255,255,0.88) !important;
}

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

/* Light cards and profile content remain dark-on-light after the lock loads. */
.ixtm-page :is(
  .ixtm-hero__content,
  .ixtm-intro__grid,
  .ixtm-directory__heading,
  .ixtm-team-explorer__tab,
  .ixtm-team-panel,
  .ixtm-member,
  .ixtm-office__card,
  .ixtm-summary__card
) :is(h1, h2, h3, h4, h5, h6, strong) {
  color: var(--ix-navy-800, #12345d) !important;
}

.ixtm-page :is(
  .ixtm-hero__content,
  .ixtm-intro__grid,
  .ixtm-directory__heading,
  .ixtm-team-explorer__tab,
  .ixtm-team-panel,
  .ixtm-member,
  .ixtm-office__card,
  .ixtm-summary__card
) :is(p, li, span, small) {
  color: #4f6681 !important;
}

.ixtm-page :is(.ixtm-kicker, .ixtm-member__role, .ixtm-team-panel__eyebrow strong) {
  color: var(--ix-green-650, #5f9938) !important;
}

/* Section title rebalancing. */
.ixtm-page :is(
  .ixtm-directory__heading h2,
  .ixtm-process__intro h2,
  .ixtm-office__content h2,
  .ixtm-faq__intro h2,
  .ixtm-summary__intro h2,
  .ixtm-intro__heading h2
) {
  font-size: clamp(30px, 2.55vw, 46px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
  text-wrap: balance;
}

/* Team explorer polish. */
.ixtm-page .ixtm-team-explorer__tab {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease !important;
}

.ixtm-page .ixtm-team-explorer__tab:hover,
.ixtm-page .ixtm-team-explorer__tab:focus-visible,
.ixtm-page .ixtm-team-explorer__tab.is-active {
  transform: translateY(-2px) !important;
}

.ixtm-page .ixtm-team-explorer__tab.is-active {
  border-color: rgba(95, 153, 56, 0.26) !important;
}

.ixtm-page .ixtm-team-explorer__tab-copy strong {
  color: var(--ix-navy-800, #12345d) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

.ixtm-page .ixtm-team-explorer__tab-copy small {
  color: #5a738b !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

/* Active profile card polish. */
.ixtm-page .ixtm-team-panel {
  background:
    radial-gradient(circle at 10% 12%, rgba(95, 153, 56, 0.055), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(18, 52, 93, 0.04), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.995) 0%, rgba(249,251,248,0.99) 100%) !important;
  border: 1px solid rgba(18, 58, 102, 0.08) !important;
  box-shadow:
    0 34px 78px rgba(13, 30, 52, 0.105),
    0 10px 26px rgba(13, 30, 52, 0.035) !important;
}

.ixtm-page .ixtm-team-panel h3 {
  color: var(--ix-navy-800, #12345d) !important;
  font-size: clamp(38px, 3.2vw, 58px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.05em !important;
}

.ixtm-page .ixtm-team-panel h3 span {
  color: #5a738b !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
}

.ixtm-page .ixtm-team-panel .ixtm-member__summary {
  color: #405973 !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.ixtm-page .ixtm-team-panel .ixtm-member__bio p {
  color: #425d76 !important;
  font-size: 17px !important;
  line-height: 1.78 !important;
}

.ixtm-page .ixtm-member__chips span,
.ixtm-page .ixtm-team-panel .ixtm-member__chips span {
  color: #4f842e !important;
  background: rgba(95, 153, 56, 0.10) !important;
  border-color: rgba(95, 153, 56, 0.17) !important;
}

/* Portrait crop consistency. */
@media (min-width: 1101px) {
  .ixtm-page .ixtm-team-panel__media {
    height: clamp(420px, 33vw, 550px) !important;
    min-height: 0 !important;
    max-height: 550px !important;
  }

  .ixtm-page .ixtm-team-panel__media img {
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .ixtm-page .ixtm-team-panel .ixtm-member__bio {
    border-left: 1px solid rgba(18, 58, 102, 0.10) !important;
  }
}

/* Office, summary, intro signal cards. */
.ixtm-page :is(.ixtm-intro__signals div, .ixtm-summary__signals div, .ixtm-office__links a) {
  background: rgba(255,255,255,0.82) !important;
  border-color: rgba(18, 58, 102, 0.08) !important;
}

.ixtm-page :is(.ixtm-intro__signals strong, .ixtm-summary__signals strong, .ixtm-office__links a) {
  color: var(--ix-navy-800, #12345d) !important;
}

.ixtm-page :is(.ixtm-intro__signals span, .ixtm-summary__signals span, .ixtm-office__content p) {
  color: #4f6681 !important;
}

/* Buttons and links. */
.ixtm-page .ixtm-member__linkedin {
  color: var(--ix-navy-800, #12345d) !important;
}

.ixtm-page .ixtm-member__linkedin:hover,
.ixtm-page .ixtm-member__linkedin:focus-visible {
  color: var(--ix-green-700, #4f842e) !important;
}

/* Footer CTA text and button contrast guard */
: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;
}

: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;
}

:is(
  .ixf-footer .ixf-lead-band__actions a:first-child,
  .ixf-footer .ixf-lead-band__actions a:first-of-type,
  footer .ixf-lead-band__actions a:first-child,
  footer .ixf-lead-band__actions a:first-of-type,
  footer [class*="lead-band"] [class*="actions"] a:first-child,
  footer [class*="lead-band"] [class*="actions"] a:first-of-type
) {
  color: #12345d !important;
  background: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.92) !important;
}

:is(
  .ixf-footer .ixf-lead-band__actions a:first-child *,
  .ixf-footer .ixf-lead-band__actions a:first-of-type *,
  footer .ixf-lead-band__actions a:first-child *,
  footer .ixf-lead-band__actions a:first-of-type *,
  footer [class*="lead-band"] [class*="actions"] a:first-child *,
  footer [class*="lead-band"] [class*="actions"] a:first-of-type *
) {
  color: #12345d !important;
}

:is(
  .ixf-footer .ixf-lead-band__actions a:not(:first-child),
  footer .ixf-lead-band__actions a:not(:first-child),
  footer [class*="lead-band"] [class*="actions"] a:not(:first-child)
),
:is(
  .ixf-footer .ixf-lead-band__actions a:not(:first-child) *,
  footer .ixf-lead-band__actions a:not(:first-child) *,
  footer [class*="lead-band"] [class*="actions"] a:not(:first-child) *
) {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .ixtm-page .ixtm-hero__content h1,
  .ixtm-page .ixtm-hero h1 {
    max-width: 100% !important;
    font-size: clamp(40px, 11vw, 56px) !important;
    line-height: 1.01 !important;
  }

  .ixtm-page :is(
    p,
    li,
    a,
    summary,
    .ixtm-copy p,
    .ixtm-hero__panel-item p,
    .ixtm-intro__copy p,
    .ixtm-directory__heading p,
    .ixtm-member__summary,
    .ixtm-member__bio p,
    .ixtm-process__card p,
    .ixtm-office__content p,
    .ixtm-faq__answer p,
    .ixtm-summary__content p
  ) {
    font-size: 17px !important;
    line-height: 1.58 !important;
  }

  .ixtm-page :is(
    .ixtm-directory__heading h2,
    .ixtm-process__intro h2,
    .ixtm-office__content h2,
    .ixtm-faq__intro h2,
    .ixtm-summary__intro h2,
    .ixtm-intro__heading h2
  ) {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.06 !important;
  }
}
