/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2026 | 01:38:04 */
/* =========================================================
   VENTARI GLOBAL — MARKET AUTHORITY
   Scoped entirely to .vgg-market-authority
========================================================= */

.vgg-market-authority {
  --vgg-ma-navy: #07172D;
  --vgg-ma-dark-blue: #243A5E;
  --vgg-ma-blue-alt: #1B2F4A;
  --vgg-ma-amber: #D89B2B;
  --vgg-ma-platinum: #E5E4E2;
  --vgg-ma-white: #FFFFFF;

  --vgg-ma-body: #243A5E;
  --vgg-ma-line: rgba(7, 23, 45, 0.11);
  --vgg-ma-soft-line: rgba(7, 23, 45, 0.07);
  --vgg-ma-amber-line: rgba(216, 155, 43, 0.48);

--vgg-ma-radius: 2px;
--vgg-ma-max-width: 1480px;

--vgg-ma-support-copy-size: clamp(0.91rem, 1vw, 1rem);

  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--vgg-ma-white);
  color: var(--vgg-ma-body);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  isolation: isolate;
}

.vgg-market-authority,
.vgg-market-authority *,
.vgg-market-authority *::before,
.vgg-market-authority *::after {
  box-sizing: border-box;
}

.vgg-market-authority img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.vgg-market-authority a {
  color: inherit;
  text-decoration: none;
}

.vgg-market-authority a:focus,
.vgg-market-authority a:focus-visible,
.vgg-market-authority summary:focus,
.vgg-market-authority summary:focus-visible {
  outline: none !important;
}

.vgg-market-authority a,
.vgg-market-authority summary {
  -webkit-tap-highlight-color: transparent;
}

.vgg-market-authority button,
.vgg-market-authority input,
.vgg-market-authority textarea,
.vgg-market-authority select {
  font: inherit;
}

.vgg-ma-shell {
  width: min(100%, var(--vgg-ma-max-width));
  margin-inline: auto;
  padding-inline: clamp(30px, 5.3vw, 84px);
}


/* =========================================================
   SHARED TYPOGRAPHY
========================================================= */

.vgg-ma-eyebrow {
  margin: 0 0 24px;
  color: var(--vgg-ma-amber);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vgg-ma-heading {
  margin: 0;
  color: var(--vgg-ma-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.15rem, 3.1vw, 3.15rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.vgg-ma-section-heading {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(330px, 0.76fr);
  gap: clamp(50px, 8vw, 132px);
  align-items: start;
}

.vgg-ma-section-heading__copy {
  max-width: 580px;
  margin: 0;
  color: var(--vgg-ma-blue-alt);
  font-size: var(--vgg-ma-support-copy-size);
  font-weight: 400;
  line-height: 1.85;
}


/* =========================================================
   BUTTONS
========================================================= */

.vgg-ma-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.vgg-ma-button {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--vgg-ma-radius);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.105em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transform: translateY(0);
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
  -webkit-backdrop-filter: blur(17px) saturate(130%);
  backdrop-filter: blur(17px) saturate(130%);
}

.vgg-ma-button:hover {
  transform: translateY(-2px);
}


/* Dark navy initial state */

.vgg-market-authority a.vgg-ma-button--navy {
  border-color: var(--vgg-ma-navy);
  background: var(--vgg-ma-navy);
  color: var(--vgg-ma-white);
  box-shadow:
    0 12px 28px rgba(7, 23, 45, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}


/* Dark navy hover: frosted white with navy border */

.vgg-market-authority a.vgg-ma-button--navy:hover {
  border-color: var(--vgg-ma-navy);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.94),
      rgba(255, 255, 255, 0.7)
    );
  color: var(--vgg-ma-navy);
  box-shadow:
    0 16px 34px rgba(7, 23, 45, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}


/* Dark navy active: hover appearance with frosted glow */

.vgg-market-authority a.vgg-ma-button--navy:active,
.vgg-market-authority a.vgg-ma-button--navy:focus-visible {
  border-color: var(--vgg-ma-navy);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(255, 255, 255, 0.74)
    );
  color: var(--vgg-ma-navy);
  outline: none;
  transform: translateY(0);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.78),
    0 0 0 7px rgba(7, 23, 45, 0.15),
    0 17px 40px rgba(7, 23, 45, 0.21),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}


/* White and amber initial state */

.vgg-ma-button--amber {
  border-color: rgba(216, 155, 43, 0.88);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.94),
      rgba(255, 255, 255, 0.76)
    );
  color: var(--vgg-ma-navy);
  box-shadow:
    0 10px 25px rgba(7, 23, 45, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}


/* Amber outline hover: frosted amber with white text */

.vgg-ma-button--amber:hover {
  border-color: rgba(216, 155, 43, 1);
  background:
    linear-gradient(
      135deg,
      rgba(216, 155, 43, 0.9),
      rgba(216, 155, 43, 0.7)
    );
  color: var(--vgg-ma-white);
  box-shadow:
    0 16px 35px rgba(216, 155, 43, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.27);
}


/* Amber outline active: hover appearance with frosted glow */

.vgg-ma-button--amber:active,
.vgg-ma-button--amber:focus-visible {
  border-color: var(--vgg-ma-amber);
  background:
    linear-gradient(
      135deg,
      rgba(216, 155, 43, 0.93),
      rgba(216, 155, 43, 0.74)
    );
  color: var(--vgg-ma-white);
  outline: none;
  transform: translateY(0);
  box-shadow:
    0 0 0 4px rgba(216, 155, 43, 0.17),
    0 0 0 7px rgba(216, 155, 43, 0.11),
    0 18px 41px rgba(216, 155, 43, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}


/* =========================================================
   HERO
========================================================= */

.vgg-ma-hero {
  position: relative;
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(229, 228, 226, 0.18),
      transparent 34%
    ),
    var(--vgg-ma-white);
}

.vgg-ma-hero__inner {
  display: grid;
  grid-template-columns:
    minmax(390px, 0.94fr)
    minmax(480px, 1.06fr);
  align-items: stretch;
}

.vgg-ma-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 680px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: clamp(72px, 8vw, 128px);
  padding-right: clamp(50px, 6.5vw, 108px);
  padding-bottom: clamp(72px, 8vw, 128px);
}

.vgg-ma-hero__title {
  max-width: 730px;
  margin: 0;
  color: var(--vgg-ma-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.6rem, 5.2vw, 5.65rem);
  font-weight: 400;
  line-height: 1.075;
  letter-spacing: -0.04em;
}

.vgg-ma-hero__copy {
  max-width: 570px;
  margin: 36px 0 0;
  color: var(--vgg-ma-blue-alt);
  font-size: var(--vgg-ma-support-copy-size);
  font-weight: 400;
  line-height: 1.86;
}

.vgg-ma-hero__actions {
  margin-top: 42px;
}

.vgg-ma-hero__image {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--vgg-ma-platinum);
}

.vgg-ma-hero__image::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      115deg,
      rgba(199, 199, 196, 0.4) 0%,
      rgba(101, 106, 110, 0.25) 48%,
      rgba(7, 23, 45, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 23, 45, 0.03) 18%,
      rgba(7, 23, 45, 0.72) 100%
    );
  content: "";
  pointer-events: none;
  opacity: 0;
  transition: opacity 340ms ease;
}

.vgg-ma-hero__image picture,
.vgg-ma-hero__image img {
  width: 100%;
  height: 100%;
}

.vgg-ma-hero__image img {
  object-fit: cover;
  object-position: center;
  filter:
    saturate(0.7)
    contrast(0.92)
    brightness(0.94);
  transform: scale(1.01);
  transition:
    filter 600ms ease,
    transform 900ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

@media (hover: hover) {
  .vgg-ma-hero__image:hover img {
    filter:
      saturate(0.55)
      contrast(0.96)
      brightness(0.77);
    transform: scale(1.05);
  }
	
	.vgg-ma-motion__metric-card--alignment:hover
.vgg-ma-motion__metric-label,
.vgg-ma-motion__metric-card--impact:hover
.vgg-ma-motion__metric-label {
  color: #A7ADB4;
}

  .vgg-ma-hero__image:hover::before {
    opacity: 1;
  }
}

.vgg-ma-hero__image:active img {
  filter:
    saturate(0.7)
    contrast(0.92)
    brightness(0.94);
  transform: scale(1.01);
}

.vgg-ma-hero__image:active::before {
  opacity: 0;
}

/* =========================================================
   OUTCOMES
========================================================= */

.vgg-ma-outcomes__intro {
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(390px, 1.08fr);
  gap: clamp(50px, 8vw, 128px);
  align-items: start;
padding-top: clamp(76px, 7.5vw, 112px);
padding-bottom: clamp(30px, 3vw, 42px);
}

.vgg-ma-outcomes__heading {
  max-width: 620px;
}

.vgg-ma-outcomes__intro-copy {
  max-width: 650px;
  padding-bottom: 4px;
}

.vgg-ma-outcomes__intro-copy p {
  margin: 0;
  color: var(--vgg-ma-blue-alt);
  font-size: var(--vgg-ma-support-copy-size);
  font-weight: 400;
  line-height: 1.85;
}

.vgg-ma-outcomes__intro-copy p + p {
  margin-top: 20px;
}

.vgg-ma-outcomes {
  border-top: 1px solid var(--vgg-ma-soft-line);
  border-bottom: 1px solid var(--vgg-ma-soft-line);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1),
      rgba(250, 250, 249, 0.9)
    );
}

.vgg-ma-outcomes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 20px;
  padding-bottom: 48px;
}

.vgg-ma-outcome {
  position: relative;
  min-width: 0;
  padding:
    20px
    clamp(30px, 4.2vw, 66px);

  background: transparent;
  border-radius: var(--vgg-ma-radius);

  transform: translateY(0);
  will-change: transform;

  transition:
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 680ms ease,
    box-shadow 680ms ease;
}

@media (hover: hover) {
  .vgg-ma-outcome:hover {
    z-index: 1;

    background-color: rgba(255, 255, 255, 0.62);

    transform: translateY(-3px);

    box-shadow:
      0 13px 28px rgba(7, 23, 45, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }
}

.vgg-ma-outcome:active {
  background-color: rgba(255, 255, 255, 0.48);

  transform: translateY(2px);

  box-shadow:
    0 4px 12px rgba(7, 23, 45, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);

  transition:
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 900ms ease,
    box-shadow 900ms ease;
}

.vgg-ma-outcome:first-child {
  padding-left: clamp(22px, 3vw, 46px);
}

.vgg-ma-outcome:last-child {
  padding-right: clamp(22px, 3vw, 46px);
}

.vgg-ma-outcome + .vgg-ma-outcome {
  border-left: 1px solid var(--vgg-ma-amber-line);
}

.vgg-ma-outcome__number {
  display: block;
  margin-bottom: 20px;
  color: var(--vgg-ma-amber);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
}

.vgg-ma-outcome__title {
  margin: 0;
  color: var(--vgg-ma-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vgg-ma-outcome__copy {
  max-width: 325px;
  margin: 16px 0 0;
  color: var(--vgg-ma-blue-alt);
  font-size: 0.81rem;
  font-weight: 400;
  line-height: 1.85;
}


/* =========================================================
   PATHWAYS
========================================================= */

.vgg-ma-pathways {
  padding-top: clamp(76px, 8.2vw, 126px);
  padding-bottom: clamp(78px, 8.5vw, 132px);
  background:
    linear-gradient(
      180deg,
      #FFFFFF 0%,
      rgba(250, 250, 249, 0.9) 100%
    );
}

.vgg-ma-pathways__heading {
  margin-bottom: clamp(38px, 4.5vw, 62px);
}

.vgg-ma-pathways__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(20px, 2.4vw, 36px);
  row-gap: clamp(20px, 2.4vw, 36px);
}


/* Card shell */

.vgg-ma-pathway-card {
  position: relative;
  width: 100%;
min-width: 0;
max-width: 100%;
aspect-ratio: auto;
min-height: 390px;
overflow: hidden;
  border: 1px solid rgba(7, 23, 45, 0.14);
  border-radius: var(--vgg-ma-radius);
  background: #74787B;
  box-shadow:
    0 16px 42px rgba(7, 23, 45, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.17);
  transform: translateY(0);
  transition:
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms ease;
}

.vgg-ma-pathway-card[open] {
  border-color: rgba(216, 155, 43, 0.68);
  box-shadow:
    0 24px 54px rgba(7, 23, 45, 0.16),
    0 0 0 1px rgba(216, 155, 43, 0.1);
  transform: translateY(-3px);
}

@media (hover: hover) {
  .vgg-ma-pathway-card:not([open]):hover,
  .vgg-ma-pathway-card:not([open]):focus-within {
    border-color: rgba(216, 155, 43, 0.68);
    box-shadow:
      0 24px 54px rgba(7, 23, 45, 0.16),
      0 0 0 1px rgba(216, 155, 43, 0.1);
    transform: translateY(-3px);
  }
}

.vgg-ma-pathway-card[open] {
  aspect-ratio: auto;
  min-height: 480px;
}

/* Summary fills the complete card */

.vgg-ma-pathway-card__summary {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  list-style: none;
  cursor: pointer;
}

.vgg-ma-pathway-card__summary::-webkit-details-marker {
  display: none;
}

.vgg-ma-pathway-card__summary::marker {
  display: none;
  content: "";
}

.vgg-ma-pathway-card__summary:focus {
  outline: none;
}

.vgg-ma-pathway-card__summary:focus-visible {
  outline: none;
}

/* Pathway image */
.vgg-ma-pathway-card__picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.vgg-ma-pathway-card__picture img {
  width: 100%;
  height: 100%;
}

.vgg-ma-pathway-card__picture img {
  object-fit: cover;
  filter:
    saturate(0.7)
    contrast(0.92)
    brightness(0.94);
  transform: scale(1.01);
  transition:
    filter 600ms ease,
    transform 900ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.vgg-ma-pathway-card:first-child
.vgg-ma-pathway-card__picture img {
  object-position: center 52%;
}

.vgg-ma-pathway-card:last-child
.vgg-ma-pathway-card__picture img {
  object-position: center 37%;
}


/* Premium grey overlay */

.vgg-ma-pathway-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      115deg,
      rgba(199, 199, 196, 0.4) 0%,
      rgba(101, 106, 110, 0.25) 48%,
      rgba(7, 23, 45, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 23, 45, 0.03) 18%,
      rgba(7, 23, 45, 0.72) 100%
    );
  pointer-events: none;
  transition:
    opacity 340ms ease,
    background 340ms ease;
}

/* Minimal pathway-card expand indicator */

.vgg-ma-pathway-card__expand,
.vgg-ma-pathway-card__collapse {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  width: clamp(42px, 4vw, 50px);
  height: clamp(42px, 4vw, 50px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-radius:
    0
    var(--vgg-ma-radius)
    0
    var(--vgg-ma-radius);
  background: rgba(7, 23, 45, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 7px 18px rgba(7, 23, 45, 0.08);
  opacity: 1;
  transform: translate(0, 0);
  transition:
    color 300ms ease,
    background 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease,
    opacity 240ms ease,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-backdrop-filter: blur(10px) saturate(115%);
  backdrop-filter: blur(10px) saturate(115%);
  pointer-events: none;
}

.vgg-ma-pathway-card__collapse {
  border-color: rgba(166, 187, 211, 0.68);

  background:
    linear-gradient(
      135deg,
      rgba(48, 76, 113, 0.92),
      rgba(14, 36, 66, 0.9)
    );

  box-shadow:
    0 9px 22px rgba(7, 23, 45, 0.24),
    0 0 0 1px rgba(182, 201, 221, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 0 18px rgba(204, 219, 234, 0.11);

  -webkit-backdrop-filter: blur(14px) saturate(120%);
  backdrop-filter: blur(14px) saturate(120%);
}

.vgg-ma-pathway-card__expand::before,
.vgg-ma-pathway-card__expand::after,
.vgg-ma-pathway-card__collapse::before,
.vgg-ma-pathway-card__collapse::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: var(--vgg-ma-white);
  content: "";
  transform-origin: center;
  transition:
  background 300ms ease,
  opacity 280ms ease,
  transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vgg-ma-pathway-card__expand::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.vgg-ma-pathway-card__expand::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.vgg-ma-pathway-card__collapse::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}

.vgg-ma-pathway-card__collapse::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* Initial pathway title */

.vgg-ma-pathway-card__initial {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 50px);
  color: var(--vgg-ma-white);
  pointer-events: none;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 300ms ease,
    transform 380ms ease;
}

.vgg-ma-pathway-card__title {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 2.5vw, 2.65rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-shadow: 0 4px 20px rgba(7, 23, 45, 0.3);
}

.vgg-ma-pathway-card__prompt {
  display: block;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.61rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(9px);
  transition:
    max-height 330ms ease,
    margin-top 330ms ease,
    opacity 280ms ease,
    transform 330ms ease;
}

/* Animated explanatory content */

.vgg-ma-pathway-card__details {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 50px);
  background:
  linear-gradient(
    135deg,
    rgba(69, 82, 99, 0.95) 0%,
    rgba(31, 47, 70, 0.97) 50%,
    rgba(7, 23, 45, 0.99) 100%
  );
  color: var(--vgg-ma-white);
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 340ms ease,
    transform 430ms cubic-bezier(0.2, 0.72, 0.2, 1);
  -webkit-backdrop-filter: blur(15px) saturate(90%);
  backdrop-filter: blur(15px) saturate(90%);
  pointer-events: none;
}

.vgg-ma-pathway-card__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--vgg-ma-amber);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.vgg-ma-pathway-card__details-title {
  max-width: 520px;
  margin: 0;
  color: var(--vgg-ma-white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.6rem, 2.25vw, 2.4rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.vgg-ma-pathway-card__details p {
  max-width: 575px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.76rem, 0.9vw, 0.88rem);
  line-height: 1.75;
}

.vgg-ma-pathway-card__hover-preview {
  position: absolute;
  right: clamp(28px, 4vw, 50px);
  bottom: clamp(28px, 4vw, 50px);
  left: clamp(28px, 4vw, 50px);
  z-index: 4;
  display: block;
  max-width: none;
overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(0.58rem, 0.72vw, 0.66rem);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 360ms ease 80ms,
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1) 80ms;
  pointer-events: none;
}

