:root {
  color-scheme: light;
  --ink: #152033;
  --heading: #26354d;
  --heading-deep: #0d2448;
  --muted: #5f6d80;
  --quiet: #8390a2;
  --paper: #fbfaf7;
  --white: #ffffff;
  --line: rgba(24, 42, 70, 0.14);
  --line-strong: rgba(24, 42, 70, 0.22);
  --blue: #1251a3;
  --blue-deep: #061f45;
  --blue-soft: rgba(18, 81, 163, 0.075);
  --sea: #187f86;
  --sea-soft: rgba(31, 138, 138, 0.13);
  --orange: #f28a2e;
  --orange-soft: rgba(242, 138, 46, 0.14);
  --saffron: #f2993a;
  --saffron-soft: rgba(242, 153, 58, 0.16);
  --flag-green: #168447;
  --flag-green-soft: rgba(22, 132, 71, 0.12);
  --shadow-soft: 0 22px 70px rgba(19, 37, 66, 0.1);
  --shadow-panel: 0 34px 90px rgba(19, 37, 66, 0.15);
}

* {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

html {
  min-height: 100%;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.88) 52%, rgba(238, 245, 251, 0.52) 100%),
    radial-gradient(circle at 82% 18%, rgba(18, 81, 163, 0.07), transparent 30rem),
    radial-gradient(circle at 18% 82%, rgba(242, 153, 58, 0.045), transparent 23rem),
    #fbfaf7;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(24, 42, 70, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(24, 42, 70, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 78%, transparent);
  opacity: 0.26;
  pointer-events: none;
}

body::after {
  position: fixed;
  right: -12vw;
  bottom: 2vh;
  z-index: -1;
  width: 54vw;
  height: 28vh;
  border: 1px solid rgba(31, 138, 138, 0.16);
  border-left: 0;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(90deg, transparent, rgba(31, 138, 138, 0.045));
  opacity: 0.55;
  content: "";
  transform: rotate(-8deg);
  pointer-events: none;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--heading-deep);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 760;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(1320px, calc(100% - 44px));
  min-height: 100svh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: clamp(14px, 1.55vw, 22px) 0 clamp(10px, 1vw, 14px);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
  color: var(--heading-deep);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 42px rgba(13, 36, 72, 0.08);
}

.brand-mark img {
  display: block;
  width: 86%;
  height: 86%;
  object-fit: contain;
}

.brand-copy,
.brand-name,
.brand-subtitle {
  display: block;
  min-width: 0;
}

.brand-name {
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  font-weight: 840;
  line-height: 1.15;
}

.brand-subtitle {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.28;
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.header-actions a,
.header-actions summary,
.button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 0.82rem;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
}

.header-actions a {
  border: 1px solid transparent;
  background: transparent;
  color: var(--heading-deep);
}

.header-actions summary {
  border: 1px solid transparent;
  background: transparent;
  color: var(--heading-deep);
  cursor: pointer;
  list-style: none;
}

.header-actions summary::-webkit-details-marker {
  display: none;
}

.nav-menu {
  position: relative;
}

.nav-menu[open] > summary,
.nav-menu:hover > summary,
.nav-menu:focus-within > summary,
.header-actions .nav-link:hover,
.header-actions .nav-link[aria-current="page"],
.header-actions summary[aria-current="page"] {
  background: var(--blue-soft);
  color: var(--blue-deep);
}

.nav-submenu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 20;
  display: grid;
  min-width: 220px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 54px rgba(8, 43, 105, 0.12);
  padding: 8px;
}

.nav-menu:not([open]):not(:hover):not(:focus-within) .nav-submenu {
  display: none;
}

.nav-submenu a {
  justify-content: flex-start;
  min-height: 38px;
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--heading-deep);
  white-space: nowrap;
}

.nav-submenu a:hover,
.nav-submenu a[aria-current="page"] {
  background: var(--blue-soft);
  color: var(--blue-deep);
}

.header-actions .join-link {
  min-height: 38px;
  border-color: rgba(6, 31, 69, 0.18);
  background: linear-gradient(135deg, #082652, #104d9a);
  color: var(--white);
  padding-inline: 17px;
  box-shadow: 0 14px 30px rgba(8, 43, 105, 0.16);
}

.member-gateway {
  position: relative;
  gap: 8px;
  isolation: isolate;
  overflow: hidden;
  min-height: 28px;
  border: 1px solid #c8a45d;
  border-radius: 5px;
  background: #071b33;
  color: #f7f3e8;
  padding: 6px 8px 6px 11px;
  box-shadow: 0 8px 18px rgba(7, 27, 51, 0.12);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.member-gateway::before {
  content: "";
  position: relative;
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #c8a45d;
  box-shadow: 0 0 0 1px rgba(200, 164, 93, 0.28);
}

.member-gateway:hover {
  border-color: #d8ba76;
  background: #0a223e;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(7, 27, 51, 0.18);
}

.member-gateway::after {
  content: "";
  position: relative;
  display: inline-flex;
  width: 13px;
  height: 13px;
  border: 1px solid #c8a45d;
  border-radius: 3px;
  background:
    radial-gradient(circle at 50% 42%, #c8a45d 0 2px, transparent 2.4px),
    linear-gradient(#c8a45d, #c8a45d) center 8px / 1px 4px no-repeat;
  opacity: 0.96;
}

.member-gateway-label {
  color: #bfe7ff;
  font-size: 0.61rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: none;
}

.member-gateway span,
.member-gateway::after {
  pointer-events: none;
}

.mithu-portrait .member-gateway {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 6;
  transform: none;
}

.mithu-portrait .member-gateway:hover {
  transform: translateY(-2px);
}

.news-ticker {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: clamp(18px, 2vw, 28px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}

.news-ticker span {
  color: var(--sea);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.news-ticker p {
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(0.88rem, 1.1vw, 1rem);
  font-weight: 680;
  line-height: 1.45;
}

.ticker-window {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 18px;
  animation: ticker-scroll 42s linear infinite;
}

.ticker-track:hover {
  animation-play-state: paused;
}

.ticker-track p {
  white-space: nowrap;
}

.ticker-track strong {
  color: var(--blue);
  font-weight: 900;
}

.ticker-separator {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--saffron);
  box-shadow: 0 0 0 5px var(--saffron-soft);
}

.ticker-separator:nth-of-type(4n) {
  background: var(--flag-green);
  box-shadow: 0 0 0 5px var(--flag-green-soft);
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    row-gap: 8px;
  }

  .ticker-track p[aria-hidden="true"] {
    display: none;
  }
}

.hero {
  position: relative;
  display: grid;
  flex: 0 1 auto;
  min-height: 0;
  grid-template-columns: minmax(0, 0.98fr) minmax(430px, 0.92fr);
  gap: clamp(32px, 5vw, 84px);
  align-items: center;
  padding: clamp(22px, 4vh, 44px) 0 clamp(8px, 1.4vh, 16px);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 3% 22% 0 12%;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.54), rgba(251, 250, 247, 0.01) 27%, rgba(239, 246, 251, 0.06) 74%, rgba(251, 250, 247, 0.68)),
    url("./assets/homecare-care-scene.webp") center center / cover no-repeat;
  content: "";
  opacity: 0.88;
  filter: contrast(1.12) saturate(1.04);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  max-width: 720px;
}

.hero-copy::after {
  display: block;
  width: min(210px, 40vw);
  height: 2px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--saffron) 0 34%, rgba(23, 78, 166, 0.72) 34% 66%, var(--flag-green) 66% 100%);
  content: "";
  opacity: 0.72;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 880;
  letter-spacing: 0.145em;
  line-height: 1.45;
  text-transform: uppercase;
}

h1,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #566275;
  font-size: clamp(3rem, 5.05vw, 5.1rem);
  font-weight: 870;
  letter-spacing: 0;
  line-height: 1;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(2.42rem, 3.78vw, 3.92rem);
  color: #465266;
  font-weight: 880;
  line-height: 0.99;
}

.lede {
  max-width: 600px;
  margin-bottom: 20px;
  color: #26354d;
  font-size: clamp(1rem, 1.26vw, 1.14rem);
  font-weight: 470;
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button.primary {
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  color: var(--white);
  box-shadow: 0 20px 44px rgba(8, 43, 105, 0.22);
}

.button.secondary {
  min-height: 38px;
  border: 0;
  border-bottom: 2px solid rgba(18, 81, 163, 0.5);
  border-radius: 0;
  background: transparent;
  color: var(--heading-deep);
  box-shadow: none;
  padding-inline: 0;
}

.launch-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.launch-note strong,
.launch-note span {
  display: block;
}

.launch-note strong {
  color: var(--heading-deep);
  font-weight: 850;
}

.launch-note span {
  margin-top: 4px;
  color: var(--sea);
}

.network-panel {
  position: relative;
}

.network-canvas {
  position: relative;
  min-height: clamp(430px, 65vh, 620px);
  overflow: visible;
  background: transparent;
  isolation: isolate;
}

.network-canvas::before {
  content: none;
}

.network-canvas::after {
  content: none;
}

.network-canvas .mithu-portrait::after {
  position: absolute;
  right: 9%;
  bottom: 0;
  z-index: 2;
  width: min(50%, 320px);
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(19, 37, 66, 0.18), transparent 72%);
  content: "";
  filter: blur(8px);
  pointer-events: none;
}

.mithu-portrait {
  position: absolute;
  inset: 0;
  z-index: 4;
  margin: 0;
}

.mithu-portrait img {
  position: absolute;
  right: -3%;
  bottom: 0;
  display: block;
  width: min(72%, 500px);
  height: min(91%, 580px);
  border-radius: 0;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 30px 42px rgba(19, 37, 66, 0.15));
}

.mithu-portrait figcaption {
  position: absolute;
  left: auto;
  right: 29%;
  bottom: 2.2%;
  z-index: 6;
  max-width: 190px;
  color: var(--heading-deep);
  text-align: left;
}

.mithu-portrait strong,
.mithu-portrait span,
.mithu-portrait em {
  display: block;
}

.mithu-portrait strong {
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.mithu-portrait span {
  margin-top: 6px;
  color: var(--heading);
  font-size: 0.86rem;
  font-weight: 820;
  line-height: 1.05;
}

.mithu-portrait em {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 640;
  line-height: 1.35;
}

.institution-strip {
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(242, 153, 58, 0.78), rgba(18, 81, 163, 0.38), rgba(22, 132, 71, 0.7)) 1;
  border-bottom: 0;
  padding: 12px 0 0;
}

.strip-statement {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin: 12px 0 0;
  color: #1251a3;
  font-size: clamp(0.98rem, 1.25vw, 1.15rem);
  font-weight: 840;
  line-height: 1.15;
}

.strip-statement span {
  display: inline-flex;
}

.strip-statement a {
  text-decoration: none;
}

.platform-areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  padding: 14px 0 12px;
  border-bottom: 1px solid var(--line);
  color: var(--heading-deep);
  font-size: 0.65rem;
  font-weight: 830;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.platform-areas span {
  display: inline-flex;
  position: relative;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.platform-areas span::before {
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(18, 81, 163, 0.62);
  content: "";
}

.platform-areas span:nth-child(1)::before,
.platform-areas span:nth-child(4)::before {
  background: var(--saffron);
}

.platform-areas span:nth-child(2)::before,
.platform-areas span:nth-child(5)::before {
  background: var(--flag-green);
}

.platform-areas span:not(:last-child)::after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 18px;
  margin: 0;
  border-radius: 0;
  background: rgba(24, 42, 70, 0.16);
  content: "";
}

.platform-areas span:nth-child(2n)::after {
  background: var(--line-strong);
}

.pulse-newsletter {
  display: grid;
  grid-template-columns: minmax(150px, 0.22fr) minmax(0, 0.58fr) minmax(130px, 0.2fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.pulse-newsletter div p,
.pulse-newsletter h2,
.pulse-newsletter > p {
  margin: 0;
}

.pulse-newsletter div p {
  color: var(--sea);
  font-size: 0.66rem;
  font-weight: 880;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pulse-newsletter h2 {
  margin-top: 5px;
  color: var(--heading-deep);
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1;
}

.pulse-newsletter > p {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 560;
  line-height: 1.45;
}

.pulse-newsletter a {
  justify-self: end;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration-color: rgba(23, 78, 166, 0.55);
  text-underline-offset: 5px;
}

.newsletter-hero,
.partnerships-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 7vw, 96px) 0 clamp(28px, 4vw, 54px);
}

.newsletter-hero h1,
.partnerships-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(3.8rem, 10vw, 8rem);
  line-height: 0.9;
}

.partnerships-hero h1 {
  max-width: 13ch;
  font-size: clamp(3rem, 7vw, 6.2rem);
}

.newsletter-hero .lede,
.partnerships-hero .lede {
  margin: 0;
}

.newsletter-editions,
.partnership-ledger {
  display: grid;
  gap: clamp(22px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 5vw, 58px) 0;
}

.newsletter-edition,
.partnership-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: clamp(18px, 4vw, 56px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  padding: clamp(22px, 4vw, 42px);
  box-shadow: 0 24px 70px rgba(8, 43, 105, 0.08);
}

.newsletter-edition span,
.partnership-entry span {
  display: inline-flex;
  color: var(--sea);
  font-size: 0.72rem;
  font-weight: 880;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.newsletter-edition h3,
.partnership-entry h3 {
  margin: 8px 0 10px;
  color: var(--heading-deep);
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1;
}

.newsletter-edition p,
.partnership-entry p,
.newsletter-next p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  font-weight: 580;
  line-height: 1.55;
}

.pulse-page {
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.88) 52%, rgba(238, 245, 251, 0.52) 100%),
    radial-gradient(circle at 82% 18%, rgba(18, 81, 163, 0.07), transparent 30rem),
    radial-gradient(circle at 18% 82%, rgba(242, 153, 58, 0.045), transparent 23rem),
    #fbfaf7;
}

.pulse-page .newsletter-hero {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.46fr) minmax(420px, 0.54fr);
  align-items: end;
  border-top: 1px solid rgba(24, 42, 70, 0.14);
  border-bottom: 1px solid rgba(24, 42, 70, 0.18);
  padding: clamp(36px, 5vw, 74px) 0 clamp(22px, 3.6vw, 44px);
}

.pulse-hero-title {
  position: relative;
  isolation: isolate;
}

.pulse-hero-title > span {
  position: absolute;
  left: -0.06em;
  top: -0.18em;
  z-index: -1;
  color: rgba(6, 31, 69, 0.035);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(6rem, 13vw, 13rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.9;
  pointer-events: none;
  text-transform: uppercase;
}

.pulse-page .newsletter-hero .eyebrow {
  color: #187f86;
}

.pulse-page .newsletter-hero h1 {
  color: #10233f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 12vw, 11rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 0.82;
  text-transform: uppercase;
}

.pulse-hero-copy {
  border-left: 1px solid rgba(24, 42, 70, 0.18);
  padding-left: clamp(22px, 3vw, 42px);
}

.pulse-thought {
  max-width: 440px;
  margin: 0 0 16px;
  color: var(--heading-deep);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 780;
  line-height: 1.18;
}

.pulse-page .newsletter-hero .lede {
  max-width: 500px;
  color: #3d4654;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.62;
}

.pulse-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(20px, 3vw, 34px);
}

.pulse-pillars span {
  display: grid;
  gap: 7px;
  min-width: 0;
  border-left: 1px solid rgba(24, 42, 70, 0.14);
  padding: 0 clamp(12px, 1.7vw, 20px);
  color: #344154;
  font-size: 0.76rem;
  line-height: 1.38;
}

.pulse-pillars strong {
  color: var(--heading-deep);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pulse-page .newsletter-editions {
  position: relative;
  grid-template-columns: minmax(210px, 0.31fr) minmax(0, 0.69fr);
  align-items: stretch;
  border-bottom: 1px solid rgba(24, 42, 70, 0.16);
  padding: clamp(24px, 4vw, 44px) 0 clamp(20px, 3.2vw, 38px);
}

.pulse-page .newsletter-editions::before {
  position: absolute;
  inset: clamp(50px, 6vw, 78px) 0 clamp(34px, 4vw, 54px);
  z-index: -1;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 40%, rgba(212, 160, 56, 0.1), transparent 20rem),
    linear-gradient(135deg, rgba(243, 247, 249, 0.94), rgba(227, 238, 244, 0.88) 58%, rgba(247, 249, 250, 0.96));
  content: "";
  box-shadow: 0 28px 70px rgba(6, 31, 69, 0.16);
}

.pulse-page .section-heading h2 {
  max-width: 12ch;
  margin: 0;
  color: #101820;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 0.96;
}

.pulse-page .featured-edition {
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.pulse-cover,
.pulse-archive-cover {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #101820;
  padding: 0;
  text-decoration: none;
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.pulse-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 0.705;
  object-fit: cover;
}

.pulse-cover:hover,
.pulse-archive-cover:hover {
  transform: translateY(-3px);
  box-shadow: 0 32px 70px rgba(16, 24, 32, 0.15);
}

.pulse-edition-copy span {
  color: #d4a038;
}

.pulse-edition-copy h3 {
  max-width: 12ch;
  margin: 10px 0 16px;
  color: #10233f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 4.6vw, 4.85rem);
  font-weight: 500;
  line-height: 0.98;
}

.pulse-edition-copy p {
  max-width: 620px;
  color: #26354d;
}

.pulse-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  margin-top: 26px;
}

.pulse-actions .button.primary {
  background: linear-gradient(135deg, #d4a038, #b88228);
  color: #061f45;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.pulse-actions .button.secondary {
  color: #10233f;
  border-color: rgba(18, 81, 163, 0.42);
}

.pulse-page .newsletter-next {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
  padding: clamp(42px, 6vw, 82px) 0;
}

.pulse-page .newsletter-next h2 {
  max-width: 520px;
  margin: 0;
  color: #101820;
  font-size: clamp(1.8rem, 3.1vw, 3.35rem);
  line-height: 1.02;
}

.pulse-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.pulse-archive-cover {
  min-height: 280px;
  border: 1px solid rgba(24, 42, 70, 0.12);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 38px rgba(16, 24, 32, 0.08);
  padding: 12px;
}

.pulse-archive-cover img {
  width: 100%;
  aspect-ratio: 0.705;
  object-fit: cover;
  border-radius: 3px;
}

.pulse-archive-cover span {
  color: rgba(18, 81, 163, 0.72);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-top: 10px;
}

.pulse-archive-cover strong {
  font-size: clamp(2.8rem, 6.2vw, 5.5rem);
}

.pulse-archive-cover em {
  color: #3d4654;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pulse-archive-cover.is-future {
  background:
    linear-gradient(180deg, rgba(248, 246, 240, 0.8), rgba(238, 235, 228, 0.72)),
    repeating-linear-gradient(90deg, rgba(24, 42, 70, 0.05) 0 1px, transparent 1px 24px);
  color: rgba(16, 24, 32, 0.58);
}

.pulse-page {
  background:
    linear-gradient(116deg, transparent 0 13%, rgba(72, 210, 211, 0.075) 13% 20%, transparent 20% 48%, rgba(242, 153, 58, 0.07) 48% 55%, transparent 55%),
    linear-gradient(64deg, transparent 0 63%, rgba(18, 81, 163, 0.075) 63% 69%, transparent 69%),
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.91) 52%, rgba(238, 245, 251, 0.64) 100%),
    linear-gradient(90deg, rgba(16, 24, 36, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(16, 24, 36, 0.032) 1px, transparent 1px),
    #fbfaf7;
  background-size: auto, auto, auto, 72px 72px, 72px 72px, auto;
}

.pulse-page .newsletter-hero {
  margin-top: 22px;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.9)),
    #ffffff;
  box-shadow: 0 28px 84px rgba(16, 35, 63, 0.12);
  padding: clamp(28px, 4vw, 54px);
}

.pulse-page .newsletter-hero::after {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #061f45, #1251a3 38%, #48d2d3 68%, #f2993a);
  content: "";
}

.pulse-hero-title > span {
  color: rgba(6, 31, 69, 0.032);
}

.pulse-page .newsletter-hero h1 {
  font-size: clamp(4.4rem, 10.5vw, 9.4rem);
  letter-spacing: -0.018em;
}

.pulse-hero-copy {
  border-left-color: rgba(16, 24, 36, 0.12);
}

.pulse-thought {
  max-width: 500px;
}

.pulse-pillars {
  border: 1px solid rgba(16, 24, 36, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  overflow: hidden;
}

.pulse-pillars span {
  min-height: 118px;
  align-content: start;
  border-left: 0;
  border-right: 1px solid rgba(16, 24, 36, 0.1);
  padding: 18px;
}

.pulse-pillars span:last-child {
  border-right: 0;
}

.pulse-page .newsletter-editions {
  padding: clamp(40px, 5.8vw, 78px) 0;
}

.pulse-page .newsletter-editions::before {
  inset: clamp(78px, 8vw, 112px) 0 clamp(42px, 5vw, 66px);
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.84), rgba(239, 246, 250, 0.86)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(16, 35, 63, 0.1);
}

.pulse-page .section-heading h2 {
  color: #10233f;
  letter-spacing: -0.018em;
}

.pulse-page .featured-edition {
  gap: clamp(28px, 4.6vw, 70px);
}

.pulse-cover {
  border-radius: 6px;
  box-shadow:
    0 30px 70px rgba(6, 31, 69, 0.22),
    -12px 12px 0 rgba(18, 81, 163, 0.075);
}

.pulse-cover:hover {
  box-shadow:
    0 34px 78px rgba(6, 31, 69, 0.24),
    -12px 12px 0 rgba(18, 81, 163, 0.075);
}

.pulse-edition-copy h3 {
  color: #10233f;
  font-size: clamp(2.2rem, 4.2vw, 4.4rem);
}

.pulse-edition-copy p {
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.62;
}

.pulse-actions .button.primary {
  background: #061f45;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(6, 31, 69, 0.18);
}

.pulse-page .newsletter-next {
  padding: clamp(42px, 5.8vw, 76px) 0;
}

.pulse-archive-grid {
  align-items: stretch;
}

.pulse-archive-cover {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 38px rgba(16, 35, 63, 0.08);
}

.pulse-archive-cover img {
  border-radius: 5px;
}

.pulse-archive-cover.is-future {
  border-style: dashed;
  border-color: rgba(16, 24, 36, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(244, 247, 249, 0.72)),
    #ffffff;
  box-shadow: 0 10px 28px rgba(16, 35, 63, 0.05);
  color: rgba(16, 24, 32, 0.48);
}

.pulse-archive-cover.is-future strong {
  color: rgba(16, 24, 32, 0.32);
}

@media (max-width: 980px) {
  .pulse-page .newsletter-hero,
  .pulse-page .newsletter-editions,
  .pulse-page .featured-edition,
  .pulse-page .newsletter-next {
    grid-template-columns: 1fr;
  }

  .pulse-hero-copy {
    border-left: 0;
    border-top: 1px solid rgba(24, 42, 70, 0.14);
    padding: 20px 0 0;
  }

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

  .pulse-pillars span:nth-child(2n) {
    border-right: 0;
  }

  .pulse-pillars span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(16, 24, 36, 0.1);
  }

  .pulse-archive-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .pulse-page .newsletter-hero,
  .pulse-page .newsletter-editions,
  .pulse-page .featured-edition,
  .pulse-page .newsletter-next {
    grid-template-columns: 1fr;
  }

  .pulse-hero-copy {
    border-left: 0;
    border-top: 1px solid rgba(24, 42, 70, 0.14);
    padding: 20px 0 0;
  }

  .pulse-archive-grid {
    grid-template-columns: 1fr;
  }

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

  .pulse-pillars span:nth-child(2n) {
    border-right: 0;
  }

  .pulse-pillars span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(16, 24, 36, 0.1);
  }

  .about-storyline,
  .about-purpose,
  .action-ledger a {
    grid-template-columns: 1fr;
  }

  .about-storyline a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-purpose p:last-child {
    grid-column: auto;
    margin-top: 0;
  }

  .about-page .about-identity {
    min-height: 280px;
    border-left: 0;
  }

  .about-page .principles-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-cta-actions {
    justify-content: flex-start;
  }

  .magazine-page .magazine-hero,
  .magazine-page .magazine-editorial,
  .magazine-theme-row,
  .magazine-contents,
  .magazine-page .magazine-submit-band {
    grid-template-columns: 1fr;
  }

  .magazine-page .magazine-cover {
    justify-self: start;
  }

  .magazine-theme-row article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .census-page .census-hero,
  .census-map-journey,
  .census-page .census-credential-band,
  .credential-verify,
  .census-flow,
  .census-page .census-cta {
    grid-template-columns: 1fr;
  }

  .census-flow span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .census-flow span:not(:last-child)::after {
    right: auto;
    left: 18px;
    bottom: -10px;
  }

  .census-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .pulse-page .newsletter-hero {
    margin-top: 14px;
    padding: 24px 18px;
  }

  .pulse-page .newsletter-hero h1 {
    font-size: clamp(3.7rem, 23vw, 6.2rem);
  }

  .pulse-pillars {
    grid-template-columns: 1fr;
  }

  .pulse-pillars span,
  .pulse-pillars span:nth-child(2n) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 24, 36, 0.1);
  }

  .pulse-pillars span:last-child {
    border-bottom: 0;
  }

  .pulse-cover {
    width: min(100%, 300px);
    justify-self: start;
  }

  .pulse-page .newsletter-editions {
    padding: 34px 0;
  }
}

.partnership-article-section {
  gap: clamp(24px, 4vw, 56px);
}

.partnership-article {
  display: block;
}

.partnership-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-bottom: 16px;
}

.partnership-meta p {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 760;
}

.partnership-article h3 {
  max-width: 980px;
  font-size: clamp(2rem, 3.8vw, 4.2rem);
  line-height: 0.98;
}

.partnership-article > p {
  max-width: 980px;
  margin-top: 18px;
}

.partnership-article a {
  color: var(--blue);
  font-weight: 760;
  text-decoration-color: rgba(31, 138, 138, 0.55);
  text-underline-offset: 5px;
}

.signatory-list,
.partnership-focus {
  max-width: 980px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.signatory-list h4,
.partnership-focus h4 {
  margin: 0 0 12px;
  color: var(--heading-deep);
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.18;
}

.signatory-list ul,
.partnership-focus ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 580;
  line-height: 1.52;
}

.mou-gallery-shell {
  display: grid;
  gap: clamp(22px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 5vw, 58px) 0;
}

.mou-gallery-feature {
  margin: 0;
  border: 1px dashed rgba(31, 138, 138, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(31, 138, 138, 0.05), rgba(23, 78, 166, 0.04)),
    rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.mou-gallery-feature img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
}

.mou-gallery-feature figcaption {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 14px 18px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.partnerships-page {
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.9) 52%, rgba(238, 245, 251, 0.52) 100%),
    radial-gradient(circle at 82% 18%, rgba(18, 81, 163, 0.07), transparent 30rem),
    radial-gradient(circle at 18% 82%, rgba(214, 159, 49, 0.06), transparent 23rem),
    #fbfaf7;
}

