:root {
  --navy: #071527;
  --navy-2: #0e243c;
  --ink: #122032;
  --blue: #1b5b89;
  --gold: #c7a45b;
  --gold-soft: #ead6a2;
  --ivory: #f7f3ea;
  --mist: #e8edf1;
  --white: #ffffff;
  --shadow: 0 28px 90px rgba(3, 15, 30, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(7, 21, 39, 0.18), transparent 28rem),
    radial-gradient(circle at 92% 20%, rgba(27, 91, 137, 0.12), transparent 28rem),
    var(--ivory);
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

#neuralCanvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 7% 16%, rgba(199, 164, 91, 0.16), transparent 18rem),
    radial-gradient(circle at 88% 12%, rgba(35, 124, 177, 0.12), transparent 22rem),
    radial-gradient(circle at 80% 64%, rgba(7, 21, 39, 0.14), transparent 26rem),
    linear-gradient(180deg, #f9f6ef 0%, #eef3f5 48%, #f7f3ea 100%);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 76px;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  color: var(--white);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-elevated,
.site-header.nav-open {
  background: rgba(7, 21, 39, 0.92);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(195px, 22.5vw, 305px);
  min-width: 195px;
}

.brand-logo {
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a {
  opacity: 0.86;
}

.nav-links a:hover {
  color: var(--gold-soft);
  opacity: 1;
}

.nav-links a.is-current {
  color: var(--gold-soft);
  opacity: 1;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 40vw);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  overflow: hidden;
  padding: 8.2rem clamp(1.2rem, 5vw, 5rem) 5.6rem;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3, 8, 15, 0.9), rgba(7, 21, 39, 0.66), rgba(7, 21, 39, 0.5)),
    url("./assets/neural-network-pattern.svg") center / cover no-repeat,
    radial-gradient(circle at 12% 24%, rgba(234, 214, 162, 0.2) 0 0.35rem, transparent 0.9rem),
    radial-gradient(circle at 22% 40%, rgba(234, 214, 162, 0.16) 0 0.22rem, transparent 0.75rem),
    radial-gradient(circle at 86% 18%, rgba(105, 178, 230, 0.2) 0 0.35rem, transparent 1rem),
    radial-gradient(circle at 92% 46%, rgba(105, 178, 230, 0.16) 0 0.22rem, transparent 0.8rem),
    linear-gradient(28deg, transparent 0 19%, rgba(234, 214, 162, 0.16) 19.1% 19.28%, transparent 19.42%),
    linear-gradient(141deg, transparent 0 31%, rgba(234, 214, 162, 0.12) 31.1% 31.28%, transparent 31.42%),
    linear-gradient(62deg, transparent 0 73%, rgba(105, 178, 230, 0.14) 73.1% 73.28%, transparent 73.42%),
    linear-gradient(116deg, transparent 0 84%, rgba(105, 178, 230, 0.11) 84.1% 84.28%, transparent 84.42%),
    radial-gradient(circle at 74% 42%, rgba(199, 164, 91, 0.18), transparent 20rem),
    radial-gradient(circle at 20% 22%, rgba(27, 91, 137, 0.26), transparent 28rem),
    linear-gradient(135deg, #06101f 0%, #0b1d34 45%, #071527 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(790px, 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(234, 214, 162, 0.58) 0 2px, rgba(234, 214, 162, 0.16) 3px, transparent 12px),
    radial-gradient(circle at 23% 32%, rgba(234, 214, 162, 0.32) 0 1px, transparent 9px),
    radial-gradient(circle at 83% 12%, rgba(105, 178, 230, 0.44) 0 2px, rgba(105, 178, 230, 0.14) 4px, transparent 15px),
    radial-gradient(circle at 91% 34%, rgba(105, 178, 230, 0.28) 0 1px, transparent 12px),
    linear-gradient(33deg, transparent 0 13%, rgba(234, 214, 162, 0.09) 13.1% 13.35%, transparent 13.6%),
    linear-gradient(118deg, transparent 0 21%, rgba(234, 214, 162, 0.07) 21.1% 21.35%, transparent 21.6%),
    linear-gradient(151deg, transparent 0 74%, rgba(105, 178, 230, 0.08) 74.1% 74.35%, transparent 74.6%),
    linear-gradient(57deg, transparent 0 82%, rgba(105, 178, 230, 0.07) 82.1% 82.35%, transparent 82.6%);
  background-size: auto;
  mask-image: linear-gradient(90deg, #000 0%, #000 28%, transparent 58%, #000 74%, #000 100%);
  opacity: 0.78;
  filter: drop-shadow(0 0 18px rgba(234, 214, 162, 0.22));
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 22%, rgba(234, 214, 162, 0.62) 0 1px, transparent 3px),
    radial-gradient(circle at 29% 43%, rgba(234, 214, 162, 0.38) 0 1px, transparent 3px),
    radial-gradient(circle at 72% 18%, rgba(105, 178, 230, 0.5) 0 1px, transparent 3px),
    radial-gradient(circle at 88% 42%, rgba(105, 178, 230, 0.32) 0 1px, transparent 3px),
    radial-gradient(circle at 80% 72%, rgba(105, 178, 230, 0.22) 0 1px, transparent 3px),
    linear-gradient(24deg, transparent 0 19%, rgba(234, 214, 162, 0.08) 19.1%, transparent 19.5%),
    linear-gradient(142deg, transparent 0 30%, rgba(234, 214, 162, 0.07) 30.1%, transparent 30.45%),
    linear-gradient(64deg, transparent 0 76%, rgba(105, 178, 230, 0.08) 76.1%, transparent 76.45%),
    linear-gradient(118deg, transparent 0 86%, rgba(105, 178, 230, 0.06) 86.1%, transparent 86.45%);
  opacity: 0.62;
  pointer-events: none;
  animation: neuralGlow 8s ease-in-out infinite alternate;
}

.hero-content::before,
.diagnostic-grid::before,
.science-section .section-heading::before,
.site-footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 20%, rgba(234, 214, 162, 0.9) 0 2px, rgba(234, 214, 162, 0.2) 4px, transparent 15px),
    radial-gradient(circle at 38% 44%, rgba(234, 214, 162, 0.55) 0 1px, transparent 10px),
    radial-gradient(circle at 72% 18%, rgba(105, 178, 230, 0.72) 0 2px, rgba(105, 178, 230, 0.16) 4px, transparent 15px),
    radial-gradient(circle at 88% 64%, rgba(105, 178, 230, 0.42) 0 1px, transparent 10px),
    linear-gradient(28deg, transparent 0 18%, rgba(234, 214, 162, 0.22) 18.15%, transparent 18.55%),
    linear-gradient(142deg, transparent 0 36%, rgba(234, 214, 162, 0.14) 36.15%, transparent 36.55%),
    linear-gradient(72deg, transparent 0 68%, rgba(105, 178, 230, 0.16) 68.15%, transparent 68.55%),
    linear-gradient(118deg, transparent 0 82%, rgba(105, 178, 230, 0.12) 82.15%, transparent 82.55%);
  opacity: 0.58;
  filter:
    drop-shadow(0 0 16px rgba(234, 214, 162, 0.32))
    drop-shadow(0 0 22px rgba(105, 178, 230, 0.18));
  animation: neuralGlow 8s ease-in-out infinite alternate;
}

