/* --------------------------------------------------------------------------
   AHT Annual Report 2026 — Hero section
   -------------------------------------------------------------------------- */

@font-face {
  font-family: "Kumbh Sans";
  src: url("../fonts/KumbhSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kumbh Sans";
  src: url("../fonts/KumbhSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kumbh Sans";
  src: url("../fonts/KumbhSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular_0.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --aht-orange: #e87722;
  --aht-orange-dark: #d0681a;
  --aht-brown: #5c4a3d;
  --aht-black: #1a1a1a;
  --aht-grey-muted: #8a8a8a;
  --aht-grey-rule: #c8c8c8;
  --aht-grey-panel: #eef0f2;
  --aht-footbar-border: rgba(26, 26, 26, 0.1);
  --aht-green-quote: rgba(29, 82, 41, 0.88);
  --aht-green-quote-solid: #1d5229;
  --aht-green-quote-mark: rgba(15, 45, 28, 0.95);
  --aht-white: #ffffff;
  --section-foot-left: clamp(1.5rem, 4vw, 4rem);
  --section-footbar-height: clamp(3.25rem, 5.5vh, 4.25rem);
  --section-accent-bar-height: 10px;
  --aht-panel-header: #e5eaee;
  --aht-partner-navy: #1a3d6d;
  --media-overlay: rgba(0, 0, 0, 0.52);
  --hero-overlay: rgba(0, 0, 0, 0.58);
  --font-sans: "Kumbh Sans", system-ui, -apple-system, sans-serif;
  --font-serif: "Minion Pro", Georgia, "Times New Roman", serif;
  --content-max: 1440px;
  --section-pad-x: clamp(1.5rem, 4vw, 4rem);
  --footer-pad-x: var(--section-pad-x);
  --footer-pad-y: clamp(1.25rem, 2.5vw, 2rem);
  --ease-lux: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-lux-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--aht-brown);
  background: var(--aht-white);
}

body.splash-active {
  overflow: hidden;
}

/* Splash intro — build ~3s → logo 1.5s on white glass card → exit ---------- */

.splash {
  --splash-cream: #f3ead6;
  --splash-yellow: #f2c800;
  --splash-green: #2d5a3d;
  --splash-beige: #c9b896;
  --splash-terra: #c4766a;
  --splash-red: #d62828;
  --splash-bronze: #9a7b4f;
  --splash-bronze-light: #c4a574;
  --font-report: "DM Sans", var(--font-sans);
  --t-build-end: 2.85s;
  --t-logo: 2.75s;
  --t-glass-shine-1: 2.9s;
  --t-glass-shine-2: 3.45s;
  --t-report: 2.95s;
  --t-rule: 3.05s;
  --splash-total: 4.4s;

  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  pointer-events: none;
  isolation: isolate;
}

.splash__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      ellipse 130% 90% at 50% 36%,
      rgba(154, 123, 79, 0.16) 0%,
      transparent 58%
    ),
    radial-gradient(circle at 20% 80%, rgba(232, 119, 34, 0.06), transparent 40%),
    #0a0908;
}

.splash__blueprint {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: linear-gradient(
      rgba(154, 123, 79, 0.12) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(154, 123, 79, 0.12) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 55% at 50% 42%, #000 20%, transparent 75%);
  animation: splash-blueprint-fade var(--splash-total) ease-out forwards;
}

.splash__stage {
  position: relative;
  width: min(90vw, 460px);
  display: grid;
  place-items: center;
}

.splash__build {
  position: relative;
  width: 100%;
  grid-area: 1 / 1;
  z-index: 1;
  animation: splash-build-sequence var(--t-build-end) ease-in-out forwards;
}

.splash__build::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  height: 2px;
  top: 62%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(196, 165, 116, 0.15) 20%,
    rgba(255, 248, 235, 0.85) 50%,
    rgba(196, 165, 116, 0.15) 80%,
    transparent
  );
  box-shadow: 0 0 18px rgba(196, 165, 116, 0.55);
  opacity: 0;
  pointer-events: none;
  animation: splash-scan 0.75s ease-out 2.35s forwards;
}

.splash__build-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.build-foundation {
  stroke: var(--splash-bronze);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  opacity: 0.65;
  animation: splash-foundation-draw 0.7s ease-out 0.2s forwards;
}

.build-panel {
  opacity: 0;
  color: var(--splash-bronze);
  transform-origin: 50% 88%;
  transform-box: fill-box;
}

.build-panel polygon {
  fill: currentColor;
  stroke: var(--splash-bronze);
}

.build-panel--cream {
  color: var(--splash-cream);
  transform: translate(-52px, 18px) rotate(-4deg);
  animation: build-panel-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards;
}

.build-panel--yellow {
  color: var(--splash-yellow);
  transform: translate(0, 42px) scale(0.92);
  animation: build-panel-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.62s forwards;
}

.build-panel--green {
  color: var(--splash-green);
  transform: translate(-28px, -32px) scale(0.88);
  animation: build-panel-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.79s forwards;
}

.build-panel--beige {
  color: var(--splash-beige);
  transform: translate(0, -38px) scale(0.86);
  animation: build-panel-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.96s forwards;
}

.build-panel--terra {
  color: var(--splash-terra);
  transform: translate(24px, -28px) scale(0.88);
  animation: build-panel-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 1.13s forwards;
}

.build-panel--red {
  color: var(--splash-red);
  transform: translate(48px, 16px) rotate(3deg);
  animation: build-panel-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 1.3s forwards;
}

.build-outline {
  fill: none;
  stroke: var(--splash-bronze-light);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  opacity: 0;
  animation: splash-outline-draw 1s cubic-bezier(0.4, 0, 0.2, 1) 1.75s forwards,
    splash-outline-glow 0.5s ease-out 2.55s forwards;
}

.splash__build-flash {
  position: absolute;
  inset: -12% -8%;
  border-radius: 12px;
  background: radial-gradient(
    ellipse 80% 60% at 50% 55%,
    rgba(196, 165, 116, 0.45) 0%,
    transparent 70%
  );
  opacity: 0;
  pointer-events: none;
  animation: splash-build-flash 0.55s ease-out 2.45s forwards;
}

.splash__brand {
  position: relative;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: min(92vw, 460px);
  grid-area: 1 / 1;
  z-index: 2;
  opacity: 0;
  animation: splash-brand-in 1s cubic-bezier(0.22, 1, 0.36, 1) var(--t-logo) forwards;
}

/* White logo card + moving glass shine (logo area only) */
.splash__logo-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(168deg, #ffffff 0%, #fafafa 55%, #f5f5f5 100%);
  border-radius: 18px;
  padding: clamp(1.35rem, 3.5vw, 2.1rem) clamp(1.5rem, 4vw, 2.35rem);
  border: 1px solid #e8e8e8;
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.32),
    0 2px 0 #ffffff inset,
    0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}

.splash__logo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.75) 0%,
    transparent 38%
  );
}

.splash__logo-shine {
  position: absolute;
  top: -15%;
  bottom: -15%;
  left: -60%;
  width: 55%;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.35) 35%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(255, 255, 255, 0.35) 65%,
    transparent 100%
  );
  filter: blur(0.5px);
  transform: translateX(-120%) skewX(-14deg);
  animation: splash-logo-glass-sweep 0.85s cubic-bezier(0.4, 0, 0.2, 1)
    var(--t-glass-shine-1) forwards;
}

.splash__logo-shine--alt {
  width: 40%;
  opacity: 0.7;
  animation-delay: var(--t-glass-shine-2);
}

.splash__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(72vw, 380px);
  height: auto;
  margin: 0 auto;
  filter: blur(8px);
  transform: scale(0.94);
  animation: splash-brand-in-logo 1s cubic-bezier(0.22, 1, 0.36, 1) var(--t-logo) forwards;
}

.splash__report {
  position: absolute;
  bottom: clamp(2rem, 10vh, 4.5rem);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  animation: splash-report-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--t-report)
    forwards;
}

.splash__report-year {
  margin: 0;
  font-family: var(--font-report);
  font-weight: 700;
  font-size: clamp(3.25rem, 11vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  color: var(--aht-white);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35),
    0 0 48px rgba(232, 119, 34, 0.15);
}

.splash__report-rule {
  width: clamp(4.5rem, 18vw, 7rem);
  height: 3px;
  margin: 0.65rem auto 0.5rem;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--aht-orange) 18%,
    var(--aht-orange) 82%,
    transparent
  );
  transform: scaleX(0);
  animation: splash-rule-grow 0.65s cubic-bezier(0.22, 1, 0.36, 1) var(--t-rule) forwards;
}

.splash__report-label {
  margin: 0;
  font-family: var(--font-report);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.125rem, 3.8vw, 1.75rem);
  line-height: 1.1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.94);
}

.splash--exit {
  animation: splash-dissolve 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.splash--exit .splash__build {
  animation: splash-build-exit 0.85s ease-in forwards;
}

.splash--exit .splash__brand,
.splash--exit .splash__report {
  animation: splash-brand-out 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.hero--splash-hidden .hero__media,
.hero--splash-hidden .hero__footer {
  opacity: 0;
}

body.is-loaded .hero__footer {
  animation: hero-reveal-footer 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}

@keyframes splash-blueprint-fade {
  0%,
  55% {
    opacity: 0.35;
  }
  75% {
    opacity: 0.12;
  }
  100% {
    opacity: 0.08;
  }
}

@keyframes splash-foundation-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes build-panel-in {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

@keyframes splash-outline-draw {
  0% {
    opacity: 0;
    stroke-dashoffset: 520;
  }
  8% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes splash-outline-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(196, 165, 116, 0));
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(196, 165, 116, 0.65));
  }
}

@keyframes splash-scan {
  0% {
    opacity: 0;
    transform: translateY(-36px);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(36px);
  }
}

@keyframes splash-build-flash {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}

@keyframes splash-build-sequence {
  0%,
  78% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
  88% {
    opacity: 1;
    transform: scale(1.02) translateY(-4px);
  }
  100% {
    opacity: 0;
    transform: scale(1.05) translateY(-14px);
    filter: blur(5px);
  }
}

@keyframes splash-brand-in {
  0% {
    opacity: 0;
    transform: scale(0.92) translateY(16px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes splash-brand-in-logo {
  to {
    filter: blur(0) brightness(1);
    transform: scale(1);
  }
}

@keyframes splash-logo-glass-sweep {
  0% {
    transform: translateX(-120%) skewX(-14deg);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  100% {
    transform: translateX(320%) skewX(-14deg);
    opacity: 0;
  }
}

@keyframes splash-report-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes splash-rule-grow {
  to {
    transform: scaleX(1);
  }
}

@keyframes splash-dissolve {
  0% {
    opacity: 1;
    backdrop-filter: blur(0);
  }
  100% {
    opacity: 0;
    backdrop-filter: blur(8px);
  }
}

@keyframes splash-build-exit {
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}

@keyframes splash-brand-out {
  to {
    opacity: 0;
    transform: scale(1.04) translateY(-8px);
    filter: blur(8px);
  }
}

@keyframes hero-reveal-media {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hero-reveal-footer {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .splash__blueprint,
  .build-foundation,
  .build-panel,
  .build-outline,
  .splash__build,
  .splash__build::after,
  .splash__build-flash,
  .splash__brand,
  .splash__logo,
  .splash__logo-shine,
  .splash__report,
  .splash__report-rule,
  .splash--exit,
  .splash--exit .splash__build,
  .splash--exit .splash__brand,
  .splash--exit .splash__report {
    animation-duration: 0.01s !important;
    animation-delay: 0s !important;
  }

  body.is-loaded .hero__media,
  body.is-loaded .hero__footer,
  body.is-loaded .hero__impact {
    animation-duration: 0.01s !important;
    animation-delay: 0s !important;
    opacity: 1;
    transform: none;
  }

  .hero__glass-surface::after {
    animation: none !important;
  }

  .hero__glass-surface--footer {
    background: rgba(255, 255, 255, 0.9);
  }
}

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

/* Hero ------------------------------------------------------------------- */

.hero {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.hero__media {
  position: relative;
  flex: 1 1 auto;
  min-height: min(78vh, 820px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #1a1614;
  background-image: url("../assets/hero-section/hero-image.jpg");
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--media-overlay);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.38) 0%,
    rgba(0, 0, 0, 0.5) 45%,
    var(--hero-overlay) 100%
  );
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.75rem) var(--footer-pad-x)
    clamp(0.75rem, 1.5vh, 1rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  gap: clamp(0.65rem, 1.2vh, 0.85rem);
}

.hero__upper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem 3rem;
  width: 100%;
}

.hero__project {
  flex: 0 1 auto;
  min-width: min(100%, 240px);
}

.hero__project-name {
  margin: 0;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--aht-white);
}

.hero__project-developer {
  margin: 0.35rem 0 0;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}

.hero__headline {
  margin: 0;
  flex: 1 1 320px;
  max-width: 52rem;
  margin-left: auto;
  text-align: right;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(2rem, 5.2vw, 4.25rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--aht-white);
}

.hero__headline-line {
  display: block;
}

.hero__impact {
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

body.is-loaded .hero__impact {
  animation: hero-impact-in 0.9s var(--ease-lux-out) 0.55s forwards;
}

.hero__glass-surface {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero__glass-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    118deg,
    transparent 38%,
    rgba(255, 255, 255, 0.14) 50%,
    transparent 62%
  );
  transform: translateX(-130%);
  animation: hero-glass-shine 14s ease-in-out infinite;
  pointer-events: none;
}

.hero__glass-surface--impact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: clamp(0.45rem, 0.9vh, 0.6rem) clamp(0.65rem, 1.2vw, 0.9rem);
  background: rgba(8, 10, 12, 0.5);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero__impact-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.35rem 0.5rem;
  padding: 0 clamp(0.5rem, 1vw, 0.75rem);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 0;
}

.hero__impact-item:first-child {
  padding-left: 0;
  border-left: none;
}

.hero__impact-value {
  font-size: clamp(1rem, 1.65vw, 1.35rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  white-space: nowrap;
}

.hero__impact-item--green .hero__impact-value {
  color: #8fd4a0;
}

.hero__impact-item--orange .hero__impact-value {
  color: var(--aht-orange);
}

.hero__impact-item--light .hero__impact-value {
  color: rgba(255, 255, 255, 0.96);
}

.hero__impact-label {
  font-size: clamp(0.53125rem, 0.72vw, 0.65625rem);
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.72);
  min-width: 0;
}

.hero__impact-item--light .hero__impact-label {
  font-size: clamp(0.59375rem, 0.82vw, 0.71875rem);
  color: rgba(255, 255, 255, 0.82);
}

@keyframes hero-impact-in {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-glass-shine {
  0%,
  72% {
    transform: translateX(-130%);
    opacity: 0;
  }
  78% {
    opacity: 1;
  }
  100% {
    transform: translateX(130%);
    opacity: 0;
  }
}

@keyframes hero-footer-shine {
  0%,
  62% {
    transform: translateX(-140%) skewX(-16deg);
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    transform: translateX(140%) skewX(-16deg);
    opacity: 0;
  }
}

/* Footer bar ------------------------------------------------------------- */

.hero__footer {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100%;
  background: transparent;
}

.hero__glass-surface--footer {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(26px) saturate(1.4);
  -webkit-backdrop-filter: blur(26px) saturate(1.4);
  border-top: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: 0 -10px 36px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 2px 24px rgba(255, 255, 255, 0.55);
}

.hero__glass-surface--footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.28) 38%,
    rgba(255, 255, 255, 0.08) 100%
  );
  pointer-events: none;
}

.hero__glass-surface--footer::after {
  background: linear-gradient(
    100deg,
    transparent 30%,
    rgba(255, 255, 255, 0.45) 44%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.45) 56%,
    transparent 70%
  );
  transform: translateX(-140%) skewX(-16deg);
  animation: hero-footer-shine 9s cubic-bezier(0.45, 0, 0.15, 1) infinite;
}

.hero__footer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(0.85rem, 1.8vh, 1.25rem) var(--footer-pad-x);
}

