@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@500;600;700&display=swap');

:root {
  --ab-black: #111111;
  --ab-white: #ffffff;
  --ab-grey-100: #f5f5f5;
  --ab-grey-200: #e5e5e5;
  --ab-grey-300: #cacacb;
  --ab-grey-500: #707072;
  --ab-grey-900: #1f1f21;
  --ab-focus: rgba(39, 93, 197, 1);
  --ab-shell: 1440px;
  --ab-header-h: 60px;
}

body.page-template-page-about {
  background: var(--ab-white) !important;
  color: var(--ab-black);
  font-family: Helvetica, Arial, sans-serif;
  --wp--style--root--padding-right: 0px !important;
  --wp--style--root--padding-left: 0px !important;
  --wp--style--root--padding-top: 0px !important;
  --wp--style--root--padding-bottom: 0px !important;
}

body.page-template-page-about .wp-site-blocks,
body.page-template-page-about .wp-site-blocks > * {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-template-page-about > .wp-site-blocks > header,
body.page-template-page-about > .wp-site-blocks > footer {
  display: none !important;
}

body.page-template-page-about .wp-site-blocks > .wp-block-template-part,
body.page-template-page-about .wp-site-blocks > .wp-block-group.has-global-padding:empty,
body.page-template-page-about .wp-site-blocks > .has-global-padding:empty {
  display: none !important;
}

body.page-template-page-about .wp-site-blocks {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.page-template-page-about .wp-site-blocks main,
body.page-template-page-about .wp-site-blocks .fmr-about,
body.page-template-page-about .wp-site-blocks .fmr-about--signature {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.fmr-about--signature,
.fmr-about--signature * { box-sizing: border-box; }
.fmr-about--signature img { display: block; width: 100%; }
.fmr-about--signature a:focus-visible,
.fmr-about--signature button:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--ab-focus); }

.ab-shell { width: min(calc(100% - 96px), var(--ab-shell)); margin: 0 auto; }
.ab-kicker, .ab-contact__details strong, .ab-value-card span, .ab-timeline__label, .ab-team-card p {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.ab-kicker { color: var(--ab-grey-500); }
.ab-display, .ab-title, .ab-value-card h3, .ab-team-panel__title, .ab-team-card h3, .ab-hero__title {
  margin: 0;
  font-family: 'League Spartan', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.ab-display {
  font-size: clamp(68px, 8.8vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  max-width: 6ch;
  color: var(--ab-white);
}
.ab-title {
  font-size: clamp(32px, 3vw, 40px);
  line-height: 1.05;
  color: var(--ab-black);
}
.ab-pill, .ab-header__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 30px;
  border: 1.5px solid transparent;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
.ab-pill--dark { background: var(--ab-black); color: var(--ab-white); }
.ab-pill--light { background: var(--ab-white); color: var(--ab-black); border-color: var(--ab-grey-300); }

.ab-header { position: fixed; top: 12px; left: 0; right: 0; z-index: 110; padding: 0 24px; background: transparent; }
.ab-header__inner {
  width: min(100%, 1180px);
  min-height: var(--ab-header-h);
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  box-shadow: 0 12px 30px rgba(17,17,17,0.12), inset 0 1px 0 rgba(255,255,255,0.32);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
}
.ab-header.is-scrolled .ab-header__inner { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.34); }
.ab-header__logo, .ab-footer__logo { width: auto; height: 32px; max-width: 220px; object-fit: contain; filter: brightness(0) invert(1); }
.ab-header__nav { display: flex; justify-content: center; gap: 24px; }
.ab-nav-item { position: relative; display: inline-flex; align-items: center; }
.ab-nav-item--has-dropdown { padding-bottom: 18px; margin-bottom: -18px; }
.ab-nav-dropdown {
  position: absolute; top: calc(100% + 2px); left: 50%; min-width: 320px; padding: 8px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.24); background: rgba(255,255,255,0.16);
  box-shadow: 0 12px 30px rgba(17,17,17,0.12), inset 0 1px 0 rgba(255,255,255,0.22);
  backdrop-filter: blur(22px) saturate(180%); -webkit-backdrop-filter: blur(22px) saturate(180%);
  opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}
.ab-nav-item--has-dropdown:hover .ab-nav-dropdown,
.ab-nav-item--has-dropdown:focus-within .ab-nav-dropdown,
.ab-nav-item--has-dropdown.is-open .ab-nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.ab-nav-dropdown a {
  display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 44px; padding: 0 20px;
  border-radius: 999px; color: var(--ab-white); text-decoration: none; text-shadow: 0 1px 10px rgba(0,0,0,0.22); background: transparent; border: 0;
}
.ab-nav-dropdown a:hover { background: rgba(255,255,255,0.08); color: var(--ab-white); }
.ab-header__nav > a, .ab-nav-item > a { min-height: auto; padding: 0; color: var(--ab-white); text-decoration: none; text-shadow: 0 1px 10px rgba(0,0,0,0.22); }
.ab-header__nav > a:hover, .ab-nav-item > a:hover { color: rgba(255,255,255,0.72); }
.ab-header__nav > a[aria-current=page], .ab-nav-item > a[aria-current=page] { text-decoration: underline; text-underline-offset: 5px; }
.ab-header__toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; position: relative; }
.ab-header__toggle span { position: absolute; left: 10px; right: 10px; height: 2px; background: var(--ab-white); }
.ab-header__toggle span:nth-child(1){ top:14px; } .ab-header__toggle span:nth-child(2){ top:21px; } .ab-header__toggle span:nth-child(3){ top:28px; }

.ab-hero { position: relative; min-height: calc(100vh + 36px); margin-top: -36px; padding-top: 36px; background: var(--ab-black); }
.ab-hero__media, .ab-hero__shade { position: absolute; inset: 0; }
.ab-hero__image { height: 100%; object-fit: cover; }
.ab-hero__shade { background: linear-gradient(180deg, rgba(17,17,17,0.14) 0%, rgba(17,17,17,0.58) 58%, rgba(17,17,17,0.94) 100%), linear-gradient(90deg, rgba(17,17,17,0.9) 0%, rgba(17,17,17,0.34) 42%, rgba(17,17,17,0.7) 100%); }
.ab-hero__content { position: relative; z-index: 2; min-height: 100vh; display: flex; align-items: flex-start; padding-top: clamp(104px, 13vh, 150px); padding-bottom: 40px; }
.ab-hero__layout { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 560px); gap: 32px; align-items: start; }
.ab-hero__stack { width: min(100%, 760px); padding-top: 0; }
.ab-hero__eyebrow {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}
.ab-hero__copy { color: rgba(255,255,255,0.88); }
.ab-hero__stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.ab-hero__intro {
  max-width: 720px;
  margin-top: 20px;
  padding: 28px 30px;
  background: rgba(17,17,17,0.28);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ab-hero__title {
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.02;
  color: var(--ab-white);
}
.ab-hero__intro p {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,0.84);
}
.ab-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.ab-team-panel {
  align-self: start; margin-bottom: 0; margin-top: 8px; padding: 24px; border: 1px solid rgba(255,255,255,0.18); background: rgba(17,17,17,0.4);
  box-shadow: 0 24px 60px rgba(0,0,0,0.3); backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%);
}
.ab-team-panel__head { margin-bottom: 18px; }
.ab-team-panel__head .ab-kicker { color: rgba(255,255,255,0.62); }
.ab-team-panel__title { font-size: clamp(24px, 2.4vw, 34px); line-height: 1; color: var(--ab-white); }
.ab-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ab-team-card {
  overflow: hidden; background: rgba(255,255,255,0.95); border: 1px solid rgba(255,255,255,0.72);
  opacity: 0; transform: translateY(24px) scale(0.98); transition: opacity 600ms ease, transform 600ms ease; transition-delay: var(--ab-delay, 0ms);
}
.ab-team-card.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.ab-team-card img { aspect-ratio: 1 / 1; object-fit: cover; }
.ab-team-card__body { padding: 14px 14px 12px; }
.ab-team-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 124px 1fr; align-items: stretch; }
.ab-team-card--featured img { height: 100%; }
.ab-team-card h3 { font-size: 18px; line-height: 1; color: var(--ab-black); }
.ab-team-card p { margin: 10px 0 0; color: var(--ab-grey-500); }
.ab-team-card__contact { display: grid; gap: 4px; margin-top: 12px; color: var(--ab-grey-500); font-size: 12px; line-height: 1.35; letter-spacing: 0.01em; overflow-wrap: anywhere; }

