:root {
  --navy: #03162a;
  --navy-2: #092743;
  --ink: #0a1c31;
  --muted: #5a6c7f;
  --line: #d7e3ed;
  --paper: #ffffff;
  --mist: #eef6fb;
  --teal: #009eb3;
  --orange: #ff6b16;
  --green: #15975b;
  --shadow: 0 24px 70px rgba(4, 24, 44, 0.16);
  --soft-shadow: 0 14px 36px rgba(4, 24, 44, 0.1);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f7fbfe;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: geometricPrecision;
}

body:has(.image-modal.is-open) {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--orange);
  color: white;
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1220px, calc(100% - 44px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--orange), var(--teal));
}

.icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: 0 0 auto;
}

/* New Premium DBFI Header branding styles */
.header-brand-section {
  background: #ffffff;
  padding: 14px 0;
  border-bottom: 4px solid #ff9933; /* Waving saffron bottom accent */
}

.brand-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.header-logo-link {
  display: flex;
  align-items: center;
}

.header-logo-img {
  height: 94px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header-logo-img:hover {
  transform: scale(1.06);
}

.header-title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}

.header-main-title {
  margin: 0;
  font-family: 'Oswald', Impact, sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.8vw, 42px);
  color: #FF9933;
  letter-spacing: 0;
  word-spacing: normal;
  line-height: 1.15;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.08);
}

.header-sub-title {
  font-size: clamp(10px, 1.1vw, 13px);
  color: #5a6c7f;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.header-meta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 8px;
  width: 100%;
}

.header-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #03162a;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.header-email-link:hover {
  color: #ff6b16;
}

.header-email-link .icon {
  width: 16px;
  height: 16px;
  stroke: #ff6b16;
}

.header-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #03162a;
  color: white;
  transition: background 0.2s ease, transform 0.2s ease;
}

.header-social-icons a:hover {
  background: #ff6b16;
  transform: translateY(-2px);
}

.social-icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* Crisp high-performance waving flag section */
.header-flag-section {
  display: flex;
  align-items: center;
  perspective: 1000px;
}

.indian-flag {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(4, 24, 44, 0.15);
  animation: waveMotion 4s ease-in-out infinite alternate;
  transform-origin: left center;
}

@keyframes waveMotion {
  0% {
    transform: rotateY(-5deg) skewY(-1deg);
  }
  100% {
    transform: rotateY(15deg) skewY(3deg);
  }
}

/* Premium Navbar Styling */
.navbar {
  background: #4169E1;
  min-height: 52px;
}

.nav-inner {
  min-height: 52px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
}

.nav-links-container {
  width: 100%;
}

.nav-links {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  padding: 16px 22px;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: all 180ms ease;
  display: inline-flex;
  align-items: center;
}

/* Bright yellow background block hover and active highlights */
.nav-links a:hover,
.nav-links a.is-active {
  color: #03162a !important; /* Dark text on bright gold yellow */
  background: #ffbf00 !important; /* Bright Golden Yellow */
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: white;
  background: transparent;
  border-radius: var(--radius);
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: clamp(590px, 68vh, 700px);
  overflow: hidden;
  color: white;
  background: var(--navy);
}

.hero-slides,
.hero-slides img,
.hero-overlay,
.wave-lines {
  position: absolute;
  inset: 0;
}

.hero-slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1100ms ease, transform 6800ms ease;
}

.hero-slides img.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  background: none;
}

.wave-lines {
  pointer-events: none;
  opacity: 0.75;
  background:
    repeating-linear-gradient(170deg, transparent 0 38px, rgba(0, 167, 183, 0.16) 39px 41px, transparent 42px 80px);
  mask-image: linear-gradient(180deg, transparent 0%, black 70%);
  animation: waterDrift 10s linear infinite;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  gap: 34px;
  min-height: clamp(590px, 68vh, 700px);
  padding: 76px 0 38px;
}

.hero-copy {
  max-width: 780px;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.24);
  color: #ffffff;
}

.hero-copy {
  margin-top: 20px;
}

.hero h1::after {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  margin-top: 22px;
  background: var(--orange);
}