.hero__logo {
  width: clamp(160px, 18vw, 240px);
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.hero__report-title {
  margin: 0;
  margin-left: auto;
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: clamp(1.75rem, 3.8vw, 2.75rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--aht-orange);
  white-space: nowrap;
}

.hero__accent {
  height: var(--section-accent-bar-height);
  width: 100%;
  background: var(--aht-orange);
}

/* Responsive ------------------------------------------------------------- */

@media (max-width: 960px) {
  .hero__glass-surface--impact {
    grid-template-columns: 1fr;
  }

  .hero__impact-item {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: clamp(0.35rem, 0.7vh, 0.45rem) 0;
  }

  .hero__impact-item:first-child {
    padding-top: 0;
    border-top: none;
  }
}

@media (max-width: 720px) {
  .hero__media {
    min-height: min(70vh, 640px);
    background-position: center 40%;
  }

  .hero__upper {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__headline {
    margin-left: 0;
    max-width: none;
    text-align: left;
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .hero__report-title {
    margin-left: 0;
    white-space: normal;
  }

  .hero__footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.is-loaded .hero__media {
    animation: hero-reveal-media 1.15s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.is-loaded .hero__media {
    opacity: 1;
  }
}

/* Shared section footer — dedicated bottom strip (never on images) ----- */

.section-footbar {
  flex-shrink: 0;
  width: 100%;
  min-height: var(--section-footbar-height);
  display: flex;
  align-items: center;
  padding: clamp(0.65rem, 1.2vh, 0.85rem) var(--section-pad-x);
  padding-left: max(
    var(--section-foot-left),
    calc((100vw - var(--content-max)) / 2 + var(--section-foot-left))
  );
  border-top: 1px solid var(--aht-footbar-border);
  border-bottom: 1px solid var(--aht-footbar-border);
}

.section-footbar--white {
  background: var(--aht-white);
}

.section-footbar--grey {
  background: var(--aht-grey-panel);
}

.section-foot {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.01em;
  color: var(--aht-grey-muted);
}

.section-foot:hover,
.section-foot:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.section-foot--orange {
  color: var(--aht-orange);
  font-weight: 400;
}

.section-foot--light {
  color: var(--aht-white);
  font-weight: 400;
}

.section-foot--light:hover,
.section-foot--light:focus-visible {
  color: var(--aht-white);
  opacity: 0.85;
}

/* White logo treatment */
.logo--white {
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

/* About — intro + mission (shared alignment grid) -------------------------- */

.about {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.about__container {
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding: clamp(2rem, 3.5vh, 2.75rem) var(--section-pad-x)
    clamp(1.5rem, 2.5vh, 2rem);
}

.about__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-grey-muted);
}

.about__rule {
  height: 1px;
  width: 100%;
  background: var(--aht-grey-rule);
  margin-bottom: clamp(1.25rem, 2vh, 1.75rem);
}

/* Intro: text left, skyline right */
.about__intro {
  position: relative;
  background: var(--aht-white);
  overflow: hidden;
  isolation: isolate;
}

.about__intro::before {
  content: "";
  position: absolute;
  inset: -35% -20%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 42% 38% at 88% 42%,
      rgba(232, 119, 34, 0.09) 0%,
      transparent 68%
    ),
    radial-gradient(
      ellipse 36% 32% at 12% 78%,
      rgba(29, 82, 41, 0.06) 0%,
      transparent 70%
    );
  opacity: 0;
  transform: scale(0.96);
  transition:
    opacity 1.4s var(--ease-lux-out),
    transform 1.8s var(--ease-lux-out);
}

.about__intro.fx-scope.is-active::before {
  opacity: 1;
  transform: scale(1);
  animation: about-ambient-drift 22s ease-in-out infinite;
}

.about__intro > .about__container {
  position: relative;
  z-index: 1;
}

.about__intro-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 42%);
  align-items: center;
  column-gap: clamp(1.25rem, 2.5vw, 2rem);
}

.about__copy {
  max-width: none;
  min-width: 0;
}

.about__copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--aht-black);
  white-space: nowrap;
  position: relative;
}

.about__copy h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: min(100%, 12rem);
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    var(--aht-orange) 0%,
    rgba(232, 119, 34, 0.35) 72%,
    transparent 100%
  );
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.95s var(--ease-lux-out) 0.42s;
}

.about__intro.fx-scope.is-active .about__copy h2::after {
  transform: scaleX(1);
}

.about__body {
  margin: 0;
  font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--aht-black);
}

/* About — scroll-linked word colour reveal -------------------------------- */

.lux-text {
  --lux-muted-dark: rgba(26, 26, 26, 0.22);
  --lux-muted-light: rgba(255, 255, 255, 0.34);
}

.lux-word {
  --lux-reveal: 0;
  display: inline;
}

.lux-word[data-lux-theme="dark"] {
  color: color-mix(
    in srgb,
    var(--lux-muted-dark) calc((1 - var(--lux-reveal)) * 100%),
    var(--aht-black) calc(var(--lux-reveal) * 100%)
  );
}

.lux-word[data-lux-theme="heading"] {
  color: color-mix(
    in srgb,
    rgba(138, 138, 138, 0.55) calc((1 - var(--lux-reveal)) * 100%),
    var(--aht-black) calc(var(--lux-reveal) * 100%)
  );
  font-weight: 700;
}

.lux-word[data-lux-theme="light"] {
  color: color-mix(
    in srgb,
    var(--lux-muted-light) calc((1 - var(--lux-reveal)) * 100%),
    #ffffff calc(var(--lux-reveal) * 100%)
  );
}

.lux-word[data-lux-theme="muted"] {
  color: color-mix(
    in srgb,
    rgba(26, 26, 26, 0.16) calc((1 - var(--lux-reveal)) * 100%),
    rgba(26, 26, 26, 0.78) calc(var(--lux-reveal) * 100%)
  );
}

.lux-text--done,
.lux-text--done .lux-word {
  --lux-reveal: 1;
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
  .lux-word[data-lux-theme="dark"],
  .lux-word[data-lux-theme="heading"] {
    color: var(--aht-grey-muted);
  }

  .lux-word[data-lux-theme="light"] {
    color: rgba(255, 255, 255, 0.45);
  }

  .lux-word.is-revealed[data-lux-theme="dark"],
  .lux-word.is-revealed[data-lux-theme="heading"] {
    color: var(--aht-black);
  }

  .lux-word.is-revealed[data-lux-theme="light"] {
    color: #ffffff;
  }

  .lux-word[data-lux-theme="muted"] {
    color: rgba(26, 26, 26, 0.28);
  }

  .lux-word.is-revealed[data-lux-theme="muted"] {
    color: rgba(26, 26, 26, 0.78);
  }
}

.about__skyline {
  margin: 0;
  height: clamp(260px, 32vh, 380px);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.about__skyline::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--aht-white) 0%,
    rgba(255, 255, 255, 0.94) 5%,
    rgba(255, 255, 255, 0.72) 12%,
    rgba(255, 255, 255, 0.38) 20%,
    rgba(255, 255, 255, 0.12) 28%,
    transparent 38%
  );
}

.about__skyline::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 36%,
    rgba(255, 255, 255, 0.42) 50%,
    transparent 64%
  );
  transform: translateX(-130%) skewX(-12deg);
  opacity: 0;
}

.fx-scope.is-active .about__skyline::after {
  animation: fx-image-shine 2.85s var(--ease-lux-out) 1.05s forwards;
}

.about__skyline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 3%,
    rgba(0, 0, 0, 0.06) 10%,
    rgba(0, 0, 0, 0.28) 18%,
    rgba(0, 0, 0, 0.58) 26%,
    rgba(0, 0, 0, 0.82) 32%,
    #000 40%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 3%,
    rgba(0, 0, 0, 0.06) 10%,
    rgba(0, 0, 0, 0.28) 18%,
    rgba(0, 0, 0, 0.58) 26%,
    rgba(0, 0, 0, 0.82) 32%,
    #000 40%
  );
}

/* Mission: photo left, orange panel right — flush split */
.about__mission {
  background: var(--aht-orange);
}

.about__mission-row {
  display: grid;
  grid-template-columns: minmax(260px, 40%) minmax(0, 1fr);
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  min-height: clamp(320px, 42vh, 440px);
  min-width: 0;
}

.about__photo {
  margin: 0;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  height: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.about__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    270deg,
    var(--aht-orange) 0%,
    rgba(232, 119, 34, 0.94) 5%,
    rgba(232, 119, 34, 0.72) 12%,
    rgba(232, 119, 34, 0.38) 20%,
    rgba(232, 119, 34, 0.12) 28%,
    transparent 38%
  );
}

.about__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    108deg,
    transparent 34%,
    rgba(255, 255, 255, 0.28) 50%,
    transparent 66%
  );
  transform: translateX(-130%) skewX(-10deg);
  opacity: 0;
}

.fx-scope.is-active .about__photo::after {
  animation: fx-image-shine 2.95s var(--ease-lux-out) 0.9s forwards;
}

.about__photo img {
  display: block;
  width: 100%;
  height: calc(100% + 22%);
  max-width: 100%;
  max-height: none;
  margin-top: -11%;
  object-fit: cover;
  object-position: center center;
}

.about__mission-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.75rem, 3vh, 2.75rem) clamp(1.5rem, 3vw, 3rem);
  padding-left: clamp(2rem, 4vw, 3.5rem);
  color: var(--aht-white);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.about__mission-panel::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  z-index: 0;
  background: radial-gradient(
    ellipse 55% 45% at 85% 15%,
    rgba(255, 255, 255, 0.14) 0%,
    transparent 62%
  );
  animation: mission-glow-drift 14s ease-in-out infinite;
  pointer-events: none;
}

.about__mission-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    118deg,
    transparent 42%,
    rgba(255, 255, 255, 0.06) 50%,
    transparent 58%
  );
  background-size: 220% 100%;
  animation: mission-shimmer 9s ease-in-out infinite;
  pointer-events: none;
}

.about__mission-content {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about__mission-title {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--aht-white);
}

.about__mission-lead {
  margin: 0 0 clamp(1rem, 2vh, 1.5rem);
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--aht-white);
}

.about__mission-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 1.5vh, 1.25rem);
}

.about__mission-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  column-gap: 1rem;
}

.about__mission-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--aht-white);
  color: var(--aht-black);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.45s var(--ease-lux-out), box-shadow 0.45s var(--ease-lux-out);
}

.fx-scope.is-active .about__mission-list li .about__mission-num {
  animation: fx-mission-num-pop 0.72s var(--ease-lux-out)
    calc(var(--fx-stagger-i, 0) * 0.1s + 0.32s) both;
}

.about__mission-list li:hover .about__mission-num {
  transform: scale(1.08);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
}

.about__mission-text {
  padding-top: 0.3rem;
  font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--aht-white);
}

.about__mission-text strong {
  font-weight: 700;
}

/* Desktop: skyline + orange bleed to viewport right edge */
@media (min-width: 901px) {
  .about__intro-row {
    column-gap: clamp(1rem, 2vw, 1.5rem);
  }

  .about__mission-row {
    column-gap: 0;
  }

  .about__skyline {
    margin-right: calc(
      -1 * max(0px, (100vw - var(--content-max)) / 2) - var(--section-pad-x)
    );
    width: calc(
      100% + max(0px, (100vw - var(--content-max)) / 2) +
        var(--section-pad-x)
    );
  }

  .about__mission-panel {
    margin-right: calc(
      -1 * max(0px, (100vw - var(--content-max)) / 2) -
        var(--section-pad-x)
    );
    padding-right: calc(
      max(0px, (100vw - var(--content-max)) / 2) + var(--section-pad-x) +
        clamp(2rem, 4vw, 4rem)
    );
  }
}

/* Tablet / mobile */
@media (max-width: 900px) {
  .about__intro-row {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }

  .about__copy h2 {
    white-space: normal;
  }

  .about__skyline {
    order: -1;
    height: clamp(220px, 40vw, 300px);
    margin-right: calc(-1 * var(--section-pad-x));
    margin-left: calc(-1 * var(--section-pad-x));
    width: calc(100% + 2 * var(--section-pad-x));
  }

  .about__skyline img {
    -webkit-mask-image: linear-gradient(180deg, #000 75%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 75%, transparent 100%);
  }

  .about__mission-row {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 1.5rem;
  }

  .about__photo {
    max-height: 360px;
    height: auto;
  }

  .about__mission-panel {
    margin-right: calc(-1 * var(--section-pad-x));
    padding-right: var(--section-pad-x);
  }

  .about__photo::before {
    background: linear-gradient(
      180deg,
      transparent 0%,
      transparent 58%,
      rgba(232, 119, 34, 0.15) 72%,
      rgba(232, 119, 34, 0.55) 86%,
      var(--aht-orange) 100%
    );
  }

  .about__photo img,
  .about__photo .fx-parallax {
    height: calc(100% + 18%);
    max-height: none;
    min-height: 320px;
    margin-top: -9%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .about__mission-panel {
    padding: 2rem var(--section-pad-x) 1.75rem;
  }
}

@media (max-width: 520px) {
  .about__mission-num {
    width: 2.375rem;
    height: 2.375rem;
    font-size: 1.25rem;
  }
}

/* Contents --------------------------------------------------------------- */

.contents {
  display: flex;
  flex-direction: column;
  background: var(--aht-grey-panel);
}

.contents__layout {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  align-items: stretch;
  flex: 1 1 auto;
  min-height: min(100vh, 920px);
  min-height: min(100dvh, 920px);
}

.contents__panel {
  position: relative;
  background: var(--aht-grey-panel);
  padding: clamp(2rem, 3.5vh, 2.75rem) var(--section-pad-x)
    clamp(1.5rem, 2.5vh, 2rem);
  padding-left: calc(var(--section-pad-x) + 30px);
}

.contents__accent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 52px;
  background: var(--aht-orange);
}

.contents__inner {
  max-width: 34rem;
}

.contents__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-grey-muted);
}

.contents__rule {
  height: 1px;
  width: 100%;
  background: var(--aht-grey-rule);
  margin-bottom: clamp(1.25rem, 2vh, 1.75rem);
}

.contents__title {
  margin: 0 0 0.65rem;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--aht-orange);
}

.contents__tagline {
  margin: 0 0 clamp(1.75rem, 3vh, 2.5rem);
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-black);
}

.contents__toc {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.65rem, 1.2vh, 0.9rem);
}

.contents__toc li {
  position: relative;
  transition: transform 0.4s var(--ease-lux-out);
}

.contents__toc-link {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  align-items: center;
  column-gap: 1rem;
  width: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
  outline-offset: 3px;
}

.contents__toc-link:focus-visible {
  outline: 2px solid var(--aht-orange);
}

.contents__toc li::after {
  content: "";
  position: absolute;
  left: 3.75rem;
  right: 0;
  bottom: -0.2rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(
    90deg,
    rgba(232, 119, 34, 0.85) 0%,
    rgba(232, 119, 34, 0.15) 88%,
    transparent 100%
  );
  transition: transform 0.55s var(--ease-lux-out);
}

.fx-scope.is-active .contents__toc li::after {
  transform: scaleX(1);
  transition-delay: calc(var(--fx-stagger-i, 0) * 0.09s + 0.52s);
}

.contents__toc li:hover {
  transform: translateX(6px);
}

.contents__toc li:hover .contents__item {
  color: var(--aht-orange);
}

.contents__page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: var(--aht-white);
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
  color: var(--aht-black);
  box-shadow: 0 2px 12px rgba(26, 26, 26, 0.08);
  overflow: hidden;
  isolation: isolate;
  transition:
    background 0.35s var(--ease-lux-out),
    color 0.35s var(--ease-lux-out),
    transform 0.4s var(--ease-lux-out),
    box-shadow 0.35s var(--ease-lux-out);
}

.contents__page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 36%,
    rgba(255, 255, 255, 0.55) 50%,
    transparent 64%
  );
  transform: translateX(-130%) skewX(-12deg);
  opacity: 0;
}