.ab-intro, .ab-values, .ab-journey, .ab-leadership {
  background: var(--ab-white); padding: 88px 0; }
.ab-intro__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 420px); gap: 24px; align-items: start; }
.ab-intro__copy p, .ab-leadership__copy p, .ab-journey__intro { margin: 16px 0 0; font-size: 17px; line-height: 1.8; color: var(--ab-grey-500); }
.ab-intro__aside { display: grid; gap: 16px; }
.ab-stat-card {
  padding: 28px; border: 1px solid var(--ab-grey-300); border-radius: 26px; background: var(--ab-grey-100);
}
.ab-hero__stats .ab-stat-card { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.18); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.ab-stat-card span {
  display: block; font-family: 'League Spartan', Helvetica, Arial, sans-serif; font-size: clamp(42px, 5vw, 62px); line-height: 0.9; text-transform: uppercase;
}
.ab-hero__stats .ab-stat-card span { color: var(--ab-white); }
.ab-stat-card p { margin: 16px 0 0; font-size: 16px; line-height: 1.7; color: var(--ab-grey-500); }
.ab-hero__stats .ab-stat-card p { color: rgba(255,255,255,0.86); }
.ab-stat-card--dark { background: var(--ab-grey-900); border-color: var(--ab-grey-900); }
.ab-stat-card--dark span, .ab-stat-card--dark p { color: var(--ab-white); }