/* Hover preview */

@media (hover: hover) {
  .vgg-ma-pathway-card:not([open]):hover
  .vgg-ma-pathway-card__picture img,

  .vgg-ma-pathway-card:not([open]):focus-within
  .vgg-ma-pathway-card__picture img {
    filter:
      saturate(0.55)
      contrast(0.96)
      brightness(0.77);
    transform: scale(1.05);
  }

  .vgg-ma-pathway-card:not([open]):hover
  .vgg-ma-pathway-card__initial,

  .vgg-ma-pathway-card:not([open]):focus-within
  .vgg-ma-pathway-card__initial {
    opacity: 0;
    transform: translateY(-15px);
  }

.vgg-ma-pathway-card:not([open]):hover
.vgg-ma-pathway-card__overlay,

.vgg-ma-pathway-card:not([open]):focus-within
.vgg-ma-pathway-card__overlay {
  background:
    linear-gradient(
      180deg,
      rgba(7, 23, 45, 0.2) 0%,
      rgba(7, 23, 45, 0.92) 100%
    );
}
	
  .vgg-ma-pathway-card:not([open]):hover
.vgg-ma-pathway-card__hover-preview,

.vgg-ma-pathway-card:not([open]):focus-within
.vgg-ma-pathway-card__hover-preview {
  opacity: 1;
  transform: translateY(0);
}
	
.vgg-ma-pathway-card:not([open]):hover
.vgg-ma-pathway-card__expand,

.vgg-ma-pathway-card:not([open]):focus-within
.vgg-ma-pathway-card__expand {

  border-color: rgba(190, 204, 220, 0.7);
  background:
    linear-gradient(
      135deg,
      rgba(72, 91, 119, 0.82),
      rgba(36, 58, 94, 0.68)
    );
  box-shadow:
    0 12px 28px rgba(7, 23, 45, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 0 18px rgba(208, 220, 234, 0.12);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
}
	
	.vgg-ma-pathway-card:not([open]):hover
.vgg-ma-pathway-card__expand::before,

.vgg-ma-pathway-card:not([open]):focus-within
.vgg-ma-pathway-card__expand::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.vgg-ma-pathway-card:not([open]):hover
.vgg-ma-pathway-card__expand::after,

.vgg-ma-pathway-card:not([open]):focus-within
.vgg-ma-pathway-card__expand::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.vgg-ma-pathway-card:not([open]):hover
.vgg-ma-pathway-card__expand::before,

.vgg-ma-pathway-card:not([open]):hover
.vgg-ma-pathway-card__expand::after,

.vgg-ma-pathway-card:not([open]):focus-within
.vgg-ma-pathway-card__expand::before,

.vgg-ma-pathway-card:not([open]):focus-within
.vgg-ma-pathway-card__expand::after {
  background: var(--vgg-ma-white);
}
	
.vgg-ma-pathway-card[open]:hover
.vgg-ma-pathway-card__collapse,

.vgg-ma-pathway-card[open]:focus-within
.vgg-ma-pathway-card__collapse {
  border-color: rgba(229, 228, 226, 0.82);

  background:
    linear-gradient(
      135deg,
      rgba(137, 146, 155, 0.78),
      rgba(72, 82, 93, 0.66)
    );

  box-shadow:
    0 12px 28px rgba(7, 23, 45, 0.2),
    0 0 0 1px rgba(229, 228, 226, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 0 18px rgba(229, 228, 226, 0.14);

  -webkit-backdrop-filter: blur(18px) saturate(110%);
  backdrop-filter: blur(18px) saturate(110%);
}

.vgg-ma-pathway-card[open]:hover
.vgg-ma-pathway-card__collapse::before,

.vgg-ma-pathway-card[open]:hover
.vgg-ma-pathway-card__collapse::after,

.vgg-ma-pathway-card[open]:focus-within
.vgg-ma-pathway-card__collapse::before,

.vgg-ma-pathway-card[open]:focus-within
.vgg-ma-pathway-card__collapse::after {
  background: var(--vgg-ma-white);
}
}

.vgg-ma-pathway-card:not([open])
.vgg-ma-pathway-card__summary:active
.vgg-ma-pathway-card__expand {

  border-color: rgba(229, 228, 226, 0.82);
  background:
    linear-gradient(
      135deg,
      rgba(36, 58, 94, 0.92),
      rgba(7, 23, 45, 0.82)
    );
  box-shadow:
  0 7px 18px rgba(7, 23, 45, 0.2),
  0 0 0 1px rgba(229, 228, 226, 0.16),
  inset 0 1px 0 rgba(255, 255, 255, 0.38),
  inset 0 0 14px rgba(229, 228, 226, 0.1);
}

.vgg-ma-pathway-card:not([open])
.vgg-ma-pathway-card__summary:active
.vgg-ma-pathway-card__expand::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.vgg-ma-pathway-card:not([open])
.vgg-ma-pathway-card__summary:active
.vgg-ma-pathway-card__expand::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.vgg-ma-pathway-card[open]
.vgg-ma-pathway-card__summary:active
+
.vgg-ma-pathway-card__details
.vgg-ma-pathway-card__collapse {
  border-color: rgba(208, 220, 234, 0.88);

  background:
    linear-gradient(
      135deg,
      rgba(105, 130, 163, 0.86),
      rgba(54, 83, 123, 0.8)
    );

  box-shadow:
    0 7px 18px rgba(7, 23, 45, 0.16),
    0 0 0 1px rgba(208, 220, 234, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 0 18px rgba(220, 231, 242, 0.18);
}

.vgg-ma-pathway-card[open]
.vgg-ma-pathway-card__summary:active
+
.vgg-ma-pathway-card__details
.vgg-ma-pathway-card__collapse::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
}

/* Clicked/open state */

.vgg-ma-pathway-card[open]
.vgg-ma-pathway-card__picture img {
  filter:
    saturate(0.55)
    contrast(0.96)
    brightness(0.77);
  transform: scale(1.05);
}

.vgg-ma-pathway-card[open]
.vgg-ma-pathway-card__initial {
  opacity: 0;
  transform: translateY(-15px);
}

.vgg-ma-pathway-card[open]
.vgg-ma-pathway-card__details {
  justify-content: center;
  opacity: 1;
  transform: translateY(0);
}

.vgg-ma-pathway-card[open]
.vgg-ma-pathway-card__expand {
  visibility: hidden;
  opacity: 0;
  transform: translate(5px, -5px);
}

/* =========================================================
   WHAT WE BUILD
========================================================= */

.vgg-ma-build {
  border-top: 1px solid var(--vgg-ma-soft-line);
  border-bottom: 1px solid var(--vgg-ma-soft-line);
  padding-top: clamp(72px, 7.3vw, 112px);
  padding-bottom: clamp(76px, 7.6vw, 118px);
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(229, 228, 226, 0.18),
      transparent 31%
    ),
    var(--vgg-ma-white);
}

.vgg-ma-build__layout {
  display: grid;
  grid-template-columns:
    minmax(165px, 0.28fr)
    minmax(0, 2.72fr);
  gap: clamp(28px, 2.8vw, 44px);
  align-items: start;
}

.vgg-ma-build__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}


/* Individual card */

.vgg-ma-build-card {
  --vgg-ma-build-card-pad-x:
    clamp(18px, 2.4vw, 34px);

  --vgg-ma-build-image-hover-height: 175px;
--vgg-ma-build-image-active-height: 235px;

  position: relative;
  min-width: 0;
  padding:
    22px
    var(--vgg-ma-build-card-pad-x)
    24px;
  overflow: hidden;
  border-radius: var(--vgg-ma-radius);
  outline: none;
  background: transparent;
  cursor: pointer;
  transform: translateY(0);
  transition:
    background 620ms ease,
    box-shadow 620ms ease,
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-tap-highlight-color: transparent;
}

.vgg-ma-build-card + .vgg-ma-build-card {
  border-left: 1px solid var(--vgg-ma-line);
}


/* Icon */

.vgg-ma-build-card__icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 28px;
  color: var(--vgg-ma-amber);
  font-size: 2rem;
  line-height: 1;
  transform: translateY(0);
  transition:
    color 420ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}


/* Title */

.vgg-ma-build-card__title {
  margin: 0;
  color: var(--vgg-ma-navy);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Image and supporting-copy area */

.vgg-ma-build-card__body {
  position: relative;
  margin-top: 21px;
}


/* Image frame: collapsed initially */

.vgg-ma-build-card__media {
  position: relative;
  isolation: isolate;
  display: block;
  width:
    calc(
      100% + var(--vgg-ma-build-card-pad-x)
    );
  height: 0;
  margin-right:
    calc(
      0px - var(--vgg-ma-build-card-pad-x)
    );
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  border-radius:
    var(--vgg-ma-radius)
    0
    0
    var(--vgg-ma-radius);
  background: var(--vgg-ma-platinum);
  box-shadow:
    0 14px 30px rgba(7, 23, 45, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform:
    translate3d(110%, 0, 0)
    rotate(0deg);
  transform-origin: right center;
  transition:
    width 720ms cubic-bezier(0.22, 1, 0.36, 1),
    height 720ms cubic-bezier(0.22, 1, 0.36, 1),
    margin-right 720ms cubic-bezier(0.22, 1, 0.36, 1),
    margin-bottom 720ms cubic-bezier(0.22, 1, 0.36, 1),
    margin-left 720ms cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 520ms ease,
    opacity 380ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 620ms ease;
  pointer-events: none;
  will-change:
    width,
    height,
    margin,
    opacity,
    transform;
}


/* Always anchor the crop to the top */

.vgg-ma-build-card__media img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter:
    saturate(0.7)
    contrast(0.92)
    brightness(0.94);
  transform: scale(1.02);
  transform-origin: center top;
  transition:
    filter 720ms ease,
    transform 900ms cubic-bezier(0.2, 0.72, 0.2, 1);
}


/* Same grey overlay as Corporate and Executive Presence */

.vgg-ma-build-card__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      115deg,
      rgba(199, 199, 196, 0.4) 0%,
      rgba(101, 106, 110, 0.25) 48%,
      rgba(7, 23, 45, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 23, 45, 0.03) 18%,
      rgba(7, 23, 45, 0.72) 100%
    );
  content: "";
  pointer-events: none;
  transition:
    opacity 520ms ease,
    background 620ms ease;
}


/* Supporting copy */

.vgg-ma-build-card__copy {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--vgg-ma-blue-alt);
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.85;
  transition: color 420ms ease;
}


/* Hover: card grows naturally and image slides in */

@media (hover: hover) {
  .vgg-ma-build-card:hover {
    z-index: 2;
    background:
      linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.82),
        rgba(247, 247, 246, 0.62)
      );
    transform: translateY(-3px);
    box-shadow:
      0 18px 38px rgba(7, 23, 45, 0.075),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter:
      blur(18px)
      saturate(120%);
    backdrop-filter:
      blur(18px)
      saturate(120%);
  }

  .vgg-ma-build-card:hover
  .vgg-ma-build-card__icon {
    color: #F3C35B;
    transform: translateY(-1px);
  }

  .vgg-ma-build-card:hover
  .vgg-ma-build-card__media {
    height: var(--vgg-ma-build-image-hover-height);
    margin-bottom: 22px;
    opacity: 1;
    transform:
      translate3d(0, 0, 0)
      rotate(-2.2deg);
    box-shadow:
      0 18px 38px rgba(7, 23, 45, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.24);
  }

  .vgg-ma-build-card:hover
  .vgg-ma-build-card__media img {
    transform: scale(1.05);
  }
}