.contents__panel.fx-scope.is-active .contents__toc li .contents__page {
  animation:
    fx-contents-page-pop 1.15s var(--ease-lux-out)
      calc(var(--fx-stagger-i, 0) * 0.09s + 0.52s) both,
    fx-contents-page-color 1.15s var(--ease-lux-out)
      calc(var(--fx-stagger-i, 0) * 0.09s + 0.52s);
}

.contents__panel.fx-scope.is-active .contents__toc li .contents__page::after {
  animation: fx-image-shine 2.85s var(--ease-lux-out)
    calc(var(--fx-stagger-i, 0) * 0.09s + 1.05s) forwards;
}

.contents__toc-link:hover .contents__page,
.contents__toc-link:focus-visible .contents__page {
  animation: none;
  background: var(--aht-orange);
  color: var(--aht-white);
  transform: scale(1.07);
  box-shadow: 0 6px 20px rgba(232, 119, 34, 0.35);
}

.contents__toc-link:hover .contents__page::after,
.contents__toc-link:focus-visible .contents__page::after {
  animation: none;
  opacity: 0;
}

.contents__item {
  font-size: clamp(0.9375rem, 1.25vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--aht-black);
  padding-top: 0.05rem;
  transition: color 0.35s var(--ease-lux-out);
}

/* Right: skyline, logo, quote */
.contents__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #1a2820;
}

.contents__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.contents__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 36%,
    rgba(255, 255, 255, 0.38) 50%,
    transparent 64%
  );
  transform: translateX(-130%) skewX(-12deg);
  opacity: 0;
}

.fx-scope.is-active .contents__media::after {
  animation: fx-image-shine 2.85s var(--ease-lux-out) 1.05s forwards;
}

.contents__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.contents__media-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--media-overlay);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.38) 0%,
    rgba(0, 0, 0, 0.5) 45%,
    var(--hero-overlay) 100%
  );
  pointer-events: none;
}

.contents__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  min-height: 100%;
  padding: clamp(2rem, 4vh, 3rem) clamp(1.5rem, 3vw, 2.5rem)
    clamp(2rem, 4vh, 3rem);
  transform: translate3d(0, var(--fx-depth-y, 0px), 0);
  will-change: transform;
}

.contents__logo-wrap {
  width: clamp(220px, 28vw, 340px);
  margin-top: clamp(0.5rem, 2vh, 1.5rem);
  filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
}

.contents__logo {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.fx-scope.is-active .contents__logo-wrap {
  animation: contents-logo-glow 2.2s var(--ease-lux-out) 0.65s forwards;
}

.contents__quote {
  position: relative;
  align-self: flex-end;
  width: 100%;
  max-width: 24rem;
  margin: 0;
  margin-right: clamp(0rem, 2vw, 1rem);
  margin-left: auto;
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 2.5vw, 1.75rem)
    clamp(1rem, 2vw, 1.35rem);
  background:
    linear-gradient(
      148deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.06) 24%,
      rgba(29, 82, 41, 0.28) 68%,
      rgba(15, 45, 28, 0.42) 100%
    ),
    rgba(18, 58, 32, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px) saturate(1.45);
  -webkit-backdrop-filter: blur(24px) saturate(1.45);
  color: var(--aht-white);
  overflow: hidden;
  isolation: isolate;
}

.contents__quote::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 42%
  );
}

.contents__quote::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    115deg,
    transparent 36%,
    rgba(255, 255, 255, 0.46) 50%,
    transparent 64%
  );
  transform: translateX(-130%) skewX(-12deg);
  pointer-events: none;
  opacity: 0;
}

.contents__visual.fx-scope.is-active .contents__quote::after {
  animation: fx-image-shine 2.85s var(--ease-lux-out) 1.15s forwards;
}

.contents__quote-inner {
  position: relative;
  z-index: 2;
}

.contents__quote-icon {
  position: absolute;
  top: 0.05rem;
  right: 0.55rem;
  z-index: 2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 9vw, 6.25rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.38);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  user-select: none;
  transform: scale(0.82) rotate(-6deg);
  opacity: 0;
}

.fx-scope.is-active .contents__quote-icon {
  animation: contents-quote-mark 0.95s var(--ease-lux-out) 0.72s forwards;
}

.contents__quote blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: clamp(2rem, 4vw, 2.75rem);
}

.contents__quote blockquote p {
  margin: 0;
  font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  color: var(--aht-white);
}

.contents__attribution {
  position: relative;
  margin: 0.85rem 0 0;
  font-size: clamp(0.75rem, 1vw, 0.8125rem);
  font-weight: 400;
  line-height: 1.45;
  text-align: right;
  color: var(--aht-white);
}

.contents__attribution cite {
  font-style: italic;
  font-weight: 400;
}

/* Contents — responsive */
@media (max-width: 960px) {
  .contents__layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .contents__visual {
    min-height: clamp(420px, 55vw, 560px);
  }

  .contents__overlay {
    min-height: clamp(420px, 55vw, 560px);
  }

  .contents__quote {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .contents__toc li {
    grid-template-columns: 3rem 1fr;
    column-gap: 0.75rem;
  }

  .contents__page {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.25rem;
  }
}

/* Sections 2 & 3 — scroll FX (parallax, stagger, clip reveal) ------------- */

.fx-parallax-wrap {
  overflow: hidden;
}

.fx-parallax {
  will-change: transform;
  transform: translate3d(0, var(--fx-parallax-y, 0px), 0)
    scale(var(--fx-parallax-scale, 1.14));
  transform-origin: center center;
}

.fx-parallax.fx-parallax--settled {
  --fx-parallax-scale: 1.06;
}

.about__photo .fx-parallax {
  --fx-parallax-scale: 1.08;
}

.about__photo .fx-parallax.fx-parallax--settled {
  --fx-parallax-scale: 1.04;
}

.fx-clip-reveal {
  clip-path: inset(0 100% 0 0 round 0);
  transition: clip-path 2.65s var(--ease-lux-out);
}

.fx-clip-reveal--left {
  clip-path: inset(0 0 0 100% round 0);
  transition: clip-path 2.65s var(--ease-lux-out);
}

.fx-scope.is-active .fx-clip-reveal,
.fx-scope.is-active .fx-clip-reveal--left {
  clip-path: inset(0 0 0 0 round 0);
}

.fx-media-wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.fx-media-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 36%,
    rgba(255, 255, 255, 0.38) 50%,
    transparent 64%
  );
  transform: translateX(-130%) skewX(-12deg);
  opacity: 0;
}

.staff__group-photo.fx-scope.is-active > .fx-media-wrap::after,
.corp-partners__logos.fx-scope.is-active > .fx-media-wrap::after,
.legacy__figure--wide.fx-scope.is-active > .fx-media-wrap::after,
.edap__photos.fx-scope.is-active .edap__photo .fx-media-wrap::after,
.legacy__portraits.fx-scope.is-active .legacy__figure .fx-media-wrap::after,
.board__featured.fx-scope.is-active .board__card .fx-media-wrap::after,
.board__grid.fx-scope.is-active .board__card .fx-media-wrap::after,
.staff__grid.fx-scope.is-active .staff__card .fx-media-wrap::after,
.partners__grid.fx-scope.is-active .partners__card .fx-media-wrap::after,
.columbus-partners__grid.fx-scope.is-active
  .columbus-partners__card
  .fx-media-wrap::after {
  animation: fx-image-shine 2.85s var(--ease-lux-out)
    calc(var(--fx-stagger-i, 0) * 0.12s + 1.05s) forwards;
}

.edap__photos.fx-scope.is-active .edap__photo .fx-clip-reveal,
.legacy__figure--wide.fx-scope.is-active .fx-clip-reveal,
.legacy__portraits.fx-scope.is-active .legacy__figure .fx-clip-reveal,
.board__featured.fx-scope.is-active .board__card .fx-clip-reveal,
.board__grid.fx-scope.is-active .board__card .fx-clip-reveal,
.staff__group-photo.fx-scope.is-active .fx-clip-reveal,
.staff__grid.fx-scope.is-active .staff__card .fx-clip-reveal,
.partners__grid.fx-scope.is-active .partners__card .fx-clip-reveal,
.columbus-partners__grid.fx-scope.is-active .columbus-partners__card .fx-clip-reveal,
.corp-partners__logos.fx-scope.is-active .fx-clip-reveal {
  transition-delay: calc(var(--fx-stagger-i, 0) * 0.12s + 0.08s);
}

.fx-rule {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s var(--ease-lux-out) 0.12s;
}

.fx-scope.is-active .fx-rule {
  transform: scaleX(1);
}

.fx-accent-grow {
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.7s var(--ease-lux-out) 0.2s;
}

.fx-scope.is-active .fx-accent-grow {
  transform: scaleY(1);
}

.fx-rise {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.75s var(--ease-lux-out),
    transform 0.75s var(--ease-lux-out);
  transition-delay: var(--fx-rise-delay, 0.18s);
}

.fx-rise--slow {
  --fx-rise-delay: 0.35s;
}

.fx-rise--quote {
  --fx-rise-delay: 0.62s;
}

.fx-line-reveal {
  display: block;
  clip-path: inset(0 100% 0 0);
  transform: translate3d(-10px, 0, 0);
  opacity: 0.55;
  transition:
    clip-path 1.2s var(--ease-lux-out),
    transform 1.2s var(--ease-lux-out),
    opacity 0.85s var(--ease-lux-out);
  transition-delay: var(--fx-line-delay, 0.22s);
}

.fx-scope.is-active .fx-line-reveal {
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fx-project-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.78s var(--ease-lux-out),
    transform 0.78s var(--ease-lux-out);
  transition-delay: calc(var(--fx-stagger-i, 0) * 0.11s + 0.72s);
}

.fx-scope.is-active .fx-project-reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fx-data-reveal {
  clip-path: inset(0 100% 0 0);
  opacity: 0.65;
  transition:
    clip-path 1.35s var(--ease-lux-out),
    opacity 0.95s var(--ease-lux-out);
  transition-delay: calc(var(--fx-stagger-i, 0) * 0.1s + 0.42s);
}

.fx-scope.is-active .fx-data-reveal {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.fx-table-panel {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition:
    clip-path 1.5s var(--ease-lux-out),
    opacity 0.9s var(--ease-lux-out);
  transition-delay: calc(var(--fx-stagger-i, 0) * 0.16s + 0.38s);
}

.fx-scope.is-active .fx-table-panel {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.fx-row-reveal {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.85s var(--ease-lux-out);
  transition-delay: calc(var(--fx-stagger-i, 0) * 0.035s + 0.55s);
}

.fx-scope.is-active .fx-row-reveal {
  clip-path: inset(0 0 0 0);
}

.fx-panel-reveal {
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transition:
    clip-path 1.1s var(--ease-lux-out),
    opacity 0.85s var(--ease-lux-out);
  transition-delay: calc(var(--fx-stagger-i, 0) * 0.1s + 0.48s);
}

.fx-scope.is-active .fx-panel-reveal {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.fx-scope.is-active .fx-rise {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fx-stagger > li,
.fx-stagger > .fx-stagger-item {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.65s var(--ease-lux-out),
    transform 0.65s var(--ease-lux-out);
  transition-delay: calc(var(--fx-stagger-i, 0) * 0.09s + 0.28s);
}

.fx-scope.is-active .fx-stagger > li,
.fx-scope.is-active .fx-stagger > .fx-stagger-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fx-scope.fx-rise-ready .fx-rise {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}

.about__intro.fx-scope.is-active .about__copy.fx-rise {
  transition-delay: 0.08s;
}

.about__intro.fx-scope.is-active .about__eyebrow.fx-rise {
  transition-delay: 0.02s;
}

.about__mission.fx-scope.is-active .about__mission-title.fx-rise {
  transition-delay: 0.1s;
}

.about__mission.fx-scope.is-active .about__mission-lead.fx-rise {
  transition-delay: 0.18s;
}

.contents__panel.fx-scope.is-active .contents__title.fx-rise {
  transition-delay: 0.14s;
}

.contents__tagline.fx-rise {
  transition-delay: 0.22s;
}

.contents__eyebrow.fx-rise {
  transition-delay: 0.04s;
}

.contents__visual.fx-scope.is-active .contents__media .contents__bg {
  filter: brightness(1) saturate(1);
}

.contents__visual.fx-scope.is-active .contents__media .contents__media-overlay {
  opacity: 1;
}

@keyframes about-ambient-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-2.5%, 3.5%) scale(1.04);
  }
}

@keyframes fx-image-shine {
  0% {
    transform: translateX(-130%) skewX(-12deg);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  100% {
    transform: translateX(130%) skewX(-12deg);
    opacity: 0;
  }
}

@keyframes fx-contents-page-pop {
  0% {
    transform: scale(0.55);
    opacity: 0;
  }
  42% {
    transform: scale(1.12);
    opacity: 1;
  }
  58% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fx-contents-page-color {
  0%,
  58% {
    background: var(--aht-orange);
    color: var(--aht-white);
    box-shadow: 0 6px 20px rgba(232, 119, 34, 0.35);
  }
  100% {
    background: var(--aht-white);
    color: var(--aht-black);
    box-shadow: 0 2px 12px rgba(26, 26, 26, 0.08);
  }
}

@keyframes fx-mission-num-pop {
  0% {
    transform: scale(0.55);
    opacity: 0;
  }
  68% {
    transform: scale(1.12);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fx-badge-pop {
  0% {
    transform: scale(0.55);
    opacity: 0;
    box-shadow: 0 0 0 rgba(232, 119, 34, 0);
  }
  42% {
    transform: scale(1.14);
    opacity: 1;
    box-shadow: 0 8px 28px rgba(232, 119, 34, 0.45);
  }
  58% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 6px 20px rgba(232, 119, 34, 0.35);
  }
}

@keyframes contents-logo-glow {
  0% {
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  100% {
    filter: drop-shadow(0 10px 28px rgba(255, 255, 255, 0.22));
  }
}

@keyframes contents-quote-mark {
  0% {
    transform: scale(0.72) rotate(-14deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes mission-glow-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.85;
  }
  50% {
    transform: translate(-3%, 4%) scale(1.06);
    opacity: 1;
  }
}

@keyframes mission-shimmer {
  0%,
  100% {
    background-position: 180% 0;
    opacity: 0.35;
  }
  50% {
    background-position: -40% 0;
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fx-parallax {
    transform: none !important;
    will-change: auto;
  }

  .contents__overlay {
    transform: none;
  }

  .about__intro::before,
  .about__skyline::after,
  .about__photo::after,
  .about__copy h2::after,
  .contents__media::after,
  .letter__header.fx-scope.is-active .letter__header-bg::after,
  .letter__leaders.fx-scope.is-active .letter__portrait-media::after,
  .highlights__gallery.fx-scope.is-active .highlights__grid > li .highlights__card-media::after,
  .staff__group-photo.fx-scope.is-active > .fx-media-wrap::after,
  .corp-partners__logos.fx-scope.is-active > .fx-media-wrap::after,
  .legacy__figure--wide.fx-scope.is-active > .fx-media-wrap::after,
  .edap__photos.fx-scope.is-active .edap__photo .fx-media-wrap::after,
  .legacy__portraits.fx-scope.is-active .legacy__figure .fx-media-wrap::after,
  .board__featured.fx-scope.is-active .board__card .fx-media-wrap::after,
  .board__grid.fx-scope.is-active .board__card .fx-media-wrap::after,
  .staff__grid.fx-scope.is-active .staff__card .fx-media-wrap::after,
  .partners__grid.fx-scope.is-active .partners__card .fx-media-wrap::after,
  .columbus-partners__grid.fx-scope.is-active
    .columbus-partners__card
    .fx-media-wrap::after {
    animation: none !important;
    opacity: 0 !important;
    transform: none !important;
  }

  .project__media.fx-scope.is-active .project__figure-media::after,
  .closing__col--right.fx-scope.is-active .closing__figure-media::after,
  .project__media.fx-scope.is-active .project__quote::after {
    animation: none !important;
    opacity: 0 !important;
    transform: none !important;
  }

  .highlights__gallery::before {
    opacity: 1 !important;
    transition: none !important;
  }

  .project__content.fx-scope.is-active .project__badge,
  .project__badge.is-badge-live {
    animation: none !important;
    opacity: 1;
    transform: none;
    filter: none;
    box-shadow: 0 8px 24px rgba(232, 119, 34, 0.32);
  }

  .project__content.fx-scope.is-active .project__badge::before,
  .project__content.fx-scope.is-active .project__badge::after,
  .project__badge.is-badge-live::before,
  .project__badge.is-badge-live::after,
  .project__content.fx-scope.is-active .project__badge-ring-arc,
  .project__badge.is-badge-live .project__badge-ring-arc {
    animation: none !important;
    opacity: 1;
    transform: none;
    stroke-dashoffset: 0;
  }

  .project__content.fx-scope.is-active .project__badge-num,
  .project__content.fx-scope.is-active .project__badge-label,
  .project__badge.is-badge-live .project__badge-num,
  .project__badge.is-badge-live .project__badge-label {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .economic-impact__stats.fx-scope.is-active .economic-impact__stat,
  .economic-impact__stat.is-stat-live {
    animation: none !important;
    opacity: 1;
    transform: none;
    filter: none;
    box-shadow: 0 8px 24px var(--impact-stat-shadow-final, rgba(232, 119, 34, 0.32));
  }

  .economic-impact__stats.fx-scope.is-active .economic-impact__stat::before,
  .economic-impact__stats.fx-scope.is-active .economic-impact__stat::after,
  .economic-impact__stat.is-stat-live::before,
  .economic-impact__stat.is-stat-live::after,
  .economic-impact__stats.fx-scope.is-active .economic-impact__stat-ring-arc,
  .economic-impact__stat.is-stat-live .economic-impact__stat-ring-arc {
    animation: none !important;
    opacity: 1;
    transform: none;
    stroke-dashoffset: 0;
  }

  .economic-impact__stats.fx-scope.is-active .economic-impact__stat-value,
  .economic-impact__stats.fx-scope.is-active .economic-impact__stat-label,
  .economic-impact__stat.is-stat-live .economic-impact__stat-value,
  .economic-impact__stat.is-stat-live .economic-impact__stat-label {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .fx-scope.is-active .about__mission-list li .about__mission-num,
  .fx-scope.is-active .contents__logo-wrap,
  .fx-scope.is-active .contents__quote-icon,
  .contents__panel.fx-scope.is-active .contents__toc li .contents__page,
  .contents__panel.fx-scope.is-active .contents__toc li .contents__page::after,
  .contents__visual.fx-scope.is-active .contents__media .contents__bg,
  .contents__visual.fx-scope.is-active .contents__media .contents__media-overlay {
    animation: none !important;
  }

  .fx-scope.is-active .contents__quote-icon {
    opacity: 1;
    transform: none;
  }

  .contents__panel.fx-scope.is-active .contents__toc li .contents__page {
    background: var(--aht-white);
    color: var(--aht-black);
    opacity: 1;
    transform: none;
  }

  .fx-scope.is-active .contents__toc li::after {
    transform: scaleX(1);
    transition: none;
  }

  .fx-clip-reveal,
  .fx-clip-reveal--left,
  .letter__header-bg.fx-clip-reveal,
  .fx-line-reveal {
    clip-path: none;
    transition: none;
  }

  .fx-project-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .fx-data-reveal,
  .fx-table-panel,
  .fx-row-reveal,
  .fx-panel-reveal {
    clip-path: none;
    opacity: 1;
    transition: none;
  }

  .highlights__label,
  .project__content {
    transform: none !important;
    transition: none !important;
  }

  .fx-rule,
  .fx-accent-grow,
  .fx-rise,
  .fx-stagger > li,
  .fx-stagger > .fx-stagger-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .about__mission-panel::before,
  .about__mission-panel::after,
  .contents__visual.fx-scope.is-active .contents__quote::after {
    animation: none;
  }
}

/* Letter — CEO & Board Chair --------------------------------------------- */

.letter {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.letter__header {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--aht-green-quote-solid);
  color: var(--aht-white);
}

.letter__header-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    132deg,
    var(--aht-green-quote-solid) 0%,
    #164422 52%,
    #12351c 100%
  );
}

.letter__header-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 36%,
    rgba(255, 255, 255, 0.32) 50%,
    transparent 64%
  );
  transform: translateX(-130%) skewX(-12deg);
  opacity: 0;
}

.letter__header.fx-scope.is-active .letter__header-bg::after {
  animation: fx-image-shine 2.85s var(--ease-lux-out) 1.05s forwards;
}

.letter__header-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin-inline: auto;
  padding: clamp(2rem, 3.5vh, 2.75rem) var(--section-pad-x);
}

.letter__header.fx-scope.is-active .letter__eyebrow.fx-rise {
  transition-delay: 0.55s;
}

.letter__header.fx-scope.is-active .letter__rule.fx-rule {
  transition-delay: 0.68s;
}

.letter__header.fx-scope.is-active h2.fx-rise {
  transition-delay: 0.78s;
}

.letter__header.fx-scope.is-active .letter__subtitle.fx-rise {
  transition-delay: 0.88s;
}

.letter__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}

.letter__header .letter__rule {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.45);
  margin-bottom: clamp(1.25rem, 2vh, 1.75rem);
}

.letter__header h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 3.8vw, 3.125rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--aht-white);
}