.hero-content::before {
  top: -6rem;
  left: -4rem;
  width: min(760px, 72vw);
  height: 560px;
  z-index: -1;
}

.diagnostic-grid,
.science-section .section-heading {
  position: relative;
}

.diagnostic-grid::before {
  top: -4rem;
  right: -4rem;
  width: min(780px, 64vw);
  height: 520px;
}

.science-section .section-heading::before {
  top: -4rem;
  right: -3rem;
  width: min(760px, 66vw);
  height: 500px;
}

.site-footer::after {
  top: -4rem;
  right: 2%;
  width: min(840px, 76vw);
  height: 360px;
  opacity: 0.6;
}

.hero-portrait {
  position: relative;
  z-index: 2;
  width: min(430px, 34vw);
  aspect-ratio: 9 / 16;
  justify-self: end;
  align-self: end;
  border: 1px solid rgba(234, 214, 162, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
  padding: clamp(0.45rem, 1vw, 0.75rem);
}

.hero-portrait::before {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(199, 164, 91, 0.22);
  z-index: -1;
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 1.3rem;
  font-size: clamp(3.15rem, 7vw, 6.8rem);
  line-height: 0.92;
}

h2 {
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1;
}

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

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.04rem, 1.8vw, 1.35rem);
  line-height: 1.72;
}

.authority-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: -2.4rem clamp(1.2rem, 5vw, 5rem) 0;
  border: 1px solid rgba(234, 214, 162, 0.34);
  background: rgba(234, 214, 162, 0.28);
  box-shadow: 0 30px 80px rgba(7, 21, 39, 0.18);
}

.authority-card {
  display: grid;
  gap: 0.65rem;
  min-height: 156px;
  align-content: center;
  padding: clamp(1.2rem, 2vw, 1.9rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 243, 234, 0.88)),
    var(--white);
  animation: riseIn 700ms ease both;
}

.authority-card:nth-child(2) {
  animation-delay: 90ms;
}

.authority-card:nth-child(3) {
  animation-delay: 180ms;
}

.authority-card:nth-child(4) {
  animation-delay: 270ms;
}

.authority-card strong {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.95rem, 3vw, 3.3rem);
  line-height: 0.98;
}

.authority-card span {
  color: #657286;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.hero-actions,
.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button,
.social-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 52px;
  padding: 0.9rem 1.25rem;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}

.button svg,
.service-card svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.button-primary {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: var(--navy);
  box-shadow: 0 18px 48px rgba(199, 164, 91, 0.22);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.2rem, 5vw, 5rem);
}

.section::after {
  content: "";
  position: absolute;
  left: clamp(1.2rem, 5vw, 5rem);
  right: clamp(1.2rem, 5vw, 5rem);
  bottom: 0;
  height: 1px;
  background:
    radial-gradient(circle, rgba(199, 164, 91, 0.72) 0 2px, transparent 3px) 0 50% / 112px 9px repeat-x,
    linear-gradient(90deg, transparent, rgba(199, 164, 91, 0.2), rgba(27, 91, 137, 0.16), rgba(199, 164, 91, 0.2), transparent);
  opacity: 0.62;
  pointer-events: none;
  animation: neuralPulse 9s ease-in-out infinite alternate;
}

.intro {
  position: relative;
  padding-top: clamp(5.5rem, 9vw, 8rem);
  color: var(--white);
  background:
    linear-gradient(100deg, rgba(3, 8, 15, 0.9), rgba(7, 21, 39, 0.76)),
    url("./assets/neural-network-pattern.svg") left -18rem center / min(940px, 88vw) auto no-repeat,
    radial-gradient(circle at 86% 18%, rgba(199, 164, 91, 0.16), transparent 22rem),
    linear-gradient(135deg, #06101f, #0e243c 58%, #071527);
}

.intro::before {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: clamp(1.2rem, 5vw, 5rem);
  right: clamp(1.2rem, 5vw, 5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 164, 91, 0.7), transparent);
}

.intro h2,
.intro h3 {
  color: var(--white);
}

.intro .intro-copy,
.intro .intro-copy p,
.intro .work-areas li {
  color: rgba(255, 255, 255, 0.76);
}

.intro .intro-copy {
  border-left-color: rgba(234, 214, 162, 0.34);
}

