:root {
  --navy: #071a2f;
  --navy-2: #0d2a48;
  --blue: #154b7d;
  --red: #ef3e4a;
  --red-dark: #c82835;
  --ink: #111820;
  --muted: #5b6672;
  --line: #d9dee5;
  --paper: #ffffff;
  --mist: #f3f6f8;
  --max: 1240px;
  --shadow: 0 22px 70px rgba(7, 26, 47, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-right: 34px; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-150%); background: #fff; color: #000; padding: 10px 14px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.site-rail { position: fixed; z-index: 100; top: 0; right: 0; bottom: 0; width: 34px; display: grid; place-items: center; background: var(--red); color: #fff; box-shadow: -2px 0 10px rgba(7,26,47,.12); }
.site-rail span { writing-mode: vertical-rl; transform: rotate(180deg); font-size: .72rem; font-weight: 800; letter-spacing: .18em; white-space: nowrap; }

.security-bar { background: var(--navy); color: #fff; font-size: .82rem; }
.security-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.security-inner a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(7,26,47,.12); backdrop-filter: blur(14px); }
.utility-nav { height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; border-bottom: 1px solid var(--line); font-size: .78rem; color: #33404d; }
.utility-nav a, .text-button { text-decoration: none; }
.text-button { border: 0; background: transparent; color: var(--blue); padding: 0; font-weight: 700; }
.main-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; min-width: 240px; }
.brand-icon { width: 28px; height: 42px; overflow: hidden; flex: 0 0 28px; display: block; }
.brand-icon img { width: 140px; max-width: none; height: 42px; object-fit: contain; object-position: left center; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 1.48rem; letter-spacing: -.045em; color: var(--navy); }
.brand-copy small { margin-top: 5px; color: #56616c; font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }
.primary-menu { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.primary-menu > a { text-decoration: none; color: #182330; font-size: .92rem; font-weight: 700; white-space: nowrap; }
.primary-menu > a:hover { color: var(--red-dark); }
.primary-menu > a.active { color: var(--red-dark); border-bottom: 2px solid var(--red); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: var(--navy); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 2px solid var(--red); background: var(--red); color: #fff; padding: 0 24px; text-decoration: none; font-weight: 700; border-radius: 0; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); border-color: var(--red-dark); }
.button-small { min-height: 40px; padding: 0 18px; font-size: .88rem; }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.75); }
.button-ghost:hover { background: #fff; border-color: #fff; color: var(--navy); }
.button-dark { background: var(--navy); border-color: var(--navy); }
.button-dark:hover { background: var(--blue); border-color: var(--blue); }
.button-outline-dark { background: transparent; color: var(--navy); border-color: var(--navy); }
.button-outline-dark:hover { background: var(--navy); color: #fff; }

.hero { position: relative; min-height: 650px; display: grid; align-items: end; color: #fff; overflow: hidden; background: #111; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 48%; filter: contrast(1.05); }
.hero-shade { background: linear-gradient(90deg, rgba(2,12,23,.94) 0%, rgba(4,18,32,.78) 42%, rgba(4,18,32,.08) 82%), linear-gradient(0deg, rgba(4,18,32,.55), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding-block: 88px 92px; }
.eyebrow { margin: 0 0 18px; font-size: .76rem; letter-spacing: .18em; font-weight: 800; color: #fff; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 3px; margin-right: 12px; vertical-align: middle; background: var(--red); }
.eyebrow.dark { color: var(--navy); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(2.8rem, 5.8vw, 5.5rem); line-height: .98; letter-spacing: -.055em; font-weight: 700; }
.hero-lede { max-width: 690px; margin: 28px 0 34px; font-size: 1.18rem; line-height: 1.6; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.quick-actions { position: relative; z-index: 5; margin-top: -1px; background: #fff; box-shadow: var(--shadow); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-card { min-height: 128px; display: flex; gap: 18px; align-items: center; padding: 28px 24px; border: 0; border-right: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none; text-align: left; }
.quick-card:last-child { border-right: 0; }
.quick-card:hover { background: var(--mist); }
.quick-icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border: 1px solid var(--red); color: var(--red); font-size: 1.2rem; }
.quick-card strong, .quick-card small { display: block; }
.quick-card strong { color: var(--navy); font-size: 1rem; }
.quick-card small { margin-top: 4px; color: var(--muted); line-height: 1.35; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 52px; }
.section-heading h2, .editorial-copy h2, .business-copy h2, .story-copy h2, .security-card h2, .contact-band h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: 1.05; letter-spacing: -.045em; color: var(--navy); }
.section-heading > p:last-child { max-width: 690px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.split-heading > p { margin: 0 !important; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.product-card { min-height: 330px; padding: 34px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:last-child { border-right: 0; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(7,26,47,.12); z-index: 2; }
.featured-card { background: var(--mist); }
.card-number { color: var(--red); font-weight: 800; font-size: .78rem; letter-spacing: .15em; }
.product-card h3 { margin: 54px 0 16px; color: var(--navy); font-size: 1.48rem; line-height: 1.15; }
.product-card p { margin: 0 0 26px; color: var(--muted); }
.link-button { margin-top: auto; padding: 0; border: 0; background: transparent; color: var(--navy); text-align: left; font-weight: 800; }
.link-button span { color: var(--red); margin-left: 8px; }

.dark-section { background: var(--navy); color: #fff; }
.light-heading { display: grid; grid-template-columns: 1fr 1.3fr; gap: 50px; align-items: end; }
.light-heading .eyebrow { grid-column: 1 / -1; }
.light-heading h2 { color: #fff; }
.light-heading > p:last-child { color: #b8c7d6; margin: 0; }
.loan-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.loan-grid article { min-height: 260px; padding: 34px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.line-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--red); color: var(--red); font-size: .9rem; font-weight: 800; }
.loan-grid h3 { margin: 28px 0 10px; font-size: 1.4rem; }
.loan-grid p { color: #b8c7d6; margin: 0 0 24px; }
.loan-grid button { border: 0; background: transparent; color: #fff; padding: 0; font-weight: 800; border-bottom: 2px solid var(--red); }

.digital-section { background: var(--mist); }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.editorial-image-wrap { position: relative; min-height: 620px; }
.editorial-image-wrap > img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: absolute; left: 0; bottom: 0; width: min(82%, 420px); padding: 26px 30px; background: var(--red); color: #fff; }
.image-caption strong, .image-caption span { display: block; }
.image-caption strong { font-size: 1.25rem; }
.image-caption span { margin-top: 4px; font-size: .9rem; }
.editorial-copy { padding: 34px 0 34px clamp(44px, 6vw, 92px); align-self: center; }
.editorial-copy .lead { color: var(--muted); font-size: 1.08rem; }
.service-list { margin: 34px 0; border-top: 1px solid #c9d0d8; }
.service-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid #c9d0d8; }
.service-list span { color: var(--red); font-size: .76rem; font-weight: 800; }
.service-list p { margin: 0; color: var(--muted); }
.service-list strong { display: block; color: var(--navy); font-size: 1.02rem; }

.business-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.business-layout > img { width: 100%; min-height: 560px; object-fit: cover; box-shadow: 30px 30px 0 var(--mist); }
.business-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.check-list { list-style: none; margin: 34px 0; padding: 0; border-top: 1px solid var(--line); }
.check-list li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid var(--line); font-weight: 700; color: var(--navy); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 21px; width: 10px; height: 3px; background: var(--red); }

.story-section { background: #edf2f6; }
.story-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: stretch; }
.story-stat { padding: 48px; background: var(--red); color: #fff; display: flex; flex-direction: column; justify-content: space-between; min-height: 340px; }
.story-stat strong { font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.story-stat span { max-width: 250px; }
.story-copy { align-self: center; }
.story-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; max-width: 720px; }
.text-link { display: inline-block; margin-top: 14px; color: var(--navy); text-decoration: none; font-weight: 800; border-bottom: 2px solid var(--red); }
.text-link span { color: var(--red); }

.security-section { padding: 80px 0; }
.security-card { display: grid; grid-template-columns: 80px 1fr auto; gap: 32px; align-items: center; padding: 44px; border: 1px solid var(--line); }
.security-symbol { width: 68px; height: 68px; display: grid; place-items: center; background: var(--red); color: #fff; font-size: 2.2rem; font-weight: 800; }
.security-card h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.security-card p:not(.eyebrow) { max-width: 730px; margin-bottom: 0; color: var(--muted); }
.contact-band { padding: 74px 0; background: var(--red); color: #fff; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.contact-band h2 { color: #fff; max-width: 600px; }
.contact-actions { display: grid; gap: 16px; }
.contact-actions a { display: block; padding: 18px 20px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); }
.contact-actions small, .contact-actions strong { display: block; }
.contact-actions small { font-size: .7rem; letter-spacing: .16em; }
.contact-actions strong { margin-top: 4px; font-size: 1.15rem; }
.contact-actions a:first-child strong { line-height: 1.45; }

.site-footer { background: #020b14; color: #fff; padding-top: 58px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-brand .brand-copy strong, .footer-brand .brand-copy small { color: #fff; }
.footer-badge { display: flex; align-items: center; gap: 14px; max-width: 280px; color: #c4d0dc; font-size: .78rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.footer-badge img { width: 58px; height: 58px; flex: 0 0 58px; object-fit: contain; border-radius: 50%; background: #fff; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px; padding-block: 52px; }
.footer-grid h3 { margin: 0 0 18px; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: #9eb0c2; }
.footer-grid a, .footer-grid button { display: block; margin: 10px 0; padding: 0; border: 0; background: transparent; color: #fff; text-decoration: none; text-align: left; font-size: .92rem; }
.footer-grid a:hover, .footer-grid button:hover { color: #ff7d86; }
.footer-legal { padding: 26px 0 38px; border-top: 1px solid rgba(255,255,255,.16); color: #9eb0c2; font-size: .78rem; }
.footer-legal > p:first-child { max-width: 930px; }
.footer-legal div { display: flex; gap: 22px; margin: 20px 0; }
.footer-legal a { color: #fff; text-decoration: none; }

.contact-dialog { width: min(92vw, 590px); border: 0; padding: 46px; box-shadow: var(--shadow); }
.contact-dialog::backdrop { background: rgba(2,11,20,.72); backdrop-filter: blur(5px); }
.contact-dialog h2 { margin: 0; color: var(--navy); font-size: 2.25rem; line-height: 1.05; letter-spacing: -.035em; }
.contact-dialog > p:not(.eyebrow) { color: var(--muted); }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; border: 0; background: transparent; color: var(--navy); font-size: 1.8rem; }
.dialog-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 28px 0 20px; }
.contact-dialog small { color: var(--muted); }

/* About page */
.about-hero { padding: 70px 0 0; background: var(--mist); }
.about-brand-block { display: flex; flex-direction: column; align-items: center; text-align: center; padding-bottom: 38px; }
.about-page-brand { min-width: 0; }
.about-page-brand .brand-icon { width: 36px; height: 54px; flex-basis: 36px; }
.about-page-brand .brand-icon img { width: 180px; height: 54px; }
.about-page-brand .brand-copy strong { font-size: 2rem; }
.about-page-brand .brand-copy small { font-size: .72rem; }
.about-tagline { margin: 18px 0 0; color: var(--navy); font-family: Arial, Helvetica, sans-serif; font-size: clamp(1.2rem, 2.2vw, 1.7rem); font-weight: 600; line-height: 1.2; letter-spacing: .08em; }
.about-photo-frame { position: relative; padding: 0; overflow: hidden; background: var(--navy); }
.about-photo-frame > img { width: 100%; height: clamp(520px, 65vw, 780px); object-fit: cover; object-position: center 42%; }
.about-photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,11,20,.7), transparent 50%); pointer-events: none; }
.about-photo-caption { position: absolute; z-index: 1; left: clamp(24px, 5vw, 70px); right: 24px; bottom: clamp(24px, 5vw, 62px); color: #fff; }
.about-photo-caption span { display: block; margin-bottom: 10px; color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.about-photo-caption span::before { content: ""; display: inline-block; width: 28px; height: 3px; margin-right: 12px; vertical-align: middle; background: var(--red); }
.about-photo-caption strong { display: block; max-width: 720px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
.about-overview-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.about-overview h1 { margin: 0; color: var(--navy); font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; letter-spacing: -.05em; }
.about-intro-copy { border-top: 4px solid var(--red); padding-top: 24px; }
.about-intro-copy p { margin: 0 0 20px; color: var(--muted); font-size: 1.1rem; }
.about-intro-copy p:first-child { color: var(--navy); font-size: 1.35rem; font-weight: 700; }
.history-section { background: var(--navy); color: #fff; }
.history-section .section-heading h2 { color: #fff; }
.history-section .section-heading > p:last-child { color: #b8c7d6; }
.timeline { border-top: 1px solid rgba(255,255,255,.2); }
.timeline article { display: grid; grid-template-columns: 130px 1fr; gap: 34px; padding: 36px 28px 36px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.timeline article > span { color: var(--red); font-size: 2rem; font-weight: 800; letter-spacing: -.04em; }
.timeline small { color: #9eb0c2; font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.timeline h3 { margin: 5px 0 8px; font-size: 1.45rem; }
.timeline p { max-width: 780px; margin: 0; color: #b8c7d6; }
.timeline-highlight { margin-inline: -28px; padding-left: 28px !important; background: var(--red); }
.timeline-highlight > span, .timeline-highlight small, .timeline-highlight p { color: #fff; }
.leadership-section { background: #fff; }
.leadership-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 50px; }
.leadership-heading h2 { margin: 0; color: var(--navy); font-size: clamp(2.6rem, 4.5vw, 4.6rem); line-height: 1; letter-spacing: -.05em; }
.leadership-heading .text-link { white-space: nowrap; margin-bottom: 8px; }
.leadership-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 22px; }
.leader-card { background: var(--mist); border-bottom: 4px solid var(--navy); transition: transform .2s ease, box-shadow .2s ease; }
.leader-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(7,26,47,.12); border-bottom-color: var(--red); }
.leader-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; filter: grayscale(100%); }
.leader-card div { min-height: 126px; padding: 20px; }
.leader-card h3 { margin: 0 0 7px; color: var(--navy); font-size: 1.18rem; line-height: 1.2; }
.leader-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }

@media (max-width: 1050px) {
  .utility-nav { display: none; }
  .main-nav { min-height: 72px; }
  .menu-toggle { display: block; }
  .primary-menu { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 24px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .primary-menu.is-open { display: flex; }
  .primary-menu .button { margin-top: 8px; }
  .hero { min-height: 610px; }
  .quick-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-card:nth-child(2) { border-right: 0; }
  .quick-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-card:nth-child(2) { border-right: 0; }
  .product-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .loan-grid { grid-template-columns: repeat(2, 1fr); }
  .business-layout { gap: 50px; }
  .security-card { grid-template-columns: 68px 1fr; }
  .security-card > .button { grid-column: 2; justify-self: start; }
  .about-overview-grid { gap: 60px; }
  .leadership-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .security-inner { padding: 8px 0; min-height: 50px; }
  .security-inner a { display: none; }
  .brand { min-width: 0; }
  .brand-copy small { font-size: .58rem; }
  .hero { min-height: 650px; align-items: end; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,12,23,.9), rgba(2,12,23,.42)), linear-gradient(0deg, rgba(2,12,23,.7), transparent); }
  .hero-content { padding-block: 70px 74px; }
  .hero h1 { font-size: clamp(2.6rem, 12vw, 4.1rem); }
  .hero-lede { font-size: 1rem; }
  .quick-grid, .product-grid, .loan-grid, .split-heading, .light-heading, .editorial-grid, .business-layout, .story-grid, .contact-layout, .about-overview-grid { grid-template-columns: 1fr; }
  .quick-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: 106px; }
  .product-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: 280px; }
  .section { padding: 78px 0; }
  .split-heading, .light-heading { gap: 22px; }
  .loan-grid { border-right: 1px solid rgba(255,255,255,.18); }
  .editorial-image-wrap { min-height: 420px; }
  .editorial-copy { padding: 54px 0 0; }
  .business-layout > img { min-height: 380px; order: -1; box-shadow: 14px 14px 0 var(--mist); }
  .story-grid { gap: 34px; }
  .story-stat { min-height: 260px; padding: 34px; }
  .security-card { grid-template-columns: 1fr; padding: 30px; }
  .security-card > .button { grid-column: 1; }
  .footer-top, .footer-badge { align-items: flex-start; }
  .footer-top { gap: 30px; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 26px; }
  .contact-dialog { padding: 42px 24px 28px; }
  .dialog-actions { flex-direction: column; }
  .about-hero { padding-top: 48px; }
  .about-photo-frame { width: 100%; }
  .about-photo-frame > img { height: 510px; }
  .about-overview-grid { gap: 36px; }
  .timeline article { grid-template-columns: 76px 1fr; gap: 18px; padding-right: 0; }
  .timeline article > span { font-size: 1.5rem; }
  .timeline-highlight { margin-inline: -14px; padding-inline: 14px 0 !important; }
  .leadership-heading { align-items: flex-start; flex-direction: column; }
  .leadership-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 12px; }
  .leader-card div { min-height: 138px; padding: 16px; }
  .leader-card h3 { font-size: 1.05rem; }
}

@media (max-width: 430px) {
  body { padding-right: 26px; }
  .site-rail { width: 26px; }
  .site-rail span { font-size: .64rem; letter-spacing: .14em; }
  .leadership-grid { grid-template-columns: 1fr; }
  .leader-card div { min-height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