.letter__subtitle {
  margin: 0;
  font-size: clamp(1.0625rem, 1.6vw, 1.3125rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--aht-white);
}

.letter__body {
  background: var(--aht-white);
}

.letter__container {
  max-width: var(--content-max);
  margin-inline: auto;
  padding: clamp(2rem, 3.5vh, 2.75rem) var(--section-pad-x)
    clamp(1.5rem, 2.5vh, 2rem);
}

.letter__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.letter__col {
  min-width: 0;
}

.letter__col--right {
  padding-top: 0;
}

.letter__leaders {
  position: relative;
  margin-bottom: clamp(1.25rem, 2.5vh, 1.75rem);
}

.letter__leaders-deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 58%;
  height: 42%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.letter__deco-green {
  flex: 1;
  background: var(--aht-green-quote-solid);
}

.letter__deco-black {
  flex: 1;
  background: var(--aht-black);
}

.letter__portraits {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.35rem, 0.8vw, 0.5rem);
}

.letter__portrait {
  margin: 0;
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.letter__portrait-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  isolation: isolate;
}

.letter__portrait-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 36%,
    rgba(255, 255, 255, 0.38) 50%,
    transparent 64%
  );
  transform: translateX(-130%) skewX(-12deg);
  opacity: 0;
}

.letter__leaders.fx-scope.is-active .letter__portrait-media::after {
  animation: fx-image-shine 2.85s var(--ease-lux-out)
    calc(var(--fx-stagger-i, 0) * 0.14s + 1.05s) forwards;
}

.letter__portraits.fx-stagger > .letter__portrait .fx-clip-reveal {
  transition-delay: calc(var(--fx-stagger-i, 0) * 0.14s + 0.08s);
}

.letter__portrait-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.letter__nameplate {
  margin: 0;
  padding: clamp(0.5rem, 1vw, 0.65rem) clamp(0.5rem, 1.2vw, 0.75rem);
  background: var(--aht-orange);
  color: var(--aht-white);
  line-height: 1.25;
}

.letter__name {
  display: block;
  font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
  font-weight: 700;
}

.letter__role {
  display: block;
  margin-top: 0.15rem;
  font-size: clamp(0.6875rem, 0.95vw, 0.8125rem);
  font-weight: 400;
}

.letter__salutation {
  margin: 0 0 clamp(0.85rem, 1.5vh, 1.1rem);
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--aht-green-quote-solid);
}

.letter__text {
  margin: 0 0 clamp(1rem, 1.8vh, 1.25rem);
  font-size: clamp(0.875rem, 1.15vw, 1rem);
  font-weight: 400;
  line-height: 1.58;
  color: var(--aht-black);
}

.letter__col .letter__text:last-child {
  margin-bottom: 0;
}

.letter__col--right .letter__text:first-child {
  margin-top: 0;
}

.letter__highlight {
  font-weight: 700;
  color: var(--aht-orange);
}

/* Letter — responsive */
@media (max-width: 900px) {
  .letter__grid {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }

  .letter__col--left .letter__leaders {
    max-width: 420px;
  }

  .letter__col--right {
    padding-top: 0;
  }

  .letter__leaders-deco {
    width: 50%;
    height: 38%;
  }
}

@media (max-width: 520px) {
  .letter__portraits {
    gap: 0.35rem;
  }
}

/* Closing letter — section 5 ------------------------------------------------ */

.closing {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.closing__body {
  background: var(--aht-white);
}

.closing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 100%;
  min-height: clamp(520px, 65vh, 720px);
}

.closing__col {
  min-width: 0;
}

.closing__col--left {
  padding: clamp(2rem, 3.5vh, 2.75rem) clamp(1.5rem, 3vw, 2.5rem)
    clamp(2rem, 3vh, 2.5rem) var(--section-pad-x);
  padding-left: max(
    var(--section-pad-x),
    calc((100vw - var(--content-max)) / 2 + var(--section-pad-x))
  );
  display: flex;
  flex-direction: column;
}

.closing__col--right {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.closing__figure {
  margin: 0;
  height: 100%;
  min-height: inherit;
}

.closing__figure-media {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 100%;
  min-height: inherit;
}

.closing__figure-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 36%,
    rgba(255, 255, 255, 0.42) 50%,
    transparent 64%
  );
  transform: translateX(-130%) skewX(-12deg);
  opacity: 0;
}

.closing__col--right.fx-scope.is-active .closing__figure-media::after {
  animation: fx-image-shine 2.85s var(--ease-lux-out) 1.05s forwards;
}

.closing__col--right.fx-scope.is-active .closing__figure-media.fx-clip-reveal {
  transition-delay: 0.08s;
}

.closing__col--right img,
.closing__figure-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 65vh, 720px);
  object-fit: cover;
  object-position: center center;
}

.closing__figure-media .fx-parallax,
.closing__figure-media img {
  height: calc(100% + 18%);
  min-height: calc(clamp(520px, 65vh, 720px) * 1.18);
  margin-top: -9%;
}

.closing__figure-media .fx-parallax {
  --fx-parallax-scale: 1.06;
}

.closing__figure-media .fx-parallax.fx-parallax--settled {
  --fx-parallax-scale: 1.03;
}

.closing__text {
  margin: 0 0 clamp(1rem, 1.8vh, 1.25rem);
  font-size: clamp(0.875rem, 1.15vw, 1rem);
  font-weight: 400;
  line-height: 1.58;
  color: var(--aht-black);
}

.closing__sincerely {
  margin: clamp(0.5rem, 1vh, 0.75rem) 0 clamp(0.85rem, 1.5vh, 1.1rem);
  font-size: clamp(0.875rem, 1.15vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-black);
}

.closing__signatures {
  display: block;
  width: 100%;
  max-width: 22rem;
  height: auto;
  margin: 0 0 clamp(0.75rem, 1.5vh, 1rem);
}

.closing__signatories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: 0.25rem;
}

.closing__signatory {
  margin: 0;
}

.closing__signatory-name {
  margin: 0 0 0.2rem;
  font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--aht-black);
}

.closing__signatory-role {
  margin: 0 0 0.15rem;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--aht-black);
}

.closing__signatory-org {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--aht-black);
}

@media (min-width: 901px) {
  .closing__col--left {
    padding-right: clamp(2rem, 4vw, 3.5rem);
  }
}

@media (max-width: 900px) {
  .closing__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .closing__col--left {
    padding: 2rem var(--section-pad-x);
    padding-left: var(--section-pad-x);
    order: 1;
  }

  .closing__col--right {
    order: 0;
    margin-right: 0;
    width: 100%;
  }

  .closing__col--right img {
    min-height: clamp(320px, 50vw, 480px);
  }

  .closing__signatures {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .closing__signatories {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

/* Project highlights — section 6 (glass / transparent premium grid) ----- */

.highlights {
  display: flex;
  flex-direction: column;
  border-top: var(--section-accent-bar-height) solid var(--aht-orange);
  background: linear-gradient(
    165deg,
    #f6f7f9 0%,
    #eef1f4 42%,
    rgba(255, 255, 255, 0.92) 100%
  );
}

.highlights__layout {
  display: grid;
  grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
  align-items: stretch;
  flex: 1 1 auto;
  gap: 0;
}

.highlights__aside {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-right: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.04);
  padding: clamp(2rem, 3.5vh, 2.75rem) var(--section-pad-x);
  padding-left: max(
    var(--section-pad-x),
    calc((100vw - var(--content-max)) / 2 + var(--section-pad-x))
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.highlights__aside.fx-scope.is-active .highlights__logo-wrap.fx-rise {
  transition-delay: 0.1s;
}

.highlights__logo-wrap {
  overflow: hidden;
}

.highlights__accent-rule {
  width: clamp(2.75rem, 5.5vw, 4rem);
  height: 2px;
  margin: 0 0 clamp(1rem, 1.6vh, 1.25rem);
  background: var(--aht-orange);
  transform-origin: left center;
}

.highlights__aside.fx-scope.is-active .highlights__intro.fx-rise {
  transition-delay: 0.52s;
}

.highlights__logo {
  width: clamp(200px, 20vw, 260px);
  margin-bottom: 0;
  mix-blend-mode: multiply;
  opacity: 0.96;
}

.highlights__title {
  margin: 15% 0 clamp(1rem, 1.8vh, 1.5rem);
  font-family: var(--font-sans);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--aht-orange);
}

.highlights__title-line {
  display: block;
}

.highlights__intro {
  margin: 0;
  font-size: clamp(0.875rem, 1.05vw, 0.9875rem);
  font-weight: 400;
  line-height: 1.62;
  color: rgba(26, 26, 26, 0.78);
  max-width: 26rem;
}

.highlights__gallery {
  position: relative;
  background: transparent;
  padding: clamp(1rem, 2vh, 1.35rem);
  padding-right: clamp(0.75rem, 2vw, 1.25rem);
  display: flex;
  align-items: stretch;
  min-height: 0;
}

.highlights__gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 85% 65% at 18% 28%,
    rgba(232, 119, 34, 0.08) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 1.35s var(--ease-lux-out) 0.25s;
}

.highlights__gallery.fx-scope.is-active::before {
  opacity: 1;
}

.highlights__grid {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.1vw, 0.85rem);
  width: 100%;
  height: 100%;
  min-height: 0;
}

.highlights__grid > li {
  min-height: 0;
  display: flex;
}

.highlights__card {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 32px rgba(15, 20, 25, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition:
    transform 0.62s var(--ease-lux-out),
    box-shadow 0.62s var(--ease-lux-out),
    border-color 0.62s var(--ease-lux-out);
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .highlights__card:hover {
    transform: translateY(-5px) scale(1.012);
    box-shadow: 0 18px 44px rgba(15, 20, 25, 0.14),
      0 1px 0 rgba(255, 255, 255, 0.85) inset;
    border-color: rgba(255, 255, 255, 0.92);
  }

  .highlights__card:hover .highlights__card-media .fx-parallax {
    --fx-parallax-scale: 1.07;
  }

  .highlights__card:hover .highlights__label {
    background: rgba(255, 255, 255, 0.9);
  }
}

.highlights__card-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
}

.highlights__card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 36%,
    rgba(255, 255, 255, 0.42) 50%,
    transparent 64%
  );
  transform: translateX(-130%) skewX(-12deg);
  opacity: 0;
}

.highlights__gallery.fx-scope.is-active .highlights__grid > li .highlights__card-media::after {
  animation: fx-image-shine 2.85s var(--ease-lux-out)
    calc(var(--fx-stagger-i, 0) * 0.12s + 1.05s) forwards;
}

.highlights__gallery.fx-scope.is-active .highlights__grid > li .fx-clip-reveal {
  transition-delay: calc(var(--fx-stagger-i, 0) * 0.12s + 0.08s);
}

.highlights__card-media .fx-parallax,
.highlights__card-media img {
  display: block;
  width: 100%;
  height: calc(100% + 18%);
  max-height: none;
  margin-top: -9%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.75s var(--ease-lux-out);
}