/* Clicked, tapped or keyboard-focused */

.vgg-ma-build-card:focus,
.vgg-ma-build-card:focus-visible,
.vgg-ma-build-card:active {
  z-index: 3;
  outline: none;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.94),
      rgba(243, 244, 245, 0.78)
    );
  transform: translateY(0);
  box-shadow:
    0 22px 46px rgba(7, 23, 45, 0.11),
    0 0 0 1px rgba(216, 155, 43, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  -webkit-backdrop-filter:
    blur(22px)
    saturate(125%);
  backdrop-filter:
    blur(22px)
    saturate(125%);
}

.vgg-ma-build-card:focus
.vgg-ma-build-card__icon,

.vgg-ma-build-card:focus-visible
.vgg-ma-build-card__icon,

.vgg-ma-build-card:active
.vgg-ma-build-card__icon {
  color: var(--vgg-ma-dark-blue);
  transform: translateY(0);
}


/* Full-width image when selected */

.vgg-ma-build-card:focus
.vgg-ma-build-card__media,

.vgg-ma-build-card:focus-visible
.vgg-ma-build-card__media,

.vgg-ma-build-card:active
.vgg-ma-build-card__media {
  width:
    calc(
      100%
      + var(--vgg-ma-build-card-pad-x)
      + var(--vgg-ma-build-card-pad-x)
    );
  height: var(--vgg-ma-build-image-active-height);
  margin-right:
    calc(
      0px - var(--vgg-ma-build-card-pad-x)
    );
  margin-bottom: 24px;
  margin-left:
    calc(
      0px - var(--vgg-ma-build-card-pad-x)
    );
  border-radius: 0;
  opacity: 1;
  transform:
    translate3d(0, 0, 0)
    rotate(0deg);
  box-shadow:
    0 16px 34px rgba(7, 23, 45, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.vgg-ma-build-card:focus
.vgg-ma-build-card__media img,

.vgg-ma-build-card:focus-visible
.vgg-ma-build-card__media img,

.vgg-ma-build-card:active
.vgg-ma-build-card__media img {
  object-position: center top;
  transform: scale(1.01);
}


/* Active image overlay: concentrated dark blue at bottom left */

.vgg-ma-build-card:focus
.vgg-ma-build-card__media::after,

.vgg-ma-build-card:focus-visible
.vgg-ma-build-card__media::after,

.vgg-ma-build-card:active
.vgg-ma-build-card__media::after {
  background:
    radial-gradient(
      circle at 0% 100%,
      rgba(36, 58, 94, 0.68) 0%,
      rgba(36, 58, 94, 0.46) 24%,
      rgba(36, 58, 94, 0.18) 45%,
      transparent 68%
    ),
    linear-gradient(
      115deg,
      rgba(199, 199, 196, 0.34) 0%,
      rgba(101, 106, 110, 0.2) 48%,
      rgba(7, 23, 45, 0.18) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 23, 45, 0.02) 18%,
      rgba(7, 23, 45, 0.58) 100%
    );
}

/* =========================================================
   WHAT WE BUILD — DESKTOP
========================================================= */

@media (min-width: 1025px) {
  .vgg-ma-build > .vgg-ma-shell {
    width: min(100%, 1600px);
    padding-inline: clamp(30px, 3vw, 46px);
  }

  .vgg-ma-build__layout {
    grid-template-columns:
      minmax(170px, 0.28fr)
      minmax(0, 2.72fr);
    gap: clamp(28px, 2.7vw, 42px);
  }

  .vgg-ma-build-card {
    --vgg-ma-build-card-pad-x:
      clamp(20px, 1.8vw, 30px);
  }
}

/* =========================================================
   WHAT WE BUILD — LARGE DESKTOP
========================================================= */

@media (min-width: 1440px) {
  .vgg-ma-build > .vgg-ma-shell {
    width: min(100%, 1760px);
    padding-inline: 48px;
  }

  .vgg-ma-build__layout {
    grid-template-columns:
      minmax(190px, 0.3fr)
      minmax(0, 2.7fr);
    gap: 40px;
  }

  .vgg-ma-build-card {
    --vgg-ma-build-card-pad-x:
      clamp(24px, 1.6vw, 32px);
  }
}

/* =========================================================
   WHAT WE BUILD — TABLET
========================================================= */

@media (max-width: 1024px) {
  .vgg-ma-build__layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .vgg-ma-build__intro {
    max-width: 630px;
  }

  .vgg-ma-build__intro br {
    display: none;
  }

  .vgg-ma-build__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* =========================================================
   WHAT WE BUILD — NARROW TABLET
========================================================= */

@media (max-width: 899.98px) {
  .vgg-ma-build__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    row-gap: 0;
  }

  .vgg-ma-build-card {
    --vgg-ma-build-card-pad-x: 24px;
    --vgg-ma-build-image-hover-height: 225px;
--vgg-ma-build-image-active-height: 290px;

    padding:
      22px
      var(--vgg-ma-build-card-pad-x)
      24px;
  }

  .vgg-ma-build-card:nth-child(1),
  .vgg-ma-build-card:nth-child(3) {
    border-left: 0;
  }

  .vgg-ma-build-card:nth-child(2),
  .vgg-ma-build-card:nth-child(4) {
    border-left: 1px solid var(--vgg-ma-line);
  }

  .vgg-ma-build-card:nth-child(3),
  .vgg-ma-build-card:nth-child(4) {
    border-top: 1px solid var(--vgg-ma-line);
  }
}


/* =========================================================
   WHAT WE BUILD — MOBILE
========================================================= */

@media (max-width: 599.98px) {
  .vgg-ma-build {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .vgg-ma-build__layout {
    gap: 42px;
  }

  .vgg-ma-build__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vgg-ma-build-card {
    --vgg-ma-build-card-pad-x: 16px;
    --vgg-ma-build-image-hover-height: 185px;
--vgg-ma-build-image-active-height: 245px;

    padding:
      20px
      var(--vgg-ma-build-card-pad-x)
      22px;
  }

  .vgg-ma-build-card__icon {
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
    font-size: 1.65rem;
  }

  .vgg-ma-build-card__title {
    font-size: 0.67rem;
  }

  .vgg-ma-build-card__body {
    margin-top: 15px;
  }

  .vgg-ma-build-card__copy {
    max-width: 100%;
    font-size: 0.69rem;
    line-height: 1.73;
  }

  .vgg-ma-build-card:hover
  .vgg-ma-build-card__media {
    margin-bottom: 18px;
  }

  .vgg-ma-build-card:focus
  .vgg-ma-build-card__media,

  .vgg-ma-build-card:focus-visible
  .vgg-ma-build-card__media,

  .vgg-ma-build-card:active
  .vgg-ma-build-card__media {
    margin-bottom: 20px;
  }
}


/* =========================================================
   WHAT WE BUILD — VERY SMALL MOBILE
========================================================= */

@media (max-width: 389.98px) {
  .vgg-ma-build__grid {
    grid-template-columns: 1fr;
  }

  .vgg-ma-build-card,
  .vgg-ma-build-card:nth-child(1),
  .vgg-ma-build-card:nth-child(2),
  .vgg-ma-build-card:nth-child(3),
  .vgg-ma-build-card:nth-child(4) {
    --vgg-ma-build-card-pad-x: 16px;
    --vgg-ma-build-image-hover-height: 255px;
--vgg-ma-build-image-active-height: 325px;

    padding:
      24px
      var(--vgg-ma-build-card-pad-x);

    border-left: 0;
  }

  .vgg-ma-build-card:first-child {
    border-top: 0;
  }

  .vgg-ma-build-card + .vgg-ma-build-card {
    border-top: 1px solid var(--vgg-ma-line);
  }

  .vgg-ma-build-card__copy {
    max-width: 320px;
  }
}


/* =========================================================
   WHAT WE BUILD — REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .vgg-ma-build-card,
  .vgg-ma-build-card__icon,
  .vgg-ma-build-card__media,
  .vgg-ma-build-card__media img,
  .vgg-ma-build-card__media::after {
    transition: none;
  }
}

/* =========================================================
   WHY VENTARI
========================================================= */

.vgg-ma-why {
  position: relative;
  padding-top: clamp(76px, 8vw, 124px);
  padding-bottom: clamp(78px, 8.3vw, 128px);
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(229, 228, 226, 0.28),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      rgba(250, 250, 249, 0.9),
      rgba(255, 255, 255, 1)
    );
}

.vgg-ma-why__intro {
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(420px, 1.08fr);
  gap: clamp(50px, 8vw, 128px);
  align-items: start;
}

.vgg-ma-why__heading {
  max-width: 620px;
}

.vgg-ma-why__copy {
  max-width: 680px;
}

.vgg-ma-why__copy p {
  margin: 0;
  color: var(--vgg-ma-blue-alt);
  font-size: var(--vgg-ma-support-copy-size);
  font-weight: 400;
  line-height: 1.85;
}

.vgg-ma-why__copy p + p {
  margin-top: 20px;
}

.vgg-ma-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(12px, 1vw, 16px);
  align-items: stretch;
  margin-top: clamp(42px, 5vw, 68px);
}

@media (min-width: 1025px) {
  .vgg-ma-why > .vgg-ma-shell {
    width: min(100%, 1600px);
    padding-inline: clamp(30px, 3vw, 48px);
  }
	
.vgg-ma-motion__sparkline {
  width: calc(100% + 24px);
  height: 72px;

  margin-right: 0;
  margin-left: -24px;
}
}

@media (min-width: 1200px) {
  .vgg-ma-ai-card__heading {
    width: calc(100% + 90px);
    max-width: 700px;
  }

  .vgg-ma-ai-card__title {
    max-width: none;
  }
}

@media (min-width: 600px) and (max-width: 1199.98px) {
  .vgg-ma-ai-card__heading {
    width: 100%;
    max-width: 590px;
  }

  .vgg-ma-ai-card__title {
    max-width: 590px;
  }
}

.vgg-ma-why-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 445px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: var(--vgg-ma-radius);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 248, 247, 0.88)
    );
  box-shadow:
    0 16px 38px rgba(7, 23, 45, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transform: translateY(0);
  transition:
    border-color 420ms ease,
    background 420ms ease,
    box-shadow 420ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-backdrop-filter 420ms ease,
    backdrop-filter 420ms ease;
  -webkit-backdrop-filter: blur(0) saturate(100%);
  backdrop-filter: blur(0) saturate(100%);
}


/* Frosted glass title panel — initial */

.vgg-ma-why-card__header {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 94px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  padding:
  23px
  clamp(21px, 1.8vw, 25px);
  overflow: hidden;
  border-bottom: 1px solid rgba(7, 23, 45, 0.055);
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(255, 255, 255, 0.98),
      transparent 53%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.88),
      rgba(241, 241, 239, 0.62) 52%,
      rgba(229, 228, 226, 0.48)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(7, 23, 45, 0.035),
    0 9px 22px rgba(7, 23, 45, 0.045);
  text-align: left;
  transition:
    background 420ms ease,
    border-color 420ms ease,
    box-shadow 420ms ease;
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  backdrop-filter: blur(24px) saturate(135%);
}

.vgg-ma-why-card__header::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.42) 0%,
      rgba(255, 255, 255, 0.08) 38%,
      transparent 57%,
      rgba(255, 255, 255, 0.16) 100%
    );
  content: "";
  pointer-events: none;
}

.vgg-ma-why-card__title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  color: var(--vgg-ma-dark-blue);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(0.69rem, 0.78vw, 0.78rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.075em;
  text-align: left;
  text-transform: uppercase;
  transition: color 320ms ease;
}

/* Copy and image area */
.vgg-ma-why-card__body {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  text-align: left;
}

.vgg-ma-why-card__copy {
  width: 100%;
  min-height: 0;
  max-width: none;
  margin: 0;
  padding:
    clamp(24px, 2.3vw, 30px)
    clamp(21px, 1.8vw, 25px)
    20px;
  color: var(--vgg-ma-dark-blue);
  font-size: clamp(0.73rem, 0.82vw, 0.8rem);
  font-weight: 400;
  line-height: 1.82;
  text-align: left;
}


/* Image frame */
.vgg-ma-why-card__media {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: clamp(180px, 14.5vw, 230px);
min-height: 0;
flex: 0 0 clamp(180px, 14.5vw, 230px);
aspect-ratio: auto;
  margin-top: 0;
  overflow: hidden;
  background: var(--vgg-ma-platinum);
  transform: translateZ(0);
}

/* Card-specific image shapes */

.vgg-ma-why-card--fluency
.vgg-ma-why-card__media {
  border-radius:
    2px
    42px
    2px
    2px;
}

.vgg-ma-why-card--clarity
.vgg-ma-why-card__media {
  border-radius:
    42px
    2px
    42px
    2px;
}

.vgg-ma-why-card--perspective
.vgg-ma-why-card__media {
  border-radius:
    2px
    42px
    2px
    42px;
}

.vgg-ma-why-card--execution
.vgg-ma-why-card__media {
  border-radius:
    42px
    2px
    2px
    2px;
}

/* Matching curves on the card shells */

.vgg-ma-why-card--clarity {
  border-radius:
    2px
    2px
    42px
    2px;
}

.vgg-ma-why-card--perspective {
  border-radius:
    2px
    2px
    2px
    42px;
}

/*
The third image now has:
top-right: 42px
bottom-left: 42px
*/

.vgg-ma-why-card__media img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter:
    saturate(0.7)
    contrast(0.92)
    brightness(0.94);
  transform: scale(1.01);
  transition:
    filter 600ms ease,
    transform 900ms cubic-bezier(0.2, 0.72, 0.2, 1);
}


/* Same initial overlay as Corporate and Executive Presence */

.vgg-ma-why-card__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      115deg,
      rgba(199, 199, 196, 0.4) 0%,
      rgba(101, 106, 110, 0.25) 48%,
      rgba(7, 23, 45, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 23, 45, 0.03) 18%,
      rgba(7, 23, 45, 0.72) 100%
    );
  content: "";
  pointer-events: none;
  transition:
    background 340ms ease,
    opacity 340ms ease;
}


/* Apple-style frosted glass hover */