.partnerships-page .subpage-shell {
  width: min(1420px, calc(100% - 44px));
}

.partnerships-page .partnerships-hero {
  grid-template-columns: minmax(0, 0.52fr) minmax(420px, 0.48fr);
  gap: clamp(34px, 6vw, 94px);
  align-items: center;
  border-top: 1px solid rgba(24, 42, 70, 0.14);
  padding: clamp(48px, 6vw, 82px) 0;
}

.partnerships-page .partnerships-hero h1 {
  max-width: 9ch;
  color: #10233f;
  font-size: clamp(3.4rem, 7.2vw, 7.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.88;
  text-transform: uppercase;
}

.partnerships-page .partnerships-hero .lede {
  max-width: 620px;
  margin-top: 22px;
  color: #26354d;
  font-size: clamp(1.18rem, 1.8vw, 1.7rem);
  font-weight: 700;
  line-height: 1.36;
}

.partnerships-scope {
  max-width: 620px;
  margin: 20px 0 0;
  color: #187f86;
  font-size: clamp(0.82rem, 1vw, 0.96rem);
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.52;
  text-transform: uppercase;
}

.partnerships-hero-actions,
.case-study-action,
.partnership-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  margin-top: 28px;
}

.partnership-hero-photo,
.signed-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(16, 35, 63, 0.14);
  border-radius: 8px;
  background: #ffffff;
}

.partnership-hero-photo {
  box-shadow: 0 30px 80px rgba(8, 27, 51, 0.14);
}

.partnership-hero-photo::before {
  position: absolute;
  inset: 14px;
  z-index: 1;
  border: 1px solid rgba(214, 159, 49, 0.34);
  content: "";
  pointer-events: none;
}

.partnership-hero-photo img,
.signed-photo img {
  display: block;
  width: 100%;
  height: clamp(320px, 35vw, 520px);
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease;
}

.partnership-hero-photo:hover img,
.signed-photo:hover img {
  transform: scale(1.015);
}

.partnership-hero-photo figcaption,
.signed-photo figcaption {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  border-top: 1px solid rgba(16, 35, 63, 0.12);
  background: rgba(251, 250, 247, 0.94);
  color: #5f6d80;
  font-size: 0.85rem;
  font-weight: 750;
  padding: 14px 16px;
}

.partnership-hero-photo figcaption span {
  color: #10233f;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.partnership-philosophy,
.partnership-enquiry {
  margin-inline: calc(50% - 50vw);
  padding: clamp(54px, 7vw, 102px) max(22px, calc((100vw - 1420px) / 2));
  background:
    linear-gradient(122deg, #081b33, #10233f 58%, #162c49),
    #081b33;
  color: #f8fbff;
}

.partnership-philosophy h2,
.partnership-enquiry h2 {
  max-width: 980px;
  margin: 10px 0 18px;
  color: #f8fbff;
  font-size: clamp(2.35rem, 5.2vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.018em;
  line-height: 0.96;
  text-transform: uppercase;
}

.partnership-philosophy p:not(.section-kicker),
.partnership-enquiry p:not(.section-kicker) {
  max-width: 800px;
  margin: 0;
  color: rgba(248, 251, 255, 0.76);
  font-size: clamp(1.05rem, 1.35vw, 1.26rem);
  font-weight: 600;
  line-height: 1.62;
}

.partnerships-page .section-kicker {
  color: #187f86;
}

.partnership-philosophy .section-kicker,
.partnership-enquiry .section-kicker {
  color: #d69f31;
}

.partnership-pillars,
.signed-partnerships,
.partnership-portfolio,
.partnership-ways,
.partnership-journey {
  border-bottom: 1px solid var(--line);
  padding: clamp(46px, 6.5vw, 88px) 0;
}

.partnerships-page .section-heading h2,
.partnership-portfolio h2,
.partnership-journey h2 {
  color: #10233f;
  font-size: clamp(2rem, 3.7vw, 4.2rem);
  font-weight: 880;
  line-height: 1;
}

.partnership-pillar-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: clamp(28px, 4vw, 52px);
  border-top: 1px solid rgba(16, 35, 63, 0.2);
  border-bottom: 1px solid rgba(16, 35, 63, 0.2);
}

.partnership-pillar-line article {
  min-height: 220px;
  border-right: 1px solid rgba(16, 35, 63, 0.15);
  padding: 22px 16px;
}

.partnership-pillar-line article:last-child {
  border-right: 0;
}

.partnership-pillar-line span {
  display: block;
  color: rgba(16, 35, 63, 0.15);
  font-size: clamp(3.4rem, 5.3vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.8;
}

.partnership-pillar-line strong {
  display: block;
  margin-top: 26px;
  color: #10233f;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.22;
  text-transform: uppercase;
}

.partnership-pillar-line p {
  margin: 12px 0 0;
  color: #5f6d80;
  font-size: 0.9rem;
  font-weight: 590;
  line-height: 1.45;
}

.signed-case-study {
  display: grid;
  gap: clamp(24px, 4vw, 54px);
  margin-top: clamp(28px, 4vw, 52px);
}

.signed-case-topline {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
}

.signed-seal {
  display: grid;
  align-content: center;
  min-height: 150px;
  border: 1px solid rgba(214, 159, 49, 0.5);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(214, 159, 49, 0.12), transparent 68%),
    #fbfaf7;
  color: #10233f;
  text-align: center;
}

.signed-seal span,
.signed-seal em {
  color: #187f86;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signed-seal strong {
  display: block;
  margin: 8px 0;
  color: #10233f;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.05;
}

.signed-case-topline h3 {
  margin: 8px 0 8px;
  color: #10233f;
  font-size: clamp(2.6rem, 5.5vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.92;
}

.signed-purpose {
  margin: 0;
  color: #3d4c60;
  font-size: clamp(1.14rem, 1.7vw, 1.65rem);
  font-weight: 720;
  line-height: 1.34;
}

.signed-photo img {
  height: clamp(360px, 48vw, 680px);
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(16, 35, 63, 0.18);
  border-bottom: 1px solid rgba(16, 35, 63, 0.18);
}

.case-study-grid section {
  min-height: 250px;
  border-right: 1px solid rgba(16, 35, 63, 0.14);
  padding: 24px 22px;
}

.case-study-grid section:last-child {
  border-right: 0;
}

.case-study-grid h4 {
  margin: 0 0 14px;
  color: #10233f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-study-grid p,
.case-study-grid li {
  color: #526174;
  font-size: 0.96rem;
  font-weight: 590;
  line-height: 1.55;
}

.case-study-grid p {
  margin: 0;
}

.case-study-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.case-study-action {
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 0;
  padding-top: 24px;
}

.case-study-action p {
  max-width: 760px;
  margin: 0;
  color: #526174;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 620;
  line-height: 1.55;
}

.partnerships-page .text-link {
  color: #10233f;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.partnerships-page .text-link::after {
  color: #d69f31;
  content: " →";
}

.partnership-portfolio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 78px);
  align-items: stretch;
}

.portfolio-entry {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  border: 1px solid rgba(16, 35, 63, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 243, 238, 0.9)),
    #fbfaf7;
  color: #10233f;
  padding: 26px;
  text-decoration: none;
  transition: border-color 220ms ease, transform 220ms ease;
}

.portfolio-entry:hover {
  border-color: rgba(214, 159, 49, 0.55);
  transform: translateY(-3px);
}

.portfolio-entry span,
.portfolio-entry small {
  color: #187f86;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.portfolio-entry strong {
  max-width: 320px;
  color: #10233f;
  font-size: clamp(1.7rem, 2.8vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.portfolio-entry em {
  color: #1251a3;
  font-style: normal;
  font-weight: 850;
}

.ways-list,
.journey-line {
  display: grid;
  border-top: 1px solid rgba(16, 35, 63, 0.18);
  border-bottom: 1px solid rgba(16, 35, 63, 0.18);
}

.ways-list {
  grid-template-columns: repeat(7, 1fr);
  margin-top: clamp(26px, 4vw, 48px);
}

.ways-list span {
  min-height: 130px;
  border-right: 1px solid rgba(16, 35, 63, 0.13);
  color: #10233f;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.28;
  padding: 20px 16px;
  text-transform: uppercase;
}

.ways-list span:last-child {
  border-right: 0;
}

.partnership-journey h2 {
  max-width: 760px;
  margin: 10px 0 34px;
}

.journey-line {
  grid-template-columns: repeat(5, 1fr);
}

.journey-line span {
  min-height: 142px;
  border-right: 1px solid rgba(16, 35, 63, 0.14);
  color: #10233f;
  font-size: 0.9rem;
  font-weight: 860;
  line-height: 1.34;
  padding: 20px 18px;
}

.journey-line span:last-child {
  border-right: 0;
}

.journey-line strong {
  display: block;
  margin-bottom: 28px;
  color: rgba(16, 35, 63, 0.24);
  font-size: clamp(2.2rem, 3.4vw, 4rem);
  line-height: 0.75;
}

.journey-note {
  margin: 18px 0 0;
  color: #5f6d80;
  font-size: 0.94rem;
  font-weight: 650;
}

.partnership-prestige {
  padding: clamp(52px, 7vw, 96px) 0;
}

.partnership-prestige h2 {
  max-width: 980px;
  margin: 10px 0 18px;
  color: #10233f;
  font-size: clamp(2.4rem, 5vw, 5.7rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.96;
  text-transform: uppercase;
}

.partnership-prestige p:not(.section-kicker) {
  margin: 0;
  color: #187f86;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  font-weight: 780;
}

.partnership-enquiry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  margin-bottom: clamp(26px, 4vw, 54px);
}

.enquiry-panel {
  position: relative;
  border: 1px solid rgba(214, 159, 49, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.96), rgba(245, 243, 238, 0.94)),
    #fbfaf7;
  color: #10233f;
  padding: clamp(24px, 3vw, 34px);
}

.enquiry-panel::before {
  display: block;
  width: 72px;
  height: 2px;
  margin-bottom: 22px;
  background: #d69f31;
  content: "";
}

.enquiry-panel span {
  color: #187f86;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.enquiry-panel p {
  margin: 16px 0 24px;
  color: #4d5c70;
  font-size: 1rem;
  font-weight: 630;
  line-height: 1.58;
}

.enquiry-panel .text-link {
  display: inline-flex;
  margin-top: 18px;
}

.newsletter-next {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

.summit-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(340px, 0.52fr);
  gap: clamp(26px, 5vw, 74px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: clamp(36px, 6vw, 76px) 0 clamp(28px, 5vw, 58px);
}

.summit-copy h1 {
  max-width: 9ch;
  margin-bottom: 18px;
  color: var(--heading-deep);
  font-size: clamp(2.6rem, 7.2vw, 6.5rem);
  line-height: 0.88;
}

.summit-copy > p:not(.eyebrow):not(.lede) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 570;
  line-height: 1.6;
}

.summit-visual {
  position: relative;
  margin: 0;
  perspective: 1400px;
}

.summit-visual::before {
  content: "";
  position: absolute;
  inset: 10% -8% -8% 9%;
  z-index: -1;
  border-radius: 26px;
  background:
    radial-gradient(circle at 78% 14%, rgba(31, 138, 138, 0.24), transparent 18rem),
    radial-gradient(circle at 18% 88%, rgba(255, 165, 72, 0.2), transparent 15rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(230, 242, 249, 0.36));
  filter: blur(8px);
  transform: rotateY(-7deg) rotateX(3deg) translateZ(-40px);
}

.summit-visual::after {
  content: "";
  position: absolute;
  inset: 3% 4% auto auto;
  width: 36%;
  height: 22%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  filter: blur(18px);
  transform: rotate(-14deg);
}

.summit-visual img {
  display: block;
  width: min(88%, 560px);
  margin-left: auto;
  border: 1px solid rgba(209, 219, 231, 0.76);
  border-radius: 18px;
  box-shadow:
    0 46px 110px rgba(8, 43, 105, 0.22),
    0 18px 38px rgba(31, 138, 138, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transform: rotateY(-7deg) rotateX(3deg) translateZ(34px);
  transform-origin: 48% 50%;
}

.summit-status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.summit-status article {
  min-height: 150px;
  border-right: 1px solid var(--line);
  padding: clamp(20px, 3vw, 32px);
}

.summit-status article:last-child {
  border-right: 0;
}

.summit-status span {
  display: block;
  margin-bottom: 12px;
  color: var(--sea);
  font-size: 0.72rem;
  font-weight: 880;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.summit-status strong {
  display: block;
  color: var(--heading-deep);
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  line-height: 1.18;
}

.summit-note {
  border-bottom: 1px solid var(--line);
  padding: clamp(26px, 4vw, 46px) 0;
}

.summit-note p {
  max-width: 940px;
  margin: 0 auto;
  color: var(--blue);
  font-size: clamp(1.25rem, 2.4vw, 2.15rem);
  font-weight: 820;
  line-height: 1.18;
  text-align: center;
}

.summit-page {
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.88) 52%, rgba(238, 245, 251, 0.52) 100%),
    radial-gradient(circle at 82% 18%, rgba(18, 81, 163, 0.07), transparent 30rem),
    radial-gradient(circle at 18% 82%, rgba(214, 159, 49, 0.06), transparent 23rem),
    #fbfaf7;
}

.summit-page .subpage-shell {
  width: min(1420px, calc(100% - 44px));
}

.summit-page .summit-hero {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.56fr) minmax(420px, 0.44fr);
  min-height: calc(100svh - 110px);
  margin-top: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 28%, rgba(31, 138, 138, 0.18), transparent 18rem),
    linear-gradient(124deg, #081b33, #10233f 58%, #162c49);
  color: #f8fbff;
  padding: clamp(36px, 5vw, 72px);
}

.summit-page .summit-hero-cool {
  isolation: isolate;
  grid-template-columns: minmax(0, 0.58fr) minmax(340px, 0.42fr);
  align-items: end;
  min-height: min(760px, calc(100svh - 104px));
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(112deg, rgba(4, 16, 34, 0.94) 0%, rgba(7, 27, 55, 0.88) 46%, rgba(9, 38, 64, 0.7) 100%),
    #071b37;
  box-shadow: 0 34px 100px rgba(13, 36, 72, 0.22);
}

.summit-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
}

.summit-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 16, 34, 0.96), rgba(4, 16, 34, 0.76) 48%, rgba(4, 16, 34, 0.3)),
    linear-gradient(180deg, rgba(4, 16, 34, 0.25), rgba(4, 16, 34, 0.82));
}

.summit-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.06);
}

.summit-page .summit-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.34;
}

.summit-page .summit-copy,
.summit-stage {
  position: relative;
  z-index: 1;
}

