/*
Theme Name: Reload Fintech Consultancy V2
Theme URI: https://reloadfintech.co.zw
Author: Reload Fintech Consultancy
Author URI: https://reloadfintech.co.zw
Description: A responsive consultancy, academy, wealth hub, course and video-library theme for Reload Fintech Consultancy.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: reload-fintech
*/

:root {
  --navy: #07182c;
  --navy-2: #0b1f3a;
  --blue: #123862;
  --orange: #f47c20;
  --orange-soft: #ff9b52;
  --ink: #10233c;
  --muted: #607086;
  --line: #dfe5ec;
  --paper: #f6f8fb;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  max-width: 100%;
}

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

button,
summary {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 24, 44, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1240px, calc(100% - 40px));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  flex: 0 0 auto;
}

.logo-crop,
.footer-logo-crop {
  position: relative;
  overflow: hidden;
  display: block;
  background: var(--navy);
}

.logo-crop {
  width: 240px;
  height: 54px;
}

.footer-logo-crop {
  width: 290px;
  height: 74px;
}

.logo-crop img,
.footer-logo-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  transform: scale(1.02);
}

.brand-mark {
  width: 38px;
  height: 38px;
  position: relative;
  display: inline-flex;
  align-items: end;
  gap: 3px;
  padding: 7px 6px;
  border-radius: 10px 3px 10px 3px;
  background: linear-gradient(145deg, var(--orange), #ff9a3d);
  transform: skew(-5deg);
  box-shadow: 0 8px 24px rgba(244, 124, 32, 0.24);
}

.brand-mark::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 7px;
  left: 5px;
  bottom: 9px;
  border-top: 3px solid var(--navy);
  border-radius: 50%;
  transform: rotate(-22deg);
}

.brand-mark i {
  display: block;
  width: 6px;
  background: var(--navy);
  border-radius: 1px;
}

.brand-mark i:nth-child(1) { height: 10px; }
.brand-mark i:nth-child(2) { height: 17px; }
.brand-mark i:nth-child(3) { height: 24px; }

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 15px;
  letter-spacing: 0.035em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--orange-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.24em;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-left: auto;
}

.desktop-nav a {
  color: #c5d0dd;
  font-size: 13px;
  font-weight: 700;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--white);
}

.button {
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding-inline: 17px;
  font-size: 12px;
}

.button-orange {
  color: #15110e;
  background: var(--orange);
  box-shadow: 0 10px 30px rgba(244, 124, 32, 0.18);
}

.button-orange:hover {
  background: #ff8b34;
  box-shadow: 0 16px 34px rgba(244, 124, 32, 0.3);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
}

.button-white {
  background: var(--white);
  color: var(--navy);
}

.mobile-menu {
  display: none;
  color: var(--white);
  margin-left: auto;
}

.mobile-menu summary {
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 800;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu nav {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  display: grid;
  gap: 1px;
  padding: 16px 24px 24px;
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-menu nav a {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
}

.custom-logo-link {
  display: block;
}

.custom-logo-link img {
  width: 240px;
  height: 54px;
  object-fit: contain;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  width: auto;
  height: auto;
  clip: auto;
  margin: 8px;
  padding: 12px 16px;
  z-index: 100000;
  color: var(--navy);
  background: #fff;
}

.entry-shell {
  min-height: 70vh;
  padding: 140px 0 90px;
}

.entry-shell article {
  max-width: 820px;
  margin: 0 auto;
}

.entry-shell h1 {
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.entry-content {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.8;
}

.entry-content img {
  height: auto;
}

.wp-caption,
.alignwide {
  max-width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 76px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 25%, rgba(30, 83, 137, 0.45), transparent 33%),
    linear-gradient(135deg, #061426 0%, #0b1f3a 62%, #102f52 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, black, transparent 75%);
}

.hero-grid {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
  padding-block: 72px 64px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--orange);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: var(--orange);
}

.eyebrow.light {
  color: #ffae70;
}

.hero h1 {
  max-width: 680px;
  margin: 25px 0 22px;
  font-size: clamp(48px, 5vw, 77px);
  line-height: 0.99;
  letter-spacing: -0.055em;
  font-weight: 760;
}

.hero h1 em {
  color: var(--orange);
  font-style: normal;
}

.hero-lede {
  max-width: 650px;
  color: #bac9d8;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 620px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-proof div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hero-proof strong {
  font-size: 13px;
}

.hero-proof span {
  color: #8fa5bb;
  font-size: 11px;
}

.hero-visual {
  position: relative;
  height: 565px;
  overflow: hidden;
  border-radius: 140px 6px 80px 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #10243b;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  filter: saturate(0.85) contrast(1.04);
}

.visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(7, 24, 44, 0.8) 100%),
    linear-gradient(90deg, rgba(7, 24, 44, 0.22), transparent 50%);
}

