/* =====================================================================
   Management page - clean editorial UI
   Matches the About page visual language: image hero, balanced spacing,
   soft cards, premium headings and consistent responsive behavior.
   ===================================================================== */

.management-page {
  background: var(--white);
  color: var(--text);
  overflow: hidden;
}

.management-page * {
  box-sizing: border-box;
}

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

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

.management-page h1,
.management-page h2,
.management-page h3 {
  color: var(--navy-dark, #041f3d);
}

.management-page p {
  color: var(--muted);
  line-height: 1.68;
}

.management-page .section {
  padding-bottom: clamp(76px, 7vw, 116px);
  padding-top: clamp(76px, 7vw, 116px);
}

.management-page h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin-bottom: 18px;
}

.management-page .lead {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.74;
  margin-bottom: 0;
}

.management-kicker,
.management-welcome,
.eyebrow {
  align-items: center;
  color: var(--gold-dark, #b98800);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.management-kicker:before,
.management-welcome:before,
.eyebrow:before {
  background: var(--gold, #ffc600);
  border-radius: 999px;
  content: "";
  height: 3px;
  width: 28px;
}

.management-kicker-light {
  color: var(--gold, #ffc600);
}

/* ============ HERO ============ */
.management-hero {
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(4, 22, 42, 0.9) 0%,
      rgba(5, 42, 68, 0.78) 42%,
      rgba(19, 105, 68, 0.56) 100%
    ),
    url("../images/folder-3/2.jpeg") center / cover no-repeat;
  display: flex;
  min-height: clamp(520px, 72vh, 720px);
  overflow: hidden;
  padding: 0;
  position: relative;
}

.management-hero:before {
  background: linear-gradient(
    90deg,
    var(--gold, #ffc600),
    var(--green-bright, #20c997),
    var(--blue, #4d8dff)
  );
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

.management-hero:after {
  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(255, 198, 0, 0.13),
      transparent 28%
    ),
    linear-gradient(90deg, rgba(4, 22, 42, 0.22), rgba(4, 22, 42, 0.02));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.management-hero-grid {
  align-items: center;
  display: flex;
  min-height: inherit;
  position: relative;
  z-index: 2;
}

.management-hero-content {
  margin: 0;
  max-width: 820px;
  padding: clamp(96px, 11vw, 150px) 0 clamp(76px, 8vw, 116px);
  position: relative;
  text-align: left;
  z-index: 2;
}

.management-hero .management-welcome,
.management-hero .eyebrow {
  color: var(--gold, #ffc600);
  margin-bottom: 20px;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.management-hero h1 {
  color: var(--white);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.9rem, 5.6vw, 5.35rem);
  letter-spacing: -0.055em;
  line-height: 1.04;
  margin: 0 0 24px;
  max-width: 850px;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
}

.management-hero .hero-lead,
.management-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  font-weight: 650;
  line-height: 1.72;
  margin: 0 0 32px;
  max-width: 740px;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-highlights li,
.hero-highlights span {
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.management-hero-overlay {
  display: none;
}

/* ============ APPROACH - NEW EDITORIAL STUDIO ============ */
.management-approach {
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 198, 0, 0.16), transparent 30%),
    radial-gradient(
      circle at 92% 16%,
      rgba(32, 201, 151, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, var(--white) 0%, #f8fbff 100%);
  overflow: hidden;
  position: relative;
}

.management-approach:before {
  background: linear-gradient(180deg, rgba(6, 43, 85, 0.06), transparent);
  border-radius: 999px;
  content: "";
  height: 190px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: min(920px, 82vw);
}

.approach-studio {
  align-items: center;
  display: grid;
  gap: clamp(44px, 6vw, 92px);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  position: relative;
  z-index: 1;
}

.approach-copy {
  max-width: 640px;
}

.approach-copy h2 {
  max-width: 620px;
}

.approach-copy .lead {
  margin-bottom: 0;
  max-width: 610px;
}

.approach-note {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(6, 43, 85, 0.08);
  display: grid;
  gap: 18px;
  grid-template-columns: 72px minmax(0, 1fr);
  margin-top: 34px;
  padding: 18px;
}

.approach-note > span {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(
    135deg,
    var(--gold, #ffc600),
    var(--gold-dark, #b98800)
  );
  border-radius: 22px;
  color: var(--navy-dark, #041f3d);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  justify-content: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.approach-note strong {
  color: var(--navy-dark, #041f3d);
  display: block;
  font-size: 1.08rem;
  margin-bottom: 6px;
}

.approach-note p {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.58;
  margin: 0;
}

.approach-visual {
  min-height: 560px;
  position: relative;
}

.approach-visual:before {
  background:
    linear-gradient(135deg, rgba(255, 198, 0, 0.22), rgba(32, 201, 151, 0.12)),
    var(--white);
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 44px;
  box-shadow: 0 28px 70px rgba(6, 43, 85, 0.1);
  content: "";
  inset: 42px 0 34px 76px;
  position: absolute;
  transform: rotate(2deg);
}

.approach-photo {
  border: 10px solid var(--white);
  border-radius: 38px;
  box-shadow: 0 34px 78px rgba(6, 43, 85, 0.18);
  height: 500px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 34px;
  top: 0;
  width: min(610px, 88%);
  z-index: 2;
}

.approach-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.62s ease;
  width: 100%;
}

.approach-photo:hover img {
  transform: scale(1.05);
}

.approach-photo:after {
  background: linear-gradient(
    180deg,
    rgba(4, 31, 61, 0.02) 10%,
    rgba(4, 31, 61, 0.82) 100%
  );
  content: "";
  inset: 0;
  position: absolute;
}

.approach-photo figcaption {
  bottom: 28px;
  display: grid;
  gap: 10px;
  left: 28px;
  max-width: 470px;
  position: absolute;
  right: 28px;
  z-index: 2;
}

.approach-photo small {
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--gold, #ffc600);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 950;
  justify-self: flex-start;
  letter-spacing: 0.5px;
  padding: 8px 13px;
  text-transform: uppercase;
}

.approach-photo strong {
  color: var(--white);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.06;
}

.approach-float-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 22px;
  box-shadow: 0 20px 52px rgba(6, 43, 85, 0.14);
  display: grid;
  gap: 6px;
  max-width: 260px;
  padding: 18px 20px;
  position: absolute;
  z-index: 4;
}

.approach-float-card strong {
  color: var(--navy-dark, #041f3d);
  font-size: 1rem;
}

.approach-float-card span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.48;
}

.approach-float-top {
  left: 0;
  top: 62px;
}

.approach-float-bottom {
  bottom: 0;
  right: 0;
}

.approach-rail {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.92fr) minmax(0, 0.92fr);
  margin-top: clamp(42px, 5vw, 70px);
  padding-bottom: 34px;
  position: relative;
  z-index: 1;
}

.approach-rail:before {
  background: linear-gradient(
    90deg,
    rgba(255, 198, 0, 0.45),
    rgba(32, 201, 151, 0.34),
    rgba(77, 141, 255, 0.28)
  );
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 46px;
  position: absolute;
  right: 46px;
  top: 35px;
  z-index: 0;
}

.approach-rail article {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(248, 251, 255, 0.98)
  );
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 34px;
  box-shadow: 0 22px 56px rgba(6, 43, 85, 0.09);
  display: flex;
  flex-direction: column;
  min-height: 238px;
  overflow: hidden;
  padding: 32px;
  position: relative;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
  z-index: 1;
}

.approach-rail article:nth-child(2) {
  transform: translateY(28px);
}

.approach-rail article:nth-child(3) {
  transform: translateY(10px);
}

.approach-rail article:hover {
  border-color: rgba(255, 198, 0, 0.28);
  box-shadow: 0 30px 74px rgba(6, 43, 85, 0.15);
  transform: translateY(-6px);
}

.approach-rail article:nth-child(2):hover {
  transform: translateY(20px);
}

.approach-rail article:nth-child(3):hover {
  transform: translateY(2px);
}

.approach-rail article:before {
  background: linear-gradient(
    90deg,
    var(--gold, #ffc600),
    var(--green-bright, #20c997)
  );
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.approach-rail article:nth-child(2):before {
  background: linear-gradient(
    90deg,
    var(--green-bright, #20c997),
    var(--blue, #4d8dff)
  );
}

.approach-rail article:nth-child(3):before {
  background: linear-gradient(
    90deg,
    var(--blue, #4d8dff),
    var(--coral, #ff6f61)
  );
}

.approach-rail article:after {
  bottom: -24px;
  color: rgba(6, 43, 85, 0.045);
  content: "01";
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(5.5rem, 8vw, 8rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 22px;
}

.approach-rail article:nth-child(2):after {
  color: rgba(10, 127, 96, 0.055);
  content: "02";
}

.approach-rail article:nth-child(3):after {
  color: rgba(77, 141, 255, 0.065);
  content: "03";
}

.approach-rail span {
  align-items: center;
  background: rgba(255, 198, 0, 0.18);
  border: 1px solid rgba(255, 198, 0, 0.32);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(255, 198, 0, 0.16);
  color: var(--gold-dark, #b98800);
  display: inline-flex;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 950;
  height: 56px;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  width: 56px;
  z-index: 2;
}

.approach-rail article:nth-child(2) span {
  background: rgba(32, 201, 151, 0.16);
  border-color: rgba(32, 201, 151, 0.28);
  box-shadow: 0 12px 28px rgba(32, 201, 151, 0.14);
  color: var(--green-dark, #0a7f60);
}

.approach-rail article:nth-child(3) span {
  background: rgba(77, 141, 255, 0.14);
  border-color: rgba(77, 141, 255, 0.24);
  box-shadow: 0 12px 28px rgba(77, 141, 255, 0.14);
  color: var(--blue, #4d8dff);
}

.approach-rail div {
  position: relative;
  z-index: 2;
}

.approach-rail strong {
  color: var(--navy-dark, #041f3d);
  display: block;
  font-size: clamp(1.16rem, 1.5vw, 1.32rem);
  letter-spacing: -0.018em;
  line-height: 1.2;
  margin-bottom: 12px;
}

.approach-rail p {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.72;
  margin-bottom: 0;
  max-width: 330px;
}

.approach-rail article:first-child p {
  max-width: 380px;
}

/* ============ LEADERSHIP TEAM ============ */
.leadership-section {
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 198, 0, 0.16), transparent 30%),
    radial-gradient(
      circle at 92% 82%,
      rgba(32, 201, 151, 0.13),
      transparent 32%
    ),
    linear-gradient(180deg, #f8fbff 0%, var(--white) 100%);
  overflow: hidden;
  position: relative;
}

.leadership-heading,
.focus-heading,
.culture-heading {
  display: grid;
  justify-items: center;
  margin: 0 auto clamp(34px, 4vw, 54px);
  max-width: 880px;
  text-align: center;
}

.leadership-heading h2,
.focus-heading h2,
.culture-heading h2 {
  max-width: 780px;
}

.leadership-heading .lead,
.focus-heading .lead,
.culture-heading .lead {
  margin: 0 auto;
  max-width: 680px;
}

.leader-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.leader-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(6, 43, 85, 0.09);
  border-radius: 30px;
  box-shadow: 0 20px 52px rgba(6, 43, 85, 0.08);
  display: grid;
  gap: 22px;
  grid-template-columns: 92px minmax(0, 1fr);
  min-height: 250px;
  padding: clamp(24px, 3vw, 32px);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.leader-card:hover {
  box-shadow: var(--shadow, 0 24px 64px rgba(6, 43, 85, 0.14));
  transform: translateY(-5px);
}

.profile-avatar {
  align-items: center;
  background: linear-gradient(
    135deg,
    var(--navy-dark, #041f3d),
    var(--green-dark, #0a7f60)
  );
  border: 7px solid rgba(255, 198, 0, 0.16);
  border-radius: 26px;
  color: var(--white);
  display: inline-flex;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 950;
  height: 92px;
  justify-content: center;
  width: 92px;
}

.leader-card:nth-child(2) .profile-avatar {
  background: linear-gradient(
    135deg,
    var(--green-dark, #0a7f60),
    var(--blue, #4d8dff)
  );
}

.leader-card:nth-child(3) .profile-avatar {
  background: linear-gradient(
    135deg,
    var(--blue, #4d8dff),
    var(--navy-dark, #041f3d)
  );
}

.leader-card:nth-child(4) .profile-avatar {
  background: linear-gradient(
    135deg,
    var(--coral, #ff6f61),
    var(--gold, #ffc600)
  );
  color: var(--navy-dark, #041f3d);
}

.leader-content .role {
  color: var(--gold-dark, #b98800);
  display: block;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.leader-content h3 {
  color: var(--navy-dark, #041f3d);
  font-size: clamp(1.2rem, 1.6vw, 1.44rem);
  line-height: 1.25;
  margin: 0 0 12px;
}

.leader-content p {
  color: var(--muted);
  line-height: 1.72;
  margin-bottom: 0;
}

.leader-mail {
  color: var(--green-dark, #0a7f60);
  display: inline-flex;
  font-weight: 900;
  margin-top: 14px;
  overflow-wrap: anywhere;
}

/* ============ MANAGEMENT FOCUS - NEW CLEAN COMMAND PANEL ============ */
.management-focus {
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(32, 201, 151, 0.11),
      transparent 30%
    ),
    radial-gradient(circle at 92% 6%, rgba(255, 198, 0, 0.14), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, var(--white) 100%);
  color: var(--text);
  overflow: hidden;
  position: relative;
  scroll-margin-top: 110px;
}

.focus-shell {
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(255, 198, 0, 0.18),
      transparent 32%
    ),
    radial-gradient(
      circle at 86% 82%,
      rgba(32, 201, 151, 0.18),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      var(--navy-dark, #041f3d) 0%,
      #062b55 56%,
      #073066 100%
    );
  border-radius: clamp(28px, 4vw, 46px);
  box-shadow: 0 34px 84px rgba(4, 31, 61, 0.24);
  overflow: hidden;
  padding: clamp(30px, 5vw, 62px);
  position: relative;
}

.focus-shell:before {
  background: linear-gradient(
    90deg,
    var(--gold, #ffc600),
    var(--green-bright, #20c997),
    var(--blue, #4d8dff)
  );
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.focus-heading {
  align-items: end;
  display: grid;
  gap: clamp(22px, 4vw, 54px);
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.78fr);
  justify-items: start;
  margin: 0 0 clamp(28px, 4vw, 46px);
  max-width: none;
  text-align: left;
}

.management-focus .focus-heading h2 {
  color: var(--white);
  margin-bottom: 0;
  max-width: 850px;
}

.management-focus .focus-heading .lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.76;
  margin: 0;
  max-width: 520px;
}

.management-focus .management-kicker {
  color: var(--gold, #ffc600);
}

.focus-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(18px, 3vw, 30px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.focus-main-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.focus-main-card figure {
  inset: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.focus-main-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.58s ease;
  width: 100%;
}

.focus-main-card:hover img {
  transform: scale(1.05);
}

.focus-main-card:after {
  background: linear-gradient(
    180deg,
    rgba(4, 31, 61, 0.02) 10%,
    rgba(4, 31, 61, 0.82) 100%
  );
  content: "";
  inset: 0;
  position: absolute;
}

.focus-main-card > div {
  background: rgba(4, 31, 61, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  bottom: 22px;
  left: 22px;
  padding: clamp(22px, 3vw, 30px);
  position: absolute;
  right: 22px;
  z-index: 2;
}

.focus-main-card span {
  align-items: center;
  background: rgba(255, 198, 0, 0.18);
  border: 1px solid rgba(255, 198, 0, 0.28);
  border-radius: 999px;
  color: var(--gold, #ffc600);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  padding: 8px 13px;
  text-transform: uppercase;
}

.focus-main-card h3 {
  color: var(--white);
  font-size: clamp(1.42rem, 2.2vw, 2.05rem);
  line-height: 1.12;
  margin: 0 0 10px;
}

.focus-main-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.72;
  margin: 0;
}

.focus-list {
  display: grid;
  gap: 18px;
}

.focus-list article {
  align-items: start;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 30px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.12);
  display: grid;
  gap: 20px;
  grid-template-columns: 62px minmax(0, 1fr);
  min-height: 174px;
  padding: clamp(24px, 3vw, 32px);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

.focus-list article:hover {
  background: var(--white);
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.16);
  transform: translateY(-5px);
}

.focus-list strong {
  align-items: center;
  background: var(--gold, #ffc600);
  border-radius: 20px;
  color: var(--navy-dark, #041f3d);
  display: inline-flex;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 950;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.focus-list article:nth-child(2) strong {
  background: var(--green-bright, #20c997);
  color: var(--white);
}

.focus-list article:nth-child(3) strong {
  background: var(--blue, #4d8dff);
  color: var(--white);
}

.focus-list h3 {
  color: var(--navy-dark, #041f3d);
  font-size: clamp(1.25rem, 1.8vw, 1.62rem);
  line-height: 1.18;
  margin: 0 0 10px;
}

.focus-list p {
  color: var(--muted);
  line-height: 1.72;
  margin: 0;
}

/* ============ CULTURE ============ */
.leadership-culture {
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(255, 198, 0, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 22%,
      rgba(32, 201, 151, 0.15),
      transparent 28%
    ),
    linear-gradient(180deg, var(--page, #f8fbff) 0%, var(--white) 100%);
  overflow: hidden;
  position: relative;
}

.culture-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
}

.culture-card {
  background: var(--white);
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 30px;
  box-shadow: 0 20px 52px rgba(6, 43, 85, 0.09);
  margin: 0;
  overflow: hidden;
  position: relative;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.culture-card:hover {
  box-shadow: var(--shadow, 0 24px 64px rgba(6, 43, 85, 0.14));
  transform: translateY(-5px);
}

.culture-card img {
  height: 290px;
  object-fit: cover;
  transition: transform 0.58s ease;
  width: 100%;
}

.culture-card:hover img {
  transform: scale(1.05);
}

.culture-large {
  grid-row: span 2;
}

.culture-large img {
  height: 100%;
  min-height: 580px;
}

.culture-card div {
  background: var(--white);
  padding: 24px;
}

.culture-large div {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 24px;
  bottom: 24px;
  box-shadow: 0 18px 44px rgba(6, 43, 85, 0.14);
  left: 24px;
  max-width: 410px;
  position: absolute;
  right: 24px;
  z-index: 2;
}

.culture-card span {
  background: rgba(255, 198, 0, 0.16);
  border-color: rgba(255, 198, 0, 0.24);
  color: var(--gold-dark, #b98800);
}

.culture-card h3 {
  color: var(--navy-dark, #041f3d);
  font-size: 1.32rem;
  line-height: 1.22;
  margin: 0 0 9px;
}

.culture-card p {
  color: var(--muted);
  line-height: 1.68;
  margin: 0;
}

/* ============ CTA ============ */
.management-enquiry-section,
.management-cta {
  background: var(--white);
}

.management-enquiry-card,
.cta-box {
  align-items: center;
  background:
    radial-gradient(
      circle at 90% 20%,
      rgba(255, 198, 0, 0.18),
      transparent 30%
    ),
    linear-gradient(140deg, var(--navy-dark, #041f3d), var(--navy, #062b55));
  border-radius: 34px;
  box-shadow: 0 28px 64px rgba(4, 31, 61, 0.28);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: clamp(32px, 5vw, 58px);
  position: relative;
}

.management-enquiry-card:before,
.cta-box:before {
  background: linear-gradient(
    90deg,
    var(--gold, #ffc600),
    var(--green-bright, #20c997),
    var(--blue, #4d8dff)
  );
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.enquiry-copy h2,
.enquiry-copy p,
.cta-box h2,
.cta-box p {
  color: var(--white);
}

.enquiry-copy h2,
.cta-box h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.85rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin-bottom: 16px;
  max-width: 760px;
}

.enquiry-copy p,
.cta-box p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
  max-width: 640px;
}

.enquiry-button,
.cta-box .btn {
  align-items: center;
  background: linear-gradient(
    180deg,
    var(--gold, #ffc600),
    var(--gold-dark, #b98800)
  );
  border: 0;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(242, 184, 0, 0.32);
  color: var(--navy-dark, #041f3d);
  display: inline-flex;
  font-size: 1.04rem;
  font-weight: 900;
  justify-content: center;
  min-width: 190px;
  padding: 15px 24px;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.enquiry-button:hover,
.cta-box .btn:hover {
  box-shadow: 0 18px 36px rgba(242, 184, 0, 0.42);
  transform: translateY(-2px);
}

/* ============ LEGACY COMPATIBILITY ============ */
.management-intro,
.clean-approach-section,
.clean-focus-section,
.clean-culture-section,
.leadership-gallery,
.section-soft {
  background: inherit;
}

.intro-grid,
.value-grid,
.clean-approach-grid,
.clean-focus-grid,
.clean-culture-grid {
  width: 100%;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  .management-hero-grid {
    justify-content: center;
  }

  .management-hero-content {
    margin: 0 auto;
    max-width: 820px;
    text-align: center;
  }

  .management-hero .management-welcome,
  .management-hero .eyebrow {
    justify-content: center;
  }

  .management-hero .hero-lead,
  .management-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-highlights {
    justify-content: center;
  }

  .approach-grid,
  .focus-grid {
    grid-template-columns: 1fr;
  }

  .approach-copy,
  .focus-heading {
    max-width: 820px;
  }

  .approach-photo {
    height: 440px;
  }

  .approach-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .culture-large {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .culture-large img {
    height: 470px;
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .leader-grid,
  .approach-rail {
    grid-template-columns: 1fr;
  }

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

  .management-enquiry-card,
  .cta-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .management-page .section {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .management-hero {
    min-height: 560px;
  }

  .management-hero-content {
    padding: 76px 0 58px;
  }

  .management-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.8rem);
    line-height: 1.05;
  }

  .management-hero .hero-lead,
  .management-hero p {
    font-size: 1rem;
  }

  .hero-highlights li,
  .hero-highlights span {
    width: 100%;
  }

  .leadership-heading,
  .focus-heading,
  .culture-heading {
    justify-items: start;
    text-align: left;
  }

  .approach-photo {
    border-radius: 28px;
    height: 360px;
  }

  .approach-note,
  .approach-rail article,
  .leader-card,
  .focus-main-card,
  .focus-list article,
  .culture-card {
    border-radius: 24px;
  }

  .leader-card,
  .focus-list article {
    grid-template-columns: 1fr;
  }

  .profile-avatar {
    border-radius: 22px;
  }

  .focus-main-card figure,
  .culture-card img,
  .culture-large img {
    height: 280px;
    min-height: 0;
  }

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

  .culture-large div {
    border: 0;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    left: auto;
    max-width: none;
    position: static;
    right: auto;
  }

  .management-enquiry-card,
  .cta-box {
    border-radius: 28px;
    padding: 30px;
    text-align: left;
  }

  .enquiry-button,
  .cta-box .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .management-hero {
    min-height: 520px;
  }

  .management-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.55rem);
  }

  .approach-photo {
    height: 320px;
  }

  .approach-photo figcaption {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .approach-rail article,
  .leader-card,
  .focus-list article,
  .culture-card div {
    padding: 22px;
  }
}

/* ============ NEW SECTION RESPONSIVE OVERRIDES ============ */
@media (max-width: 1100px) {
  .approach-studio,
  .focus-heading,
  .focus-grid {
    grid-template-columns: 1fr;
  }

  .approach-copy,
  .focus-heading .lead {
    max-width: 820px;
  }

  .approach-visual {
    margin: 0 auto;
    max-width: 860px;
    min-height: 560px;
    width: 100%;
  }

  .approach-photo {
    right: 0;
    width: min(680px, 88%);
  }

  .focus-main-card {
    min-height: 460px;
  }
}

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

  .approach-rail article {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .approach-studio {
    gap: 34px;
  }

  .approach-note,
  .approach-rail article,
  .focus-list article {
    grid-template-columns: 1fr;
  }

  .approach-note > span,
  .approach-rail span,
  .focus-list strong {
    height: 52px;
    width: 52px;
  }

  .approach-visual {
    display: grid;
    gap: 16px;
    min-height: 0;
  }

  .approach-visual:before {
    display: none;
  }

  .approach-photo,
  .approach-float-card {
    inset: auto;
    max-width: none;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .approach-photo {
    border-width: 0;
    border-radius: 28px;
    height: 360px;
  }

  .approach-float-card {
    border-radius: 22px;
  }

  .focus-shell {
    border-radius: 28px;
    padding: 30px 22px;
  }

  .focus-heading {
    gap: 18px;
  }

  .focus-main-card {
    border-radius: 26px;
    min-height: 420px;
  }

  .focus-main-card > div {
    border-radius: 22px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
}

@media (max-width: 520px) {
  .approach-note,
  .approach-rail article,
  .focus-list article {
    padding: 22px;
  }

  .approach-photo {
    height: 310px;
  }

  .approach-photo figcaption {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .focus-shell {
    margin-left: -4px;
    margin-right: -4px;
  }

  .focus-main-card {
    min-height: 390px;
  }
}

/* Requested cleanup: remove the colored/gradient top strips and connector line
   from the Our Approach bottom cards only. */
.management-approach .approach-rail::before,
.management-approach .approach-rail article::before {
  content: none !important;
  display: none !important;
}

.management-approach .approach-rail article {
  padding-top: 34px;
}

/* =====================================================================
   FINAL CLEANUP - EVEN CARDS / NO EMPTY WHITE SPACE
   Keeps existing content and images; only normalizes the two affected
   sections shown in the screenshots: Management Focus and School Culture.
   ===================================================================== */

/* ---------- Management Focus: compact, aligned panel ---------- */
.management-focus {
  padding-top: clamp(64px, 6vw, 92px);
  padding-bottom: clamp(64px, 6vw, 92px);
}

.management-focus .focus-shell {
  width: min(1180px, calc(100% - 40px));
  padding: clamp(34px, 4.6vw, 56px);
}

.management-focus .focus-heading {
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.78fr);
  margin-bottom: clamp(24px, 3vw, 34px);
}

.management-focus .focus-heading .lead {
  max-width: 500px;
}

.management-focus .focus-grid {
  align-items: stretch;
  gap: clamp(18px, 2.4vw, 28px);
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
}

.management-focus .focus-main-card {
  align-self: stretch;
  height: auto;
  min-height: 0 !important;
}

.management-focus .focus-main-card figure {
  inset: 0;
  height: 100%;
  position: absolute;
}

.management-focus .focus-main-card img {
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  width: 100%;
}

.management-focus .focus-list {
  align-self: stretch;
  display: grid;
  gap: 18px;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  height: 100%;
}

.management-focus .focus-list article {
  align-items: center;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 0 !important;
  padding: clamp(22px, 2.6vw, 28px);
}

.management-focus .focus-list strong {
  border-radius: 18px;
  height: 54px;
  width: 54px;
}

.management-focus .focus-list h3 {
  margin-bottom: 8px;
}

.management-focus .focus-list p {
  line-height: 1.62;
}

/* ---------- School Culture: make all 3 cards same height ---------- */
.leadership-culture {
  padding-top: clamp(64px, 6vw, 92px);
  padding-bottom: clamp(64px, 6vw, 92px);
}

.leadership-culture .culture-heading {
  margin-bottom: clamp(28px, 3vw, 38px);
}

.leadership-culture .culture-grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.leadership-culture .culture-card,
.leadership-culture .culture-large {
  display: grid;
  grid-column: auto !important;
  grid-row: auto !important;
  grid-template-rows: 260px minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  position: relative;
}

.leadership-culture .culture-card img,
.leadership-culture .culture-large img {
  height: 260px !important;
  min-height: 0 !important;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.leadership-culture .culture-card > div,
.leadership-culture .culture-large > div {
  background: var(--white);
  border: 0;
  border-radius: 0;
  bottom: auto;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  left: auto;
  max-width: none;
  min-height: 0;
  padding: 24px;
  position: static;
  right: auto;
  z-index: 1;
}

.leadership-culture .culture-card h3 {
  margin-bottom: 8px;
}

.leadership-culture .culture-card p {
  line-height: 1.62;
}

/* Make the small label readable after removing overlay from the large card. */
.leadership-culture .culture-card span {
  align-self: flex-start;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
  padding: 5px 9px;
}

/* ---------- Responsive cleanup ---------- */
@media (max-width: 1100px) {
  .management-focus .focus-heading,
  .management-focus .focus-grid {
    grid-template-columns: 1fr;
  }

  .management-focus .focus-shell {
    width: min(960px, calc(100% - 36px));
  }

  .management-focus .focus-main-card {
    min-height: 420px !important;
  }

  .leadership-culture .culture-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .leadership-culture .culture-card,
  .leadership-culture .culture-large {
    grid-template-rows: 230px minmax(0, 1fr);
  }

  .leadership-culture .culture-card img,
  .leadership-culture .culture-large img {
    height: 230px !important;
  }
}

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

  .leadership-culture .culture-card:first-child {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  .management-focus {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .management-focus .focus-shell {
    width: min(100%, calc(100% - 28px));
    padding: 30px 22px;
  }

  .management-focus .focus-heading {
    text-align: left;
  }

  .management-focus .focus-main-card {
    min-height: 320px !important;
  }

  .management-focus .focus-list {
    grid-template-rows: none;
  }

  .management-focus .focus-list article {
    grid-template-columns: 1fr;
  }

  .leadership-culture {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .leadership-culture .culture-grid {
    grid-template-columns: 1fr;
  }

  .leadership-culture .culture-card,
  .leadership-culture .culture-large {
    grid-template-rows: 280px auto;
  }

  .leadership-culture .culture-card img,
  .leadership-culture .culture-large img {
    height: 280px !important;
  }

  .leadership-culture .culture-card > div,
  .leadership-culture .culture-large > div {
    padding: 22px;
  }
}

@media (max-width: 520px) {
  .management-focus .focus-main-card {
    min-height: 280px !important;
  }

  .leadership-culture .culture-card,
  .leadership-culture .culture-large {
    grid-template-rows: 245px auto;
  }

  .leadership-culture .culture-card img,
  .leadership-culture .culture-large img {
    height: 245px !important;
  }
}

/* =====================================================================
   OUR PILLARS - clean white management cards
   Uses assets/images/pillars/corres.png, lady-corres.png, director.png
   and principal.png.
   ===================================================================== */
.pillars-section {
  background: #ffffff !important;
  padding-bottom: clamp(58px, 6vw, 92px);
  padding-top: clamp(58px, 6vw, 92px);
  position: relative;
}

.pillars-section::before,
.pillars-section::after {
  content: none !important;
  display: none !important;
}

.pillars-heading {
  margin: 0 auto clamp(28px, 4vw, 46px);
  max-width: 850px;
  text-align: center;
}

.pillars-heading .management-kicker {
  justify-content: center;
  margin-bottom: 12px;
}

.pillars-heading h2 {
  color: var(--navy-dark, #041f3d);
  font-family: inherit;
  font-size: clamp(2.05rem, 3.4vw, 3rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.pillars-heading .lead {
  color: var(--muted, #64748b);
  margin: 0 auto;
  max-width: 680px;
}

.pillars-grid {
  display: grid;
  gap: clamp(18px, 2.1vw, 26px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.pillars-section .leader-card,
.pillar-card {
  background: #ffffff;
  border: 1px solid rgba(6, 43, 85, 0.09);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(6, 43, 85, 0.08);
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 320px auto;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.pillars-section .leader-card:hover,
.pillar-card:hover {
  border-color: rgba(255, 198, 0, 0.36);
  box-shadow: 0 26px 62px rgba(6, 43, 85, 0.14);
  transform: translateY(-6px);
}

.pillar-photo {
  background: #f8fafc;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.pillar-photo::after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 52%,
    rgba(4, 31, 61, 0.18) 100%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.pillar-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
  width: 100%;
}

.pillar-card:hover .pillar-photo img {
  transform: scale(1.045);
}

.pillar-content {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 178px;
  padding: 22px 22px 24px;
}

.pillar-role {
  align-self: flex-start;
  background: rgba(255, 198, 0, 0.16);
  border: 1px solid rgba(255, 198, 0, 0.28);
  border-radius: 999px;
  color: var(--gold-dark, #b98800);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 12px;
  padding: 8px 11px;
  text-transform: uppercase;
}

.pillar-content h3 {
  color: var(--navy-dark, #041f3d);
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  font-weight: 950;
  letter-spacing: -0.028em;
  line-height: 1.18;
  margin: 0 0 9px;
}

.pillar-content p {
  color: var(--muted, #64748b);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.62;
  margin: 0;
}

@media (max-width: 1100px) {
  .pillars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .pillars-section .leader-card,
  .pillar-card {
    grid-template-rows: 340px auto;
  }
}

@media (max-width: 760px) {
  .pillars-section {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .pillars-heading {
    justify-items: center;
    text-align: center;
  }

  .pillars-heading .management-kicker {
    justify-content: center;
  }

  .pillars-grid {
    gap: 20px;
    max-width: 520px;
  }

  .pillars-section .leader-card,
  .pillar-card {
    border-radius: 22px;
    grid-template-rows: 320px auto;
  }

  .pillar-content {
    min-height: 0;
    padding: 22px;
  }
}

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

  .pillars-section .leader-card,
  .pillar-card {
    grid-template-rows: 330px auto;
  }
}
