/* BACDU Premium Landing Page - frontend v1.0.7 */
.bacdu-landing,
.bacdu-landing * {
  box-sizing: border-box;
}

.bacdu-landing {
  --bacdu-shadow: 0 26px 80px rgba(0, 0, 0, .22);
  --bacdu-soft-shadow: 0 16px 46px rgba(18, 18, 18, .11);
  --bacdu-border: rgba(255, 255, 255, .18);
  --bacdu-text: var(--bacdu-charcoal);
  color: var(--bacdu-text);
  font-family: inherit;
  isolation: isolate;
  overflow-x: clip;
}

.bacdu-landing a {
  text-decoration: none;
}

.bacdu-full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bacdu-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.bacdu-hero .bacdu-shell {
  width: min(1360px, calc(100% - 40px));
}

.bacdu-hero {
  position: relative;
  min-height: clamp(560px, 72vh, 760px);
  padding: clamp(74px, 8vw, 118px) 0 clamp(58px, 7vw, 96px);
  background:
    radial-gradient(circle at 12% 18%, rgba(214, 169, 40, .28), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255, 248, 234, .14), transparent 27%),
    linear-gradient(135deg, var(--bacdu-maroon) 0%, #220812 46%, var(--bacdu-green) 100%);
  color: #fff;
  overflow: hidden;
}

.bacdu-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, #000 30%, transparent 76%);
  pointer-events: none;
}

.bacdu-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr);
  gap: clamp(30px, 4.2vw, 60px);
  align-items: center;
}

.bacdu-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--bacdu-gold);
  font-weight: 900;
  font-size: clamp(.76rem, .85vw, .86rem);
  letter-spacing: .17em;
  text-transform: uppercase;
}

.bacdu-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.bacdu-hero h1,
.bacdu-landing h1,
.bacdu-landing h2,
.bacdu-landing h3,
.bacdu-landing p {
  overflow-wrap: anywhere;
}

.bacdu-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(var(--bacdu-h1-min), var(--bacdu-h1-fluid), var(--bacdu-h1-max));
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 800;
}

.bacdu-hero-text {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.02rem, 1.6vw, 1.34rem);
  line-height: 1.62;
}

.bacdu-hero-actions,
.bacdu-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  align-items: center;
}

.bacdu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
  border: 1px solid transparent;
  text-align: center;
}

.bacdu-btn:hover,
.bacdu-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,.22);
}

.bacdu-btn-primary {
  background: var(--bacdu-gold);
  color: #1b1200 !important;
  box-shadow: 0 16px 34px rgba(214, 169, 40, .28);
}

.bacdu-btn-secondary {
  background: rgba(255, 255, 255, .10);
  color: #fff !important;
  border-color: rgba(255, 255, 255, .26);
  backdrop-filter: blur(14px);
}

.bacdu-btn-plain {
  background: rgba(6, 59, 40, .08);
  color: var(--bacdu-green) !important;
  border-color: rgba(6, 59, 40, .14);
}

.bacdu-btn-primary.light {
  background: #fff;
  color: var(--bacdu-maroon) !important;
}

.bacdu-btn-secondary.light {
  background: rgba(255,255,255,.12);
  color: #fff !important;
}

.bacdu-hero-badges,
.bacdu-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.bacdu-hero-badges span,
.bacdu-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .88);
  font-size: .88rem;
  font-weight: 800;
}

.bacdu-hero-visual {
  position: relative;
  min-height: var(--bacdu-hero-image-height);
}

.bacdu-hero-image {
  position: absolute;
  inset: 0;
  border-radius: calc(var(--bacdu-radius) + 18px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.04)),
    radial-gradient(circle at 20% 20%, rgba(214,169,40,.50), transparent 24%),
    radial-gradient(circle at 72% 64%, rgba(255,248,234,.22), transparent 28%),
    linear-gradient(135deg, rgba(75,15,30,.84), rgba(6,59,40,.92));
  background-size: cover;
  background-position: center;
  box-shadow: var(--bacdu-shadow);
  overflow: hidden;
  opacity: 0;
  transform: translateX(56px) scale(.985);
}