.highlights__card .media-zoom {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.highlights__card .media-zoom__inner,
.highlights__card .media-zoom img {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.highlights__card .media-zoom img {
  object-fit: cover;
  object-position: center center;
}

.highlights__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: 0;
  padding: 0.55rem 0.75rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  pointer-events: none;
  transform: translate3d(0, 105%, 0);
  opacity: 0;
  transition:
    transform 0.72s var(--ease-lux-out),
    opacity 0.55s var(--ease-lux-out),
    background 0.45s var(--ease-lux-out);
  transition-delay: calc(var(--fx-stagger-i, 0) * 0.1s + 0.88s);
}

.highlights__gallery.fx-scope.is-active .highlights__grid > li .highlights__label {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.highlights__label h3 {
  margin: 0;
  font-size: clamp(0.75rem, 0.95vw, 0.875rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--aht-black);
}

.highlights .section-footbar--grey {
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: transparent;
}

@media (min-width: 901px) {
  .highlights__layout {
    height: calc(
      100dvh - var(--section-accent-bar-height) - var(--section-footbar-height)
    );
    max-height: calc(
      100dvh - var(--section-accent-bar-height) - var(--section-footbar-height)
    );
    min-height: 0;
  }

  .highlights__aside {
    padding: clamp(1.15rem, 2vh, 1.65rem) var(--section-pad-x);
    padding-left: max(
      var(--section-pad-x),
      calc((100vw - var(--content-max)) / 2 + var(--section-pad-x))
    );
    overflow: hidden;
  }

  .highlights__logo {
    width: clamp(150px, 14vw, 200px);
    margin-bottom: 0;
  }

  .highlights__title {
    font-size: clamp(1.85rem, 3.8vw, 2.85rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-top: 15%;
    margin-bottom: clamp(0.65rem, 1vh, 0.9rem);
  }

  .highlights__intro {
    font-size: clamp(0.75rem, 0.95vw, 0.875rem);
    line-height: 1.5;
  }

  .highlights__gallery {
    padding: clamp(0.85rem, 1.5vh, 1.15rem);
    padding-right: clamp(0.5rem, 1.2vw, 0.85rem);
    min-height: 0;
    height: 100%;
    overflow: hidden;
  }

  .highlights__grid {
    height: 100%;
    max-height: 100%;
    gap: clamp(0.5rem, 0.85vw, 0.7rem);
  }

  .highlights__label {
    padding: 0.4rem 0.55rem;
  }

  .highlights__label h3 {
    font-size: clamp(0.6875rem, 0.8vw, 0.8125rem);
  }
}

@media (max-width: 900px) {
  .highlights__layout {
    grid-template-columns: 1fr;
  }

  .highlights__aside {
    padding-left: var(--section-pad-x);
    padding-bottom: 1.5rem;
  }

  .highlights__intro {
    max-width: none;
  }

  .highlights__gallery {
    padding: 0 var(--section-pad-x) 1.25rem;
  }

  .highlights__grid {
    min-height: 0;
    grid-template-rows: auto;
    gap: 0.75rem;
  }

  .highlights__card {
    min-height: clamp(168px, 30vw, 210px);
  }

  .highlights__card .media-zoom {
    position: absolute;
    inset: 0;
  }
}

/* Image zoom trigger + lightbox gallery ---------------------------------- */

.media-zoom {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.media-zoom__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.media-zoom img {
  display: block;
  width: 100%;
  transition: transform 0.65s var(--ease-lux-out), filter 0.5s var(--ease-lux);
  will-change: transform;
}

.media-zoom__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(12, 14, 18, 0.18);
  opacity: 0;
  transition: opacity 0.5s var(--ease-lux), background 0.5s var(--ease-lux);
  pointer-events: none;
}

.media-zoom__cue {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.92);
  opacity: 0;
  transition: transform 0.55s var(--ease-lux-out), opacity 0.45s var(--ease-lux);
}

.media-zoom__cue-frame {
  position: absolute;
  inset: -10px;
  pointer-events: none;
}

.media-zoom__cue-corner {
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: rgba(255, 255, 255, 0.95);
  border-style: solid;
  opacity: 0.5;
  transition: width 0.5s var(--ease-lux-out), height 0.5s var(--ease-lux-out),
    opacity 0.4s ease, border-color 0.4s ease;
}

.media-zoom__cue-corner--tl {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.media-zoom__cue-corner--tr {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}

.media-zoom__cue-corner--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}

.media-zoom__cue-corner--br {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.media-zoom__cue-glass {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.85rem 1.15rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 1) inset;
}

.media-zoom__cue-icon {
  flex-shrink: 0;
  color: var(--aht-orange);
}

.media-zoom__cue-text {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--aht-black);
  white-space: nowrap;
}

.media-zoom:hover img,
.media-zoom:focus-visible img {
  transform: scale(1.06);
  filter: brightness(0.88);
}

.media-zoom:hover .media-zoom__overlay,
.media-zoom:focus-visible .media-zoom__overlay {
  opacity: 1;
  background: rgba(8, 10, 14, 0.42);
}

.media-zoom:hover .media-zoom__cue,
.media-zoom:focus-visible .media-zoom__cue {
  transform: scale(1);
  opacity: 1;
}

.media-zoom:hover .media-zoom__cue-corner,
.media-zoom:focus-visible .media-zoom__cue-corner {
  width: 22px;
  height: 22px;
  opacity: 1;
  border-color: var(--aht-orange);
}

.media-zoom:focus-visible {
  outline: 2px solid var(--aht-orange);
  outline-offset: 3px;
}

/* Highlights cards: cue sits above frosted title strip */
.highlights__card .media-zoom__overlay {
  padding-bottom: 2.75rem;
}

@media (hover: none) {
  .media-zoom__overlay {
    align-items: center;
    justify-content: center;
    opacity: 1;
    background: rgba(8, 10, 14, 0.28);
  }

  .media-zoom__cue {
    transform: scale(0.96);
    opacity: 1;
  }

  .media-zoom__cue-corner {
    width: 18px;
    height: 18px;
    opacity: 0.85;
  }

  .media-zoom__cue-glass {
    padding: 0.6rem 0.9rem;
  }

  .media-zoom__cue-text {
    font-size: 0.625rem;
    letter-spacing: 0.16em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .media-zoom img,
  .media-zoom__overlay,
  .media-zoom__cue {
    transition: none;
  }

  .media-zoom:hover img,
  .media-zoom:focus-visible img {
    transform: none;
    filter: none;
  }
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.lightbox.is-open {
  display: flex;
}

.lightbox[hidden] {
  display: none !important;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 14, 0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(96vw, 1100px);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lightbox__close {
  position: absolute;
  top: -0.25rem;
  right: 0;
  z-index: 3;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--aht-white);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.lightbox__close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: var(--aht-white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.lightbox__nav:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.26);
}

.lightbox__nav:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.lightbox__nav--prev {
  left: -0.25rem;
}

.lightbox__nav--next {
  right: -0.25rem;
}

.lightbox__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(70vh, 640px);
  max-height: 75vh;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.35);
  cursor: grab;
}

.lightbox__stage.is-dragging {
  cursor: grabbing;
}

.lightbox__img {
  max-width: 100%;
  max-height: 75vh;
  width: auto;
  height: auto;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.15s ease-out;
  user-select: none;
  -webkit-user-drag: none;
}

.lightbox__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  color: var(--aht-white);
}

.lightbox__caption {
  margin: 0;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 600;
}

.lightbox__counter {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}

.lightbox__zoom {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.lightbox__zoom button {
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--aht-white);
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
}

.lightbox__zoom button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lightbox__zoom-reset {
  min-width: 4rem;
}

@media (max-width: 720px) {
  .lightbox {
    padding: 0.75rem;
  }

  .lightbox__nav--prev {
    left: 0.25rem;
  }

  .lightbox__nav--next {
    right: 0.25rem;
  }

  .lightbox__stage {
    min-height: 50vh;
  }
}

@media (max-width: 520px) {
  .highlights__grid {
    grid-template-columns: 1fr;
  }
}

/* Project detail — Nelson Park (section 7) -------------------------------- */

.project {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
  position: relative;
}

.project + .project {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
}

.project__enter-bar {
  flex-shrink: 0;
  height: var(--section-accent-bar-height);
  background: var(--aht-orange);
  transform-origin: left center;
}

.project__layout {
  display: grid;
  grid-template-columns: minmax(300px, 40%) minmax(0, 1fr);
  align-items: stretch;
  flex: 1 1 auto;
}

.project__media {
  background: var(--aht-white);
  padding: clamp(1.5rem, 2.5vh, 2rem) var(--section-pad-x);
  padding-left: max(
    var(--section-pad-x),
    calc((100vw - var(--content-max)) / 2 + var(--section-pad-x))
  );
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1vh, 0.75rem);
  overflow: hidden;
}

.project__eyebrow-rule {
  height: 1px;
  width: clamp(3rem, 8vw, 5.5rem);
  margin: 0 0 clamp(1rem, 1.8vh, 1.35rem);
  background: rgba(26, 26, 26, 0.28);
  transform-origin: left center;
}

.project__media.fx-scope.is-active .project__eyebrow.fx-rise {
  transition-delay: 0.08s;
}

.project__media.fx-scope.is-active .project__eyebrow-rule.fx-rule {
  transition-delay: 0.22s;
}

.project__eyebrow {
  margin: 0 0 clamp(1rem, 1.8vh, 1.35rem);
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-black);
}

.project__gallery {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 0.7vw, 0.5rem);
  flex: 1 1 auto;
}

.project__figure {
  margin: 0;
  overflow: hidden;
}

.project__figure .media-zoom {
  display: block;
  width: 100%;
}

.project__figure .media-zoom__inner {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project__figure .media-zoom img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.project__figure--wide .media-zoom img {
  aspect-ratio: 16 / 10;
  min-height: clamp(140px, 18vh, 200px);
}

.project__figure-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.4rem, 0.7vw, 0.5rem);
}

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

.project--miller-ave .project__figure-row--triple .project__figure .media-zoom img {
  aspect-ratio: 4 / 3;
  min-height: clamp(100px, 12vh, 140px);
}

.project__figure-row .project__figure .media-zoom img {
  aspect-ratio: 1;
  min-height: clamp(120px, 14vh, 160px);
}

.project--emerald .project__figure-row--pair .project__figure--wide .media-zoom img,
.project--hunter-trace
  .project__figure-row--pair
  .project__figure--wide
  .media-zoom img,
.project--wj3-singles
  .project__figure-row--pair
  .project__figure--wide
  .media-zoom img,
.project--dora-lofts
  .project__figure-row--pair
  .project__figure--wide
  .media-zoom img,
.project--miller-ave
  .project__figure-row--pair
  .project__figure--wide
  .media-zoom img {
  aspect-ratio: 4 / 3;
  min-height: clamp(120px, 16vh, 180px);
}

/* Project gallery — clip reveal, shine, parallax */
.project__figure-media {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
}

.project__figure-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 36%,
    rgba(255, 255, 255, 0.42) 50%,
    transparent 64%
  );
  transform: translateX(-130%) skewX(-12deg);
  opacity: 0;
}

.project__media.fx-scope.is-active .project__figure .project__figure-media::after {
  animation: fx-image-shine 2.85s var(--ease-lux-out)
    calc(var(--fx-stagger-i, 0) * 0.12s + 1.05s) forwards;
}

.project__media.fx-scope.is-active .project__figure .project__figure-media.fx-clip-reveal {
  transition-delay: calc(var(--fx-stagger-i, 0) * 0.12s + 0.08s);
}

.project__figure-media .media-zoom {
  display: block;
  width: 100%;
}

.project__figure-media .fx-parallax,
.project__figure-media .media-zoom img {
  --fx-parallax-scale: 1.08;
}

.project__figure-media .fx-parallax.fx-parallax--settled,
.project__figure-media .media-zoom img.fx-parallax--settled {
  --fx-parallax-scale: 1.04;
}

.project__media.fx-scope.is-active .project__quote.fx-rise {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.project__content {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    148deg,
    var(--aht-grey-panel) 0%,
    #e9e9e9 52%,
    var(--aht-grey-panel) 100%
  );
  padding: clamp(2rem, 3.5vh, 2.75rem) clamp(1.75rem, 3.5vw, 3rem);
  padding-top: clamp(2.5rem, 4vh, 3.25rem);
  padding-right: max(
    var(--section-pad-x),
    calc((100vw - var(--content-max)) / 2 + var(--section-pad-x))
  );
  transition-delay: 0.14s;
}

.project__content.fx-scope.is-active {
  clip-path: inset(0 0 0 0 round 0);
}

.project__content.fx-scope.is-active .project__title.fx-line-reveal,
.project__content.fx-scope.is-active .project__title .fx-line-reveal {
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.project__badge {
  position: absolute;
  top: clamp(1.5rem, 2.5vh, 2rem);
  right: clamp(1.5rem, 3vw, 2.5rem);
  width: clamp(5.5rem, 9vw, 6.75rem);
  height: clamp(5.5rem, 9vw, 6.75rem);
  border-radius: 50%;
  background: var(--aht-orange);
  color: var(--aht-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.15;
  isolation: isolate;
  overflow: visible;
  opacity: 0;
  transform: scale(0.9);
  filter: blur(10px);
  box-shadow: 0 0 0 rgba(232, 119, 34, 0);
}

.project__badge::before {
  content: "";
  position: absolute;
  inset: -18%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(232, 119, 34, 0.42) 38%,
    transparent 72%
  );
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.project__badge::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(
    125deg,
    transparent 36%,
    rgba(255, 255, 255, 0.42) 50%,
    transparent 64%
  );
  transform: translateX(-125%);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
}

.project__content.fx-scope.is-active .project__badge,
.project__badge.is-badge-live {
  animation: fx-badge-bloom 1.75s var(--ease-lux-out) 0.12s forwards;
}

.project__content.fx-scope.is-active .project__badge::before,
.project__badge.is-badge-live::before {
  animation: fx-badge-aura 2.1s var(--ease-lux-out) 0.08s forwards;
}

.project__content.fx-scope.is-active .project__badge::after,
.project__badge.is-badge-live::after {
  animation: fx-badge-shimmer 1.35s var(--ease-lux-out) 1.15s forwards;
}

.project__badge-ring {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  pointer-events: none;
  z-index: 2;
  transform: rotate(-90deg);
}

.project__badge-ring-track,
.project__badge-ring-arc {
  fill: none;
  stroke-width: 2.25;
  stroke-linecap: round;
}

.project__badge-ring-track {
  stroke: rgba(255, 255, 255, 0.18);
}

.project__badge-ring-arc {
  stroke: rgba(255, 255, 255, 0.82);
  stroke-dasharray: 289.1;
  stroke-dashoffset: 289.1;
}

.project__content.fx-scope.is-active .project__badge-ring-arc,
.project__badge.is-badge-live .project__badge-ring-arc {
  animation: fx-badge-ring-draw 1.85s var(--ease-lux-out) 0.18s forwards;
}

.project__badge-num,
.project__badge-label {
  position: relative;
  z-index: 1;
}

.project__badge-num {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  opacity: 0;
  transform: translateY(6px);
}

.project__content.fx-scope.is-active .project__badge-num,
.project__badge.is-badge-live .project__badge-num {
  animation: fx-badge-num-in 0.55s var(--ease-lux-out) 0.72s forwards;
}

.project__badge-num.is-counting {
  opacity: 1;
  transform: translateY(0);
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.35);
}

.project__badge-label {
  margin-top: 0.15rem;
  font-size: clamp(0.625rem, 0.85vw, 0.75rem);
  font-weight: 400;
  opacity: 0;
  transform: translateY(5px);
}

.project__content.fx-scope.is-active .project__badge-label,
.project__badge.is-badge-live .project__badge-label {
  animation: fx-badge-label-in 0.7s var(--ease-lux-out) 1.35s forwards;
}