.ab-values { background: var(--ab-grey-100); }
.ab-values__head { max-width: 680px; margin-bottom: 28px; }
.ab-values__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(0, 0.75fr)); gap: 18px; }
.ab-value-card {
  position: relative; min-height: 320px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end;
  border-radius: 28px; background: var(--ab-white); border: 1px solid rgba(17,17,17,0.08); overflow: hidden;
}
.ab-value-card--image img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.ab-value-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,17,17,0.05) 0%, rgba(17,17,17,0.72) 100%); }
.ab-value-card__body, .ab-value-card > span, .ab-value-card h3, .ab-value-card p { position: relative; z-index: 1; }
.ab-value-card h3 { font-size: 26px; line-height: 1.02; color: var(--ab-black); }
.ab-value-card p { margin: 14px 0 0; font-size: 16px; line-height: 1.7; color: var(--ab-grey-500); }
.ab-value-card--image h3, .ab-value-card--image p, .ab-value-card--image span,
.ab-value-card--dark h3, .ab-value-card--dark p, .ab-value-card--dark span { color: var(--ab-white); }
.ab-value-card--dark { background: var(--ab-grey-900); }

.ab-journey__head { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.8fr); gap: 24px; margin-bottom: 40px; align-items: end; }
.ab-timeline { position: relative; display: grid; gap: 24px; }
.ab-timeline::before {
  content: ''; position: absolute; left: 92px; top: 12px; bottom: 12px; width: 1px; background: linear-gradient(180deg, rgba(17,17,17,0.18) 0%, rgba(17,17,17,0.02) 100%);
}
.ab-timeline__item {
  position: relative; display: grid; grid-template-columns: 76px 32px minmax(0, 1fr); gap: 16px; align-items: start;
}
.ab-timeline__year {
  font-family: 'League Spartan', Helvetica, Arial, sans-serif; font-size: 24px; line-height: 1; text-transform: uppercase;
}
.ab-timeline__year--reveal { opacity: 0; transform: translateY(24px) scale(0.98); transition: opacity 600ms ease, transform 600ms ease; transition-delay: var(--ab-delay, 0ms); }
.ab-timeline__year--reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.ab-timeline__dot {
  width: 14px; height: 14px; margin: 10px auto 0; border-radius: 50%; background: var(--ab-black); box-shadow: 0 0 0 6px rgba(17,17,17,0.06);
}
.ab-timeline__card {
  padding: 24px; border-radius: 24px; border: 1px solid rgba(17,17,17,0.08); background: var(--ab-grey-100);
}
.ab-timeline__card--reveal { opacity: 0; transform: translateY(28px) scale(0.985); transition: opacity 650ms ease, transform 650ms ease; transition-delay: var(--ab-delay, 0ms); }
.ab-timeline__card--reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.ab-timeline__card p:last-child { margin-top: 14px; color: var(--ab-grey-500); line-height: 1.75; }
.ab-timeline__card--accent { background: var(--ab-grey-900); }
.ab-timeline__card--accent .ab-timeline__label, .ab-timeline__card--accent p:last-child { color: var(--ab-white); }