.intro .work-areas {
  border-color: rgba(234, 214, 162, 0.22);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.intro .profile-image {
  border-color: rgba(234, 214, 162, 0.34);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
}

.intro-grid,
.section-heading,
.contact {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.intro-grid {
  position: relative;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
  align-items: center;
}

.section-heading,
.contact {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
}

.profile-image {
  position: relative;
  border: 1px solid rgba(199, 164, 91, 0.24);
  padding: 0.7rem;
  background: rgba(7, 21, 39, 0.04);
  box-shadow: 0 22px 70px rgba(7, 21, 39, 0.14);
}

.profile-image::after {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 44%;
  height: 34%;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  pointer-events: none;
}

.profile-image img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(0.92) contrast(1.04);
}

.intro-copy,
.section-heading > p,
.contact-copy p,
.method-panel > p {
  color: #526174;
  font-size: 1.02rem;
  line-height: 1.8;
}

.intro-copy {
  max-width: 790px;
  padding-left: clamp(0rem, 3vw, 2rem);
  border-left: 1px solid rgba(199, 164, 91, 0.36);
}

.work-areas {
  margin-top: 1.6rem;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  border: 1px solid rgba(7, 21, 39, 0.1);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 54px rgba(7, 21, 39, 0.07);
}

.work-areas h3 {
  margin-bottom: 1rem;
}

.work-areas ul {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-areas li {
  position: relative;
  padding-left: 1.3rem;
  color: #526174;
  line-height: 1.65;
}

.work-areas li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.46rem;
  height: 0.46rem;
  background: var(--gold);
}

.profile-subtitle {
  margin-top: -0.7rem;
  margin-bottom: 1.5rem;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collaborations {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 30%, rgba(199, 164, 91, 0.16), transparent 24rem),
    linear-gradient(135deg, #071527, #0e243c 58%, #06101f);
}

.collaborations h2,
.collaborations .section-heading p {
  color: var(--white);
}

.collaborations .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.collaborations .section-heading p span {
  display: block;
  margin-top: 1.1rem;
  color: var(--gold-soft);
  font-weight: 800;
}

.logo-carousel {
  position: relative;
  margin-top: clamp(2.2rem, 5vw, 4rem);
  overflow: hidden;
  border-top: 1px solid rgba(234, 214, 162, 0.24);
  border-bottom: 1px solid rgba(234, 214, 162, 0.24);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  padding: 1.1rem 0;
  animation: logoDrift 46s linear infinite;
}

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

.logo-tile {
  display: grid;
  place-items: center;
  width: clamp(190px, 22vw, 310px);
  min-height: 112px;
  padding: 1.1rem;
  border: 1px solid rgba(234, 214, 162, 0.22);
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: border-color 220ms ease, color 220ms ease, transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.logo-tile:hover {
  color: #69b2e6;
  border-color: rgba(105, 178, 230, 0.58);
  background: rgba(105, 178, 230, 0.075);
  box-shadow: 0 16px 44px rgba(105, 178, 230, 0.12);
  transform: translateY(-4px);
}

.action-section,
.media-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(247, 243, 234, 0.92)),
    var(--ivory);
}

.action-gallery,
.media-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(220px, 0.62fr));
  gap: clamp(1rem, 2vw, 1.4rem);
  margin-top: clamp(2rem, 4vw, 3.5rem);
  align-items: stretch;
}

.action-photo,
.media-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 21, 39, 0.12);
  background: var(--navy);
  box-shadow: 0 24px 70px rgba(7, 21, 39, 0.14);
}

.action-photo-large,
.media-card-large {
  grid-row: span 2;
  min-height: 640px;
}

.action-photo img,
.media-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.03);
}

.action-photo-complete,
.media-photo-contain {
  background:
    linear-gradient(135deg, rgba(7, 21, 39, 0.96), rgba(14, 36, 60, 0.94)),
    var(--navy);
}

.action-photo-complete img,
.media-photo-contain img {
  object-fit: contain;
  object-position: center;
  padding: clamp(0.45rem, 1vw, 0.75rem);
}

.action-photo::after,
.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(7, 21, 39, 0.82));
}

.action-photo figcaption,
.media-card figcaption {
  position: absolute;
  left: clamp(1rem, 2vw, 1.6rem);
  right: clamp(1rem, 2vw, 1.6rem);
  bottom: clamp(1rem, 2vw, 1.6rem);
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  line-height: 1.55;
}

.media-card figcaption span,
.media-thumb span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.media-thumb {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1rem, 2vw, 1.35rem);
  color: var(--white);
  isolation: isolate;
}

.media-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 21, 39, 0.14), rgba(7, 21, 39, 0.88)),
    url("./assets/neural-network-pattern.svg") center / cover no-repeat,
    linear-gradient(135deg, #071527, #0e243c);
}

.media-conference::before {
  background:
    radial-gradient(circle at 24% 28%, rgba(234, 214, 162, 0.24), transparent 7rem),
    linear-gradient(180deg, rgba(7, 21, 39, 0.2), rgba(7, 21, 39, 0.9)),
    linear-gradient(135deg, #071527, #0e243c);
}

.media-course::before {
  background:
    radial-gradient(circle at 76% 22%, rgba(105, 178, 230, 0.22), transparent 8rem),
    linear-gradient(180deg, rgba(7, 21, 39, 0.18), rgba(7, 21, 39, 0.9)),
    linear-gradient(135deg, #0e243c, #071527);
}

.media-radio::before {
  background:
    repeating-linear-gradient(90deg, rgba(234, 214, 162, 0.1) 0 2px, transparent 2px 12px),
    radial-gradient(circle at 30% 35%, rgba(234, 214, 162, 0.24), transparent 8rem),
    linear-gradient(135deg, #071527, #0e243c);
}

.media-tv::before {
  background:
    linear-gradient(90deg, rgba(105, 178, 230, 0.12) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(180deg, rgba(7, 21, 39, 0.18), rgba(7, 21, 39, 0.92)),
    linear-gradient(135deg, #0e243c, #071527);
}

.media-thumb button {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(234, 214, 162, 0.48);
  border-radius: 50%;
  background: rgba(7, 21, 39, 0.56);
  color: var(--gold-soft);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.media-thumb button::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid currentColor;
}

.media-thumb button:hover {
  transform: scale(1.06);
  border-color: rgba(105, 178, 230, 0.72);
  color: #69b2e6;
  background: rgba(7, 21, 39, 0.72);
}

.media-thumb h3 {
  position: relative;
  z-index: 2;
  color: var(--white);
  font-size: 1.05rem;
  line-height: 1.42;
}

.international-experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(220px, 0.68fr));
  grid-auto-rows: 300px;
  gap: clamp(1rem, 2vw, 1.4rem);
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.international-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 21, 39, 0.12);
  background: var(--navy);
  box-shadow: 0 24px 70px rgba(7, 21, 39, 0.14);
}

.international-photo-main {
  grid-row: span 2;
}

.international-photo-current {
  grid-column: span 2;
}

.international-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.03);
  transition: transform 420ms ease, filter 240ms ease;
}

.international-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(3, 8, 15, 0.9));
  pointer-events: none;
}

.international-photo:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.04);
}

.international-photo figcaption {
  position: absolute;
  left: clamp(1rem, 2vw, 1.6rem);
  right: clamp(1rem, 2vw, 1.6rem);
  bottom: clamp(1rem, 2vw, 1.6rem);
  z-index: 2;
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.45;
}

.international-photo figcaption span,
.homepage-video-copy span {
  color: var(--gold-soft);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.international-photo figcaption strong {
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  line-height: 1.15;
}

.homepage-video-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.72fr);
  margin-top: clamp(1rem, 2vw, 1.4rem);
  overflow: hidden;
  border: 1px solid rgba(199, 164, 91, 0.34);
  color: var(--white);
  background:
    radial-gradient(circle at 86% 16%, rgba(199, 164, 91, 0.18), transparent 18rem),
    linear-gradient(135deg, #071527, #0e243c);
  box-shadow: 0 28px 84px rgba(7, 21, 39, 0.2);
}

.homepage-video-frame {
  min-height: 460px;
  display: grid;
  place-items: center;
  background:
    url("./assets/neural-network-pattern.svg") center / cover no-repeat,
    #03080f;
}