.bacdu-hero-visual.is-visible .bacdu-hero-image {
  animation: bacduHeroImageSlide .9s cubic-bezier(.16, 1, .3, 1) .06s forwards;
}

.bacdu-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.44));
}

.bacdu-float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: min(270px, 80%);
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(255,255,255,.54);
  box-shadow: var(--bacdu-shadow);
  color: var(--bacdu-charcoal);
  backdrop-filter: blur(18px);
}

.bacdu-float-card svg {
  width: 23px;
  height: 23px;
  fill: var(--bacdu-gold);
  flex: 0 0 auto;
}

.bacdu-float-card strong {
  display: block;
  line-height: 1.1;
  font-size: .96rem;
}

.bacdu-float-card span {
  display: block;
  color: rgba(23,23,23,.72);
  font-size: .82rem;
  line-height: 1.25;
  font-weight: 800;
}

.bacdu-float-stat {
  left: 0;
  bottom: 76px;
  display: block;
}

.bacdu-float-stat strong {
  color: var(--bacdu-maroon);
  font-size: clamp(2.1rem, 4vw, 3.45rem);
  letter-spacing: -.05em;
}

.bacdu-float-project {
  right: 0;
  top: 42px;
}

.bacdu-float-term {
  right: 26px;
  bottom: 20px;
}

.bacdu-pathways,
.bacdu-heritage,
.bacdu-leadership {
  padding: var(--bacdu-section-pad) 0;
  background: var(--bacdu-sand);
}

.bacdu-section-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.bacdu-section-head-left {
  text-align: left;
  margin: 0;
}

.bacdu-section-head h2,
.bacdu-split-copy h2,
.bacdu-project-copy h2,
.bacdu-cta-panel h2 {
  margin: 0;
  color: var(--bacdu-charcoal);
  font-size: clamp(1.85rem, 3.3vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 900;
}

.bacdu-section-head p,
.bacdu-split-copy p,
.bacdu-project-copy p,
.bacdu-cta-panel p {
  margin: 16px 0 0;
  color: rgba(23,23,23,.72);
  font-size: clamp(.98rem, 1.14vw, 1.08rem);
  line-height: 1.72;
}

.bacdu-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bacdu-path-card,
.bacdu-stat-card,
.bacdu-leader-card,
.bacdu-event-card {
  border-radius: var(--bacdu-radius);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(75,15,30,.08);
  box-shadow: var(--bacdu-soft-shadow);
}

.bacdu-path-card {
  position: relative;
  min-height: 100%;
  padding: 24px;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}

.bacdu-path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--bacdu-maroon), var(--bacdu-gold), var(--bacdu-green));
}

.bacdu-path-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 70px rgba(0,0,0,.13);
}

.bacdu-card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(214,169,40,.18);
  color: var(--bacdu-maroon);
}

.bacdu-card-icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.bacdu-path-card h3,
.bacdu-leader-card h3 {
  margin: 18px 0 10px;
  color: var(--bacdu-charcoal);
  font-size: clamp(1.08rem, 1.3vw, 1.32rem);
  line-height: 1.16;
  font-weight: 900;
}

.bacdu-path-card p {
  margin: 0 0 20px;
  color: rgba(23,23,23,.68);
  line-height: 1.62;
  font-size: .98rem;
}

.bacdu-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bacdu-green) !important;
  font-weight: 900;
}

.bacdu-arrow-link b {
  transition: transform .2s ease;
}

.bacdu-arrow-link:hover b {
  transform: translateX(4px);
}

.bacdu-stats {
  padding: 34px 0;
  background: linear-gradient(90deg, var(--bacdu-green), var(--bacdu-maroon));
  color: #fff;
}

.bacdu-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bacdu-stat-card {
  padding: 24px 18px;
  text-align: center;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
}

.bacdu-stat-card strong {
  display: block;
  color: var(--bacdu-gold);
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 950;
}

.bacdu-stat-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.82);
  font-weight: 800;
  font-size: .94rem;
}

.bacdu-split-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}

