
:root {
  --blue: #168fcf;
  --blue-deep: #1556b7;
  --blue-dark: #084d80;
  --blue-pale: #e9f7ff;
  --ink: #303844;
  --text: #5d6670;
  --muted: #7e8790;
  --surface: #ffffff;
  --page: #f6f7f8;
  --border: #dce3e8;
  --shadow: 0 18px 48px rgba(31, 76, 108, .12);
  --content-width: 1200px;
  --header-height: 88px;
  --font-body: "Varela Round", "Trebuchet MS", Arial, sans-serif;
  --font-heading: "Comfortaa", "Trebuchet MS", Arial, sans-serif;
  --font-nav: Montserrat, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(22,143,207,.35); outline-offset: 3px; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; padding: .7rem 1rem; background: white; border: 2px solid var(--blue); border-radius: 5px; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 1000; min-height: var(--header-height); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--border); box-shadow: 0 3px 16px rgba(0,0,0,.04); backdrop-filter: blur(9px); }
.site-header__inner { width: min(calc(100% - 40px), var(--content-width)); min-height: var(--header-height); margin: 0 auto; display: grid; grid-template-columns: 110px 1fr 44px; gap: 24px; align-items: center; }
.site-logo { width: 72px; justify-self: start; }
.site-logo img { width: 72px; max-height: 76px; object-fit: contain; }
.primary-navigation { justify-self: end; }
.primary-navigation ul { display: flex; align-items: center; gap: clamp(1rem,2.4vw,2.25rem); margin: 0; padding: 0; list-style: none; }
.primary-navigation a { position: relative; display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); font-family: var(--font-nav); font-size: .91rem; font-weight: 600; letter-spacing: .01em; }
.primary-navigation a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform .18s ease; }
.primary-navigation a:hover::after, .primary-navigation a[aria-current="page"]::after { transform: scaleX(1); }
.primary-navigation a[aria-current="page"] { color: var(--blue); }
.social-link { width: 34px; height: 34px; display: inline-grid; place-items: center; justify-self: end; color: var(--blue); }
.social-link svg { width: 25px; height: 25px; fill: currentColor; }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; min-height: 690px; color: white; background:
  radial-gradient(circle at 82% 24%, rgba(255,255,255,.18) 0 9%, transparent 9.5%),
  radial-gradient(circle at 70% 60%, rgba(255,255,255,.09) 0 13%, transparent 13.5%),
  linear-gradient(125deg, #22a4dc 0%, #1979c8 47%, #174db4 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); }
.hero::before { width: 480px; height: 480px; right: -110px; top: -150px; }
.hero::after { width: 240px; height: 240px; left: 52%; top: 80px; }
.hero__inner { position: relative; z-index: 2; width: min(calc(100% - 40px), var(--content-width)); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: clamp(40px,8vw,110px); align-items: center; padding: clamp(70px,9vw,120px) 0 150px; }
.hero__eyebrow { margin: 0 0 .75rem; font-family: var(--font-heading); font-size: clamp(1.25rem,2vw,1.8rem); }
.hero h1 { max-width: 700px; margin: 0 0 1.2rem; color: white; font-family: var(--font-heading); font-size: clamp(2.8rem,5vw,5rem); line-height: 1.18; letter-spacing: -.025em; }
.hero__copy { max-width: 640px; margin: 0; font-size: clamp(1.02rem,1.5vw,1.25rem); line-height: 1.58; }
.hero__actions { margin-top: 2.1rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.45rem; border: 0; border-radius: 999px; background: var(--blue); color: white; font-family: var(--font-nav); font-weight: 700; box-shadow: 0 10px 24px rgba(9,71,119,.18); transition: transform .17s ease, box-shadow .17s ease, background .17s ease; }
.button:hover { color: white; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(9,71,119,.24); }
.button--light { background: white; color: var(--blue); }
.button--light:hover { color: var(--blue-dark); background: #f6fbff; }
.button--square { border-radius: 8px; }

.hero__visual { position: relative; min-height: 430px; display: grid; justify-items: center; align-content: center; gap: 1.2rem; }

.orbit__detail {
  max-width: 26rem;
  text-align: center;
  color: white;
}
.orbit__detail-code {
  margin: 0 0 .2rem;
  font-family: var(--font-nav);
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
}
.orbit__detail-name {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.15rem,2vw,1.5rem);
  line-height: 1.18;
  color: white;
}
.orbit__detail-copy {
  margin: .35rem 0 0;
  font-size: .98rem;
  line-height: 1.5;
  color: rgba(255,255,255,.86);
}
.orbit {
  position: relative;
  width: min(420px,100%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  animation: drift 7s ease-in-out infinite;
  isolation: isolate;
}
.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  pointer-events: none;
  z-index: 0;
}
.orbit::before { inset: 11%; }
.orbit::after { inset: 26%; }
.orbit__center {
  position: absolute;
  inset: 24%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: .25rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 215, 0, .96);
  color: var(--blue-dark);
  box-shadow: 0 22px 55px rgba(0,44,107,.22);
  padding: 1rem;
  text-decoration: none;
  cursor: pointer;
}
.orbit__node {
  z-index: 3;
}
.orbit__center-title {
  color: var(--blue-dark);
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 2.5vw, 2.15rem);
  line-height: .94;
  letter-spacing: -.02em;
}
.orbit__center-divider {
  width: 24%;
  height: 1px;
  background: rgba(25, 84, 160, .38);
  display: block;
}
.orbit__center-subtitle {
  font-family: var(--font-nav);
  font-size: clamp(.9rem, 1.35vw, 1.05rem);
  line-height: 1.05;
  color: #111319;
}
.orbit__center-note {
  color: var(--blue);
  font-family: var(--font-nav);
  font-size: clamp(.85rem, 1.25vw, 1rem);
  font-weight: 800;
  line-height: 1.08;
}
.orbit__node {
  position: absolute;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  color: var(--blue-dark);
  box-shadow: 0 10px 24px rgba(0,47,111,.18);
  font-family: var(--font-nav);
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  --orbit-node-transform: none;
  transform: var(--orbit-node-transform);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.orbit__node:hover,
.orbit__node:focus-visible {
  transform: var(--orbit-node-transform) scale(1.08);
  box-shadow: 0 14px 28px rgba(0,47,111,.24);
  outline: none;
}
.orbit__node.is-active {
  background: #ffffff;
  color: var(--blue);
  box-shadow: 0 0 0 5px rgba(255,255,255,.14), 0 18px 34px rgba(0,47,111,.28);
}
.orbit__node:nth-child(2) { left: 50%; top: -6px; --orbit-node-transform: translateX(-50%); }
.orbit__node:nth-child(3) { right: 5%; top: 14%; }
.orbit__node:nth-child(4) { right: -6px; top: 50%; --orbit-node-transform: translateY(-50%); }
.orbit__node:nth-child(5) { right: 5%; bottom: 14%; }
.orbit__node:nth-child(6) { left: 50%; bottom: -6px; --orbit-node-transform: translateX(-50%); }
.orbit__node:nth-child(7) { left: 5%; bottom: 14%; }
.orbit__node:nth-child(8) { left: -6px; top: 50%; --orbit-node-transform: translateY(-50%); }
.orbit__node:nth-child(9) { left: 5%; top: 14%; }
.orbit.is-energized {
  animation: orbit-energize 1.15s ease-in-out;
}
.orbit.is-energized::before {
  animation: ring-pulse-outer 1.15s ease-out;
}
.orbit.is-energized::after {
  animation: ring-pulse-inner 1.15s ease-out;
}
.orbit.is-energized .orbit__center {
  animation: center-pulse 1s ease-in-out;
}
.orbit.is-energized .orbit__node {
  animation: node-shimmer .9s ease-in-out;
}
.orbit.is-energized .orbit__node.is-active {
  animation: selected-node-bounce 1.05s cubic-bezier(.22,.61,.36,1);
}

@keyframes drift {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-11px) rotate(1deg); }
}
@keyframes orbit-energize {
  0% { transform: translateY(0) scale(1) rotate(-1deg); }
  22% { transform: translateY(-12px) scale(1.02) rotate(1.5deg); }
  45% { transform: translateY(7px) scale(1.01) rotate(-1.25deg); }
  68% { transform: translateY(-7px) scale(1.025) rotate(1deg); }
  100% { transform: translateY(0) scale(1) rotate(-1deg); }
}
@keyframes ring-pulse-outer {
  0% { inset: 11%; opacity: 1; }
  50% { inset: 8%; opacity: .65; }
  100% { inset: 11%; opacity: 1; }
}
@keyframes ring-pulse-inner {
  0% { inset: 26%; opacity: 1; }
  50% { inset: 22%; opacity: .7; }
  100% { inset: 26%; opacity: 1; }
}
@keyframes center-pulse {
  0%,100% { transform: scale(1); box-shadow: 0 22px 55px rgba(0,44,107,.22); }
  50% { transform: scale(1.035); box-shadow: 0 28px 62px rgba(0,44,107,.28); }
}
@keyframes node-shimmer {
  0%,100% { filter: none; }
  50% { filter: brightness(1.06); }
}
@keyframes selected-node-bounce {
  0% { transform: var(--orbit-node-transform) scale(1); }
  30% { transform: var(--orbit-node-transform) scale(1.18); }
  55% { transform: var(--orbit-node-transform) scale(.95); }
  78% { transform: var(--orbit-node-transform) scale(1.08); }
  100% { transform: var(--orbit-node-transform) scale(1); }
}
.hero__cloud-edge { position: absolute; z-index: 3; left: 0; bottom: -1px; width: 100%; height: 128px; fill: var(--page); }
@keyframes drift { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-11px) rotate(1deg); } }

