:root {
  --navy-950: #091724;
  --navy-900: #0f2337;
  --navy-800: #173552;
  --steel-700: #35516f;
  --teal-500: #198a9f;
  --amber-500: #d5a437;
  --stone-100: #f4f7fa;
  --white: #ffffff;
  --text-900: #182a3b;
  --text-700: #425b73;
  --line: #d6e1ec;
  --shadow: 0 14px 34px rgba(9, 23, 36, 0.12);
  --dynamic-max-width: 1140px;
  --dynamic-side-padding: 1rem;
  --dynamic-section-padding: 3.2rem;
  --dynamic-gap: 0.9rem;
  --dynamic-icon-size: 110px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--text-900);
  background:
    radial-gradient(900px 500px at 90% -120px, rgba(25, 138, 159, 0.16), transparent 65%),
    linear-gradient(180deg, #f9fbfc 0%, #eff4f8 100%);
  line-height: 1.6;
}

.container {
  width: min(var(--dynamic-max-width), calc(100% - (var(--dynamic-side-padding) * 2)));
  margin: 0 auto;
}

section{padding:42px 0}
    .section-title{
      display:flex;align-items:flex-end;justify-content:space-between;gap:14px;
      margin-bottom:18px;
    }
    .section-title h2{
      margin:0;
      font-size:26px;letter-spacing:-.3px;
    }
    .section-title p{
      margin:0;
      color:var(--muted);
      font-size:13px;max-width:64ch;
    }

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.navbar {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--dynamic-gap);
}

.brand {
  min-width: 18.6rem;
  width: 18.6rem;
}

.no-link {
    color: inherit;        /* Keeps the text color same as surrounding text */
    text-decoration: none; /* Removes underline */
    /*cursor: default;        Removes link pointer cursor */
  }

.logo-link {
  color: inherit;
  text-decoration: none;
}

.logo {
  font-family: 'Audiowide', sans-serif;
  font-size: 2.46rem;
  letter-spacing: 0.03em;
  color: var(--navy-900);
  display: block;
  width: 100%;
  line-height: 1;
}