.bacdu-map-card {
  position: relative;
  min-height: 480px;
  border-radius: calc(var(--bacdu-radius) + 10px);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(75,15,30,.95), rgba(6,59,40,.92));
  box-shadow: var(--bacdu-shadow);
}

.bacdu-map-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 38% 40%, rgba(214,169,40,.42), transparent 0 2px, transparent 3px),
    radial-gradient(circle at 60% 54%, rgba(255,248,234,.62), transparent 0 2px, transparent 3px),
    radial-gradient(circle at 48% 68%, rgba(214,169,40,.62), transparent 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(75,15,30,.92), rgba(6,59,40,.9));
  background-size: cover;
  background-position: center;
}

.bacdu-map-bg::before {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 42% 58% 53% 47% / 42% 35% 65% 58%;
  transform: rotate(-12deg);
}

.bacdu-map-rings span {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--bacdu-gold);
  box-shadow: 0 0 0 10px rgba(214,169,40,.16);
  animation: bacduPulse 2.8s infinite;
}

.bacdu-map-rings span:nth-child(1) { left: 38%; top: 37%; }
.bacdu-map-rings span:nth-child(2) { left: 60%; top: 54%; animation-delay: .5s; }
.bacdu-map-rings span:nth-child(3) { left: 46%; top: 66%; animation-delay: 1s; }

.bacdu-map-label {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  color: var(--bacdu-maroon);
  font-weight: 950;
  box-shadow: var(--bacdu-soft-shadow);
}

.bacdu-feature-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
}

.bacdu-feature-list div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(23,23,23,.82);
  font-weight: 800;
}

.bacdu-feature-list svg {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  fill: var(--bacdu-green);
  margin-top: 2px;
}

.bacdu-project {
  padding: var(--bacdu-section-pad) 0;
  background: #fff;
}

.bacdu-project-card {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  min-height: 460px;
  overflow: hidden;
  border-radius: calc(var(--bacdu-radius) + 8px);
  background: var(--bacdu-sand);
  box-shadow: var(--bacdu-shadow);
}

.bacdu-project-image {
  min-height: 420px;
  background:
    radial-gradient(circle at 26% 28%, rgba(214,169,40,.42), transparent 24%),
    linear-gradient(135deg, rgba(75,15,30,.95), rgba(6,59,40,.92));
  background-size: cover;
  background-position: center;
}

.bacdu-project-copy {
  padding: clamp(32px, 5vw, 64px);
  align-self: center;
}

.bacdu-project .bacdu-chip-row span {
  background: rgba(6,59,40,.08);
  border-color: rgba(6,59,40,.12);
  color: var(--bacdu-green);
}

.bacdu-events {
  padding: var(--bacdu-section-pad) 0;
  background:
    radial-gradient(circle at 0 20%, rgba(214,169,40,.18), transparent 30%),
    linear-gradient(135deg, var(--bacdu-maroon), var(--bacdu-green));
  color: #fff;
}

.bacdu-events .bacdu-section-head h2,
.bacdu-events .bacdu-section-head p {
  color: #fff;
}

.bacdu-events .bacdu-section-head p {
  color: rgba(255,255,255,.78);
}

.bacdu-events-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: center;
}

.bacdu-event-list {
  display: grid;
  gap: 16px;
}

.bacdu-event-card {
  display: grid;
  gap: 7px;
  padding: 22px;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.16);
  box-shadow: none;
  color: #fff !important;
  transition: transform .22s ease, background .22s ease;
}

.bacdu-event-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.15);
}

.bacdu-event-date {
  color: var(--bacdu-gold);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .78rem;
  font-weight: 950;
}

.bacdu-event-card strong {
  font-size: clamp(1.13rem, 1.8vw, 1.55rem);
  line-height: 1.12;
}

.bacdu-event-card em {
  color: rgba(255,255,255,.72);
  font-style: normal;
  font-weight: 700;
}

 .bacdu-leader-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.bacdu-leader-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3.5vw, 42px) clamp(20px, 2.6vw, 32px);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background:
    radial-gradient(circle at 50% 6%, rgba(214,169,40,.16), transparent 30%),
    linear-gradient(180deg, rgba(6,59,40,.98), #061f17 62%, #041811 100%);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 28px 70px rgba(0,0,0,.20);
  color: #fff;
}