.hero p {
  width: min(540px, 100%);
  margin: 22px 0 0;
  font-size: clamp(17px, 1.8vw, 22px);
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions,
.cta-inner,
.rail-heading,
.section-link {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--orange);
  color: white;
  box-shadow: 0 18px 34px rgba(255, 116, 23, 0.32);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.48);
  color: white;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(840px, 100%);
  background: transparent;
  border: 0;
}

.stat-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px 16px;
  min-height: 108px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(4, 24, 44, 0.2);
  backdrop-filter: blur(14px);
}

.stat-card .icon {
  grid-row: span 2;
  box-sizing: content-box;
  width: 30px;
  height: 30px;
  padding: 14px;
  border: 1px solid rgba(255, 107, 22, 0.28);
  border-radius: 50%;
  color: var(--orange);
  background: rgba(255, 107, 22, 0.06);
}

.stat-card strong {
  display: block;
  color: var(--navy);
  font-size: 34px;
  line-height: 1;
}

.stat-card strong span {
  display: inline;
}

.stat-card > span:last-child {
  display: block;
  font-size: 13px;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  padding: 86px 0;
}

.section-title {
  max-width: 760px;
  margin: 0 0 34px;
}

.section-title span,
.event-compact span,
.timeline-item span,
.document-card span,
.unit-card span,
.gallery-card span,
.result-row span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-title h2,
.intro-copy h2,
.event-stack h2,
.affiliation-stack h2,
.results-panel h2,
.rail-heading h2,
.cta-inner h2,
.text-columns h2,
.timeline-item h2,
.document-card h2,
.unit-card h2,
.contact-form h2 {
  margin: 0;
  color: var(--navy);
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  text-transform: uppercase;
}

.section-title h2::after,
.feature-card h2::after,
.results-panel h2::after,
.contact-form h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 14px;
  background: var(--orange);
}

.section-title p,
.lead-copy {
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

.intro-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbfe 0%, var(--mist) 100%);
}

.section.intro-band {
  margin-top: -56px;
  padding-top: 74px;
}

.intro-band::after,
.blue-section::after,
.cta-band::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  opacity: 0.08;
  background:
    repeating-linear-gradient(165deg, transparent 0 30px, var(--teal) 31px 33px, transparent 34px 64px);
}

.intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 18px;
}

.intro-copy,
.event-stack,
.affiliation-stack,
.results-panel {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.intro-copy {
  border-left: 0;
  padding-left: 0;
}

.intro-copy p,
.affiliation-stack p {
  color: var(--muted);
}

.feature-grid {
  align-items: stretch;
  margin-top: -18px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(215, 227, 237, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
}

.feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--orange), var(--teal));
}

.feature-card-large {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  padding: 0;
}

.feature-card-large::before {
  display: none;
}

.feature-card-large > img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.feature-card-large > div {
  padding: 30px;
}

.feature-card-media {
  display: flex;
  flex-direction: column;
}

.feature-card-media > img {
  width: calc(100% + 56px);
  max-width: none;
  height: 142px;
  margin: auto -28px -28px;
  object-fit: cover;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  transition: color 180ms ease, transform 180ms ease;
}

.text-link:hover {
  color: var(--teal);
  transform: translateX(3px);
}

.text-link.light {
  color: white;
}

.event-compact {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.event-date {
  display: grid;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  text-align: center;
  background: #f7fbfe;
}

.event-date b {
  display: block;
  padding: 5px 4px;
  color: white;
  background: var(--navy);
  font-size: 11px;
  line-height: 1;
}

.event-date em {
  display: block;
  align-self: center;
  color: var(--navy);
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.event-copy {
  display: grid;
  gap: 4px;
}

.event-compact strong {
  color: var(--navy);
  line-height: 1.25;
}

.event-compact small {
  color: var(--muted);
}

.logo-strip,
.logo-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.affiliation-logos-top .logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.affiliation-logos-top .logo-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-align: center;
}

.logo-strip img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 50%;
  background: white;
  padding: 4px;
  box-shadow: 0 10px 24px rgba(4, 24, 44, 0.12);
}

.gallery-rail {
  overflow: hidden;
  padding: 70px 0;
  color: white;
  background:
    linear-gradient(135deg, rgba(3, 22, 42, 0.98), rgba(9, 39, 67, 0.98)),
    repeating-linear-gradient(165deg, transparent 0 28px, rgba(0, 158, 179, 0.12) 29px 31px, transparent 32px 60px);
}