.homepage-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 620px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #03080f;
}

.homepage-video-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 3vw, 2.6rem);
}

.homepage-video-copy h3 {
  margin: 0.9rem 0 0.8rem;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
}

.homepage-video-copy strong {
  margin-bottom: 1rem;
  color: var(--white);
  line-height: 1.55;
}

.homepage-video-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.international-experience-statement {
  max-width: 980px;
  margin: clamp(2rem, 4vw, 3.2rem) auto 0;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.6vw, 2.4rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.tag-cloud span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(7, 21, 39, 0.12);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tag-cloud span::before {
  content: "";
  width: 0.58rem;
  height: 0.58rem;
  border: 1px solid var(--gold);
  background: radial-gradient(circle, var(--gold-soft) 0 24%, transparent 28%);
}

.diagnostic {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(3, 8, 15, 0.9), rgba(7, 21, 39, 0.72)),
    url("./assets/neural-network-pattern.svg") center / cover no-repeat,
    radial-gradient(circle at 9% 18%, rgba(199, 164, 91, 0.22), transparent 22rem),
    radial-gradient(circle at 92% 12%, rgba(35, 124, 177, 0.2), transparent 24rem),
    radial-gradient(circle at 55% 78%, rgba(0, 0, 0, 0.28), transparent 28rem),
    linear-gradient(135deg, #03080f, #071527 44%, #0e243c 100%);
}

.diagnostic::before,
.science-section::before,
.services-section::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 9% 20%, rgba(234, 214, 162, 0.42) 0 1px, rgba(234, 214, 162, 0.1) 3px, transparent 12px),
    radial-gradient(circle at 18% 36%, rgba(234, 214, 162, 0.24) 0 1px, transparent 9px),
    radial-gradient(circle at 31% 18%, rgba(234, 214, 162, 0.2) 0 1px, transparent 10px),
    radial-gradient(circle at 78% 22%, rgba(105, 178, 230, 0.28) 0 1px, rgba(105, 178, 230, 0.08) 3px, transparent 12px),
    radial-gradient(circle at 90% 42%, rgba(105, 178, 230, 0.2) 0 1px, transparent 9px),
    linear-gradient(118deg, transparent 0 14%, rgba(234, 214, 162, 0.075) 14.1%, transparent 14.45%),
    linear-gradient(37deg, transparent 0 27%, rgba(234, 214, 162, 0.06) 27.1%, transparent 27.45%),
    linear-gradient(141deg, transparent 0 74%, rgba(105, 178, 230, 0.07) 74.1%, transparent 74.45%),
    linear-gradient(61deg, transparent 0 88%, rgba(105, 178, 230, 0.055) 88.1%, transparent 88.45%);
  opacity: 0.62;
  pointer-events: none;
  animation: neuralGlow 10s ease-in-out infinite alternate;
}

.diagnostic > *,
.science-section > *,
.services-section > *,
.site-footer > * {
  position: relative;
  z-index: 1;
}

.diagnostic h2,
.diagnostic h3 {
  color: var(--white);
}

.diagnostic-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.diagnostic p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.03rem;
  line-height: 1.8;
}

.diagnostic-lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
}

.diagnostic-tech {
  border: 1px solid rgba(234, 214, 162, 0.24);
  padding: clamp(1.35rem, 3vw, 2.2rem);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.diagnostic-dashboard {
  margin-bottom: 1.8rem;
  overflow: hidden;
  border: 1px solid rgba(234, 214, 162, 0.3);
  color: var(--navy);
  background: #f7f9fb;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.dashboard-header,
.dashboard-summary,
.competency-results,
.comparison-results {
  padding: clamp(0.85rem, 1.6vw, 1.15rem);
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(7, 21, 39, 0.1);
  background: var(--white);
}

.dashboard-header > div {
  display: grid;
  gap: 0.18rem;
}

.dashboard-header span,
.engagement-score span,
.dashboard-insight span,
.comparison-results span {
  color: #667487;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dashboard-header strong {
  color: var(--navy);
  font-size: 0.88rem;
}

.dashboard-status {
  padding: 0.45rem 0.58rem;
  color: #246849 !important;
  background: #e7f4ec;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.dashboard-summary {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 0.7rem;
  border-bottom: 1px solid rgba(7, 21, 39, 0.1);
}

.engagement-score,
.dashboard-insight {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.9rem;
  border: 1px solid rgba(7, 21, 39, 0.08);
  background: var(--white);
}

.engagement-score strong {
  margin: 0.35rem 0;
  color: var(--blue);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1;
}

.engagement-score small,
.dashboard-insight small,
.comparison-results small {
  color: #6b788a;
  font-size: 0.68rem;
  line-height: 1.4;
}

.dashboard-insight strong {
  margin: 0.5rem 0 0.35rem;
  color: var(--navy);
  font-size: 0.9rem;
  line-height: 1.35;
}

.competency-results {
  border-bottom: 1px solid rgba(7, 21, 39, 0.1);
  background: var(--white);
}

.competency-title,
.competency-row {
  display: grid;
  grid-template-columns: minmax(90px, 0.8fr) minmax(110px, 1.4fr) 42px;
  gap: 0.65rem;
  align-items: center;
}

.competency-title {
  margin-bottom: 0.75rem;
  color: #647287;
  font-size: 0.65rem;
}

.competency-title span {
  grid-column: 3;
  text-align: right;
}

.competency-row {
  min-height: 34px;
  color: #465568;
  font-size: 0.72rem;
}

.competency-row strong {
  color: var(--navy);
  font-size: 0.72rem;
  text-align: right;
}

.competency-bar {
  height: 7px;
  overflow: hidden;
  background: #e7ecf0;
}

.competency-bar i {
  display: block;
  width: var(--score);
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--gold));
}

.comparison-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(7, 21, 39, 0.1);
}

.comparison-results > div {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.7rem;
  background: var(--white);
}

.comparison-results strong {
  margin: 0.25rem 0;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1;
}

.comparison-results .comparison-difference {
  background: #f5ead2;
}

.comparison-difference strong {
  color: #8c6827;
}

.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(234, 214, 162, 0.28);
  background: rgba(234, 214, 162, 0.28);
}

.process-flow div {
  position: relative;
  display: grid;
  gap: 1rem;
  min-height: 150px;
  align-content: center;
  padding: 1.2rem;
  background: rgba(7, 21, 39, 0.64);
}

