@font-face {
  font-family: "Gotham-Ultra";
  src:
    url("../gotham-ultra/Gotham-Ultra.otf") format("opentype"),
    local("Gotham Ultra"),
    local("Gotham-Ultra");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --blue: #072768;
  --blue-deep: #04112d;
  --blue-soft: #eaf1fb;
  --red: #e52138;
  --white: #ffffff;
  --ink: #0f172a;
  --muted: #5f6b7a;
  --line: rgba(15, 23, 42, 0.1);
  --shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
  --font-body: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-brand: "Gotham-Ultra", "Gotham Ultra", "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    linear-gradient(rgba(7, 39, 104, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 39, 104, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 40%, #eef4fb 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

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

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

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--blue);
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  width: 520px;
  height: 520px;
  right: -150px;
  top: -120px;
  background: radial-gradient(circle, rgba(7, 39, 104, 0.08) 0%, rgba(7, 39, 104, 0) 72%);
}

.hero::after {
  width: 420px;
  height: 420px;
  left: -120px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
}

.hero-inner {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 18px 0 48px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 16px;
  border: 1px solid rgba(7, 39, 104, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  position: sticky;
  top: 16px;
  z-index: 10;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  display: block;
  width: 64px;
  height: auto;
  flex: 0 0 auto;
}

.brand-logo--hero {
  width: 110px;
}

.brand-logo--footer {
  width: 60px;
}

.brand-text small {
  display: block;
  font-family: var(--font-brand);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #617189;
}

.brand-text strong {
  display: block;
  font-family: var(--font-brand);
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--blue);
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  font-size: 14px;
  color: #4e5f78;
}

.nav-contact-link {
  padding-right: 2px;
}

.nav-cta-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav a:hover {
  color: var(--blue);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(7, 39, 104, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.lang-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #617189;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lang-button:hover {
  color: var(--blue);
  transform: translateY(-1px);
}

.lang-button.is-active {
  background: var(--blue);
  color: var(--white);
}

.hero-grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 24px;
  align-items: stretch;
  padding: 34px 0 20px;
}

.hero-copy h1,
.section-title,
.panel-quote,
.card-title,
.brand-lockup {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.hero-copy .eyebrow {
  color: var(--blue);
  background: rgba(7, 39, 104, 0.06);
  border: 1px solid rgba(7, 39, 104, 0.1);
}

.hero-copy {
  padding: 28px 0 20px;
}

.hero-copy h1 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(2.6rem, 4vw, 4.1rem);
  line-height: 0.96;
  max-width: 720px;
  color: var(--blue);
}

.hero-title-sub {
  display: inline-block;
  font-size: 0.72em;
  letter-spacing: -0.03em;
}

.hero-copy p {
  max-width: 680px;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #16336e;
}

.hero-story {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  max-width: 720px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

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

.button-primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 20px 40px rgba(7, 39, 104, 0.18);
}

.button-secondary {
  color: var(--blue);
  border-color: rgba(7, 39, 104, 0.14);
  background: rgba(255, 255, 255, 0.86);
}