.rail-heading {
  justify-content: space-between;
  margin-bottom: 28px;
}

.rail-heading h2 {
  color: white;
}

.rail-heading p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.rail-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: railMove 44s linear infinite;
}

.rail-track:hover {
  animation-play-state: paused;
}

.rail-item {
  width: min(24vw, 310px);
  aspect-ratio: 16 / 9;
  min-width: 240px;
  border: 0;
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.rail-item img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.rail-item:hover img,
.gallery-card:hover img {
  transform: scale(1.06);
}

.two-column,
.about-layout,
.affiliation-layout,
.records-layout,
.generic-page-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, 0.7fr);
  gap: 48px;
  align-items: start;
}

.affiliation-top {
  max-width: 900px;
  text-align: center;
  margin-bottom: 30px;
}

.affiliation-certs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.generic-page-layout {
  align-items: center;
}

.generic-page-media {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.generic-page-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.people-preview,
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}



.person-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.person-card.no-image {
  justify-content: flex-end;
  min-height: 180px;
}

.person-card.no-image div {
  margin-top: auto;
}

.person-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.person-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 20%;
  background: #eaf1f6;
}

.person-card div {
  padding: 14px;
}

.person-card strong {
  display: block;
  color: var(--navy);
  font-size: 13px;
  line-height: 1.25;
}

.person-card span {
  color: var(--muted);
  font-size: 12px;
}

.results-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--soft-shadow);
}

.result-row {
  display: grid;
  gap: 4px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.result-row strong {
  color: var(--navy);
}

.cta-band,
.blue-section {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  color: white;
  background:
    linear-gradient(135deg, rgba(4, 24, 44, 0.94), rgba(8, 40, 68, 0.9)),
    url("../site/hero-close.jpg") center / cover;
}

.cta-inner {
  position: relative;
  z-index: 1;
  justify-content: space-between;
}

.cta-inner h2,
.blue-section h2 {
  color: white;
}

.cta-inner p,
.blue-section p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
}

.hero.inner-hero {
  min-height: clamp(460px, 55vh, 560px);
}

.hero.inner-hero .hero-content {
  min-height: clamp(460px, 55vh, 560px);
}

.about-media {
  position: sticky;
  top: 130px;
}

.about-media img {
  border-radius: var(--radius);
}

.affiliation-certs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
}

.certificate-frame {
  border: 5px solid #4169E1;
  border-radius: var(--radius);
  overflow: hidden;
  line-height: 0;
}

.certificate-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.media-note {
  width: min(320px, calc(100% - 30px));
  margin: -56px auto 0;
  position: relative;
  padding: 18px;
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.media-note strong,
.media-note span {
  display: block;
}

.media-note span {
  color: var(--muted);
  font-size: 14px;
}

.text-columns {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.image-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.image-mosaic img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: var(--radius);
}

.filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.filter-bar button {
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  background: white;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.filter-bar button.is-active {
  border-color: var(--orange);
  color: white;
  background: var(--orange);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  aspect-ratio: 4 / 3;
  border: 0;
  padding: 0;
  border-radius: var(--radius);
  background: var(--navy);
  box-shadow: var(--soft-shadow);
  cursor: pointer;
}

.gallery-card span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  padding: 7px 10px;
  color: white;
  background: rgba(4, 24, 44, 0.78);
  border-radius: 6px;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  width: min(560px, 100%);
  padding: 0 16px;
  margin-bottom: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--soft-shadow);
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
}

.units-grid,
.document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.unit-card,
.document-card,
.contact-form {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--soft-shadow);
}

.unit-card h2,
.document-card h2 {
  margin-top: 6px;
  font-size: 22px;
}

.unit-card p,
.document-card small {
  color: var(--muted);
}

.unit-card a {
  display: block;
  margin-top: 8px;
  color: var(--teal);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.record-image {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--soft-shadow);
}

.logo-grid img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.document-card {
  display: grid;
  gap: 12px;
  min-height: 180px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.document-card:hover {
  transform: translateY(-4px);
  border-color: var(--teal);
  box-shadow: var(--shadow);
}

.timeline {
  display: grid;
  gap: 22px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 26px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--soft-shadow);
}