.bacdu-leader-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: calc(var(--bacdu-radius) - 8px);
  pointer-events: none;
}

.bacdu-leader-photo {
  position: relative;
  z-index: 1;
  width: min(100%, var(--bacdu-leader-photo-height, 260px));
  height: min(72vw, var(--bacdu-leader-photo-height, 260px));
  max-width: 270px;
  max-height: 270px;
  margin: 0 auto clamp(20px, 2.4vw, 30px);
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(214,169,40,.22), transparent 35%),
    linear-gradient(135deg, rgba(214,169,40,.18), rgba(6,59,40,.95));
  border: 7px solid rgba(214,169,40,.70);
  box-shadow: 0 24px 54px rgba(0,0,0,.30);
}

.bacdu-leader-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(var(--bacdu-leader-photo-zoom, 1.08));
  transform-origin: center center;
  transition: transform .25s ease;
}

.bacdu-leader-card:hover .bacdu-leader-photo img {
  transform: scale(calc(var(--bacdu-leader-photo-zoom, 1.08) + .025));
}

.bacdu-leader-initials {
  display: grid;
  place-items: center;
}

.bacdu-leader-initials span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0,0,0,.10);
  color: var(--bacdu-gold);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: clamp(3.6rem, 5.2vw, 5.6rem);
  letter-spacing: .02em;
}

.bacdu-leader-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  width: 100%;
}

.bacdu-leader-term {
  display: block;
  margin: 0 0 16px;
  color: var(--bacdu-gold);
  font-weight: 950;
  font-size: clamp(.72rem, .92vw, .9rem);
  line-height: 1.45;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.bacdu-leader-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.45vw, 1.65rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.025em;
}

.bacdu-leader-role {
  margin: 22px 0 0;
  color: var(--bacdu-gold);
  font-weight: 950;
  font-size: clamp(.76rem, .92vw, .96rem);
  line-height: 1.45;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.bacdu-btn-leader-profile {
  width: min(100%, 270px);
  margin-top: auto;
  transform: translateY(24px);
  background: rgba(255,255,255,.06);
  color: #fff !important;
  border-color: rgba(255,255,255,.36);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.bacdu-btn-leader-profile:hover,
.bacdu-btn-leader-profile:focus-visible {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.54);
}

.bacdu-center-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.bacdu-cta {
  padding: var(--bacdu-section-pad) 0;
  background: #fff;
}

.bacdu-cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 82px);
  border-radius: calc(var(--bacdu-radius) + 10px);
  background:
    radial-gradient(circle at 15% 20%, rgba(214,169,40,.28), transparent 28%),
    linear-gradient(135deg, var(--bacdu-green), var(--bacdu-maroon));
  color: #fff;
  box-shadow: var(--bacdu-shadow);
}

.bacdu-cta-panel::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -140px;
  top: -160px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}

.bacdu-cta-panel h2,
.bacdu-cta-panel p {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 850px;
}

.bacdu-cta-panel p {
  color: rgba(255,255,255,.80);
}

.bacdu-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .68s ease, transform .68s ease;
}