.summit-page .summit-copy h1 {
  max-width: 660px;
  margin: 18px 0 16px;
  color: #f8fbff;
  font-size: clamp(5rem, 11vw, 12rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.72;
  text-transform: uppercase;
}

.summit-page .summit-copy h1 span {
  display: block;
  color: rgba(248, 251, 255, 0.64);
  font-size: 0.42em;
  letter-spacing: 0.04em;
}

.summit-theme {
  margin: 0 0 20px;
  color: #d69f31;
  font-size: clamp(1rem, 1.45vw, 1.4rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.summit-page .summit-copy .lede {
  max-width: 700px;
  color: #f8fbff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 760;
  line-height: 1.25;
}

.summit-page .summit-copy > p:not(.eyebrow):not(.lede):not(.summit-theme):not(.summit-status-line) {
  max-width: 780px;
  color: rgba(248, 251, 255, 0.76);
  font-size: clamp(1rem, 1.28vw, 1.18rem);
  font-weight: 560;
  line-height: 1.62;
}

.summit-actions,
.summit-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  margin-top: 30px;
}

.summit-status-line {
  margin-top: 24px;
  color: rgba(248, 251, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.summit-stage {
  min-height: 480px;
  align-self: stretch;
}

.summit-stage-board {
  display: grid;
  align-content: end;
  gap: 14px;
  min-height: 0;
  align-self: stretch;
}

.stage-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
  padding: clamp(18px, 2vw, 28px);
}

.stage-card span,
.stage-card small {
  display: block;
  color: rgba(248, 251, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.stage-card strong {
  display: block;
  margin: 10px 0;
  color: #f8fbff;
  font-size: clamp(1.1rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.stage-card.main-card {
  background:
    linear-gradient(135deg, rgba(242, 153, 58, 0.28), rgba(24, 127, 134, 0.18)),
    rgba(255, 255, 255, 0.1);
}

.stage-card.main-card strong {
  color: #f2993a;
  font-size: clamp(2.2rem, 4.8vw, 5.8rem);
  letter-spacing: -0.035em;
}

.stage-year {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(248, 251, 255, 0.1);
  font-size: clamp(8rem, 18vw, 22rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.72;
}

.stage-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(72, 210, 211, 0.72), transparent);
}

.line-one {
  left: 0;
  right: 10%;
  top: 35%;
  transform: rotate(-16deg);
}

.line-two {
  left: 8%;
  right: 0;
  bottom: 34%;
  transform: rotate(18deg);
}

.stage-node {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid #48d2d3;
  border-radius: 999px;
  background: #081b33;
}

.node-one {
  left: 13%;
  top: 32%;
}

.node-two {
  right: 20%;
  top: 46%;
  border-color: #d69f31;
}

.node-three {
  left: 44%;
  bottom: 24%;
}

.summit-arrival,
.summit-final {
  margin-inline: calc(50% - 50vw);
  min-height: 92svh;
  padding: clamp(64px, 8vw, 122px) max(22px, calc((100vw - 1420px) / 2));
  background: #081b33;
  color: #f8fbff;
}

.summit-arrival {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.summit-arrival .section-kicker,
.summit-final .section-kicker {
  color: #d69f31;
}

.summit-arrival h2,
.summit-final h2 {
  max-width: 1100px;
  margin: 10px 0 24px;
  color: #f8fbff;
  font-size: clamp(3rem, 7.4vw, 8.4rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.88;
  text-transform: uppercase;
}

.summit-arrival p:not(.section-kicker) {
  margin: 0;
  color: rgba(248, 251, 255, 0.76);
  font-size: clamp(1.4rem, 2.4vw, 2.5rem);
  font-weight: 780;
}

.summit-positioning,
.summit-room,
.summit-register-band,
.summit-founding,
.summit-story,
.summit-questions,
.summit-universe,
.summit-journey,
.summit-partner,
.summit-installation {
  border-bottom: 1px solid var(--line);
  padding: clamp(50px, 7vw, 96px) 0;
}

.summit-positioning {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(320px, 0.52fr);
  gap: clamp(28px, 5vw, 78px);
}

.summit-page .section-kicker {
  color: #187f86;
}

.summit-positioning h2,
.summit-room h2,
.summit-register-band h2,
.summit-founding h2,
.summit-story h2,
.summit-questions h2,
.summit-universe h2,
.summit-journey h2,
.summit-partner h2,
.summit-installation h2 {
  margin: 0;
  color: #10233f;
  font-size: clamp(2.25rem, 4.6vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.96;
  text-transform: uppercase;
}

.summit-installation {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(320px, 0.52fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: stretch;
}

.installation-panel {
  display: grid;
  align-content: space-between;
  min-height: 410px;
  border: 1px solid rgba(16, 35, 63, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(242, 153, 58, 0.1)),
    #fff;
  box-shadow: 0 28px 80px rgba(19, 37, 66, 0.1);
  padding: clamp(24px, 3.5vw, 48px);
}

.installation-panel p {
  max-width: 720px;
  margin: 0;
  color: #26354d;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 760;
  line-height: 1.35;
}

.installation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 36px;
}

.installation-list span {
  min-height: 76px;
  border: 1px solid rgba(16, 35, 63, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #10233f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.28;
  padding: 16px;
  text-transform: uppercase;
}

.summit-positioning p,
.summit-positioning strong {
  display: block;
  margin: 0;
  color: #526174;
  font-size: clamp(1.1rem, 1.55vw, 1.45rem);
  font-weight: 650;
  line-height: 1.5;
}

.summit-positioning strong {
  margin-top: 18px;
  color: #187f86;
  font-size: clamp(1.6rem, 3vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.summit-theme-field,
.summit-community-flow,
.question-list,
.universe-map,
.summit-journey-line {
  grid-column: 1 / -1;
  display: grid;
  margin-top: clamp(30px, 4vw, 54px);
  border-top: 1px solid rgba(16, 35, 63, 0.18);
  border-left: 1px solid rgba(16, 35, 63, 0.18);
}

.summit-theme-field {
  grid-template-columns: repeat(5, 1fr);
}

.summit-theme-field span,
.summit-community-flow span,
.question-list span {
  min-height: 118px;
  border-right: 1px solid rgba(16, 35, 63, 0.18);
  border-bottom: 1px solid rgba(16, 35, 63, 0.18);
  color: #10233f;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.28;
  padding: 18px;
  text-transform: uppercase;
}

.summit-room h2 {
  max-width: 1000px;
}

.summit-community-flow {
  grid-template-columns: repeat(5, 1fr);
}

.summit-room p {
  margin: 32px 0 0;
  color: #187f86;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 850;
}

.summit-page .summit-status {
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
}

.summit-register-band,
.summit-story,
.summit-partner {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(320px, 0.44fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}

.summit-register-band p,
.summit-founding p,
.summit-partner p {
  max-width: 720px;
  margin: 20px 0 0;
  color: #526174;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 620;
  line-height: 1.58;
}

.summit-founding {
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.78), rgba(245, 243, 238, 0.88)),
    #fbfaf7;
}

.summit-founding h2 {
  font-size: clamp(3.6rem, 8.5vw, 10rem);
}

.summit-founding strong {
  display: block;
  margin-top: 32px;
  color: #187f86;
  font-size: clamp(1.8rem, 3.6vw, 4.2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.summit-story .summit-visual img {
  width: min(100%, 520px);
}

.question-list {
  grid-template-columns: repeat(7, 1fr);
}

.question-list span {
  min-height: 190px;
  font-size: 0.86rem;
  text-transform: none;
}

.universe-map {
  position: relative;
  grid-template-columns: repeat(7, 1fr);
  border-left: 0;
}

.universe-map span,
.universe-map strong {
  display: grid;
  align-content: center;
  min-height: 170px;
  border-right: 1px solid rgba(16, 35, 63, 0.14);
  color: #10233f;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding: 18px;
  text-transform: uppercase;
}

.universe-map strong {
  border: 1px solid rgba(214, 159, 49, 0.45);
  background: rgba(214, 159, 49, 0.08);
}

.universe-map small {
  display: block;
  margin-top: 10px;
  color: #5f6d80;
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.summit-journey-line {
  grid-template-columns: repeat(5, 1fr);
}

.summit-journey-line span {
  min-height: 155px;
  border-right: 1px solid rgba(16, 35, 63, 0.14);
  border-bottom: 1px solid rgba(16, 35, 63, 0.14);
  color: #10233f;
  font-size: 0.9rem;
  font-weight: 850;
  padding: 20px;
}

.summit-journey-line strong {
  display: block;
  margin-bottom: 24px;
  color: rgba(16, 35, 63, 0.28);
  font-size: clamp(2rem, 3.8vw, 4.4rem);
  letter-spacing: -0.04em;
  line-height: 0.8;
  text-transform: uppercase;
}

.summit-final {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: clamp(42px, 6vw, 82px);
}

.summit-final strong {
  display: block;
  color: #48d2d3;
  font-size: clamp(2.2rem, 5.2vw, 6rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.summit-final p:not(.section-kicker),
.summit-final em {
  margin: 24px 0 0;
  color: rgba(248, 251, 255, 0.72);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.summit-page {
  background:
    linear-gradient(116deg, transparent 0 13%, rgba(72, 210, 211, 0.075) 13% 20%, transparent 20% 48%, rgba(242, 153, 58, 0.07) 48% 55%, transparent 55%),
    linear-gradient(64deg, transparent 0 63%, rgba(18, 81, 163, 0.075) 63% 69%, transparent 69%),
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.91) 52%, rgba(238, 245, 251, 0.64) 100%),
    linear-gradient(90deg, rgba(16, 24, 36, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(16, 24, 36, 0.032) 1px, transparent 1px),
    #fbfaf7;
  background-size: auto, auto, auto, 72px 72px, 72px 72px, auto;
}

.summit-page .summit-hero-cool {
  min-height: min(680px, calc(100svh - 104px));
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 28px 84px rgba(16, 35, 63, 0.18);
  padding: clamp(30px, 4.5vw, 58px);
}

.summit-page .summit-copy h1 {
  font-size: clamp(4.4rem, 9.6vw, 10.4rem);
  letter-spacing: -0.04em;
}

.summit-page .summit-copy .lede {
  max-width: 620px;
  font-size: clamp(1.25rem, 1.8vw, 1.76rem);
}

.summit-page .summit-copy > p:not(.eyebrow):not(.lede):not(.summit-theme):not(.summit-status-line) {
  max-width: 660px;
}

.summit-stage-board {
  gap: 10px;
}

.stage-card {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.14);
  padding: clamp(18px, 1.8vw, 24px);
}

.stage-card.main-card strong {
  font-size: clamp(2rem, 4vw, 4.6rem);
}

.stage-card strong {
  font-size: clamp(1.02rem, 1.65vw, 1.72rem);
}

.summit-arrival,
.summit-final {
  margin-inline: 0;
  min-height: auto;
  border-radius: 8px;
  padding: clamp(56px, 7vw, 96px) clamp(24px, 5vw, 72px);
}

.summit-arrival h2,
.summit-final h2 {
  font-size: clamp(2.7rem, 6.4vw, 7.1rem);
}

.summit-positioning,
.summit-room,
.summit-register-band,
.summit-founding,
.summit-story,
.summit-questions,
.summit-universe,
.summit-journey,
.summit-partner,
.summit-installation {
  padding: clamp(42px, 5.8vw, 78px) 0;
}

.summit-positioning h2,
.summit-room h2,
.summit-register-band h2,
.summit-founding h2,
.summit-story h2,
.summit-questions h2,
.summit-universe h2,
.summit-journey h2,
.summit-partner h2,
.summit-installation h2 {
  font-size: clamp(2rem, 3.9vw, 4.45rem);
  letter-spacing: -0.022em;
}

.summit-installation {
  align-items: center;
}

.installation-panel {
  min-height: 330px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 253, 0.72)),
    #ffffff;
  box-shadow: 0 20px 58px rgba(16, 35, 63, 0.1);
}

.installation-panel p {
  font-size: clamp(1.08rem, 1.55vw, 1.5rem);
}

.installation-list {
  gap: 8px;
  margin-top: 28px;
}

.installation-list span {
  min-height: 60px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.7rem;
  padding: 14px;
}

.summit-theme-field,
.summit-community-flow,
.question-list,
.universe-map,
.summit-journey-line {
  border: 1px solid rgba(16, 35, 63, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  overflow: hidden;
}

.summit-theme-field span,
.summit-community-flow span,
.question-list span,
.summit-journey-line span,
.universe-map span,
.universe-map strong {
  border-color: rgba(16, 35, 63, 0.12);
}

.question-list {
  grid-template-columns: repeat(4, 1fr);
}

.question-list span {
  min-height: 132px;
}

.universe-map {
  grid-template-columns: repeat(4, 1fr);
}

.universe-map span,
.universe-map strong {
  min-height: 142px;
}

.summit-page .summit-status {
  border: 1px solid rgba(16, 35, 63, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  overflow: hidden;
  margin-block: clamp(34px, 5vw, 62px);
}

.summit-register-band,
.summit-partner {
  border: 1px solid rgba(16, 35, 63, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 253, 0.72)),
    #ffffff;
  box-shadow: 0 18px 50px rgba(16, 35, 63, 0.08);
  margin-block: clamp(34px, 5vw, 62px);
  padding: clamp(28px, 4vw, 48px);
}

.summit-founding {
  border: 1px solid rgba(16, 35, 63, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.7), rgba(243, 248, 253, 0.62)),
    #fbfaf7;
  margin-block: clamp(34px, 5vw, 62px);
  padding: clamp(34px, 5vw, 64px);
}

.summit-founding h2 {
  font-size: clamp(3rem, 7vw, 8rem);
}

.summit-story .summit-visual img {
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16, 35, 63, 0.14);
}

@media (max-width: 980px) {
  .summit-page .summit-hero-cool {
    padding: 30px 22px;
  }

  .summit-theme-field,
  .summit-community-flow,
  .question-list,
  .universe-map,
  .summit-journey-line,
  .summit-page .summit-status {
    grid-template-columns: repeat(2, 1fr);
  }

  .installation-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .summit-page .summit-hero-cool {
    min-height: auto;
    margin-top: 14px;
    padding: 24px 18px;
  }

  .summit-page .summit-copy h1 {
    font-size: clamp(3.6rem, 20vw, 6rem);
  }

  .stage-card.main-card strong {
    font-size: clamp(2rem, 12vw, 3.6rem);
  }

  .summit-theme-field,
  .summit-community-flow,
  .question-list,
  .universe-map,
  .summit-journey-line,
  .summit-page .summit-status,
  .installation-list {
    grid-template-columns: 1fr;
  }

  .summit-arrival h2,
  .summit-final h2,
  .summit-founding h2 {
    font-size: clamp(2.5rem, 14vw, 4.3rem);
  }
}

.magazine-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(300px, 0.5fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: clamp(34px, 6vw, 76px) 0 clamp(28px, 4vw, 54px);
}

.magazine-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(2.6rem, 6.7vw, 6.15rem);
  line-height: 0.92;
}

.magazine-cover {
  margin: 0;
  justify-self: end;
}

.magazine-cover img {
  display: block;
  width: min(100%, 430px);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 82px rgba(8, 43, 105, 0.14);
}

.magazine-submit-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.magazine-submit-band p {
  max-width: 840px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 580;
  line-height: 1.52;
}

.magazine-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(22px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 5vw, 58px) 0;
}

.magazine-editor-card,
.magazine-callout {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: clamp(22px, 4vw, 42px);
  box-shadow: 0 24px 70px rgba(8, 43, 105, 0.08);
}

.magazine-editor-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

.magazine-editor-card figure {
  margin: 0;
}

.magazine-editor-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 16px 34px rgba(8, 43, 105, 0.12);
}

.magazine-editor-card > div {
  align-self: center;
  padding: clamp(22px, 4vw, 42px) clamp(22px, 4vw, 42px) clamp(22px, 4vw, 42px) 0;
}

.magazine-editor-card span,
.magazine-callout span {
  display: inline-flex;
  color: var(--sea);
  font-size: 0.72rem;
  font-weight: 880;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.magazine-editor-card h2,
.magazine-callout h2 {
  margin: 9px 0 12px;
  color: var(--heading-deep);
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1;
}

.magazine-editor-card p,
.magazine-callout p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 580;
  line-height: 1.58;
}

.magazine-editor-card a {
  color: var(--blue);
  font-weight: 760;
  text-decoration-color: rgba(31, 138, 138, 0.55);
  text-underline-offset: 5px;
}

.magazine-callout .button {
  margin-top: 24px;
}

.magazine-page {
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.88) 52%, rgba(238, 245, 251, 0.52) 100%),
    radial-gradient(circle at 82% 18%, rgba(18, 81, 163, 0.07), transparent 30rem),
    radial-gradient(circle at 18% 82%, rgba(242, 153, 58, 0.045), transparent 23rem),
    #fbfaf7;
}

.magazine-page .magazine-hero {
  position: relative;
  grid-template-columns: minmax(0, 0.52fr) minmax(360px, 0.48fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
  padding: clamp(40px, 5.8vw, 86px) 0 clamp(34px, 5vw, 70px);
  isolation: isolate;
}

.magazine-page .magazine-hero::before {
  position: absolute;
  right: 32%;
  top: 6%;
  z-index: -1;
  color: rgba(6, 31, 69, 0.045);
  content: "2027";
  font-size: clamp(7rem, 16vw, 18rem);
  font-weight: 900;
  line-height: 0.8;
}

.magazine-hero-copy h1 {
  max-width: 10ch;
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(4.2rem, 9.8vw, 10rem);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
}

.magazine-hero-copy h1 span {
  display: block;
}

.magazine-hero-copy p {
  max-width: 520px;
  margin: 24px 0 16px;
  color: #26354d;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.58;
}

.magazine-hero-copy strong {
  display: inline-flex;
  border-top: 1px solid rgba(212, 160, 56, 0.78);
  color: #9b6b1f;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  padding-top: 12px;
  text-transform: uppercase;
}

.magazine-page .magazine-cover {
  perspective: 1000px;
}

.magazine-page .magazine-cover img {
  width: min(100%, 520px);
  border-radius: 4px;
  box-shadow:
    0 34px 74px rgba(6, 31, 69, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.magazine-page .magazine-cover:hover img {
  transform: translateY(-3px);
  box-shadow: 0 40px 88px rgba(6, 31, 69, 0.22);
}

.magazine-manifesto {
  margin-inline: calc(50% - 50vw);
  background: #061f45;
  padding: clamp(50px, 7vw, 104px) max(22px, calc((100vw - 1320px) / 2));
}

.magazine-manifesto .section-kicker {
  color: #d4a038;
}

.magazine-manifesto h2 {
  max-width: 920px;
  margin: 16px 0 22px;
  color: var(--white);
  font-size: clamp(2.4rem, 5.2vw, 6rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.magazine-manifesto h2::after {
  display: block;
  width: min(240px, 36vw);
  height: 1px;
  margin-top: 26px;
  background: #d4a038;
  content: "";
}

.magazine-manifesto p:last-child {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.66;
}

.magazine-page .magazine-editorial {
  grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.46fr);
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 7vw, 96px) 0;
}

.magazine-page .magazine-editor-card,
.magazine-page .magazine-callout {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.magazine-page .magazine-editor-card {
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
  border-top: 1px solid var(--line);
}

.magazine-page .magazine-editor-card img {
  min-height: 420px;
  border: 0;
  object-position: center 18%;
  box-shadow: 0 24px 50px rgba(6, 31, 69, 0.16);
}

.magazine-page .magazine-editor-card > div {
  padding-left: clamp(28px, 4vw, 54px);
}

.magazine-page .magazine-editor-card strong {
  display: block;
  margin: 0 0 18px;
  color: #9b6b1f;
  font-size: 0.86rem;
  font-weight: 860;
  line-height: 1.42;
  text-transform: uppercase;
}

.magazine-page .magazine-callout {
  align-self: end;
  border-top: 1px solid var(--line);
  padding-top: clamp(24px, 3vw, 40px);
}

.magazine-themes {
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 7vw, 94px) 0;
}

.magazine-themes h2 {
  max-width: 860px;
  margin: 12px 0 clamp(28px, 4vw, 52px);
  color: var(--heading-deep);
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 1.02;
}

.magazine-theme-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.magazine-theme-row article {
  min-height: 220px;
  border-right: 1px solid var(--line);
  padding: 22px 18px;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.magazine-theme-row article:hover {
  background: rgba(255, 255, 255, 0.56);
  transform: translateY(-3px);
}

.magazine-theme-row span {
  color: rgba(18, 81, 163, 0.5);
  font-size: clamp(2.4rem, 4.6vw, 5rem);
  font-weight: 900;
  line-height: 0.8;
}

.magazine-theme-row h3 {
  margin: clamp(38px, 4vw, 58px) 0 0;
  color: var(--heading-deep);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  line-height: 1.22;
  text-transform: uppercase;
}

.magazine-contents {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(28px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 7vw, 94px) 0;
}

.magazine-contents h2 {
  margin: 12px 0 0;
  color: var(--heading-deep);
  font-size: clamp(1.8rem, 3.1vw, 3.35rem);
  line-height: 1.02;
}

.magazine-contents-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.magazine-contents-list p {
  display: grid;
  grid-template-columns: minmax(130px, 0.25fr) minmax(0, 0.75fr);
  gap: 18px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  color: var(--heading-deep);
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 780;
  padding: 20px 0;
}

.magazine-contents-list span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.magazine-page .magazine-submit-band {
  grid-template-columns: minmax(0, 0.76fr) max-content;
  border-bottom: 1px solid var(--line);
  padding: clamp(44px, 6vw, 82px) 0;
}

.magazine-page .magazine-submit-band h2 {
  max-width: 980px;
  margin: 12px 0 18px;
  color: var(--heading-deep);
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 1.04;
}

.magazine-page .magazine-submit-band p:last-child {
  color: #9b6b1f;
  font-weight: 820;
}

.magazine-page {
  background:
    linear-gradient(116deg, transparent 0 14%, rgba(72, 210, 211, 0.07) 14% 21%, transparent 21% 48%, rgba(242, 153, 58, 0.075) 48% 55%, transparent 55%),
    linear-gradient(64deg, transparent 0 64%, rgba(18, 81, 163, 0.075) 64% 70%, transparent 70%),
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.9) 52%, rgba(238, 245, 251, 0.62) 100%),
    linear-gradient(90deg, rgba(16, 24, 36, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(16, 24, 36, 0.032) 1px, transparent 1px),
    #fbfaf7;
  background-size: auto, auto, auto, 72px 72px, 72px 72px, auto;
}

.magazine-page .magazine-hero {
  margin-top: 22px;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.9)),
    #ffffff;
  box-shadow: 0 28px 84px rgba(16, 35, 63, 0.12);
  padding: clamp(28px, 4vw, 54px);
}

.magazine-page .magazine-hero::after {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #061f45, #1251a3 38%, #48d2d3 68%, #f2993a);
  content: "";
}

.magazine-page .magazine-hero::before {
  right: 36%;
  top: 13%;
  color: rgba(6, 31, 69, 0.038);
  font-size: clamp(6rem, 13vw, 15rem);
}

.magazine-hero-copy h1 {
  max-width: 9.5ch;
  font-size: clamp(3.2rem, 7.8vw, 8.4rem);
  letter-spacing: -0.025em;
  line-height: 0.86;
}

.magazine-hero-copy p {
  margin-top: 20px;
}

.magazine-hero-copy strong {
  border-top-color: rgba(18, 81, 163, 0.28);
  color: #3f4854;
}

.magazine-page .magazine-cover {
  justify-self: center;
}

.magazine-page .magazine-cover img {
  width: min(100%, 460px);
  border-radius: 6px;
  box-shadow:
    0 34px 74px rgba(6, 31, 69, 0.18),
    -14px 14px 0 rgba(18, 81, 163, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.magazine-manifesto {
  display: grid;
  grid-template-columns: minmax(250px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
  padding-block: clamp(42px, 5.8vw, 78px);
}

.magazine-manifesto h2 {
  margin-top: 0;
  font-size: clamp(2rem, 4vw, 4.75rem);
  line-height: 1;
}

.magazine-manifesto p:last-child {
  align-self: end;
  max-width: 620px;
}

.magazine-page .magazine-editorial {
  gap: clamp(24px, 4vw, 58px);
  padding: clamp(42px, 5.8vw, 78px) 0;
}

.magazine-page .magazine-editor-card,
.magazine-page .magazine-callout {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 46px rgba(16, 35, 63, 0.08);
}

.magazine-page .magazine-editor-card::before,
.magazine-page .magazine-callout::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #061f45, #1251a3, #48d2d3);
  content: "";
}

.magazine-page .magazine-editor-card {
  border-top: 1px solid rgba(16, 24, 36, 0.12);
}

.magazine-page .magazine-editor-card img {
  min-height: 360px;
  box-shadow: none;
}

.magazine-page .magazine-editor-card > div {
  display: grid;
  align-content: center;
  padding: clamp(26px, 3vw, 42px);
}

.magazine-page .magazine-editor-card strong {
  color: #3f4854;
}

.magazine-page .magazine-callout {
  align-self: stretch;
  display: grid;
  align-content: center;
  border-top: 1px solid rgba(16, 24, 36, 0.12);
  padding: clamp(26px, 4vw, 48px);
}

.magazine-page .magazine-callout h2 {
  max-width: 540px;
}

.magazine-themes {
  padding: clamp(42px, 5.8vw, 78px) 0;
}

.magazine-theme-row {
  gap: 0;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  overflow: hidden;
}

.magazine-theme-row article {
  min-height: 185px;
  background: rgba(255, 255, 255, 0.42);
}

.magazine-theme-row span {
  color: rgba(18, 81, 163, 0.42);
  font-size: clamp(1.8rem, 3.2vw, 3.4rem);
}

.magazine-theme-row h3 {
  margin-top: clamp(28px, 3vw, 44px);
}

.magazine-contents {
  padding: clamp(42px, 5.8vw, 78px) 0;
}

.magazine-contents-list {
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  overflow: hidden;
}

.magazine-contents-list p {
  padding: 20px 22px;
}

.magazine-page .magazine-submit-band {
  align-items: center;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 253, 0.72)),
    linear-gradient(90deg, rgba(18, 81, 163, 0.035), rgba(242, 153, 58, 0.04)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(16, 35, 63, 0.1);
  margin: clamp(42px, 5.8vw, 76px) 0;
  padding: clamp(28px, 4vw, 48px);
}

.magazine-page .magazine-submit-band h2 {
  font-size: clamp(1.65rem, 2.8vw, 3rem);
}

@media (max-width: 980px) {
  .magazine-manifesto,
  .magazine-contents,
  .magazine-page .magazine-editorial,
  .magazine-page .magazine-submit-band {
    grid-template-columns: 1fr;
  }

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

  .magazine-theme-row article {
    border-bottom: 1px solid var(--line);
  }

  .magazine-theme-row article:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .magazine-page .magazine-hero {
    margin-top: 14px;
    padding: 24px 18px;
  }

  .magazine-hero-copy h1 {
    font-size: clamp(2.65rem, 15vw, 4.6rem);
  }

  .magazine-page .magazine-cover img {
    width: min(100%, 300px);
  }

  .magazine-manifesto {
    padding-block: 34px;
  }

  .magazine-manifesto h2 {
    font-size: clamp(1.9rem, 10vw, 3.1rem);
  }

  .magazine-theme-row {
    grid-template-columns: 1fr;
  }

  .magazine-theme-row article {
    min-height: 132px;
    border-right: 0;
  }

  .magazine-contents-list p {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.resource-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(300px, 0.42fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 7vw, 96px) 0 clamp(28px, 4vw, 54px);
}

.resource-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.92;
}

.resource-hero .lede {
  margin: 0;
}

.resource-intro {
  display: grid;
  gap: 24px;
  justify-items: start;
}

.resource-panel {
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 5vw, 58px) 0;
}

.resource-panel span {
  color: var(--sea);
  font-size: 0.72rem;
  font-weight: 880;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.resource-panel h2 {
  max-width: 980px;
  margin: 10px 0 14px;
  color: var(--heading-deep);
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.98;
}

.resource-panel p {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 580;
  line-height: 1.58;
}

.insight-article {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 5vw, 58px) 0;
}

.insight-opening h2 {
  max-width: 980px;
  margin: 0 0 18px;
  color: var(--heading-deep);
  font-size: clamp(2rem, 4.2vw, 4.6rem);
  line-height: 0.98;
}

.insight-opening p:not(.section-kicker),
.insight-body p,
.insight-benchmarking p,
.insight-cta p,
.insight-closing {
  max-width: 920px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.24vw, 1.14rem);
  font-weight: 580;
  line-height: 1.62;
}

.insight-opening p + p,
.insight-body p + p {
  margin-top: 14px;
}

.insight-question-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.insight-question-grid article {
  min-height: 170px;
  border-right: 1px solid var(--line);
  color: var(--heading-deep);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 780;
  line-height: 1.22;
  padding: 18px;
}

.insight-question-grid article:last-child {
  border-right: 0;
}

.insight-benefits,
.insight-benchmarking,
.insight-cta,
.insight-pdf-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  padding: clamp(22px, 4vw, 38px);
  box-shadow: 0 24px 70px rgba(8, 43, 105, 0.08);
}

.insight-pdf-card span {
  color: var(--sea);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.insight-pdf-card h3 {
  margin: 10px 0 10px;
  color: var(--heading-deep);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1;
}

.insight-pdf-card p {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.22vw, 1.12rem);
  font-weight: 580;
  line-height: 1.55;
}

.insight-benefits h3 {
  margin: 0 0 16px;
  color: var(--heading-deep);
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  line-height: 1.08;
}

.insight-benefits ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 580;
  line-height: 1.52;
}

.insight-benchmarking strong {
  display: block;
  max-width: 900px;
  margin-top: 18px;
  color: var(--blue);
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  line-height: 1.12;
}

.insight-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
}

.insight-article blockquote {
  max-width: 1040px;
  margin: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--heading-deep);
  font-size: clamp(1.35rem, 2.6vw, 2.6rem);
  font-weight: 820;
  line-height: 1.14;
  padding: clamp(24px, 4vw, 42px) 0;
}

.insight-closing {
  color: var(--heading-deep);
  font-weight: 760;
}

.insights-page {
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.88) 52%, rgba(238, 245, 251, 0.52) 100%),
    radial-gradient(circle at 82% 18%, rgba(18, 81, 163, 0.07), transparent 30rem),
    radial-gradient(circle at 18% 82%, rgba(242, 153, 58, 0.045), transparent 23rem),
    #fbfaf7;
}

.insights-page .subpage-shell {
  width: min(1420px, calc(100% - 44px));
}

.insights-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.74fr);
  gap: clamp(32px, 6vw, 94px);
  align-items: stretch;
  overflow: hidden;
  min-height: clamp(460px, 58vw, 660px);
  margin-top: clamp(28px, 4.2vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(126deg, rgba(8, 27, 51, 0.99), rgba(14, 37, 67, 0.97) 56%, rgba(20, 55, 88, 0.94)),
    #081b33;
  color: #f8fbff;
  padding: clamp(38px, 5vw, 72px);
}

.insights-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
  opacity: 0.36;
  pointer-events: none;
}

.insights-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 770px;
}

.insights-hero .eyebrow,
.insights-question .section-kicker,
.insight-feature .section-kicker,
.insight-model .section-kicker,
.inside-insight .section-kicker,
.insight-census-link .section-kicker,
.insight-library .section-kicker,
.insight-final .section-kicker {
  color: #48b7b9;
}

.insights-hero h1 {
  margin: 18px 0 22px;
  color: #f7fbff;
  font-size: clamp(4.8rem, 9.4vw, 10.8rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.insights-hero h1 span {
  display: block;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.45em;
  letter-spacing: 0.28em;
}

.insights-hero .lede {
  max-width: 690px;
  color: rgba(247, 251, 255, 0.84);
  font-size: clamp(1.2rem, 2.05vw, 2rem);
  font-weight: 620;
  line-height: 1.42;
}

.insights-descriptor {
  width: fit-content;
  margin: clamp(24px, 4vw, 42px) 0 0;
  border-top: 1px solid rgba(72, 183, 185, 0.5);
  border-bottom: 1px solid rgba(72, 183, 185, 0.5);
  color: rgba(247, 251, 255, 0.74);
  font-size: clamp(0.72rem, 0.86vw, 0.9rem);
  font-weight: 880;
  letter-spacing: 0.18em;
  line-height: 1.4;
  padding: 12px 0;
  text-transform: uppercase;
}

.insights-data-visual {
  position: relative;
  z-index: 1;
  min-height: 430px;
  align-self: center;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 58% 42%, rgba(72, 183, 185, 0.18), transparent 11rem),
    radial-gradient(circle at 48% 54%, rgba(255, 255, 255, 0.12), transparent 18rem);
}

.insights-data-visual::before {
  position: absolute;
  inset: 18px 0 18px 38px;
  content: "";
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.7) 1px, transparent 1.5px),
    linear-gradient(120deg, transparent 0 21%, rgba(72, 183, 185, 0.32) 21.2% 21.5%, transparent 21.8% 100%),
    linear-gradient(36deg, transparent 0 48%, rgba(255, 255, 255, 0.16) 48.2% 48.5%, transparent 48.8% 100%);
  background-size: 24px 24px, 100% 100%, 100% 100%;
  opacity: 0.58;
}

.india-outline {
  position: absolute;
  right: clamp(26px, 4vw, 58px);
  bottom: clamp(34px, 5vw, 70px);
  color: rgba(255, 255, 255, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(7rem, 12vw, 15rem);
  font-weight: 800;
  line-height: 0.8;
}

.data-tag {
  position: absolute;
  z-index: 2;
  border-left: 2px solid rgba(72, 183, 185, 0.72);
  color: rgba(247, 251, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  line-height: 1;
  padding-left: 10px;
  text-transform: uppercase;
}

.tag-one {
  top: 15%;
  left: 20%;
}

.tag-two {
  top: 46%;
  right: 5%;
}

.tag-three {
  bottom: 18%;
  left: 28%;
}

.data-point {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(72, 183, 185, 0.9);
  border-radius: 999px;
  background: #081b33;
}

.point-one {
  left: 18%;
  top: 32%;
}

.point-two {
  right: 24%;
  top: 28%;
}

.point-three {
  left: 40%;
  bottom: 30%;
}

.point-four {
  right: 13%;
  bottom: 22%;
  border-color: rgba(214, 159, 49, 0.9);
}

.insights-question {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.68fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding: clamp(54px, 7vw, 98px) 0;
}

.insights-question h2 {
  grid-column: 1;
  max-width: 880px;
  margin: 0;
  color: #10233f;
  font-size: clamp(2.55rem, 5.7vw, 6.1rem);
  font-weight: 900;
  letter-spacing: -0.018em;
  line-height: 0.95;
  text-transform: uppercase;
}

.insights-question p:not(.section-kicker) {
  grid-column: 2;
  margin: 0;
  color: #45556a;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  font-weight: 620;
  line-height: 1.62;
}

.insight-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: clamp(54px, 7vw, 96px) 0;
}

.insight-feature-copy h2 {
  max-width: 760px;
  margin: 10px 0 16px;
  color: #10233f;
  font-size: clamp(2.55rem, 5.5vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

.insight-feature-copy .lede {
  max-width: 700px;
  margin: 0 0 16px;
  color: #1251a3;
  font-size: clamp(1.18rem, 1.9vw, 1.78rem);
  font-weight: 780;
  line-height: 1.34;
}

.insight-feature-copy p:not(.section-kicker):not(.lede) {
  max-width: 760px;
  margin: 0;
  color: #526174;
  font-size: clamp(1rem, 1.22vw, 1.14rem);
  font-weight: 600;
  line-height: 1.62;
}

.insight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  margin-top: 28px;
}

.insight-actions .text-link {
  color: #10233f;
  font-size: 0.9rem;
  font-weight: 860;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.insight-actions .text-link::after {
  content: " →";
  color: #187f86;
}

.insight-cover {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(16, 35, 63, 0.22);
  border-radius: 7px;
  background:
    linear-gradient(180deg, #fbf6eb 0%, #f7f0df 58%, #10233f 58.3%, #081b33 100%);
  box-shadow: 0 28px 70px rgba(8, 27, 51, 0.16);
  color: #10233f;
  padding: 30px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.insight-cover:hover {
  box-shadow: 0 32px 76px rgba(8, 27, 51, 0.2);
  transform: translateY(-3px);
}

.insight-cover::before {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(214, 159, 49, 0.45);
  content: "";
}

.insight-cover::after {
  position: absolute;
  right: -20px;
  bottom: 104px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(214, 159, 49, 0.28);
  border-radius: 999px;
  content: "";
}

.cover-kicker,
.insight-cover strong,
.cover-date {
  position: relative;
  z-index: 1;
  display: block;
  color: #187f86;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.insight-cover strong {
  margin-top: 78px;
  color: #d69f31;
}

.insight-cover h3 {
  position: relative;
  z-index: 1;
  margin: 14px 0 18px;
  color: #10233f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.7vw, 3.65rem);
  font-weight: 700;
  line-height: 0.98;
}

.insight-cover p {
  position: relative;
  z-index: 1;
  max-width: 260px;
  margin: 0;
  color: #4c5968;
  font-size: 0.94rem;
  font-weight: 640;
  line-height: 1.38;
}

.cover-date {
  position: absolute;
  left: 30px;
  bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
}

.insight-model {
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 7vw, 90px) 0;
}

.model-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.model-heading h2,
.inside-insight h2,
.insight-library h2 {
  max-width: 760px;
  margin: 0;
  color: #10233f;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 880;
  line-height: 1;
}

.model-sequence {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(16, 35, 63, 0.2);
  border-bottom: 1px solid rgba(16, 35, 63, 0.2);
}

.model-sequence article {
  position: relative;
  min-height: 168px;
  border-right: 1px solid rgba(16, 35, 63, 0.16);
  padding: 22px 18px;
}

.model-sequence article:last-child {
  border-right: 0;
}

.model-sequence span {
  display: block;
  color: rgba(16, 35, 63, 0.14);
  font-size: clamp(3.8rem, 6.2vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.78;
}

.model-sequence strong {
  position: absolute;
  left: 18px;
  bottom: 22px;
  color: #10233f;
  font-size: clamp(0.9rem, 1.05vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.model-flow {
  margin: 24px 0 0;
  color: #187f86;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  font-weight: 760;
  line-height: 1.4;
}

.inside-insight {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 78px);
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 7vw, 90px) 0;
}

.inside-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid rgba(16, 35, 63, 0.18);
}

.inside-grid article {
  min-height: 168px;
  border-bottom: 1px solid rgba(16, 35, 63, 0.18);
  padding: 22px 24px;
}

.inside-grid article:nth-child(odd) {
  border-right: 1px solid rgba(16, 35, 63, 0.18);
}

.inside-grid span {
  display: block;
  color: #1251a3;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.inside-grid p {
  margin: 16px 0 0;
  color: #4c5968;
  font-size: clamp(0.98rem, 1.18vw, 1.1rem);
  font-weight: 620;
  line-height: 1.55;
}

.insight-census-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: clamp(42px, 6vw, 78px) 0;
}

.insight-census-link h2 {
  max-width: 900px;
  margin: 0;
  color: #10233f;
  font-size: clamp(1.65rem, 3vw, 3.2rem);
  font-weight: 860;
  line-height: 1.08;
}

.insight-library {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 360px);
  gap: clamp(30px, 5vw, 72px);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 7vw, 88px) 0;
}

.library-issue {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 270px;
  border: 1px solid rgba(16, 35, 63, 0.18);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(245, 243, 238, 0.88)),
    #f5f3ee;
  color: #10233f;
  padding: 24px;
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease;
}