.tagline {
  color: var(--text-700);
  font-size: 0.6rem;
  letter-spacing: 0.015em;
  text-transform: none;
  width: 100%;
  line-height: 1.2;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav a {
  color: var(--text-900);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
}

.nav a + a {
  border-left: 1px solid #d7dfe8;
  margin-left: 0.25rem;
  padding-left: 0.85rem;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.active {
  color: var(--teal-500);
  border-bottom-color: var(--teal-500);
}

.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
  font-weight: 600;
  color: var(--text-900);
  cursor: pointer;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.mobile-nav a {
  display: block;
  color: var(--text-900);
  text-decoration: none;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #eef2f6;
  font-weight: 600;
}

.mobile-nav.open {
  display: block;
}

main {
  padding-bottom: 1.5rem;
}

.hero {
  background: linear-gradient(130deg, var(--navy-950) 0%, var(--navy-900) 56%, var(--steel-700) 100%);
  color: #dbe8f4;
  padding: calc(var(--dynamic-section-padding) + 0.6rem) 0 calc(var(--dynamic-section-padding) - 0.2rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  gap: calc(var(--dynamic-gap) + 0.4rem);
}

.hero-stats{
      margin-top:22px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
    }
    .stat{
      background:rgba(255,255,255,.85);
      border:1px solid rgba(230,236,245,.95);
      border-radius:16px;
      padding:14px 14px;
      box-shadow:0 10px 22px rgba(10,27,51,.06);
    }
    .stat .n{font-weight:800;font-size:18px;color:var(--navy-800)}
    .hero-stats .stat .l{font-size:12px;color:var(--navy-900);margin-top:2px}
    .hero-stats .stat.c3-stat-wide .n{white-space:nowrap;font-size:16px}

.badge {
  display: inline-block;
  margin-bottom: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background-color: var(--amber-500);
  color: var(--navy-900);
}

.svg-wrap{
  border:1px solid var(--line); border-radius:18px; background:#fff;
  padding:1px; box-shadow: var(--shadow);
}

.svg-caption{
  margin-top:10px;
}

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

h1,
h2,
h3 {
  margin: 0 0 0.7rem;
  font-family: 'Lora', serif;
}

h1 {
  color: #ffffff;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  line-height: 1.2;
}

h2 {
  color: var(--navy-900);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

h3 {
  color: var(--navy-900);
  font-size: 1.1rem;
}

p {
  margin: 0 0 1rem;
}

.small {
  font-size: 0.92rem;
  color: var(--text-700);
}

.hero .small {
  color: #c6d8ea;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #dbe8f4;
  border-radius: 10px;
  padding: 0.72rem 1.05rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0b1f33;
  background: #eef6fc;
}

.btn:hover,
.btn:focus-visible {
  filter: brightness(0.98);
}

.btn.secondary {
  background: transparent;
  color: #f2f8ff;
}

.section {
  padding: var(--dynamic-section-padding) 0;
}

.section-tight {
  padding: calc(var(--dynamic-section-padding) * 0.72) 0;
}

.strip {
  background: linear-gradient(180deg, #edf3f8 0%, #e8eff6 100%);
  border-top: 1px solid #d7e1ec;
  border-bottom: 1px solid #d7e1ec;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--dynamic-gap) + 0.2rem);
}

.list {
  margin: 0.4rem 0 0;
  padding-left: 1.15rem;
}

.list li {
  margin-bottom: 0.45rem;
}

.card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f9fcff;
  padding: calc(0.8rem + (var(--dynamic-gap) * 0.25));
}

.card.white {
  background: var(--white);
}

.shadow {
  box-shadow: var(--shadow);
}

.kicker {
  font-size: 0.78rem;
  color: var(--teal-500);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.hr {
  height: 1px;
  margin: 1rem 0;
  background: var(--line);
}

.grid {
  display: grid;
  gap: var(--dynamic-gap);
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px
}

.grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px
}

.grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px
}

.grid-5{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px
}

.context-compare {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

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

.pillars .card {
  text-decoration: none;
}

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

.icon{
  width:44px;
  height:44px;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(245,122,28,.18), rgba(15,42,74,.10));
  border:1px solid rgba(15,42,74,.12);
  display:grid;
  place-items:center;
  margin-bottom:10px;
}

.icon svg{
  width:22px;
  height:22px
}

.integrated-card {
  text-decoration: none;
  text-align: center;
  padding: calc(0.9rem + (var(--dynamic-gap) * 0.2)) calc(0.8rem + (var(--dynamic-gap) * 0.15));
}

.integrated-icon {
  width: var(--dynamic-icon-size);
  height: var(--dynamic-icon-size);
  display: block;
  margin: 0 auto 0.65rem;
}

.integrated-card h3 {
  margin-bottom: 0.35rem;
}

.context-image-wrap {
  margin: 1rem 4rem 1rem 4rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--white);
}

.context-image-wrap > img {
  display: block;
  width: 100%;
  margin: 0;
}

.context-image-wrap .governance-image,
.context-image-wrap .square-infographic,
.context-image-wrap .context-image {
  border: 0;
  border-radius: 0;
  margin: 0;
}

.square-infographic {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  object-position: center center;
  margin-bottom: 0.7rem
}

.square-infographic-whyC3 {
  height: 450px;
  object-fit: contain;
  display: block;
  object-position: center center;
  border-radius: 5%;
  margin-bottom: 0.7rem
}

.context-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.governance-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block;
  object-position: center center;
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.offerings {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 14px;
}

.offerings .card {
  text-decoration: none;
}

.program-scroll {
  margin-top: 0.8rem;
  overflow-x: auto;
  overflow-y: visible;
  padding: 1.2rem 0.6rem 1.68rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
}

.program-scroll::-webkit-scrollbar {
  display: none;
}

.program-scroll-wrap {
  position: relative;
  padding: 0 2.8rem;
  overflow: visible;
  isolation: isolate;
}

.program-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy-900);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  z-index: 16;
  box-shadow: 0 8px 16px rgba(9, 23, 36, 0.14);
}