.signal-card,
.metric-card {
  position: absolute;
  z-index: 2;
  background: rgba(7, 24, 44, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.signal-card {
  top: 42px;
  right: 28px;
  width: 248px;
  padding: 16px 18px;
  display: flex;
  gap: 12px;
  border-radius: 5px;
}

.signal-card small,
.metric-card small {
  display: block;
  color: #88a0b9;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.signal-card strong {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.4;
}

.signal-dot {
  width: 9px;
  height: 9px;
  margin-top: 2px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(244, 124, 32, 0.15);
}

.metric-card {
  bottom: 28px;
  left: 26px;
  width: min(330px, calc(100% - 52px));
  padding: 20px;
  border-radius: 6px;
}

.metric-card strong {
  display: block;
  margin: 8px 0 18px;
  font-size: 14px;
}

.metric-bars {
  height: 42px;
  display: flex;
  align-items: end;
  gap: 6px;
}

.metric-bars span {
  flex: 1;
  background: linear-gradient(to top, #c35a12, var(--orange));
  border-radius: 2px 2px 0 0;
}

.metric-bars span:nth-child(1) { height: 22%; }
.metric-bars span:nth-child(2) { height: 39%; }
.metric-bars span:nth-child(3) { height: 34%; }
.metric-bars span:nth-child(4) { height: 63%; }
.metric-bars span:nth-child(5) { height: 74%; }
.metric-bars span:nth-child(6) { height: 100%; }

.hero-ticker {
  min-height: 58px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 40px);
  padding: 14px 24px;
  color: #8e9fb1;
  background: rgba(3, 13, 26, 0.66);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.hero-ticker i {
  color: var(--orange);
  font-size: 7px;
  font-style: normal;
}

.section {
  padding: 112px 0;
}

.section-intro,
.courses-section,
.insights-section {
  background: var(--white);
}

.section-heading {
  margin-bottom: 50px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: end;
}

.section-heading h2,
.library-heading h2,
.process-intro h2,
.about-copy h2,
.contact-section h2 {
  margin: 18px 0 0;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.section-heading > p,
.split-heading > p,
.library-heading > p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 330px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover {
  z-index: 1;
  transform: translateY(-5px);
  border-color: rgba(244, 124, 32, 0.45);
  background: var(--white);
  box-shadow: 0 20px 48px rgba(9, 31, 56, 0.1);
}

.service-top {
  display: flex;
  justify-content: space-between;
  color: var(--orange);
}

.service-number {
  font-size: 11px;
  font-weight: 900;
}

.service-arrow {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.service-card h3 {
  max-width: 290px;
  margin: 46px 0 16px;
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.service-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 24px;
}

.tag-row span {
  padding: 6px 8px;
  color: #607086;
  background: var(--paper);
  border-radius: 3px;
  font-size: 9px;
  font-weight: 800;
}

.audience-band {
  margin-top: 42px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
}

.micro-label {
  color: var(--orange);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.audience-band h3 {
  max-width: 500px;
  margin: 18px 0 0;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.audience-band ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  list-style: none;
}

.audience-band li {
  padding: 15px 0;
  color: #c1cfdd;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.audience-band li::before {
  content: "→";
  margin-right: 10px;
  color: var(--orange);
}

.dark-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 45%, rgba(29, 83, 136, 0.48), transparent 28%),
    var(--navy);
}

.academy-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 92px;
  align-items: center;
}

.academy-brand-card {
  width: min(500px, 100%);
  aspect-ratio: 2 / 1;
  margin-bottom: 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

.academy-brand-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.academy-kicker {
  margin: 30px 0 12px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.academy-main h2 {
  margin: 0;
  font-size: clamp(42px, 4.3vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.academy-lede {
  margin-top: 26px;
  color: #aec0d3;
  font-size: 16px;
  line-height: 1.75;
}

.academy-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 32px;
}

.text-link {
  font-size: 13px;
  font-weight: 800;
}

.light-link {
  color: var(--white);
}

.academy-pillars {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.academy-pillars article {
  min-height: 160px;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.academy-pillars article > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
}

.academy-pillars h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.academy-pillars p {
  margin: 0;
  color: #aebdcd;
  font-size: 13px;
  line-height: 1.7;
}

.academy-orbit {
  position: absolute;
  border: 1px solid rgba(244, 124, 32, 0.17);
  border-radius: 50%;
}

.orbit-one {
  width: 540px;
  height: 540px;
  right: -220px;
  top: -130px;
}

.orbit-two {
  width: 310px;
  height: 310px;
  right: -105px;
  top: -15px;
}

.courses-section {
  background: var(--paper);
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.course-card {
  min-height: 500px;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 7px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(12, 35, 60, 0.09);
}

.course-cover {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--navy);
}

.course-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 350ms ease;
}

.course-card:hover .course-cover img {
  transform: scale(1.025);
}

.free-course-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 10px;
  color: #14100c;
  background: var(--orange);
  border-radius: 3px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.24);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.course-content {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.course-meta,
.video-meta,
.insight-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.course-question {
  margin: 20px 0 0;
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-transform: uppercase;
}

.course-card h3 {
  margin: 10px 0 12px;
  font-size: 21px;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.course-content > p:not(.course-question) {
  margin-top: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.course-footer {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 800;
}

.course-footer > span {
  color: var(--orange);
}

.course-footer a {
  color: var(--ink);
}

.video-section {
  padding-bottom: 120px;
  background: var(--white);
}

.library-heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  align-items: end;
}

.filter-row {
  margin: 38px 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-row button {
  padding: 9px 13px;
  cursor: pointer;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
}

.filter-row button:hover,
.filter-row button.active {
  color: var(--white);
  border-color: var(--navy);
  background: var(--navy);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
}

.video-thumb {
  height: 188px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--navy);
}

.video-thumb::before,
.video-thumb::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.video-thumb::before {
  width: 240px;
  height: 240px;
  top: -120px;
  right: -70px;
}

.video-thumb::after {
  width: 130px;
  height: 130px;
  bottom: -65px;
  left: -30px;
}

.thumb-2 { background: linear-gradient(145deg, #0c2848, #174976); }
.thumb-3 { background: linear-gradient(145deg, #081a30, #54331e); }
.thumb-4 { background: linear-gradient(145deg, #112743, #153b49); }

.video-code {
  position: absolute;
  left: 18px;
  top: 16px;
  color: var(--orange);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.play-button {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding-left: 3px;
  z-index: 1;
  color: var(--navy);
  background: var(--orange);
  border-radius: 50%;
  font-size: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.video-thumb small {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 5px 7px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  font-size: 9px;
  font-weight: 800;
}

.video-card-body {
  min-height: 250px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.video-card-body h3 {
  margin: 18px 0 10px;
  font-size: 18px;
  line-height: 1.3;
}

.video-card-body p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.video-card-body a {
  margin-top: auto;
  padding-top: 16px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
}

.process-section {
  color: var(--white);
  background: #0a1d33;
}

.process-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}

.process-intro {
  position: sticky;
  top: 126px;
  align-self: start;
}

.process-intro h2 {
  margin-top: 20px;
}

.process-intro p {
  margin-top: 24px;
  color: #a8b9ca;
  font-size: 15px;
  line-height: 1.75;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.process-list li {
  padding: 34px 0;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.process-list > li > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
}

.process-list h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.process-list p {
  margin: 0;
  color: #a8b9ca;
  font-size: 13px;
  line-height: 1.7;
}

.insights-section {
  background: var(--paper);
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.insight-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
}

.insight-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}

.insight-visual {
  min-height: 215px;
  position: relative;
  overflow: hidden;
  padding: 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 27%, rgba(244, 124, 32, 0.7), transparent 13%),
    linear-gradient(145deg, #09203a, #123f69);
}

.insight-card.featured .insight-visual {
  min-height: 100%;
}

.insight-visual::after {
  content: "";
  width: 230px;
  height: 230px;
  position: absolute;
  right: -85px;
  bottom: -110px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.03), 0 0 0 82px rgba(255, 255, 255, 0.025);
}

.visual-2 {
  background:
    radial-gradient(circle at 70% 30%, rgba(25, 126, 148, 0.8), transparent 15%),
    linear-gradient(145deg, #081a30, #163a4b);
}

.visual-3 {
  background:
    radial-gradient(circle at 75% 24%, rgba(244, 124, 32, 0.65), transparent 12%),
    linear-gradient(145deg, #0a1b2e, #4a2d1c);
}

.insight-visual > span {
  position: relative;
  z-index: 2;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.data-lines {
  position: absolute;
  inset: auto 22px 28px;
  height: 70px;
  display: flex;
  align-items: end;
  gap: 7px;
  z-index: 2;
}

.data-lines i {
  flex: 1;
  background: linear-gradient(to top, rgba(244, 124, 32, 0.38), var(--orange));
}

.data-lines i:nth-child(1) { height: 20%; }
.data-lines i:nth-child(2) { height: 43%; }
.data-lines i:nth-child(3) { height: 58%; }
.data-lines i:nth-child(4) { height: 88%; }

.insight-body {
  min-height: 330px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.insight-body h3 {
  margin: 28px 0 14px;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.insight-body > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.insight-byline {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.insight-byline a {
  color: var(--orange);
}

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

.about-heading {
  max-width: 900px;
  margin-bottom: 52px;
}

.about-heading h2 {
  margin: 22px 0 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.about-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.about-story {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.about-story p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.about-story .about-lede {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.55;
}

.academy-story {
  color: var(--white);
  border-color: var(--navy);
  background: var(--navy);
}

.academy-story p {
  color: #b8c8d8;
}

.academy-story .about-lede {
  color: var(--white);
}

.about-story .tagline {
  margin-top: 28px;
  padding-top: 22px;
  color: var(--orange);
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: 16px;
  font-weight: 900;
}

.purpose-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.purpose-grid article {
  padding: 34px 38px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.purpose-number,
.leader-index {
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
}

.purpose-grid h3 {
  margin: 12px 0 10px;
  font-size: 23px;
  letter-spacing: -0.025em;
}

.purpose-grid p,
.leadership-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.leadership-heading {
  margin: 86px 0 30px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: end;
}

.leadership-heading h3 {
  max-width: 630px;
  margin: 14px 0 0;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
}

.leader-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.leader-photo {
  aspect-ratio: 4 / 4.15;
  overflow: hidden;
  background: var(--paper);
}

.leader-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 22%;
}

.leader-card:first-child .leader-photo img {
  object-position: center;
}

.leader-body {
  padding: 28px;
}

.leader-body h4 {
  margin: 14px 0 7px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.leader-role {
  min-height: 38px;
  margin: 0 0 20px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.leader-body > p:not(.leader-role) {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.68;
}

.commitment-panel {
  margin-top: 52px;
  padding: 48px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
}

.commitment-panel h3 {
  margin: 16px 0 0;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.commitment-panel p {
  margin: 0;
  color: #bdcad7;
  font-size: 13px;
  line-height: 1.75;
}

.commitment-panel .disclaimer {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: 11px;
}

.commitment-panel strong {
  color: var(--white);
}

.contact-section {
  padding: 88px 0;
  color: var(--white);
  background: var(--orange);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: center;
}

.contact-section .eyebrow.light,
.contact-section .eyebrow.light span {
  color: #582a0c;
  background-color: #582a0c;
}

.contact-section h2 {
  max-width: 710px;
  margin-top: 15px;
  color: #111923;
}

.contact-section p {
  color: #6c3410;
  font-size: 16px;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.contact-actions .button {
  min-width: 310px;
  justify-content: space-between;
}

.phone-link {
  color: #1f1b17;
  font-size: 22px;
  font-weight: 850;
}

.contact-actions > span {
  color: #6c3410;
  font-size: 11px;
  font-weight: 700;
}

footer {
  padding: 70px 0 26px;
  color: var(--white);
  background: #04101e;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  padding-bottom: 50px;
}

.footer-brand p {
  margin-top: 20px;
  color: #8799ac;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links strong {
  margin-bottom: 7px;
  color: var(--white);
  font-size: 11px;
}

.footer-links a {
  color: #8fa1b4;
  font-size: 11px;
}

.footer-links a:hover {
  color: var(--orange);
}

.footer-bottom {
  padding-top: 22px;
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #6d8195;
  font-size: 9px;
  line-height: 1.6;
}

.footer-bottom p {
  margin: 0;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 1040px) {
  .desktop-nav {
    display: none;
  }

  .header-inner > .button {
    margin-left: auto;
  }

  .hero-grid {
    gap: 32px;
  }

  .hero h1 {
    font-size: 56px;
  }

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

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

  .process-layout {
    gap: 60px;
  }

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

@media (max-width: 820px) {
  .container {
    width: min(100% - 32px, 680px);
  }

  .header-inner {
    width: calc(100% - 30px);
  }

  .header-inner > .button {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 58px;
  }

  .hero-copy {
    padding-bottom: 10px;
  }

  .hero-visual {
    height: 500px;
  }

  .hero-ticker {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }

  .split-heading,
  .library-heading,
  .academy-wrap,
  .process-layout,
  .contact-grid,
  .footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section {
    padding: 82px 0;
  }

  .services-grid,
  .course-grid {
    grid-template-columns: 1fr 1fr;
  }

  .audience-band {
    grid-template-columns: 1fr;
  }

  .academy-wrap {
    gap: 55px;
  }

  .process-intro {
    position: static;
  }

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

  .about-overview-grid,
  .purpose-grid,
  .leadership-heading,
  .commitment-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .insight-card.featured {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .container {
    width: calc(100% - 28px);
  }

  .site-header,
  .header-inner {
    height: 68px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .mobile-menu nav {
    top: 68px;
  }

  .brand-copy strong {
    font-size: 13px;
  }

  .logo-crop {
    width: 206px;
    height: 50px;
  }

  .hero {
    padding-top: 68px;
  }

  .hero h1 {
    font-size: 45px;
  }

  .hero-lede {
    font-size: 16px;
  }

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

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .hero-proof div {
    flex-direction: row;
    justify-content: space-between;
  }

  .hero-visual {
    height: 430px;
    border-radius: 70px 5px 45px 5px;
  }

  .signal-card {
    top: 22px;
    right: 18px;
  }

  .metric-card {
    left: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
  }

  .section-heading h2,
  .library-heading h2,
  .process-intro h2,
  .about-heading h2,
  .contact-section h2 {
    font-size: 38px;
  }

  .services-grid,
  .course-grid,
  .video-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 300px;
  }

  .audience-band {
    padding: 30px 24px;
  }

  .audience-band ul {
    grid-template-columns: 1fr;
  }

  .academy-main h2 {
    font-size: 41px;
  }

  .academy-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .academy-pillars article {
    grid-template-columns: 40px 1fr;
  }

  .insight-card.featured {
    grid-column: auto;
    display: block;
  }

  .insight-card.featured .insight-visual {
    min-height: 215px;
  }

  .filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .filter-row button {
    flex: 0 0 auto;
  }

  .about-story,
  .commitment-panel {
    padding: 28px 22px;
  }

  .purpose-grid article {
    padding: 28px 22px;
    grid-template-columns: 34px 1fr;
  }

  .leadership-heading {
    margin-top: 64px;
  }

  .contact-actions .button {
    width: 100%;
    min-width: 0;
    font-size: 11px;
  }

  .footer-links,
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 45;
    inset: auto 10px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 6px;
    color: var(--white);
    background: rgba(7, 24, 44, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 7px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
  }

  .mobile-action-bar a {
    padding: 13px 9px;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
  }

  .mobile-action-bar a:last-child {
    color: #1d140d;
    background: var(--orange);
    border-radius: 4px;
  }

  footer {
    padding-bottom: 100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