.library-issue:hover {
  border-color: rgba(24, 127, 134, 0.55);
  transform: translateY(-3px);
}

.library-issue span,
.library-issue small {
  color: #187f86;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.library-issue strong {
  max-width: 280px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  line-height: 1;
}

.insight-final {
  margin: clamp(46px, 7vw, 86px) 0 0;
  border-radius: 7px;
  background:
    linear-gradient(116deg, #081b33, #10233f 64%, #162c49);
  color: #f8fbff;
  padding: clamp(34px, 5vw, 68px);
}

.insight-final h2 {
  max-width: 900px;
  margin: 10px 0 18px;
  color: #f8fbff;
  font-size: clamp(2.4rem, 5vw, 5.7rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.96;
  text-transform: uppercase;
}

.insight-final p:not(.section-kicker) {
  margin: 0 0 28px;
  color: rgba(248, 251, 255, 0.76);
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
  font-weight: 680;
}

.census-panel p + p {
  margin-top: 14px;
}

.resource-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 5vw, 58px) 0;
}

.resource-cta span {
  color: var(--sea);
  font-size: 0.72rem;
  font-weight: 880;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.resource-cta h2 {
  margin: 8px 0 12px;
  color: var(--heading-deep);
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.98;
}

.resource-cta p {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 580;
  line-height: 1.58;
}

.census-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(360px, 0.48fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: clamp(34px, 5.4vw, 72px) 0 clamp(26px, 4.5vw, 54px);
}

.census-hero-copy h1 {
  max-width: 11ch;
  margin-bottom: 18px;
  color: var(--heading-deep);
  font-size: clamp(2.2rem, 5.15vw, 4.9rem);
  line-height: 0.95;
}

.census-hero-copy .lede {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
}

.census-badge-hero {
  position: relative;
  display: grid;
  min-height: clamp(360px, 42vw, 520px);
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 74% 20%, rgba(255, 165, 72, 0.18), transparent 12rem),
    radial-gradient(circle at 20% 78%, rgba(31, 138, 138, 0.18), transparent 14rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(235, 245, 249, 0.58));
  box-shadow: 0 30px 90px rgba(8, 43, 105, 0.1);
}

.census-badge-hero figure {
  margin: 0;
  text-align: center;
}

.census-badge-hero img {
  display: block;
  width: min(78%, 430px);
  margin: 0 auto;
  filter: drop-shadow(0 30px 48px rgba(8, 43, 105, 0.18));
}

.census-badge-hero figcaption,
.badge-explainer figcaption {
  margin-top: 14px;
  color: var(--sea);
  font-size: 0.82rem;
  font-weight: 780;
}

.census-credential-band {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 5vw, 58px) 0;
}

.badge-explainer figure {
  margin: 0;
  text-align: center;
}

.badge-explainer img {
  display: block;
  width: min(100%, 310px);
  margin: 0 auto;
  filter: drop-shadow(0 22px 36px rgba(8, 43, 105, 0.15));
}

.census-credential-band h2,
.census-impact h2,
.census-cta h2 {
  max-width: 920px;
  margin: 0 0 14px;
  color: var(--heading-deep);
  font-size: clamp(1.85rem, 3.6vw, 3.85rem);
  line-height: 1;
}

.census-credential-band p:not(.section-kicker),
.census-impact > p,
.census-cta p {
  max-width: 920px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.22vw, 1.12rem);
  font-weight: 580;
  line-height: 1.58;
}

.census-credential-band p + p {
  margin-top: 13px;
}

.badge-explainer ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.18vw, 1.08rem);
  font-weight: 580;
  line-height: 1.42;
}

.badge-explainer .badge-note {
  margin-top: 18px;
  color: var(--heading-deep);
  font-style: italic;
}

.census-impact {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 5vw, 58px) 0;
}

.census-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.census-impact-grid article {
  min-height: 138px;
  border-right: 1px solid var(--line);
  padding: 20px;
}

.census-impact-grid article:last-child {
  border-right: 0;
}

.census-impact-grid span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.census-impact-grid h3 {
  margin: 16px 0 0;
  color: var(--heading-deep);
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.12;
}

.census-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 5vw, 58px) 0;
}

.census-cta span {
  color: var(--sea);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.census-cta h2 {
  margin-top: 8px;
}

.census-page {
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.88) 52%, rgba(238, 245, 251, 0.52) 100%),
    radial-gradient(circle at 82% 18%, rgba(18, 81, 163, 0.07), transparent 30rem),
    radial-gradient(circle at 18% 82%, rgba(242, 153, 58, 0.045), transparent 23rem),
    #fbfaf7;
}

.census-page .census-hero {
  position: relative;
  grid-template-columns: minmax(0, 0.56fr) minmax(340px, 0.44fr);
  overflow: hidden;
  border-top: 1px solid var(--line);
  padding: clamp(46px, 6.6vw, 98px) 0 clamp(42px, 6vw, 84px);
  isolation: isolate;
}

.census-page .census-hero::before {
  position: absolute;
  right: 34%;
  bottom: 5%;
  z-index: -1;
  color: rgba(6, 31, 69, 0.045);
  content: "INDIA";
  font-size: clamp(6rem, 13vw, 15rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 0.8;
}

.census-page .census-hero-copy h1 {
  max-width: 11ch;
  color: var(--heading-deep);
  font-size: clamp(3.1rem, 7.2vw, 7.6rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.census-page .census-hero-copy .lede {
  margin-bottom: 12px;
  color: #26354d;
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  font-weight: 780;
  line-height: 1.2;
}

.census-intro-line {
  max-width: 680px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: clamp(1rem, 1.22vw, 1.12rem);
  line-height: 1.64;
}

.census-page .census-badge-hero {
  min-height: auto;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.census-page .census-badge-hero::before {
  position: absolute;
  inset: 8% 0 10%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 52% 48%, rgba(212, 160, 56, 0.16), transparent 13rem),
    radial-gradient(circle at 48% 58%, rgba(18, 81, 163, 0.12), transparent 15rem);
  content: "";
  filter: blur(2px);
}

.census-page .census-badge-hero img {
  width: min(84%, 500px);
  transition: transform 220ms ease;
}

.census-page .census-badge-hero:hover img {
  transform: translateY(-3px);
}

.census-page .census-badge-hero figcaption {
  color: var(--quiet);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.census-why {
  position: relative;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  background: #061f45;
  padding: clamp(54px, 7vw, 108px) max(22px, calc((100vw - 1320px) / 2));
}

.census-why::after {
  position: absolute;
  right: 6%;
  bottom: -8%;
  color: rgba(255, 255, 255, 0.045);
  content: "26";
  font-size: clamp(10rem, 22vw, 24rem);
  font-weight: 900;
  line-height: 0.8;
}

.census-why .section-kicker {
  color: #d4a038;
}

.census-why h2 {
  max-width: 920px;
  margin: 16px 0 22px;
  color: var(--white);
  font-size: clamp(2.5rem, 5.6vw, 6.3rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.census-why h2::after {
  display: block;
  width: min(260px, 38vw);
  height: 1px;
  margin-top: 28px;
  background: #d4a038;
  content: "";
}

.census-why p:last-child {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.66;
}

.census-mapping,
.census-impact {
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 7vw, 94px) 0;
}

.census-mapping h2,
.census-impact .section-heading h2 {
  max-width: 900px;
  margin: 12px 0 clamp(30px, 4vw, 56px);
  color: var(--heading-deep);
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 1.02;
}

.census-map-journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.census-map-journey article {
  min-height: 250px;
  border-right: 1px solid var(--line);
  padding: 22px 18px;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.census-map-journey article:hover {
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-3px);
}

.census-map-journey span,
.census-impact-grid span {
  color: rgba(18, 81, 163, 0.5);
  font-size: clamp(2.4rem, 4.6vw, 5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.8;
}

.census-map-journey h3 {
  margin: clamp(36px, 4vw, 58px) 0 10px;
  color: var(--heading-deep);
  font-size: 0.9rem;
  letter-spacing: 0.09em;
  line-height: 1.22;
  text-transform: uppercase;
}

.census-map-journey p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.census-page .census-credential-band {
  margin-inline: calc(50% - 50vw);
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  background: #071b36;
  padding: clamp(50px, 7vw, 104px) max(22px, calc((100vw - 1320px) / 2));
}

.census-page .badge-explainer img {
  width: min(100%, 400px);
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.28));
}

.census-page .badge-explainer figcaption {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.census-page .census-credential-band .section-kicker {
  color: #d4a038;
}

.census-page .census-credential-band h2 {
  color: var(--white);
  font-size: clamp(2.1rem, 4.6vw, 5.1rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.census-page .census-credential-band strong {
  display: block;
  margin: 0 0 18px;
  color: #d4a038;
  font-size: 0.82rem;
  font-weight: 880;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.census-page .census-credential-band p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.76);
}

.credential-uses {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 24px;
}

.credential-uses span {
  border-top: 1px solid rgba(212, 160, 56, 0.48);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  padding-top: 8px;
  text-transform: uppercase;
}

.credential-verify {
  display: grid;
  grid-template-columns: max-content minmax(150px, 1fr) max-content;
  gap: 12px;
  align-items: center;
  max-width: 620px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 14px;
}

.credential-verify span {
  color: #d4a038;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.credential-verify code {
  color: var(--white);
  font-family: inherit;
  font-weight: 820;
}

.credential-verify-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font: inherit;
  font-weight: 840;
}

.census-page .census-impact {
  background: rgba(240, 243, 245, 0.72);
  margin-inline: calc(50% - 50vw);
  padding-inline: max(22px, calc((100vw - 1320px) / 2));
}

.census-page .census-impact-grid {
  border-top: 1px solid rgba(24, 42, 70, 0.16);
  border-bottom: 0;
}

.census-page .census-impact-grid article {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: transparent;
}

.census-page .census-impact-grid article p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.52;
}

.census-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  padding: clamp(30px, 4vw, 50px) 0;
}

.census-flow span {
  position: relative;
  min-height: 84px;
  border-right: 1px solid var(--line);
  color: var(--heading-deep);
  display: flex;
  align-items: center;
  padding: 14px 18px;
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.census-flow span:not(:last-child)::after {
  position: absolute;
  right: -7px;
  color: #d4a038;
  content: "→";
  font-size: 1rem;
}

.census-page .census-cta {
  margin-inline: calc(50% - 50vw);
  grid-template-columns: minmax(0, 0.7fr) max-content;
  background: #061f45;
  border-bottom: 0;
  padding: clamp(50px, 7vw, 104px) max(22px, calc((100vw - 1320px) / 2));
}

.census-page .census-cta span {
  color: #d4a038;
}

.census-page .census-cta h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(2.2rem, 4.8vw, 5.4rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.census-page .census-cta p {
  color: rgba(255, 255, 255, 0.76);
}

.census-page .census-cta small {
  display: block;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 760;
}

.census-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.census-final-actions .button.secondary {
  color: var(--white);
  border-color: rgba(212, 160, 56, 0.7);
}

.site-footer {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 650;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  text-decoration-color: rgba(23, 78, 166, 0.35);
  text-underline-offset: 4px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.footer-links a {
  color: var(--heading-deep);
  font-weight: 760;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a[aria-current="page"] {
  color: var(--blue);
}

.subpage-shell {
  min-height: auto;
}

.about-hero,
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding: clamp(52px, 8vw, 112px) 0 clamp(34px, 5vw, 72px);
}

.about-hero-copy {
  max-width: 760px;
}

.about-identity {
  display: grid;
  justify-items: center;
  gap: 22px;
  margin: 0;
  border-left: 1px solid var(--line);
  padding-left: clamp(28px, 4vw, 54px);
  text-align: center;
}

.about-identity img {
  display: block;
  width: min(68%, 260px);
  height: auto;
  filter: drop-shadow(0 20px 42px rgba(19, 37, 66, 0.12));
}

.about-identity figcaption {
  max-width: 330px;
}

.about-identity strong,
.about-identity span {
  display: block;
}

.about-identity strong {
  color: var(--heading-deep);
  font-size: 1.05rem;
  font-weight: 850;
}

.about-identity span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 620;
  line-height: 1.5;
}

.statement-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.statement-band p {
  margin: 0;
  padding: 18px 14px;
  color: var(--heading-deep);
  font-size: clamp(0.92rem, 1.3vw, 1.12rem);
  font-weight: 850;
  text-align: center;
}

.statement-band p:not(:last-child) {
  border-right: 1px solid var(--line);
}

.policy-hero {
  max-width: 980px;
  padding: clamp(48px, 7vw, 96px) 0 clamp(24px, 4vw, 44px);
}

.policy-hero h1 {
  max-width: 820px;
}

.policy-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(24px, 4vw, 42px) 0 0;
  background: var(--line);
}

.policy-meta div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
}

.policy-meta dt {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.policy-meta dd {
  margin: 8px 0 0;
  color: var(--heading-deep);
  font-weight: 850;
}

.policy-content {
  max-width: 980px;
  border-top: 1px solid var(--line);
  padding: clamp(30px, 5vw, 58px) 0 0;
}

.policy-content h2 {
  margin: clamp(28px, 4vw, 44px) 0 12px;
  color: var(--heading-deep);
  font-size: clamp(1.28rem, 2vw, 1.8rem);
}

.policy-content p,
.policy-content li,
.policy-content address {
  color: #374151;
  font-size: 1rem;
  line-height: 1.72;
}

.policy-content ul {
  margin: 10px 0 0;
  padding-left: 22px;
}

.policy-content address {
  border-left: 3px solid var(--gold);
  margin: 16px 0;
  padding: 4px 0 4px 18px;
  font-style: normal;
}

.vision-mission {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(34px, 5vw, 74px);
  background: var(--line);
}

.statement-block {
  min-height: 390px;
  padding: clamp(30px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.72);
}

.statement-block span,
.section-kicker,
.pillar-grid span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 880;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.statement-block h2 {
  max-width: 650px;
  margin: 18px 0 22px;
  color: var(--heading-deep);
  font-size: clamp(2rem, 3.15vw, 3.4rem);
  line-height: 1.04;
}

.statement-block p {
  max-width: 560px;
  margin-bottom: 0;
  color: #344154;
  font-size: 1.03rem;
  line-height: 1.68;
}

.mission-block {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.88), rgba(232, 243, 252, 0.76)),
    rgba(255, 255, 255, 0.78);
}

.about-grid,
.content-band {
  padding: clamp(42px, 6vw, 88px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 4vw, 68px);
  align-items: start;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(1.9rem, 3.3vw, 3.35rem);
  line-height: 1.05;
}

.pillar-grid,
.scope-grid,
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.pillar-grid article {
  min-height: 260px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px;
  background: rgba(255, 255, 255, 0.48);
}

.pillar-grid h3 {
  margin: 34px 0 12px;
  color: var(--heading-deep);
  font-size: 1.26rem;
  line-height: 1.12;
}

.pillar-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.58;
}

.principles-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding: 26px 0 18px;
}

.principles-section p {
  max-width: 760px;
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  font-weight: 780;
  line-height: 1.35;
}

.about-page {
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.88) 52%, rgba(238, 245, 251, 0.52) 100%),
    radial-gradient(circle at 82% 18%, rgba(18, 81, 163, 0.07), transparent 30rem),
    radial-gradient(circle at 18% 82%, rgba(242, 153, 58, 0.045), transparent 23rem),
    #fbfaf7;
}

.about-page .about-hero {
  position: relative;
  grid-template-columns: minmax(0, 0.64fr) minmax(300px, 0.36fr);
  border-top: 1px solid var(--line);
  padding: clamp(54px, 7vw, 98px) 0 clamp(36px, 5vw, 72px);
  isolation: isolate;
}

.about-page .about-hero::before {
  position: absolute;
  right: 16%;
  top: 12%;
  z-index: -1;
  color: rgba(6, 31, 69, 0.045);
  content: "HCAI";
  font-size: clamp(8rem, 16vw, 18rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.8;
}

.about-brand-line {
  margin: 26px 0 0;
  color: var(--blue);
  font-size: clamp(1.1rem, 1.55vw, 1.45rem);
  font-weight: 840;
}

.about-page .about-identity {
  position: relative;
  display: grid;
  align-content: end;
  justify-items: start;
  min-height: 360px;
  overflow: hidden;
  border: 0;
  border-left: 1px solid rgba(24, 42, 70, 0.16);
  padding: clamp(26px, 4vw, 54px);
  text-align: left;
}

.about-page .about-identity::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 18%, rgba(212, 160, 56, 0.12), transparent 12rem),
    linear-gradient(145deg, #061f45, #092b55 58%, #071b36);
  content: "";
}

.about-page .about-identity span {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.1);
  font-size: clamp(5rem, 10vw, 10rem);
  font-weight: 900;
  line-height: 0.72;
}

.about-page .about-identity strong {
  color: var(--white);
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.08;
}

.about-page .about-identity p {
  max-width: 330px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
  font-weight: 560;
  line-height: 1.55;
}

.about-storyline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-storyline a {
  min-height: 74px;
  border-right: 1px solid var(--line);
  color: var(--heading-deep);
  display: flex;
  align-items: center;
  padding: 14px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.about-storyline a:hover {
  background: rgba(18, 81, 163, 0.06);
  color: var(--blue);
}

.about-purpose {
  display: grid;
  grid-template-columns: minmax(180px, 0.26fr) minmax(0, 0.74fr);
  gap: clamp(24px, 4vw, 70px);
  border-bottom: 1px solid var(--line);
  padding: clamp(44px, 6vw, 86px) 0;
}

.about-purpose h2 {
  max-width: 980px;
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(2rem, 3.6vw, 4.05rem);
  line-height: 1.02;
}

.about-purpose p:last-child {
  grid-column: 2;
  max-width: 780px;
  margin: -18px 0 0;
  color: #344154;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.66;
}

.about-page .vision-mission {
  display: block;
  margin: 0;
  background: transparent;
}

.about-page .statement-block {
  min-height: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: clamp(54px, 8vw, 112px) 0;
}

.about-page .vision-block {
  position: relative;
  overflow: hidden;
}

.about-page .vision-block::after {
  position: absolute;
  right: 4%;
  bottom: -8%;
  color: rgba(18, 81, 163, 0.045);
  content: "INDIA";
  font-size: clamp(5rem, 12vw, 13rem);
  font-weight: 900;
  letter-spacing: 0.06em;
}

.about-page .statement-block h2 {
  max-width: 1060px;
  margin: 18px 0 22px;
  font-size: clamp(2.3rem, 4.8vw, 5.6rem);
  line-height: 0.98;
}

.about-page .statement-block p {
  max-width: 760px;
  color: #344154;
}

.about-page .mission-block {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(22px, calc((100vw - 1320px) / 2));
  background: #061f45;
}

.about-page .mission-block span {
  color: #d4a038;
}

.about-page .mission-block h2 {
  color: var(--white);
}

.about-page .mission-block p {
  color: rgba(255, 255, 255, 0.75);
}

.about-page .about-grid {
  padding: clamp(46px, 6vw, 92px) 0;
}

.about-page .pillar-grid {
  border-left: 0;
}

.about-page .pillar-grid article {
  min-height: 310px;
  border-right: 0;
  background: transparent;
  padding: clamp(20px, 2.5vw, 32px);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.about-page .pillar-grid article:hover {
  background: rgba(255, 255, 255, 0.54);
  transform: translateY(-3px);
}

.about-page .pillar-grid span {
  color: rgba(18, 81, 163, 0.42);
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  letter-spacing: 0;
  line-height: 0.8;
}

.about-page .pillar-grid h3 {
  margin-top: clamp(28px, 4vw, 56px);
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  text-transform: uppercase;
}

.about-action {
  margin-inline: calc(50% - 50vw);
  padding: clamp(46px, 6vw, 82px) max(22px, calc((100vw - 1320px) / 2));
  background: #f0f3f5;
}

.action-ledger {
  display: grid;
  border-top: 1px solid rgba(24, 42, 70, 0.16);
}

.action-ledger a {
  display: grid;
  grid-template-columns: 60px minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(14px, 3vw, 40px);
  align-items: center;
  border-bottom: 1px solid rgba(24, 42, 70, 0.16);
  color: var(--heading-deep);
  padding: 18px 0;
  text-decoration: none;
  transition:
    padding 180ms ease,
    color 180ms ease;
}

.action-ledger a:hover {
  color: var(--blue);
  padding-left: 10px;
}

.action-ledger span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.action-ledger strong {
  font-size: clamp(1.1rem, 1.7vw, 1.6rem);
}

.action-ledger em {
  color: var(--muted);
  font-style: normal;
  font-weight: 650;
}

.about-page .principles-section {
  align-items: end;
  border-top: 0;
  padding: clamp(54px, 7vw, 104px) 0 clamp(34px, 5vw, 72px);
}

.about-page .principles-section div:first-child {
  max-width: 860px;
}

.about-page .principles-section h2 {
  margin: 14px 0 18px;
  color: var(--heading-deep);
  font-size: clamp(2.2rem, 4.6vw, 5rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.about-page .principles-section p:not(.section-kicker) {
  max-width: 720px;
  color: #344154;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 560;
  line-height: 1.6;
}

.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.visible-footer {
  display: flex;
}

.future-page {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.9) 52%, rgba(233, 239, 248, 0.82) 100%),
    radial-gradient(circle at 82% 18%, rgba(242, 138, 46, 0.1), transparent 25rem),
    radial-gradient(circle at 12% 90%, rgba(23, 78, 166, 0.1), transparent 24rem),
    #f7f9fc;
}

.future-editorial-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(300px, 0.36fr);
  gap: clamp(20px, 3vw, 40px) clamp(34px, 5vw, 76px);
  align-items: start;
  min-height: 0;
  padding: clamp(10px, 1.6vw, 22px) 0 0;
}

.future-editorial-hero::before {
  position: absolute;
  left: 0;
  top: 0;
  width: min(58vw, 760px);
  height: 1px;
  background: linear-gradient(90deg, rgba(23, 78, 166, 0.34), transparent);
  content: "";
}

.future-title-block {
  align-self: start;
}

.future-label-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-column: 1 / -1;
  align-items: start;
  gap: clamp(16px, 3vw, 42px);
  margin: 0;
}

.future-label-row img {
  display: block;
  justify-self: start;
  width: clamp(54px, 6.2vw, 84px);
  height: clamp(54px, 6.2vw, 84px);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(8, 43, 105, 0.14);
}

.future-label-row .section-action {
  justify-self: end;
  margin-top: 0;
  font-size: clamp(0.9rem, 1.3vw, 1.12rem);
}

.series-label {
  margin: 0;
  color: var(--blue);
  font-size: clamp(0.9rem, 1.3vw, 1.12rem);
  font-weight: 900;
  letter-spacing: 0.28em;
  line-height: 1.3;
  text-transform: uppercase;
}

.future-title-block h1 {
  max-width: 780px;
  margin: 0;
  color: #465266;
  font-size: clamp(2.45rem, 4vw, 4.15rem);
  line-height: 1.02;
}

.future-intro {
  align-self: end;
  max-width: 400px;
  padding-top: clamp(44px, 5.2vw, 84px);
}

.future-intro p {
  margin: 0 0 26px;
  color: #2f3e54;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.62;
}

.future-hero-visual {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(280px, 0.46fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  margin: clamp(28px, 5vw, 70px) 0 0;
  border-top: 1px solid var(--line);
  padding-top: clamp(24px, 3vw, 36px);
}

.future-hero-visual img,
.future-poster-placeholder {
  display: block;
  width: 100%;
  max-height: min(62vh, 680px);
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 34px 90px rgba(19, 37, 66, 0.13);
}

.future-poster-placeholder {
  display: grid;
  min-height: min(56vh, 520px);
  place-items: center;
  border: 1px solid rgba(24, 42, 70, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(232, 240, 250, 0.72)),
    repeating-linear-gradient(90deg, rgba(23, 78, 166, 0.06) 0 1px, transparent 1px 42px);
}

.future-poster-placeholder span,
.premiere-placeholder span {
  color: var(--blue-deep);
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.future-hero-visual figcaption {
  display: grid;
  align-content: end;
  gap: 8px;
  min-height: 260px;
  border-left: 1px solid var(--line);
  padding-left: clamp(24px, 3vw, 42px);
}

.future-hero-visual span,
.premiere-copy p,
.conversation-index {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.future-hero-visual strong {
  color: var(--heading-deep);
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.02;
  font-weight: 880;
}

.future-hero-visual em {
  color: var(--muted);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.future-premieres,
.future-archive,
.future-participate,
.future-closing-note {
  border-top: 1px solid var(--line);
  padding: clamp(48px, 7vw, 96px) 0;
}

.future-premieres {
  padding-top: 0;
}

.future-section-lede {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: start;
  margin-bottom: clamp(22px, 3vw, 36px);
}

.future-section-lede h2 {
  max-width: 860px;
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(2rem, 3.5vw, 3.85rem);
  line-height: 1.04;
}

.future-premieres .future-section-lede h2 {
  justify-self: end;
  font-size: clamp(1.72rem, 2.75vw, 3.05rem);
  text-align: right;
}

.section-action {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 840;
  text-decoration: none;
}

.section-action:hover {
  color: var(--blue-deep);
}

.premiere-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.premiere-feature {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 0;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.44);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.premiere-label {
  grid-column: 1;
  align-self: end;
  justify-self: start;
  margin: 14px 0 8px;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(8, 43, 105, 0.58);
  color: var(--white);
  font-size: 0.64rem;
  font-weight: 880;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(8, 43, 105, 0.16);
}

.premiere-feature:hover {
  background: rgba(255, 255, 255, 0.68);
  transform: translateY(-3px);
}

.premiere-image {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
}

.premiere-image img {
  display: block;
  width: 100%;
  height: 255px;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 320ms ease;
}

.premiere-placeholder {
  display: grid;
  width: 100%;
  height: 255px;
  min-height: 0;
  place-items: center;
  border: 1px solid rgba(24, 42, 70, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(232, 240, 250, 0.7)),
    linear-gradient(90deg, rgba(23, 78, 166, 0.06) 1px, transparent 1px);
  background-size: auto, 38px 38px;
}

.premiere-feature:hover .premiere-image img {
  transform: scale(1.025);
}

.premiere-copy {
  grid-row: 1 / span 2;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px clamp(22px, 3vw, 34px);
}

.premiere-copy h3 {
  margin: 14px 0 8px;
  color: var(--heading-deep);
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1.02;
}

.premiere-copy strong,
.premiere-copy em,
.premiere-copy span {
  display: block;
}

.premiere-copy strong {
  color: #2f3e54;
  font-size: 1rem;
  line-height: 1.45;
}

.premiere-copy em {
  margin-top: 12px;
  color: var(--blue);
  font-size: 0.96rem;
  font-style: normal;
  font-weight: 850;
}

.premiere-copy span {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.58;
}

.conversation-library {
  border-top: 1px solid var(--line);
}

.conversation-entry {
  display: grid;
  grid-template-columns: 86px 122px minmax(0, 1fr) max-content;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  transition:
    background 180ms ease,
    padding 180ms ease;
}

.conversation-entry:hover {
  background: rgba(255, 255, 255, 0.58);
  padding-inline: 14px;
}

.conversation-portrait {
  display: grid;
  width: 112px;
  aspect-ratio: 1;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(24, 42, 70, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(232, 240, 250, 0.68)),
    var(--white);
  color: var(--blue-deep);
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.conversation-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conversation-copy h3 {
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(1.32rem, 2.15vw, 2.25rem);
  line-height: 1.08;
}

.conversation-copy p,
.conversation-copy strong {
  display: block;
  max-width: 720px;
}

.conversation-copy p {
  margin: 8px 0 0;
  color: #344154;
  font-size: 0.96rem;
  line-height: 1.48;
}

.conversation-copy strong {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.45;
}

.conversation-entry a {
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 880;
  text-decoration: none;
  white-space: nowrap;
}

.future-participate {
  display: grid;
  grid-template-columns: minmax(360px, 0.52fr) minmax(0, 0.48fr);
  gap: clamp(24px, 4vw, 68px);
  align-items: center;
  position: relative;
  margin-block: clamp(48px, 7vw, 96px);
  border: 1px solid rgba(24, 42, 70, 0.14);
  border-top: 0;
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.82), rgba(243, 248, 253, 0.58)),
    radial-gradient(circle at 92% 0%, rgba(242, 153, 58, 0.09), transparent 18rem),
    radial-gradient(circle at 10% 100%, rgba(22, 132, 71, 0.07), transparent 18rem);
  box-shadow: 0 28px 70px rgba(19, 37, 66, 0.08);
  padding: clamp(24px, 3.6vw, 44px);
}

.future-participate::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--saffron), var(--blue), var(--flag-green));
  content: "";
}