.button-main {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #1b5cff 0%, #0b3fb8 52%, #072768 100%);
  box-shadow:
    0 16px 34px rgba(7, 39, 104, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}

.button-main:hover {
  box-shadow:
    0 22px 40px rgba(7, 39, 104, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.metric {
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.metric strong {
  display: block;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.metric span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.hero-panel {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.hero-panel-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: min(100%, 520px);
  min-height: 760px;
  padding: 0;
  border-radius: 40px;
  border: 1px solid rgba(7, 39, 104, 0.1);
  background: linear-gradient(180deg, #0a337f 0%, #04173f 100%);
  box-shadow: 0 34px 90px rgba(2, 8, 23, 0.2);
}

.hero-panel-shell::before,
.hero-panel-shell::after {
  content: "";
  position: absolute;
  top: -8%;
  bottom: -10%;
  left: -28%;
  width: 78%;
  border-radius: 50%;
  pointer-events: none;
}

.hero-panel-shell::before {
  border: 20px solid rgba(255, 255, 255, 0.92);
}

.hero-panel-shell::after {
  left: -24%;
  width: 72%;
  border: 2px solid rgba(7, 39, 104, 0.95);
}

.panel-card {
  position: relative;
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(241, 247, 255, 0.95) 100%);
  color: var(--ink);
}

.panel-card--image {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.panel-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #617189;
}

.panel-quote {
  margin: 28px 0 0;
  font-size: 43px;
  line-height: 1.05;
  color: var(--blue);
}

.panel-copy {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.mini-card {
  padding: 22px;
  border-radius: 24px;
}

.mini-card.dark {
  background: #09111f;
  color: var(--white);
}

.mini-card.light {
  background: var(--white);
  border: 1px solid #dbe4f0;
}

.mini-card strong {
  display: block;
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.mini-card p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.mini-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(229, 33, 56, 0.12);
}

.mini-dot.blue {
  background: var(--blue);
  box-shadow: 0 0 0 8px rgba(7, 39, 104, 0.1);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tag {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.section {
  padding: 96px 0 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading .eyebrow {
  color: var(--blue);
  background: rgba(7, 39, 104, 0.04);
  border: 1px solid rgba(7, 39, 104, 0.08);
}

.section-title {
  margin: 18px 0 0;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.06;
}

.section-desc {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.85;
  color: var(--muted);
}

.about-grid,
.leadership-grid {
  display: grid;
  gap: 28px;
  margin-top: 48px;
}

.about-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.leadership-grid {
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
}

.card,
.contact-shell,
.footer-shell {
  box-shadow: var(--shadow);
}

.card {
  padding: 32px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: var(--white);
}

.story-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.95;
  color: #324154;
}

.story-card p + p {
  margin-top: 22px;
}

.dark-card {
  padding: 32px;
  border-radius: var(--radius-xl);
  background: #09111f;
  color: var(--white);
}

.dark-card small,
.lead-card small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.highlight-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.75;
}

.highlight-arrow {
  width: 8px;
  height: 8px;
  margin-top: 8px;
  flex: 0 0 auto;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 24px;
  margin-top: 48px;
}

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

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

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

.feature-card {
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 23, 42, 0.16);
  box-shadow: var(--shadow);
}

.icon-box {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(7, 39, 104, 0.06);
  color: var(--blue);
  font-size: 24px;
  font-weight: 800;
}

.card-title {
  margin: 20px 0 0;
  font-size: 30px;
  line-height: 1.12;
}

.feature-card p,
.update-card p,
.lead-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.lead-card {
  padding: 34px;
  border-radius: 36px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-deep) 100%);
  color: var(--white);
}

.lead-card h3 {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.lead-card p {
  color: rgba(255, 255, 255, 0.75);
}

.pillars {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.pillar {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.84);
}

.quote-card {
  padding: 32px;
  border-radius: 36px;
  border: 1px solid var(--line);
  background: var(--white);
}

.leadership-visual {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(7, 39, 104, 0.08);
  background: var(--blue-soft);
  box-shadow: var(--shadow);
}

.leadership-visual img {
  width: 100%;
  height: auto;
}

.leadership-visual figcaption {
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #617189;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(238, 244, 251, 0.95) 100%);
  border-top: 1px solid rgba(7, 39, 104, 0.08);
}

.leadership-visual--hero {
  margin-bottom: 20px;
}

.leadership-visual--hero img {
  min-height: 320px;
  object-fit: cover;
}

.hero-portrait {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  overflow: visible;
  margin: 0;
  border-radius: 0;
  background: transparent;
}

.hero-portrait img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: none;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  margin: auto 0 0 auto;
  position: relative;
  z-index: 1;
}

.hero-nameplate {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  width: min(90%, 400px);
  padding: 14px 18px 12px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: linear-gradient(180deg, #0a347f 0%, #072768 100%);
  color: var(--white);
  text-align: center;
  transform: translateX(-50%);
  box-shadow: 0 18px 36px rgba(4, 17, 45, 0.28);
}

.hero-nameplate-kicker,
.hero-nameplate-role {
  display: block;
  line-height: 1.25;
}

.hero-nameplate-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-nameplate strong {
  display: block;
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: clamp(0.96rem, 1.55vw, 1.3rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  white-space: nowrap;
}

.hero-nameplate-role {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.92;
}

.topbar .button-main,
.topbar .button-secondary {
  min-width: 146px;
  min-height: 48px;
  padding: 12px 20px;
  text-align: center;
}

.topbar .button-main {
  justify-content: center;
  color: #ffffff;
}

.topbar .button-secondary {
  color: var(--white);
  border-color: transparent;
  background: var(--red);
  box-shadow: 0 14px 28px rgba(229, 33, 56, 0.18);
}

@media (max-width: 680px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .hero::before,
  .hero::after {
    opacity: 0.28;
  }

  .hero-panel-shell {
    width: 100%;
    min-height: auto;
  }

  .hero-panel-shell::before,
  .hero-panel-shell::after {
    opacity: 0.18;
  }
}

.brand-summary {
  margin-bottom: 30px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(7, 39, 104, 0.08);
  background: linear-gradient(180deg, rgba(7, 39, 104, 0.03) 0%, rgba(234, 241, 251, 0.75) 100%);
}

.brand-summary .panel-label {
  color: var(--blue);
}

.brand-summary .brand {
  align-items: center;
}

.quote-card .section-heading {
  max-width: none;
}

.quote-panel {
  margin-top: 28px;
  padding: 30px;
  border-radius: 28px;
  background: rgba(7, 39, 104, 0.03);
  border: 1px solid rgba(7, 39, 104, 0.08);
}

.quote-panel strong {
  display: block;
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  color: var(--blue);
}

.quote-panel span {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}

.updates-heading {
  text-align: center;
  margin-inline: auto;
}

.update-card .eyebrow {
  color: var(--blue);
  background: rgba(7, 39, 104, 0.04);
  border: 1px solid rgba(7, 39, 104, 0.08);
  width: fit-content;
}

.contact-shell {
  overflow: hidden;
  margin-top: 48px;
  padding: 36px 40px;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(180deg, #f8f3f5 0%, #f6f6f6 100%);
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.98fr);
  gap: 36px;
}

.contact-copy {
  padding: 10px 0;
}

.contact-copy .eyebrow {
  color: var(--red);
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  letter-spacing: 0.12em;
}

.contact-copy h2 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
  max-width: 620px;
}

.contact-copy p {
  margin: 18px 0 0;
  max-width: 540px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}

.contact-actions-card {
  display: grid;
  gap: 10px;
  align-self: center;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
}

.contact-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 18px 22px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-action-button:hover {
  transform: translateY(-1px);
}

.contact-action-button--primary {
  background: #cf102d;
  color: var(--white);
  box-shadow: 0 12px 28px rgba(207, 16, 45, 0.18);
}

.contact-action-button--secondary {
  background: var(--white);
  color: #111111;
  border-color: rgba(15, 23, 42, 0.08);
}

.footer {
  padding: 28px 0 34px;
}

.footer-shell {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 26px 28px;
  border-radius: 32px 32px 0 0;
  border: 1px solid var(--line);
  background: var(--white);
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  min-width: 260px;
}

.footer-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 18px 28px;
  flex: 1;
}

.footer-detail-item {
  display: grid;
  gap: 6px;
}

.footer-detail-item--address {
  grid-column: 1 / -1;
}

.footer-detail-item--form {
  text-align: left;
  max-width: 220px;
}

.footer-detail-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #617189;
}

.footer-detail-label--with-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--blue);
  flex: 0 0 auto;
}

.footer-detail-icon svg {
  width: 100%;
  height: 100%;
}

.footer-detail-value,
.footer-detail-link {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
}

.footer-detail-link:hover {
  color: var(--blue);
}

@media (max-width: 980px) {
  .about-grid,
  .leadership-grid {
    grid-template-columns: 1fr;
  }

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

}

@media (max-width: 680px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding-bottom: 24px;
  }
}