.ab-leadership {
  background: var(--ab-white);
}
.ab-leadership__grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr); gap: 28px; align-items: center; }
.ab-leadership__portrait { border-radius: 32px; overflow: hidden; min-height: 100%; }
.ab-leadership__portrait img { height: 100%; object-fit: cover; }
.ab-leadership__copy .ab-kicker, .ab-leadership__copy .ab-title { color: var(--ab-black); }
.ab-leadership__copy p { color: var(--ab-grey-500); }

.ab-contact {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); min-height: 620px;
}
.ab-contact__media img { height: 100%; object-fit: cover; }
.ab-contact__panel {
  padding: clamp(42px, 8vw, 84px); background: var(--ab-black); color: var(--ab-white); display: flex; flex-direction: column; justify-content: center;
}
.ab-contact__panel .ab-kicker, .ab-contact__panel .ab-title { color: var(--ab-white); }
.ab-contact__panel p { margin: 16px 0 0; line-height: 1.8; color: rgba(255,255,255,0.74); }
.ab-contact__details { display: grid; gap: 18px; margin: 34px 0 0; }
.ab-contact__details a, .ab-contact__details div { display: flex; flex-direction: column; gap: 4px; color: var(--ab-white); text-decoration: none; }
.ab-contact__details span { color: rgba(255,255,255,0.78); line-height: 1.6; }
.ab-contact__actions { margin-top: 26px; }

.ab-footer { padding: 36px 0; background: #080808; }
.ab-footer__inner { display: grid; grid-template-columns: minmax(0, 1.1fr) auto auto; gap: 28px; align-items: start; }
.ab-footer__brand p, .ab-footer__contact p, .ab-footer__contact a, .ab-footer__nav a {
  color: rgba(255,255,255,0.68); line-height: 1.7; text-decoration: none;
}
.ab-footer__brand p { margin: 18px 0 0; max-width: 360px; }
.ab-footer__nav, .ab-footer__contact { display: grid; gap: 10px; }

@media (max-width: 1180px) {
  .ab-hero__layout { grid-template-columns: 1fr; }
  .ab-team-panel { max-width: 760px; }
  .ab-values__grid,
  .ab-intro__grid,
  .ab-journey__head,
  .ab-leadership__grid,
  .ab-contact,
  .ab-footer__inner { grid-template-columns: 1fr; }
  .ab-contact { min-height: 0; }
  .ab-contact__media img { min-height: 360px; }
}

@media (max-width: 960px) {
  .ab-shell { width: min(calc(100% - 40px), var(--ab-shell)); }
  .ab-header { top: 8px; padding: 0 12px; }
  .ab-header__inner { grid-template-columns: auto auto; justify-content: space-between; min-height: 56px; }
  .ab-header__toggle { display: block; }
  .ab-header__nav {
    position: absolute; top: calc(100% + 10px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch;
    padding: 14px; border-radius: 24px; background: rgba(17,17,17,0.96); border: 1px solid rgba(255,255,255,0.12);
  }
  .ab-header__nav.is-open { display: flex; }
  .ab-nav-item, .ab-nav-item--has-dropdown { width: 100%; display: block; padding-bottom: 0; margin-bottom: 0; }
  .ab-header__nav > a, .ab-nav-item > a { justify-content: flex-start; min-height: 46px; }
  .ab-nav-dropdown {
    position: static; min-width: 0; padding: 8px 0 0 12px; border: 0; background: transparent; box-shadow: none; backdrop-filter: none;
    opacity: 1; visibility: visible; pointer-events: auto; transform: none; display: none;
  }
  .ab-nav-item--has-dropdown.is-open .ab-nav-dropdown { display: block; }
  .ab-hero { min-height: auto; }
  .ab-hero__content { min-height: auto; padding-top: 108px; padding-bottom: 56px; }
  .ab-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .ab-display { font-size: clamp(54px, 19vw, 82px); }
  .ab-hero__intro { padding: 22px 20px; }
  .ab-hero__stats { grid-template-columns: 1fr; }
  .ab-team-grid { grid-template-columns: 1fr; }
  .ab-team-card--featured { grid-template-columns: 1fr; }
  .ab-timeline::before { left: 82px; }
  .ab-timeline__item { grid-template-columns: 66px 24px minmax(0, 1fr); gap: 12px; }
  .ab-contact__panel { padding: 42px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