.future-participate-copy {
  justify-self: end;
  max-width: 760px;
}

.future-participate-copy h2 {
  max-width: 720px;
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(2rem, 3.15vw, 3.55rem);
  line-height: 1.04;
}

.future-participate-copy h2 span {
  text-decoration: underline;
  text-decoration-color: rgba(31, 138, 138, 0.72);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

.future-participate-copy > p:last-child {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  font-weight: 560;
  line-height: 1.62;
}

.future-participate-visual {
  align-self: center;
  margin: 0;
}

.future-participate-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 22px 54px rgba(8, 43, 105, 0.18);
}

.future-participate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  margin-top: 26px;
}

.future-closing-note p {
  max-width: 920px;
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(1.45rem, 2.4vw, 2.45rem);
  font-weight: 760;
  line-height: 1.28;
}

.technology-page {
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.88) 52%, rgba(238, 245, 251, 0.52) 100%),
    radial-gradient(circle at 82% 18%, rgba(31, 138, 138, 0.1), transparent 30rem),
    radial-gradient(circle at 18% 82%, rgba(18, 81, 163, 0.05), transparent 23rem),
    #fbfaf7;
}

.technology-page .subpage-shell {
  width: min(1420px, calc(100% - 44px));
}

.partner-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(420px, 0.44fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  min-height: calc(100svh - 110px);
  border-top: 1px solid var(--line);
  padding: clamp(48px, 6.6vw, 94px) 0 clamp(36px, 5vw, 70px);
}

.partner-hero::before {
  position: absolute;
  left: 0;
  top: 18%;
  width: min(46vw, 560px);
  height: 1px;
  background: linear-gradient(90deg, rgba(31, 138, 138, 0.5), transparent);
  content: "";
}

.partner-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.technology-page .partner-hero h1 {
  max-width: 760px;
  color: #10233f;
  font-size: clamp(3rem, 6.2vw, 6.9rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.88;
  text-transform: uppercase;
}

.partner-hero .lede {
  max-width: 660px;
  margin-top: 22px;
  color: #26354d;
  font-size: clamp(1.08rem, 1.5vw, 1.36rem);
  font-weight: 640;
  line-height: 1.56;
}

.technology-scope {
  max-width: 680px;
  margin: 22px 0 0;
  color: #187f86;
  font-size: clamp(0.78rem, 0.95vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.technology-status {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 22px 0 0;
  color: #10233f;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.technology-status span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #1ba6a6;
  box-shadow: 0 0 0 6px rgba(31, 138, 138, 0.12);
}

.partner-stage {
  position: relative;
  overflow: hidden;
  min-height: clamp(440px, 55vh, 640px);
  border: 1px solid rgba(16, 35, 63, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 45%, rgba(31, 138, 138, 0.15), transparent 12rem),
    linear-gradient(132deg, #081b33, #10233f 60%, #162c49);
  isolation: isolate;
}

.partner-stage::before,
.partner-stage::after {
  position: absolute;
  inset: 34px;
  content: "";
  pointer-events: none;
}

.partner-stage::before {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.66) 1px, transparent 1.4px),
    linear-gradient(35deg, transparent 0 37%, rgba(31, 138, 138, 0.36) 37.2% 37.5%, transparent 37.8% 100%),
    linear-gradient(140deg, transparent 0 58%, rgba(255, 255, 255, 0.18) 58.2% 58.5%, transparent 58.8% 100%);
  background-size: 26px 26px, 100% 100%, 100% 100%;
  opacity: 0.6;
}

.partner-stage::after {
  border: 1px solid rgba(31, 138, 138, 0.28);
  border-radius: 999px;
  transform: rotate(-18deg) scale(1.16);
}

.tech-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(52%, 260px);
  aspect-ratio: 1;
  border: 1px solid rgba(31, 138, 138, 0.56);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(31, 138, 138, 0.24), transparent 62%),
    rgba(8, 27, 51, 0.62);
  color: #f8fbff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.tech-core span {
  color: #48d2d3;
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.tech-core strong {
  max-width: 180px;
  color: rgba(248, 251, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.32;
  text-transform: uppercase;
}

.tech-node {
  position: absolute;
  z-index: 2;
  border-left: 2px solid #48d2d3;
  color: rgba(248, 251, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding-left: 10px;
  text-transform: uppercase;
}

.node-care {
  left: 11%;
  top: 17%;
}

.node-home {
  right: 10%;
  top: 27%;
}

.node-data {
  left: 18%;
  bottom: 22%;
}

.node-platform {
  right: 13%;
  bottom: 17%;
}

.tech-why-now,
.tech-prestige {
  margin-inline: calc(50% - 50vw);
  padding: clamp(54px, 7vw, 104px) max(22px, calc((100vw - 1420px) / 2));
  background: linear-gradient(122deg, #081b33, #10233f 58%, #162c49);
  color: #f8fbff;
}

.technology-page .section-kicker {
  color: #187f86;
}

.tech-why-now .section-kicker,
.tech-prestige .section-kicker {
  color: #48d2d3;
}

.tech-why-now h2,
.tech-prestige h2 {
  max-width: 1100px;
  margin: 10px 0 18px;
  color: #f8fbff;
  font-size: clamp(2.4rem, 5.2vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.96;
  text-transform: uppercase;
}

.tech-why-now p,
.tech-prestige p {
  max-width: 850px;
  margin: 0;
  color: rgba(248, 251, 255, 0.76);
  font-size: clamp(1.04rem, 1.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.62;
}

.tech-question {
  display: grid;
  gap: 12px;
  max-width: 1000px;
  margin-top: clamp(28px, 5vw, 58px);
  border-top: 1px solid rgba(72, 210, 211, 0.28);
  padding-top: 28px;
}

.tech-question span {
  color: rgba(248, 251, 255, 0.56);
  font-size: clamp(1rem, 1.6vw, 1.45rem);
  font-weight: 760;
}

.tech-question strong {
  color: #48d2d3;
  font-size: clamp(1.7rem, 3.6vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1;
}

.technology-manifesto {
  border-bottom: 1px solid var(--line);
  padding: clamp(42px, 6vw, 84px) 0;
}

.technology-manifesto figure {
  margin: 0 auto;
  max-width: 1080px;
}

.technology-manifesto img {
  display: block;
  width: 100%;
  border: 1px solid rgba(16, 35, 63, 0.1);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(8, 27, 51, 0.08);
}

.tech-landscape,
.partner-evaluation,
.partner-pathway,
.tech-review-states,
.tech-before-submit,
.tech-campaign-moment,
.tech-formation,
.partner-cta {
  border-bottom: 1px solid var(--line);
  padding: clamp(46px, 6.5vw, 90px) 0;
}

.tech-landscape .section-heading h2,
.partner-evaluation .section-heading h2,
.tech-review-states h2,
.tech-before-submit h2,
.tech-campaign-moment h2,
.partner-pathway h2,
.partner-cta h2 {
  color: #10233f;
  font-size: clamp(2.1rem, 4vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.016em;
  line-height: 0.98;
}

.tech-matrix {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(28px, 4vw, 52px);
  border-top: 1px solid rgba(16, 35, 63, 0.18);
  border-left: 1px solid rgba(16, 35, 63, 0.18);
}

.tech-matrix span {
  position: relative;
  min-height: 190px;
  border-right: 1px solid rgba(16, 35, 63, 0.18);
  border-bottom: 1px solid rgba(16, 35, 63, 0.18);
  color: #10233f;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding: 22px;
  text-transform: uppercase;
  transition: background 220ms ease, color 220ms ease;
}

.tech-matrix span::after {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: #526174;
  content: attr(data-note);
  font-size: 0.9rem;
  font-weight: 590;
  letter-spacing: 0;
  line-height: 1.42;
  text-transform: none;
}

.tech-matrix span:hover {
  background: rgba(31, 138, 138, 0.07);
  color: #187f86;
}

.partner-evaluation {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(22px, calc((100vw - 1420px) / 2));
  background: #162c49;
}

.partner-evaluation .section-heading h2 {
  color: #f8fbff;
}

.partner-evaluation .scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(28px, 4vw, 52px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.scope-grid article {
  min-height: 270px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 26px 24px;
  background: transparent;
}

.scope-grid article:last-child {
  border-right: 0;
}

.scope-grid span {
  color: #48d2d3;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scope-grid h3 {
  margin: 36px 0 14px;
  color: #f8fbff;
  font-size: clamp(1.1rem, 1.45vw, 1.38rem);
  line-height: 1.12;
}

.scope-grid p {
  margin: 0;
  color: rgba(248, 251, 255, 0.72);
  font-size: 0.96rem;
  font-weight: 560;
  line-height: 1.58;
}

.partner-pathway {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

.partner-pathway h2 span {
  display: block;
  color: rgba(16, 35, 63, 0.35);
}

.pathway-note {
  max-width: 520px;
  margin: 18px 0 0;
  color: #5f6d80;
  font-size: 0.98rem;
  font-weight: 640;
  line-height: 1.55;
}

.pathway-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.pathway-steps li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.pathway-steps span {
  color: #187f86;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pathway-steps p {
  margin: 0;
  color: #344154;
  font-size: 1rem;
  line-height: 1.62;
}

.tech-review-states,
.tech-before-submit,
.tech-campaign-moment,
.partner-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(320px, 0.52fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: start;
}

.tech-review-states p,
.partner-cta p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #526174;
  font-size: 1rem;
  font-weight: 620;
  line-height: 1.58;
}

.state-line {
  display: grid;
  border-top: 1px solid rgba(16, 35, 63, 0.18);
}

.state-line span {
  border-bottom: 1px solid rgba(16, 35, 63, 0.18);
  color: #10233f;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 18px 0;
  text-transform: uppercase;
}

.tech-before-submit ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(16, 35, 63, 0.18);
  border-left: 1px solid rgba(16, 35, 63, 0.18);
}

.tech-before-submit li {
  min-height: 120px;
  border-right: 1px solid rgba(16, 35, 63, 0.18);
  border-bottom: 1px solid rgba(16, 35, 63, 0.18);
  color: #10233f;
  font-size: 0.95rem;
  font-weight: 760;
  line-height: 1.42;
  padding: 18px;
}

.tech-campaign-moment .campaign-creative {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 42, 70, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 58px rgba(8, 27, 51, 0.08);
}

.campaign-creative img {
  display: block;
  width: 100%;
  height: auto;
}

.tech-prestige .button {
  margin-top: 30px;
}

.tech-formation {
  text-align: center;
}

.tech-formation h2 {
  display: grid;
  gap: 8px;
  margin: 0 auto;
  max-width: 900px;
  color: #10233f;
  font-size: clamp(2rem, 4vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.98;
  text-transform: uppercase;
}

.tech-formation p {
  margin: 26px 0 0;
  color: #187f86;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 850;
}

.partner-cta {
  align-items: center;
}

.member-access-link {
  border-color: rgba(18, 81, 163, 0.22) !important;
  background: rgba(255, 255, 255, 0.74) !important;
}

.committee-page {
  background:
    linear-gradient(116deg, transparent 0 12%, rgba(72, 210, 211, 0.12) 12% 20%, transparent 20% 46%, rgba(242, 153, 58, 0.1) 46% 54%, transparent 54%),
    linear-gradient(64deg, transparent 0 58%, rgba(18, 81, 163, 0.11) 58% 66%, transparent 66%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(235, 243, 250, 0.8) 52%, rgba(249, 244, 234, 0.62)),
    linear-gradient(90deg, rgba(16, 24, 36, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(16, 24, 36, 0.04) 1px, transparent 1px),
    linear-gradient(120deg, #f8fafc 0%, #eef3f7 100%);
  background-size: auto, auto, auto, 72px 72px, 72px 72px, auto;
}

.committee-page .subpage-shell {
  position: relative;
}

.committee-page .subpage-shell::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 0 4%, rgba(255, 255, 255, 0.38) 4% 4.35%, transparent 4.35% 16%),
    linear-gradient(90deg, transparent 0 77%, rgba(255, 255, 255, 0.44) 77% 77.35%, transparent 77.35%);
  content: "";
  pointer-events: none;
}

.committee-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  gap: clamp(28px, 4vw, 58px);
  min-height: 300px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.08) 0 9%, transparent 9% 21%, rgba(255, 255, 255, 0.05) 21% 26%, transparent 26%),
    linear-gradient(92deg, rgba(16, 24, 36, 0.99), rgba(20, 37, 63, 0.95) 48%, rgba(14, 84, 150, 0.9)),
    linear-gradient(135deg, rgba(242, 153, 58, 0.16), rgba(31, 138, 138, 0.14) 50%, rgba(18, 81, 163, 0.2));
  background-size: auto;
  color: var(--white);
  align-items: center;
  padding: clamp(28px, 3.6vw, 40px) clamp(28px, 4.6vw, 52px);
  box-shadow: 0 34px 96px rgba(8, 43, 105, 0.22);
}

.committee-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 62%, rgba(72, 210, 211, 0.16) 62% 63%, transparent 63% 72%, rgba(242, 153, 58, 0.14) 72% 73%, transparent 73%);
  background-size: 56px 56px, 56px 56px, auto;
  content: "";
  opacity: 0.42;
}

.committee-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(58vw, 760px);
  height: 12px;
  background: linear-gradient(90deg, #48d2d3, #1251a3 42%, #f2993a 72%, #ff6b4a);
  content: "";
  opacity: 0.92;
}

.committee-hero > div {
  position: relative;
  z-index: 1;
  max-width: 880px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 650;
}

.breadcrumb a {
  text-decoration: none;
}

.committee-hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.45rem, 5.25vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.028em;
  line-height: 0.94;
}

.committee-hero h1::after {
  display: block;
  width: min(210px, 44vw);
  height: 5px;
  margin: 18px 0 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #48d2d3, #f2993a, #ff6b4a);
  content: "";
}

.committee-hero > div > p:not(.breadcrumb) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.32vw, 1.14rem);
  font-weight: 500;
  line-height: 1.56;
}

.committee-hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.committee-hero-signals span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.leadership-stage {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.leadership-stage article {
  position: relative;
  overflow: hidden;
  min-height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  padding: 20px 18px 18px;
}

.leadership-stage article::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #48d2d3, #1251a3, #f2993a);
  content: "";
}

.leadership-stage article:nth-child(2)::before {
  background: linear-gradient(90deg, #f2993a, #ff6b4a, #1251a3);
}

.leadership-stage article:nth-child(3)::before {
  background: linear-gradient(90deg, #1251a3, #48d2d3, #f2993a);
}

.leadership-stage small {
  display: block;
}

.leadership-stage strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.05;
  text-transform: uppercase;
}

.leadership-stage small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
}

.committee-charter {
  display: grid;
  grid-template-columns: minmax(250px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  border-bottom: 1px solid rgba(16, 24, 36, 0.13);
  padding: clamp(26px, 4vw, 44px) 0;
}

.committee-charter .section-kicker {
  color: #1251a3;
}

.committee-charter h2 {
  max-width: 500px;
  margin: 0;
  color: #101824;
  font-size: clamp(1.55rem, 2.8vw, 3.1rem);
  font-weight: 880;
  letter-spacing: -0.02em;
  line-height: 1;
}

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

.charter-grid article {
  position: relative;
  overflow: hidden;
  min-height: 142px;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-top: 4px solid rgba(18, 81, 163, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 248, 251, 0.9)),
    #ffffff;
  box-shadow: 0 14px 36px rgba(16, 24, 36, 0.08);
  padding: 18px;
}

.charter-grid article:nth-child(2) {
  border-top-color: rgba(242, 153, 58, 0.84);
}

.charter-grid article:nth-child(3) {
  border-top-color: rgba(24, 127, 134, 0.84);
}

.charter-grid article::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(72, 210, 211, 0.58), rgba(18, 81, 163, 0.68), rgba(242, 153, 58, 0.62));
  content: "";
}

.charter-grid span {
  display: block;
  color: rgba(16, 24, 36, 0.34);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.charter-grid strong {
  display: block;
  margin-top: 18px;
  color: #101824;
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
}

.charter-grid p {
  margin: 8px 0 0;
  color: #526174;
  font-size: 0.92rem;
  font-weight: 590;
  line-height: 1.5;
}

.committee-feature-row,
.committee-grid-section,
.committee-band {
  display: grid;
  grid-template-columns: minmax(250px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(34px, 5vw, 62px) 0;
  border-bottom: 1px solid var(--line);
}

.committee-grid-section {
  position: relative;
}

.committee-grid-section::before,
.committee-band::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(18, 81, 163, 0.42), rgba(242, 153, 58, 0.42), transparent);
  content: "";
}

.committee-grid-section::before {
  top: 0;
}

.committee-section-copy {
  position: sticky;
  top: 18px;
}

.committee-section-copy h2 {
  margin: 0;
  color: #101824;
  font-size: clamp(1.72rem, 2.8vw, 3rem);
  font-weight: 880;
  line-height: 1.06;
}

.committee-section-copy p:not(.section-kicker) {
  margin: 18px 0 0;
  color: #344154;
  font-size: 1rem;
  font-weight: 520;
  line-height: 1.64;
}

.gold-kicker {
  color: #ad6e0d;
}

.blue-kicker {
  color: var(--blue);
}

.violet-kicker {
  color: #5b42b5;
}

.leader-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.committee-grid {
  counter-reset: committee-card;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.committee-card,
.compact-member {
  position: relative;
  overflow: visible;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-top: 5px solid rgba(18, 81, 163, 0.78);
  border-bottom: 3px solid rgba(16, 24, 36, 0.74);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 253, 0.94)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(16, 24, 36, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  text-align: center;
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.committee-card::after,
.compact-member::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(18, 81, 163, 0.065), transparent 28%),
    linear-gradient(315deg, rgba(242, 153, 58, 0.06), transparent 32%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.committee-card > *,
.compact-member > * {
  position: relative;
  z-index: 1;
}

.committee-card::before,
.compact-member::before {
  position: absolute;
  top: 14px;
  left: 14px;
  color: rgba(16, 24, 36, 0.2);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.committee-grid .committee-card {
  counter-increment: committee-card;
  grid-column: span 3;
}

.committee-grid .committee-card::before {
  content: counter(committee-card, decimal-leading-zero);
}

.committee-grid .committee-card:nth-child(4n + 2),
.compact-member-row .compact-member:nth-child(4n + 2) {
  border-top-color: rgba(24, 127, 134, 0.84);
}

.committee-grid .committee-card:nth-child(4n + 3),
.compact-member-row .compact-member:nth-child(4n + 3) {
  border-top-color: rgba(242, 153, 58, 0.86);
}

.committee-grid .committee-card:nth-child(4n),
.compact-member-row .compact-member:nth-child(4n) {
  border-top-color: rgba(63, 72, 84, 0.78);
}

.leader-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(239, 245, 249, 0.96)),
    #ffffff;
  border-color: rgba(16, 24, 36, 0.18);
  border-top-color: rgba(16, 24, 36, 0.88) !important;
  box-shadow: 0 22px 58px rgba(16, 24, 36, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  grid-column: span 4 !important;
}

.committee-card:hover,
.committee-card:focus,
.compact-member:hover,
.compact-member:focus {
  z-index: 20;
  border-top-color: rgba(16, 24, 36, 0.82);
  box-shadow: 0 22px 56px rgba(16, 24, 36, 0.14);
  transform: translateY(-2px);
}

.committee-card:hover::after,
.committee-card:focus::after,
.compact-member:hover::after,
.compact-member:focus::after {
  opacity: 1;
}

.committee-card:focus,
.compact-member:focus {
  outline: 3px solid rgba(31, 138, 138, 0.26);
  outline-offset: 3px;
}

.committee-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 228px;
  padding: 30px 22px 22px;
}

.leader-card {
  min-height: 292px;
  padding-top: 36px;
}

.committee-grid .committee-card {
  padding-top: 34px;
}

.leader-card h3 {
  display: flex;
  min-height: 2.36em;
  align-items: center;
  justify-content: center;
}

.committee-card h3 {
  display: flex;
  min-height: 2.36em;
  align-items: center;
  justify-content: center;
}

.committee-avatar {
  display: grid;
  width: 108px;
  height: 108px;
  margin: 0 auto 18px;
  place-items: center;
  border: 1px solid rgba(18, 81, 163, 0.16);
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 0 8px rgba(72, 210, 211, 0.06),
    0 0 0 14px rgba(18, 81, 163, 0.025),
    inset 0 0 0 8px rgba(18, 81, 163, 0.035);
  color: #405271;
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.committee-avatar.photo-avatar {
  overflow: hidden;
  padding: 0;
  background: #ffffff;
  box-shadow:
    0 12px 32px rgba(8, 43, 105, 0.12),
    0 0 0 8px rgba(18, 81, 163, 0.04),
    0 0 0 14px rgba(72, 210, 211, 0.035);
}

.committee-avatar.photo-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.committee-avatar.small {
  width: 76px;
  height: 76px;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.role-pill {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(18, 81, 163, 0.14), rgba(72, 210, 211, 0.18), rgba(242, 153, 58, 0.13));
  color: #103455;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  text-transform: uppercase;
}

.stacked-role {
  flex-direction: column;
  gap: 2px;
  line-height: 1.12;
}

.stacked-role span {
  display: block;
}

.role-after-name {
  margin: 12px 0 0;
  font-size: 0.6rem;
  letter-spacing: 0.07em;
  padding: 5px 9px;
}

.committee-card h3,
.compact-member h3 {
  margin: 0;
  color: var(--heading-deep);
  font-size: 1rem;
  font-weight: 880;
  line-height: 1.18;
}

.committee-card p,
.compact-member p {
  margin: 8px 0 0;
  color: #344154;
  font-size: 0.84rem;
  font-weight: 580;
  line-height: 1.45;
}

.committee-card p:last-child,
.compact-member p {
  color: #5f6d80;
}

.committee-bio {
  position: static;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 169, 80, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(8, 43, 105, 0.12);
  color: #25334a !important;
  font-size: 0.82rem !important;
  font-weight: 620 !important;
  line-height: 1.52 !important;
  margin: 0;
  opacity: 0;
  padding: 0 16px;
  pointer-events: none;
  text-align: left;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease, max-height 220ms ease, margin 180ms ease, padding 180ms ease;
}

.committee-card:hover .committee-bio,
.committee-card:focus .committee-bio,
.compact-member:hover .committee-bio,
.compact-member:focus .committee-bio {
  max-height: 520px;
  margin-top: 18px;
  opacity: 1;
  padding: 16px;
  pointer-events: auto;
  transform: translateY(0);
}

.national-story {
  border-bottom: 1px solid rgba(16, 24, 36, 0.12);
  padding: clamp(28px, 4vw, 46px) clamp(18px, 4vw, 48px);
  text-align: center;
}

.national-story p {
  max-width: 940px;
  margin: 0 auto;
  color: #101824;
  font-size: clamp(1.35rem, 2.4vw, 2.65rem);
  font-weight: 860;
  letter-spacing: -0.018em;
  line-height: 1.12;
}

.committee-band {
  position: relative;
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(72, 210, 211, 0.1) 18% 24%, transparent 24% 74%, rgba(242, 153, 58, 0.09) 74% 80%, transparent 80%),
    linear-gradient(90deg, rgba(18, 81, 163, 0.045), rgba(91, 66, 181, 0.04)),
    rgba(255, 255, 255, 0.46);
  margin-inline: calc((100vw - min(1320px, calc(100vw - 44px))) / -2);
  padding-inline: calc((100vw - min(1320px, calc(100vw - 44px))) / 2);
}

.announcement-card {
  display: grid;
  min-height: 320px;
  align-content: center;
  border: 1px solid rgba(24, 42, 70, 0.12);
  border-bottom: 3px solid rgba(217, 169, 80, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 253, 0.82)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(8, 43, 105, 0.09);
  padding: clamp(30px, 5vw, 64px);
  text-align: center;
}

.announcement-card span {
  color: #ad6e0d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.announcement-card h3 {
  margin: 18px 0 14px;
  color: var(--heading-deep);
  font-size: clamp(2.2rem, 5vw, 5.8rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.94;
  text-transform: uppercase;
}

.announcement-card p {
  max-width: 520px;
  margin: 0 auto;
  color: #5f6d80;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  font-weight: 650;
  line-height: 1.5;
}

.advisor-announcement {
  border-bottom-color: rgba(18, 81, 163, 0.48);
}

.advisor-announcement span {
  color: var(--blue);
}

.compact-member-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.compact-member-row.zone-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compact-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 218px;
  padding: 24px 18px 20px;
  border-bottom-color: rgba(18, 81, 163, 0.48);
}

.zone-row .compact-member {
  min-height: 260px;
  justify-content: flex-start;
  padding: 26px 14px 22px;
}

.zone-row .committee-avatar {
  margin-bottom: 26px;
}

.zone-row .compact-member h3 {
  min-height: 2.36em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zone-row .rep-badge.role-after-name {
  margin-top: 14px;
  margin-bottom: 0;
}

.zone-placeholder {
  border-bottom-style: dashed;
  border-color: rgba(16, 24, 36, 0.1);
  border-top-color: rgba(18, 81, 163, 0.28) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(244, 247, 249, 0.8)),
    #ffffff;
  box-shadow: 0 12px 30px rgba(16, 24, 36, 0.06);
}

.zone-placeholder .committee-avatar,
.state-placeholder .committee-avatar {
  width: 66px;
  height: 66px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 0 0 6px rgba(18, 81, 163, 0.025),
    inset 0 0 0 7px rgba(16, 24, 36, 0.025);
  color: #7a8494;
  font-size: 0.95rem;
}

.zone-placeholder h3,
.state-placeholder h3 {
  color: #526174;
  font-size: 0.78rem;
  line-height: 1.18;
  text-transform: uppercase;
}

.state-placeholder {
  border-bottom-style: dashed;
  border-color: rgba(16, 24, 36, 0.1);
  border-top-color: rgba(18, 81, 163, 0.28) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(244, 247, 249, 0.8)),
    #ffffff;
  box-shadow: 0 12px 30px rgba(16, 24, 36, 0.06);
}