.bacdu-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes bacduHeroImageSlide {
  from {
    opacity: 0;
    transform: translateX(56px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes bacduPulse {
  0% { box-shadow: 0 0 0 0 rgba(214,169,40,.28); }
  70% { box-shadow: 0 0 0 18px rgba(214,169,40,0); }
  100% { box-shadow: 0 0 0 0 rgba(214,169,40,0); }
}

@media (prefers-reduced-motion: reduce) {
  .bacdu-reveal,
  .bacdu-hero-image,
  .bacdu-btn,
  .bacdu-path-card,
  .bacdu-event-card,
  .bacdu-map-rings span {
    transition: none !important;
    animation: none !important;
  }

  .bacdu-hero-image {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1080px) {
  .bacdu-path-grid,
  .bacdu-leader-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .bacdu-shell,
  .bacdu-hero .bacdu-shell {
    width: min(100% - 30px, 920px);
  }

  .bacdu-hero {
    min-height: auto;
    padding: 70px 0 56px;
  }

  .bacdu-hero-grid,
  .bacdu-split-grid,
  .bacdu-events-grid,
  .bacdu-project-card {
    grid-template-columns: 1fr;
  }

  .bacdu-hero-copy {
    text-align: left;
  }

  .bacdu-hero h1 {
    max-width: 100%;
    letter-spacing: -.045em;
  }

  .bacdu-hero-visual {
    min-height: min(var(--bacdu-hero-image-height), 430px);
  }

  .bacdu-hero-image {
    inset: 0;
  }

  .bacdu-float-project {
    right: 8px;
    top: 8px;
  }

  .bacdu-float-stat {
    left: 8px;
    bottom: 36px;
  }

  .bacdu-float-term {
    right: 8px;
    bottom: 8px;
  }

  .bacdu-pathways,
  .bacdu-heritage,
  .bacdu-project,
  .bacdu-events,
  .bacdu-leadership,
  .bacdu-cta {
    padding: clamp(54px, 9vw, 76px) 0;
  }

  .bacdu-map-card {
    min-height: 390px;
  }

  .bacdu-project-image {
    min-height: 330px;
  }

  .bacdu-section-head-left {
    text-align: center;
    margin: 0 auto 30px;
  }

  .bacdu-events .bacdu-section-head-left .bacdu-btn {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .bacdu-shell,
  .bacdu-hero .bacdu-shell {
    width: min(100% - 24px, 620px);
  }

  .bacdu-hero {
    padding-top: 54px;
  }

  .bacdu-hero h1 {
    font-size: clamp(1.95rem, var(--bacdu-h1-fluid), min(3.35rem, var(--bacdu-h1-max)));
    line-height: 1.02;
  }

  .bacdu-hero-text {
    font-size: 1rem;
    line-height: 1.58;
  }

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

  .bacdu-btn {
    width: 100%;
    min-height: 50px;
  }

  .bacdu-hero-badges,
  .bacdu-chip-row {
    gap: 8px;
  }

  .bacdu-hero-badges span,
  .bacdu-chip-row span {
    font-size: .78rem;
    min-height: 30px;
  }

  .bacdu-hero-visual {
    min-height: var(--bacdu-hero-image-height-mobile);
  }

  .bacdu-hero-image {
    inset: 0;
    border-radius: 28px;
  }

  .bacdu-float-card {
    max-width: calc(100% - 20px);
    padding: 12px 14px;
    border-radius: 18px;
  }

  .bacdu-float-project,
  .bacdu-float-term {
    position: absolute;
    right: 10px;
  }

  .bacdu-float-stat {
    left: 10px;
    bottom: 26px;
  }

  .bacdu-float-stat strong {
    font-size: 2.15rem;
  }

  .bacdu-float-card strong {
    font-size: .84rem;
  }

  .bacdu-float-card span {
    font-size: .74rem;
  }

  .bacdu-path-grid,
  .bacdu-stats-grid,
  .bacdu-leader-grid {
    grid-template-columns: 1fr;
  }

  .bacdu-section-head {
    margin-bottom: 26px;
  }

  .bacdu-section-head h2,
  .bacdu-split-copy h2,
  .bacdu-project-copy h2,
  .bacdu-cta-panel h2 {
    font-size: clamp(1.72rem, 9vw, 2.45rem);
  }

  .bacdu-path-card {
    padding: 21px;
  }

  .bacdu-stats {
    padding: 24px 0;
  }

  .bacdu-stat-card {
    padding: 20px 16px;
  }

  .bacdu-map-card {
    min-height: 320px;
  }

  .bacdu-project-card,
  .bacdu-cta-panel {
    border-radius: 26px;
  }

  .bacdu-project-image {
    min-height: 260px;
  }

  .bacdu-project-copy,
  .bacdu-cta-panel {
    padding: 28px 22px;
  }

  .bacdu-leader-card {
    min-height: 0;
  }

  .bacdu-leader-photo {
    width: min(76vw, var(--bacdu-leader-photo-height, 260px));
    height: min(76vw, var(--bacdu-leader-photo-height, 260px));
  }

  .bacdu-full-bleed {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