@media (hover: hover) {
  .vgg-ma-why-card:hover {
    z-index: 1;
    border-color: rgba(158, 167, 177, 0.38);
    background:
      radial-gradient(
        circle at 17% 0%,
        rgba(255, 255, 255, 0.98),
        transparent 44%
      ),
      linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.76),
        rgba(238, 241, 245, 0.5)
      );
    transform: translateY(-5px);
    box-shadow:
      0 28px 64px rgba(7, 23, 45, 0.12),
      0 8px 22px rgba(7, 23, 45, 0.055),
      0 0 0 1px rgba(255, 255, 255, 0.72),
      inset 0 1px 0 rgba(255, 255, 255, 1),
      inset 0 0 28px rgba(255, 255, 255, 0.36);
    -webkit-backdrop-filter: blur(30px) saturate(150%);
    backdrop-filter: blur(30px) saturate(150%);
  }

  .vgg-ma-why-card:hover
  .vgg-ma-why-card__header {
    border-bottom-color: rgba(255, 255, 255, 0.42);
    background:
      radial-gradient(
        circle at 15% 0%,
        rgba(255, 255, 255, 1),
        transparent 54%
      ),
      linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.82),
        rgba(235, 238, 242, 0.48)
      );
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 1),
      inset 0 -1px 0 rgba(7, 23, 45, 0.025),
      0 10px 24px rgba(7, 23, 45, 0.055);
  }

  .vgg-ma-why-card:hover
  .vgg-ma-why-card__media img {
    filter:
      saturate(0.55)
      contrast(0.96)
      brightness(0.77);
    transform: scale(1.05);
  }

  .vgg-ma-why-card:hover
  .vgg-ma-why-card__media::after {
    background:
      linear-gradient(
        180deg,
        rgba(7, 23, 45, 0.2) 0%,
        rgba(7, 23, 45, 0.92) 100%
      );
  }
}


/* Preserve the existing pressed/unlifted behaviour */

.vgg-ma-why-card:active {
  border-color: rgba(229, 228, 226, 0.92);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 248, 247, 0.88)
    );
  transform: translateY(2px);
  box-shadow:
    0 0 0 3px rgba(229, 228, 226, 0.5),
    0 7px 18px rgba(7, 23, 45, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(0) saturate(100%);
  backdrop-filter: blur(0) saturate(100%);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.vgg-ma-why-card:active
.vgg-ma-why-card__header {
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(255, 255, 255, 0.98),
      transparent 53%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.88),
      rgba(241, 241, 239, 0.62) 52%,
      rgba(229, 228, 226, 0.48)
    );
}

.vgg-ma-why-card:active
.vgg-ma-why-card__title {
  color: var(--vgg-ma-dark-blue);
}

.vgg-ma-why-card:active
.vgg-ma-why-card__media img {
  filter:
    saturate(0.7)
    contrast(0.92)
    brightness(0.94);
  transform: scale(1.01);
}

.vgg-ma-why-card:active
.vgg-ma-why-card__media::after {
  background:
    linear-gradient(
      115deg,
      rgba(199, 199, 196, 0.4) 0%,
      rgba(101, 106, 110, 0.25) 48%,
      rgba(7, 23, 45, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 23, 45, 0.03) 18%,
      rgba(7, 23, 45, 0.72) 100%
    );
}

@media (hover: hover) {
  .vgg-ma-why-card:hover {
    z-index: 1;
    border-color: rgba(247, 214, 145, 0.72);
    transform: translateY(-5px);
    box-shadow:
      0 24px 52px rgba(7, 23, 45, 0.105),
      0 0 0 1px rgba(247, 214, 145, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 1);
  }

  .vgg-ma-why-card:hover .vgg-ma-why-card__header {
    background:
      linear-gradient(
        135deg,
        rgba(255, 243, 217, 0.92),
        rgba(247, 214, 145, 0.58)
      );
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.94),
      inset 0 -1px 0 rgba(216, 155, 43, 0.12),
      0 9px 22px rgba(216, 155, 43, 0.09);
  }

  .vgg-ma-why-card:hover .vgg-ma-why-card__title {
    color: var(--vgg-ma-dark-blue);
  }
}

.vgg-ma-why-card:active {
  border-color: rgba(255, 255, 255, 0.96);
  transform: translateY(2px);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.58),
    0 7px 18px rgba(7, 23, 45, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.vgg-ma-why-card:active .vgg-ma-why-card__header {
  border-bottom-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(255, 255, 255, 0.16),
      transparent 54%
    ),
    linear-gradient(
      135deg,
      rgba(36, 58, 94, 0.94),
      rgba(7, 23, 45, 0.9)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(7, 23, 45, 0.2),
    0 9px 22px rgba(7, 23, 45, 0.14);
}

.vgg-ma-why-card:active .vgg-ma-why-card__title {
  color: var(--vgg-ma-white);
}

/* =========================================================
   RESPONSIBLE AI
========================================================= */
.vgg-ma-ai {
  position: relative;
  padding-top: clamp(12px, 2vw, 28px);
  padding-bottom: clamp(78px, 8vw, 126px);
  background: transparent;
}

.vgg-ma-ai-card {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 320px;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(420px, 1.1fr);
  gap: clamp(48px, 8vw, 132px);
  align-items: center;
  padding:
    clamp(40px, 5.4vw, 76px)
    clamp(34px, 6vw, 88px);
  overflow: hidden;
  border: 1px solid rgba(157, 162, 169, 0.58);
  border-radius: var(--vgg-ma-radius);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.94),
      rgba(248, 248, 247, 0.82) 48%,
      rgba(239, 240, 241, 0.76)
    );
  box-shadow:
    0 26px 62px rgba(7, 23, 45, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.94),
    0 0 0 5px rgba(229, 228, 226, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 30px rgba(255, 255, 255, 0.42);
  transition:
  border-color 420ms ease,
  box-shadow 500ms ease;
  -webkit-backdrop-filter: blur(28px) saturate(115%);
  backdrop-filter: blur(28px) saturate(115%);
}

.vgg-ma-ai-card__title {
  text-wrap: balance;
}

.vgg-ma-ai-card__keep-together {
  white-space: nowrap;
}

/* Slowly moving soft silver nodes */
.vgg-ma-ai-card::before {
  position: absolute;
  inset: -8%;
  z-index: 0;
  content: "";
  background-image:
  url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDQyMCI+CjxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CjxwYXRoIGQ9Ik03MCAxMTBMMjUwIDcwTDQyMCAxNTBMNjAwIDkwTDc4MCAxNjBMOTgwIDkwTDExMzAgMTUwIiBzdHJva2U9IiNCNUJBQzAiIHN0cm9rZS1vcGFjaXR5PSIuNDQiIHN0cm9rZS13aWR0aD0iMS4zNSIvPgo8cGF0aCBkPSJNMTAwIDMxMEwyODAgMjQ1TDQ1NSAzMjBMNjUwIDI1MEw4MzUgMzI1TDEwMzAgMjYwTDExNjAgMzEwIiBzdHJva2U9IiNDM0M3Q0MiIHN0cm9rZS1vcGFjaXR5PSIuMzYiIHN0cm9rZS13aWR0aD0iMS4xNSIvPgo8cGF0aCBkPSJNMjUwIDcwTDI4MCAyNDVNNDIwIDE1MEw0NTUgMzIwTTYwMCA5MEw2NTAgMjUwTTc4MCAxNjBMODM1IDMyNU05ODAgOTBMMTAzMCAyNjAiIHN0cm9rZT0iI0I2QkFDMCIgc3Ryb2tlLW9wYWNpdHk9Ii4yNCIgc3Ryb2tlLXdpZHRoPSIxIi8+CjxwYXRoIGQ9Ik03MCAxMTBMMjgwIDI0NU00MjAgMTUwTDY1MCAyNTBNNzgwIDE2MEwxMDMwIDI2ME0yODAgMjQ1TDYwMCA5ME02NTAgMjUwTDk4MCA5MCIgc3Ryb2tlPSIjQzRDN0NCIiBzdHJva2Utb3BhY2l0eT0iLjE4IiBzdHJva2Utd2lkdGg9Ii45Ii8+CjwvZz4KPGcgZmlsbD0iI0ZGRkZGRiIgc3Ryb2tlPSIjOEQ5NDlDIj4KPGNpcmNsZSBjeD0iNzAiIGN5PSIxMTAiIHI9IjQuNSIgc3Ryb2tlLXdpZHRoPSIxLjIiLz4KPGNpcmNsZSBjeD0iMjUwIiBjeT0iNzAiIHI9IjUuNSIgc3Ryb2tlPSIjQzhDREQyIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8Y2lyY2xlIGN4PSI0MjAiIGN5PSIxNTAiIHI9IjQiIHN0cm9rZS13aWR0aD0iMS4xIi8+CjxjaXJjbGUgY3g9IjYwMCIgY3k9IjkwIiByPSI2IiBzdHJva2U9IiNENEQ4REMiIHN0cm9rZS13aWR0aD0iMS41NSIvPgo8Y2lyY2xlIGN4PSI3ODAiIGN5PSIxNjAiIHI9IjQuNSIgc3Ryb2tlLXdpZHRoPSIxLjIiLz4KPGNpcmNsZSBjeD0iOTgwIiBjeT0iOTAiIHI9IjUuNSIgc3Ryb2tlPSIjQzhDREQyIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8Y2lyY2xlIGN4PSIxMTMwIiBjeT0iMTUwIiByPSI0IiBzdHJva2Utd2lkdGg9IjEuMSIvPgo8Y2lyY2xlIGN4PSIxMDAiIGN5PSIzMTAiIHI9IjQiIHN0cm9rZS13aWR0aD0iMS4xIi8+CjxjaXJjbGUgY3g9IjI4MCIgY3k9IjI0NSIgcj0iNS41IiBzdHJva2U9IiNDOENERDIiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxjaXJjbGUgY3g9IjQ1NSIgY3k9IjMyMCIgcj0iNC41IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8Y2lyY2xlIGN4PSI2NTAiIGN5PSIyNTAiIHI9IjUuNSIgc3Ryb2tlPSIjRDREOERDIiBzdHJva2Utd2lkdGg9IjEuNTUiLz4KPGNpcmNsZSBjeD0iODM1IiBjeT0iMzI1IiByPSI0IiBzdHJva2Utd2lkdGg9IjEuMSIvPgo8Y2lyY2xlIGN4PSIxMDMwIiBjeT0iMjYwIiByPSI1LjUiIHN0cm9rZT0iI0M4Q0REMiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPGNpcmNsZSBjeD0iMTE2MCIgY3k9IjMxMCIgcj0iNC41IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.7;
  filter:
    drop-shadow(
      0 0 7px rgba(130, 137, 145, 0.14)
    );
  transform-origin: center;
  animation:
  vgg-ma-ai-network-drift
  17s
  ease-in-out
  infinite
  alternate,
  vgg-ma-ai-network-breathe
  6.5s
  ease-in-out
  infinite;
  transition:
    opacity 500ms ease,
    filter 500ms ease;
  pointer-events: none;
  will-change:
    transform,
    opacity;
}

/* Static frosted surface highlight */
.vgg-ma-ai-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.34) 0%,
      rgba(255, 255, 255, 0.08) 30%,
      transparent 50%,
      rgba(255, 255, 255, 0.1) 76%,
      rgba(255, 255, 255, 0.26) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  content: "";
  pointer-events: none;
}

.vgg-ma-ai-card__heading,
.vgg-ma-ai-card__copy {
  position: relative;
  z-index: 2;
}

.vgg-ma-ai-card .vgg-ma-eyebrow {
  color: var(--vgg-ma-amber);
}

.vgg-ma-ai-card__title {
  max-width: 590px;
}

.vgg-ma-ai-card__copy {
  max-width: 650px;
}

.vgg-ma-ai-card__copy p {
  margin: 0;
  color: var(--vgg-ma-dark-blue);
  font-size: var(--vgg-ma-support-copy-size);
  font-weight: 400;
  line-height: 1.85;
}

.vgg-ma-ai-card__copy p + p {
  margin-top: 20px;
}

@media (hover: hover) {
  .vgg-ma-ai-card:hover {
  border-color: rgba(216, 155, 43, 0.72);
  box-shadow:
    0 26px 62px rgba(7, 23, 45, 0.1),
    0 0 0 1px rgba(255, 255, 255, 1),
    0 0 0 4px rgba(216, 155, 43, 0.14),
    0 0 0 8px rgba(216, 155, 43, 0.08),
    0 0 30px rgba(216, 155, 43, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 30px rgba(255, 248, 235, 0.42);
}

.vgg-ma-ai-card:hover::before {
  opacity: 0.82;
  filter:
    drop-shadow(
      0 0 9px rgba(216, 155, 43, 0.18)
    );
}
}

.vgg-ma-ai-card:active {
  border-color: rgba(247, 214, 145, 0.96);
  box-shadow:
    0 22px 52px rgba(7, 23, 45, 0.08),
    0 0 0 1px rgba(255, 255, 255, 1),
    0 0 0 4px rgba(247, 214, 145, 0.3),
    0 0 0 8px rgba(243, 195, 91, 0.14),
    0 0 34px rgba(243, 195, 91, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 32px rgba(255, 247, 218, 0.58);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.vgg-ma-ai-card:active::before {
  opacity: 0.76;
  filter:
    drop-shadow(
      0 0 8px rgba(243, 195, 91, 0.22)
    );
}

@keyframes vgg-ma-ai-network-drift {
  0% {
    transform:
      translate3d(-1.5%, -0.9%, 0)
      scale(1.008);
  }

  30% {
    transform:
      translate3d(0.7%, 1.1%, 0)
      scale(1.018);
  }

  65% {
    transform:
      translate3d(1.8%, -0.65%, 0)
      scale(1.027);
  }

  100% {
    transform:
      translate3d(-0.45%, 1.45%, 0)
      scale(1.014);
  }
}

@keyframes vgg-ma-ai-network-breathe {
  0%,
  100% {
    opacity: 0.64;
  }

  50% {
    opacity: 0.82;
  }
}

/* =========================================================
   WAYS TO ENGAGE
========================================================= */

.vgg-ma-engage {
  position: relative;
  border-top: 1px solid var(--vgg-ma-soft-line);
  border-bottom: 1px solid var(--vgg-ma-soft-line);
  padding-top: clamp(76px, 8vw, 124px);
  padding-bottom: clamp(78px, 8.2vw, 128px);
  background:
    linear-gradient(
      180deg,
      rgba(250, 250, 249, 0.88),
      rgba(255, 255, 255, 1)
    );
}

.vgg-ma-engage__heading {
  max-width: 860px;
}

.vgg-ma-engage__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 20px);
  align-items: start;
  margin-top: clamp(40px, 5vw, 64px);
}

.vgg-ma-engage-item {
  position: relative;
  min-width: 0;
  height: auto;
  overflow: hidden;
  border: 1px solid rgba(7, 23, 45, 0.1);
  border-radius: var(--vgg-ma-radius);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.99),
      rgba(247, 247, 245, 0.9)
    );
  box-shadow:
    0 16px 36px rgba(7, 23, 45, 0.07),
    0 4px 11px rgba(7, 23, 45, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(7, 23, 45, 0.035);
  transition:
    background 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease,
    transform 320ms ease;
  -webkit-backdrop-filter: blur(18px) saturate(115%);
  backdrop-filter: blur(18px) saturate(115%);
}