.program-scroll-btn.left {
  left: 0;
}

.program-scroll-btn.right {
  right: 0;
}

.program-scroll-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.program-category + .program-category {
  margin-top: 2.4rem;
}

.program-category h2 {
  margin-bottom: 0.45rem;
}

.program-scroll-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 300px;
  gap: var(--dynamic-gap);
  align-items: stretch;
  padding: 0.84rem 1rem;
  overflow: visible;
}

.program-tall-card {
  width: 300px;
  min-height: 468px;
  height: 468px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.55rem;
  color: var(--text-900);
  background: #ffffff;
  overflow: visible;
  transition: transform 260ms ease, box-shadow 260ms ease;
  transform-origin: center center;
  position: relative;
}

.program-tall-card:hover,
.program-tall-card:focus-visible {
  transform: scale(1.08);
  height: auto;
  z-index: 2147483000;
  box-shadow: 0 18px 34px rgba(9, 23, 36, 0.24);
  position: relative;
}

.program-tall-card.edge-left {
  transform-origin: left center;
}

.program-tall-card.edge-right {
  transform-origin: right center;
}

.program-tall-card h3 {
  color: var(--navy-900);
  margin: 0.1rem 0 0.2rem;
}

.program-tall-card .small {
  color: var(--text-900);
  font-weight: 500;
  margin: 0;
}

.program-desc-long {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 180ms ease, max-height 180ms ease;
  font-size: 0.92rem;
  line-height: 1.45;
}

.program-tall-card:hover .program-desc-long,
.program-tall-card:focus-visible .program-desc-long {
  opacity: 1;
  max-height: 200px;
}

.program-tall-card:hover h3,
.program-tall-card:focus-visible h3 {
  font-size: 1.25rem;
}

.program-tall-card:hover .small,
.program-tall-card:focus-visible .small {
  font-size: 0.85rem;
}

.program-placeholder {
  width: 100%;
  height: 252px;
  border-radius: 10px;
  border: 1px solid #d4deea;
  object-fit: cover;
  display: block;
  background: #eaf1f8;
}

.program-thumb {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.7rem;
  border: 1px solid var(--line);
  background: #f1f6fb;
}

.program-thumb.icon-thumb {
  object-fit: cover;
  padding: 0.45rem;
}

.c3-why-card {
  min-height: 420px;
}

.middle-crop-wrap {
  height: flex;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #f1f6fb;
  margin-bottom: 0.7rem;
}

.middle-crop-img {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.05);
  transform-origin: center center;
}

.wide-middle-crop-img {
  width: 100%;
  height: 50%;
  margin: 0;
  border: 0;
  border-radius: 2;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.05);
  transform-origin: center center;
}

.c3-role-grid {
  align-items: stretch;
  grid-template-columns: 1.45fr 0.85fr;
}

.c3-requirement-image {
  width: 100%;
  min-height: 380px;
  object-fit: contain;
  object-position: center center;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #f1f6fb;
}

.c3-role-tiles {
  grid-template-columns: 1fr;
  gap: var(--dynamic-gap);
}

.brochure-modal {
  position: fixed;
  inset: 0;
  background: rgba(7, 20, 34, 0.56);
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.brochure-modal.open {
  display: flex;
}

.brochure-modal-panel {
  width: min(640px, 100%);
  max-height: 86vh;
  overflow: auto;
  position: relative;
}

.compact-popup {
  width: min(560px, 100%);
  max-height: min(92vh, 760px);
}

.popup-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 0.65rem;
}

.popup-form-grid .form-label {
  font-size: 0.82rem;
  margin-bottom: 0.2rem;
}

.popup-form-grid .form-input,
.popup-form-grid .form-textarea {
  padding: 0.52rem 0.62rem;
  font-size: 0.88rem;
}