.timeline-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
}

.timeline-item dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  color: var(--muted);
}

.timeline-item dt {
  color: var(--navy);
  font-weight: 800;
}

.contact-list .section-title {
  margin-bottom: 20px;
}

.contact-item {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.contact-item .icon {
  color: var(--orange);
}

.contact-item a {
  color: var(--navy);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 15px;
}

.contact-form h2 {
  font-size: 30px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfdff;
  outline: 0;
  resize: vertical;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 167, 183, 0.14);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: #b42318;
  font-weight: 800;
}

.form-status.is-success {
  color: var(--green);
}

.public-search {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.public-search .search-box {
  margin-bottom: 0;
}

.result-count {
  color: var(--muted);
  font-weight: 800;
}

.search-results {
  display: grid;
  gap: 14px;
}

.search-result {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--soft-shadow);
}

.search-result h2 {
  margin: 0;
  color: var(--navy);
  font-family: Oswald, Impact, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.search-result p,
.empty-state {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--navy);
}

.footer-watermark {
  position: absolute;
  right: 8%;
  bottom: 28px;
  opacity: 0.06;
  transform: scale(8);
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr;
  gap: 42px;
  padding: 56px 0;
}

.footer-logo {
  width: 260px;
  margin-bottom: 16px;
  border-radius: 6px;
  background: white;
}

.footer-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid h2 {
  margin: 0 0 14px;
  font-family: Oswald, Impact, sans-serif;
  text-transform: uppercase;
}

.footer-links,
.footer-grid div:last-child {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  padding: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 13px;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(4, 24, 44, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.image-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.image-modal img {
  max-height: 88vh;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: white;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[hidden] {
  display: none !important;
}

@keyframes waterDrift {
  from { background-position: 0 0; }
  to { background-position: 260px 0; }
}

@keyframes railMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1120px) {
  .brand-inner {
    grid-template-columns: auto 1fr;
    gap: 20px;
    padding: 10px 0;
  }

  .header-flag-section {
    display: none; /* Hide flag on tablet and mobile to save horizontal and vertical space */
  }

  .header-title-block {
    align-items: flex-start;
    text-align: left;
  }

  .header-meta-row {
    justify-content: flex-start;
  }

  .navbar {
    min-height: 48px;
    position: relative;
  }

  .nav-inner {
    min-height: 48px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
    border-color: rgba(255, 255, 255, 0.2);
  }

  .nav-links-container {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 101;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;
    border-radius: 0 0 var(--radius) var(--radius);
    background: #03162a;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    padding: 14px 20px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .intro-grid,
  .two-column,
  .about-layout,
  .affiliation-layout,
  .records-layout,
  .generic-page-layout,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .intro-copy,
  .event-stack,
  .affiliation-stack,
  .results-panel {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 24px;
  }

  .feature-card,
  .results-panel {
    padding: 28px;
    border: 1px solid var(--line);
  }

  .feature-card-large {
    padding: 0;
  }

  .intro-copy {
    border-top: 0;
    padding-top: 0;
  }

  .feature-card.intro-copy {
    border: 1px solid var(--line);
  }

  .people-preview,
  .team-grid,
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .units-grid,
  .document-grid,
  .text-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-media {
    position: static;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .brand-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 12px 0;
  }

  .header-logo-img {
    height: 76px;
  }

  .header-title-block {
    align-items: center;
    text-align: center;
  }

  .header-meta-row {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: 6px;
  }

  .hero-content {
    padding: 58px 0 30px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(38px, 14vw, 58px);
  }

  .hero-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .stat-card {
    display: block;
    min-height: 78px;
    padding: 13px 10px;
  }

  .stat-card .icon {
    display: none;
  }

  .stat-card strong {
    font-size: 23px;
  }

  .stat-card span:last-child {
    font-size: 11px;
  }

  .section {
    padding: 54px 0;
  }

  .people-preview,
  .team-grid,
  .gallery-grid,
  .units-grid,
  .document-grid,
  .text-columns,
  .image-mosaic,
  .timeline-item,
  .feature-card-large {
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding: 22px;
  }

  .feature-card-large {
    padding: 0;
  }

  .feature-card-large > img {
    min-height: 220px;
  }

  .feature-card-large > div {
    padding: 24px;
  }

  .feature-card-media > img {
    width: calc(100% + 44px);
    height: 150px;
    margin: auto -22px -22px;
  }

  .rail-heading,
  .cta-inner {
    align-items: flex-start;
  }

  .rail-item {
    min-width: 220px;
  }

  .image-mosaic img,
  .image-mosaic img:nth-child(2) {
    height: 240px;
  }

  .timeline-item {
    gap: 16px;
  }

  .footer-logo {
    width: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

/* ==========================================================================
   CHAMPIONSHIPS PAGE STYLES (PREMIUM CAROUSEL & EVENT GALLERY)
   ========================================================================== */
.championships-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 40px;
}

.championship-card {
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--soft-shadow);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
}

.championship-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: #ffbf00;
}

/* CHAMPIONSHIP SLIDER STYLES */
.championship-image {
  width: 100%;
  overflow: hidden;
  background: var(--navy);
}

.championship-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* NAVIGATION ARROWS */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(3, 22, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s ease;
}

.slider-arrow:hover {
  background: #ffbf00;
  color: #03162a;
  border-color: #ffbf00;
  transform: translateY(-50%) scale(1.1);
}

.slider-prev {
  left: 12px;
}

.slider-next {
  right: 12px;
}

.slider-arrow .icon {
  width: 18px;
  height: 18px;
}

/* PAGINATION DOTS */
.slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
  background: rgba(3, 22, 42, 0.55);
  padding: 6px 10px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: all 0.25s ease;
}

.slider-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

.slider-dot.is-active {
  background: #ffbf00;
  transform: scale(1.2);
}

/* ZOOM BADGE OVERLAY */
.slider-zoom-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(3, 22, 42, 0.85);
  color: #ffbf00;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 10;
  opacity: 0.85;
  transition: all 0.25s ease;
  pointer-events: none;
}