.vgg-ma-engage-item[open] {
  border-color: rgba(255, 255, 255, 0.92);
  background: var(--vgg-ma-navy);
  box-shadow:
    0 20px 48px rgba(7, 23, 45, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.88),
    0 0 0 4px rgba(255, 255, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.vgg-ma-engage-item__summary {
  --vgg-ma-engage-divider-space:
    clamp(12px, 1.4vw, 20px);

  position: relative;
  display: flex !important;
  width: 100%;
  min-width: 0;
  min-height: 106px;
  align-items: center;
  gap: 0;
  padding:
    clamp(15px, 1.8vw, 20px)
    clamp(12px, 1.9vw, 26px);
  list-style: none;
  background: transparent;
  cursor: pointer;
  transition:
    color 300ms ease,
    background 300ms ease;
}

.vgg-ma-engage-item__summary::-webkit-details-marker {
  display: none;
}

.vgg-ma-engage-item__summary::marker {
  display: none;
  content: "";
}

.vgg-ma-engage-item__icon {
  display: flex;
  width: clamp(38px, 4vw, 50px);
  height: clamp(38px, 4vw, 50px);
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  justify-self: start;
  margin-right:
    var(--vgg-ma-engage-divider-space);
  border: 1px solid rgba(7, 23, 45, 0.08);
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 1),
      rgba(245, 245, 243, 0.82)
    );
  color: var(--vgg-ma-amber);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1;
  box-shadow:
    0 10px 22px rgba(7, 23, 45, 0.085),
    0 3px 7px rgba(7, 23, 45, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);
  transition:
    border-color 300ms ease,
    background 300ms ease,
    box-shadow 300ms ease;
}

.vgg-ma-engage-item__title {
  display: flex;
  min-height: 2.5em;
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  align-items: center;
  margin: 0;
  padding-left:
    var(--vgg-ma-engage-divider-space);
  border-left: 1px solid rgba(216, 155, 43, 0.38);
  color: var(--vgg-ma-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(0.74rem, 1.15vw, 1.08rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.012em;
  text-align: left;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  transition:
    color 300ms ease,
    border-color 300ms ease;
}

.vgg-ma-engage-item__toggle {
  position: relative;
  display: block;
  width: clamp(28px, 3vw, 34px);
  height: clamp(28px, 3vw, 34px);
	flex: 0 0 auto;
margin-left: auto;
  border: 1px solid rgba(7, 23, 45, 0.14);
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.9),
      rgba(247, 247, 245, 0.66)
    );
  box-shadow:
    0 5px 12px rgba(7, 23, 45, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transition:
    border-color 300ms ease,
    background 300ms ease,
    box-shadow 300ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vgg-ma-engage-item__toggle::before,
.vgg-ma-engage-item__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background: var(--vgg-ma-navy);
  content: "";
  transform: translate(-50%, -50%);
  transition:
    background 300ms ease,
    transform 380ms ease;
}

.vgg-ma-engage-item__toggle::after {
  transform:
    translate(-50%, -50%)
    rotate(90deg);
}

.vgg-ma-engage-item:not([open]) > .vgg-ma-engage-item__body {
  display: grid;
}

.vgg-ma-engage-item__body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 450ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 300ms ease;
}

.vgg-ma-engage-item__body-inner {
  overflow: hidden;
  background: var(--vgg-ma-navy);
}

.vgg-ma-engage-item__body p {
  width: 100%;
  max-width: none;
  margin: 0;
  padding:
    0
    24px
    28px;
  color: var(--vgg-ma-white);
  font-size: clamp(0.75rem, 0.82vw, 0.82rem);
  font-weight: 400;
  line-height: 1.76;
}

.vgg-ma-engage-item[open] .vgg-ma-engage-item__summary {
  background: var(--vgg-ma-navy);
}

.vgg-ma-engage-item[open] .vgg-ma-engage-item__title {
  border-left-color: rgba(255, 255, 255, 0.26);
  color: var(--vgg-ma-white);
}

.vgg-ma-engage-item[open] .vgg-ma-engage-item__icon {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.vgg-ma-engage-item[open] .vgg-ma-engage-item__toggle {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.09);
  transform: rotate(180deg);
}

.vgg-ma-engage-item[open] .vgg-ma-engage-item__toggle::before,
.vgg-ma-engage-item[open] .vgg-ma-engage-item__toggle::after {
  background: var(--vgg-ma-white);
}

.vgg-ma-engage-item[open] .vgg-ma-engage-item__toggle::after {
  transform:
    translate(-50%, -50%)
    rotate(0deg);
}

.vgg-ma-engage-item[open] .vgg-ma-engage-item__body {
  grid-template-rows: 1fr;
  opacity: 1;
}

@media (hover: hover) {
	
	.vgg-ma-engage-item:not([open]):hover
.vgg-ma-engage-item__icon {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
	
  .vgg-ma-engage-item:not([open]):hover {
    border-color: rgba(255, 255, 255, 0.96);
    background:
      linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.96),
        rgba(244, 245, 246, 0.74)
      );
    box-shadow:
      0 20px 46px rgba(7, 23, 45, 0.09),
      0 0 0 1px rgba(255, 255, 255, 0.94),
      0 0 0 4px rgba(229, 228, 226, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 1);
    transform: translateY(-2px);
  }

  .vgg-ma-engage-item:not([open]):hover
  .vgg-ma-engage-item__summary {
    background:
      linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.74),
        rgba(246, 247, 248, 0.42)
      );
  }

  .vgg-ma-engage-item:not([open]):hover