.process-flow div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 36px;
  height: 1px;
  transform: translateY(-50%);
  background:
    radial-gradient(circle, rgba(234, 214, 162, 0.85) 0 2px, transparent 3px) 0 50% / 12px 8px repeat-x,
    linear-gradient(90deg, transparent, rgba(234, 214, 162, 0.42), transparent);
  opacity: 0.8;
  z-index: 2;
}

.process-flow div:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: -20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(234, 214, 162, 0.7);
  border-right: 1px solid rgba(234, 214, 162, 0.7);
  transform: rotate(45deg);
  z-index: 3;
}

.process-flow span:not(.process-icon) {
  color: var(--gold-soft);
  font-weight: 900;
}

.process-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(234, 214, 162, 0.28);
  color: var(--gold-soft);
}

.process-icon svg,
.science-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-flow strong {
  color: var(--white);
  font-size: clamp(1rem, 1.6vw, 1.28rem);
}

.science-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 243, 234, 0.9)),
    url("./assets/neural-network-pattern.svg") center / cover no-repeat,
    radial-gradient(circle at 6% 22%, rgba(199, 164, 91, 0.1), transparent 22rem),
    radial-gradient(circle at 94% 18%, rgba(27, 91, 137, 0.11), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 243, 234, 0.94)),
    var(--ivory);
}

.science-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.6rem;
}

.science-grid article {
  min-height: 310px;
  padding: clamp(1.4rem, 2.4vw, 2.2rem);
  border: 1px solid rgba(7, 21, 39, 0.1);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 68px rgba(7, 21, 39, 0.08);
  backdrop-filter: blur(12px);
}

.science-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 2.2rem;
  border: 1px solid rgba(199, 164, 91, 0.4);
  color: var(--gold);
  background: rgba(255, 255, 255, 0.62);
}

.science-icon svg {
  width: 28px;
  height: 28px;
}

.science-grid p {
  color: #566476;
  line-height: 1.72;
}

@keyframes logoDrift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.timeline-section,
.credentials {
  background: rgba(255, 255, 255, 0.62);
}

.timeline,
.services-grid,
.testimonial-grid,
.credential-list {
  display: grid;
  gap: 1rem;
  margin-top: 2.6rem;
}

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

.timeline article,
.service-card,
.testimonial-grid blockquote,
.credential-list div,
.metric {
  border: 1px solid rgba(7, 21, 39, 0.1);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 60px rgba(7, 21, 39, 0.08);
  backdrop-filter: blur(12px);
}

.timeline article,
.service-card,
.testimonial-grid blockquote,
.credential-list div {
  padding: clamp(1.25rem, 2.2vw, 2rem);
}

.timeline span {
  display: inline-block;
  margin-bottom: 2rem;
  color: var(--gold);
  font-weight: 900;
}

.timeline p,
.service-card p,
.testimonial-grid blockquote,
.credential-list div,
.method-columns p {
  color: #566476;
  line-height: 1.7;
}

.services-section {
  background:
    linear-gradient(90deg, rgba(247, 243, 234, 0.78), rgba(255, 255, 255, 0.52)),
    url("./assets/neural-network-pattern.svg") left -18rem bottom -7rem / min(980px, 88vw) auto no-repeat,
    linear-gradient(180deg, rgba(7, 21, 39, 0.03), rgba(7, 21, 39, 0.08)),
    var(--ivory);
}

.services-grid {
  position: relative;
  grid-template-columns: repeat(5, 1fr);
}

.certifications {
  color: var(--white);
  background:
    linear-gradient(105deg, rgba(3, 8, 15, 0.9), rgba(7, 21, 39, 0.76)),
    url("./assets/neural-network-pattern.svg") right -18rem center / min(980px, 88vw) auto no-repeat,
    radial-gradient(circle at 10% 18%, rgba(199, 164, 91, 0.16), transparent 22rem),
    linear-gradient(135deg, #06101f, #0e243c 58%, #071527);
}

.certifications h2 {
  color: var(--white);
}

.certifications .section-heading > p {
  color: rgba(255, 255, 255, 0.72);
}

.certification-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.6rem;
}

.certification-grid article {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: clamp(1.1rem, 2vw, 1.7rem);
  border: 1px solid rgba(7, 21, 39, 0.1);
  color: var(--navy);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(247, 243, 234, 0.76)),
    var(--white);
  box-shadow: 0 18px 60px rgba(7, 21, 39, 0.08);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1.18;
}

.certifications .certification-grid article:not(.certification-featured) {
  border-color: rgba(234, 214, 162, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.certification-grid .certification-featured {
  grid-column: span 2;
  min-height: 190px;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 18%, rgba(234, 214, 162, 0.28), transparent 14rem),
    linear-gradient(135deg, #071527, #0e243c 62%, #06101f);
  border-color: rgba(234, 214, 162, 0.38);
  box-shadow: 0 28px 80px rgba(7, 21, 39, 0.2);
}

.certification-featured span {
  margin-bottom: 0.75rem;
  color: var(--gold-soft);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 164, 91, 0.52);
}

.service-card svg {
  width: 54px;
  height: 54px;
  padding: 12px;
  border: 1px solid rgba(199, 164, 91, 0.32);
  color: var(--gold);
  margin-bottom: 2.2rem;
  background: rgba(255, 255, 255, 0.62);
}

@keyframes neuralPulse {
  from {
    opacity: 0.055;
  }
  to {
    opacity: 0.1;
  }
}

@keyframes neuralGlow {
  from {
    opacity: 0.44;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0.72;
    transform: translate3d(0, -6px, 0);
  }
}

.method {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(199, 164, 91, 0.22), transparent 24rem),
    linear-gradient(135deg, #071527, #102a45 58%, #06101f);
}

.method h2,
.method h3 {
  color: var(--white);
}

.method-panel {
  max-width: 1180px;
}

.method-panel > p {
  max-width: 770px;
  color: rgba(255, 255, 255, 0.72);
}

.method-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 3rem;
  border: 1px solid rgba(234, 214, 162, 0.28);
  background: rgba(234, 214, 162, 0.28);
}

.method-columns div {
  min-height: 220px;
  padding: clamp(1.3rem, 3vw, 2.4rem);
  background: rgba(7, 21, 39, 0.64);
}

.method-columns p {
  color: rgba(255, 255, 255, 0.7);
}

.impact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  background: var(--white);
}

.metric {
  display: grid;
  gap: 0.5rem;
  min-height: 190px;
  align-content: center;
  padding: 2rem;
  text-align: center;
}

.metric strong {
  color: var(--navy);
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.9;
}

.metric span {
  color: #566476;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

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

.testimonials {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 243, 234, 0.94)),
    url("./assets/neural-network-pattern.svg") left -24rem bottom -12rem / min(920px, 84vw) auto no-repeat,
    var(--ivory);
}