.championship-card:hover .slider-zoom-badge {
  background: #ffbf00;
  color: #03162a;
  opacity: 1;
}

.slider-zoom-badge .icon {
  width: 12px;
  height: 12px;
}

/* DETAILS SECTION */
.championship-details {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.championship-title {
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.35;
}

.championship-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 14px;
  font-weight: 600;
}

.championship-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
  background: var(--mist);
  padding: 3px 8px;
  border-radius: 20px;
}

.championship-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.championship-list-item {
  font-size: 13.5px;
  color: var(--ink);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: baseline;
  line-height: 1.45;
}

.championship-list-item::before {
  content: "♦";
  color: #ffbf00;
  font-size: 11px;
}

@media (max-width: 900px) {
  .championships-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/ *   P r e m i u m   F e a t u r e s   S e c t i o n   * / 
 . m o d e r n - f e a t u r e s - s e c t i o n   { 
     p a d d i n g :   8 0 p x   0 ; 
     b a c k g r o u n d :   # f 7 f b f e ; 
     p o s i t i o n :   r e l a t i v e ; 
     z - i n d e x :   1 0 ; 
 } 
 . p r e m i u m - f e a t u r e - g r i d   { 
     d i s p l a y :   g r i d ; 
     g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( 3 ,   1 f r ) ; 
     g a p :   3 0 p x ; 
     a l i g n - i t e m s :   s t r e t c h ; 
 } 
 @ m e d i a   ( m a x - w i d t h :   1 0 2 4 p x )   { 
     . p r e m i u m - f e a t u r e - g r i d   { 
         g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( 2 ,   1 f r ) ; 
     } 
 } 
 @ m e d i a   ( m a x - w i d t h :   7 6 8 p x )   { 
     . p r e m i u m - f e a t u r e - g r i d   { 
         g r i d - t e m p l a t e - c o l u m n s :   1 f r ; 
     } 
 } 
 . p r e m i u m - c a r d   { 
     d i s p l a y :   f l e x ; 
     f l e x - d i r e c t i o n :   c o l u m n ; 
     b a c k g r o u n d :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 8 5 ) ; 
     b a c k d r o p - f i l t e r :   b l u r ( 2 0 p x ) ; 
     b o r d e r :   1 p x   s o l i d   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 5 ) ; 
     b o r d e r - r a d i u s :   1 2 p x ; 
     b o x - s h a d o w :   0   1 4 p x   4 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ; 
     o v e r f l o w :   h i d d e n ; 
     p o s i t i o n :   r e l a t i v e ; 
     t r a n s i t i o n :   t r a n s f o r m   0 . 4 s   c u b i c - b e z i e r ( 0 . 1 7 5 ,   0 . 8 8 5 ,   0 . 3 2 ,   1 . 2 7 5 ) ,   b o x - s h a d o w   0 . 4 s   e a s e ; 
 } 
 . p r e m i u m - c a r d : h o v e r   { 
     t r a n s f o r m :   t r a n s l a t e Y ( - 8 p x ) ; 
     b o x - s h a d o w :   0   2 4 p x   6 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ; 
     b o r d e r - c o l o r :   r g b a ( 2 5 5 ,   1 0 7 ,   2 2 ,   0 . 3 ) ;   / *   o r a n g e   h i g h l i g h t   * / 
 } 
 . p r e m i u m - c a r d : : b e f o r e   { 
     c o n t e n t :   ' ' ; 
     p o s i t i o n :   a b s o l u t e ; 
     t o p :   0 ; 
     l e f t :   0 ; 
     w i d t h :   4 p x ; 
     h e i g h t :   1 0 0 % ; 
     b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 8 0 d e g ,   v a r ( - - o r a n g e ) ,   v a r ( - - t e a l ) ) ; 
     z - i n d e x :   2 ; 
 } 
 . c a r d - c o n t e n t   { 
     p a d d i n g :   3 6 p x   3 6 p x   2 0 p x ; 
     f l e x :   1 ; 
 } 
 . c a r d - t i t l e   { 
     f o n t - f a m i l y :   ' O s w a l d ' ,   I m p a c t ,   s a n s - s e r i f ; 
     f o n t - s i z e :   3 2 p x ; 
     c o l o r :   v a r ( - - n a v y ) ; 
     m a r g i n :   0   0   1 6 p x   0 ; 
     t e x t - t r a n s f o r m :   u p p e r c a s e ; 
     p o s i t i o n :   r e l a t i v e ; 
 } 
 . c a r d - t i t l e : : a f t e r   { 
     c o n t e n t :   ' ' ; 
     d i s p l a y :   b l o c k ; 
     w i d t h :   5 0 p x ; 
     h e i g h t :   3 p x ; 
     b a c k g r o u n d :   v a r ( - - o r a n g e ) ; 
     m a r g i n - t o p :   1 0 p x ; 
 } 
 . c a r d - d e s c   { 
     f o n t - s i z e :   1 5 p x ; 
     l i n e - h e i g h t :   1 . 6 ; 
     c o l o r :   v a r ( - - m u t e d ) ; 
     m a r g i n - b o t t o m :   1 6 p x ; 
 } 
 . c a r d - i m a g e - w r a p   { 
     w i d t h :   1 0 0 % ; 
     h e i g h t :   2 0 0 p x ; 
     o v e r f l o w :   h i d d e n ; 
 } 
 . c a r d - i m g - b o t t o m   { 
     w i d t h :   1 0 0 % ; 
     h e i g h t :   1 0 0 % ; 
     o b j e c t - f i t :   c o v e r ; 
     t r a n s i t i o n :   t r a n s f o r m   0 . 5 s   e a s e ; 
 } 
 . p r e m i u m - c a r d : h o v e r   . c a r d - i m g - b o t t o m   { 
     t r a n s f o r m :   s c a l e ( 1 . 0 8 ) ; 
 } 
 . c a r d - l i n k   { 
     d i s p l a y :   f l e x ; 
     a l i g n - i t e m s :   c e n t e r ; 
     g a p :   8 p x ; 
     p a d d i n g :   2 4 p x   3 6 p x ; 
     c o l o r :   v a r ( - - o r a n g e ) ; 
     f o n t - w e i g h t :   7 0 0 ; 
     f o n t - s i z e :   1 4 p x ; 
     t e x t - t r a n s f o r m :   u p p e r c a s e ; 
     b o r d e r - t o p :   1 p x   s o l i d   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ; 
     b a c k g r o u n d :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 5 ) ; 
     t r a n s i t i o n :   b a c k g r o u n d   0 . 3 s   e a s e ,   c o l o r   0 . 3 s   e a s e ; 
     m a r g i n - t o p :   a u t o ; 
 } 
 . c a r d - l i n k : h o v e r   { 
     b a c k g r o u n d :   v a r ( - - o r a n g e ) ; 
     c o l o r :   w h i t e ; 
 } 
 . c a r d - l i n k   . i c o n   { 
     t r a n s i t i o n :   t r a n s f o r m   0 . 3 s   e a s e ; 
 } 
 . c a r d - l i n k : h o v e r   . i c o n   { 
     t r a n s f o r m :   t r a n s l a t e X ( 4 p x ) ; 
 } 
 . c h a m p i o n s h i p - c o l l a g e   { 
     d i s p l a y :   g r i d ; 
     g r i d - t e m p l a t e - c o l u m n s :   1 f r   1 f r ; 
     g a p :   8 p x ; 
     m a r g i n - t o p :   2 0 p x ; 
     b o r d e r - r a d i u s :   8 p x ; 
     o v e r f l o w :   h i d d e n ; 
 } 
 . c h a m p i o n s h i p - c o l l a g e   i m g   { 
     w i d t h :   1 0 0 % ; 
     a s p e c t - r a t i o :   4 / 3 ; 
     o b j e c t - f i t :   c o v e r ; 
     t r a n s i t i o n :   t r a n s f o r m   0 . 4 s   e a s e ; 
 } 
 . c h a m p i o n s h i p - c o l l a g e   i m g : h o v e r   { 
     t r a n s f o r m :   s c a l e ( 1 . 1 ) ; 
     z - i n d e x :   1 0 ; 
     p o s i t i o n :   r e l a t i v e ; 
     b o r d e r - r a d i u s :   4 p x ; 
     b o x - s h a d o w :   0   4 p x   1 2 p x   r g b a ( 0 , 0 , 0 , 0 . 2 ) ; 
 } 
 . p r e m i u m - l o g o s   { 
     d i s p l a y :   f l e x ; 
     g a p :   1 2 p x ; 
     m a r g i n - b o t t o m :   2 4 p x ; 
 } 
 . p r e m i u m - l o g o s   i m g   { 
     w i d t h :   5 4 p x ; 
     h e i g h t :   5 4 p x ; 
     o b j e c t - f i t :   c o n t a i n ; 
     b o r d e r - r a d i u s :   5 0 % ; 
     b a c k g r o u n d :   w h i t e ; 
     p a d d i n g :   6 p x ; 
     b o x - s h a d o w :   0   6 p x   1 6 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ; 
     t r a n s i t i o n :   t r a n s f o r m   0 . 3 s   e a s e ; 
 } 
 . p r e m i u m - l o g o s   i m g : h o v e r   { 
     t r a n s f o r m :   t r a n s l a t e Y ( - 4 p x )   s c a l e ( 1 . 1 ) ; 
 } 
 
 
 