@keyframes fx-badge-bloom {
  0% {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(10px);
    box-shadow: 0 0 0 rgba(232, 119, 34, 0);
  }
  42% {
    opacity: 1;
    filter: blur(0);
    box-shadow: 0 10px 32px rgba(232, 119, 34, 0.38);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    box-shadow: 0 8px 24px rgba(232, 119, 34, 0.32);
  }
}

@keyframes fx-badge-aura {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  55% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
}

@keyframes fx-badge-ring-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fx-badge-shimmer {
  0% {
    opacity: 0;
    transform: translateX(-125%);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(125%);
  }
}

@keyframes fx-badge-num-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fx-badge-label-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.project__title {
  margin: 0 2.5rem 0.35rem 0;
  padding-right: clamp(5rem, 10vw, 7rem);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--aht-green-quote-solid);
}

.project__title-line {
  display: block;
}

.project__address {
  margin: 0 0 clamp(1.25rem, 2vh, 1.75rem);
  font-size: clamp(0.875rem, 1.15vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-black);
}

.project__block {
  margin-bottom: clamp(1.25rem, 2vh, 1.75rem);
}

.project__heading {
  margin: 0 0 0.5rem;
  font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--aht-black);
}

.project__heading--orange {
  color: var(--aht-orange);
}

.project__text {
  margin: 0 0 clamp(0.85rem, 1.4vh, 1rem);
  font-size: clamp(0.8125rem, 1.05vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.58;
  color: var(--aht-black);
}

.project__text:last-child {
  margin-bottom: 0;
}

.project__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: clamp(0.5rem, 1vh, 1rem);
  padding-top: clamp(0.25rem, 0.5vh, 0.5rem);
}

.project__list {
  margin: 0;
  padding: 0 0 0 1.15rem;
  list-style: disc;
}

.project__list li {
  margin-bottom: 0.45rem;
  font-size: clamp(0.8125rem, 1.05vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--aht-black);
}

.project__list li:last-child {
  margin-bottom: 0;
}

.project__list-highlight {
  font-weight: 700;
  color: var(--aht-orange);
}

/* Project quote (Emerald Glen, Hunter Trace) */
.project__quote {
  display: flex;
  flex-direction: column;
  margin: clamp(0.5rem, 1vh, 0.75rem) 0 0;
  padding: clamp(1rem, 2vw, 1.35rem) clamp(1rem, 2vw, 1.35rem)
    clamp(1rem, 1.8vw, 1.25rem);
  background: var(--aht-orange);
  color: var(--aht-white);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.project__quote::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 36%,
    rgba(255, 255, 255, 0.22) 50%,
    transparent 64%
  );
  transform: translateX(-130%) skewX(-10deg);
  opacity: 0;
}

.project__media.fx-scope.is-active .project__quote::after {
  animation: fx-image-shine 2.1s var(--ease-lux-out) 1.15s forwards;
}

.project__quote-mark {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 0 0.15rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1;
  color: var(--aht-green-quote-solid);
  pointer-events: none;
  user-select: none;
}

.project__quote blockquote {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.project__quote blockquote p {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: var(--aht-white);
}

.project__quote-cite {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0.75rem 0 0;
  padding: 0;
  font-size: clamp(0.6875rem, 0.9vw, 0.8125rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: var(--aht-white);
}

.project--emerald .project__details .project__heading,
.project--hunter-trace .project__heading,
.project--wj3-singles .project__heading,
.project--miller-ave .project__heading {
  color: var(--aht-orange);
}

.project--dora-lofts .project__heading--orange {
  color: var(--aht-orange);
}

@media (max-width: 960px) {
  .project__layout {
    grid-template-columns: 1fr;
  }

  .project__media {
    padding-left: var(--section-pad-x);
  }

  .project__content {
    padding-right: var(--section-pad-x);
  }

  .project__details {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 640px) {
  .project__figure-row--triple {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .project__title {
    padding-right: 0;
  }

  .project__badge {
    position: static;
    margin-bottom: 1rem;
  }
}

/* Economic impact — section 13 ------------------------------------------- */

.economic-impact {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.economic-impact__bar {
  flex-shrink: 0;
  height: var(--section-accent-bar-height);
  background: var(--aht-orange);
}

.economic-impact__wrap {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.economic-impact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.economic-impact__bg img {
  width: 100%;
  height: calc(100% + 12%);
  margin-top: -6%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.14;
  filter: grayscale(12%) brightness(1.06);
  will-change: transform;
  transform: translate3d(0, var(--fx-parallax-y, 0px), 0)
    scale(var(--fx-parallax-scale, 1.08));
  transform-origin: center center;
}

.economic-impact__container {
  position: relative;
  z-index: 1;
  padding: clamp(1.75rem, 3vh, 2.5rem) var(--section-pad-x)
    clamp(2rem, 3.5vh, 3rem);
  padding-left: max(
    var(--section-pad-x),
    calc((100vw - var(--content-max)) / 2 + var(--section-pad-x))
  );
  padding-right: max(
    var(--section-pad-x),
    calc((100vw - var(--content-max)) / 2 + var(--section-pad-x))
  );
}

.economic-impact__header {
  margin-bottom: clamp(1.5rem, 2.5vh, 2.25rem);
}

.economic-impact__eyebrow {
  margin: 0 0 0.75rem;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-black);
}

.economic-impact__rule {
  height: 1px;
  width: 100%;
  background: var(--aht-black);
  opacity: 0.35;
}

.economic-impact__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 38%);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}

.economic-impact__logo {
  width: clamp(400px, 44vw, 560px);
  max-width: 100%;
  margin-bottom: clamp(4.25rem, 6.8vh, 6rem);
  mix-blend-mode: multiply;
}

.economic-impact__content--panel {
  padding: clamp(1.15rem, 2vw, 1.65rem);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 14px 42px rgba(0, 0, 0, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.economic-impact__title {
  margin: 0 0 clamp(0.65rem, 1.2vh, 0.9rem);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--aht-orange);
}

.economic-impact__title-accent {
  width: clamp(3.5rem, 8vw, 5.5rem);
  height: 3px;
  margin-bottom: clamp(0.85rem, 1.5vh, 1.15rem);
  background: var(--aht-orange);
  border-radius: 2px;
}

.economic-impact__text {
  margin: 0 0 clamp(1rem, 1.5vh, 1.25rem);
  max-width: 36rem;
  font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.62;
  color: var(--aht-black);
}

.economic-impact__text strong {
  font-weight: 700;
  color: var(--aht-black);
}

.economic-impact__source {
  margin: 0;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.45;
  color: rgba(26, 26, 26, 0.72);
}

.economic-impact__stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vh, 1.5rem);
}

.economic-impact__stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(10.5rem, 16vw, 13.5rem);
  height: clamp(10.5rem, 16vw, 13.5rem);
  border-radius: 50%;
  padding: clamp(0.75rem, 1.5vw, 1.25rem);
  text-align: center;
  color: var(--aht-white);
  line-height: 1.2;
  isolation: isolate;
  overflow: visible;
  opacity: 0;
  transform: scale(0.9);
  filter: blur(10px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.economic-impact__stat::before {
  content: "";
  position: absolute;
  inset: -18%;
  border-radius: 50%;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.economic-impact__stat::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(
    125deg,
    transparent 36%,
    rgba(255, 255, 255, 0.42) 50%,
    transparent 64%
  );
  transform: translateX(-125%);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
}

.economic-impact__stats.fx-scope.is-active .economic-impact__stat,
.economic-impact__stat.is-stat-live {
  animation: fx-impact-stat-bloom 1.75s var(--ease-lux-out)
    calc(var(--fx-stagger-i, 0) * 0.14s + 0.12s) forwards;
}

.economic-impact__stats.fx-scope.is-active .economic-impact__stat::before,
.economic-impact__stat.is-stat-live::before {
  animation: fx-impact-stat-aura 2.1s var(--ease-lux-out)
    calc(var(--fx-stagger-i, 0) * 0.14s + 0.08s) forwards;
}

.economic-impact__stats.fx-scope.is-active .economic-impact__stat::after,
.economic-impact__stat.is-stat-live::after {
  animation: fx-impact-stat-shimmer 1.35s var(--ease-lux-out)
    calc(var(--fx-stagger-i, 0) * 0.14s + 1.15s) forwards;
}

.economic-impact__stat-ring {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  pointer-events: none;
  z-index: 2;
  transform: rotate(-90deg);
}

.economic-impact__stat-ring-track,
.economic-impact__stat-ring-arc {
  fill: none;
  stroke-width: 2.25;
  stroke-linecap: round;
}

.economic-impact__stat-ring-track {
  stroke: rgba(255, 255, 255, 0.18);
}

.economic-impact__stat-ring-arc {
  stroke: rgba(255, 255, 255, 0.82);
  stroke-dasharray: 289.1;
  stroke-dashoffset: 289.1;
}

.economic-impact__stats.fx-scope.is-active .economic-impact__stat-ring-arc,
.economic-impact__stat.is-stat-live .economic-impact__stat-ring-arc {
  animation: fx-badge-ring-draw 1.85s var(--ease-lux-out)
    calc(var(--fx-stagger-i, 0) * 0.14s + 0.18s) forwards;
}

.economic-impact__stat-value {
  position: relative;
  z-index: 1;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  opacity: 0;
  transform: translateY(6px);
}

.economic-impact__stats.fx-scope.is-active .economic-impact__stat-value,
.economic-impact__stat.is-stat-live .economic-impact__stat-value {
  animation: fx-badge-num-in 0.55s var(--ease-lux-out)
    calc(var(--fx-stagger-i, 0) * 0.14s + 0.72s) forwards;
}

.economic-impact__stat-value.is-counting {
  opacity: 1;
  transform: translateY(0);
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.35);
}

.economic-impact__stat-label {
  position: relative;
  z-index: 1;
  margin-top: 0.35rem;
  font-size: clamp(0.625rem, 0.85vw, 0.75rem);
  font-weight: 400;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(5px);
}

.economic-impact__stats.fx-scope.is-active .economic-impact__stat-label,
.economic-impact__stat.is-stat-live .economic-impact__stat-label {
  animation: fx-badge-label-in 0.7s var(--ease-lux-out)
    calc(var(--fx-stagger-i, 0) * 0.14s + 1.35s) forwards;
}

.economic-impact__stat--green::before {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(74, 155, 95, 0.42) 38%,
    transparent 72%
  );
}

.economic-impact__stats.fx-scope.is-active .economic-impact__stat--green,
.economic-impact__stat--green.is-stat-live {
  --impact-stat-shadow: rgba(74, 155, 95, 0.38);
  --impact-stat-shadow-final: rgba(74, 155, 95, 0.32);
}

.economic-impact__stat--orange::before {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(232, 119, 34, 0.42) 38%,
    transparent 72%
  );
}

.economic-impact__stats.fx-scope.is-active .economic-impact__stat--orange,
.economic-impact__stat--orange.is-stat-live {
  --impact-stat-shadow: rgba(232, 119, 34, 0.38);
  --impact-stat-shadow-final: rgba(232, 119, 34, 0.32);
}

.economic-impact__stat--gray::before {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(88, 88, 88, 0.42) 38%,
    transparent 72%
  );
}

.economic-impact__stats.fx-scope.is-active .economic-impact__stat--gray,
.economic-impact__stat--gray.is-stat-live {
  --impact-stat-shadow: rgba(88, 88, 88, 0.38);
  --impact-stat-shadow-final: rgba(88, 88, 88, 0.32);
}