.testimonial-grid blockquote {
  min-height: 280px;
  margin: 0;
  font-size: 1.02rem;
  position: relative;
  border-top: 3px solid rgba(199, 164, 91, 0.72);
}

.testimonial-grid cite {
  display: block;
  margin-top: 1.6rem;
  color: var(--navy);
  font-style: normal;
  font-weight: 800;
}

.results-video-section {
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(3, 8, 15, 0.9), rgba(7, 21, 39, 0.8)),
    url("./assets/neural-network-pattern.svg") center / cover no-repeat,
    radial-gradient(circle at 84% 18%, rgba(199, 164, 91, 0.18), transparent 22rem),
    linear-gradient(135deg, #03080f, #071527 58%, #0e243c);
}

.results-video-heading {
  max-width: 920px;
  margin: 0 auto clamp(2.4rem, 5vw, 4rem);
  text-align: center;
}

.results-video-heading h2 {
  margin-bottom: 1.2rem;
  color: var(--white);
}

.results-video-heading p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.7;
}

.results-video-player {
  width: min(1120px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: #03080f;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.results-video-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #03080f;
}

.results-indicators {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.4fr;
  gap: 1px;
  width: min(1120px, 100%);
  margin: clamp(1.2rem, 2.5vw, 2rem) auto 0;
  border: 1px solid rgba(234, 214, 162, 0.25);
  background: rgba(234, 214, 162, 0.24);
}

.results-indicators > div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  background: rgba(7, 21, 39, 0.72);
}

.results-indicators strong {
  margin-bottom: 0.55rem;
  color: var(--gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.results-indicators span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.results-video-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 4rem);
  width: min(1120px, 100%);
  margin: clamp(2.2rem, 5vw, 4rem) auto 0;
  padding-top: clamp(1.5rem, 3vw, 2.4rem);
  border-top: 1px solid rgba(234, 214, 162, 0.24);
}

.results-video-close p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.1vw, 1.75rem);
  line-height: 1.5;
}

.results-video-close .button {
  flex: 0 0 auto;
}

.contact {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(3, 8, 15, 0.9), rgba(7, 21, 39, 0.78)),
    url("./assets/neural-network-pattern.svg") left -22rem bottom -10rem / min(960px, 88vw) auto no-repeat,
    radial-gradient(circle at 82% 18%, rgba(105, 178, 230, 0.18), transparent 24rem),
    radial-gradient(circle at 18% 74%, rgba(199, 164, 91, 0.16), transparent 22rem),
    var(--navy);
}

.contact h2,
.contact .section-kicker {
  color: var(--white);
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.social-actions a {
  border-color: rgba(234, 214, 162, 0.28);
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(10px);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.social-actions a:hover {
  color: #69b2e6;
  border-color: rgba(105, 178, 230, 0.58);
  background: rgba(105, 178, 230, 0.08);
  transform: translateY(-2px);
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.1rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--navy);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 21, 39, 0.15);
  padding: 0.95rem 1rem;
  color: var(--ink);
  background: #fbfcfd;
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(199, 164, 91, 0.46);
  border-color: rgba(199, 164, 91, 0.72);
}

.contact-form .button {
  width: 100%;
  border: 0;
}

.site-footer {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1.2rem, 5vw, 5rem);
  color: rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(135deg, rgba(3, 8, 15, 0.9), rgba(7, 21, 39, 0.72)),
    url("./assets/neural-network-pattern.svg") center / cover no-repeat,
    radial-gradient(circle at 16% 28%, rgba(234, 214, 162, 0.22) 0 0.3rem, transparent 0.9rem),
    radial-gradient(circle at 34% 58%, rgba(234, 214, 162, 0.14) 0 0.22rem, transparent 0.75rem),
    radial-gradient(circle at 82% 18%, rgba(105, 178, 230, 0.2) 0 0.32rem, transparent 0.95rem),
    linear-gradient(31deg, transparent 0 23%, rgba(234, 214, 162, 0.13) 23.1% 23.28%, transparent 23.42%),
    linear-gradient(137deg, transparent 0 68%, rgba(105, 178, 230, 0.13) 68.1% 68.28%, transparent 68.42%),
    radial-gradient(circle at 18% 12%, rgba(199, 164, 91, 0.18), transparent 18rem),
    radial-gradient(circle at 88% 20%, rgba(35, 124, 177, 0.16), transparent 22rem),
    linear-gradient(135deg, #03080f, #071527 58%, #0e243c);
  font-size: 0.9rem;
}

.footer-logo {
  width: clamp(260px, 34vw, 470px);
  max-height: 150px;
  object-fit: contain;
}

/* Trayectoria Profesional */
.trajectory-page {
  background: var(--ivory);
}

.trajectory-hero {
  position: relative;
  min-height: 72svh;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.7fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  overflow: hidden;
  padding: clamp(9rem, 15vw, 13rem) clamp(1.2rem, 5vw, 5rem) clamp(4rem, 8vw, 7rem);
  color: var(--white);
  background:
    linear-gradient(100deg, rgba(3, 8, 15, 0.92), rgba(7, 21, 39, 0.72)),
    url("./assets/neural-network-pattern.svg") center / cover no-repeat,
    radial-gradient(circle at 80% 24%, rgba(199, 164, 91, 0.2), transparent 22rem),
    linear-gradient(135deg, #03080f, #071527 52%, #0e243c);
}

.trajectory-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 24%, rgba(234, 214, 162, 0.62) 0 2px, transparent 10px),
    radial-gradient(circle at 32% 42%, rgba(234, 214, 162, 0.34) 0 1px, transparent 8px),
    radial-gradient(circle at 82% 18%, rgba(105, 178, 230, 0.46) 0 2px, transparent 12px),
    linear-gradient(31deg, transparent 0 24%, rgba(234, 214, 162, 0.1) 24.1% 24.35%, transparent 24.6%),
    linear-gradient(142deg, transparent 0 72%, rgba(105, 178, 230, 0.09) 72.1% 72.35%, transparent 72.6%);
  opacity: 0.78;
  animation: neuralGlow 9s ease-in-out infinite alternate;
}

.trajectory-hero > * {
  position: relative;
  z-index: 1;
}

.trajectory-hero h1 {
  max-width: 920px;
  margin-bottom: 1.4rem;
  font-size: clamp(3.8rem, 8vw, 8rem);
}

.trajectory-subtitle {
  max-width: 720px;
  margin: 0;
  color: var(--gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 2.35rem);
  line-height: 1.3;
}