.popup-form-grid .btn {
  grid-column: 1 / -1;
  justify-self: start;
}

.popup-form-grid .popup-field-full {
  grid-column: 1 / -1;
}

.brochure-modal-close {
  position: absolute;
  top: 0.6rem;
  right: 0.7rem;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy-900);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .popup-form-grid {
    grid-template-columns: 1fr;
  }
}

.metrics {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--dynamic-gap);
}

.wfms-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--dynamic-gap);
  margin-top: 1rem;
}

.wfms-stat {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fcfeff;
  padding: 0.9rem;
}

.wfms-stat .num {
  font-family: 'Lora', serif;
  color: var(--amber-500);
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.wfms-stat .label {
  font-weight: 700;
  font-size: 0.9rem;
}

.wfms-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.wfms-table th,
.wfms-table td {
  border-bottom: 1px solid #e8eef5;
  padding: 0.7rem 0.65rem;
  text-align: left;
  vertical-align: top;
  font-size: 0.9rem;
}

.wfms-table th {
  background: #f2f7fc;
  color: var(--navy-900);
}

.wfms-note {
  margin-top: 0.6rem;
  font-size: 0.84rem;
  color: var(--text-700);
}

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

.alpic-highlight {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(160deg, #ffffff 0%, #eef5fb 100%);
  padding: 1rem;
}

.alpic-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--dynamic-gap);
  margin-top: 1rem;
}

.alpic-kpi {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  padding: 0.8rem;
}

.alpic-kpi strong {
  display: block;
  font-family: 'Lora', serif;
  color: var(--amber-500);
  font-size: 1.5rem;
}

.faculty-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--dynamic-gap);
}

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

.faculty-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.faculty-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.faculty-card .content {
  padding: 0.75rem;
}

.steps{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:12px;
}

.step{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(230,236,245,.95);
  border-radius:18px;
  padding:14px;
  position:relative;
  overflow:hidden;
  min-height:132px;
}

.step:before{
  content:"";
  position:absolute;inset:-60px -40px auto auto;
  width:140px;height:140px;border-radius:50%;
  background:rgba(245,122,28,.10);
  transform:rotate(12deg);
}

.step .k{
  font-size:12px;
  font-weight:800;
  color:var(--navy-800);
  display:flex;
  align-items:center;
  gap:8px
}

.num{
  width:26px;height:26px;border-radius:10px;
  display:grid;place-items:center;
  background:rgba(15,42,74,.08);
  border:1px solid rgba(15,42,74,.10);
  font-size:12px;font-weight:900;color:var(--navy-800);
}

.step h4{
  margin:10px 0 6px;
  font-size:14px
}

.step p{
  margin:0;
  color:var(--muted);
  font-size:12.5px
}

.wfms-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--dynamic-gap);
}

.wfms-step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(160deg, #ffffff 0%, #eef5fb 100%);
  padding: 0.9rem;
}

.wfms-step .step-no {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy-900);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 0.45rem;
}

.wfms-step p {
  margin: 0;
  color: var(--text-700);
  font-size: 0.88rem;
}

.wfms-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -0.55rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--teal-500);
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wfms-compare-grid {
  margin-top: 0.75rem;
  align-items: stretch;
}

.wfms-tile {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.wfms-solution-thumb {
  margin-top: auto;
  height: 180px;
}

.pilot-invite-tile {
  margin-top: 0.95rem;
}

.pilot-invite-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}

#how-it-works .wfms-step {
  padding: 0.72rem;
}

#how-it-works .two-col {
  grid-template-columns: 1fr 2fr;
}

#how-it-works .wfms-step .step-no {
  width: 24px;
  height: 24px;
  font-size: 0.76rem;
  margin-bottom: 0.35rem;
}

#how-it-works .wfms-step h3 {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

#how-it-works .wfms-step p {
  font-size: 0.8rem;
  line-height: 1.35;
}

#how-it-works .offerings .card {
  padding: 0.68rem;
}