@media (max-width: 700px) {
  .topbar,
  .footer-shell {
    border-radius: 28px;
  }

  .topbar,
  .nav,
  .footer-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-cta-group {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-details {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-detail-item--form {
    text-align: left;
    max-width: none;
  }

  .lang-switch {
    align-self: flex-start;
  }

  .hero-inner {
    min-height: auto;
    padding-bottom: 40px;
  }

  .hero-metrics,
  .panel-grid,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-2,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .contact-copy h2,
  .lead-card h3,
  .quote-panel strong,
  .panel-quote {
    font-size: 34px;
  }

  .hero-story {
    gap: 16px;
  }

  .hero-portrait img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .hero-nameplate {
    width: calc(100% - 28px);
    max-width: 360px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .section {
    padding-top: 72px;
  }

  .card,
  .dark-card,
  .feature-card,
  .quote-card,
  .lead-card,
  .contact-copy,
  .contact-actions-card,
  .panel-card {
    padding: 22px;
  }

  .hero-panel-shell {
    padding: 0;
    border-radius: 30px;
  }

  .hero-copy h1 {
    font-size: 2.6rem;
  }

  .hero-portrait img {
    width: 100%;
    height: auto;
  }

  .hero-nameplate {
    left: 14px;
    right: 14px;
    bottom: 18px;
    width: auto;
    max-width: none;
    padding: 14px 18px 12px;
    border: 2px solid rgba(219, 231, 255, 0.9);
    border-radius: 20px;
    background: #0a347f;
    box-shadow: 0 10px 20px rgba(4, 17, 45, 0.18);
    transform: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }

  .hero-nameplate strong {
    font-size: clamp(0.9rem, 3.9vw, 1.04rem);
    color: #ffffff;
    text-shadow: none;
  }

  .hero-nameplate-kicker,
  .hero-nameplate-role {
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
  }

  .brand-text strong {
    font-size: 24px;
  }
}