.trajectory-intro {
  padding-left: clamp(1.2rem, 3vw, 2.4rem);
  border-left: 1px solid rgba(234, 214, 162, 0.38);
}

.trajectory-intro p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.8;
}

.trajectory-intro p:last-child {
  margin-bottom: 0;
}

.trajectory-categories,
.trajectory-gallery-section,
.trajectory-cta {
  position: relative;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.2rem, 5vw, 5rem);
}

.trajectory-categories {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(247, 243, 234, 0.66)),
    url("./assets/neural-network-pattern.svg") right -24rem center / min(940px, 82vw) auto no-repeat,
    var(--ivory);
}

.trajectory-heading {
  max-width: 900px;
}

.trajectory-heading h2 {
  margin-bottom: 0;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.category-grid article {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.4rem, 2.8vw, 2.4rem);
  border: 1px solid rgba(7, 21, 39, 0.1);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 22px 70px rgba(7, 21, 39, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.category-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(199, 164, 91, 0.52);
  box-shadow: 0 28px 82px rgba(7, 21, 39, 0.13);
}

.category-grid span {
  margin-bottom: auto;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.4rem;
}

.category-grid h3 {
  margin-bottom: 0.8rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.category-grid p {
  margin-bottom: 0;
  color: #566476;
  line-height: 1.72;
}

.trajectory-gallery-section {
  color: var(--white);
  background:
    radial-gradient(circle at 8% 12%, rgba(199, 164, 91, 0.16), transparent 24rem),
    linear-gradient(135deg, #06101f, #0e243c 58%, #071527);
}

.trajectory-gallery-section h2 {
  color: var(--white);
}

.trajectory-gallery {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 310px;
  gap: clamp(0.8rem, 1.5vw, 1.2rem);
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.trajectory-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(234, 214, 162, 0.2);
  background: var(--navy);
  color: var(--white);
  cursor: zoom-in;
  text-align: left;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
}

.trajectory-item-wide {
  grid-column: span 2;
}

.trajectory-item-tall {
  grid-row: span 2;
}

.trajectory-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.03);
  transition: transform 500ms ease, filter 300ms ease;
}

.trajectory-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(3, 8, 15, 0.9));
  transition: background 260ms ease;
}

.trajectory-item:hover,
.trajectory-item:focus-visible {
  border-color: rgba(234, 214, 162, 0.72);
  outline: none;
}

.trajectory-item:hover img,
.trajectory-item:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.04);
}

.trajectory-item:hover::after,
.trajectory-item:focus-visible::after {
  background: linear-gradient(180deg, rgba(27, 91, 137, 0.08), rgba(3, 8, 15, 0.92));
}

.trajectory-caption {
  position: absolute;
  left: clamp(1rem, 2vw, 1.5rem);
  right: clamp(1rem, 2vw, 1.5rem);
  bottom: clamp(1rem, 2vw, 1.5rem);
  z-index: 2;
  display: grid;
  gap: 0.35rem;
}

.trajectory-caption small {
  color: var(--gold-soft);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trajectory-caption strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.12rem, 1.8vw, 1.55rem);
}

.trajectory-caption em {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-style: normal;
  line-height: 1.45;
}

.trajectory-media {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.2rem, 5vw, 5rem);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(247, 243, 234, 0.72)),
    url("./assets/neural-network-pattern.svg") right -24rem center / min(960px, 84vw) auto no-repeat,
    var(--ivory);
}

.trajectory-media::after {
  content: "";
  position: absolute;
  left: clamp(1.2rem, 5vw, 5rem);
  right: clamp(1.2rem, 5vw, 5rem);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 164, 91, 0.58), transparent);
}

.trajectory-media-intro {
  max-width: 760px;
  color: #566476;
  font-size: 1.02rem;
  line-height: 1.8;
}

.trajectory-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.trajectory-video-card {
  overflow: hidden;
  border: 1px solid rgba(7, 21, 39, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 72px rgba(7, 21, 39, 0.11);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.trajectory-video-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 164, 91, 0.54);
  box-shadow: 0 30px 84px rgba(7, 21, 39, 0.16);
}

.trajectory-video-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.72fr);
  align-items: stretch;
  border-color: rgba(199, 164, 91, 0.36);
  background:
    linear-gradient(135deg, rgba(7, 21, 39, 0.98), rgba(14, 36, 60, 0.96)),
    var(--navy);
}

.trajectory-video-frame {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 24%, rgba(199, 164, 91, 0.2), transparent 15rem),
    url("./assets/neural-network-pattern.svg") center / cover no-repeat,
    var(--navy);
}

.trajectory-video-featured .trajectory-video-frame {
  min-height: 520px;
}

.trajectory-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 620px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #03080f;
}

.trajectory-video-copy {
  padding: clamp(1.3rem, 2.6vw, 2.2rem);
}

.trajectory-video-copy span {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trajectory-video-copy h3 {
  margin-bottom: 0.75rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2.5rem);
  line-height: 1.1;
}

.trajectory-video-copy strong {
  display: block;
  margin-bottom: 1rem;
  color: var(--navy);
  line-height: 1.55;
}

.trajectory-video-copy p {
  margin-bottom: 0;
  color: #566476;
  line-height: 1.75;
}

.trajectory-video-featured .trajectory-video-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trajectory-video-featured .trajectory-video-copy h3,
.trajectory-video-featured .trajectory-video-copy strong {
  color: var(--white);
}

.trajectory-video-featured .trajectory-video-copy span {
  color: var(--gold-soft);
}

.trajectory-video-featured .trajectory-video-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.trajectory-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(247, 243, 234, 0.72)),
    url("./assets/neural-network-pattern.svg") right -24rem center / min(900px, 80vw) auto no-repeat,
    var(--ivory);
}

.trajectory-cta h2 {
  max-width: 900px;
  margin-bottom: 0;
}

.trajectory-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: min(100%, 270px);
}

.trajectory-cta .button-secondary {
  border-color: rgba(7, 21, 39, 0.18);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
}

.trajectory-lightbox {
  width: min(1180px, calc(100vw - 2rem));
  max-width: none;
  height: min(86vh, 900px);
  padding: 0;
  border: 1px solid rgba(234, 214, 162, 0.48);
  background: #03080f;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.68);
}

.trajectory-lightbox::backdrop {
  background: rgba(3, 8, 15, 0.88);
  backdrop-filter: blur(8px);
}