#how-it-works .offerings .card h3 {
  font-size: 0.92rem;
  margin-bottom: 0.22rem;
}

#how-it-works .offerings .card .small {
  font-size: 0.78rem;
  line-height: 1.34;
}

#how-it-works .program-thumb {
  height: 120px;
  object-fit: contain;
  margin-bottom: 0.52rem;
}

#how-it-works .context-image-wrap {
  height: 95%;
}

#how-it-works .square-infographic {
  height: 100%;
  min-height: 80%;
  object-fit: cover;
}

.metric {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fcfeff;
  padding: 0.9rem;
}

.metric-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0.4rem;
}

.metric .num {
  font-family: 'Lora', serif;
  color: var(--amber-500);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.metric .label {
  font-weight: 700;
}

.metric .hint {
  margin-top: 0.25rem;
  font-size: 0.84rem;
  color: var(--text-700);
}

.hero-art {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  padding: 0.75rem;
  height: 500px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.hero-carousel {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.hero-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 480ms ease;
}

.hero-carousel-slide.is-active {
  opacity: 1;
}

.hero-carousel-slide .hero-image {
  border-radius: 0;
}

.hero-carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.95rem 1rem 1rem;
  background: linear-gradient(180deg, rgba(7, 20, 34, 0.08) 0%, rgba(7, 20, 34, 0.68) 100%);
  border-radius: 0 0 14px 14px;
}

.hero-carousel-caption h3 {
  color: #f5fbff;
  margin-bottom: 0.22rem;
  font-size: 1.02rem;
}

.hero-carousel-caption .small {
  color: #dbe7f3;
  margin: 0;
}

.hero-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(215, 225, 236, 0.75);
  background: rgba(7, 20, 34, 0.58);
  color: #eff7ff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  z-index: 4;
}

.hero-carousel-arrow.left {
  left: 0.55rem;
}

.hero-carousel-arrow.right {
  right: 0.55rem;
}

.hero-carousel-arrow:hover,
.hero-carousel-arrow:focus-visible {
  border-color: #ffffff;
  background: rgba(7, 20, 34, 0.78);
}

.hero-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 0.45rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.38rem;
  z-index: 4;
}

.hero-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.4);
  padding: 0;
  cursor: pointer;
}

.hero-carousel-dot.is-active {
  width: 20px;
  background: #ffffff;
}