.vgg-ma-engage-item__toggle {
  border-color: rgba(216, 155, 43, 0.96);
  background:
    linear-gradient(
      135deg,
      rgba(216, 155, 43, 0.9),
      rgba(216, 155, 43, 0.66)
    );
  box-shadow:
    0 8px 20px rgba(216, 155, 43, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}
	
	.vgg-ma-engage-item:not([open]):hover
.vgg-ma-engage-item__toggle::before,
.vgg-ma-engage-item:not([open]):hover
.vgg-ma-engage-item__toggle::after {
  background: var(--vgg-ma-white);
}

  .vgg-ma-engage-item[open]:hover {
    border-color: rgba(247, 214, 145, 0.92);
    background: var(--vgg-ma-navy);
    box-shadow:
      0 22px 52px rgba(7, 23, 45, 0.22),
      0 0 0 1px rgba(255, 255, 255, 0.76),
      0 0 0 5px rgba(216, 155, 43, 0.16),
      0 0 24px rgba(216, 155, 43, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  .vgg-ma-engage-item[open]:hover
  .vgg-ma-engage-item__summary,
  .vgg-ma-engage-item[open]:hover
  .vgg-ma-engage-item__body-inner {
    background: var(--vgg-ma-navy);
  }

  .vgg-ma-engage-item[open]:hover
  .vgg-ma-engage-item__toggle {
    border-color: rgba(247, 214, 145, 0.88);
    background: rgba(216, 155, 43, 0.16);
  }
	
	.vgg-ma-engage-item[open]:hover
.vgg-ma-engage-item__icon {
  border-color: rgba(255, 255, 255, 0.3);
  background:
    linear-gradient(
      135deg,
      rgba(36, 58, 94, 0.82),
      rgba(27, 47, 74, 0.58)
    );
  box-shadow:
    0 10px 24px rgba(7, 23, 45, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);
}
}

/* =========================================================
   NEW SECTION RESPONSIVE RULES
========================================================= */

@media (max-width: 1024px) {
  .vgg-ma-why__intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .vgg-ma-why__heading,
  .vgg-ma-why__copy {
    max-width: 700px;
  }

  .vgg-ma-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vgg-ma-why-card {
    min-height: 215px;
  }
	
	.vgg-ma-why-card__media {
  height: clamp(210px, 28vw, 270px);
  flex-basis: clamp(210px, 28vw, 270px);
}

  .vgg-ma-ai-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .vgg-ma-ai-card__heading,
  .vgg-ma-ai-card__copy {
    max-width: 700px;
  }
}

@media (max-width: 599.98px) {
  .vgg-ma-why {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .vgg-ma-why__intro {
    gap: 25px;
  }

  .vgg-ma-why__copy p {
  line-height: 1.78;
}
	
  .vgg-ma-why__copy p + p {
    margin-top: 17px;
  }

  .vgg-ma-why__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 38px;
  }

  .vgg-ma-why-card {
    min-height: 0;
  }

  .vgg-ma-why-card__header {
    min-height: 74px;
    padding: 19px 21px;
  }

  .vgg-ma-why-card__body {
  padding: 0;
}

  .vgg-ma-why-card__title {
    font-size: 0.68rem;
  }

  .vgg-ma-why-card__copy {
  min-height: 0;
  padding:
    22px
    21px
    18px;
  font-size: 0.75rem;
  line-height: 1.76;
  text-align: left;
}

.vgg-ma-why-card__media {
  height: clamp(185px, 58vw, 235px);
  min-height: 0;
  flex: 0 0 clamp(185px, 58vw, 235px);
  aspect-ratio: auto;
  margin-top: 0;
}

  .vgg-ma-ai {
    padding-top: 0;
    padding-bottom: 72px;
  }

  .vgg-ma-ai-card {
    min-height: 0;
    gap: 26px;
    padding: 38px 25px 40px;
  }

.vgg-ma-ai-card__copy p {
  line-height: 1.78;
}

  .vgg-ma-ai-card__copy p + p {
    margin-top: 17px;
  }

  .vgg-ma-engage {
    padding-top: 68px;
    padding-bottom: 72px;
  }

.vgg-ma-engage__list {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 36px;
}

.vgg-ma-engage-item__summary {
  min-height: 102px;
  grid-template-columns: 44px minmax(0, 1fr) 32px;
  grid-template-areas:
    "number title toggle";
  grid-template-rows: 1fr;
  padding-left: 14px;
  align-content: center;
  align-items: center;
  justify-items: stretch;
  padding: 16px 18px;
  text-align: left;
}

.vgg-ma-engage-item__icon {
  width: 44px;
  height: 44px;
  justify-self: start;
  font-size: 1.15rem;
}

.vgg-ma-engage-item__title {
  padding-left: 14px;
  font-size: clamp(0.95rem, 4.6vw, 1.12rem);
  text-align: left;
}

.vgg-ma-engage-item__toggle {
  width: 32px;
  height: 32px;
  justify-self: end;
  margin-top: 0;
}

.vgg-ma-engage-item__toggle::before,
.vgg-ma-engage-item__toggle::after {
  width: 11px;
}

.vgg-ma-engage-item__body p {
  width: 100%;
  max-width: none;
  margin: 0;
  padding:
    0
    18px
    25px;
  font-size: 0.76rem;
  line-height: 1.75;
  text-align: left;
}

.vgg-ma-engage-item__toggle {
  width: 32px;
  height: 32px;
}

.vgg-ma-engage-item__toggle::before,
.vgg-ma-engage-item__toggle::after {
  width: 11px;
}

.vgg-ma-engage-item__body p {
  padding:
    0
    18px
    25px;
  font-size: 0.76rem;
  line-height: 1.75;
}
}

@media (max-width: 389.98px) {
  .vgg-ma-ai-card {
    padding: 34px 21px 36px;
  }

  .vgg-ma-engage-item__summary {
  min-height: 98px;
  grid-template-columns: 40px minmax(0, 1fr) 30px;
  grid-template-areas:
    "number title toggle";
  grid-template-rows: 1fr;
  padding: 14px;
}

.vgg-ma-engage-item__icon {
  width: 40px;
  height: 40px;
  font-size: 1.05rem;
}

.vgg-ma-engage-item__title {
  font-size: 0.9rem;
}

.vgg-ma-engage-item__toggle {
  width: 30px;
  height: 30px;
}

.vgg-ma-engage-item__body p {
  padding:
    0
    18px
    26px;
}
}

/* =========================================================
   FINAL CTA
========================================================= */

.vgg-ma-cta {
  padding-top: clamp(70px, 7.3vw, 112px);
  padding-bottom: clamp(72px, 7.6vw, 118px);
  background:
    linear-gradient(
      180deg,
      rgba(250, 250, 249, 0.78),
      rgba(255, 255, 255, 1)
    );
}

.vgg-ma-cta__layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(430px, 0.9fr);
  gap: clamp(55px, 9vw, 145px);
  align-items: start;
}

.vgg-ma-cta__copy {
  max-width: 600px;
  margin: 0;
  color: var(--vgg-ma-blue-alt);
  font-size: var(--vgg-ma-support-copy-size);
  line-height: 1.82;
}

.vgg-ma-cta__actions {
  margin-top: 28px;
}


/* =========================================================
   LARGE TABLET / SMALL DESKTOP
========================================================= */

@media (max-width: 1199.98px) {
  .vgg-ma-shell {
    padding-inline: clamp(28px, 4vw, 52px);
  }

  .vgg-ma-hero__inner {
    grid-template-columns:
      minmax(350px, 0.96fr)
      minmax(410px, 1.04fr);
  }

  .vgg-ma-hero__content,
  .vgg-ma-hero__image {
    min-height: 610px;
  }

  .vgg-ma-hero__content {
    padding-right: clamp(35px, 4vw, 64px);
  }

  .vgg-ma-hero__title {
    font-size: clamp(3.2rem, 5vw, 4.5rem);
  }
}

/* =========================================================
   DESKTOP LAYOUT
========================================================= */

@media (min-width: 1025px) {
	.vgg-ma-hero__title {
  max-width: 780px;
  font-size: clamp(2.85rem, 3.45vw, 3.9rem);
}
	
	.vgg-ma-heading {
  font-size: clamp(1.85rem, 2.4vw, 2.55rem);
}

.vgg-ma-pathway-card__title {
  font-size: clamp(1.7rem, 2.05vw, 2.2rem);
}
	
	.vgg-ma-cta__content {
  align-self: center;
}

  .vgg-ma-hero__copy {
    max-width: 640px;
  }

  .vgg-ma-hero__actions,
  .vgg-ma-cta__actions {
    flex-wrap: nowrap;
  }

  .vgg-ma-hero__actions .vgg-ma-button,
  .vgg-ma-cta__actions .vgg-ma-button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .vgg-ma-hero__inner {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-left: clamp(36px, 5.3vw, 84px);
    padding-right: 0;

    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1.12fr);
  }

  .vgg-ma-hero__content {
    padding-right: clamp(38px, 4.5vw, 74px);
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
	  .vgg-market-authority {
    --vgg-ma-support-copy-size: 0.86rem;
  }
	
  .vgg-ma-hero__inner {
    grid-template-columns:
      minmax(340px, 0.94fr)
      minmax(400px, 1.06fr);
  }

  .vgg-ma-hero__content,
  .vgg-ma-hero__image {
    min-height: 570px;
  }

  .vgg-ma-hero__content {
    padding-top: 70px;
    padding-right: 38px;
    padding-bottom: 70px;
  }

  .vgg-ma-hero__title {
    font-size: clamp(3rem, 5vw, 4rem);
  }

  .vgg-ma-hero__copy {
  margin-top: 29px;
}

  .vgg-ma-button {
    min-height: 51px;
    padding-inline: 19px;
    font-size: 0.61rem;
  }

  .vgg-ma-outcome {
    padding-inline: 34px;
  }

  .vgg-ma-section-heading {
    gap: 50px;
  }

.vgg-ma-pathway-card {
  min-height: 420px;
}

.vgg-ma-pathway-card[open] {
  min-height: 480px;
}

  .vgg-ma-cta__layout {
    grid-template-columns:
      minmax(0, 0.95fr)
      minmax(390px, 1.05fr);
    gap: 55px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
.vgg-ma-hero__inner {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-right: 0;
  }
	
.vgg-ma-engage-item__title {
  font-size: clamp(0.68rem, 1.2vw, 0.82rem);
}
	
	.vgg-ma-engage-item__icon {
  width: clamp(34px, 4vw, 38px);
  height: clamp(34px, 4vw, 38px);
  font-size: clamp(0.9rem, 1.35vw, 1.05rem);
}

.vgg-ma-engage-item__toggle {
  width: clamp(26px, 3vw, 30px);
  height: clamp(26px, 3vw, 30px);
}

.vgg-ma-engage-item__toggle::before,
.vgg-ma-engage-item__toggle::after {
  width: clamp(7px, 1.05vw, 11px);
}

  .vgg-ma-hero__actions {
    width: 100%;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .vgg-ma-hero__actions .vgg-ma-button {
  flex: 1 1 0;
  min-width: 0;
  min-height: 47px;
  padding: 11px 6px;
  font-size: clamp(0.56rem, 0.9vw, 0.62rem);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
}

/* =========================================================
   NARROW TABLET
========================================================= */

@media (max-width: 899.98px) {
  .vgg-ma-hero__inner {
    grid-template-columns:
      minmax(310px, 0.93fr)
      minmax(350px, 1.07fr);
  }
	
	.vgg-ma-outcomes__intro {
  grid-template-columns: 1fr;
  gap: 28px;
}

.vgg-ma-outcomes__heading,
.vgg-ma-outcomes__intro-copy {
  max-width: 680px;
}

  .vgg-ma-hero__content,
  .vgg-ma-hero__image {
    min-height: 540px;
  }
	
.vgg-ma-pathway-card__hover-preview {
  font-size: 0.53rem;
  line-height: 1.45;
}

  .vgg-ma-hero__title {
    font-size: clamp(2.7rem, 5vw, 3.6rem);
  }

  .vgg-ma-hero__actions {
    gap: 12px;
  }

  .vgg-ma-button {
    padding-inline: 15px;
    letter-spacing: 0.08em;
  }

  .vgg-ma-section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vgg-ma-section-heading__copy {
    max-width: 650px;
  }

  .vgg-ma-pathway-card {
  aspect-ratio: auto;
  min-height: 430px;
}

.vgg-ma-pathway-card[open] {
  min-height: 480px;
}

  .vgg-ma-pathway-card__details {
    padding: 30px;
  }

  .vgg-ma-pathway-card__details-title {
    font-size: 1.65rem;
  }

  .vgg-ma-pathway-card__details p {
    margin-top: 14px;
    font-size: 0.73rem;
    line-height: 1.65;
  }

  .vgg-ma-cta__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .vgg-ma-cta__content {
    max-width: 680px;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 599.98px) {
  .vgg-ma-outcomes__intro {
  gap: 24px;
  padding-top: 64px;
  padding-bottom: 42px;
}

.vgg-ma-outcomes__intro-copy p {
  line-height: 1.78;
}

.vgg-ma-outcomes__intro-copy p + p {
  margin-top: 17px;
}
	
.vgg-market-authority {
  --vgg-ma-support-copy-size: 0.84rem;
  font-size: 15px;
}

  .vgg-ma-shell {
    padding-inline: 20px;
  }

  .vgg-ma-eyebrow {
    margin-bottom: 18px;
    font-size: 0.62rem;
  }

  .vgg-ma-heading {
    font-size: clamp(2.08rem, 10vw, 2.75rem);
  }


  /* Mobile hero */

  .vgg-ma-hero__inner {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }

  .vgg-ma-hero__content {
    min-height: 0;
    padding:
      clamp(64px, 16vw, 90px)
      20px
      44px;
  }

  .vgg-ma-hero__title {
    max-width: 100%;
    font-size: clamp(2.75rem, 12.3vw, 4rem);
    line-height: 1.06;
  }

.vgg-ma-hero__copy {
  max-width: 100%;
  margin-top: 27px;
  line-height: 1.8;
}

  .vgg-ma-hero__actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 32px;
  }

  .vgg-ma-hero__image {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9.4;
  }

  .vgg-ma-hero__image img {
    object-position: center;
  }


  /* Mobile buttons remain side by side */

  .vgg-ma-button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 8px;
    font-size: clamp(0.51rem, 2.4vw, 0.59rem);
    letter-spacing: 0.065em;
  }


  /* Mobile outcomes */

  .vgg-ma-outcomes__grid {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .vgg-ma-outcome {
  padding: 30px 18px;
}

.vgg-ma-outcome:first-child,
.vgg-ma-outcome:last-child {
  padding-right: 18px;
  padding-left: 18px;
}

  .vgg-ma-outcome + .vgg-ma-outcome {
    border-top: 1px solid var(--vgg-ma-amber-line);
    border-left: 0;
  }

  .vgg-ma-outcome__number {
    margin-bottom: 13px;
  }

  .vgg-ma-outcome__copy {
    max-width: 100%;
    margin-top: 11px;
  }


  /* Mobile pathways */

  .vgg-ma-pathways {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .vgg-ma-pathways__heading {
    margin-bottom: 35px;
  }

  .vgg-ma-section-heading {
    gap: 24px;
  }

.vgg-ma-section-heading__copy {
  line-height: 1.78;
}

  .vgg-ma-pathways__grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .vgg-ma-pathway-card {
  aspect-ratio: 16 / 9.4;
  min-height: 0;
}

.vgg-ma-pathway-card[open] {
  aspect-ratio: auto;
  min-height: 455px;
}

  .vgg-ma-pathway-card:hover {
    transform: translateY(0);
  }

  .vgg-ma-pathway-card__initial {
    padding: 24px;
  }

  .vgg-ma-pathway-card__title {
  font-size: clamp(1.7rem, 7.6vw, 2.15rem);
}

  .vgg-ma-pathway-card__prompt {
    max-height: 30px;
    margin-top: 11px;
    opacity: 0.82;
    transform: translateY(0);
  }

  .vgg-ma-pathway-card__details {
    padding: 24px;
  }

  .vgg-ma-pathway-card__eyebrow {
    margin-bottom: 10px;
    font-size: 0.57rem;
  }

  .vgg-ma-pathway-card__details-title {
    font-size: clamp(1.35rem, 6.3vw, 1.8rem);
  }

  .vgg-ma-pathway-card__details p {
    margin-top: 12px;
    font-size: clamp(0.69rem, 3vw, 0.78rem);
    line-height: 1.58;
  }

  /* Mobile CTA */

  .vgg-ma-cta {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .vgg-ma-cta__layout {
    gap: 28px;
  }

  .vgg-ma-cta__heading br {
    display: none;
  }

.vgg-ma-cta__copy {
  line-height: 1.76;
}

  .vgg-ma-cta__actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 26px;
  }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 389.98px) {
  .vgg-ma-shell {
    padding-inline: 17px;
  }

  .vgg-ma-hero__content {
    padding-right: 17px;
    padding-left: 17px;
  }

  .vgg-ma-hero__title {
    font-size: 2.55rem;
  }

  .vgg-ma-button {
    min-height: 49px;
    padding-inline: 5px;
    font-size: 0.49rem;
    letter-spacing: 0.045em;
  }

  .vgg-ma-pathway-card {
    aspect-ratio: 1.52 / 1;
  }

  .vgg-ma-pathway-card__details {
    padding: 20px;
  }

  .vgg-ma-pathway-card__details-title {
    font-size: 1.27rem;
  }

  .vgg-ma-pathway-card__details p {
    font-size: 0.66rem;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .vgg-market-authority *,
  .vgg-market-authority *::before,
  .vgg-market-authority *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* =========================================================
   AUTHORITY IN MOTION
   Replace the complete existing Authority in Motion CSS
   block with this version.
========================================================= */

.vgg-ma-motion {
  position: relative;
  padding-top: clamp(82px, 8.4vw, 132px);
  padding-bottom: clamp(84px, 8.8vw, 138px);
  overflow: hidden;
  border-top: 1px solid var(--vgg-ma-soft-line);
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(229, 228, 226, 0.28),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 86%,
      rgba(216, 155, 43, 0.055),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(250, 250, 249, 0.94) 100%
    );
}

.vgg-ma-motion::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(76vw, 1080px);
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(216, 155, 43, 0.42),
      transparent
    );
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}


/* =========================================================
   SECTION INTRO
========================================================= */

.vgg-ma-motion__intro {
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(390px, 1.08fr);
  gap: clamp(52px, 8vw, 128px);
  align-items: end;
}

.vgg-ma-motion__heading {
  max-width: 680px;
}

.vgg-ma-motion__title {
  max-width: 680px;
}

.vgg-ma-motion__intro-copy {
  max-width: 640px;
  margin: 0 0 5px;
  color: var(--vgg-ma-blue-alt);
  font-size: var(--vgg-ma-support-copy-size);
  font-weight: 400;
  line-height: 1.85;
}


/* =========================================================
   MAIN STAGE
========================================================= */

.vgg-ma-motion__stage {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  margin-top: clamp(44px, 5.2vw, 72px);
  padding:
    clamp(28px, 3vw, 42px)
    clamp(24px, 3.5vw, 52px)
    clamp(46px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(129, 138, 148, 0.31);
  border-radius: var(--vgg-ma-radius);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 249, 250, 0.88) 52%,
      rgba(239, 241, 244, 0.72)
    );
  box-shadow:
    0 30px 72px rgba(7, 23, 45, 0.105),
    0 8px 24px rgba(7, 23, 45, 0.055),
    0 0 0 1px rgba(255, 255, 255, 0.94),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 38px rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(30px) saturate(128%);
  backdrop-filter: blur(30px) saturate(128%);
}

.vgg-ma-motion__stage::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      124deg,
      rgba(255, 255, 255, 0.48) 0%,
      rgba(255, 255, 255, 0.08) 31%,
      transparent 50%,
      rgba(255, 255, 255, 0.12) 73%,
      rgba(255, 255, 255, 0.34) 100%
    );
  content: "";
  pointer-events: none;
}

@media (min-width: 1440px) {
  .vgg-ma-motion__stage {
    min-height: 610px;
  }
}

/* =========================================================
   SVG NETWORK
========================================================= */

.vgg-ma-motion__network {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.vgg-ma-motion__ambient {
  transform-box: fill-box;
  transform-origin: center;
  animation:
    vgg-ma-motion-network-drift
    15s
    ease-in-out
    infinite
    alternate;
}

.vgg-ma-motion__ambient path {
  fill: none;
  stroke: rgba(106, 118, 132, 0.19);
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.vgg-ma-motion__ambient circle {
  fill: rgba(216, 155, 43, 0.48);
  stroke: rgba(255, 255, 255, 0.88);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.vgg-ma-motion__flow-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.vgg-ma-motion__flow-path--base {
  stroke: rgba(216, 155, 43, 0.58);
  stroke-width: 2.4;
}

.vgg-ma-motion__flow-path--active {
  stroke: url("#vgg-ma-motion-flow-gradient");
  stroke-width: 3;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter:
    drop-shadow(
      0 0 8px rgba(216, 155, 43, 0.34)
    );
}

.vgg-ma-motion__flow-path--travel {
  stroke: rgba(255, 218, 139, 0.95);
  stroke-width: 2.7;
  stroke-dasharray: 0.018 0.058;
  stroke-dashoffset: 1;
  opacity: 0;
  filter:
    drop-shadow(
      0 0 7px rgba(216, 155, 43, 0.72)
    );
}

.vgg-ma-motion__signal {
  opacity: 0;
}


/* =========================================================
   METRIC CARDS
========================================================= */

.vgg-ma-motion__metrics {
  position: absolute;
  top: clamp(26px, 2.8vw, 40px);
  right: clamp(24px, 3.5vw, 52px);
  bottom: clamp(28px, 3vw, 42px);
  left: clamp(24px, 3.5vw, 52px);
  z-index: 4;
  pointer-events: none;
}

.vgg-ma-motion__metric-card {
  position: absolute;
  display: flex;
  width: clamp(210px, 18vw, 258px);
  height: 184px;
  min-height: 184px;
  flex-direction: column;
  padding: 22px 21px 19px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: var(--vgg-ma-radius);
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(255, 255, 255, 1),
      transparent 54%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.91),
      rgba(242, 244, 246, 0.72)
    );
  box-shadow:
    0 18px 38px rgba(7, 23, 45, 0.105),
    0 0 0 1px rgba(255, 255, 255, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  backdrop-filter: blur(24px) saturate(135%);
  pointer-events: auto;
  transform: translateY(0);
  transition:
    border-color 360ms ease,
    box-shadow 420ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vgg-ma-motion__metric-card--alignment {
  top: 0;
  left: 0;
  width: clamp(202px, 16.5vw, 236px);
}

.vgg-ma-motion__metric-card--impact {
  top: 0;
  right: 0;
  bottom: auto;
  width: clamp(210px, 18vw, 258px);
}

.vgg-ma-motion__metric-card::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.44),
      transparent 42%,
      rgba(255, 255, 255, 0.18)
    );
  content: "";
  pointer-events: none;
}

.vgg-ma-motion__metric-top,
.vgg-ma-motion__metric-value,
.vgg-ma-motion__metric-meta,
.vgg-ma-motion__sparkline,
.vgg-ma-motion__impact-dots {
  position: relative;
  z-index: 1;
}

.vgg-ma-motion__metric-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.vgg-ma-motion__metric-label {
  color: var(--vgg-ma-dark-blue);
  font-size: 0.61rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.vgg-ma-motion__metric-indicator {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 155, 43, 0.88);
  border-radius: 50%;
  background: #FFFFFF;
  color: var(--vgg-ma-amber);
  box-shadow:
    0 0 0 2px rgba(216, 155, 43, 0.06);
  transition:
  color 300ms ease,
  background 300ms ease,
  border-color 300ms ease,
  box-shadow 300ms ease;
}

.vgg-ma-motion__metric-indicator i {
  display: block;
  font-size: 0.46rem;
  line-height: 1;
}

.vgg-ma-motion__metric-value {
  display: block;
  margin-top: 14px;
  color: var(--vgg-ma-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
}

.vgg-ma-motion__metric-meta {
  display: block;
  margin-top: 8px;
  color: rgba(36, 58, 94, 0.7);
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1.4;
}

.vgg-ma-motion__sparkline {
  position: relative;
  z-index: 1;

  display: block;
  width: calc(100% + 16px);
  height: 64px;

  margin-top: auto;
  margin-right: 0;
  margin-left: -16px;

  overflow: visible;

  transform: translateY(0);
  transform-box: fill-box;
  transform-origin: center;

  pointer-events: none;
}

.vgg-ma-motion__sparkline-active {
  fill: none;
  stroke-linecap: butt;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.vgg-ma-motion__sparkline-active {
  opacity: 1;

  stroke: var(--vgg-ma-amber);
  stroke-width: 2.2;

  stroke-dasharray: 200 200;
  stroke-dashoffset: 200;

  filter:
    drop-shadow(
      0 0 4px rgba(216, 155, 43, 0.26)
    );

  transition:
    stroke 320ms ease,
    filter 320ms ease;
}

/* Endpoint circle — initial appearance */
.vgg-ma-motion__sparkline-end {
  opacity: 0;

  fill: var(--vgg-ma-amber);
  stroke: #FFFFFF;
  stroke-width: 1.5;

  transform: scale(0.68);
  transform-box: fill-box;
  transform-origin: center;

  vector-effect: non-scaling-stroke;
  pointer-events: none;

  filter:
    drop-shadow(
      0 0 2px rgba(7, 23, 45, 0.28)
    )
    drop-shadow(
      0 0 7px rgba(216, 155, 43, 0.58)
    );

  transition:
    fill 320ms ease,
    stroke 320ms ease,
    filter 320ms ease;
}

.vgg-ma-motion__impact-dots {
  display: flex;
  gap: 7px;
  margin-top: auto;
  transform: translateY(0);
  transform-origin: left center;
}

.vgg-ma-motion__impact-dots span {
  display: block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--vgg-ma-amber);
  box-shadow:
    0 0 0 3px rgba(216, 155, 43, 0.08),
    0 0 9px rgba(216, 155, 43, 0.24);
  transform: scale(0);
  transition:
    background 320ms ease,
    box-shadow 320ms ease;
}


/* =========================================================
   FIVE CONNECTED NODES
========================================================= */

.vgg-ma-motion__flow {
  --vgg-ma-motion-node-radius:
    clamp(32px, 2.7vw, 39px);

  position: absolute;
  top:
    calc(
      50% -
      var(--vgg-ma-motion-node-radius)
    );
  right: clamp(24px, 3.5vw, 52px);
  left: clamp(24px, 3.5vw, 52px);
  z-index: 3;

  display: grid;
  grid-template-columns:
    repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 34px);

  margin: 0;
  padding: 0;
  list-style: none;
}

.vgg-ma-motion__flow::before {
  position: absolute;
  top: clamp(32px, 2.7vw, 39px);
  right: 10%;
  left: 10%;
  z-index: 0;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(216, 155, 43, 0.28) 0%,
      rgba(216, 155, 43, 0.72) 18%,
      rgba(243, 195, 91, 0.94) 50%,
      rgba(216, 155, 43, 0.72) 82%,
      rgba(216, 155, 43, 0.28) 100%
    );
  box-shadow:
    0 0 8px rgba(216, 155, 43, 0.22);
  content: "";
  pointer-events: none;
}