.trajectory-lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(234, 214, 162, 0.44);
  border-radius: 50%;
  color: var(--gold-soft);
  background: rgba(3, 8, 15, 0.78);
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    padding: 0.7rem clamp(1.2rem, 5vw, 5rem) 1.2rem;
    background: rgba(7, 21, 39, 0.97);
    transform: translateY(-120%);
    transition: transform 220ms ease;
  }

  .nav-open .nav-links {
    transform: translateY(0);
  }

  .nav-links a {
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 1040px) {
  .timeline,
  .services-grid,
  .credential-list,
  .testimonial-grid,
  .process-flow,
  .certification-grid,
  .science-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-grid,
  .section-heading,
  .contact,
  .action-gallery,
  .media-gallery,
  .diagnostic-grid {
    grid-template-columns: 1fr;
  }

  .media-card-large {
    grid-row: auto;
  }

  .international-experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 320px;
  }

  .international-photo-main,
  .international-photo-current {
    grid-column: span 2;
    grid-row: auto;
    min-height: 520px;
  }

  .homepage-video-feature {
    grid-template-columns: 1fr;
  }

  .homepage-video-frame {
    min-height: 420px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

  .results-indicators > div:last-child {
    grid-column: 1 / -1;
  }

  .authority-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -1.6rem;
  }

  .hero-portrait {
    width: min(390px, 58vw);
    justify-self: center;
    align-self: center;
  }

  .hero-portrait img {
    height: 100%;
  }

  .trajectory-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .trajectory-intro {
    max-width: 760px;
  }

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

  .trajectory-cta {
    grid-template-columns: 1fr;
  }

  .trajectory-video-featured {
    grid-template-columns: 1fr;
  }

  .trajectory-video-featured .trajectory-video-frame {
    min-height: 420px;
  }

  .trajectory-cta-actions {
    flex-direction: row;
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
    padding-block: 0.7rem;
  }

  .brand {
    width: 146px;
    min-width: 146px;
  }

  .brand-logo {
    max-height: 50px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 0.7rem 1.2rem 1.2rem;
    background: rgba(7, 21, 39, 0.96);
    transform: translateY(-120%);
    transition: transform 220ms ease;
  }

  .nav-open .nav-links {
    transform: translateY(0);
  }

  .nav-links a {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hero {
    min-height: 92svh;
    padding-top: 6.8rem;
  }

  .hero-portrait {
    order: -1;
    width: min(315px, 78vw);
  }

  .hero-portrait::before {
    inset: -10px;
  }

  .hero-portrait img {
    height: 100%;
  }

  h1 {
    font-size: clamp(2.6rem, 12vw, 4.2rem);
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.7rem;
    line-height: 1.55;
  }

  .authority-strip {
    grid-template-columns: 1fr;
    margin: 0;
    border-left: 0;
    border-right: 0;
  }

  .authority-card {
    min-height: 128px;
  }

  .intro {
    padding-top: 5.8rem;
  }

  .intro-copy {
    padding-left: 0;
    border-left: 0;
  }

  .profile-image {
    width: min(340px, 86vw);
    justify-self: center;
  }

  .logo-carousel {
    mask-image: none;
  }

  .logo-track {
    gap: 0.75rem;
    animation-duration: 38s;
  }

  .logo-tile {
    width: 220px;
    min-height: 96px;
  }

  .hero-actions,
  .social-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .social-actions a {
    width: 100%;
  }

  .timeline,
  .services-grid,
  .method-columns,
  .impact,
  .credential-list,
  .testimonial-grid,
  .process-flow,
  .certification-grid,
  .science-grid {
    grid-template-columns: 1fr;
  }

  .action-photo,
  .action-photo-large,
  .media-card,
  .media-card-large {
    min-height: 420px;
  }

  .media-thumb {
    min-height: 260px;
  }

  .international-experience-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 390px;
  }

  .international-photo-main,
  .international-photo-current {
    grid-column: span 1;
    min-height: 390px;
  }

  .international-photo figcaption {
    font-size: 0.78rem;
  }

  .homepage-video-frame {
    min-height: 220px;
  }

  .tag-cloud span {
    width: 100%;
    text-align: center;
  }

  .diagnostic-tech {
    padding: 1.2rem;
  }

  .dashboard-summary {
    grid-template-columns: 1fr;
  }

  .competency-title,
  .competency-row {
    grid-template-columns: minmax(82px, 0.9fr) minmax(90px, 1.3fr) 38px;
    gap: 0.45rem;
  }

  .comparison-results {
    grid-template-columns: 1fr;
  }

  .comparison-results > div {
    min-height: 76px;
  }

  .process-flow div {
    min-height: 112px;
  }

  .process-flow div:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -18px;
    width: 1px;
    height: 36px;
    transform: translateX(50%);
    background:
      radial-gradient(circle, rgba(234, 214, 162, 0.85) 0 2px, transparent 3px) 50% 0 / 8px 12px repeat-y,
      linear-gradient(180deg, transparent, rgba(234, 214, 162, 0.42), transparent);
  }

  .process-flow div:not(:last-child)::before {
    top: auto;
    right: calc(50% - 4px);
    bottom: -21px;
    transform: rotate(135deg);
  }

  .service-card,
  .testimonial-grid blockquote {
    min-height: auto;
  }

  .results-indicators {
    grid-template-columns: 1fr;
  }

  .results-indicators > div:last-child {
    grid-column: auto;
  }

  .results-indicators > div {
    min-height: 120px;
  }

  .results-video-close {
    flex-direction: column;
    align-items: stretch;
  }

  .results-video-close .button {
    width: 100%;
  }

  .certification-grid .certification-featured {
    grid-column: span 1;
  }

  .site-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    width: min(330px, 86vw);
    max-height: 130px;
  }

  .trajectory-hero {
    min-height: 80svh;
    align-content: end;
    padding-top: 8rem;
  }

  .trajectory-hero h1 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }

  .trajectory-intro {
    padding-left: 0;
    padding-top: 1.4rem;
    border-left: 0;
    border-top: 1px solid rgba(234, 214, 162, 0.38);
  }

  .category-grid,
  .trajectory-gallery {
    grid-template-columns: 1fr;
  }

  .category-grid article {
    min-height: 240px;
  }

  .trajectory-gallery {
    grid-auto-rows: 390px;
  }

  .trajectory-item-wide,
  .trajectory-item-tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .trajectory-caption em {
    font-size: 0.78rem;
  }

  .trajectory-cta-actions {
    flex-direction: column;
  }

  .trajectory-video-grid {
    grid-template-columns: 1fr;
  }

  .trajectory-video-featured {
    grid-column: auto;
  }

  .trajectory-video-frame,
  .trajectory-video-featured .trajectory-video-frame {
    min-height: 220px;
  }

  .trajectory-lightbox {
    width: calc(100vw - 1rem);
    height: min(82vh, 760px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