.rep-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  margin: -2px 0 10px;
  border: 1px solid rgba(24, 127, 134, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 138, 138, 0.12), rgba(72, 210, 211, 0.1));
  color: #116f76;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  padding: 5px 10px;
  text-transform: uppercase;
}

.compact-member-row:not(.zone-row) .rep-badge {
  order: -1;
  margin: 0 0 16px;
  border-color: rgba(18, 81, 163, 0.16);
  background: rgba(255, 255, 255, 0.76);
  color: #1251a3;
  font-size: 0.72rem;
}

.state-role-badge {
  border-color: rgba(16, 24, 36, 0.18) !important;
  background: rgba(16, 24, 36, 0.08) !important;
  color: #3f4854 !important;
}

.committee-cta-strip {
  padding: clamp(42px, 6vw, 72px) 0;
  text-align: center;
}

.committee-cta-strip h2 {
  margin: 0 auto 14px;
  max-width: 900px;
  color: var(--heading-deep);
  font-size: clamp(1.8rem, 3.2vw, 3.7rem);
  font-weight: 880;
  line-height: 1.08;
}

.committee-cta-copy {
  max-width: 760px;
  margin: 0 auto 30px;
  color: #526174;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  font-weight: 580;
  line-height: 1.55;
}

.committee-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1060px;
  margin: 0 auto;
}

.committee-cta-grid a {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 8px;
  min-height: 126px;
  align-content: center;
  border: 1px solid rgba(24, 42, 70, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(8, 43, 105, 0.08);
  padding: 22px;
  text-align: left;
  text-decoration: none;
}

.committee-cta-grid a::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #3f4854, #1251a3, #48d2d3);
  content: "";
}

.committee-cta-grid span {
  color: #3f4854;
  font-size: 1.02rem;
  font-weight: 900;
}

.committee-cta-grid a:hover span,
.committee-cta-grid a:focus-visible span {
  color: #1251a3;
}

.committee-cta-grid strong {
  color: #344154;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}

:focus-visible {
  outline: 3px solid rgba(242, 138, 46, 0.55);
  outline-offset: 4px;
}

@media (max-width: 1120px) {
  .page-shell {
    min-height: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .hero-copy {
    max-width: 900px;
  }

  .network-canvas {
    min-height: 500px;
  }

  .about-hero,
  .page-hero,
  .future-hero,
  .partner-hero,
  .partner-pathway {
    grid-template-columns: 1fr;
  }

  .about-identity {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 34px 0 0;
  }

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

  .partner-hero {
    min-height: auto;
  }

  .partner-stage {
    min-height: 600px;
  }

  .partner-console {
    right: 0;
    width: min(92%, 560px);
  }

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

  .future-hero {
    min-height: auto;
  }

  .future-stage {
    min-height: 620px;
  }

  .future-feature-card {
    right: 0;
    width: min(62%, 390px);
  }

  .future-side-card {
    width: min(56%, 420px);
  }

  .future-episodes .episode-grid {
    grid-template-columns: 1fr;
  }

  .future-editorial-hero,
  .future-hero-visual,
  .future-section-lede,
  .future-participate {
    grid-template-columns: 1fr;
  }

  .future-editorial-hero {
    min-height: auto;
  }

  .committee-hero {
    grid-template-columns: 1fr;
  }

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

  .committee-feature-row,
  .committee-grid-section,
  .committee-band,
  .committee-charter {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .committee-section-copy {
    position: static;
  }

  .committee-grid .committee-card {
    grid-column: span 6;
  }

  .committee-grid .leader-card {
    grid-column: span 4 !important;
  }

  .compact-member-row.zone-row,
  .compact-member-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .future-hero-visual figcaption {
    min-height: auto;
    border-left: 0;
    padding-left: 0;
  }

  .premiere-list {
    grid-template-columns: 1fr;
  }

  .conversation-entry {
    grid-template-columns: 56px 100px minmax(0, 1fr);
  }

  .conversation-entry a {
    grid-column: 3;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 26px, 620px);
    padding-top: 18px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-mark {
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }

  .header-actions {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }

  .header-actions a,
  .nav-menu {
    flex: 1;
  }

  .header-actions a,
  .header-actions summary {
    min-height: 40px;
    padding-inline: 9px;
    font-size: 0.78rem;
  }

  .header-actions summary {
    width: 100%;
  }

  .nav-submenu {
    left: 0;
    right: auto;
    min-width: min(260px, 82vw);
  }

  .committee-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    margin-top: 12px;
    padding: 24px 18px;
  }

  .committee-hero h1 {
    font-size: clamp(2.05rem, 10.5vw, 3.4rem);
  }

  .committee-hero h1::after {
    margin-top: 12px;
  }

  .committee-hero > div > p:not(.breadcrumb) {
    margin-top: 14px;
    font-size: 0.98rem;
  }

  .committee-hero-signals {
    margin-top: 18px;
  }

  .leadership-stage {
    grid-template-columns: 1fr;
  }

  .leadership-stage article {
    min-height: 66px;
    padding: 14px;
  }

  .leadership-stage strong {
    font-size: 0.9rem;
  }

  .leadership-stage small {
    margin-top: 4px;
    font-size: 0.72rem;
  }

  .committee-feature-row,
  .committee-grid-section,
  .committee-band,
  .committee-charter {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .committee-charter {
    padding: 28px 0;
  }

  .committee-charter h2 {
    font-size: clamp(1.32rem, 7vw, 2.1rem);
  }

  .charter-grid article {
    min-height: 104px;
    padding: 15px;
  }

  .charter-grid strong {
    margin-top: 12px;
  }

  .charter-grid p {
    font-size: 0.86rem;
  }

  .committee-band {
    margin-inline: 0;
    padding-inline: 0;
  }

  .committee-section-copy {
    position: static;
  }

  .leader-card-row,
  .committee-grid,
  .compact-member-row,
  .compact-member-row.zone-row,
  .committee-cta-grid {
    grid-template-columns: 1fr;
  }

  .committee-grid .committee-card,
  .committee-grid .leader-card {
    grid-column: auto !important;
  }

  .committee-card,
  .compact-member {
    width: 100%;
    min-height: 220px;
  }

  .leader-card {
    min-height: 250px;
  }

  .news-ticker {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 14px;
    padding: 11px 0;
  }

  .ticker-window {
    mask-image: none;
  }

  .hero {
    gap: 24px;
    padding: 24px 0 16px;
  }

  .hero::before {
    inset: 42% -10% 4% -10%;
    background:
      linear-gradient(180deg, rgba(247, 249, 252, 0.28), rgba(247, 249, 252, 0.76)),
      url("./assets/homecare-care-scene.webp") center / cover no-repeat;
    opacity: 0.48;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  h1 {
    max-width: 12ch;
    margin-bottom: 16px;
    font-size: clamp(2.2rem, 12vw, 3.35rem);
    line-height: 0.96;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(1.95rem, 10vw, 2.78rem);
    line-height: 1;
  }

  .lede {
    margin-bottom: 26px;
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .network-canvas {
    min-height: 420px;
    background:
      radial-gradient(circle at 54% 28%, rgba(23, 78, 166, 0.1), transparent 13rem),
      radial-gradient(circle at 62% 76%, rgba(31, 138, 138, 0.1), transparent 11rem);
  }

  .network-canvas::before {
    inset: 2% -18% 18% -18%;
    background:
      linear-gradient(180deg, rgba(247, 249, 252, 0.2), rgba(247, 249, 252, 0.7)),
      radial-gradient(ellipse at 50% 56%, rgba(255, 255, 255, 0.76), transparent 15rem);
  }

  .network-canvas::after {
    inset: 0;
    background: linear-gradient(180deg, rgba(247, 249, 252, 0.08), rgba(247, 249, 252, 0.72));
  }

  .mithu-portrait img {
    right: 50%;
    width: min(88%, 370px);
    height: min(86%, 388px);
    transform: translateX(50%);
  }

  .mithu-portrait .member-gateway {
    top: 3%;
    right: 4%;
    transform: scale(0.86);
  }

  .mithu-portrait figcaption {
    left: 8%;
    right: auto;
    bottom: 6%;
    max-width: 180px;
  }

  .mithu-portrait span {
    font-size: 0.9rem;
  }

  .mithu-portrait em {
    display: none;
  }

  .institution-strip {
    display: none;
  }

  .pulse-newsletter {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 0;
  }

  .pulse-newsletter a {
    justify-self: start;
  }

  .strip-statement {
    display: block;
  }

  .strip-statement span {
    display: block;
  }

  .about-hero,
  .page-hero,
  .newsletter-hero,
  .partnerships-hero,
  .summit-hero,
  .magazine-hero,
  .magazine-editorial,
  .resource-hero,
  .census-hero,
  .census-credential-band {
    grid-template-columns: 1fr;
    padding: 34px 0 28px;
  }

  .newsletter-hero h1,
  .partnerships-hero h1,
  .summit-copy h1,
  .magazine-hero h1,
  .resource-hero h1 {
    font-size: clamp(2.8rem, 16vw, 4.5rem);
  }

  .newsletter-edition,
  .partnership-entry,
  .summit-status,
  .resource-cta,
  .census-cta,
  .census-impact-grid,
  .magazine-submit-band,
  .insight-question-grid,
  .insight-cta {
    grid-template-columns: 1fr;
  }

  .magazine-cover {
    justify-self: start;
  }

  .magazine-cover img {
    width: min(100%, 360px);
  }

  .census-impact-grid article,
  .census-impact-grid article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .census-impact-grid article:last-child {
    border-bottom: 0;
  }

  .insight-question-grid article,
  .insight-question-grid article:last-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .insight-question-grid article:last-child {
    border-bottom: 0;
  }

  .magazine-editor-card {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .magazine-editor-card img {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .magazine-editor-card > div {
    padding: 22px;
  }

  .summit-status article,
  .summit-status article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .summit-status article:last-child {
    border-bottom: 0;
  }

  .statement-band {
    grid-template-columns: 1fr 1fr;
  }

  .statement-band p:nth-child(2) {
    border-right: 0;
  }

  .statement-band p:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .vision-mission,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .statement-block {
    min-height: auto;
  }

  .pillar-grid,
  .partner-evaluation .scope-grid {
    grid-template-columns: 1fr;
  }

  .principles-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .visible-footer,
  .footer-links {
    justify-content: flex-start;
  }

  .policy-meta {
    grid-template-columns: 1fr;
  }

  .partner-hero {
    gap: 22px;
    padding: 34px 0 28px;
  }

  .future-hero {
    gap: 24px;
    padding: 34px 0 28px;
  }

  .future-hero h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.65rem);
  }

  .future-stage {
    min-height: 560px;
  }

  .future-feature-card {
    right: 0;
    width: 72%;
  }

  .future-side-card {
    width: 64%;
  }

  .future-strip {
    grid-template-columns: 1fr 1fr;
  }

  .future-strip span {
    min-height: 48px;
    border-bottom: 1px solid var(--line);
  }

  .future-strip span:nth-child(2n) {
    border-right: 0;
  }

  .episode-card {
    grid-template-columns: 1fr;
  }

  .episode-card img {
    min-height: 0;
    aspect-ratio: 16 / 11;
  }

  .future-editorial-hero {
    gap: 24px;
    padding: 20px 0 22px;
  }

  .future-intro {
    padding-top: 0;
  }

  .series-label {
    margin-bottom: 0;
    font-size: 0.76rem;
    letter-spacing: 0.2em;
  }

  .future-label-row {
    align-items: flex-start;
    grid-template-columns: 1fr auto;
    margin-bottom: 18px;
  }

  .future-label-row img {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    width: 52px;
    height: 52px;
  }

  .future-label-row .section-action {
    justify-self: end;
    text-align: right;
  }

  .future-title-block h1 {
    font-size: clamp(2rem, 10vw, 3.05rem);
    line-height: 1.02;
  }

  .future-hero-visual {
    margin-top: 18px;
  }

  .future-hero-visual img {
    max-height: none;
    aspect-ratio: 4 / 5;
  }

  .future-section-lede {
    margin-bottom: 24px;
  }

  .future-participate-actions {
    justify-items: stretch;
  }

  .premiere-feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .premiere-label,
  .premiere-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .premiere-image img {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .premiere-copy {
    padding: 22px 0 0;
  }

  .conversation-entry {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0;
  }

  .conversation-entry:hover {
    padding-inline: 0;
  }

  .conversation-portrait {
    width: 94px;
  }

  .conversation-entry a {
    grid-column: auto;
  }

  .partner-hero h1 {
    font-size: clamp(2.15rem, 9.8vw, 3.35rem);
  }

  .partner-stage {
    min-height: 520px;
  }

  .partner-stage::before {
    inset: 5% -16% 2% 4%;
  }

  .partner-console {
    top: 0;
    right: 0;
    width: 100%;
    padding: 12px;
  }

  .console-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

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

  .pathway-steps li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .partner-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .page-shell {
    width: min(100% - 22px, 390px);
  }

  .brand {
    gap: 11px;
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .brand-subtitle {
    max-width: 240px;
    font-size: 0.76rem;
  }

  .header-actions {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 2px;
  }

  .header-actions a {
    flex: 0 0 auto;
    min-width: max-content;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2.48rem, 14.5vw, 3.55rem);
  }

  .network-canvas {
    min-height: 390px;
  }

  .mithu-portrait img {
    width: min(88%, 310px);
    height: min(90%, 380px);
  }

  .mithu-portrait figcaption {
    left: 4%;
    right: auto;
    bottom: 5%;
    max-width: 160px;
  }

  .mithu-portrait strong {
    font-size: 0.64rem;
  }

  .mithu-portrait span {
    font-size: 0.82rem;
  }

  .platform-areas {
    gap: 8px;
  }

  .platform-areas span::after {
    display: none;
  }
}

:is(
  .hero,
  .about-hero,
  .future-editorial-hero,
  .partner-hero,
  .newsletter-hero,
  .magazine-hero,
  .partnerships-hero,
  .summit-hero,
  .resource-hero,
  .census-hero
) h1 {
  color: #465266;
  font-size: clamp(2.42rem, 3.78vw, 3.92rem);
  font-weight: 880;
  line-height: 0.99;
}

.future-page {
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.92) 50%, rgba(239, 245, 250, 0.66) 100%),
    #fbfaf7;
}

.future-editorial-hero {
  grid-template-columns: minmax(0, 0.7fr) minmax(300px, 0.3fr);
  gap: clamp(18px, 2.6vw, 36px) clamp(30px, 4.4vw, 68px);
  border-top: 1px solid var(--line);
  padding: clamp(28px, 4.2vw, 58px) 0 clamp(28px, 4vw, 54px);
}

.future-editorial-hero::before {
  display: none;
}

.future-label-row {
  align-items: center;
  border-bottom: 1px solid rgba(24, 42, 70, 0.1);
  padding-bottom: clamp(16px, 2vw, 22px);
}

.future-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.future-brand-lockup img {
  width: clamp(54px, 5.2vw, 76px);
  height: clamp(54px, 5.2vw, 76px);
  border-radius: 7px;
  box-shadow: 0 14px 28px rgba(8, 43, 105, 0.12);
}

.future-label-row .section-action {
  align-self: center;
  color: var(--blue-deep);
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.future-editorial-hero .series-label {
  color: var(--blue);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
}

.future-title-block h1 {
  max-width: 900px;
  color: var(--heading-deep);
  font-size: clamp(4.4rem, 10.6vw, 9.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.82;
  text-transform: uppercase;
}

.future-intro {
  align-self: end;
  max-width: 430px;
  padding-top: 0;
}

.future-intro p {
  margin-bottom: 24px;
  color: #26354d;
  font-size: clamp(1.04rem, 1.34vw, 1.22rem);
  font-weight: 520;
  line-height: 1.58;
}

.future-premieres {
  border-top: 1px solid var(--line);
  padding: clamp(28px, 4.5vw, 60px) 0 clamp(42px, 6vw, 78px);
}

.premiere-list {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: stretch;
  gap: clamp(22px, 3vw, 38px);
}

.premiere-feature {
  overflow: hidden;
  border: 1px solid rgba(24, 42, 70, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.premiere-featured {
  grid-template-columns: minmax(300px, 0.46fr) minmax(0, 0.54fr);
  min-height: clamp(360px, 37vw, 520px);
}

.premiere-next {
  grid-template-columns: 1fr;
  align-content: start;
  border-color: rgba(24, 42, 70, 0.1);
  background: rgba(255, 255, 255, 0.56);
}

.premiere-label {
  grid-row: 1;
  grid-column: 1;
  align-self: start;
  justify-self: start;
  z-index: 2;
  margin: 14px;
  background: rgba(6, 31, 69, 0.88);
  box-shadow: none;
}

.premiere-next .premiere-label {
  background: rgba(18, 81, 163, 0.12);
  color: var(--blue-deep);
}

.premiere-image {
  grid-row: 1 / span 2;
  grid-column: 1;
}

.premiere-image img,
.premiere-placeholder {
  height: 100%;
  min-height: clamp(300px, 35vw, 500px);
  object-position: center top;
}

.premiere-next .premiere-image {
  grid-row: 1;
}

.premiere-next .premiere-image img,
.premiere-next .premiere-placeholder {
  height: 260px;
  min-height: 260px;
}

.premiere-copy {
  grid-row: 1 / span 2;
  grid-column: 2;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
}

.premiere-next .premiere-copy {
  grid-row: auto;
  grid-column: auto;
  justify-content: start;
  padding: 24px;
}

.premiere-copy p {
  color: var(--blue);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.premiere-featured .premiere-copy h3 {
  max-width: 8ch;
  margin-top: 18px;
  color: var(--heading-deep);
  font-size: clamp(2.8rem, 5vw, 5.35rem);
  line-height: 0.92;
}

.premiere-next .premiere-copy h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
}

.premiere-copy strong {
  color: #26354d;
  font-weight: 780;
}

.premiere-copy span {
  max-width: 520px;
}

.premiere-cta {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #061f45, #1251a3);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 840;
  padding: 12px 16px;
  text-decoration: none;
}

.premiere-next .premiere-cta {
  background: transparent;
  color: var(--blue);
  padding: 0;
  text-decoration: underline;
  text-decoration-color: rgba(18, 81, 163, 0.45);
  text-underline-offset: 5px;
}

.future-guest-strip {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(26px, 4vw, 64px);
  align-items: center;
  margin-inline: calc(50% - 50vw);
  padding: clamp(38px, 5.5vw, 74px) max(22px, calc((100vw - 1320px) / 2));
  background: #061f45;
  color: var(--white);
}

.future-guest-strip .section-kicker {
  color: rgba(255, 255, 255, 0.64);
}

.future-guest-strip h2 {
  max-width: 480px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.7rem, 2.8vw, 3.15rem);
  line-height: 1.02;
}

.guest-strip-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 18px);
}

.guest-strip-item {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.guest-strip-portrait {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.guest-strip-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.future-archive {
  border-top: 0;
}

.conversation-entry {
  grid-template-columns: 72px 108px minmax(0, 1fr) max-content;
  padding: 18px 0;
}

@media (max-width: 860px) {
  .future-editorial-hero,
  .premiere-list,
  .future-guest-strip {
    grid-template-columns: 1fr;
  }

  .future-label-row {
    grid-template-columns: 1fr;
  }

  .future-label-row .section-action {
    justify-self: start;
  }

  .future-title-block h1 {
    font-size: clamp(3.3rem, 16vw, 6.4rem);
  }

  .premiere-featured,
  .premiere-feature {
    grid-template-columns: 1fr;
  }

  .premiere-image,
  .premiere-copy {
    grid-row: auto;
    grid-column: auto;
  }

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

@media (max-width: 900px) {
  .insights-hero,
  .insights-question,
  .insight-feature,
  .inside-insight,
  .insight-census-link,
  .insight-library {
    grid-template-columns: 1fr;
  }

  .insights-hero {
    min-height: auto;
    padding: 30px 22px;
  }

  .insights-data-visual {
    min-height: 300px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .insights-question p:not(.section-kicker) {
    grid-column: 1;
  }

  .model-heading {
    display: block;
  }

  .model-sequence {
    grid-template-columns: 1fr;
  }

  .model-sequence article {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 35, 63, 0.16);
  }

  .model-sequence article:last-child {
    border-bottom: 0;
  }

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

  .inside-grid article:nth-child(odd) {
    border-right: 0;
  }

  .insight-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .insight-cover {
    min-height: 420px;
  }
}

@media (max-width: 980px) {
  .partnerships-page .partnerships-hero,
  .signed-case-topline,
  .partnership-portfolio,
  .partnership-enquiry {
    grid-template-columns: 1fr;
  }

  .partnership-hero-photo img,
  .signed-photo img {
    height: auto;
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .partnership-pillar-line,
  .case-study-grid,
  .ways-list,
  .journey-line {
    grid-template-columns: 1fr;
  }

  .partnership-pillar-line article,
  .case-study-grid section,
  .ways-list span,
  .journey-line span {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 35, 63, 0.14);
  }

  .partnership-pillar-line article:last-child,
  .case-study-grid section:last-child,
  .ways-list span:last-child,
  .journey-line span:last-child {
    border-bottom: 0;
  }

  .signed-seal {
    width: 150px;
  }

  .case-study-action {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 980px) {
  .partner-hero,
  .partner-pathway,
  .tech-review-states,
  .tech-before-submit,
  .tech-campaign-moment,
  .partner-cta {
    grid-template-columns: 1fr;
  }

  .partner-hero {
    min-height: auto;
  }

  .partner-stage {
    min-height: 430px;
  }

  .tech-matrix,
  .partner-evaluation .scope-grid,
  .tech-before-submit ul {
    grid-template-columns: 1fr;
  }

  .tech-matrix span,
  .scope-grid article,
  .tech-before-submit li {
    min-height: auto;
  }

  .partner-evaluation .scope-grid article,
  .scope-grid article:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .partner-evaluation .scope-grid article:last-child {
    border-bottom: 0;
  }

  .pathway-steps li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .technology-manifesto figure {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .summit-page .summit-hero,
  .summit-positioning,
  .summit-register-band,
  .summit-story,
  .summit-partner,
  .summit-installation {
    grid-template-columns: 1fr;
  }

  .summit-stage {
    min-height: 300px;
  }

  .summit-theme-field,
  .summit-community-flow,
  .summit-page .summit-status,
  .question-list,
  .universe-map,
  .summit-journey-line {
    grid-template-columns: 1fr;
  }

  .summit-theme-field span,
  .summit-community-flow span,
  .question-list span,
  .universe-map span,
  .universe-map strong,
  .summit-journey-line span,
  .summit-status article,
  .summit-status article:last-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 35, 63, 0.14);
  }

  .summit-status article:last-child,
  .summit-journey-line span:last-child {
    border-bottom: 0;
  }

  .summit-page .summit-copy h1 {
    font-size: clamp(4rem, 22vw, 7rem);
  }

  .summit-page .summit-hero-cool {
    min-height: auto;
    padding: 34px 22px;
  }

  .summit-stage-board {
    margin-top: 18px;
  }

  .installation-panel {
    min-height: auto;
  }

  .installation-list {
    grid-template-columns: 1fr;
  }
}

.future-page .future-editorial-hero {
  grid-template-columns: minmax(0, 0.58fr) minmax(340px, 0.42fr);
  gap: clamp(12px, 1.8vw, 26px) clamp(28px, 4vw, 64px);
  align-items: end;
  border-top: 1px solid var(--line);
  padding: clamp(18px, 2.5vw, 34px) 0 clamp(16px, 2vw, 28px);
}

.future-page .future-label-row {
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  border-bottom: 0;
  padding-bottom: 0;
}

.future-page .future-brand-lockup {
  gap: 12px;
}

.future-page .future-brand-lockup img {
  width: clamp(42px, 4.2vw, 58px);
  height: clamp(42px, 4.2vw, 58px);
  order: -1;
  box-shadow: 0 10px 24px rgba(8, 43, 105, 0.1);
}

.future-page .future-editorial-hero .series-label {
  color: #1251a3;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
}

.future-page .future-label-row .section-action {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.future-page .future-title-block h1 {
  max-width: 760px;
  color: #10233f;
  font-size: clamp(2.8rem, 6.1vw, 6rem);
  line-height: 0.88;
  letter-spacing: -0.015em;
}

.future-page .future-intro {
  align-self: end;
  max-width: 480px;
}

.future-page .future-intro p {
  margin: 0 0 18px;
  color: #26354d;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 560;
  line-height: 1.48;
}

.future-page .future-intro .hero-actions {
  gap: 10px;
}

.future-page .future-intro .button {
  padding: 11px 15px;
}

.future-page .future-premieres {
  border-top: 1px solid var(--line);
  padding: clamp(12px, 1.8vw, 24px) 0 clamp(34px, 4.6vw, 58px);
}

.future-page .premiere-list {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(18px, 2.4vw, 34px);
}

.future-page .premiere-feature {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

.future-page .premiere-featured {
  grid-template-columns: minmax(300px, 0.44fr) minmax(0, 0.56fr);
  min-height: clamp(300px, 30vw, 430px);
}

.future-page .premiere-next {
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 0.58fr);
  min-height: clamp(260px, 27vw, 360px);
}

.future-page .premiere-label {
  margin: 12px;
  background: rgba(6, 31, 69, 0.9);
  font-size: 0.62rem;
}

.future-page .premiere-next .premiere-label {
  background: rgba(6, 31, 69, 0.84);
  color: #ffffff;
}

.future-page .premiere-image img,
.future-page .premiere-placeholder {
  height: 100%;
  min-height: clamp(300px, 30vw, 430px);
  object-fit: cover;
  object-position: center top;
}

.future-page .premiere-next .premiere-image {
  grid-row: 1 / span 2;
}

.future-page .premiere-next .premiere-image img,
.future-page .premiere-next .premiere-placeholder {
  height: 100%;
  min-height: clamp(260px, 27vw, 360px);
}

.future-page .premiere-copy {
  padding: clamp(22px, 3vw, 40px);
}

.future-page .premiere-next .premiere-copy {
  grid-row: 1 / span 2;
  grid-column: 2;
  justify-content: center;
  padding: clamp(18px, 2.4vw, 28px);
}

.future-page .premiere-copy p {
  color: #1251a3;
  font-size: 0.64rem;
}

.future-page .premiere-featured .premiere-copy h3 {
  max-width: 11ch;
  margin-top: 14px;
  font-size: clamp(2.2rem, 3.7vw, 4.2rem);
  line-height: 0.94;
}

.future-page .premiere-next .premiere-copy h3 {
  max-width: 10ch;
  font-size: clamp(1.8rem, 2.9vw, 3rem);
  line-height: 0.96;
}

.future-page .premiere-copy strong {
  color: #26354d;
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
}

.future-page .premiere-copy em {
  margin-top: 10px;
}

.future-page .premiere-copy span {
  max-width: 520px;
  margin-top: 12px;
  color: #5f6d80;
}

.future-page .premiere-cta {
  margin-top: 20px;
  background: #061f45;
}

.future-page .future-guest-strip {
  margin-inline: calc(50% - 50vw);
  padding: clamp(42px, 5vw, 70px) max(22px, calc((100vw - 1420px) / 2));
  background: #061f45;
}

.future-page .future-guest-strip h2 {
  max-width: 560px;
  color: #fbfaf7;
}

.future-page .guest-strip-portrait {
  border-radius: 6px;
}

.future-page .future-archive {
  border-top: 0;
  padding-top: clamp(40px, 5.5vw, 72px);
}

.future-page .archive-heading h2 {
  max-width: 760px;
}

.future-page .conversation-library {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 32px);
  border-top: 0;
}

.future-page .conversation-entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(24, 42, 70, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0;
}

.future-page .conversation-entry:hover {
  background: rgba(255, 255, 255, 0.9);
  padding-inline: 0;
  transform: translateY(-3px);
}

.future-page .conversation-index {
  position: absolute;
  z-index: 2;
  margin: 12px;
  border-radius: 999px;
  background: rgba(6, 31, 69, 0.86);
  color: #ffffff;
  padding: 7px 10px;
}

.future-page .conversation-portrait {
  width: 100%;
  border: 0;
  border-radius: 0;
  aspect-ratio: 4 / 3.35;
}

.future-page .conversation-portrait img {
  object-position: center top;
}

.future-page .conversation-copy {
  padding: 18px 18px 14px;
}

.future-page .conversation-copy h3 {
  color: #10233f;
  font-size: clamp(1.4rem, 2.1vw, 2.2rem);
}

.future-page .conversation-entry a {
  padding: 0 18px 18px;
  color: #1251a3;
  white-space: normal;
}

@media (max-width: 980px) {
  .future-page .future-editorial-hero,
  .future-page .premiere-list,
  .future-page .premiere-featured,
  .future-page .premiere-next,
  .future-page .future-guest-strip {
    grid-template-columns: 1fr;
  }

  .future-page .future-label-row {
    grid-template-columns: 1fr;
  }

  .future-page .future-label-row .section-action {
    justify-self: start;
  }

  .future-page .premiere-next .premiere-image,
  .future-page .premiere-next .premiere-copy,
  .future-page .premiere-image,
  .future-page .premiere-copy {
    grid-row: auto;
    grid-column: auto;
  }

  .future-page .conversation-library {
    grid-template-columns: 1fr;
  }
}

.future-page {
  background:
    linear-gradient(116deg, transparent 0 12%, rgba(72, 210, 211, 0.08) 12% 19%, transparent 19% 48%, rgba(242, 153, 58, 0.08) 48% 55%, transparent 55%),
    linear-gradient(64deg, transparent 0 62%, rgba(18, 81, 163, 0.08) 62% 69%, transparent 69%),
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.93) 50%, rgba(239, 245, 250, 0.72) 100%),
    linear-gradient(90deg, rgba(16, 24, 36, 0.042) 1px, transparent 1px),
    linear-gradient(rgba(16, 24, 36, 0.032) 1px, transparent 1px),
    #fbfaf7;
  background-size: auto, auto, auto, 72px 72px, 72px 72px, auto;
}

.future-page .future-editorial-hero {
  position: relative;
  overflow: hidden;
  gap: clamp(18px, 2.4vw, 34px) clamp(32px, 4.6vw, 74px);
  margin-top: 22px;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.9)),
    #ffffff;
  box-shadow: 0 28px 84px rgba(16, 35, 63, 0.12);
  padding: clamp(24px, 3.4vw, 48px);
}

.future-page .future-editorial-hero::before {
  display: block;
  position: absolute;
  inset: 0 0 auto;
  width: auto;
  height: 5px;
  background: linear-gradient(90deg, #061f45, #1251a3 38%, #48d2d3 68%, #f2993a);
  content: "";
}

.future-page .future-label-row {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(16, 24, 36, 0.1);
  padding-bottom: clamp(14px, 1.8vw, 20px);
}

.future-page .future-label-row .section-action {
  border: 1px solid rgba(18, 81, 163, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  padding: 10px 12px;
}

.future-page .future-title-block h1 {
  max-width: 720px;
  font-size: clamp(3rem, 7vw, 7.2rem);
  font-weight: 920;
  letter-spacing: -0.025em;
  line-height: 0.84;
}

.future-signal-rail {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
}

.future-signal-rail span {
  display: flex;
  min-height: 38px;
  align-items: center;
  border-top: 1px solid rgba(16, 24, 36, 0.1);
  color: #3f4854;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.future-page .future-premieres {
  padding: clamp(34px, 4.8vw, 66px) 0 clamp(38px, 5vw, 70px);
}

.future-page .premiere-feature {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(16, 35, 63, 0.08);
}

.future-page .premiere-feature::after {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, #061f45, #1251a3, #48d2d3);
  content: "";
}

.future-page .premiere-next {
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 34px rgba(16, 35, 63, 0.06);
}

.future-page .premiere-next .premiere-image {
  background: #ffffff;
}

.future-page .premiere-next .premiere-image img {
  object-fit: contain;
  object-position: center top;
}

.future-page .premiere-image img,
.future-page .premiere-placeholder {
  filter: saturate(1.03) contrast(1.02);
}

.future-page .premiere-copy p {
  letter-spacing: 0.16em;
}

.future-page .premiere-next .premiere-cta {
  background: #061f45;
  color: #ffffff;
  padding: 10px 14px;
  text-decoration: none;
}

.future-page .premiere-next .premiere-cta:hover {
  background: #1251a3;
  color: #ffffff;
}

.future-page .future-guest-strip {
  padding: clamp(44px, 5.2vw, 76px) max(22px, calc((100vw - 1420px) / 2));
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.06) 0 10%, transparent 10% 28%, rgba(255, 255, 255, 0.04) 28% 34%, transparent 34%),
    #061f45;
}

.future-page .guest-strip-portrait {
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.future-page .future-archive {
  padding-top: clamp(42px, 5.5vw, 74px);
}

.future-page .conversation-entry {
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 35, 63, 0.06);
}

.future-page .conversation-entry:hover {
  box-shadow: 0 18px 46px rgba(16, 35, 63, 0.1);
  transform: translateY(-2px);
}

.future-page .conversation-copy {
  padding: 20px 20px 14px;
}

.future-page .conversation-entry a {
  padding: 0 20px 20px;
}

.future-page .future-participate {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 253, 0.7)),
    linear-gradient(90deg, rgba(18, 81, 163, 0.035), rgba(242, 153, 58, 0.04)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(16, 35, 63, 0.1);
}

.future-page .future-closing-note {
  border-top: 1px solid rgba(16, 24, 36, 0.12);
  padding-top: clamp(40px, 5vw, 68px);
}

.future-page .future-closing-note p {
  max-width: 980px;
  color: #10233f;
  font-weight: 820;
  letter-spacing: -0.015em;
}

.future-page .future-editorial-hero {
  grid-template-columns: minmax(0, 0.55fr) minmax(330px, 0.45fr);
  min-height: clamp(430px, 38vw, 520px);
  align-items: center;
  border: 0;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(2, 8, 20, 0.99) 0%, rgba(4, 16, 39, 0.98) 42%, rgba(7, 31, 62, 0.9) 67%, rgba(7, 27, 51, 0.54) 100%),
    radial-gradient(circle at 72% 22%, rgba(255, 61, 46, 0.34), transparent 12rem),
    radial-gradient(circle at 86% 70%, rgba(72, 210, 211, 0.25), transparent 17rem),
    #061f45;
  box-shadow:
    0 34px 90px rgba(4, 14, 31, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  padding: clamp(24px, 3.4vw, 46px);
  isolation: isolate;
}

.future-page .future-editorial-hero::before {
  display: block;
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(105deg, transparent 0 51%, rgba(255, 255, 255, 0.1) 51% 52%, transparent 52%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%, rgba(0, 0, 0, 0.22));
  background-size: auto, 78px 78px, 78px 78px, auto;
  content: "";
  opacity: 0.55;
  pointer-events: none;
}

.future-page .future-editorial-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34));
  content: "";
  pointer-events: none;
}