@keyframes fx-impact-stat-bloom {
  0% {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(10px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  42% {
    opacity: 1;
    filter: blur(0);
    box-shadow: 0 10px 32px var(--impact-stat-shadow, rgba(232, 119, 34, 0.38));
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    box-shadow: 0 8px 24px var(--impact-stat-shadow-final, rgba(232, 119, 34, 0.32));
  }
}

@keyframes fx-impact-stat-aura {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  55% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
}

@keyframes fx-impact-stat-shimmer {
  0% {
    opacity: 0;
    transform: translateX(-125%);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(125%);
  }
}

.economic-impact__stat--green {
  background: var(--aht-green-quote-solid);
}

.economic-impact__stat--orange {
  background: var(--aht-orange);
}

.economic-impact__stat--gray {
  background: #585858;
}

@media (min-width: 901px) {
  .economic-impact {
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .economic-impact__wrap {
    height: calc(
      100dvh - var(--section-accent-bar-height) - var(--section-footbar-height)
    );
    max-height: calc(
      100dvh - var(--section-accent-bar-height) - var(--section-footbar-height)
    );
    display: flex;
    flex-direction: column;
  }

  .economic-impact__container {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: clamp(0.85rem, 1.6vh, 1.25rem);
    padding-bottom: clamp(0.85rem, 1.6vh, 1.25rem);
  }

  .economic-impact__header {
    flex-shrink: 0;
    margin-bottom: clamp(0.5rem, 1vh, 0.85rem);
  }

  .economic-impact__eyebrow {
    margin-bottom: 0.35rem;
    font-size: 0.8125rem;
  }

  .economic-impact__layout {
    flex: 1;
    min-height: 0;
    align-items: center;
    gap: clamp(1.25rem, 2.5vw, 2rem);
    grid-template-columns: minmax(0, 1fr) minmax(210px, 34%);
  }

  .economic-impact__content {
    min-height: 0;
  }

  .economic-impact__logo {
    width: clamp(260px, 26vw, 350px);
    max-width: min(350px, 42vw);
    margin-bottom: clamp(1.36rem, 2.9vh, 2.2rem);
  }

  .economic-impact__title {
    margin-bottom: clamp(0.5rem, 1vh, 0.75rem);
    font-size: clamp(2rem, 3.5vw, 2.75rem);
  }

  .economic-impact__content--panel {
    padding: clamp(0.9rem, 1.6vh, 1.25rem);
  }

  .economic-impact__text {
    margin-bottom: clamp(0.35rem, 0.6vh, 0.5rem);
    font-size: clamp(0.875rem, 1.1vh, 1rem);
    line-height: 1.58;
    max-width: 34rem;
  }

  .economic-impact__source {
    font-size: clamp(0.75rem, 0.95vh, 0.875rem);
  }

  .economic-impact__stats {
    flex-shrink: 0;
    gap: clamp(0.4rem, 0.9vh, 0.65rem);
  }

  .economic-impact__stat {
    width: clamp(8.75rem, 16.25vh, 12rem);
    height: clamp(8.75rem, 16.25vh, 12rem);
    padding: 0.5rem 0.6rem;
  }

  .economic-impact__stat-value {
    font-size: clamp(1.55rem, 3.25vh, 2.15rem);
  }

  .economic-impact__stat-label {
    margin-top: 0.2rem;
    font-size: clamp(0.65rem, 1.3vh, 0.8125rem);
    line-height: 1.28;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .economic-impact__logo {
    width: 240px;
    max-width: min(240px, 38vw);
    margin-bottom: 1.02rem;
  }

  .economic-impact__title {
    font-size: clamp(1.75rem, 3.2vw, 2.25rem);
    margin-bottom: 0.35rem;
  }

  .economic-impact__text {
    font-size: 0.8125rem;
    line-height: 1.55;
  }

  .economic-impact__stat {
    width: 8.45rem;
    height: 8.45rem;
  }

  .economic-impact__stat-value {
    font-size: 1.45rem;
  }

  .economic-impact__stat-label {
    font-size: 0.625rem;
  }
}

@media (max-width: 960px) {
  .economic-impact__layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .economic-impact__stats {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(0.75rem, 2vw, 1.25rem);
  }

  .economic-impact__stat {
    width: clamp(9rem, 28vw, 11.5rem);
    height: clamp(9rem, 28vw, 11.5rem);
  }
}

@media (max-width: 520px) {
  .economic-impact__stats {
    flex-direction: column;
    align-items: center;
  }
}

/* Loans closed — section 14 ------------------------------------------------ */

.loans-closed {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.loans-closed__bar {
  flex-shrink: 0;
  height: var(--section-accent-bar-height);
  background: var(--aht-orange);
}

.loans-closed__wrap {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.loans-closed__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.loans-closed__bg img {
  width: 100%;
  height: calc(100% + 12%);
  margin-top: -6%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.14;
  filter: grayscale(12%) brightness(1.06);
  will-change: transform;
  transform: translate3d(0, var(--fx-parallax-y, 0px), 0)
    scale(var(--fx-parallax-scale, 1.08));
  transform-origin: center center;
}

.loans-closed__container {
  position: relative;
  z-index: 1;
  padding: clamp(1.75rem, 3vh, 2.5rem) var(--section-pad-x)
    clamp(2rem, 3.5vh, 3rem);
  padding-left: max(
    var(--section-pad-x),
    calc((100vw - var(--content-max)) / 2 + var(--section-pad-x))
  );
  padding-right: max(
    var(--section-pad-x),
    calc((100vw - var(--content-max)) / 2 + var(--section-pad-x))
  );
}

.loans-closed__header {
  margin-bottom: clamp(1rem, 2vh, 1.5rem);
}

.loans-closed__eyebrow {
  margin: 0 0 0.75rem;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-black);
}

.loans-closed__rule {
  height: 1px;
  width: 100%;
  background: var(--aht-black);
  opacity: 0.35;
}

.loans-closed__logo {
  width: clamp(400px, 44vw, 560px);
  max-width: 100%;
  margin-bottom: clamp(3.75rem, 6vh, 5.25rem);
  mix-blend-mode: multiply;
}

.loans-closed__title {
  margin: 0 0 clamp(0.65rem, 1.2vh, 0.9rem);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--aht-green-quote-solid);
}

.loans-closed__title-accent {
  width: clamp(3.5rem, 8vw, 5.5rem);
  height: 3px;
  margin-bottom: clamp(0.85rem, 1.5vh, 1.15rem);
  background: var(--aht-green-quote-solid);
  border-radius: 2px;
}

.loans-closed__tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2vw, 1.75rem);
  align-items: start;
}

.loans-closed__table-col.fx-table-panel {
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(12px) saturate(1.12);
  -webkit-backdrop-filter: blur(12px) saturate(1.12);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.loans-closed__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.loans-closed__table th,
.loans-closed__table td {
  padding: clamp(0.45rem, 0.75vh, 0.62rem) clamp(0.55rem, 0.95vw, 0.8rem);
  font-size: clamp(0.8125rem, 1.05vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
}

.loans-closed__table th {
  background: var(--aht-orange);
  color: var(--aht-white);
  font-weight: 700;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.loans-closed__table th:nth-child(2),
.loans-closed__table td:nth-child(2) {
  width: 38%;
}

.loans-closed__table th:nth-child(3),
.loans-closed__table td:nth-child(3) {
  width: 18%;
  text-align: center;
}

.loans-closed__table tbody tr:nth-child(odd) td {
  background: var(--aht-white);
}

.loans-closed__table tbody tr:nth-child(even) td {
  background: var(--aht-grey-panel);
}

.loans-closed__row--total td {
  font-weight: 700;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  background: rgba(74, 155, 95, 0.14) !important;
  color: var(--aht-black);
  border-top: 2px solid var(--aht-green-quote-solid);
}

.loans-closed__note {
  margin: clamp(0.65rem, 1.1vh, 0.9rem) clamp(0.45rem, 0.8vw, 0.65rem) 0;
  font-size: clamp(0.75rem, 0.95vw, 0.875rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.45;
  color: rgba(26, 26, 26, 0.78);
}

@media (min-width: 901px) {
  .loans-closed {
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .loans-closed__wrap {
    height: calc(
      100dvh - var(--section-accent-bar-height) - var(--section-footbar-height)
    );
    max-height: calc(
      100dvh - var(--section-accent-bar-height) - var(--section-footbar-height)
    );
    display: flex;
    flex-direction: column;
  }

  .loans-closed__container {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: clamp(0.75rem, 1.4vh, 1.1rem);
    padding-bottom: clamp(0.75rem, 1.4vh, 1.1rem);
  }

  .loans-closed__header {
    flex-shrink: 0;
    margin-bottom: clamp(0.5rem, 1vh, 0.85rem);
  }

  .loans-closed__eyebrow {
    margin-bottom: 0.35rem;
    font-size: 0.8125rem;
  }

  .loans-closed__logo {
    width: clamp(260px, 26vw, 350px);
    max-width: min(350px, 42vw);
    margin-bottom: clamp(1.95rem, 3.6vh, 3rem);
  }

  .loans-closed__title {
    flex-shrink: 0;
    margin-bottom: clamp(0.5rem, 1vh, 0.75rem);
    font-size: clamp(2rem, 3.5vw, 2.75rem);
  }

  .loans-closed__tables {
    flex: 1;
    min-height: 0;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    align-items: stretch;
  }

  .loans-closed__table-col {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .loans-closed__table th,
  .loans-closed__table td {
    padding: clamp(0.32rem, 0.6vh, 0.48rem) clamp(0.45rem, 0.75vw, 0.62rem);
    font-size: clamp(0.75rem, 0.95vh, 0.875rem);
    line-height: 1.35;
  }

  .loans-closed__table th {
    font-size: clamp(0.75rem, 0.92vh, 0.875rem);
  }

  .loans-closed__note {
    margin-top: clamp(0.35rem, 0.65vh, 0.5rem);
    font-size: clamp(0.6875rem, 0.85vh, 0.8125rem);
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .loans-closed__logo {
    width: 220px;
    margin-bottom: 1.5rem;
  }

  .loans-closed__title {
    font-size: clamp(1.75rem, 3.2vw, 2.25rem);
    margin-bottom: 0.4rem;
  }

  .loans-closed__table th,
  .loans-closed__table td {
    padding: 0.28rem 0.42rem;
    font-size: 0.71875rem;
  }
}

@media (max-width: 960px) {
  .loans-closed__tables {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

/* Financial statements — section 15 -------------------------------------- */

.financials {
  display: flex;
  flex-direction: column;
  background: #1a1a1a;
  color: var(--aht-white);
}

.financials__bar {
  flex-shrink: 0;
  height: var(--section-accent-bar-height);
  background: var(--aht-orange);
}

.financials__wrap {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.financials__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

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

.financials__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(0, 0, 0, 0.62) 45%,
    rgba(0, 0, 0, 0.68) 100%
  );
}

.financials__container {
  position: relative;
  z-index: 2;
  padding: clamp(1.75rem, 3vh, 2.5rem) var(--section-pad-x)
    clamp(2rem, 3.5vh, 3rem);
  padding-left: max(
    var(--section-pad-x),
    calc((100vw - var(--content-max)) / 2 + var(--section-pad-x))
  );
  padding-right: max(
    var(--section-pad-x),
    calc((100vw - var(--content-max)) / 2 + var(--section-pad-x))
  );
}

.financials__header {
  margin-bottom: clamp(1rem, 2vh, 1.5rem);
}

.financials__eyebrow {
  margin: 0 0 0.75rem;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-white);
}

.financials__rule {
  height: 1px;
  width: 100%;
  background: var(--aht-white);
  opacity: 0.85;
}

.financials__logo {
  width: clamp(400px, 44vw, 560px);
  max-width: 100%;
  margin-bottom: clamp(3.75rem, 6vh, 5.25rem);
}

.financials__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.financials__col {
  padding: clamp(0.85rem, 1.5vw, 1.15rem);
  background: linear-gradient(
    155deg,
    rgba(34, 34, 34, 0.9) 0%,
    rgba(22, 22, 22, 0.94) 100%
  );
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.financials__statement-title {
  margin: 0 0 clamp(0.85rem, 1.5vh, 1.15rem);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--aht-white);
}

.financials__statement-line {
  display: block;
}

.financials__block {
  margin-bottom: clamp(0.85rem, 1.5vh, 1.15rem);
  padding: clamp(0.65rem, 1.1vw, 0.85rem);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.financials__block:last-child {
  margin-bottom: 0;
}

.financials__band {
  margin: 0 0 clamp(0.5rem, 0.9vh, 0.7rem);
  padding: clamp(0.42rem, 0.75vh, 0.55rem) clamp(0.75rem, 1.3vw, 0.95rem);
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--aht-white);
  letter-spacing: 0.01em;
}

.financials__band--orange {
  background: var(--aht-orange);
}

.financials__band--green {
  background: var(--aht-green-quote-solid);
}

.financials__lines {
  margin: 0;
  padding: 0;
}

.financials__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(0.5rem, 1.5vw, 1.25rem);
  align-items: baseline;
  margin-bottom: clamp(0.28rem, 0.5vh, 0.4rem);
  font-size: clamp(0.8125rem, 1.05vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.42;
}

.financials__row dt,
.financials__row dd {
  margin: 0;
}

.financials__row dd {
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

.financials__sym {
  display: inline-block;
  min-width: 0.65em;
  text-align: left;
}

.financials__total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(0.5rem, 1.5vw, 1.25rem);
  align-items: baseline;
  margin: clamp(0.45rem, 0.8vh, 0.65rem) 0 0;
  padding: clamp(0.35rem, 0.6vh, 0.5rem) 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: clamp(0.8125rem, 1.05vw, 0.96875rem);
  font-weight: 700;
  line-height: 1.4;
}

.financials__total-amount {
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

.section-footbar--financials {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
  border-top-color: rgba(255, 255, 255, 0.18);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 901px) {
  .financials {
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .financials__wrap {
    height: calc(
      100dvh - var(--section-accent-bar-height) - var(--section-footbar-height)
    );
    max-height: calc(
      100dvh - var(--section-accent-bar-height) - var(--section-footbar-height)
    );
    display: flex;
    flex-direction: column;
  }

  .financials__container {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: clamp(0.75rem, 1.4vh, 1.1rem);
    padding-bottom: clamp(0.75rem, 1.4vh, 1.1rem);
  }

  .financials__header {
    flex-shrink: 0;
    margin-bottom: clamp(0.5rem, 1vh, 0.85rem);
  }

  .financials__eyebrow {
    margin-bottom: 0.35rem;
    font-size: 0.8125rem;
  }

  .financials__logo {
    width: clamp(260px, 26vw, 350px);
    max-width: min(350px, 42vw);
    margin-bottom: clamp(1.95rem, 3.6vh, 3rem);
  }

  .financials__columns {
    flex: 1;
    min-height: 0;
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }

  .financials__statement-title {
    margin-bottom: clamp(0.45rem, 0.85vh, 0.65rem);
    font-size: clamp(1.35rem, 2.4vh, 1.85rem);
  }

  .financials__block {
    margin-bottom: clamp(0.55rem, 1vh, 0.75rem);
  }

  .financials__col {
    padding: clamp(0.65rem, 1.2vh, 0.9rem);
  }

  .financials__band {
    margin-bottom: clamp(0.3rem, 0.55vh, 0.42rem);
    padding: clamp(0.3rem, 0.55vh, 0.42rem) clamp(0.55rem, 1vw, 0.7rem);
    font-size: clamp(0.75rem, 1vh, 0.875rem);
  }

  .financials__row {
    margin-bottom: clamp(0.14rem, 0.3vh, 0.24rem);
    font-size: clamp(0.71875rem, 0.95vh, 0.84375rem);
  }

  .financials__total {
    margin-top: clamp(0.25rem, 0.45vh, 0.35rem);
    font-size: clamp(0.71875rem, 0.95vh, 0.84375rem);
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .financials__logo {
    width: 220px;
    margin-bottom: 1.5rem;
  }

  .financials__statement-title {
    font-size: clamp(1.2rem, 2.2vw, 1.5rem);
    margin-bottom: 0.35rem;
  }

  .financials__row,
  .financials__total {
    font-size: 0.71875rem;
  }

  .financials__band {
    font-size: 0.75rem;
  }
}

@media (max-width: 960px) {
  .financials__columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* EDAP — section 16 -------------------------------------------------------- */

.edap {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.edap__wrap {
  flex: 1 1 auto;
}

.edap__container {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 3vw, 2.5rem);
  padding-right: clamp(1.25rem, 3vw, 2.5rem);
}

.edap__header {
  margin-bottom: clamp(1rem, 1.8vh, 1.35rem);
}

.edap__eyebrow {
  margin: 0 0 0.75rem;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-black);
}

.edap__rule {
  height: 1px;
  width: 100%;
  background: var(--aht-black);
  opacity: 0.35;
}

.edap__masthead {
  width: 100%;
  background: var(--aht-panel-header);
}

.edap__masthead-inner {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1.75rem, 3vh, 2.5rem) clamp(1.25rem, 3vw, 2.5rem)
    clamp(1.25rem, 2.5vh, 1.75rem);
  display: flex;
  flex-direction: column;
}

.edap__masthead-row {
  display: grid;
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  column-gap: 30%;
  align-items: center;
}

.edap__logo {
  width: 100%;
  max-width: 220px;
  height: auto;
}

.edap__body {
  background: var(--aht-white);
}

.edap__body .edap__container {
  padding-top: clamp(1.5rem, 2.5vh, 2.25rem);
  padding-bottom: clamp(2rem, 3.5vh, 3rem);
}

.edap__title {
  margin: 0;
  font-size: clamp(1.65rem, 3.2vw, 2.5rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--aht-green-quote-solid);
}

.edap__title-bold {
  font-weight: 700;
}

.edap__title-thin {
  font-weight: 300;
}

.edap__title-line {
  display: block;
}

.edap__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.edap__lead {
  margin: 0 0 clamp(1rem, 1.6vh, 1.25rem);
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  font-weight: 700;
  line-height: 1.55;
  color: var(--aht-orange);
}

.edap__text {
  margin: 0 0 clamp(0.85rem, 1.4vh, 1rem);
  font-size: clamp(0.8125rem, 1.05vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.58;
  color: var(--aht-black);
}

.edap__text:last-child {
  margin-bottom: 0;
}

.edap__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.65rem, 1.2vw, 1rem);
  margin-bottom: clamp(1rem, 1.8vh, 1.35rem);
}

.edap__photo {
  margin: 0;
}

.edap__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
}

.edap__photo figcaption {
  margin-top: 0.4rem;
  font-size: clamp(0.625rem, 0.8vw, 0.75rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  color: var(--aht-grey-muted);
}

.edap__event {
  margin: 0 0 clamp(0.85rem, 1.4vh, 1rem);
  font-size: clamp(0.8125rem, 1.05vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.58;
  color: var(--aht-black);
}

.edap__event:last-child {
  margin-bottom: 0;
}

.edap__event strong {
  font-weight: 700;
  color: var(--aht-black);
}

@media (max-width: 960px) {
  .edap__masthead-row {
    grid-template-columns: 1fr;
    row-gap: 1.625rem;
  }

  .edap__logo {
    max-width: 180px;
  }

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

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

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

/* Legacy of leadership — section 17 -------------------------------------- */

.legacy {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.legacy__wrap {
  flex: 1 1 auto;
}

.legacy__container {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 3vw, 2.5rem);
  padding-right: clamp(1.25rem, 3vw, 2.5rem);
}

.legacy__masthead {
  width: 100%;
  background: var(--aht-panel-header);
}

.legacy__masthead-inner {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1.75rem, 3vh, 2.5rem) clamp(1.25rem, 3vw, 2.5rem)
    clamp(1.35rem, 2.5vh, 2rem);
}

.legacy__header {
  margin-bottom: clamp(1rem, 1.8vh, 1.35rem);
}

.legacy__eyebrow {
  margin: 0 0 0.75rem;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-black);
}

.legacy__rule {
  height: 1px;
  width: 100%;
  background: var(--aht-black);
  opacity: 0.35;
}

.legacy__title {
  margin: 0 0 clamp(0.45rem, 0.85vh, 0.65rem);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--aht-green-quote-solid);
}

.legacy__subtitle {
  margin: 0;
  max-width: 36rem;
  font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--aht-black);
}

.legacy__body {
  background: var(--aht-white);
}

.legacy__body .legacy__container {
  padding-top: clamp(1.5rem, 2.5vh, 2.25rem);
  padding-bottom: clamp(2rem, 3.5vh, 3rem);
}

.legacy__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.legacy__text {
  margin: 0 0 clamp(0.85rem, 1.4vh, 1rem);
  font-size: clamp(0.8125rem, 1.05vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.58;
  color: var(--aht-black);
}

.legacy__text:last-child {
  margin-bottom: 0;
}

.legacy__col--media {
  display: flex;
  flex-direction: column;
  gap: clamp(0.65rem, 1.2vw, 1rem);
}

.legacy__figure {
  margin: 0;
  overflow: hidden;
}

.legacy__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.legacy__figure--wide img {
  width: 100%;
  aspect-ratio: 32 / 9;
  max-height: none;
  object-position: center top;
}

.legacy__caption-bar {
  margin: 0;
  padding: clamp(0.4rem, 0.75vh, 0.55rem) clamp(0.55rem, 1vw, 0.75rem);
  background: var(--aht-orange);
  color: var(--aht-white);
  font-size: clamp(0.625rem, 0.85vw, 0.75rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-align: left;
}

.legacy__caption-bar strong {
  font-weight: 700;
}

.legacy__figure--portrait img {
  width: 100%;
  aspect-ratio: 16 / 15;
  object-position: center top;
}

.legacy__portraits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.5rem, 1vw, 0.75rem);
}

.legacy__figure--portrait .legacy__caption-bar {
  text-align: center;
}

@media (max-width: 960px) {
  .legacy__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

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

/* Board of directors — section 18 ---------------------------------------- */

.board {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.board__container {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 3vw, 2.5rem);
  padding-right: clamp(1.25rem, 3vw, 2.5rem);
}

.board__top {
  background: var(--aht-black);
  color: var(--aht-white);
  padding-bottom: 0 !important;
  overflow: visible;
}

.board__top-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 44%);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: end;
  padding-top: clamp(1.75rem, 3vh, 2.5rem);
}

.board__header {
  margin-bottom: clamp(1rem, 1.8vh, 1.35rem);
}

.board__eyebrow {
  margin: 0 0 0.75rem;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-white);
}

.board__rule {
  height: 1px;
  width: 100%;
  background: var(--aht-white);
  opacity: 0.85;
}

.board__title {
  margin: 0 0 clamp(0.65rem, 1.2vh, 0.9rem);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--aht-orange);
}

.board__subtitle {
  margin: 0 0 20px !important;
  padding-bottom: 0;
  font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--aht-white);
  max-width: 22rem;
}

.board__subtitle-line {
  display: block;
}

.board__featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.5rem, 1vw, 0.75rem);
  align-self: end;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 3;
}

.board__body {
  position: relative;
  z-index: 2;
  background: var(--aht-white);
  padding-top: 0 !important;
  padding-bottom: clamp(1.5rem, 2.5vh, 2rem);
}

.board__body .board__container {
  padding-top: 15px !important;
}

.board__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.45rem, 0.9vw, 0.65rem);
}