.section { padding: clamp(64px,8vw,110px) 20px; }
.section__inner { width: min(100%, var(--content-width)); margin: 0 auto; }
.section-heading { max-width: 720px; margin: 0 auto 2.5rem; text-align: center; }
.section-heading h2 { margin: 0 0 .7rem; color: var(--ink); font-family: var(--font-heading); font-size: clamp(2rem,3.4vw,3rem); line-height: 1.25; }
.section-heading p { margin: 0; color: var(--muted); }
.section--white { background: white; }
.section--blue-pale { background: linear-gradient(180deg,#f5fbff,#eaf7ff); }

.carousel { position: relative; }
.carousel__viewport { overflow: hidden; }
.carousel__track { display: flex; gap: 24px; transition: transform .45s ease; will-change: transform; }
.resource-card { flex: 0 0 calc((100% - 72px)/4); min-width: 0; display: flex; flex-direction: column; align-items: center; padding: 10px 8px 20px; text-align: center; }
.resource-card__cover { width: min(100%,250px); aspect-ratio: 2/3; object-fit: cover; background: #edf1f4; border-radius: 3px; box-shadow: 0 14px 32px rgba(40,63,78,.16); }
.resource-card h3 { min-height: 3.35em; margin: 1rem 0 .8rem; color: var(--ink); font-family: var(--font-heading); font-size: 1rem; line-height: 1.42; }
.resource-card .button { min-height: 40px; padding: .55rem 1rem; border-radius: 5px; background: #e1e2df; color: #34383c; box-shadow: none; font-weight: 600; }
.resource-card .button:hover { background: #d4d7d3; color: #1f2428; }
.carousel__arrow { position: absolute; z-index: 3; top: 38%; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; background: white; color: var(--blue); box-shadow: 0 8px 22px rgba(24,68,96,.16); cursor: pointer; }
.carousel__arrow:hover { background: var(--blue); color: white; }
.carousel__arrow--prev { left: -18px; }
.carousel__arrow--next { right: -18px; }
.carousel__dots { display: flex; justify-content: center; gap: .65rem; margin-top: 1.4rem; }
.carousel__dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #60676d; cursor: pointer; }
.carousel__dot[aria-current="true"] { background: #5bc2e9; transform: scale(1.2); }
.carousel__footer { display: flex; justify-content: center; margin-top: 2.2rem; }

.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px,8vw,100px); align-items: center; }
.profile { text-align: center; }
.profile img { width: 230px; aspect-ratio: 1; margin: 0 auto 1rem; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow); }
.profile h2 { margin: 0; color: var(--ink); font-family: var(--font-heading); font-size: 2rem; }
.quote-panel { position: relative; min-height: 320px; display: grid; align-content: center; text-align: center; padding: 2rem clamp(1rem,5vw,4rem); }
.quote-panel::before { content: "“"; color: var(--ink); font-family: Georgia,serif; font-size: 6rem; line-height: .5; }
.quote-slide { display: none; }
.quote-slide.is-active { display: block; animation: fade-in .35s ease; }
.quote-slide blockquote { max-width: 700px; margin: 1.1rem auto; color: var(--ink); font-size: clamp(1.1rem,2vw,1.45rem); font-style: italic; line-height: 1.55; }
.quote-author { margin: 1.2rem 0 0; color: var(--ink); font-family: var(--font-heading); font-size: 1.25rem; }
.quote-controls { display: flex; justify-content: center; gap: .75rem; margin: 1.3rem 0; }
.quote-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #c9ced2; cursor: pointer; }
.quote-dot[aria-current="true"] { background: var(--ink); }
.text-link { font-family: var(--font-nav); font-weight: 700; }
@keyframes fade-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; background: white; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.feature-grid__image { min-height: 520px; background: #0e9ee9; }
.feature-grid__image img { width: 100%; height: 100%; object-fit: cover; }
.feature-grid__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px,7vw,90px); }
.feature-grid__copy h2 { margin: 0 0 1rem; color: var(--ink); font-family: var(--font-heading); font-size: clamp(2rem,3vw,2.8rem); line-height: 1.3; }
.feature-grid__copy p { margin: 0 0 1.1rem; }
.feature-grid__copy .text-link { align-self: flex-end; margin-top: 1rem; }

.validity { display: grid; grid-template-columns: minmax(0,520px) 1fr; min-height: 380px; align-items: center; }
.validity h2 { margin: 0 0 1rem; color: var(--ink); font-family: var(--font-heading); font-size: clamp(2rem,3.2vw,2.8rem); }
.validity p { margin: 0 0 2rem; font-size: 1.08rem; }
.cta { position: relative; overflow: hidden; color: white; background: linear-gradient(125deg,#22a4dc,#174db4); }
.cta::after { content: ""; position: absolute; width: 330px; height: 330px; right: -90px; bottom: -140px; border-radius: 50%; background: rgba(255,255,255,.12); }
.cta__inner { position: relative; z-index: 2; width: min(calc(100% - 40px),900px); margin: 0 auto; padding: clamp(65px,8vw,100px) 0; text-align: center; }
.cta h2 { margin: 0 0 1rem; color: white; font-family: var(--font-heading); font-size: clamp(2rem,4vw,3.4rem); }
.cta p { max-width: 720px; margin: 0 auto 2rem; font-size: 1.1rem; }

.content-shell { width: min(calc(100% - 40px), var(--content-width)); margin: 42px auto 64px; background: white; box-shadow: var(--shadow); }
.prose-section { padding: clamp(30px,5vw,64px); }
.prose-section h1, .prose-section h2, .type-card h3 { color: var(--ink); font-family: var(--font-heading); font-weight: 600; }
.prose-section h1 { margin: 0 0 1rem; font-size: clamp(2.15rem,4vw,3rem); line-height: 1.25; }
.prose-section h2 { margin: 2.3rem 0 1rem; font-size: clamp(1.45rem,2.4vw,2rem); line-height: 1.3; }
.prose-section p { margin: 0 0 1.05rem; }
.prose-section strong, .prose-section b { color: var(--ink); }
.prose-section hr { border: 0; border-top: 1px solid var(--border); margin: 2.5rem 0; }
.prose-section ul, .prose-section ol { padding-left: 1.35rem; }
.prose-section li + li { margin-top: .35rem; }
.prose-section table { width: 100%; margin: 1.1rem 0 2.4rem; border-collapse: collapse; border: 1px solid var(--border); font-size: .96rem; }
.prose-section th, .prose-section td { padding: .85rem 1rem; vertical-align: top; border: 1px solid var(--border); }
.prose-section tr:first-child td, .prose-section thead th { background: var(--blue-pale); color: var(--ink); font-family: var(--font-nav); font-weight: 700; }
.prose-section td:first-child { width: 24%; color: var(--ink); }
.type-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; padding: 1px clamp(30px,5vw,64px) clamp(30px,5vw,64px); background: var(--border); }
.type-card { min-width: 0; background: white; }
.type-card__header { min-height: 128px; display: flex; flex-direction: column; justify-content: center; padding: 1.25rem 1rem; background: var(--blue-pale); text-align: center; border-bottom: 3px solid var(--blue); }
.type-card h3 { margin: 0; font-size: 1.02rem; line-height: 1.35; letter-spacing: .015em; }
.type-card__code { margin: .55rem 0 0; color: var(--blue-dark); font-family: var(--font-nav); font-size: .92rem; font-weight: 600; }
.type-card__body { padding: 1.25rem; font-size: .94rem; }
.type-card__body p { margin: 0; }
.further-exploration { border-top: 1px solid var(--border); }
.further-exploration > p:first-child:empty { display: none; }
.further-exploration a { text-decoration: underline; text-underline-offset: 2px; }

.site-footer { background: #219bd4; color: white; }
.site-footer__inner { width: min(calc(100% - 40px), var(--content-width)); min-height: 190px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 30px; align-items: center; }
.site-footer__logo { width: 95px; justify-self: start; }
.site-footer__credits { text-align: center; }
.site-footer__credits p { margin: .25rem 0; font-family: var(--font-heading); font-size: .9rem; }
.social-link--footer { justify-self: end; color: white; }

@media (max-width: 980px) {
  :root { --header-height: 76px; }
  .site-header__inner { grid-template-columns: 90px 1fr auto; gap: 14px; }
  .site-logo, .site-logo img { width: 58px; max-height: 66px; }
  .menu-toggle { grid-column: 3; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; justify-self: end; min-width: 44px; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--blue); cursor: pointer; }
  .menu-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .menu-toggle svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
  .menu-toggle__close { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__open { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__close { display: block; }
  .primary-navigation { position: absolute; left: 0; right: 0; top: 100%; display: none; background: white; border-top: 1px solid var(--border); box-shadow: 0 12px 24px rgba(0,0,0,.08); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul { display: block; width: min(calc(100% - 40px),var(--content-width)); margin: 0 auto; padding: .7rem 0 1rem; }
  .primary-navigation a { width: 100%; padding: .55rem 0; }
  .primary-navigation a::after { bottom: 3px; right: auto; width: 44px; }
  .site-header .social-link { display: none; }
  .hero { min-height: auto; }
  .hero__inner { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }
  .hero__copy { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__visual { min-height: 350px; }
  .orbit { width: min(360px,88vw); }
  .resource-card { flex-basis: calc((100% - 24px)/2); }
  .about-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid__image { min-height: 430px; }
  .validity { grid-template-columns: 1fr; min-height: auto; }
  .type-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  body { font-size: 15px; }
  .hero__inner { width: min(calc(100% - 30px),var(--content-width)); padding-bottom: 120px; }
  .hero h1 { font-size: clamp(2.45rem,13vw,3.7rem); }
  .hero__visual { min-height: 300px; }
  .orbit { width: min(290px,86vw); }
  .orbit__node { width: 51px; height: 51px; font-size: .83rem; }
  .orbit__center { font-size: 1rem; }
  .hero__cloud-edge { height: 95px; }
  .section { padding: 58px 16px; }
  .resource-card { flex-basis: 100%; }
  .carousel__arrow--prev { left: -6px; }
  .carousel__arrow--next { right: -6px; }
  .feature-grid__image { min-height: 320px; }
  .feature-grid__copy { padding: 36px 24px; }
  .content-shell { width: min(calc(100% - 20px),var(--content-width)); margin-top: 20px; }
  .prose-section { padding: 25px 20px; }
  .prose-section table { display: block; overflow-x: auto; white-space: normal; }
  .prose-section table tbody { min-width: 650px; display: table; }
  .type-grid { grid-template-columns: 1fr; padding: 1px 20px 30px; }
  .site-footer__inner { grid-template-columns: 1fr; min-height: 0; padding: 38px 0; text-align: center; }
  .site-footer__logo, .social-link--footer { justify-self: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
  .site-header, .site-footer, .menu-toggle, .carousel__arrow, .carousel__dots { display: none !important; }
  body { background: white; color: black; }
  .content-shell { width: 100%; margin: 0; box-shadow: none; }
  a { color: black; text-decoration: underline; }
}

@media print {
  .print-page-break {
    break-before: page;
    page-break-before: always;
  }
}

/* People page */
.people-page {
  background:
    radial-gradient(circle at 8% 14%, rgba(22,143,207,.08), transparent 25rem),
    linear-gradient(180deg, #f8fafb 0%, #f3f5f7 100%);
}
.people-hero {
  padding: clamp(54px, 7vw, 92px) 20px clamp(72px, 8vw, 110px);
}
.people-hero__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}
.people-profile {
  text-align: center;
}
.people-profile__photo {
  width: min(250px, 72vw);
  aspect-ratio: 1;
  margin: 0 auto 1rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 22px 52px rgba(31,76,108,.18);
}
.people-profile h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  line-height: 1.2;
}
.people-profile__links {
  display: flex;
  justify-content: center;
  gap: .65rem;
  margin-top: 1.7rem;
}
.icon-button {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 7px;
  background: var(--blue);
  color: white;
  box-shadow: 0 9px 22px rgba(22,143,207,.18);
  transition: transform .18s ease, background .18s ease;
}
.icon-button:hover {
  color: white;
  background: var(--blue-dark);
  transform: translateY(-2px);
}
.icon-button--mail { background: #ef4a3e; }
.icon-button--mail:hover { background: #c9382f; }
.icon-button svg { width: 22px; height: 22px; fill: currentColor; }
.people-bio {
  padding: clamp(28px, 4.5vw, 48px);
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(220,227,232,.95);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.people-bio h2 {
  margin: 0 0 1rem;
  color: var(--blue);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.2;
  font-weight: 500;
}
.people-bio p {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.58;
}
.people-team {
  padding: clamp(62px, 8vw, 104px) 20px;
  background: white;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.people-team__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}
.people-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 54px);
}
.person-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 28px 24px 24px;
  text-align: center;
  border-radius: 16px;
  background: #fafbfc;
  border: 1px solid var(--border);
  transition: transform .18s ease, box-shadow .18s ease;
}
.person-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(31,76,108,.11);
}
.person-card__photo {
  width: 108px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(45,61,72,.13);
}
.person-card h3 {
  margin: 1rem 0 .8rem;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  line-height: 1.25;
}
.person-card p {
  margin: 0;
  min-height: 4.8em;
  color: var(--text);
}
.person-card__link {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  margin-top: 1.3rem;
  border-radius: 50%;
  color: var(--ink);
  background: white;
  border: 1px solid var(--border);
}
.person-card__link:hover { color: white; background: var(--blue); border-color: var(--blue); }
.person-card__link svg { width: 19px; height: 19px; fill: currentColor; }
.people-organizations {
  padding: clamp(62px, 8vw, 96px) 20px;
}
.people-organizations__inner {
  width: min(100%, 900px);
  margin: 0 auto;
}
.people-organizations h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.3vw, 2.8rem);
  line-height: 1.25;
}
.people-organizations__rule {
  width: 72px;
  height: 3px;
  margin: 1rem 0 1.8rem;
  border: 0;
  background: var(--blue);
}
.organization-list {
  display: grid;
  gap: .8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.organization-list li {
  position: relative;
  padding: 1rem 1.1rem 1rem 2.55rem;
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
}
.organization-list li::before {
  content: "";
  position: absolute;
  left: 1.05rem;
  top: 1.45rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}
.organization-list a { overflow-wrap: anywhere; }
.people-stats {
  padding: 0 20px 72px;
}
.people-stats__inner {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,.3);
  box-shadow: var(--shadow);
}
.people-stat {
  padding: 42px 24px;
  text-align: center;
  color: white;
  background: linear-gradient(135deg, #22a4dc, #1762bd);
}
.people-stat strong {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(2.7rem, 6vw, 4.5rem);
  line-height: 1;
}
.people-stat span {
  display: block;
  margin-top: .65rem;
  font-family: var(--font-nav);
  font-weight: 600;
  letter-spacing: .02em;
}
@media (max-width: 860px) {
  .people-hero__inner { grid-template-columns: 1fr; }
  .people-bio { max-width: 720px; margin: 0 auto; }
  .people-team__grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .person-card p { min-height: 0; }
}
@media (max-width: 620px) {
  .people-hero { padding-top: 38px; }
  .people-bio { padding: 25px 21px; border-radius: 13px; }
  .people-stats__inner { grid-template-columns: 1fr; }
}


/* Resources page */
.resources-page {
  background:
    radial-gradient(circle at 92% 9%, rgba(22,143,207,.09), transparent 28rem),
    linear-gradient(180deg, #f8fafb 0%, #f3f5f7 100%);
}
.resources-hero {
  padding: clamp(58px, 8vw, 104px) 20px clamp(52px, 7vw, 86px);
  color: white;
  background:
    radial-gradient(circle at 83% 24%, rgba(255,255,255,.16) 0 8%, transparent 8.5%),
    linear-gradient(125deg, #22a4dc 0%, #1979c8 48%, #174db4 100%);
}
.resources-hero__inner {
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
}
.resources-hero h1 {
  margin: 0 0 1rem;
  color: white;
  font-family: var(--font-heading);
  font-size: clamp(2.55rem, 5vw, 4.5rem);
  line-height: 1.15;
}
.resources-hero p {
  max-width: 850px;
  margin: 0 auto;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.7;
}
.resources-section {
  padding: clamp(64px, 8vw, 104px) 20px;
}
.resources-section--white { background: white; }
.resources-section--pale { background: linear-gradient(180deg, #f5fbff, #eaf7ff); }
.resources-section__inner {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}
.resources-section__heading {
  max-width: 760px;
  margin: 0 auto 2.7rem;
  text-align: center;
}
.resources-section__heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.2;
}
.resources-section__heading p {
  margin: .8rem 0 0;
  color: var(--muted);
}
.resources-section__rule {
  width: 72px;
  height: 3px;
  margin: 1rem auto 0;
  border: 0;
  background: var(--blue);
}
.paper-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.paper-link,
.paper-link--pending {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 84px;
  padding: 15px 17px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(31,76,108,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.paper-link:hover {
  color: var(--blue-dark);
  border-color: rgba(22,143,207,.45);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(31,76,108,.1);
}
.paper-link--pending { color: var(--muted); }
.paper-link__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--blue-pale);
  color: var(--blue);
}
.paper-link__icon svg { width: 22px; height: 22px; fill: currentColor; }
.paper-link__title {
  min-width: 0;
  font-family: var(--font-nav);
  font-weight: 650;
  line-height: 1.42;
}
.paper-link__format {
  padding: .3rem .55rem;
  border-radius: 999px;
  background: #eef2f5;
  color: var(--muted);
  font-family: var(--font-nav);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
}
.catalog-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: white;
  box-shadow: 0 13px 34px rgba(31,76,108,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.catalog-card__media--contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 24px;
}
.catalog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 21px 44px rgba(31,76,108,.13);
}
.catalog-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f3f7f9;
  padding: 24px 18px;
}
.catalog-card__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 520px;
}
.catalog-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}
.catalog-card__kind {
  margin: 0 0 .55rem;
  color: var(--blue);
  font-family: var(--font-nav);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.catalog-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.12rem, 1.7vw, 1.38rem);
  line-height: 1.4;
}
.catalog-card__action {
  margin-top: auto;
  padding-top: 1.35rem;
}
.catalog-card__action .button {
  width: 100%;
  min-height: 46px;
  border-radius: 8px;
  box-shadow: none;
}
.catalog-card__pending {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .7rem 1rem;
  border: 1px dashed #b7c5ce;
  border-radius: 8px;
  color: var(--muted);
  background: #f6f8f9;
  font-family: var(--font-nav);
  font-weight: 650;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  max-width: 1040px;
  margin: 0 auto;
}
.service-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: white;
  box-shadow: 0 13px 34px rgba(31,76,108,.08);
}
.service-card__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.service-card__body { padding: 24px; }
.service-card__kind {
  margin: 0 0 .5rem;
  color: var(--blue);
  font-family: var(--font-nav);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.service-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.35;
}
.service-card__action { margin-top: 1.25rem; }
.service-card__action .button { border-radius: 8px; box-shadow: none; }
.resources-note {
  max-width: 900px;
  margin: 2.5rem auto 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--blue);
  border-radius: 0 8px 8px 0;
  background: rgba(255,255,255,.74);
  color: var(--muted);
  font-size: .92rem;
}
@media (max-width: 900px) {
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-card__media { min-height: 340px; }
}
@media (max-width: 720px) {
  .paper-grid, .service-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .resources-hero { padding-top: 48px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-card__media { min-height: 0; padding: 24px; }
  .catalog-card__media img { width: min(100%, 230px); }
  .paper-link, .paper-link--pending { grid-template-columns: 44px minmax(0,1fr); }
  .paper-link__format { grid-column: 2; justify-self: start; }
}


/* Assessment page */
.assessment-page {
  background:
    radial-gradient(circle at 7% 14%, rgba(22,143,207,.07), transparent 26rem),
    linear-gradient(180deg, #f8fafb 0%, #f2f5f7 100%);
}
.assessment-hero {
  padding: clamp(58px, 8vw, 102px) 20px clamp(54px, 7vw, 82px);
  color: white;
  background:
    radial-gradient(circle at 84% 18%, rgba(255,255,255,.16) 0 8%, transparent 8.5%),
    radial-gradient(circle at 73% 73%, rgba(255,255,255,.08) 0 12%, transparent 12.5%),
    linear-gradient(125deg, #22a4dc 0%, #1979c8 48%, #174db4 100%);
}
.assessment-hero__inner {
  width: min(100%, 920px);
  margin: 0 auto;
  text-align: center;
}
.assessment-hero__eyebrow {
  margin: 0 0 .65rem;
  font-family: var(--font-nav);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.assessment-hero h1 {
  margin: 0;
  color: white;
  font-family: var(--font-heading);
  font-size: clamp(2.55rem, 5vw, 4.6rem);
  line-height: 1.15;
}
.assessment-hero p:not(.assessment-hero__eyebrow) {
  max-width: 760px;
  margin: 1rem auto 0;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}
.assessment-hero__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem;
  margin-top: 1.6rem;
}
.assessment-hero__meta span {
  padding: .42rem .75rem;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-family: var(--font-nav);
  font-size: .76rem;
  font-weight: 700;
}
.assessment-shell {
  width: min(calc(100% - 36px), 1180px);
  margin: clamp(28px, 4vw, 50px) auto clamp(60px, 8vw, 100px);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow);
}
.assessment-form { margin: 0; }
.assessment-intro,
.assessment-questions,
.assessment-demographics,
.assessment-submit {
  padding: clamp(30px, 5vw, 64px);
}
.assessment-questions,
.assessment-submit { background: #f8fafb; }
.assessment-demographics { border-top: 1px solid var(--border); }
.assessment-section-heading { max-width: 820px; margin-bottom: 1.7rem; }
.assessment-section-heading--center { margin-inline: auto; text-align: center; }
.assessment-kicker {
  margin: 0 0 .5rem;
  color: var(--blue);
  font-family: var(--font-nav);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.assessment-section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1.25;
}
.assessment-section-heading > p:last-child { margin: .8rem 0 0; }
.assessment-intro > p { max-width: 940px; }
.assessment-intro__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
  margin: 2rem 0;
}
.assessment-info-card {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: #fafbfc;
}
.assessment-info-card--blue {
  border-color: rgba(22,143,207,.24);
  background: var(--blue-pale);
}
.assessment-info-card h3 {
  margin: 0 0 .7rem;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1.2rem;
}
.assessment-info-card p,
.assessment-info-card ul { margin: 0; }
.assessment-info-card ul { padding-left: 1.25rem; }
.assessment-callout {
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--blue);
  border-radius: 0 8px 8px 0;
  background: #f5fbff;
}
.assessment-scale-key {
  width: min(100%, 520px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 2px;
  margin: 0 0 .8rem;
  padding-left: 0;
  color: var(--muted);
  font-family: var(--font-nav);
  font-size: .68rem;
  font-weight: 700;
  text-align: center;
}
.assessment-question-list {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: white;
}
.assessment-question {
  display: grid;
  grid-template-columns: minmax(430px, 520px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  min-height: 116px;
  padding: 18px clamp(18px, 3vw, 30px);
  border-top: 1px solid var(--border);
}
.assessment-question:first-child { border-top: 0; }
.assessment-question:nth-child(8n + 1):not(:first-child) { border-top: 5px solid #eaf4fa; }
.rating-scale {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 3px;
  overflow: hidden;
  border-radius: 8px;
}
.rating-choice {
  position: relative;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .55rem .25rem;
  background: #eef1f3;
  color: var(--ink);
  cursor: pointer;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
.rating-choice:nth-child(2) { background: #e3e7ea; }
.rating-choice:nth-child(3) { background: #d9dee2; }
.rating-choice:nth-child(4) { background: #ced5da; }
.rating-choice:nth-child(5) { background: #c3ccd2; }
.rating-choice:hover { background: #dff2fc; transform: translateY(-1px); }
.rating-choice__label {
  font-family: var(--font-nav);
  font-size: .67rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
.rating-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.rating-choice__dot {
  width: 17px;
  height: 17px;
  border: 2px solid rgba(48,56,68,.48);
  border-radius: 50%;
  background: white;
  box-shadow: inset 0 0 0 3px white;
}
.rating-choice:has(input:checked) {
  background: var(--blue);
  color: white;
}
.rating-choice:has(input:checked) .rating-choice__dot {
  border-color: white;
  background: white;
  box-shadow: inset 0 0 0 4px var(--blue);
}
.rating-choice:has(input:focus-visible) {
  outline: 3px solid rgba(22,143,207,.38);
  outline-offset: -3px;
}
.assessment-question__prompt {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  margin: 0;
  color: var(--ink);
  font-size: clamp(.98rem, 1.3vw, 1.08rem);
  line-height: 1.55;
}
.assessment-question__number {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-pale);
  color: var(--blue-dark);
  font-family: var(--font-nav);
  font-size: .75rem;
  font-weight: 800;
}
.demographic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 24px 30px;
  max-width: 1050px;
  margin: 0 auto;
}
.form-field { min-width: 0; }
.form-field--full { grid-column: 1 / -1; }
.form-field label {
  display: block;
  margin-bottom: .55rem;
  color: var(--ink);
  font-family: var(--font-nav);
  font-weight: 650;
  line-height: 1.42;
}
.form-field input[type="text"],
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: .72rem .85rem;
  border: 1px solid #cfd7dd;
  border-radius: 7px;
  background: white;
  color: var(--ink);
  font: inherit;
}
.form-field select { cursor: pointer; }
.form-field textarea { min-height: 112px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 3px solid rgba(22,143,207,.17);
  border-color: var(--blue);
}
.form-field small {
  display: block;
  margin-top: .5rem;
  color: var(--muted);
  line-height: 1.5;
}
.form-field__inline {
  display: grid;
  grid-template-columns: 72px minmax(0,1fr);
  gap: 14px;
  align-items: center;
}
.form-field__inline input { text-align: center; }
.form-field__inline span { color: var(--muted); font-size: .9rem; line-height: 1.45; }
.assessment-submit {
  border-top: 1px solid var(--border);
  text-align: center;
}
.assessment-warning {
  max-width: 920px;
  margin: 0 auto 2rem;
  padding: 1rem 1.2rem;
  border: 1px solid #efd3a3;
  border-left: 5px solid #e99a27;
  border-radius: 9px;
  background: #fff9ef;
  color: #6d5125;
  text-align: left;
}
.assessment-submit h2 {
  margin: 0 auto 1.5rem;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2.15rem);
}
.assessment-captcha {
  min-height: 82px;
  display: flex;
  justify-content: center;
  margin: 0 auto 1.25rem;
}
.assessment-submit__button {
  min-width: 150px;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: white;
  font-family: var(--font-nav);
  font-size: 1rem;
  font-weight: 750;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(9,71,119,.18);
  transition: transform .17s ease, background .17s ease, box-shadow .17s ease;
}
.assessment-submit__button:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(9,71,119,.24);
}
.assessment-legal {
  margin: 0;
  padding: 22px clamp(24px, 5vw, 64px) 28px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  background: white;
  font-size: .82rem;
  line-height: 1.55;
  text-align: center;
}
@media (max-width: 960px) {
  .assessment-question { grid-template-columns: minmax(360px, 460px) minmax(0,1fr); gap: 20px; }
  .assessment-scale-key { width: min(100%, 460px); }
}
@media (max-width: 800px) {
  .assessment-intro__grid,
  .demographic-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .assessment-scale-key { display: none; }
  .assessment-question { grid-template-columns: 1fr; min-height: 0; }
  .assessment-question__prompt { grid-row: 1; }
  .rating-scale { grid-row: 2; }
}
@media (max-width: 560px) {
  .assessment-shell { width: min(calc(100% - 18px), 1180px); border-radius: 11px; }
  .assessment-intro,
  .assessment-questions,
  .assessment-demographics,
  .assessment-submit { padding: 27px 18px; }
  .assessment-question { padding: 18px 12px; }
  .rating-choice { min-height: 68px; }
  .rating-choice__label { font-size: .6rem; }
  .form-field__inline { grid-template-columns: 62px minmax(0,1fr); }
  .assessment-captcha { overflow-x: auto; justify-content: flex-start; }
}
@media print {
  .assessment-hero, .assessment-submit, .assessment-legal { display: none !important; }
  .assessment-shell { width: 100%; margin: 0; border: 0; box-shadow: none; }
  .assessment-question { break-inside: avoid; }
}


/* Results / feedback page */
.results-page {
  background:
    radial-gradient(circle at 90% 4%, rgba(22,143,207,.10), transparent 28rem),
    linear-gradient(180deg, #f7fafc 0%, #eef4f7 100%);
}
.results-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 92px) 20px clamp(54px, 7vw, 86px);
  color: white;
  background:
    radial-gradient(circle at 82% 25%, rgba(255,255,255,.15) 0 8%, transparent 8.5%),
    linear-gradient(125deg, #22a4dc 0%, #1979c8 48%, #174db4 100%);
}
.results-hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -110px;
  bottom: -245px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.23);
}
.results-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
}
.results-hero__eyebrow {
  margin: 0 0 .6rem;
  font-family: var(--font-nav);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.results-hero h1 {
  margin: 0;
  color: white;
  font-family: var(--font-heading);
  font-size: clamp(2.45rem, 5vw, 4.45rem);
  line-height: 1.15;
}
.results-hero__lead {
  max-width: 720px;
  margin: 1rem auto 0;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.6;
}
.results-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: 1.75rem;
}
.results-action {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .72rem 1.15rem;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  background: white;
  color: var(--blue-dark);
  font-family: var(--font-nav);
  font-weight: 750;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,40,95,.16);
  transition: transform .17s ease, background .17s ease;
}
.results-action:hover {
  color: var(--blue-dark);
  background: #f3fbff;
  transform: translateY(-2px);
}
.results-action--secondary {
  background: rgba(255,255,255,.12);
  color: white;
}
.results-action--secondary:hover {
  color: white;
  background: rgba(255,255,255,.22);
}
.results-action svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.results-action-status {
  min-height: 1.5em;
  margin: .7rem 0 0;
  font-size: .85rem;
}
.results-main {
  padding: 0 20px clamp(70px, 8vw, 110px);
}
.results-shell {
  width: min(100%, 1080px);
  margin: -34px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(220,227,232,.95);
  border-radius: 19px;
  background: white;
  box-shadow: var(--shadow);
}
.results-section {
  padding: clamp(35px, 5vw, 62px);
  border-top: 1px solid var(--border);
}
.results-section:first-child { border-top: 0; }
.results-section--soft {
  background: linear-gradient(180deg, #f7fbfe 0%, #eef8fd 100%);
}
.results-section--generated {
  position: relative;
  background: white;
}
.results-section-heading {
  max-width: 820px;
  margin: 0 auto 1.65rem;
}
.results-section-heading--center { text-align: center; }
.results-kicker {
  margin: 0 0 .35rem;
  color: var(--blue);
  font-family: var(--font-nav);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.results-section h2 {
  margin: 0 0 .85rem;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.25;
}
.results-section h3 {
  margin: 1.8rem 0 .75rem;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.35;
}
.results-section p { margin: 0 0 1rem; }
.results-section p:last-child { margin-bottom: 0; }
.results-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 1.8rem;
}
.results-info-card {
  min-width: 0;
  padding: 1.35rem;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: #fbfcfd;
}
.results-info-card h2,
.results-info-card h3 {
  margin: 0 0 .65rem;
  color: var(--blue-dark);
  font-size: 1.18rem;
}
.results-info-card p { font-size: .95rem; }
.results-table-wrap {
  width: 100%;
  margin: 1.35rem 0 2.2rem;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: white;
}
.results-table {
  width: 100%;
  min-width: 690px;
  margin: 0;
  border-collapse: collapse;
  font-size: .94rem;
}
.results-table th,
.results-table td {
  padding: .9rem 1rem;
  vertical-align: top;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: left;
}
.results-table th:last-child,
.results-table td:last-child { border-right: 0; }
.results-table tr:last-child td { border-bottom: 0; }
.results-table thead th {
  color: var(--ink);
  background: var(--blue-pale);
  font-family: var(--font-nav);
  font-weight: 750;
}
.results-table tbody tr:nth-child(even) { background: #fafcfd; }
.results-table td:first-child { color: var(--ink); font-weight: 650; }
.results-explanation {
  max-width: 900px;
  margin: 0 auto;
}
.generated-results {
  min-height: 190px;
  margin-top: 1.6rem;
  padding: clamp(24px, 4vw, 42px);
  border: 2px solid rgba(22,143,207,.22);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(233,247,255,.62), rgba(255,255,255,.92));
  color: var(--ink);
}
.generated-results:empty::before {
  content: "Your calculated profile will appear here.";
  color: var(--muted);
}
.generated-results > :first-child { margin-top: 0 !important; }
.generated-results > :last-child { margin-bottom: 0 !important; }
.generated-results font { font-family: inherit !important; color: inherit; }
.generated-results center { text-align: center; }
.generated-results blockquote {
  margin: 1.25rem 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--blue);
  background: white;
}
.generated-results table {
  width: 100% !important;
  max-width: 100%;
  margin: 1.2rem auto;
  border-collapse: collapse;
  background: white;
}
.generated-results th,
.generated-results td {
  padding: .72rem .82rem;
  border: 1px solid var(--border);
  vertical-align: top;
}
.generated-results tr:first-child td,
.generated-results th {
  color: var(--ink);
  background: var(--blue-pale);
  font-family: var(--font-nav);
  font-weight: 700;
}
.generated-results img,
.generated-results svg,
.generated-results canvas { max-width: 100%; height: auto; }
.generated-results [width] { max-width: 100%; }
.generated-results a { overflow-wrap: anywhere; }
.results-share-note {
  margin: 1.25rem 0 0 !important;
  color: var(--muted);
  font-size: .88rem;
  text-align: center;
}
.type-pattern-table { min-width: 600px; }
.type-pattern-table td:first-child {
  width: 90px;
  color: var(--blue-dark);
  font-family: var(--font-nav);
  font-weight: 800;
}
.results-link-list,
.results-resource-list {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
}
.results-link-list li + li,
.results-resource-list li + li { margin-top: .6rem; }
.results-resource-list a { font-weight: 650; }
.results-note {
  padding: 1rem 1.2rem;
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  background: var(--blue-pale);
}
.results-legal {
  margin: 0;
  padding: 24px clamp(30px, 5vw, 62px) 30px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  background: #fbfcfd;
  font-size: .82rem;
  line-height: 1.55;
  text-align: center;
}
@media (max-width: 820px) {
  .results-intro-grid { grid-template-columns: 1fr; }
  .results-shell { margin-top: -24px; }
}
@media (max-width: 620px) {
  .results-hero { padding-top: 42px; }
  .results-main { padding-inline: 9px; }
  .results-shell { border-radius: 12px; }
  .results-section { padding: 28px 19px; }
  .generated-results { padding: 20px 14px; border-radius: 11px; }
  .results-action { width: 100%; max-width: 310px; }
}
@media print {
  @page { margin: .55in; }
  html, body { background: white !important; }
  body.results-page {
    color: #222;
    font-size: 10.5pt;
    line-height: 1.45;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .site-header,
  .site-footer,
  .results-actions,
  .results-action-status,
  .skip-link,
  .results-share-note { display: none !important; }
  .results-hero {
    padding: 0 0 18pt;
    color: #222;
    background: none !important;
    border-bottom: 2px solid #168fcf;
  }
  .results-hero::after { display: none; }
  .results-hero h1 { color: #222; font-size: 25pt; }
  .results-hero__eyebrow { color: #168fcf; }
  .results-hero__lead { color: #444; font-size: 10.5pt; }
  .results-main { padding: 0; }
  .results-shell {
    width: 100%;
    margin: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .results-section,
  .results-section--soft,
  .results-section--generated {
    padding: 18pt 0;
    background: white !important;
    border-top: 1px solid #cfd7dd;
  }
  .results-section:first-child { border-top: 0; }
  .results-section h2,
  .results-section h3 { break-after: avoid; page-break-after: avoid; }
  .results-intro-grid { display: block; }
  .results-info-card {
    margin: 0 0 10pt;
    padding: 10pt;
    break-inside: avoid;
    border-radius: 0;
  }
  .results-table-wrap {
    overflow: visible;
    border-radius: 0;
  }
  .results-table,
  .type-pattern-table { min-width: 0; font-size: 8.7pt; }
  .results-table th,
  .results-table td { padding: 6pt; }
  .results-table tr,
  .generated-results tr { break-inside: avoid; page-break-inside: avoid; }
  .generated-results {
    min-height: 0;
    padding: 12pt;
    border: 1.5px solid #168fcf;
    border-radius: 0;
    background: white !important;
  }
  .generated-results table { font-size: 9pt; }
  .generated-results img,
  .generated-results svg,
  .generated-results canvas { break-inside: avoid; page-break-inside: avoid; }
  a { color: #222; text-decoration: underline; }
  .results-legal { padding: 14pt 0 0; background: white; }
}


/* Video explainers */
.video-link {
  min-height: 108px;
}
.video-link__icon {
  background: #eef5ff;
  color: #e5483f;
}
.video-link__icon svg {
  width: 25px;
  height: 25px;
}
.video-link .paper-link__title {
  display: grid;
  gap: .2rem;
}
.video-link__function {
  color: var(--ink);
  font-family: var(--font-nav);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.25;
}
.video-link__topic {
  color: var(--text);
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
}
.video-link:hover .video-link__function {
  color: var(--blue-dark);
}
@media (max-width: 560px) {
  .video-link { min-height: 0; }
}


/* Technical appendix callout */
.technical-appendix {
  margin: 3rem 0 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(22, 143, 207, .28);
  border-left: 6px solid var(--blue);
  border-radius: 14px;
  background:
    linear-gradient(135deg, #eef8fd 0%, #e3f3fb 100%);
  box-shadow: 0 12px 28px rgba(31, 76, 108, .08);
}

.technical-appendix h2 {
  margin: 0 0 .5rem;
  padding: 0;
  border-top: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.technical-appendix__intro {
  margin: 0 0 1.8rem;
  color: var(--text);
}

.technical-appendix__label {
  margin: 0 0 .35rem;
  color: var(--blue);
  font-family: var(--font-nav);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.technical-appendix__section {
  margin-top: 1.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(22, 143, 207, .22);
}

.technical-appendix__section:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.technical-appendix h3 {
  margin: 0 0 .75rem;
  color: var(--blue-dark);
  font-family: var(--font-heading);
  font-size: 1.2rem;
}

.technical-appendix ul {
  margin: 0;
  padding-left: 1.3rem;
}

.technical-appendix li + li {
  margin-top: .55rem;
}

.technical-appendix strong {
  color: var(--ink);
}

.orbit__center {
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.orbit__center:hover {
  color: var(--blue-dark);
  background: #FFD770;
  transform: scale(1.025);
  box-shadow: 0 27px 62px rgba(0, 44, 107, .28);
}

.orbit__center:focus-visible {
  outline: 4px solid rgba(255, 255, 255, .8);
  outline-offset: 5px;
}