.footer {
  padding: 2.4rem 0;
  background: linear-gradient(180deg, #0d1d2f 0%, #091724 100%);
  color: #d3deea;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: calc(var(--dynamic-gap) + 0.1rem);
}

.view-lock-btn {
  position: fixed;
  top: calc(var(--header-offset, 78px) + 0.45rem);
  right: 0.8rem;
  z-index: 45;
  border: 1px solid #9eb3c9;
  border-radius: 999px;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  color: var(--navy-900);
  font-family: 'Montserrat', sans-serif;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(9, 23, 36, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.view-lock-btn svg {
  width: 14px;
  height: 14px;
  display: block;
}

.view-lock-btn:hover,
.view-lock-btn:focus-visible {
  border-color: var(--teal-500);
  color: var(--teal-500);
}

body.view-locked .view-lock-btn {
  border-color: var(--teal-500);
  background: rgba(18, 122, 140, 0.1);
  color: var(--teal-500);
}

.footer h3 {
  color: #f0f6ff;
}

.footer .small {
  color: #d3deea;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer li {
  margin-bottom: 0.45rem;
}

.footer a {
  color: #cfdeed;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus-visible {
  color: #ffffff;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

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

@media (max-width: 1080px) {
  .brand {
    min-width: 15.36rem;
    width: 15.36rem;
  }

  .logo {
    font-size: 2.06rem;
  }

  .logo-image {
    height: 100px;
    min-height: 40px;
    max-width: 480px;
    max-height: 200px;
    object-fit: contain;
    display: block;
  }

  .tagline {
    font-size: 0.54rem;
  }

  .nav {
    gap: 0.65rem;
  }

  .nav a {
    font-size: 0.82rem;
  }

  .offerings,
  .metrics,
  .integrated-grid,
  .wfms-risk-grid,
  .wfms-flow,
  .alpic-arch-grid,
  .wfms-stats,
  .faculty-grid,
  .alpic-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .view-lock-btn {
    top: calc(var(--header-offset, 70px) + 0.35rem);
    right: 0.55rem;
    width: 1.85rem;
    height: 1.85rem;
  }

  .nav {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .hero-grid,
  .context-compare,
  .two-col,
  .pillars,
  .integrated-grid,
  .offerings,
  .metrics,
  .wfms-risk-grid,
  .wfms-flow,
  .alpic-arch-grid,
  .wfms-stats,
  .faculty-grid,
  .alpic-kpi-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .program-scroll-track {
    grid-auto-columns: minmax(220px, 78vw);
  }

  .program-scroll-wrap {
    padding: 0 2.2rem;
  }

  .program-scroll-btn {
    width: 30px;
    height: 30px;
    font-size: 1.15rem;
  }

  .program-tall-card {
    width: min(78vw, 300px);
    min-height: 432px;
    height: 432px;
  }

  .program-tall-card:hover,
  .program-tall-card:focus-visible {
    transform: scale(1.04);
  }

  .wfms-step:not(:last-child)::after {
    display: none;
  }

  .tagline {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.contact-addresses {
  margin-top: 1.2rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--dynamic-gap) + 0.2rem);
  align-items: stretch;
}

.contact-address-stack {
  display: grid;
  gap: calc(var(--dynamic-gap) + 0.2rem);
}

.contact-block {
  position: relative;
  padding-right: 8.4rem;
}

.contact-block .logo-image {
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 300px;
  height: 200px;
  max-width: 440px;
  max-height: 300px;
  object-fit: contain;
  object-position: right center;
}

.contact-block p {
  margin-bottom: 0.7rem;
}

.contact-block a {
  color: var(--teal-500);
  text-decoration: none;
  font-weight: 600;
}

.contact-block a:hover,
.contact-block a:focus-visible {
  text-decoration: underline;
}

.contact-form-wrap {
  margin-top: 1.2rem;
}

.contact-map-tile {
  display: flex;
  flex-direction: column;
}

.contact-map-tile h3 {
  margin-bottom: 0.55rem;
}

.contact-map-frame {
  flex: 1;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #eef4fa;
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  display: block;
}

.contact-form {
  display: grid;
  gap: 0.5rem;
}

.form-label {
  font-weight: 600;
  color: var(--navy-900);
}

.form-input,
.form-textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  font: inherit;
  color: var(--text-900);
  background: #fff;
}

.form-input:focus,
.form-textarea:focus {
  outline: 2px solid rgba(25, 138, 159, 0.28);
  border-color: var(--teal-500);
}

.form-textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-form .btn {
  margin-top: 0.3rem;
  width: fit-content;
}
.values-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.values-grid .metric-icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  margin: 0 auto 0.55rem;
}

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

.about-what-grid {
  align-items: stretch;
}

.what-does-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.what-reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: var(--dynamic-gap);
  flex: 1;
}

.what-reason {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
}

.what-reason .metric-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 0.55rem;
}

.what-reason .small {
  color: var(--text-900);
  font-weight: 600;
  margin: 0;
}

.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--dynamic-gap);
}

.team-card {
  width: 100%;
  max-width: none;
  padding: 0.8rem;
  text-align: center;
}

.team-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  object-position: center top;
  border-radius: 10px;
  border: 1px solid var(--line);
  margin-bottom: 0.45rem;
  background: #f8fbff;
}

.team-card h3 {
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

.team-card .small {
  font-size: 0.8rem;
  line-height: 1.35;
}

.cm2pm-pillars {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  align-items: end;
  padding-top: 1.2rem;
}

.cm2pm-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transform: translateY(var(--zig, 0));
  z-index: 1;
}