.board__card {
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.board__card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.board__card--featured img {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  object-position: center top;
}

.board__caption {
  margin: 0;
  padding: clamp(0.35rem, 0.65vh, 0.5rem) clamp(0.35rem, 0.6vw, 0.5rem);
  background: var(--aht-orange);
  color: var(--aht-white);
  font-size: clamp(0.5625rem, 0.75vw, 0.6875rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
}

.board__caption strong,
.board__caption-name {
  font-weight: 700;
}

.board__caption--chair {
  background: var(--aht-green-quote-solid);
}

.board__card--featured .board__caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.1rem;
  padding: clamp(0.4rem, 0.7vh, 0.55rem) clamp(0.5rem, 0.9vw, 0.65rem);
  font-size: clamp(0.625rem, 0.85vw, 0.75rem);
}

.board__caption-role {
  font-weight: 400;
  font-size: 0.92em;
}

@media (max-width: 1100px) {
  .board__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .board__top-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .board__featured {
    max-width: 420px;
    margin-left: auto;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 720px) {
  .board__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .board__featured {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 480px) {
  .board__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Our Staff — section 19 --------------------------------------------------- */

.staff {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.staff__container {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 3vw, 2.5rem);
  padding-right: clamp(1.25rem, 3vw, 2.5rem);
}

.staff__masthead {
  width: 100%;
  background: var(--aht-panel-header);
}

.staff__masthead-inner {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1.75rem, 3vh, 2.5rem) clamp(1.25rem, 3vw, 2.5rem)
    clamp(1.35rem, 2.5vh, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 48%);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}

.staff__header {
  margin-bottom: clamp(1rem, 1.8vh, 1.35rem);
}

.staff__eyebrow {
  margin: 0 0 0.75rem;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-black);
}

.staff__rule {
  height: 1px;
  width: 100%;
  background: var(--aht-black);
  opacity: 0.35;
}

.staff__title {
  margin: 0 0 clamp(0.45rem, 0.85vh, 0.65rem);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--aht-orange);
}

.staff__subtitle {
  margin: 0;
  font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--aht-black);
  max-width: 22rem;
}

.staff__subtitle-line {
  display: block;
}

.staff__group-photo {
  margin: 0;
  overflow: hidden;
}

.staff__group-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center center;
}

.staff__body {
  background: var(--aht-white);
  padding-bottom: clamp(1.5rem, 2.5vh, 2rem);
}

.staff__body .staff__container {
  padding-top: clamp(1.25rem, 2.5vh, 2rem);
}

.staff__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.45rem, 0.9vw, 0.65rem);
}

.staff__card {
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.staff__card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.staff__caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  margin: 0;
  padding: clamp(0.4rem, 0.7vh, 0.55rem) clamp(0.5rem, 0.9vw, 0.65rem);
  background: var(--aht-orange);
  color: var(--aht-white);
  font-size: clamp(0.625rem, 0.85vw, 0.75rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  text-align: left;
}

.staff__caption-name {
  font-weight: 700;
}

.staff__caption-role {
  font-weight: 400;
  font-size: 0.92em;
}

@media (max-width: 1100px) {
  .staff__masthead-inner {
    grid-template-columns: 1fr;
  }

  .staff__group-photo {
    max-width: 520px;
  }

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

@media (max-width: 720px) {
  .staff__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .staff__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Our Partners — section 20 ------------------------------------------------ */

.partners {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.partners__container {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 3vw, 2.5rem);
  padding-right: clamp(1.25rem, 3vw, 2.5rem);
}

.partners__header-band {
  width: 100%;
  background: var(--aht-panel-header);
}

.partners__header-band .partners__container {
  padding-top: clamp(1.75rem, 3vh, 2.5rem);
  padding-bottom: clamp(1.35rem, 2.5vh, 2rem);
}

.partners__header {
  margin-bottom: clamp(1rem, 1.8vh, 1.35rem);
}

.partners__eyebrow {
  margin: 0 0 0.75rem;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-black);
}

.partners__rule {
  height: 1px;
  width: 100%;
  background: var(--aht-black);
  opacity: 0.35;
}

.partners__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 240px);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: center;
  margin-bottom: 0;
}

.partners__title {
  margin: 0 0 clamp(0.35rem, 0.65vh, 0.5rem);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--aht-orange);
}

.partners__org {
  margin: 0;
  font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--aht-black);
  max-width: 28rem;
}

.partners__logo {
  width: 100%;
  max-width: 240px;
  height: auto;
  justify-self: end;
}

.partners__body {
  flex: 1 1 auto;
  background: var(--aht-white);
}

.partners__body .partners__container {
  padding-top: clamp(1.5rem, 2.5vh, 2.25rem);
  padding-bottom: clamp(2rem, 3.5vh, 3rem);
}

.partners__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.44rem, 0.75vw, 0.625rem);
  width: 50%;
  max-width: 42.5rem;
  min-width: min(100%, 22.5rem);
  margin-left: auto;
  margin-right: auto;
}

.partners__card {
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.partners__card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.partners__caption {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
  margin: 0;
  padding: clamp(0.35rem, 0.62vh, 0.48rem) clamp(0.38rem, 0.7vw, 0.53rem);
  background: var(--aht-partner-navy);
  color: var(--aht-white);
  font-size: clamp(0.625rem, 0.8vw, 0.78rem);
  line-height: 1.28;
  text-align: left;
}

.partners__name {
  font-weight: 700;
}

.partners__role {
  font-weight: 400;
  font-size: 0.95em;
}

@media (max-width: 900px) {
  .partners__intro {
    grid-template-columns: 1fr;
  }

  .partners__logo {
    max-width: 200px;
    justify-self: start;
  }

  .partners__grid {
    width: min(88%, 25rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .partners__grid {
    width: 100%;
    max-width: 17.5rem;
    grid-template-columns: 1fr;
  }
}

/* Columbus partners — section 21 ----------------------------------------- */

.columbus-partners {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.columbus-partners__container {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 3vw, 2.5rem);
  padding-right: clamp(1.25rem, 3vw, 2.5rem);
}

.columbus-partners__header-band {
  width: 100%;
  background: var(--aht-panel-header);
}

.columbus-partners__header-band .columbus-partners__container {
  padding-top: clamp(1.75rem, 3vh, 2.5rem);
  padding-bottom: clamp(1.35rem, 2.5vh, 2rem);
}

.columbus-partners__header {
  margin-bottom: clamp(1rem, 1.8vh, 1.35rem);
}

.columbus-partners__eyebrow {
  margin: 0 0 0.75rem;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-black);
}

.columbus-partners__rule {
  height: 1px;
  width: 100%;
  background: var(--aht-black);
  opacity: 0.35;
}

.columbus-partners__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 280px);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: center;
}

.columbus-partners__title {
  margin: 0 0 clamp(0.35rem, 0.65vh, 0.5rem);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--aht-orange);
}

.columbus-partners__org {
  margin: 0;
  font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--aht-black);
  max-width: 28rem;
}

.columbus-partners__org-line {
  display: block;
}

.columbus-partners__logo {
  width: 100%;
  max-width: 260px;
  height: auto;
  justify-self: end;
}

.columbus-partners__body {
  background: var(--aht-white);
}

.columbus-partners__body .columbus-partners__container {
  padding-top: clamp(1.5rem, 2.5vh, 2.25rem);
  padding-bottom: clamp(2rem, 3.5vh, 3rem);
}

.columbus-partners__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.45rem, 0.9vw, 0.65rem);
}

.columbus-partners__card {
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.columbus-partners__card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
}

.columbus-partners__caption {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  margin: 0;
  min-height: 2.75em;
  padding: clamp(0.35rem, 0.65vh, 0.5rem) clamp(0.35rem, 0.6vw, 0.5rem);
  background: var(--aht-partner-navy);
  color: var(--aht-white);
  font-size: clamp(0.5625rem, 0.75vw, 0.6875rem);
  line-height: 1.28;
  text-align: left;
}

.columbus-partners__name {
  font-weight: 700;
}

.columbus-partners__role {
  font-weight: 400;
  font-size: 0.92em;
}

@media (max-width: 1100px) {
  .columbus-partners__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .columbus-partners__intro {
    grid-template-columns: 1fr;
  }

  .columbus-partners__logo {
    max-width: 220px;
    justify-self: start;
  }

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

@media (max-width: 560px) {
  .columbus-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Corporate & nonprofit partners — section 22 ------------------------------ */

.corp-partners {
  display: flex;
  flex-direction: column;
  background: var(--aht-white);
}

.corp-partners__wrap {
  flex: 1 1 auto;
}

.corp-partners__container {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1.75rem, 3vh, 2.5rem) clamp(1.25rem, 3vw, 2.5rem)
    clamp(2rem, 3.5vh, 3rem);
}

.corp-partners__header {
  margin-bottom: clamp(1rem, 1.8vh, 1.35rem);
}

.corp-partners__eyebrow {
  margin: 0 0 0.75rem;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--aht-black);
}

.corp-partners__rule {
  height: 1px;
  width: 100%;
  background: var(--aht-black);
  opacity: 0.35;
}

.corp-partners__intro {
  margin-bottom: clamp(1.35rem, 2.2vh, 1.85rem);
}

.corp-partners__title {
  margin: 0 0 clamp(0.35rem, 0.65vh, 0.5rem);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--aht-green-quote-solid);
}

.corp-partners__subtitle {
  margin: 0 0 clamp(1rem, 1.8vh, 1.35rem);
  font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--aht-black);
}

.corp-partners__subtitle-line {
  display: block;
}

.corp-partners__logos {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corp-partners__logos img {
  display: block;
  width: 100%;
  max-width: min(1100px, 100%);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Support our mission — section 23 ----------------------------------------- */

.support-mission {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--aht-orange);
  color: var(--aht-black);
}

.support-mission__wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.support-mission__container {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(2.25rem, 4.5vh, 3.5rem) clamp(1.25rem, 3vw, 2.5rem)
    clamp(2rem, 3.5vh, 3rem);
  text-align: center;
}

.support-mission__tagline {
  margin: 0 0 clamp(0.85rem, 1.5vh, 1.15rem);
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--aht-black);
}

.support-mission__title {
  margin: 0 0 clamp(1.35rem, 2.4vh, 1.85rem);
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--aht-white);
}

.support-mission__body {
  margin: 0 auto;
  max-width: 52rem;
  font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--aht-black);
}

.support-mission__donate {
  margin-top: clamp(0.5rem, 1vh, 0.75rem);
}

.support-mission__donate-heading {
  margin: 0 0 clamp(0.85rem, 1.5vh, 1.15rem);
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--aht-white);
}

.support-mission__address {
  margin: 0;
  font-style: normal;
  font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--aht-black);
}

.support-mission__address p {
  margin: 0 0 0.15rem;
}

.support-mission__org {
  font-weight: 700;
}

.support-mission__address a {
  color: inherit;
  text-decoration: none;
}

.support-mission__address a:hover,
.support-mission__address a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.support-mission__footer {
  flex-shrink: 0;
  padding: 0 clamp(1.25rem, 3vw, 2.5rem) clamp(1.5rem, 2.5vh, 2.25rem);
}

.support-mission__footer-inner {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
}

.support-mission__footer-row {
  display: grid;
  grid-template-columns: minmax(140px, 260px) 1fr minmax(200px, 360px);
  align-items: end;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  margin-bottom: clamp(1.25rem, 2vh, 1.75rem);
}

.support-mission__logo {
  width: 100%;
  max-width: clamp(180px, 22vw, 260px);
  height: auto;
  justify-self: start;
}

.support-mission__contact {
  grid-column: 3;
  text-align: right;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--aht-white);
}

.support-mission__contact p {
  margin: 0 0 0.12rem;
}

.support-mission__contact-name {
  font-weight: 700;
}

.support-mission__contact a {
  color: inherit;
  text-decoration: none;
}

.support-mission__contact a:hover,
.support-mission__contact a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.support-mission__url {
  margin: 0;
  text-align: center;
}

.support-mission__url-link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--aht-white);
  text-decoration: none;
}

.support-mission__url-link:hover,
.support-mission__url-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  opacity: 0.9;
}

@media (max-width: 720px) {
  .support-mission__footer-row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .support-mission__logo {
    justify-self: center;
  }

  .support-mission__contact {
    grid-column: 1;
    text-align: center;
  }
}

/* Premium scroll — Lenis + reveal + progress -------------------------------- */

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

html.lenis.lenis-stopped body {
  overflow: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(
    90deg,
    var(--aht-orange-dark),
    var(--aht-orange) 55%,
    #f2c800
  );
  pointer-events: none;
  opacity: 0.92;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: opacity 0.7s var(--ease-lux-out),
    transform 0.7s var(--ease-lux-out);
  transition-delay: var(--reveal-delay, 0s);
}

.reveal--child {
  transform: translate3d(0, 10px, 0);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lux-scroll--reduced .reveal,
.lux-scroll--reduced .reveal--child {
  opacity: 1;
  transform: none;
  transition: none;
}

/* Pause expensive glass blur while scrolling for smoother frames */
html.lux-scroll--active .highlights__aside,
html.lux-scroll--active .highlights__label,
html.lux-scroll--active .highlights .section-footbar--grey,
html.lux-scroll--active .media-zoom__cue-glass,
html.lux-scroll--active .economic-impact__content--panel,
html.lux-scroll--active .loans-closed__table-col.fx-table-panel {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.lightbox-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress {
    display: none !important;
  }
}