.future-page .future-label-row,
.future-page .future-title-block,
.future-page .future-intro {
  position: relative;
  z-index: 2;
}

.future-page .future-label-row {
  align-self: start;
  grid-template-columns: minmax(0, 1fr) max-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: clamp(12px, 1.5vw, 18px);
}

.future-page .future-brand-lockup img {
  width: clamp(62px, 5.8vw, 94px);
  height: clamp(62px, 5.8vw, 94px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.future-page .future-editorial-hero .series-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
}

.future-page .future-label-row .section-action {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
}

.future-page .future-title-block {
  align-self: end;
}

.future-page .future-title-block h1 {
  max-width: 650px;
  color: #ffffff;
  font-size: clamp(3.8rem, 7.1vw, 8.2rem);
  font-weight: 940;
  letter-spacing: -0.06em;
  line-height: 0.76;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.future-page .future-title-block h1::after {
  display: block;
  width: min(340px, 42vw);
  height: 9px;
  margin-top: clamp(14px, 1.8vw, 24px);
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.52) 0 2px, transparent 2px 18px),
    linear-gradient(90deg, #ff3528 0 20%, #ff7a1a 20% 42%, #f6b04d 42% 48%, #48d2d3 48% 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 12px 34px rgba(255, 61, 46, 0.2),
    0 8px 24px rgba(72, 210, 211, 0.16);
  content: "";
}

.future-page .future-intro {
  align-self: end;
  max-width: 430px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(120deg, rgba(4, 14, 31, 0.72), rgba(4, 14, 31, 0.34));
  padding: clamp(18px, 2.4vw, 28px) clamp(18px, 2.2vw, 26px);
  backdrop-filter: blur(6px);
}

.future-page .future-intro p {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.02rem, 1.3vw, 1.28rem);
  font-weight: 780;
  line-height: 1.35;
}

.future-page .future-signal-rail span {
  min-height: 32px;
  border-top-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.66);
}

.future-page .future-intro .button.primary {
  background: #ff3d2e;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(255, 61, 46, 0.18);
}

.future-page .future-intro .button.secondary {
  border-bottom-color: rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.9);
}

.future-hero-showcase {
  position: absolute;
  right: clamp(22px, 3.4vw, 54px);
  bottom: clamp(16px, 2.2vw, 30px);
  z-index: 1;
  display: flex;
  align-items: end;
  gap: clamp(10px, 1.4vw, 18px);
  max-width: min(49%, 690px);
  opacity: 0.86;
  pointer-events: none;
}

.future-hero-showcase img {
  display: block;
  width: clamp(112px, 12vw, 190px);
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.42);
}

.future-hero-showcase img:nth-child(1) {
  transform: translateY(-10px) rotate(-2.5deg);
}

.future-hero-showcase img:nth-child(2) {
  width: clamp(148px, 16vw, 260px);
  transform: translateY(10px);
}

.future-hero-showcase img:nth-child(3) {
  transform: translateY(-4px) rotate(2deg);
}

@media (max-width: 980px) {
  .future-page .future-editorial-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 24px 20px;
  }

  .future-page .future-intro {
    max-width: none;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 18px 0 0;
  }

  .future-hero-showcase {
    position: relative;
    right: auto;
    bottom: auto;
    grid-column: 1;
    max-width: 100%;
    margin-top: 12px;
    opacity: 0.88;
  }

  .future-page .future-title-block h1 {
    font-size: clamp(2.8rem, 15vw, 5.4rem);
  }

  .future-page .premiere-featured,
  .future-page .premiere-next {
    min-height: auto;
  }

  .future-page .premiere-image img,
  .future-page .premiere-placeholder,
  .future-page .premiere-next .premiere-image img,
  .future-page .premiere-next .premiere-placeholder {
    height: clamp(220px, 44vw, 360px);
    min-height: 0;
    aspect-ratio: auto;
  }

  .future-page .premiere-copy,
  .future-page .premiere-next .premiere-copy {
    padding: 24px;
  }
}

@media (max-width: 560px) {
  .future-page .future-editorial-hero {
    margin-top: 14px;
    padding: 22px 16px;
  }

  .future-page .future-label-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .future-page .future-label-row .section-action {
    justify-self: start;
    max-width: 100%;
    white-space: normal;
  }

  .future-page .future-title-block h1 {
    font-size: clamp(2.5rem, 14vw, 4.4rem);
  }

  .future-hero-showcase {
    gap: 8px;
    overflow: hidden;
  }

  .future-hero-showcase img,
  .future-hero-showcase img:nth-child(2) {
    width: 42%;
  }

  .future-hero-showcase img:nth-child(3) {
    display: none;
  }

  .future-signal-rail span {
    min-height: 32px;
    font-size: 0.66rem;
  }

  .future-page .premiere-copy,
  .future-page .premiere-next .premiere-copy {
    padding: 20px;
  }
}

.future-page .future-shorts {
  border-top: 1px solid rgba(16, 24, 36, 0.1);
  padding: clamp(42px, 6vw, 76px) 0 clamp(48px, 6.5vw, 86px);
}

.future-page .future-shorts-heading {
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 0.66fr);
  align-items: end;
  margin-bottom: clamp(24px, 3vw, 38px);
}

.future-page .future-shorts-heading h2 {
  max-width: 740px;
}

.future-page .future-shorts-heading > p:last-child {
  max-width: 520px;
  margin: 0 0 4px;
  color: #4f5d70;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  font-weight: 560;
  line-height: 1.55;
}

.future-shorts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: start;
}

.future-short-card {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 252, 0.92)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(16, 35, 63, 0.1);
}

.future-short-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background:
    linear-gradient(145deg, rgba(6, 31, 69, 0.98), rgba(18, 81, 163, 0.82)),
    #061f45;
}

.future-short-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.future-short-placeholder {
  display: grid;
  min-height: 100%;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 28px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.future-short-placeholder::before {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 0 35%, rgba(255, 255, 255, 0.9) 35% 45%, transparent 45%),
    radial-gradient(circle, rgba(72, 210, 211, 0.28), transparent 68%);
  content: "";
}

.future-short-placeholder span {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.future-short-placeholder code {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font: 700 0.76rem/1.1 var(--font-main);
  padding: 8px 12px;
}

.future-short-copy {
  display: grid;
  gap: 8px;
  padding: clamp(16px, 1.8vw, 22px);
}

.future-short-topic {
  margin: 0;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.future-short-copy h3 {
  margin: 0;
  color: var(--heading-deep);
  font-size: clamp(1.28rem, 1.55vw, 1.8rem);
  line-height: 1;
}

.future-short-copy p:not(.future-short-topic) {
  margin: 0;
  color: #4f5d70;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.34;
}

.future-short-link {
  display: inline-flex;
  justify-self: start;
  margin-top: 8px;
  border-bottom: 2px solid rgba(18, 81, 163, 0.42);
  color: var(--heading-deep);
  font-weight: 860;
  line-height: 1.2;
  text-decoration: none;
}

.future-short-link-pending {
  border-bottom-style: dashed;
  color: #697689;
}

@media (max-width: 860px) {
  .future-page .future-shorts-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .future-page .future-shorts {
    margin-inline: calc(50% - 50vw);
    padding: 36px 0 46px max(20px, calc((100vw - 1320px) / 2));
  }

  .future-page .future-shorts-heading {
    margin-right: 20px;
  }

  .future-shorts-grid {
    grid-auto-columns: min(82vw, 360px);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 16px;
    overflow-x: auto;
    padding: 2px 20px 16px 0;
    scroll-padding-left: 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .future-short-card {
    scroll-snap-align: start;
  }

  .future-short-copy {
    padding: 16px;
  }
}

.mithu-portrait .member-gateway .member-gateway-label {
  color: #c7ecff !important;
}

.summit-page {
  overflow-x: clip;
}

.summit-page .summit-story,
.summit-page .summit-visual {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.summit-page .summit-visual::before,
.summit-page .summit-visual::after {
  display: none;
}

.summit-page .summit-visual img {
  max-width: 100%;
  transform: none;
}

.insights-page,
.census-page {
  overflow-x: clip;
  background:
    linear-gradient(116deg, transparent 0 13%, rgba(72, 210, 211, 0.07) 13% 20%, transparent 20% 48%, rgba(242, 153, 58, 0.06) 48% 55%, transparent 55%),
    linear-gradient(64deg, transparent 0 63%, rgba(18, 81, 163, 0.07) 63% 69%, transparent 69%),
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.92) 52%, rgba(238, 245, 251, 0.66) 100%),
    linear-gradient(90deg, rgba(16, 24, 36, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(16, 24, 36, 0.032) 1px, transparent 1px),
    #fbfaf7;
  background-size: auto, auto, auto, 72px 72px, 72px 72px, auto;
}

.insights-page .insights-hero {
  min-height: clamp(460px, 50vw, 610px);
  margin-top: 22px;
  border: 1px solid rgba(16, 24, 36, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(116deg, rgba(6, 31, 69, 0.98), rgba(16, 35, 63, 0.96) 58%, rgba(23, 64, 94, 0.94)),
    #061f45;
  box-shadow: 0 28px 84px rgba(16, 35, 63, 0.15);
  padding: clamp(30px, 4.6vw, 58px);
}

.insights-page .insights-hero::after {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #48d2d3, #1251a3 44%, #f2993a);
  content: "";
}

.insights-page .insights-hero h1 {
  max-width: 620px;
  font-size: clamp(4.2rem, 8.2vw, 9rem);
}

.insights-page .insights-hero .lede {
  max-width: 620px;
  font-size: clamp(1.08rem, 1.65vw, 1.68rem);
}

.insights-page .insights-descriptor {
  margin-top: 24px;
}

.insights-signal-rail,
.census-signal-rail {
  display: grid;
  gap: 8px;
  max-width: 620px;
  margin-top: 20px;
}

.insights-signal-rail span,
.census-signal-rail span {
  display: flex;
  min-height: 34px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(247, 251, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.insights-page .insights-data-visual {
  min-height: 360px;
  border-left-color: rgba(255, 255, 255, 0.14);
}

.insights-page .data-tag {
  border-left-color: rgba(72, 210, 211, 0.78);
  background: rgba(6, 31, 69, 0.28);
  padding-block: 6px;
}

.insights-page .insights-question,
.insights-page .insight-feature,
.insights-page .insight-model,
.insights-page .inside-insight,
.insights-page .insight-census-link,
.insights-page .insight-library {
  padding: clamp(40px, 5.6vw, 74px) 0;
}

.insights-page .insights-question h2 {
  font-size: clamp(2.2rem, 4.7vw, 5.1rem);
}

.insights-page .insight-feature {
  align-items: stretch;
}

.insights-page .insight-feature-copy {
  align-content: center;
  border: 1px solid rgba(16, 24, 36, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  padding: clamp(24px, 3.8vw, 46px);
}

.insights-page .insight-feature-copy h2 {
  font-size: clamp(2.3rem, 4.6vw, 5.2rem);
}

.insights-page .insight-cover {
  min-height: 460px;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(8, 27, 51, 0.14);
}

.insights-page .model-sequence,
.insights-page .inside-grid {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.insights-page .model-sequence {
  border-bottom: 1px solid rgba(16, 24, 36, 0.12);
}

.insights-page .model-sequence article,
.insights-page .inside-grid article {
  background: transparent;
}

.insights-page .insight-census-link {
  margin-inline: calc(50% - 50vw);
  border-bottom: 0;
  background: #061f45;
  padding-inline: max(22px, calc((100vw - 1420px) / 2));
}

.insights-page .insight-census-link h2 {
  color: #ffffff;
}

.insights-page .insight-census-link .section-kicker {
  color: #f2993a;
}

.insights-page .insight-final {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 36, 0.14);
  border-radius: 8px;
  box-shadow: 0 26px 78px rgba(16, 35, 63, 0.13);
}

.insights-page .insight-final::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #48d2d3, #1251a3, #f2993a);
  content: "";
}

.census-page .census-hero {
  min-height: clamp(500px, 54vw, 680px);
  margin-top: 22px;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 250, 0.82)),
    #ffffff;
  box-shadow: 0 28px 84px rgba(16, 35, 63, 0.12);
  padding: clamp(28px, 4.6vw, 58px);
}

.census-page .census-hero::after {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #061f45, #1251a3 38%, #48d2d3 68%, #f2993a);
  content: "";
}

.census-page .census-hero-copy h1 {
  font-size: clamp(3rem, 6.6vw, 6.9rem);
}

.census-page .census-hero-copy .lede {
  font-size: clamp(1.18rem, 1.78vw, 1.86rem);
}

.census-signal-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 20px 0 26px;
}

.census-signal-rail span {
  border-top-color: rgba(16, 35, 63, 0.14);
  color: #26354d;
}

.census-page .census-badge-hero img {
  width: min(80%, 430px);
}

.census-page .census-why,
.census-page .census-credential-band,
.census-page .census-cta {
  border-radius: 0;
}

.census-page .census-why {
  padding-top: clamp(46px, 6vw, 78px);
  padding-bottom: clamp(46px, 6vw, 78px);
}

.census-page .census-why h2 {
  font-size: clamp(2.2rem, 4.7vw, 5rem);
}

.census-page .census-mapping,
.census-page .census-impact {
  padding: clamp(42px, 5.8vw, 76px) 0;
}

.census-page .census-map-journey {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
}

.census-page .census-map-journey article {
  min-height: 220px;
}

.census-page .census-credential-band {
  padding-top: clamp(46px, 6vw, 82px);
  padding-bottom: clamp(46px, 6vw, 82px);
}

.census-page .census-credential-band h2 {
  font-size: clamp(2rem, 4.2vw, 4.5rem);
}

.census-page .credential-verify {
  overflow: hidden;
  border-radius: 8px;
}

.census-page .census-impact-grid {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.44);
}

.census-page .census-impact-grid article {
  min-height: 220px;
}

.census-page .census-flow {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  margin: clamp(40px, 5.8vw, 76px) 0;
  padding: 0;
}

.census-page .census-flow span {
  min-height: 92px;
}

.census-page .census-cta {
  box-shadow: 0 26px 78px rgba(16, 35, 63, 0.14);
}

.census-page .census-cta h2 {
  font-size: clamp(2rem, 4.2vw, 4.7rem);
}

.partnerships-page,
.technology-page {
  overflow-x: clip;
  background:
    linear-gradient(116deg, transparent 0 13%, rgba(72, 210, 211, 0.07) 13% 20%, transparent 20% 48%, rgba(242, 153, 58, 0.06) 48% 55%, transparent 55%),
    linear-gradient(64deg, transparent 0 63%, rgba(18, 81, 163, 0.07) 63% 69%, transparent 69%),
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.92) 52%, rgba(238, 245, 251, 0.66) 100%),
    linear-gradient(90deg, rgba(16, 24, 36, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(16, 24, 36, 0.032) 1px, transparent 1px),
    #fbfaf7;
  background-size: auto, auto, auto, 72px 72px, 72px 72px, auto;
}

.partnerships-page .partnerships-hero,
.technology-page .partner-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(560px, 56vw, 720px);
  margin-top: 22px;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 250, 0.82)),
    #ffffff;
  box-shadow: 0 28px 84px rgba(16, 35, 63, 0.12);
  padding: clamp(28px, 4.6vw, 58px);
}

.partnerships-page .partnerships-hero::after,
.technology-page .partner-hero::after {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #061f45, #1251a3 38%, #48d2d3 68%, #f2993a);
  content: "";
}

.partnerships-page .partnerships-hero h1,
.technology-page .partner-hero h1 {
  font-size: clamp(3rem, 6.3vw, 6.8rem);
}

.technology-page .partner-hero h1 {
  max-width: 700px;
  font-size: clamp(2.8rem, 5.5vw, 5.9rem);
}

.partnerships-page .partnerships-hero .lede,
.technology-page .partner-hero .lede {
  font-size: clamp(1.08rem, 1.55vw, 1.48rem);
}

.partnerships-signal-rail,
.technology-signal-rail {
  display: grid;
  gap: 8px;
  max-width: 640px;
  margin: 20px 0 0;
}

.partnerships-signal-rail span,
.technology-signal-rail span {
  display: flex;
  min-height: 34px;
  align-items: center;
  border-top: 1px solid rgba(16, 35, 63, 0.14);
  color: #26354d;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.partnerships-page .partnership-hero-photo {
  box-shadow: 0 22px 62px rgba(8, 27, 51, 0.12);
}

.partnerships-page .partnership-hero-photo img {
  height: clamp(300px, 33vw, 460px);
}

.partnerships-page .partnership-philosophy,
.technology-page .tech-why-now,
.technology-page .tech-prestige {
  position: relative;
  overflow: hidden;
}

.partnerships-page .partnership-philosophy::before,
.technology-page .tech-why-now::before,
.technology-page .tech-prestige::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  opacity: 0.5;
  pointer-events: none;
}

.partnerships-page .partnership-philosophy > *,
.technology-page .tech-why-now > *,
.technology-page .tech-prestige > * {
  position: relative;
  z-index: 1;
}

.partnerships-page .partnership-pillars,
.partnerships-page .signed-partnerships,
.partnerships-page .partnership-portfolio,
.partnerships-page .partnership-ways,
.partnerships-page .partnership-journey,
.technology-page .tech-landscape,
.technology-page .partner-evaluation,
.technology-page .partner-pathway,
.technology-page .tech-review-states,
.technology-page .tech-before-submit,
.technology-page .tech-campaign-moment,
.technology-page .tech-formation,
.technology-page .partner-cta {
  padding: clamp(42px, 5.8vw, 76px) 0;
}