.vgg-ma-motion__node {
  position: relative;
  z-index: 2;
  min-width: 0;
  margin: 0;
  padding: 0 4px;
  text-align: center;
}

.vgg-ma-motion__node-icon {
  position: relative;
  z-index: 2;
  display: flex;
  width: clamp(64px, 5.4vw, 78px);
  height: clamp(64px, 5.4vw, 78px);
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 1),
      rgba(246, 247, 249, 0.92)
    );
  color: var(--vgg-ma-amber);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
box-shadow:
  0 15px 30px rgba(7, 23, 45, 0.13),
  0 5px 12px rgba(7, 23, 45, 0.07),
  0 0 0 1px rgba(255, 255, 255, 0.9),
  0 0 0 7px rgba(255, 255, 255, 0.24),
  0 0 15px rgba(255, 255, 255, 0.42),
  inset 0 1px 0 rgba(255, 255, 255, 1);
  transform: translateY(0) scale(1);
  transition:
    color 420ms ease,
    background 420ms ease,
    border-color 420ms ease,
    box-shadow 520ms ease,
    transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vgg-ma-motion__node-content {
  max-width: 220px;
  margin: 24px auto 0;
}

.vgg-ma-motion__node-title {
  margin: 0;
  color: var(--vgg-ma-navy);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(0.68rem, 0.78vw, 0.77rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 360ms ease;
}

.vgg-ma-motion__node-copy {
  margin: 14px 0 0;
  color: var(--vgg-ma-blue-alt);
  font-size: clamp(0.69rem, 0.76vw, 0.76rem);
  font-weight: 400;
  line-height: 1.72;
}


/* =========================================================
   JS-ENHANCED ENTRANCE STATES
   Content remains visible when JavaScript is unavailable
========================================================= */

.vgg-ma-motion.is-ready
.vgg-ma-motion__heading,
.vgg-ma-motion.is-ready
.vgg-ma-motion__intro-copy {
  opacity: 0;
  transform: translateY(22px);
}

.vgg-ma-motion.is-ready
.vgg-ma-motion__stage {
  opacity: 0;
  transform: translateY(28px) scale(0.992);
}

.vgg-ma-motion.is-ready
.vgg-ma-motion__metric-card {
  opacity: 0;
  transform: translateY(20px);
}

.vgg-ma-motion.is-ready
.vgg-ma-motion__node {
  opacity: 0;
  transform: translateY(22px);
}

.vgg-ma-motion.is-ready.is-in-view
.vgg-ma-motion__heading {
  animation:
    vgg-ma-motion-reveal
    760ms
    cubic-bezier(0.22, 1, 0.36, 1)
    both;
}

.vgg-ma-motion.is-ready.is-in-view
.vgg-ma-motion__intro-copy {
  animation:
    vgg-ma-motion-reveal
    760ms
    cubic-bezier(0.22, 1, 0.36, 1)
    100ms
    both;
}

.vgg-ma-motion.is-ready.is-in-view
.vgg-ma-motion__stage {
  animation:
    vgg-ma-motion-stage-reveal
    920ms
    cubic-bezier(0.22, 1, 0.36, 1)
    180ms
    both;
}

.vgg-ma-motion.is-ready.is-in-view
.vgg-ma-motion__metric-card--alignment {
  opacity: 1;
  transform: translateY(0);
  animation:
    vgg-ma-motion-card-reveal
    780ms
    cubic-bezier(0.22, 1, 0.36, 1)
    520ms
    backwards;
}

.vgg-ma-motion.is-ready.is-in-view
.vgg-ma-motion__metric-card--impact {
  opacity: 1;
  transform: translateY(0);
  animation:
    vgg-ma-motion-card-reveal
    780ms
    cubic-bezier(0.22, 1, 0.36, 1)
    680ms
    backwards;
}

.vgg-ma-motion.is-ready.is-in-view
.vgg-ma-motion__node:nth-child(1) {
  animation:
    vgg-ma-motion-node-reveal
    720ms
    cubic-bezier(0.22, 1, 0.36, 1)
    730ms
    both;
}

.vgg-ma-motion.is-ready.is-in-view
.vgg-ma-motion__node:nth-child(2) {
  animation:
    vgg-ma-motion-node-reveal
    720ms
    cubic-bezier(0.22, 1, 0.36, 1)
    850ms
    both;
}

.vgg-ma-motion.is-ready.is-in-view
.vgg-ma-motion__node:nth-child(3) {
  animation:
    vgg-ma-motion-node-reveal
    720ms
    cubic-bezier(0.22, 1, 0.36, 1)
    970ms
    both;
}

.vgg-ma-motion.is-ready.is-in-view
.vgg-ma-motion__node:nth-child(4) {
  animation:
    vgg-ma-motion-node-reveal
    720ms
    cubic-bezier(0.22, 1, 0.36, 1)
    1090ms
    both;
}

.vgg-ma-motion.is-ready.is-in-view
.vgg-ma-motion__node:nth-child(5) {
  animation:
    vgg-ma-motion-node-reveal
    720ms
    cubic-bezier(0.22, 1, 0.36, 1)
    1210ms
    both;
}

.vgg-ma-motion.is-in-view
.vgg-ma-motion__sparkline-end {
  animation:
    vgg-ma-motion-spark-point
    380ms
    cubic-bezier(0.22, 1, 0.36, 1)
    2.48s
    both;
}

.vgg-ma-motion.is-in-view
.vgg-ma-motion__flow-path--travel {
  opacity: 1;
  animation:
    vgg-ma-motion-path-travel
    4.4s
    linear
    2.8s
    infinite;
}

.vgg-ma-motion.is-in-view
.vgg-ma-motion__signal {
  opacity: 1;
  transition: opacity 500ms ease 2.6s;
}

.vgg-ma-motion.is-in-view
.vgg-ma-motion__sparkline-active {
  animation:
    vgg-ma-motion-path-draw
    1.65s
    cubic-bezier(0.65, 0, 0.35, 1)
    1.2s
    both;
}

.vgg-ma-motion.is-in-view
.vgg-ma-motion__impact-dots span {
  animation:
    vgg-ma-motion-dot-pop
    520ms
    cubic-bezier(0.22, 1, 0.36, 1)
    forwards;
}

.vgg-ma-motion.is-in-view
.vgg-ma-motion__impact-dots span:nth-child(1) {
  animation-delay: 1.25s;
}

.vgg-ma-motion.is-in-view
.vgg-ma-motion__impact-dots span:nth-child(2) {
  animation-delay: 1.38s;
}

.vgg-ma-motion.is-in-view
.vgg-ma-motion__impact-dots span:nth-child(3) {
  animation-delay: 1.51s;
}

.vgg-ma-motion.is-in-view
.vgg-ma-motion__impact-dots span:nth-child(4) {
  animation-delay: 1.64s;
}

.vgg-ma-motion.is-in-view
.vgg-ma-motion__impact-dots span:nth-child(5) {
  animation-delay: 1.77s;
}


/* Current signal position, controlled by JavaScript */

.vgg-ma-motion__node.is-current
.vgg-ma-motion__node-icon {
  border-color: rgba(247, 214, 145, 1);
  background:
    linear-gradient(
      145deg,
      rgba(243, 195, 91, 0.9),
      rgba(216, 155, 43, 0.72)
    );
  color: var(--vgg-ma-white);
  box-shadow:
    0 18px 38px rgba(7, 23, 45, 0.12),
    0 0 0 1px rgba(247, 214, 145, 0.74),
    0 0 0 7px rgba(216, 155, 43, 0.11),
    0 0 22px rgba(216, 155, 43, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 0 18px rgba(255, 237, 196, 0.16);
  transform: translateY(-3px) scale(1.055);
}

.vgg-ma-motion__node.is-current
.vgg-ma-motion__node-title {
  color: var(--vgg-ma-amber);
}


/* =========================================================
   HOVER STATES
========================================================= */

@media (hover: hover) {
  .vgg-ma-motion__metric-card--alignment:hover,
  .vgg-ma-motion__metric-card--impact:hover {
    border-color: rgba(216, 155, 43, 0.58);
    box-shadow:
      0 22px 46px rgba(7, 23, 45, 0.12),
      0 0 0 1px rgba(216, 155, 43, 0.1),
      0 0 18px rgba(216, 155, 43, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 1);
    transform: translateY(-5px);
  }

  .vgg-ma-motion__metric-card:hover
  .vgg-ma-motion__metric-indicator {
    border-color: rgba(243, 195, 91, 1);
    color: var(--vgg-ma-navy);
    box-shadow:
      0 0 0 3px rgba(243, 195, 91, 0.1),
      0 0 10px rgba(243, 195, 91, 0.16);
  }

.vgg-ma-motion__metric-card--alignment:hover
.vgg-ma-motion__sparkline-active {
  stroke: #F3C35B;

  filter:
    drop-shadow(
      0 0 6px rgba(243, 195, 91, 0.42)
    );
}

.vgg-ma-motion__metric-card--alignment:hover
.vgg-ma-motion__sparkline-end {
  opacity: 1;
  visibility: visible;

  fill: #F3C35B;
  stroke: #FFFFFF;

  filter:
    drop-shadow(
      0 0 3px rgba(7, 23, 45, 0.22)
    )
    drop-shadow(
      0 0 10px rgba(243, 195, 91, 0.68)
    );
}

.vgg-ma-motion__metric-card--alignment:hover
.vgg-ma-motion__sparkline,
.vgg-ma-motion__metric-card--impact:hover
.vgg-ma-motion__impact-dots {
  animation:
    vgg-ma-motion-metric-wiggle
    980ms
    ease-in-out
    both;
}

  .vgg-ma-motion__metric-card--impact:hover
  .vgg-ma-motion__impact-dots span {
    background: #F3C35B;
    box-shadow:
      0 0 0 3px rgba(243, 195, 91, 0.1),
      0 0 11px rgba(243, 195, 91, 0.34);
  }

.vgg-ma-motion__node:hover
.vgg-ma-motion__node-icon {
  border-color: rgba(243, 195, 91, 0.98);
  background: #FFFFFF;
  color: #A7ADB4;
  box-shadow:
    0 18px 38px rgba(7, 23, 45, 0.12),
    0 0 0 1px rgba(243, 195, 91, 0.68),
    0 0 0 8px rgba(216, 155, 43, 0.07),
    0 0 18px rgba(216, 155, 43, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transform: translateY(-4px) scale(1.04);
}
	
/* Keep the frosted amber styling when the current icon is hovered */
.vgg-ma-motion__node.is-current:hover
.vgg-ma-motion__node-icon {
  border-color: rgba(247, 214, 145, 1);
  background:
    linear-gradient(
      145deg,
      rgba(243, 195, 91, 0.94),
      rgba(216, 155, 43, 0.76)
    );
  color: #A7ADB4;
  box-shadow:
    0 20px 42px rgba(7, 23, 45, 0.13),
    0 0 0 1px rgba(247, 214, 145, 0.78),
    0 0 0 8px rgba(216, 155, 43, 0.12),
    0 0 24px rgba(216, 155, 43, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 0 19px rgba(255, 237, 196, 0.18);
  transform: translateY(-4px) scale(1.06);
}

.vgg-ma-motion__node:hover
.vgg-ma-motion__node-title {
  color: var(--vgg-ma-amber);
}
}

.vgg-ma-motion__metric-card--alignment:active,
.vgg-ma-motion__metric-card--impact:active {
  border-color: transparent;
  box-shadow: none;
  transform: translateY(0);
  transition:
    border-color 260ms ease,
    box-shadow 340ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vgg-ma-motion__metric-card--alignment:active
.vgg-ma-motion__metric-indicator,
.vgg-ma-motion__metric-card--impact:active
.vgg-ma-motion__metric-indicator {
  border-color: transparent;
  background: var(--vgg-ma-amber);
  color: #FFFFFF;
  box-shadow: none;
}

/* Active card labels */

.vgg-ma-motion__metric-card--alignment:active
.vgg-ma-motion__metric-label,
.vgg-ma-motion__metric-card--impact:active
.vgg-ma-motion__metric-label {
  color: var(--vgg-ma-amber);
}


/* Active Presence Alignment graph */
.vgg-ma-motion__metric-card--alignment:active
.vgg-ma-motion__sparkline-base {
  stroke: rgba(157, 163, 170, 0.24);
}

.vgg-ma-motion__metric-card--alignment:active
.vgg-ma-motion__sparkline-active {
  stroke: #A7ADB4;
  filter:
    drop-shadow(
      0 0 3px rgba(116, 124, 133, 0.48)
    )
    drop-shadow(
      0 0 7px rgba(183, 187, 192, 0.62)
    );
}

.vgg-ma-motion__metric-card--alignment:active
.vgg-ma-motion__sparkline-end {
  opacity: 1;
  visibility: visible;

  fill: #A7ADB4;
  stroke: #FFFFFF;

  filter:
    drop-shadow(
      0 0 3px rgba(116, 124, 133, 0.54)
    )
    drop-shadow(
      0 0 8px rgba(183, 187, 192, 0.72)
    );
}

/* Active Market Impact nodes */

.vgg-ma-motion__metric-card--impact:active
.vgg-ma-motion__impact-dots span {
  background: #A7ADB4;
  border: 1px solid rgba(116, 124, 133, 0.58);
  box-shadow:
    0 0 0 3px rgba(167, 173, 180, 0.18),
    0 0 10px rgba(116, 124, 133, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

/* =========================================================
   ANIMATION KEYFRAMES
========================================================= */

@keyframes vgg-ma-motion-reveal {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes vgg-ma-motion-endpoint-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.24);
  }
}

@keyframes vgg-ma-motion-endpoint-ring {
  0% {
    opacity: 0.7;
    transform: scale(0.82);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}

@keyframes vgg-ma-motion-metric-wiggle {
  0%,
  100% {
    transform:
      translateX(0)
      rotate(0deg);
  }

  30% {
    transform:
      translateX(-1px)
      rotate(-0.28deg);
  }

  60% {
    transform:
      translateX(1px)
      rotate(0.28deg);
  }

  82% {
    transform:
      translateX(-0.4px)
      rotate(-0.1deg);
  }
}

@keyframes vgg-ma-motion-stage-reveal {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.992);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes vgg-ma-motion-card-reveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes vgg-ma-motion-node-reveal {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes vgg-ma-motion-path-travel {
  from {
    stroke-dashoffset: 1;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes vgg-ma-motion-spark-point {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  18% {
    opacity: 0.5;
    transform: scale(0.94);
  }

  48% {
    opacity: 1;
    transform: scale(0.985);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes vgg-ma-motion-dot-pop {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes vgg-ma-motion-path-draw {
  from {
    stroke-dashoffset: 200;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes vgg-ma-motion-network-drift {
  0% {
    opacity: 0.68;
    transform: translate3d(-5px, 2px, 0) scale(1);
  }

  50% {
    opacity: 0.88;
  }

  100% {
    opacity: 0.7;
    transform: translate3d(7px, -5px, 0) scale(1.018);
  }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .vgg-ma-motion__intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .vgg-ma-motion__heading,
  .vgg-ma-motion__intro-copy {
    max-width: 720px;
  }

  .vgg-ma-motion__stage {
  min-height: 560px;
}

  .vgg-ma-motion__flow {
    gap: 13px;
  }

  .vgg-ma-motion__node {
    padding-inline: 1px;
  }

  .vgg-ma-motion__node-content {
    max-width: 165px;
  }

  .vgg-ma-motion__node-copy {
    font-size: 0.68rem;
    line-height: 1.66;
  }

  .vgg-ma-motion__metric-card--alignment,
  .vgg-ma-motion__metric-card--impact {
    width: 218px;
  }
	
.vgg-ma-motion__metric-card,
.vgg-ma-motion__metric-card--alignment,
.vgg-ma-motion__metric-card--impact {
  height: 182px;
  min-height: 182px;
}
}

@media (min-width: 781px) {
.vgg-ma-motion__node-icon {
    transition:
      color 120ms ease,
      background 120ms ease,
      border-color 120ms ease,
      box-shadow 220ms ease,
      transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }
	
  .vgg-ma-motion__flow::after {
    position: absolute;
    top: var(--vgg-ma-motion-node-radius);
    left: 10%;
    z-index: 1;
    display: block;
    border-radius: 50%;
   width: 12px;
height: 12px;
border: 0;

background: #F3C35B;

box-shadow:
  0 0 0 4px rgba(216, 155, 43, 0.12),
  0 0 16px rgba(216, 155, 43, 0.48);
    content: "";
    opacity: 0;
    transform:
      translate(-50%, -50%)
      scale(0.94);
    pointer-events: none;
    will-change:
      left,
      opacity,
      transform;
  }

  .vgg-ma-motion.is-in-view
  .vgg-ma-motion__flow::after {
    animation:
      vgg-ma-motion-node-travel
      8.8s
      cubic-bezier(0.45, 0, 0.55, 1)
      infinite,
      vgg-ma-motion-node-pulse
      2.6s
      ease-in-out
      infinite;
  }
}

/* =========================================================
   SMALL TABLET AND MOBILE
========================================================= */

@media (max-width: 780px) {
  .vgg-ma-motion {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .vgg-ma-motion__intro {
    gap: 25px;
  }

.vgg-ma-motion__intro-copy {
  line-height: 1.78;
}

  .vgg-ma-motion__stage {
    min-height: 0;
    margin-top: 42px;
    padding: 24px;
  }

  .vgg-ma-motion__network {
    display: none;
  }

  .vgg-ma-motion__metrics {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: grid;
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

.vgg-ma-motion__metric-card,
.vgg-ma-motion__metric-card--alignment,
.vgg-ma-motion__metric-card--impact {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 178px;
  min-height: 178px;
}

.vgg-ma-motion__flow {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  transform: none;

  grid-template-columns: 1fr;
  gap: 30px;

  margin-top: 46px;
  padding: 2px 0;
}

.vgg-ma-motion__flow::before {
  position: absolute;
  top: 34px;
  right: auto;
  bottom: 34px;
  left: 35px;
  z-index: 0;

  width: 2px;
  height: auto;

  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      rgba(216, 155, 43, 0.18),
      rgba(216, 155, 43, 0.72),
      rgba(216, 155, 43, 0.18)
    );

  background-repeat: no-repeat;
  background-position: center -160px;
  background-size: 100% 160px;

  box-shadow:
    0 0 12px rgba(216, 155, 43, 0.12);

  content: "";
  transform: none;
  pointer-events: none;
}

.vgg-ma-motion__flow::after {
  display: none;
}

.vgg-ma-motion.is-in-view
.vgg-ma-motion__flow::before {
  animation:
    vgg-ma-motion-mobile-flow
    11s
    linear
    infinite;
}

  .vgg-ma-motion__node {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 0;
    text-align: left;
  }

  .vgg-ma-motion__node-icon {
    width: 68px;
    height: 68px;
    margin: 0;
  }

  .vgg-ma-motion__node-content {
    max-width: 520px;
    margin: 0;
  }

  .vgg-ma-motion__node-title {
    font-size: 0.72rem;
  }

  .vgg-ma-motion__node-copy {
    margin-top: 8px;
    font-size: 0.73rem;
    line-height: 1.68;
  }
}

@keyframes vgg-ma-motion-mobile-flow {
  from {
    background-position: center -160px;
  }

  to {
    background-position: center calc(100% + 160px);
  }
}

@keyframes vgg-ma-motion-node-travel {
  0% {
    left: 10%;
    opacity: 0;
  }

  8% {
    opacity: 0.9;
  }

  92% {
    opacity: 0.9;
  }

  100% {
    left: 90%;
    opacity: 0;
  }
}

@keyframes vgg-ma-motion-node-pulse {
  0%,
  100% {
    transform:
      translate(-50%, -50%)
      scale(0.96);

    box-shadow:
      0 0 0 4px rgba(216, 155, 43, 0.1),
      0 0 13px rgba(216, 155, 43, 0.34);
  }

  50% {
    transform:
      translate(-50%, -50%)
      scale(1.16);

    box-shadow:
      0 0 0 7px rgba(216, 155, 43, 0.14),
      0 0 20px rgba(216, 155, 43, 0.52);
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 519.98px) {
  .vgg-ma-motion__stage {
    padding: 19px;
  }

  .vgg-ma-motion__metrics {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

.vgg-ma-motion__metric-card,
.vgg-ma-motion__metric-card--alignment,
.vgg-ma-motion__metric-card--impact {
  height: 174px;
  min-height: 174px;
  padding: 17px 12px 17px;
}

  .vgg-ma-motion__metric-top {
    gap: 6px;
  }

  .vgg-ma-motion__metric-label {
    font-size: 0.5rem;
    letter-spacing: 0.045em;
  }

.vgg-ma-motion__metric-indicator {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}

.vgg-ma-motion__metric-indicator i {
  font-size: 0.4rem;
}

  .vgg-ma-motion__metric-value {
    margin-top: 11px;
    font-size: 1.45rem;
  }

  .vgg-ma-motion__metric-meta {
    margin-top: 6px;
    font-size: 0.56rem;
  }

.vgg-ma-motion__sparkline {
  width: calc(100% + 11px);
  height: 54px;

  margin-right: 0;
  margin-left: -11px;
}

  .vgg-ma-motion__impact-dots {
    gap: 4px;
  }

  .vgg-ma-motion__impact-dots span {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
  }

  .vgg-ma-motion__flow {
    gap: 27px;
    margin-top: 40px;
  }

  .vgg-ma-motion__flow::before {
    left: 31px;
  }

  .vgg-ma-motion__node {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 17px;
  }

  .vgg-ma-motion__node-icon {
    width: 62px;
    height: 62px;
    font-size: 1rem;
  }

  .vgg-ma-motion__node-copy {
    font-size: 0.71rem;
  }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .vgg-ma-motion *,
  .vgg-ma-motion *::before,
  .vgg-ma-motion *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
	
  .vgg-ma-motion__metric-card--alignment:active
  .vgg-ma-motion__sparkline-end {
    animation: none;
  }

  .vgg-ma-motion.is-ready
  .vgg-ma-motion__heading,
  .vgg-ma-motion.is-ready
  .vgg-ma-motion__intro-copy,
  .vgg-ma-motion.is-ready
  .vgg-ma-motion__stage,
  .vgg-ma-motion.is-ready
  .vgg-ma-motion__metric-card,
  .vgg-ma-motion.is-ready
  .vgg-ma-motion__node {
    opacity: 1;
    transform: none;
  }
	
	.vgg-ma-motion__flow::after {
  display: none;
}

  .vgg-ma-motion__flow-path--active,
  .vgg-ma-motion__sparkline-active {
    stroke-dashoffset: 0;
  }

  .vgg-ma-motion__flow-path--travel,
  .vgg-ma-motion__signal {
    display: none;
  }

.vgg-ma-motion__impact-dots span,
.vgg-ma-motion__sparkline-end {
  opacity: 1;
  transform: scale(1);
}

.vgg-ma-motion__sparkline-end,
.vgg-ma-motion__sparkline-end-dot,
.vgg-ma-motion__sparkline-end-ring {
  animation: none !important;
}
}

/* =========================================================
   FROSTED CURSOR ORB
   Scoped only to the Market Authority page
========================================================= */

body.vgg-ma-cursor-page .vgg-ma-cursor-orb {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;

  display: block;
  width: 30px;
  height: 30px;

  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;

background:
  radial-gradient(
    circle at 32% 25%,
    rgba(255, 255, 255, 0.14),
    transparent 42%
  ),
  linear-gradient(
    135deg,
    rgba(36, 58, 94, 0.7),
    rgba(7, 23, 45, 0.58)
  );

box-shadow:
  0 6px 18px rgba(7, 23, 45, 0.22),
  inset 0 1px 0 rgba(255, 255, 255, 0.2),
  inset 0 0 12px rgba(255, 255, 255, 0.04);

opacity: 0;

transform: translate3d(-50%, -50%, 0);

transition:
  width 220ms cubic-bezier(0.22, 1, 0.36, 1),
  height 220ms cubic-bezier(0.22, 1, 0.36, 1),
  opacity 180ms ease,
  background 220ms ease,
  box-shadow 220ms ease;

  -webkit-backdrop-filter: blur(12px) saturate(130%);
  backdrop-filter: blur(12px) saturate(130%);

  pointer-events: none;
  will-change: left, top, opacity, transform;
}

body.vgg-ma-cursor-page
.vgg-ma-cursor-orb.is-visible {
  opacity: 1;
}

/* Shrink and soften over clickable elements */

body.vgg-ma-cursor-page
.vgg-ma-cursor-orb.is-interactive {
  width: 16px;
  height: 16px;
  opacity: 0.32;

  background:
    linear-gradient(
      135deg,
      rgba(36, 58, 94, 0.76),
      rgba(7, 23, 45, 0.68)
    );

  box-shadow:
    0 4px 12px rgba(7, 23, 45, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

/* Slightly larger for touch and coarse-pointer devices */

@media (pointer: coarse) {
  body.vgg-ma-cursor-page
  .vgg-ma-cursor-orb {
    width: 36px;
    height: 36px;
  }

  body.vgg-ma-cursor-page
  .vgg-ma-cursor-orb.is-interactive {
    width: 28px;
    height: 28px;
  }
}


/* Reduced-motion support */

@media (prefers-reduced-motion: reduce) {
  body.vgg-ma-cursor-page .vgg-ma-cursor-orb {
    transition: none;
  }
}