.affiliation-banner {
    padding: 70px 0 90px;
    background: linear-gradient(180deg, var(--mist) 0%, var(--paper) 100%);
}

.affiliation-banner-heading {
    text-align: center;
    font-family: Oswald, Impact, sans-serif;
    font-size: clamp(30px, 3vw, 44px);
    text-transform: uppercase;
    margin: 40px 0 40px;
    color: var(--navy);
}

.affiliation-banner-heading::after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    margin: 14px auto 0;
    background: var(--orange);
}

.affiliation-banner-inner {
    width: min(1220px, calc(100% - 44px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.affiliation-banner-col {
    display: flex;
}

.affiliation-banner-half {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 36px 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--soft-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}

.affiliation-banner-half:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.aff-banner-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 0 20px;
    border-radius: 50%;
    background: white;
    padding: 10px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    border: 1px solid var(--line);
}

.affiliation-banner-half h3 {
    margin: 0 0 12px;
    font-family: Oswald, Impact, sans-serif;
    font-size: clamp(18px, 1.8vw, 24px);
    text-transform: uppercase;
    color: var(--navy);
    line-height: 1.2;
}

.affiliation-banner-half p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
    max-width: 460px;
}

@media (max-width: 720px) {
    .affiliation-banner {
        padding: 50px 0;
    }
    .affiliation-banner-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .affiliation-banner-half {
        padding: 28px 20px;
    }
}