.partnerships-page .partnership-pillar-line,
.partnerships-page .case-study-grid,
.partnerships-page .ways-list,
.partnerships-page .journey-line,
.technology-page .tech-matrix,
.technology-page .partner-evaluation .scope-grid,
.technology-page .tech-before-submit ul,
.technology-page .state-line {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.partnerships-page .case-study-grid {
  border-bottom: 1px solid rgba(16, 24, 36, 0.12);
}

.partnerships-page .signed-case-study {
  border: 1px solid rgba(16, 24, 36, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 58px rgba(8, 27, 51, 0.07);
  padding: clamp(22px, 3vw, 34px);
}

.partnerships-page .signed-seal {
  background:
    radial-gradient(circle, rgba(242, 153, 58, 0.14), transparent 68%),
    #ffffff;
  box-shadow: inset 0 0 0 10px rgba(242, 153, 58, 0.055);
}

.partnerships-page .signed-photo {
  box-shadow: 0 16px 44px rgba(8, 27, 51, 0.08);
}

.partnerships-page .case-study-action {
  border-top-color: rgba(16, 24, 36, 0.12);
}

.partnerships-page .partnership-prestige {
  margin: clamp(42px, 5.8vw, 76px) 0;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 253, 0.74)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(16, 35, 63, 0.1);
  padding: clamp(28px, 4.6vw, 58px);
}

.partnerships-page .partnership-enquiry {
  box-shadow: 0 26px 78px rgba(16, 35, 63, 0.14);
}

.technology-page .partner-stage {
  min-height: clamp(360px, 42vw, 520px);
  box-shadow: 0 24px 70px rgba(6, 31, 69, 0.16);
}

.technology-page .tech-node {
  background: rgba(6, 31, 69, 0.36);
  padding-block: 6px;
}

.technology-page .technology-manifesto {
  padding: clamp(36px, 5vw, 64px) 0;
}

.technology-page .technology-manifesto figure,
.technology-page .campaign-creative {
  max-width: 1080px;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16, 35, 63, 0.1);
}

.technology-page .tech-matrix span {
  background: rgba(255, 255, 255, 0.18);
}

.technology-page .partner-evaluation {
  background:
    linear-gradient(122deg, #061f45, #10233f 58%, #173f5f),
    #061f45;
}

.technology-page .partner-evaluation .scope-grid {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
}

.technology-page .partner-pathway {
  align-items: stretch;
}

.technology-page .partner-pathway > div:first-child,
.technology-page .tech-review-states > div:first-child,
.technology-page .tech-before-submit > div:first-child,
.technology-page .tech-campaign-moment > div:first-child {
  align-content: start;
  border-top: 1px solid rgba(16, 24, 36, 0.12);
  padding-top: 20px;
}

.technology-page .pathway-steps {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  padding: 0 22px;
}

.technology-page .pathway-steps li:last-child {
  border-bottom: 0;
}

.technology-page .tech-formation {
  margin: clamp(42px, 5.8vw, 76px) 0;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 253, 0.74)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(16, 35, 63, 0.1);
  padding: clamp(34px, 5vw, 68px);
}

.technology-page .partner-cta {
  margin-inline: calc(50% - 50vw);
  grid-template-columns: minmax(0, 0.7fr) max-content;
  background: #061f45;
  border-bottom: 0;
  color: #ffffff;
  padding-inline: max(22px, calc((100vw - 1420px) / 2));
}

.technology-page .partner-cta .section-kicker {
  color: #48d2d3;
}

.technology-page .partner-cta h2 {
  color: #ffffff;
}

.technology-page .partner-cta p {
  color: rgba(255, 255, 255, 0.76);
}

.about-page {
  overflow-x: clip;
  background:
    linear-gradient(116deg, transparent 0 13%, rgba(72, 210, 211, 0.08) 13% 20%, transparent 20% 48%, rgba(242, 153, 58, 0.08) 48% 55%, transparent 55%),
    linear-gradient(64deg, transparent 0 63%, rgba(18, 81, 163, 0.08) 63% 69%, transparent 69%),
    linear-gradient(116deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.92) 52%, rgba(238, 245, 251, 0.68) 100%),
    linear-gradient(90deg, rgba(16, 24, 36, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(16, 24, 36, 0.032) 1px, transparent 1px),
    #fbfaf7;
  background-size: auto, auto, auto, 72px 72px, 72px 72px, auto;
}

.about-page .about-hero {
  overflow: hidden;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  min-height: clamp(500px, 48vw, 620px);
  margin-top: 22px;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 250, 0.82)),
    #ffffff;
  box-shadow: 0 28px 84px rgba(16, 35, 63, 0.12);
  padding: clamp(28px, 4.6vw, 58px);
}

.about-page .about-hero::after {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #061f45, #1251a3 38%, #48d2d3 68%, #f2993a);
  content: "";
}

.about-page .about-hero-copy h1 {
  max-width: 650px;
  color: #10233f;
  font-size: clamp(2.8rem, 5.15vw, 5.25rem);
  letter-spacing: -0.02em;
  line-height: 0.92;
}

.about-page .about-hero-copy .lede {
  max-width: 680px;
  color: #26354d;
  font-size: clamp(1.08rem, 1.58vw, 1.5rem);
  font-weight: 650;
}

.about-page .about-national-card {
  position: relative;
  display: grid;
  min-height: clamp(390px, 38vw, 500px);
  align-content: end;
  border: 1px solid rgba(16, 35, 63, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 76% 16%, rgba(242, 153, 58, 0.18), transparent 12rem),
    radial-gradient(circle at 18% 72%, rgba(72, 210, 211, 0.16), transparent 14rem),
    linear-gradient(132deg, #061f45, #10233f 58%, #173f5f);
  box-shadow: 0 24px 70px rgba(6, 31, 69, 0.18);
  padding: clamp(22px, 3.6vw, 42px);
}

.about-map-mark {
  position: absolute;
  right: -2%;
  top: 16%;
  color: rgba(255, 255, 255, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(6.5rem, 10vw, 11rem);
  font-weight: 900;
  line-height: 0.8;
}

.about-care-visual {
  position: absolute;
  inset: clamp(20px, 2.4vw, 30px) clamp(20px, 2.4vw, 30px) auto;
  height: clamp(140px, 13vw, 190px);
  width: auto;
  margin: 0;
  z-index: 1;
}

.about-care-visual img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
  filter: saturate(1.05) contrast(1.02);
  object-fit: contain;
  object-position: center top;
}

.about-platform-orbit {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: clamp(170px, 15vw, 220px) 0 22px;
}

.about-page .about-platform-orbit span {
  display: flex;
  min-height: 42px;
  align-items: center;
  border-left: 2px solid #48d2d3;
  background: rgba(6, 31, 69, 0.48);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 8px 12px;
  text-transform: uppercase;
}

.about-page .about-platform-orbit span:nth-child(2) {
  margin-left: 0;
  border-left-color: #f2993a;
}

.about-page .about-platform-orbit span:nth-child(3) {
  margin-left: 0;
}

.about-page .about-platform-orbit span:nth-child(4) {
  margin-left: 0;
  border-left-color: #1251a3;
}

.about-card-copy {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 22px;
}

.about-page .about-card-copy span {
  margin: 0 0 12px;
  color: #48d2d3;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  line-height: 1.3;
}

.about-page .about-card-copy strong {
  max-width: 380px;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.1vw, 2.25rem);
}

.about-page .about-card-copy p {
  max-width: 420px;
}

.about-page .about-storyline,
.about-page .pillar-grid,
.about-page .action-ledger {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.about-page .about-storyline {
  margin: clamp(28px, 4vw, 46px) 0 0;
}

.about-page .about-purpose {
  padding-top: clamp(42px, 5.8vw, 76px);
  padding-bottom: clamp(42px, 5.8vw, 76px);
}

.about-page .about-purpose h2,
.about-page .statement-block h2,
.about-page .principles-section h2 {
  letter-spacing: -0.018em;
}

.about-page .vision-block {
  margin-top: clamp(30px, 4vw, 54px);
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 253, 0.72)),
    #ffffff;
  padding: clamp(34px, 5vw, 68px);
}

.about-page .mission-block {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}

.about-page .mission-block::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 74%);
  pointer-events: none;
}

.about-page .mission-block > * {
  position: relative;
  z-index: 1;
}

.about-page .pillar-grid article {
  background: rgba(255, 255, 255, 0.28);
}

.about-page .pillar-grid article:nth-child(2) {
  background: rgba(72, 210, 211, 0.06);
}

.about-page .pillar-grid article:nth-child(3) {
  background: rgba(18, 81, 163, 0.055);
}

.about-page .pillar-grid article:nth-child(4) {
  background: rgba(242, 153, 58, 0.06);
}

.about-page .about-action {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.72), rgba(239, 246, 250, 0.86)),
    #f0f3f5;
}

.about-page .principles-section {
  margin: clamp(42px, 5.8vw, 76px) 0;
  border: 1px solid rgba(16, 24, 36, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 253, 0.74)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(16, 35, 63, 0.1);
  padding: clamp(28px, 4.6vw, 58px);
}

body:not([class]) .page-shell {
  padding-top: clamp(10px, 1vw, 16px);
}

body:not([class]) .site-header {
  min-height: 58px;
}

body:not([class]) .brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 13px;
}

body:not([class]) .brand-name {
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
}

body:not([class]) .brand-subtitle {
  font-size: 0.74rem;
}

body:not([class]) .news-ticker {
  gap: 14px;
  margin-top: clamp(10px, 1.2vw, 16px);
  padding: 8px 0;
}

body:not([class]) .hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.82fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  padding: clamp(22px, 3vh, 36px) 0 clamp(10px, 1.8vh, 20px);
}

@media (min-width: 981px) {
  body:not([class]) .hero {
    min-height: clamp(530px, 66vh, 660px);
  }
}

body:not([class]) .hero::before {
  inset: 0 22% 3% 12%;
  opacity: 0.72;
}

body:not([class]) .hero-copy {
  max-width: 660px;
}

body:not([class]) .hero h1 {
  max-width: 700px;
  margin-bottom: 14px;
  color: #10233f;
  font-size: clamp(2.55rem, 4.35vw, 4.35rem);
  line-height: 0.94;
}

body:not([class]) .hero .lede {
  max-width: 580px;
  margin-bottom: 16px;
  font-size: clamp(0.95rem, 1.06vw, 1.04rem);
  line-height: 1.52;
}

body:not([class]) .hero-copy::after {
  margin-top: 12px;
}

body:not([class]) .launch-note {
  margin-top: 14px;
  font-size: 0.84rem;
}

body:not([class]) .network-canvas {
  min-height: clamp(390px, 50vh, 500px);
}

body:not([class]) .mithu-portrait img {
  right: 0;
  width: min(66%, 390px);
  height: min(86%, 430px);
}

body:not([class]) .mithu-portrait .member-gateway {
  top: 8%;
  right: 3%;
  transform: scale(0.9);
}

body:not([class]) .mithu-portrait figcaption {
  right: 25%;
  bottom: 1.5%;
}

body:not([class]) .institution-strip {
  margin-top: clamp(22px, 3vh, 34px);
  padding-top: 8px;
}

body:not([class]) .strip-statement {
  margin-top: 8px;
  font-size: clamp(0.9rem, 1.08vw, 1.02rem);
}

body:not([class]) .platform-areas {
  padding: 10px 0 9px;
  font-size: 0.6rem;
}

body:not([class]) .hero {
  min-height: clamp(560px, calc(100svh - 230px), 700px);
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.64fr);
  gap: clamp(22px, 3.8vw, 58px);
  align-items: center;
  border-bottom: 1px solid rgba(16, 35, 63, 0.12);
  padding: clamp(38px, 5vh, 66px) 0 0;
}

body:not([class]) .hero::before {
  inset: 8% 14% 11% 33%;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0) 0%, rgba(251, 250, 247, 0.08) 28%, rgba(251, 250, 247, 0.58) 100%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.01), rgba(251, 250, 247, 0.38)),
    url("./assets/homecare-care-scene.webp") center center / cover no-repeat;
  opacity: 0.94;
  filter: saturate(0.95) contrast(1.18);
}

body:not([class]) .hero::after {
  position: absolute;
  left: -7%;
  top: 8%;
  z-index: -2;
  color: rgba(0, 122, 117, 0.04);
  content: "HCAI";
  font-size: clamp(8rem, 20vw, 18rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.78;
  pointer-events: none;
}

body:not([class]) .hero-copy {
  max-width: 720px;
  align-self: center;
}

body:not([class]) .hero-copy::after {
  display: none;
}

body:not([class]) .hero .eyebrow {
  margin-bottom: clamp(18px, 2.3vw, 30px);
  color: #174ea6;
  font-size: clamp(0.7rem, 0.85vw, 0.86rem);
  letter-spacing: 0.19em;
}

body:not([class]) .hero h1 {
  max-width: 780px;
  margin: 0 0 clamp(18px, 2.2vw, 28px);
  color: #0b8f86;
  font-size: clamp(3.15rem, 4.75vw, 6.55rem);
  font-weight: 880;
  letter-spacing: -0.012em;
  line-height: 0.94;
  text-transform: uppercase;
}

body:not([class]) .hero h1 span {
  display: block;
  color: #0b8f86;
  line-height: 0.98;
  white-space: nowrap;
}

body:not([class]) .hero h1 span:first-child {
  color: #0b8f86;
}

body:not([class]) .hero h1 span:nth-child(2) {
  color: #104d9a;
}

body:not([class]) .hero h1 em {
  color: #104d9a;
  font-style: normal;
}

body:not([class]) .hero h1 .hero-orange-dot {
  display: inline;
  color: #ff7a1a !important;
  font-weight: inherit;
  line-height: inherit;
}

body:not([class]) .hero .lede {
  max-width: 620px;
  margin-bottom: 10px;
  color: #26354d;
  font-size: clamp(1.12rem, 1.55vw, 1.42rem);
  font-weight: 650;
  line-height: 1.45;
}

body:not([class]) .hero .hero-secondary-copy {
  max-width: 660px;
  margin-bottom: clamp(22px, 3vw, 34px);
  color: #536171;
  font-size: clamp(1rem, 1.22vw, 1.15rem);
  font-weight: 560;
  line-height: 1.58;
}

body:not([class]) .hero-actions {
  gap: 14px;
  justify-content: flex-start;
}

body:not([class]) .hero-actions .button {
  min-height: 46px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

body:not([class]) .hero-actions .button.primary {
  background: #007a75;
  color: #ffffff;
  box-shadow: 0 20px 42px rgba(0, 122, 117, 0.18);
}

body:not([class]) .hero-actions .button.secondary {
  border: 1px solid rgba(0, 122, 117, 0.24);
  background: rgba(255, 255, 255, 0.62);
  color: #10233f;
  padding-inline: 22px;
}

body:not([class]) .network-panel {
  align-self: stretch;
}

body:not([class]) .network-canvas {
  min-height: clamp(470px, 56vh, 620px);
}

body:not([class]) .network-canvas::before {
  content: none;
}

body:not([class]) .network-canvas::after {
  position: absolute;
  right: 1%;
  bottom: 2%;
  z-index: 2;
  width: min(66%, 470px);
  height: 42px;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(16, 35, 63, 0.18), transparent 72%);
  content: "";
  filter: blur(10px);
  pointer-events: none;
}

body:not([class]) .mithu-portrait img {
  right: -4%;
  width: min(70%, 460px);
  height: min(90%, 560px);
  filter: drop-shadow(0 34px 48px rgba(19, 37, 66, 0.18));
}

body:not([class]) .mithu-portrait .member-gateway {
  top: 0;
  right: 1%;
}

body:not([class]) .mithu-portrait figcaption {
  right: 32%;
  bottom: 6%;
}

@media (max-width: 980px) {
  .summit-page .summit-theme-field,
  .summit-page .summit-community-flow,
  .summit-page .question-list,
  .summit-page .universe-map,
  .summit-page .summit-journey-line,
  .summit-page .summit-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .summit-page .installation-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insights-page .insights-hero,
  .insights-page .insights-question,
  .insights-page .insight-feature,
  .insights-page .inside-insight,
  .insights-page .insight-census-link,
  .insights-page .insight-library,
  .census-page .census-hero,
  .census-page .census-credential-band,
  .census-page .census-cta {
    grid-template-columns: 1fr;
  }

  .insights-page .insights-data-visual {
    min-height: 260px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .census-signal-rail,
  .census-page .census-map-journey,
  .census-page .census-impact-grid,
  .census-page .census-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .census-page .credential-verify {
    grid-template-columns: 1fr;
  }

  .census-final-actions {
    justify-content: flex-start;
  }

  .partnerships-page .partnerships-hero,
  .partnerships-page .signed-case-topline,
  .partnerships-page .partnership-portfolio,
  .partnerships-page .partnership-enquiry,
  .technology-page .partner-hero,
  .technology-page .partner-pathway,
  .technology-page .tech-review-states,
  .technology-page .tech-before-submit,
  .technology-page .tech-campaign-moment,
  .technology-page .partner-cta {
    grid-template-columns: 1fr;
  }

  .partnerships-page .partnerships-hero,
  .technology-page .partner-hero {
    min-height: auto;
  }

  .partnerships-page .partnership-pillar-line,
  .partnerships-page .case-study-grid,
  .partnerships-page .ways-list,
  .partnerships-page .journey-line,
  .technology-page .tech-matrix,
  .technology-page .partner-evaluation .scope-grid,
  .technology-page .tech-before-submit ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-page .partner-stage {
    min-height: 360px;
  }

  .partnerships-page .partnership-hero-photo img,
  .partnerships-page .signed-photo img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-page .about-hero,
  .about-page .about-purpose,
  .about-page .principles-section {
    grid-template-columns: 1fr;
  }

  .about-page .about-hero {
    min-height: auto;
  }

  .about-page .about-storyline,
  .about-page .pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .about-purpose p:last-child {
    grid-column: 1;
    margin-top: 0;
  }

  .about-page .about-national-card {
    min-height: 430px;
  }

  body:not([class]) .news-ticker,
  body:not([class]) .ticker-window {
    max-width: 100%;
    overflow: hidden;
  }

  body:not([class]) .ticker-window {
    min-width: 0;
  }

  body:not([class]) .ticker-track {
    width: max-content;
    flex-wrap: nowrap;
    animation: ticker-scroll 42s linear infinite;
  }

  body:not([class]) .ticker-track p {
    min-width: max-content;
    white-space: nowrap;
  }

  body:not([class]) .network-panel,
  body:not([class]) .network-canvas {
    max-width: 100%;
    overflow: hidden;
  }

  body:not([class]) .hero {
    grid-template-columns: 1fr;
  }

  body:not([class]) .mithu-portrait img {
    right: 50%;
    width: min(88%, 370px);
    height: min(86%, 388px);
    transform: translateX(50%);
  }

  body:not([class]) .mithu-portrait .member-gateway {
    top: 3%;
    right: 4%;
    transform: scale(0.86);
  }

  body:not([class]) .mithu-portrait figcaption {
    left: 8%;
    right: auto;
    bottom: 6%;
  }
}

@media (max-width: 560px) {
  body:not([class]) .network-panel,
  body:not([class]) .network-canvas,
  body:not([class]) .mithu-portrait {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  body:not([class]) .network-panel {
    justify-self: center;
  }

  body:not([class]) .page-shell {
    width: min(100% - 22px, 620px);
    padding-top: 12px;
  }

  body:not([class]) .site-header {
    gap: 12px;
  }

  body:not([class]) .brand {
    gap: 10px;
  }

  body:not([class]) .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  body:not([class]) .brand-name {
    font-size: 0.96rem;
    line-height: 1.12;
  }

  body:not([class]) .brand-subtitle {
    margin-top: 2px;
    font-size: 0.68rem;
  }

  body:not([class]) .header-actions {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    padding-bottom: 0;
  }

  body:not([class]) .header-actions a,
  body:not([class]) .header-actions summary {
    min-height: 34px;
    padding: 7px 6px;
    font-size: 0.68rem;
  }

  body:not([class]) .header-actions a,
  body:not([class]) .header-actions .nav-menu {
    min-width: 0;
  }

  body:not([class]) .header-actions .join-link {
    padding-inline: 10px;
  }

  body:not([class]) .nav-menu {
    position: static;
  }

  body:not([class]) .nav-submenu {
    top: calc(100% + 7px);
    right: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    padding: 6px;
  }

  body:not([class]) .nav-submenu a {
    min-height: 34px;
    padding: 9px 10px;
    font-size: 0.72rem;
    white-space: normal;
  }

  body:not([class]) .news-ticker {
    gap: 5px;
    margin-top: 8px;
    padding: 7px 0;
  }

  body:not([class]) .news-ticker span {
    font-size: 0.62rem;
    letter-spacing: 0.11em;
  }

  body:not([class]) .ticker-track {
    gap: 14px;
    animation-duration: 38s;
  }

  body:not([class]) .ticker-track p {
    font-size: 0.82rem;
    line-height: 1.32;
  }

  body:not([class]) .ticker-separator {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 4px var(--saffron-soft);
  }

  body:not([class]) .ticker-separator:nth-of-type(4n) {
    box-shadow: 0 0 0 4px var(--flag-green-soft);
  }

  body:not([class]) .hero {
    min-height: auto;
    gap: 16px;
    border-bottom: 1px solid rgba(16, 35, 63, 0.1);
    padding: 20px 0 6px;
  }

  body:not([class]) .hero::before {
    inset: 38% -18px 5% -18px;
    opacity: 0.52;
  }

  body:not([class]) .hero::after {
    top: 9%;
    left: -3%;
    font-size: clamp(5.2rem, 23vw, 7.6rem);
  }

  body:not([class]) .hero .eyebrow {
    margin-bottom: 10px;
    font-size: 0.63rem;
    letter-spacing: 0.13em;
  }

  body:not([class]) .hero h1 {
    max-width: min(100%, 12.2ch);
    margin-bottom: 12px;
    font-size: clamp(1.9rem, 10vw, 2.62rem);
    line-height: 1;
  }

  body:not([class]) .hero h1 span {
    white-space: normal;
  }

  body:not([class]) .hero .lede {
    max-width: 31rem;
    margin-bottom: 8px;
    font-size: 0.98rem;
    line-height: 1.44;
  }

  body:not([class]) .hero .hero-secondary-copy {
    margin-bottom: 16px;
    font-size: 0.93rem;
    line-height: 1.5;
  }

  body:not([class]) .hero-actions {
    display: block;
  }

  body:not([class]) .hero-actions .button {
    min-height: 40px;
    width: auto;
    padding: 0 16px;
    font-size: 0.66rem;
  }

  body:not([class]) .network-canvas {
    min-height: clamp(260px, 55vw, 335px);
  }

  body:not([class]) .network-canvas::after {
    right: 50%;
    bottom: 2%;
    width: min(68%, 260px);
    height: 28px;
    transform: translateX(50%);
  }

  body:not([class]) .mithu-portrait img {
    width: min(78%, 280px);
    height: min(88%, 305px);
  }

  body:not([class]) .mithu-portrait .member-gateway {
    top: 4%;
    right: 2%;
    min-height: 34px;
    transform: scale(0.78);
    transform-origin: top right;
  }

  body:not([class]) .mithu-portrait figcaption {
    left: 4%;
    bottom: 5%;
    max-width: 155px;
    padding: 9px 10px;
  }

  body:not([class]) .mithu-portrait figcaption strong {
    font-size: 0.8rem;
  }

  body:not([class]) .mithu-portrait figcaption span {
    font-size: 0.74rem;
  }

  body:not([class]) .visible-footer {
    display: grid;
    gap: 12px;
    border-top: 1px solid rgba(16, 35, 63, 0.1);
    padding-top: 16px;
    font-size: 0.78rem;
  }

  body:not([class]) .visible-footer p {
    color: var(--heading-deep);
    font-size: 0.82rem;
    font-weight: 820;
  }

  body:not([class]) .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 12px;
    justify-content: stretch;
  }

  body:not([class]) .footer-links a {
    display: flex;
    min-height: 32px;
    align-items: center;
    border-top: 1px solid rgba(16, 35, 63, 0.08);
    color: var(--heading-deep);
    font-size: 0.72rem;
    font-weight: 760;
    line-height: 1.24;
  }
}

@media (max-width: 560px) {
  .summit-page .summit-theme-field,
  .summit-page .summit-community-flow,
  .summit-page .question-list,
  .summit-page .universe-map,
  .summit-page .summit-journey-line,
  .summit-page .summit-status,
  .summit-page .installation-list {
    grid-template-columns: 1fr;
  }

  .insights-page .insights-hero,
  .census-page .census-hero {
    margin-top: 14px;
    padding: 22px 16px;
  }

  .insights-page .insights-hero h1 {
    font-size: clamp(3.2rem, 17vw, 5.2rem);
  }

  .insights-signal-rail span,
  .census-signal-rail span {
    min-height: 30px;
    font-size: 0.64rem;
  }

  .insights-page .insight-feature-copy,
  .insights-page .insight-final {
    padding: 22px 18px;
  }

  .census-page .census-hero-copy h1 {
    font-size: clamp(2.6rem, 15vw, 4.6rem);
  }

  .census-signal-rail,
  .census-page .census-map-journey,
  .census-page .census-impact-grid,
  .census-page .census-flow {
    grid-template-columns: 1fr;
  }

  .census-page .census-badge-hero img {
    width: min(92%, 330px);
  }

  .census-page .census-badge-hero {
    min-height: 220px;
  }

  .census-page .census-badge-hero img {
    width: min(72%, 260px);
  }

  .census-page .census-badge-hero figcaption {
    margin-top: 8px;
  }

  .partnerships-page .partnerships-hero,
  .technology-page .partner-hero {
    margin-top: 14px;
    box-sizing: border-box;
    padding: 22px 16px;
  }

  .partnerships-page .partnerships-hero-copy,
  .technology-page .partner-hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .partnerships-page .partnerships-hero h1,
  .technology-page .partner-hero h1 {
    font-size: clamp(2.7rem, 15vw, 4.6rem);
    overflow-wrap: anywhere;
  }

  .technology-page .partner-hero h1 {
    font-size: clamp(2.45rem, 12.8vw, 4rem);
  }

  .partnerships-signal-rail span,
  .technology-signal-rail span {
    min-height: 30px;
    font-size: 0.64rem;
  }

  .partnerships-page .partnership-pillar-line,
  .partnerships-page .case-study-grid,
  .partnerships-page .ways-list,
  .partnerships-page .journey-line,
  .technology-page .tech-matrix,
  .technology-page .partner-evaluation .scope-grid,
  .technology-page .tech-before-submit ul {
    grid-template-columns: 1fr;
  }

  .partnerships-page .signed-seal {
    width: 136px;
    min-height: 136px;
  }

  .technology-page .partner-stage {
    min-height: 300px;
  }

  .technology-page .tech-node {
    font-size: 0.58rem;
  }

  .technology-page .tech-core {
    width: min(58%, 210px);
  }

  .partnerships-page .partnership-prestige h2,
  .technology-page .tech-formation h2 {
    font-size: clamp(2.1rem, 12vw, 3.7rem);
    overflow-wrap: anywhere;
  }

  .about-page .about-hero {
    margin-top: 14px;
    padding: 22px 16px;
  }

  .about-page .about-hero-copy h1 {
    font-size: clamp(2.55rem, 13.6vw, 4.3rem);
  }

  .about-page .about-storyline,
  .about-page .pillar-grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-national-card {
    min-height: 360px;
  }

  .about-care-visual {
    width: min(62%, 230px);
  }

  .about-platform-orbit {
    width: min(58%, 220px);
  }

  .about-page .about-platform-orbit span {
    min-height: 34px;
    font-size: 0.62rem;
  }

  .about-page .about-platform-orbit span:nth-child(2),
  .about-page .about-platform-orbit span:nth-child(4) {
    margin-left: 18px;
  }

  .about-card-copy {
    padding-top: 18px;
  }

  .about-page .vision-block,
  .about-page .principles-section {
    padding: 24px 18px;
  }
}