.cm2pm-pillar:nth-child(odd) {
  --zig: -18px;
}

.cm2pm-pillar:nth-child(even) {
  --zig: 18px;
}

.cm2pm-pillar-head {
  width: 72px;
  height: 62px;
  border-radius: 6px 6px 2px 2px;
  background: var(--pillar-accent, #4b8fcd);
  box-shadow: inset 0 -8px 12px rgba(0, 0, 0, 0.16);
  position: relative;
}

.cm2pm-pillar-head::before {
  content: "";
  position: absolute;
  left: 0;
  right: -12px;
  top: -10px;
  height: 12px;
  background: color-mix(in srgb, var(--pillar-accent, #4b8fcd) 82%, #ffffff 18%);
  transform: skewX(-45deg);
  transform-origin: left bottom;
}

.cm2pm-pillar-head::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 12px;
  height: 100%;
  background: color-mix(in srgb, var(--pillar-accent, #4b8fcd) 78%, #000000 22%);
  transform: skewY(-45deg);
  transform-origin: left top;
}

.cm2pm-pillar-body {
  width: 86px;
  height: var(--pillar-height, 220px);
  background: linear-gradient(180deg, #ffffff 0%, #f2f7fc 100%);
  border: 1px solid #d7e2ee;
  border-top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.5rem 0.45rem;
  position: relative;
}

.cm2pm-pillar-body::before {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 14px;
  height: 100%;
  background: linear-gradient(180deg, #dbe5f0 0%, #cfdbe8 100%);
  transform: skewY(-45deg);
  transform-origin: left top;
}

.cm2pm-pillar-body::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -8px;
  height: 8px;
  border-radius: 0 0 6px 6px;
  background: #e0e8f1;
}

.cm2pm-pillar-num {
  font-family: 'Lora', serif;
  color: var(--pillar-accent, #4b8fcd);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

.cm2pm-pillar h3 {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  font-size: 0.92rem;
  text-align: center;
}

.cm2pm-pillar .small {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.4;
}

.c3-receive-section {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.c3-receive-card {
  padding: 0.78rem 0.95rem;
}

.c3-receive-card h3 {
  margin-bottom: 0.42rem;
}

.c3-receive-card .list {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.c3-receive-card .list li {
  margin-bottom: 0.3rem;
}

.c3-receive-next {
  margin-top: 0.55rem !important;
  padding: 0.75rem !important;
}

.c3-receive-next p {
  margin-bottom: 0.15rem !important;
}

.client-groups {
  margin-top: 1.2rem;
}

.client-group + .client-group {
  margin-top: 2.2rem;
}

.client-group h2 {
  margin-bottom: 0.7rem;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--dynamic-gap);
}

.client-tile {
  display: flex;
  flex-direction: column;
  min-height: 290px;
}

.client-logo-wrap {
  height: 96px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, #f9fcff 0%, #eef4fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
  padding: 0.7rem;
}

.client-logo-text {
  font-family: 'Lora', serif;
  color: var(--navy-900);
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.client-tile h3 {
  font-size: 1rem;
  margin-bottom: 0.55rem;
}

.program-pills {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.program-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid #bdd3ea;
  border-radius: 999px;
  padding: 0.22rem 0.58rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--navy-900);
  background: #f1f7fd;
  line-height: 1.2;
}

@media (max-width: 1080px) {
  .what-reasons {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .team-card {
    width: 100%;
  }

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

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

  .cm2pm-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1.1rem;
  }

  .cm2pm-pillar:nth-child(odd),
  .cm2pm-pillar:nth-child(even) {
    --zig: 0;
  }
}

@media (max-width: 880px) {
  .cofounders-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

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

  .contact-map-frame iframe {
    min-height: 320px;
  }

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

  .team-card {
    width: 100%;
  }

  .team-card img {
    height: 200px;
  }

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

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

@media (max-width: 560px) {
  .cm2pm-pillars {
    grid-template-columns: 1fr;
  }

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

  .team-card img {
    height: 240px;
  }
}
