:root {
  --navy-950: #05121d;
  --navy-900: #081b2b;
  --navy-850: #0b2234;
  --navy-800: #102b40;
  --gold-600: #ad7b2c;
  --gold-500: #c99742;
  --gold-400: #ddb264;
  --gold-200: #ead8b9;
  --ivory-50: #fdfbf7;
  --ivory-100: #f7f3ec;
  --ivory-200: #efe8dc;
  --ink: #102733;
  --muted: #5b6971;
  --white: #fff;
  --line: rgba(173, 123, 44, .25);
  --shadow: 0 22px 55px rgba(5, 18, 29, .1);
}

html { scroll-padding-top: 90px; }
body.fma-modern {
  color: var(--ink);
  background: var(--ivory-50);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}
body.fma-modern a { color: inherit; }
body.fma-modern h1,
body.fma-modern h2,
body.fma-modern h3,
body.fma-modern h4 {
  color: var(--ink);
  font-family: "Source Serif 4", serif;
  letter-spacing: -.025em;
}
.container { max-width: 1240px; }

/* Header */
.legal-header {
  min-height: 86px;
  padding: 0;
  background: rgba(5, 18, 29, .98) !important;
  border-bottom: 1px solid rgba(221, 178, 100, .28);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
  backdrop-filter: blur(14px);
}
.legal-header .container { min-height: 86px; }
.legal-logo { gap: 13px; color: var(--white) !important; text-decoration: none; }
.legal-logo .fma-brand-mark { width: 54px; height: 54px; object-fit: contain; }
.legal-brand-copy { display: grid; line-height: 1; }
.legal-brand-copy small,
.legal-brand-copy em {
  color: var(--gold-400) !important;
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.legal-brand-copy strong {
  margin: 3px 0;
  color: #fff !important;
  font-family: "Source Serif 4", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.03;
  text-transform: uppercase;
}
.legal-brand-copy strong span { color: #fff; }
.navbar > ul { gap: 3px; align-items: center; }
.navbar .nav-link {
  position: relative;
  padding: 32px 13px !important;
  color: rgba(255,255,255,.83) !important;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.navbar .nav-link:not(.nav-cta)::after {
  position: absolute;
  right: 13px;
  bottom: 22px;
  left: 13px;
  height: 2px;
  background: var(--gold-500);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.navbar .nav-link:hover,
.navbar .nav-link.active { color: var(--gold-400) !important; }
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after { transform: scaleX(1); }
.navbar .nav-cta {
  margin-left: 10px;
  padding: 12px 20px !important;
  color: var(--navy-950) !important;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  border: 1px solid var(--gold-400);
  border-radius: 3px;
  box-shadow: 0 9px 24px rgba(173,123,44,.2);
}
.navbar .nav-cta:hover,
.navbar .nav-cta.active { color: var(--navy-950) !important; background: #e6bd72; }
.mobile-nav-toggle { color: #fff !important; background: transparent; border: 0; font-size: 28px; }

/* Hero */
.ref-hero {
  position: relative;
  min-height: 570px;
  margin-top: 86px;
  overflow: hidden;
  background-color: var(--navy-950) !important;
  background-image:
    linear-gradient(90deg, rgba(5,18,29,1) 0%, rgba(5,18,29,.98) 38%, rgba(5,18,29,.74) 57%, rgba(5,18,29,.5) 82%, rgba(5,18,29,.42) 100%),
    var(--hero-image, url("../img/optimized/hero-navy-office-v3-optimized.jpg")) !important;
  background-position: center, center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.ref-hero::before,
.navy-process::before,
.legal-footer::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 260px;
  background-image:
    linear-gradient(30deg, transparent 45%, rgba(221,178,100,.1) 46%, rgba(221,178,100,.1) 48%, transparent 49%),
    linear-gradient(150deg, transparent 45%, rgba(221,178,100,.08) 46%, rgba(221,178,100,.08) 48%, transparent 49%);
  background-size: 38px 66px;
  content: "";
  opacity: .36;
  pointer-events: none;
}
.ref-hero-inner { min-height: 570px; display: flex; align-items: center; }
.ref-hero-copy { position: relative; z-index: 1; width: min(570px, 52%); padding: 56px 0 70px; }
.ref-eyebrow,
.legal-eyebrow,
.navy-process header > span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-600) !important;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.ref-hero .ref-eyebrow { color: var(--gold-400) !important; }
.ref-hero h1 {
  max-width: 620px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(43px, 4.3vw, 66px);
  font-weight: 700;
  line-height: .98;
}
.ref-hero h1 em { color: var(--gold-400); font-style: normal; }
.ref-hero p { max-width: 590px; margin: 0 0 28px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.75; }
.ref-actions,
.legal-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.ref-btn,
.btn-legal {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.ref-btn:hover,
.btn-legal:hover { transform: translateY(-2px); }
.ref-btn-primary,
.btn-legal-primary { color: var(--navy-950) !important; background: linear-gradient(135deg, var(--gold-400), var(--gold-600)) !important; box-shadow: 0 10px 25px rgba(173,123,44,.18); }
.ref-btn-outline,
.btn-legal-outline { color: #fff !important; background: rgba(255,255,255,.02) !important; border-color: rgba(221,178,100,.7) !important; }

/* Proof strip */
.ref-trust { position: relative; z-index: 3; padding: 0; background: var(--navy-900) !important; border-top: 1px solid rgba(221,178,100,.35); border-bottom: 1px solid rgba(221,178,100,.26); }
.ref-trust-card { display: grid; grid-template-columns: repeat(4,1fr); background: transparent !important; border: 0 !important; box-shadow: none !important; }
.ref-trust-card article { min-height: 116px; padding: 25px 28px; display: flex; align-items: center; gap: 15px; border-right: 1px solid rgba(221,178,100,.16); }
.ref-trust-card article:last-child { border-right: 0; }
.ref-trust-card article > i { flex: 0 0 48px; height: 48px; display: grid; place-items: center; color: var(--gold-400); border: 1px solid rgba(221,178,100,.65); border-radius: 50%; font-size: 22px; }
.ref-trust-card strong { display: block; margin-bottom: 4px; color: #fff; font-family: "Source Serif 4", serif; font-size: 17px; line-height: 1.1; }
.ref-trust-card span { display: block; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.5; }

/* Homepage sections */
.ref-section,
.legal-section { padding: 82px 0; }
.ref-services { background: var(--ivory-50) !important; }
.navy-services-split { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(400px,.92fr); gap: 70px; align-items: start; }
.ref-heading h2,
.legal-section-heading h2,
.ref-about-copy h2,
.coral-section-heading h2 { margin: 0 0 12px; color: var(--ink); font-size: clamp(31px, 3vw, 44px); line-height: 1.08; }
.ref-heading > p,
.legal-section-heading > p { max-width: 590px; color: var(--muted); }
.ref-services-heading { margin-bottom: 30px; text-align: left !important; }
.ref-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ref-service-card {
  min-height: 64px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  color: var(--ink) !important;
  background: #fff !important;
  border: 1px solid var(--line) !important;
  border-radius: 4px !important;
  box-shadow: 0 6px 18px rgba(5,18,29,.025) !important;
  text-decoration: none !important;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ref-service-card:hover { border-color: var(--gold-500) !important; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(5,18,29,.07) !important; }
.ref-service-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--gold-600) !important; background: var(--ivory-100) !important; border: 1px solid var(--gold-200); border-radius: 50%; font-size: 17px; }
.ref-service-card h3 { margin: 0; font-size: 16px; line-height: 1.15; }
.ref-service-card > .bi-chevron-right { color: var(--gold-600); font-size: 12px; }
.ref-service-card p,
.ref-service-card .ref-card-link { display: none; }
.ref-centered-link { margin-top: 23px; text-align: left !important; }
.ref-centered-link a,
.coral-section-heading-split > a,
.coral-read-link,
.fma-text-link { color: var(--gold-600) !important; font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; }
.navy-issue-panel { position: relative; padding: 34px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.navy-issue-panel::before { position: absolute; top: 0; left: 0; width: 70px; height: 3px; background: var(--gold-500); content: ""; }
.navy-issue-panel h2 { margin: 0 0 7px; font-size: 31px; }
.navy-issue-panel > p { margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.navy-issue-list { display: grid; gap: 8px; margin-bottom: 20px; }
.navy-issue-list a { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; min-height: 48px; padding: 8px 12px; color: var(--ink) !important; background: var(--ivory-50); border: 1px solid var(--ivory-200); border-radius: 3px; font-family: "Source Serif 4", serif; font-weight: 700; text-decoration: none; }
.navy-issue-list a:hover { color: var(--gold-600) !important; border-color: var(--gold-200); }
.navy-issue-list a > i { color: var(--gold-600); font-size: 17px; text-align: center; }
.navy-issue-list a > b { color: var(--gold-600); font-size: 12px; }

.ref-about { position: relative; overflow: hidden; background: var(--ivory-100) !important; border-block: 1px solid var(--ivory-200); }
.ref-about::after { position: absolute; right: -80px; bottom: -100px; width: 360px; height: 360px; border: 1px solid rgba(173,123,44,.13); border-radius: 50%; box-shadow: 0 0 0 34px rgba(173,123,44,.04), 0 0 0 68px rgba(173,123,44,.03); content: ""; }
.ref-about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 55px; align-items: center; }
.ref-about-image { position: relative; height: 420px; margin: 0; overflow: hidden; border-radius: 5px; box-shadow: 0 24px 52px rgba(5,18,29,.16); }
.ref-about-image::after { position: absolute; inset: 0; border: 1px solid rgba(221,178,100,.48); border-radius: inherit; content: ""; pointer-events: none; }
.ref-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--about-image-position, center center);
  transform: scale(var(--about-image-scale, 1));
  transform-origin: var(--about-image-origin, center center);
}
.ref-about-copy > p { color: var(--muted); }
.ref-checks { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px 18px; margin: 25px 0 26px; }
.ref-checks span { display: flex; gap: 9px; align-items: flex-start; color: #30414a; font-size: 13px; font-weight: 700; }
.ref-checks i { color: var(--gold-600); }

.ref-team { background: #fff !important; }
.ref-heading-center { text-align: center; }
.ref-heading-center::after { display: block; width: 62px; height: 2px; margin: 17px auto 35px; background: var(--gold-500); content: ""; }
.ref-team-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.ref-profile { min-height: 392px; display: grid; grid-template-columns: 43% 57%; overflow: hidden; background: var(--ivory-50) !important; border: 1px solid var(--line) !important; border-radius: 5px !important; box-shadow: 0 12px 28px rgba(5,18,29,.06) !important; }
.ref-profile > img { width: 100%; height: 100%; min-height: 392px; object-fit: cover; object-position: center 14%; background: var(--navy-950); }
.ref-profile-copy { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.ref-profile-copy h3 { margin: 0 0 4px; font-size: 25px; line-height: 1.12; }
.ref-profile-copy > span { color: var(--gold-600) !important; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ref-profile-copy > p { margin: 18px 0; color: var(--muted); font-size: 13px; }
.ref-profile-qualifications { padding-top: 15px; border-top: 1px solid var(--line); }
.ref-profile-qualifications h4 { color: var(--ink); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.ref-profile-qualifications ul { margin: 8px 0 0; padding-left: 16px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.ref-profile-qualifications li::marker { color: var(--gold-500); }

.navy-process { position: relative; overflow: hidden; padding: 42px 0 48px; color: #fff; background: var(--navy-900); border-block: 1px solid rgba(221,178,100,.27); }
.navy-process::before { right: 0; left: auto; transform: scaleX(-1); }
.navy-process .container { position: relative; z-index: 1; }
.navy-process header { margin-bottom: 24px; text-align: center; }
.navy-process header > span { margin-bottom: 5px; color: var(--gold-400) !important; }
.navy-process h2 { margin: 0; color: #fff; font-size: 31px; }
.navy-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.navy-process-grid article { position: relative; min-height: 118px; display: grid; grid-template-columns: 38px 34px 1fr; gap: 11px; align-items: start; padding: 22px 18px; border: 1px solid rgba(221,178,100,.25); background: rgba(255,255,255,.025); }
.navy-process-grid article > span { width: 28px; height: 28px; display: grid; place-items: center; margin-top: -10px; color: var(--navy-950); background: var(--gold-400); border-radius: 50%; font-size: 12px; font-weight: 800; }
.navy-process-grid article > i { color: var(--gold-400); font-size: 25px; }
.navy-process-grid h3 { margin: 0 0 5px; color: #fff; font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; }
.navy-process-grid p { margin: 0; color: rgba(255,255,255,.56); font-size: 10px; line-height: 1.5; }

.coral-articles { background: var(--ivory-100) !important; }
.coral-section-heading-split { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.coral-article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.coral-article-card { overflow: hidden; background: #fff !important; border: 1px solid var(--line) !important; border-radius: 5px !important; box-shadow: 0 9px 24px rgba(5,18,29,.05); }
.coral-article-image { display: block; height: 196px; overflow: hidden; }
.coral-article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.coral-article-card:hover img { transform: scale(1.035); }
.coral-article-card > div { padding: 21px; }
.coral-article-card > div > span { color: var(--gold-600) !important; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.coral-article-card h3 { margin: 8px 0 10px; font-size: 21px; line-height: 1.2; }
.coral-article-card h3 a { text-decoration: none; }
.coral-article-card p { color: var(--muted); font-size: 12px; }

.ref-contact-strip { padding: 0 0 78px; background: var(--ivory-100) !important; }
.ref-contact-card { position: relative; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 28px; align-items: center; padding: 30px 34px; overflow: hidden; color: #fff; background: var(--navy-900) !important; border: 1px solid rgba(221,178,100,.42) !important; border-radius: 5px !important; box-shadow: var(--shadow); }
.ref-contact-card::after { position: absolute; right: -35px; top: -70px; width: 190px; height: 190px; border: 1px solid rgba(221,178,100,.15); border-radius: 50%; content: ""; }
.ref-contact-intro { display: flex; align-items: center; gap: 18px; }
.ref-contact-intro > i { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; color: var(--gold-400); border: 1px solid rgba(221,178,100,.55); border-radius: 50%; font-size: 25px; }
.ref-contact-intro span { color: var(--gold-400); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ref-contact-intro h2 { margin: 2px 0 0; color: #fff; font-size: 23px; line-height: 1.12; }
.ref-contact-card address { display: grid; gap: 5px; margin: 0; font-style: normal; }
.ref-contact-card address a,
.ref-contact-card address span { color: rgba(255,255,255,.66); font-size: 10px; text-decoration: none; }
.ref-contact-card address i { color: var(--gold-400); margin-right: 5px; }

/* Inner pages */
.legal-page { padding-top: 86px !important; background: var(--ivory-50); }
.legal-page-hero { position: relative; overflow: hidden; padding: 78px 0 70px !important; color: #fff; background: var(--navy-900) !important; border-bottom: 1px solid rgba(221,178,100,.35); }
.legal-page-hero::after { position: absolute; top: -190px; right: -100px; width: 530px; height: 530px; border: 1px solid rgba(221,178,100,.12); border-radius: 50%; box-shadow: 0 0 0 50px rgba(221,178,100,.025), 0 0 0 100px rgba(221,178,100,.02); content: ""; }
.legal-page-hero .container { position: relative; z-index: 1; }
.legal-page-hero .legal-breadcrumbs,
.legal-page-hero .breadcrumbs { color: rgba(255,255,255,.48) !important; }
.legal-page-hero .legal-breadcrumbs a,
.legal-page-hero .breadcrumbs a { color: var(--gold-400) !important; }
.legal-page-hero h1 { max-width: 850px; margin: 8px 0 15px; color: #fff !important; font-size: clamp(39px,4.2vw,59px); line-height: 1.02; }
.legal-page-hero p { max-width: 760px; margin: 0 0 24px; color: rgba(255,255,255,.68) !important; font-size: 15px; }
.legal-page-hero .legal-eyebrow { color: var(--gold-400) !important; }
.legal-section { background: var(--ivory-50); }
.legal-soft { background: var(--ivory-100) !important; }
.legal-section-heading { margin-bottom: 34px; }
.fma-heading-split { display: grid; grid-template-columns: 1fr minmax(320px,.6fr); gap: 50px; align-items: end; }

.fma-issue-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 14px !important; }
.fma-issue-card,
.legal-service-card,
.fma-engagement-card,
.fma-scope-card,
.fma-process-track,
.legal-profile-card,
.legal-contact-card,
.legal-article-card,
.legal-video-card,
.legal-gallery-card,
.fma-social-card {
  background: #fff !important;
  border: 1px solid var(--line) !important;
  border-radius: 5px !important;
  box-shadow: 0 9px 25px rgba(5,18,29,.045) !important;
}
.fma-issue-card { min-height: 138px !important; padding: 21px !important; display: grid !important; grid-template-columns: 44px 1fr auto !important; gap: 14px !important; align-items: start !important; text-decoration: none !important; }
.fma-issue-card > i,
.fma-service-icon,
.fma-engagement-card > i { width: 44px !important; height: 44px !important; display: grid !important; place-items: center !important; color: var(--gold-600) !important; background: var(--ivory-100) !important; border: 1px solid var(--gold-200) !important; border-radius: 50% !important; font-size: 19px !important; }
.fma-issue-card h2 { margin: 1px 0 7px !important; font-size: 18px !important; line-height: 1.1 !important; }
.fma-issue-card p { margin: 0 !important; color: var(--muted) !important; font-size: 11px !important; }
.fma-issue-card > span { color: var(--gold-600) !important; }
.fma-engagement-grid,
.legal-service-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 18px !important; }
.fma-engagement-grid { margin-bottom: 75px !important; }
.fma-engagement-card,
.legal-service-card { position: relative; min-height: 245px; padding: 28px !important; }
.fma-engagement-card > span { position: absolute; top: 22px; right: 24px; color: var(--gold-200) !important; font: 700 30px/1 "Source Serif 4",serif; }
.fma-engagement-card h2,
.legal-service-card h2 { margin: 20px 0 10px; font-size: 23px; }
.fma-engagement-card p,
.legal-service-card p { color: var(--muted); font-size: 12px; }
.legal-service-card a { color: var(--gold-600) !important; font-size: 11px; font-weight: 800; text-transform: uppercase; text-decoration: none; }
.fma-scope-grid,
.fma-process-tracks { display: grid !important; grid-template-columns: repeat(2,1fr) !important; gap: 20px !important; }
.fma-scope-card { overflow: hidden; }
.fma-scope-card summary { padding: 21px 23px !important; color: var(--ink) !important; }
.fma-scope-card summary b { color: var(--gold-600) !important; }
.fma-scope-card ul { margin: 0 !important; padding: 0 42px 24px !important; color: var(--muted) !important; }
.fma-process-track { padding: 31px !important; }
.fma-track-label { color: var(--gold-600) !important; }
.fma-process-track h3 { font-size: 28px !important; }
.fma-process-list li::before { color: var(--navy-950) !important; background: var(--gold-400) !important; }
.fma-process-list p { color: var(--muted) !important; }

.fma-service-detail h2 { font-size: 31px; }
.legal-check-list p { color: #394c55 !important; border-bottom-color: var(--ivory-200) !important; }
.legal-check-list i { color: var(--gold-600) !important; }
.legal-process-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.legal-process-card { background: #fff !important; border: 1px solid var(--line) !important; border-radius: 4px !important; }
.legal-process-card > span { color: var(--gold-600) !important; }
.fma-sticky-card { border-top: 3px solid var(--gold-500) !important; }
.legal-doc-list li::before { color: var(--gold-600) !important; }
.legal-disclaimer { color: var(--muted) !important; background: var(--ivory-100) !important; }
.fma-faq-layout { display: grid !important; grid-template-columns: .7fr 1.3fr !important; gap: 70px !important; }
.legal-faq details { background: #fff !important; border: 1px solid var(--line) !important; border-radius: 3px !important; }
.legal-faq summary { color: var(--ink) !important; }
.legal-faq summary::after { color: var(--gold-600) !important; }
.legal-faq details p { color: var(--muted) !important; }
.legal-conversion-panel { position: relative; overflow: hidden; padding: 52px !important; color: #fff; background: var(--navy-900) !important; border: 1px solid rgba(221,178,100,.4) !important; border-radius: 5px !important; }
.legal-conversion-panel h2 { max-width: 760px; color: #fff !important; font-size: 37px; }
.legal-conversion-panel p { max-width: 750px; color: rgba(255,255,255,.63) !important; }
.legal-conversion-panel .btn-legal-outline { color: #fff !important; }

/* Articles, gallery, social and contact */
.fma-article-meta span { color: var(--muted) !important; background: var(--ivory-100) !important; border-color: var(--line) !important; }
.fma-article-meta i { color: var(--gold-600) !important; }
.blog .entry,
.blog .sidebar { background: #fff !important; border: 1px solid var(--line) !important; box-shadow: var(--shadow) !important; }
.blog .entry h1,
.blog .entry h2,
.blog .entry h3 { color: var(--ink) !important; }
.blog .entry-content { color: #46565e !important; }
.blog .entry-content blockquote,
.fma-article-note { background: var(--ivory-100) !important; border-left-color: var(--gold-500) !important; }
.legal-article-grid,
.legal-video-grid,
.legal-gallery-grid { gap: 20px !important; }
.legal-article-card h2,
.legal-video-card h2 { color: var(--ink) !important; }
.legal-article-card p,
.legal-video-card p { color: var(--muted) !important; }
.legal-article-card .legal-article-topic { color: var(--gold-600) !important; }
.fma-featured-article { border-top: 3px solid var(--gold-500) !important; }
.legal-video-frame span,
.fma-video-preview span { color: var(--navy-950) !important; background: var(--gold-400) !important; }
.legal-gallery-card { overflow: hidden; }
.legal-gallery-card img { transition: transform .4s ease; }
.legal-gallery-card:hover img { transform: scale(1.025); }
.fma-social-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 20px !important; }
.fma-social-card { min-height: 300px !important; color: var(--ink) !important; }
.fma-social-card > i { color: var(--gold-600) !important; }
.fma-social-card span,
.fma-social-card b { color: var(--gold-600) !important; }
.fma-social-card p { color: var(--muted) !important; }
.fma-social-note { color: #fff !important; background: var(--navy-900) !important; border-color: rgba(221,178,100,.35) !important; }
.fma-social-note i { color: var(--gold-400) !important; }
.fma-contact-layout .legal-contact-card { padding: 35px !important; }
.legal-contact-card h2 { color: var(--ink) !important; }
.legal-contact-card p,
.legal-contact-card address { color: var(--muted) !important; }
.legal-contact-card a:not(.btn-legal) { color: var(--gold-600) !important; }
.fma-coverage-grid { background: var(--navy-900) !important; border-color: rgba(221,178,100,.35) !important; }
.fma-coverage-grid * { color: #fff !important; }
.fma-coverage-grid i { color: var(--gold-400) !important; }
.legal-form label { color: var(--ink) !important; }
.legal-form .form-control { min-height: 50px; color: var(--ink) !important; background: var(--ivory-50) !important; border: 1px solid var(--ivory-200) !important; border-radius: 3px !important; }
.legal-form .form-control:focus { border-color: var(--gold-500) !important; box-shadow: 0 0 0 3px rgba(201,151,66,.12) !important; }

/* Footer */
.legal-floating-contact { right: 22px !important; bottom: 22px !important; }
.legal-floating-contact a { color: var(--navy-950) !important; background: var(--gold-400) !important; border-color: var(--gold-400) !important; box-shadow: 0 10px 26px rgba(5,18,29,.25) !important; }
.legal-footer { position: relative; overflow: hidden; padding: 63px 0 0 !important; color: rgba(255,255,255,.65); background: var(--navy-950) !important; border-top: 1px solid rgba(221,178,100,.32); }
.legal-footer::before { right: 0; left: auto; opacity: .2; transform: scaleX(-1); }
.legal-footer .container { position: relative; z-index: 1; }
.legal-footer .row { align-items: start; }
.legal-footer-identity { display: flex; gap: 13px; align-items: center; }
.legal-footer-identity img { width: 54px; height: 54px; object-fit: contain; }
.legal-footer-identity h3 { margin: 0; color: #fff !important; font-size: 20px; line-height: 1.02; }
.legal-footer-identity h3 span { color: var(--gold-400); }
.legal-footer-brand > p { max-width: 310px; margin: 22px 0; color: rgba(255,255,255,.53) !important; font-size: 12px; }
.legal-footer h4 { margin: 3px 0 18px; color: var(--gold-400) !important; font-family: "Manrope",sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.coral-footer-links { display: grid; gap: 7px; }
.coral-footer-links a,
.coral-footer-contact-list a,
.coral-footer-contact-list p { color: rgba(255,255,255,.57) !important; font-size: 11px; text-decoration: none; }
.coral-footer-links a:hover,
.coral-footer-contact-list a:hover { color: var(--gold-400) !important; }
.coral-footer-contact-list { display: grid; gap: 10px; }
.coral-footer-contact-list p { display: grid; grid-template-columns: 16px 1fr; gap: 7px; margin: 0; }
.coral-footer-contact-list i { color: var(--gold-400); }
.coral-phone-separator { margin: 0 4px; color: var(--gold-500); }
.coral-phone-list { display: flex; flex-wrap: wrap; align-items: center; }
.coral-footer-contact .btn-legal { margin-top: 18px; }
.fma-footer-socials { display: flex; gap: 9px; }
.fma-footer-socials a { width: 35px; height: 35px; display: grid; place-items: center; color: var(--gold-400) !important; border: 1px solid rgba(221,178,100,.48) !important; border-radius: 50%; text-decoration: none; }
.fma-footer-socials a:hover { color: var(--navy-950) !important; background: var(--gold-400); }
.legal-copyright { margin-top: 45px !important; padding: 18px 0 !important; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.38) !important; border-top: 1px solid rgba(221,178,100,.16) !important; font-size: 10px; }
.back-to-top {
  color: var(--navy-950) !important;
  background: var(--gold-400) !important;
  border-color: rgba(5,18,29,.28) !important;
}
.back-to-top i { color: var(--navy-950) !important; }
.back-to-top:hover,
.back-to-top:focus-visible {
  color: #fff !important;
  background: var(--navy-800) !important;
  border-color: var(--gold-400) !important;
}
.back-to-top:hover i,
.back-to-top:focus-visible i { color: #fff !important; }

@media (max-width: 1199px) {
  .navbar .nav-link { padding-inline: 8px !important; font-size: 12px; }
  .navbar .nav-cta { margin-left: 4px; padding: 11px 14px !important; }
  .legal-brand-copy strong { font-size: 15px; }
  .navy-services-split { gap: 40px; }
  .ref-trust-card article { padding-inline: 17px; }
  .ref-profile { grid-template-columns: 40% 60%; }
  .navy-process-grid article { grid-template-columns: 30px 1fr; }
  .navy-process-grid article > i { display: none; }
}

@media (max-width: 991px) {
  .legal-header,
  .legal-header .container { min-height: 76px; }
  .legal-page { padding-top: 76px !important; }
  .ref-hero { margin-top: 76px; min-height: 690px; background-image: linear-gradient(90deg,rgba(5,18,29,.72),rgba(5,18,29,.12)),var(--hero-image, url("../img/optimized/hero-navy-office-v3-optimized.jpg")) !important; background-position: center, 67% 30% !important; }
  .ref-hero-inner { min-height: 690px; align-items: end; }
  .ref-hero-copy { width: 66%; padding-bottom: 70px; }
  .navbar > ul { background: var(--navy-900) !important; border: 1px solid rgba(221,178,100,.25); }
  .navbar .nav-link { padding: 13px 18px !important; }
  .navbar .nav-link:not(.nav-cta)::after { display: none; }
  .navbar .nav-cta { margin: 8px 12px 14px; text-align: center; }
  .ref-trust-card { grid-template-columns: repeat(2,1fr); }
  .ref-trust-card article:nth-child(2) { border-right: 0; }
  .ref-trust-card article:nth-child(-n+2) { border-bottom: 1px solid rgba(221,178,100,.16); }
  .navy-services-split,
  .ref-about-grid { grid-template-columns: 1fr; }
  .navy-issue-panel { max-width: none; }
  .ref-about-image { height: 390px; }
  .ref-team-grid { grid-template-columns: 1fr; }
  .ref-profile { min-height: 360px; }
  .ref-profile > img { min-height: 360px; }
  .navy-process-grid { grid-template-columns: repeat(2,1fr); }
  .ref-contact-card { grid-template-columns: 1fr 1fr; }
  .ref-contact-card > .ref-btn { justify-self: start; }
  .fma-heading-split { grid-template-columns: 1fr; gap: 12px; }
  .fma-issue-grid,
  .legal-service-grid { grid-template-columns: repeat(2,1fr) !important; }
  .fma-engagement-grid { grid-template-columns: 1fr !important; }
  .fma-engagement-card { min-height: auto; }
  .fma-faq-layout { grid-template-columns: 1fr !important; gap: 30px !important; }
}

@media (max-width: 767px) {
  body.fma-modern { font-size: 14px; }
  .container { width: calc(100% - 32px); }
  .legal-logo .fma-brand-mark { width: 45px; height: 45px; }
  .legal-brand-copy strong { font-size: 13px; }
  .legal-brand-copy small,
  .legal-brand-copy em { font-size: 7px; }
  .ref-hero { min-height: 650px; background-position: center, 69% center !important; }
  .ref-hero-inner { min-height: 650px; }
  .ref-hero-copy { width: 100%; padding: 320px 0 45px; }
  .ref-hero h1 { font-size: 41px; }
  .ref-hero p { font-size: 13px; }
  .ref-trust-card { grid-template-columns: 1fr; }
  .ref-trust-card article { min-height: 95px; border-right: 0; border-bottom: 1px solid rgba(221,178,100,.16); }
  .ref-trust-card article:last-child { border-bottom: 0; }
  .ref-section,
  .legal-section { padding: 62px 0; }
  .ref-service-grid { grid-template-columns: 1fr; }
  .navy-issue-panel { padding: 27px 21px; }
  .ref-about-image { height: 300px; }
  .ref-checks { grid-template-columns: 1fr; }
  .ref-profile { grid-template-columns: 1fr; }
  .ref-profile > img { height: 315px; min-height: 0; object-position: center 15%; }
  .ref-profile-copy { padding: 25px; }
  .navy-process-grid,
  .coral-article-grid { grid-template-columns: 1fr; }
  .navy-process-grid article { min-height: auto; }
  .coral-section-heading-split { align-items: start; flex-direction: column; }
  .ref-contact-card { grid-template-columns: 1fr; padding: 27px 22px; }
  .fma-issue-grid,
  .legal-service-grid,
  .fma-scope-grid,
  .fma-process-tracks,
  .fma-social-grid { grid-template-columns: 1fr !important; }
  .legal-process-grid { grid-template-columns: 1fr; }
  .legal-conversion-panel { padding: 34px 24px !important; }
  .legal-conversion-panel h2 { font-size: 30px; }
  .legal-copyright { flex-direction: column; gap: 5px; }
}

@media (max-width: 480px) {
  .legal-brand-copy strong { font-size: 12px; }
  .legal-brand-copy small { display: none; }
  .ref-hero h1 { font-size: 36px; }
  .ref-actions .ref-btn { width: 100%; }
  .ref-about-image { height: 245px; }
  .ref-profile > img { height: 285px; }
  .ref-contact-intro { align-items: flex-start; }
  .ref-contact-intro h2 { font-size: 20px; }
}

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

/* V6 cascade lock: keep legacy component layers from changing this theme. */
body.fma-navy #header.legal-header,
body.fma-navy #header.legal-header.header-scrolled {
  top: 0;
  min-height: 86px;
  height: 86px;
  padding: 0;
  background: rgba(5, 18, 29, .98) !important;
  border-bottom-color: rgba(221, 178, 100, .28);
}
body.fma-navy .navbar ul { gap: 3px; align-items: center; }
body.fma-navy .navbar a,
body.fma-navy .navbar a:focus { padding: 32px 13px; color: rgba(255,255,255,.83); }
body.fma-navy .navbar .nav-cta,
body.fma-navy .navbar .nav-cta:focus {
  margin-left: 10px;
  padding: 12px 20px;
  color: var(--navy-950) !important;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  border-color: var(--gold-400);
}

body.fma-navy.fma-reference #hero.ref-hero {
  min-height: 570px;
  height: auto;
  margin-top: 86px;
  padding: 0;
  background-color: var(--navy-950) !important;
  background-image:
    linear-gradient(90deg, rgba(5,18,29,.52) 0%, rgba(5,18,29,.28) 37%, rgba(5,18,29,.08) 58%, rgba(5,18,29,.02) 100%),
    var(--hero-image, url("../img/optimized/hero-navy-office-v3-optimized.jpg")) !important;
  background-position: center, var(--hero-position-desktop, center 30%) !important;
  background-size: cover !important;
}
body.fma-navy.fma-reference #hero.ref-hero::before { display: block; }
body.fma-navy.fma-reference #hero.ref-hero::after { display: none; }
body.fma-navy.fma-reference .ref-hero-inner { min-height: 570px; align-items: center; }
body.fma-navy.fma-reference .ref-hero-copy { width: min(570px,52%); max-width: none; padding: 56px 0 70px; }
body.fma-navy.fma-reference #hero.ref-hero .container { text-align: left; }
body.fma-navy.fma-reference #hero.ref-hero .ref-eyebrow {
  margin: 0 0 15px;
  text-align: left;
}
body.fma-navy.fma-reference #hero.ref-hero h1 {
  max-width: 620px;
  margin: 0 0 22px;
  color: #fff !important;
  font-size: clamp(43px, 4.3vw, 66px);
  font-weight: 700;
  line-height: .98;
}
body.fma-navy.fma-reference #hero.ref-hero h1 em { color: var(--gold-400) !important; }
body.fma-navy.fma-reference #hero.ref-hero p {
  width: 100%;
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.78) !important;
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
}
body.fma-navy.fma-reference #hero.ref-hero .ref-actions {
  justify-content: flex-start;
  margin-top: 28px;
  text-align: left;
}
body.fma-navy.fma-reference .ref-btn-primary {
  color: var(--navy-950) !important;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600)) !important;
  border-color: var(--gold-400) !important;
}
body.fma-navy.fma-reference .ref-btn {
  min-height: 46px;
  padding: 11px 21px;
  border-radius: 3px;
  font-size: 13px;
}
body.fma-navy.fma-reference .ref-btn-outline {
  color: #fff !important;
  background: rgba(255,255,255,.02) !important;
  border-color: rgba(221,178,100,.7) !important;
}
body.fma-navy.fma-reference .ref-trust {
  margin-top: 0;
  padding: 0;
  background: linear-gradient(135deg,#0a2133 0%,#071a29 100%) !important;
  border-top: 1px solid rgba(221,178,100,.28);
  border-bottom: 1px solid rgba(221,178,100,.22);
}
body.fma-navy.fma-reference .ref-trust-card {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin: 0;
  padding: 0;
  overflow: visible;
  transform: none;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
body.fma-navy.fma-reference .ref-trust article {
  position: relative;
  min-height: 110px;
  padding: 22px;
  gap: 16px;
  border: 0;
  border-right: 1px solid rgba(221,178,100,.16);
  transition: background-color .22s ease,transform .22s ease;
}
body.fma-navy.fma-reference .ref-trust article + article { border-left: 0; }
body.fma-navy.fma-reference .ref-trust article:last-child { border-right: 0; }
body.fma-navy.fma-reference .ref-trust article:hover { background: rgba(255,255,255,.025); }
body.fma-navy.fma-reference .ref-trust article > i {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  color: var(--gold-400);
  background: linear-gradient(145deg,rgba(221,178,100,.12),rgba(221,178,100,.035));
  border: 1px solid rgba(221,178,100,.56);
  border-radius: 13px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
  font-size: 21px;
}
body.fma-navy.fma-reference .ref-trust strong { margin-bottom: 6px; color: #fff; font-size: 18px; line-height: 1.12; }
body.fma-navy.fma-reference .ref-trust span { color: rgba(255,255,255,.64); font-size: 11.5px; line-height: 1.48; }
body.fma-navy.fma-reference .ref-section { padding: 82px 0; }
body.fma-navy.fma-reference .ref-services { padding: 82px 0; background: var(--ivory-50) !important; }
body.fma-navy.fma-reference .ref-services-heading { margin-bottom: 30px; }
body.fma-navy.fma-reference .ref-services-heading h2 { font-size: clamp(31px,3vw,44px); }
body.fma-navy.fma-reference .ref-service-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
body.fma-navy.fma-reference .ref-service-card {
  min-height: 64px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  text-align: left;
  background: #fff !important;
  border-color: var(--line);
}
body.fma-navy.fma-reference .ref-service-card h3 { margin: 0; font-size: 16px; }
body.fma-navy.fma-reference .ref-service-card p,
body.fma-navy.fma-reference .ref-service-card .ref-card-link { display: none; }
body.fma-navy.fma-reference .ref-service-icon {
  width: 38px;
  height: 38px;
  margin: 0;
  color: var(--gold-600);
  background: var(--ivory-100);
  border-color: var(--gold-200);
}
body.fma-navy.fma-reference .ref-service-card:hover .ref-service-icon { color: var(--gold-600); background: var(--ivory-100); }
body.fma-navy.fma-reference .ref-centered-link { margin-top: 23px; text-align: left; }
body.fma-navy.fma-reference .ref-centered-link a { color: var(--gold-600); }
body.fma-navy.fma-reference .ref-about { background: var(--ivory-100) !important; }
body.fma-navy.fma-reference .ref-about-grid { grid-template-columns: 1.08fr .92fr; gap: 55px; }
body.fma-navy.fma-reference .ref-about-image { height: 420px; border-radius: 5px; }
body.fma-navy.fma-reference .ref-about-copy > p { color: var(--muted); font-size: 15px; }
body.fma-navy.fma-reference .ref-team { padding-top: 82px; background: #fff !important; }
body.fma-navy.fma-reference .ref-team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
body.fma-navy.fma-reference .ref-profile {
  min-height: 392px;
  height: auto;
  grid-template-columns: 43% 57%;
  background: var(--ivory-50) !important;
  border-radius: 5px;
}
body.fma-navy.fma-reference .ref-profile-photo {
  height: 100%;
  min-height: 392px;
  margin: 0;
  overflow: hidden;
  background: var(--navy-950);
}
body.fma-navy.fma-reference .ref-profile-photo > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 14%;
  transform: scale(1.75);
  transform-origin: center 22%;
}
body.fma-navy.fma-reference .ref-profile-photo > img[src*="team-1"] {
  transform-origin: center 14%;
}
body.fma-navy.fma-reference .ref-profile-copy { padding: 30px; }
body.fma-navy.fma-reference .ref-profile h3 { font-size: 25px; }
body.fma-navy.fma-reference .ref-profile p { margin: 18px 0; color: var(--muted); font-size: 13px; }
body.fma-navy.fma-reference .ref-profile-qualifications { padding-top: 15px; }
body.fma-navy.fma-reference .ref-profile-qualifications li { color: var(--muted); font-size: 10px; }
body.fma-navy.fma-reference .ref-contact-strip { padding: 0 0 78px; background: var(--ivory-100) !important; }
body.fma-navy.fma-reference .ref-contact-card {
  grid-template-columns: 1.2fr 1fr auto;
  gap: 28px;
  padding: 30px 34px;
  background: var(--navy-900) !important;
  border-radius: 5px;
}
body.fma-navy.fma-reference .ref-contact-card address {
  display: grid;
  gap: 5px;
  padding-left: 0;
  border: 0;
}
body.fma-navy.fma-reference .ref-contact-card address a,
body.fma-navy.fma-reference .ref-contact-card address span { color: rgba(255,255,255,.66); }
body.fma-navy.fma-reference .ref-contact-card address i { color: var(--gold-400); }

body.fma-navy.fma-editorial:not(.fma-reference) .legal-page { padding-top: 86px; }
body.fma-navy.fma-editorial:not(.fma-reference) .legal-page-hero {
  min-height: 0;
  padding: 78px 0 70px;
  color: #fff;
  background: var(--navy-900) !important;
  border-bottom-color: rgba(221,178,100,.35);
}
body.fma-navy.fma-editorial:not(.fma-reference) .legal-page-hero::before { display: none; }
body.fma-navy.fma-editorial:not(.fma-reference) .legal-page-hero::after {
  display: block;
  width: 530px;
  height: 530px;
  top: -190px;
  right: -100px;
  border-color: rgba(221,178,100,.12);
}
body.fma-navy.fma-editorial:not(.fma-reference) .legal-page-hero h1 {
  color: #fff !important;
  font-size: clamp(39px,4.2vw,59px);
  font-weight: 700;
  line-height: 1.02;
}
body.fma-navy.fma-editorial:not(.fma-reference) .legal-page-hero p { color: rgba(255,255,255,.68) !important; font-size: 15px; }
body.fma-navy.fma-editorial .legal-section { padding: 82px 0; background: var(--ivory-50); }
body.fma-navy.fma-editorial .legal-soft { background: var(--ivory-100) !important; }
body.fma-navy.fma-editorial .fma-issue-grid { grid-template-columns: repeat(3,1fr); gap: 14px; }
body.fma-navy.fma-editorial .fma-issue-card { min-height: 138px; padding: 21px; }
body.fma-navy.fma-editorial .fma-issue-card > i,
body.fma-navy.fma-editorial .fma-service-icon,
body.fma-navy.fma-editorial .fma-engagement-card > i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--gold-600);
  background: var(--ivory-100);
  border: 1px solid var(--gold-200);
  border-radius: 50%;
}
body.fma-navy.fma-editorial .fma-issue-card h2 { color: var(--ink); font-size: 18px; }
body.fma-navy.fma-editorial .fma-issue-card p { color: var(--muted); font-size: 11px; }
body.fma-navy.fma-editorial .fma-issue-card > span { color: var(--gold-600); }
body.fma-navy.fma-editorial .legal-service-grid { grid-template-columns: repeat(3,1fr); gap: 18px; }
body.fma-navy.fma-editorial .legal-service-card { min-height: 245px; padding: 28px; border-radius: 5px; }
body.fma-navy.fma-editorial .fma-engagement-grid { grid-template-columns: repeat(3,1fr); gap: 18px; }
body.fma-navy.fma-editorial .fma-engagement-card { min-height: 245px; padding: 28px; }
body.fma-navy.fma-editorial .fma-process-track { padding: 31px; }
body.fma-navy.fma-editorial .legal-section-heading h2 { color: var(--ink); font-size: clamp(31px,3vw,44px); }
body.fma-navy.fma-editorial .fma-heading-split > p { color: var(--muted); }
body.fma-navy.fma-editorial .legal-service-card h2,
body.fma-navy.fma-editorial .legal-service-card h3 { color: var(--ink); }
body.fma-navy.fma-editorial .legal-service-card p { color: var(--muted); }
body.fma-navy.fma-editorial .legal-service-card a { color: var(--gold-600); }

body.fma-navy .navy-process {
  padding: 46px 0 50px;
  background: linear-gradient(110deg,var(--navy-950),var(--navy-900) 72%,#0d2639);
  border-top-color: rgba(221,178,100,.34);
  border-bottom-color: rgba(221,178,100,.24);
}
body.fma-navy .navy-process header { margin-bottom: 27px; }
body.fma-navy .navy-process header > span {
  margin-bottom: 7px;
  color: var(--gold-400) !important;
}
body.fma-navy .navy-process header h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(27px,2.4vw,35px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.1;
}
body.fma-navy .navy-process-grid { gap: 15px; }
body.fma-navy .navy-process-grid article {
  position: relative;
  min-height: 152px;
  padding: 25px 20px;
  display: grid;
  grid-template-columns: 34px 40px minmax(0,1fr);
  gap: 12px;
  align-items: start;
  overflow: hidden;
  background: rgba(255,255,255,.035);
  border-color: rgba(221,178,100,.32);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  transition: transform .22s ease,border-color .22s ease,background-color .22s ease;
}
body.fma-navy .navy-process-grid article::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg,var(--gold-500),transparent 75%);
  content: "";
  opacity: 0;
  transition: opacity .22s ease;
}
body.fma-navy .navy-process-grid article:hover {
  background: rgba(255,255,255,.055);
  border-color: rgba(221,178,100,.56);
  transform: translateY(-2px);
}
body.fma-navy .navy-process-grid article:hover::after { opacity: 1; }
body.fma-navy .navy-process-grid article > span {
  width: 29px;
  height: 29px;
  margin: -10px 0 0 -7px;
  color: var(--navy-950) !important;
  background: var(--gold-400);
  box-shadow: 0 5px 14px rgba(0,0,0,.18);
}
body.fma-navy .navy-process-grid article > i {
  margin-top: 2px;
  color: var(--gold-400) !important;
  font-size: 26px;
  line-height: 1;
}
body.fma-navy .navy-process-grid article > div { min-width: 0; }
body.fma-navy .navy-process-grid article h3 {
  margin: 0 0 7px;
  color: #fff !important;
  font-family: "Manrope",sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.3;
}
body.fma-navy .navy-process-grid article p {
  margin: 0;
  color: rgba(255,255,255,.64) !important;
  font-size: 10.5px;
  line-height: 1.55;
}

/* Full-site polish */
body.fma-navy ::selection { color: var(--navy-950); background: var(--gold-400); }
body.fma-navy :focus-visible {
  outline: 2px solid var(--gold-500);
  outline-offset: 3px;
}
body.fma-navy .fma-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.46);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.fma-navy .fma-breadcrumb a { color: var(--gold-400) !important; text-decoration: none; }
body.fma-navy .fma-breadcrumb span,
body.fma-navy .fma-breadcrumb i { color: rgba(255,255,255,.48) !important; }
body.fma-navy .legal-section-heading { max-width: none; margin: 0 0 34px; text-align: left; }
body.fma-navy .legal-section-heading:not(.fma-heading-split) { max-width: 740px; }
body.fma-navy .legal-section-heading p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
body.fma-navy .fma-heading-split { grid-template-columns: minmax(0,1fr) minmax(320px,.62fr); }

body.fma-navy .fma-issue-card,
body.fma-navy .fma-engagement-card,
body.fma-navy .legal-service-card,
body.fma-navy .fma-scope-card,
body.fma-navy .fma-process-track,
body.fma-navy .legal-process-card,
body.fma-navy .legal-profile-card,
body.fma-navy .legal-contact-card,
body.fma-navy .legal-article-card,
body.fma-navy .legal-media-card,
body.fma-navy .legal-gallery-grid article,
body.fma-navy .legal-empty-state {
  border-radius: 5px !important;
  border-color: var(--line) !important;
  box-shadow: 0 9px 25px rgba(5,18,29,.045) !important;
}
body.fma-navy .fma-issue-card,
body.fma-navy .fma-engagement-card,
body.fma-navy .legal-service-card,
body.fma-navy .legal-article-card,
body.fma-navy .legal-media-card,
body.fma-navy .legal-gallery-grid article {
  transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
body.fma-navy .fma-issue-card:hover,
body.fma-navy .fma-engagement-card:hover,
body.fma-navy .legal-service-card:hover,
body.fma-navy .legal-article-card:hover,
body.fma-navy .legal-media-card:hover,
body.fma-navy .legal-gallery-grid article:hover {
  border-color: rgba(173,123,44,.52) !important;
  box-shadow: 0 16px 34px rgba(5,18,29,.085) !important;
  transform: translateY(-3px);
}
body.fma-navy .fma-scope-card summary {
  min-height: 76px;
  padding: 20px 52px 20px 22px;
  color: var(--ink) !important;
  font-family: "Source Serif 4",serif;
  font-size: 18px;
}
body.fma-navy .fma-scope-card summary::after { color: var(--gold-600); }
body.fma-navy .fma-scope-card summary b { color: var(--gold-600); }
body.fma-navy .fma-scope-card ul { color: var(--muted); background: var(--ivory-50); border-top-color: var(--line); }
body.fma-navy .fma-scope-card li { color: var(--muted); }
body.fma-navy .fma-process-track h3 { color: var(--ink); }
body.fma-navy .fma-process-list strong { color: var(--ink); }
body.fma-navy .fma-process-list p { color: var(--muted); }

body.fma-navy .legal-profile-card { background: #fff !important; }
body.fma-navy .legal-profile-card h2 { color: var(--ink) !important; }
body.fma-navy .legal-doc-list li { color: #46565e; border-bottom-color: var(--ivory-200); }
body.fma-navy .legal-faq details { overflow: hidden; margin-bottom: 8px; background: #fff !important; border: 1px solid var(--line) !important; }
body.fma-navy .legal-faq summary { padding: 17px 18px; color: var(--ink) !important; }
body.fma-navy .legal-faq details p { padding: 0 18px 18px; color: var(--muted) !important; }
body.fma-navy .legal-conversion-panel::after,
body.fma-navy .legal-article-cta::after {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(221,178,100,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(221,178,100,.025);
  content: "";
  pointer-events: none;
}

body.fma-navy .legal-article-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
body.fma-navy .fma-featured-article { grid-column: auto; border-top: 3px solid var(--gold-500) !important; }
body.fma-navy .legal-article-card { overflow: hidden; background: #fff !important; }
body.fma-navy .legal-article-image,
body.fma-navy .fma-featured-article .legal-article-image { height: 220px; border: 0; border-radius: 0; }
body.fma-navy .legal-article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
body.fma-navy .legal-article-card:hover .legal-article-image img { transform: scale(1.035); }
body.fma-navy .legal-article-card-body { padding: 22px; }
body.fma-navy .legal-article-card-body > span { color: var(--gold-600); }
body.fma-navy .legal-article-card h2 { color: var(--ink) !important; font-size: 22px; }
body.fma-navy .legal-article-card h2 a { color: inherit; text-decoration: none; }
body.fma-navy .legal-article-card p { color: var(--muted) !important; }
body.fma-navy .legal-article-card-body > a:last-child { color: var(--gold-600); text-decoration: none; text-transform: uppercase; letter-spacing: .04em; }
body.fma-navy .legal-article-single { color: #46565e; background: transparent !important; border: 0 !important; box-shadow: none !important; }
body.fma-navy .legal-article-single .entry-img { overflow: hidden; border: 1px solid var(--line); border-radius: 5px; box-shadow: var(--shadow); }
body.fma-navy .legal-article-single .entry-content h2,
body.fma-navy .legal-article-single .entry-content h3 { color: var(--ink) !important; }
body.fma-navy .legal-article-single .entry-content p,
body.fma-navy .legal-article-single .entry-content li { color: #46565e !important; }
body.fma-navy .legal-article-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--navy-900) !important;
  border: 1px solid rgba(221,178,100,.36) !important;
  border-radius: 5px !important;
}
body.fma-navy .legal-article-cta h2 { position: relative; z-index: 1; color: #fff !important; }
body.fma-navy .legal-article-cta p { position: relative; z-index: 1; color: rgba(255,255,255,.65) !important; }
body.fma-navy .legal-article-cta .btn-legal { position: relative; z-index: 1; }

body.fma-navy .legal-media-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
body.fma-navy .legal-media-card { overflow: hidden; background: #fff !important; }
body.fma-navy .legal-video-frame { height: 245px; border: 0; border-radius: 0; }
body.fma-navy .legal-media-card > div:last-child { padding: 22px; }
body.fma-navy .legal-media-card h2 { color: var(--ink) !important; font-size: 22px; }
body.fma-navy .legal-media-card p { color: var(--muted) !important; }
body.fma-navy .fma-video-preview > span {
  width: 56px;
  height: 56px;
  color: var(--navy-950) !important;
  background: var(--gold-400) !important;
  border: 1px solid rgba(255,255,255,.42);
  box-shadow: 0 9px 24px rgba(5,18,29,.22);
}
body.fma-navy .legal-gallery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
body.fma-navy .legal-gallery-grid article { overflow: hidden; background: #fff !important; }
body.fma-navy .legal-gallery-grid article img { width: 100%; height: 245px; border: 0; border-radius: 0; filter: saturate(.88) contrast(1.02); object-fit: cover; }
body.fma-navy .legal-gallery-grid article > div { padding: 20px 21px 22px; }
body.fma-navy .legal-gallery-grid h2 { color: var(--ink) !important; font-size: 20px; }
body.fma-navy .legal-gallery-grid p { color: var(--muted) !important; font-size: 11px; }
body.fma-navy .legal-empty-state { padding: 46px 28px; text-align: center; background: #fff !important; }
body.fma-navy .legal-empty-state > i { color: var(--gold-600) !important; }
body.fma-navy .legal-empty-state h2 { color: var(--ink) !important; }
body.fma-navy .legal-empty-state p { color: var(--muted) !important; }

body.fma-navy .fma-social-grid { gap: 18px; }
body.fma-navy .fma-social-card {
  min-height: 300px;
  padding: 29px;
  border-radius: 5px !important;
  background: #fff !important;
}
body.fma-navy .fma-social-card > i { margin-bottom: auto; color: var(--gold-600) !important; font-size: 28px; }
body.fma-navy .fma-social-card > span,
body.fma-navy .fma-social-card b { color: var(--gold-600) !important; }
body.fma-navy .fma-social-card h2 { color: var(--ink) !important; font-size: 34px; }
body.fma-navy .fma-social-card p { color: var(--muted) !important; }
body.fma-navy .fma-social-card.fma-social-dark {
  color: #fff !important;
  background: linear-gradient(145deg,var(--navy-950),var(--navy-800)) !important;
  border-color: rgba(221,178,100,.35) !important;
}
body.fma-navy .fma-social-card.fma-social-dark h2 { color: #fff !important; }
body.fma-navy .fma-social-card.fma-social-dark p { color: rgba(255,255,255,.64) !important; }
body.fma-navy .fma-social-card.fma-social-light { background: var(--ivory-100) !important; }
body.fma-navy .fma-social-note { background: var(--navy-900) !important; border-radius: 5px; }
body.fma-navy .fma-social-note strong { color: #fff !important; }
body.fma-navy .fma-social-note p { color: rgba(255,255,255,.62) !important; }
body.fma-navy .legal-final-cta { padding: 0 0 72px; background: var(--ivory-50) !important; }

body.fma-navy .fma-coverage-grid { margin-bottom: 22px; background: transparent !important; }
body.fma-navy .fma-coverage-grid article {
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg,var(--navy-900),var(--navy-800)) !important;
  border: 1px solid rgba(221,178,100,.3) !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 28px rgba(5,18,29,.08);
}
body.fma-navy .fma-coverage-grid article > i { color: var(--gold-400) !important; background: rgba(221,178,100,.08); border: 1px solid rgba(221,178,100,.28); }
body.fma-navy .fma-coverage-grid article span { color: var(--gold-400) !important; }
body.fma-navy .fma-coverage-grid article h2 { color: #fff !important; }
body.fma-navy .fma-coverage-grid article p { color: rgba(255,255,255,.63) !important; }
body.fma-navy .fma-contact-layout .col-lg-5 .legal-contact-card {
  color: #fff !important;
  background: radial-gradient(circle at 100% 0%,rgba(221,178,100,.11),transparent 38%),var(--navy-900) !important;
  border-color: rgba(221,178,100,.34) !important;
}
body.fma-navy .fma-contact-layout .col-lg-5 .legal-contact-card h2 { color: #fff !important; }
body.fma-navy .fma-contact-layout .col-lg-5 .legal-contact-card p { color: rgba(255,255,255,.67) !important; }
body.fma-navy .fma-contact-layout .col-lg-5 .legal-contact-card strong { color: #fff; }
body.fma-navy .fma-contact-layout .col-lg-5 .legal-contact-card a:not(.btn-legal) { color: var(--gold-400) !important; }
body.fma-navy .fma-contact-layout .col-lg-5 .btn-legal-outline {
  color: #fff !important;
  background: transparent !important;
  border-color: rgba(255,255,255,.54) !important;
}
body.fma-navy .fma-contact-layout .col-lg-7 .legal-contact-card { background: #fff !important; }
body.fma-navy .fma-contact-layout .col-lg-7 .legal-contact-card h2 { color: var(--ink) !important; }
body.fma-navy .legal-form .form-control { border-radius: 3px !important; }
body.fma-navy .legal-form .form-control::placeholder { color: #9aa3a7; opacity: 1; }
body.fma-navy .fma-form-privacy { color: var(--muted); background: var(--ivory-100); border: 1px solid var(--ivory-200); border-radius: 3px; }
body.fma-navy .fma-form-privacy i { color: var(--gold-600); }

body.fma-navy #footer.legal-footer {
  min-height: 0;
  padding: 63px 0 0 !important;
  background: var(--navy-950) !important;
}
body.fma-navy .legal-footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
  margin-right: -12px;
  margin-left: -12px;
}
body.fma-navy .legal-footer .row > * { display: block !important; padding-right: 12px; padding-left: 12px; }
body.fma-navy .legal-footer .row > .col-lg-4 { width: 33.333333%; }
body.fma-navy .legal-footer .row > .col-lg-2 { width: 16.666667%; }
body.fma-navy .legal-footer .row > .col-lg-3 { width: 25%; }
body.fma-navy .legal-footer-brand { display: block; }
body.fma-navy .legal-footer-brand > p { margin: 22px 0; max-width: 310px; font-size: 12px; }
body.fma-navy .legal-footer-identity { display: flex; }
body.fma-navy .legal-footer-identity h3 { font-size: 20px; }
body.fma-navy .legal-footer-brand .fma-footer-socials { margin: 0; }
body.fma-navy .legal-footer .row > :nth-child(2) { display: block !important; }
body.fma-navy .legal-footer .row > :nth-child(2) h4 { display: block; }
body.fma-navy .legal-footer .row > :nth-child(2) a { color: rgba(255,255,255,.57); font-size: 11px; }
body.fma-navy .legal-copyright { margin-top: 45px; padding: 18px 0; font-size: 10px; }

@media (max-width: 1199px) {
  body.fma-navy .navbar a,
  body.fma-navy .navbar a:focus { padding-right: 8px; padding-left: 8px; }
  body.fma-navy.fma-editorial .fma-issue-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 991px) {
  body.fma-navy #header.legal-header,
  body.fma-navy #header.legal-header.header-scrolled { min-height: 76px; height: 76px; }
  body.fma-navy .navbar ul { align-items: stretch; gap: 0; }
  body.fma-navy .navbar a,
  body.fma-navy .navbar a:focus { padding: 13px 18px; }
  body.fma-navy .navbar .nav-cta { margin: 8px 12px 14px; }
  body.fma-navy.fma-reference #hero.ref-hero {
    min-height: 690px;
    margin-top: 76px;
    background-image: linear-gradient(90deg,rgba(5,18,29,.82) 0%,rgba(5,18,29,.62) 38%,rgba(5,18,29,.18) 58%,rgba(5,18,29,.02) 100%),var(--hero-image, url("../img/optimized/hero-navy-office-v3-optimized.jpg")) !important;
    background-position: center,var(--hero-position-tablet,60% 30%) !important;
  }
  body.fma-navy.fma-reference #hero.ref-hero .container { padding-right: 32px; padding-left: 32px; }
  body.fma-navy.fma-reference .ref-hero-inner { min-height: 690px; align-items: flex-end; }
  body.fma-navy.fma-reference .ref-hero-copy { width: min(420px,50%); max-width: none; padding: 56px 0 70px; }
  body.fma-navy.fma-reference #hero.ref-hero h1 { font-size: clamp(43px,5.4vw,53px); }
  body.fma-navy.fma-reference #hero.ref-hero p { max-width: 380px; }
  body.fma-navy.fma-reference .ref-trust-card { grid-template-columns: repeat(2,1fr); }
  body.fma-navy.fma-reference .ref-trust article:nth-child(2) { border-right: 0; }
  body.fma-navy.fma-reference .ref-trust article:nth-child(n+3) { margin: 0; border-top: 1px solid rgba(221,178,100,.16); }
  body.fma-navy.fma-reference .ref-about-grid { grid-template-columns: 1fr; gap: 40px; }
  body.fma-navy.fma-reference .ref-team-grid { grid-template-columns: 1fr; }
  body.fma-navy.fma-reference .ref-profile-photo > img { transform: scale(1.45); transform-origin: center 20%; }
  body.fma-navy.fma-reference .ref-contact-card { grid-template-columns: 1fr 1fr; }
  body.fma-navy.fma-reference .ref-contact-card > .ref-btn { grid-column: auto; }
  body.fma-navy.fma-editorial:not(.fma-reference) .legal-page { padding-top: 76px; }
  body.fma-navy.fma-editorial .fma-issue-grid,
  body.fma-navy.fma-editorial .legal-service-grid { grid-template-columns: repeat(2,1fr); }
  body.fma-navy.fma-editorial .fma-engagement-grid { grid-template-columns: 1fr; }
  body.fma-navy .fma-heading-split { grid-template-columns: 1fr; gap: 14px; }
  body.fma-navy .legal-article-grid,
  body.fma-navy .legal-media-grid,
  body.fma-navy .legal-gallery-grid,
  body.fma-navy .fma-social-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.fma-navy .navy-process-grid article { min-height: 138px; grid-template-columns: 34px 1fr; }
  body.fma-navy .navy-process-grid article > i { display: none; }
  body.fma-navy .legal-footer .row > .col-lg-4,
  body.fma-navy .legal-footer .row > .col-lg-2,
  body.fma-navy .legal-footer .row > .col-lg-3 { width: 50%; margin-bottom: 32px; }
}

@media (max-width: 767px) {
  body.fma-navy.fma-reference #hero.ref-hero {
    min-height: 0;
    background-image: none !important;
  }
  body.fma-navy.fma-reference #hero.ref-hero::before {
    inset: 0 0 auto;
    width: 100%;
    height: 440px;
    background-image: linear-gradient(180deg,rgba(5,18,29,0) 0%,rgba(5,18,29,0) 72%,rgba(5,18,29,.12) 80%,rgba(5,18,29,.66) 93%,var(--navy-950) 100%),var(--hero-image, url("../img/optimized/hero-navy-office-v3-optimized.jpg"));
    background-position: center,var(--hero-position-mobile,78% top);
    background-size: cover,auto 650px;
    background-repeat: no-repeat;
    -webkit-mask-image: none;
    mask-image: none;
    opacity: 1;
  }
  body.fma-navy.fma-reference #hero.ref-hero .container { padding-right: 24px; padding-left: 24px; }
  body.fma-navy.fma-reference .ref-hero-inner { min-height: 0; align-items: flex-start; }
  body.fma-navy.fma-reference .ref-hero-copy { width: 100%; padding: 450px 0 50px; }
  body.fma-navy.fma-reference #hero.ref-hero h1 { font-size: clamp(35px,10.4vw,40px); line-height: 1.02; }
  body.fma-navy.fma-reference #hero.ref-hero p { font-size: 13px; }
  body.fma-navy.fma-reference .ref-trust .container { padding-right: 16px; padding-left: 16px; }
  body.fma-navy.fma-reference .ref-trust { padding-bottom: 0; }
  body.fma-navy.fma-reference .ref-trust-card { grid-template-columns: 1fr; margin: 0; padding: 0; transform: none; border-radius: 0; }
  body.fma-navy.fma-reference .ref-trust article,
  body.fma-navy.fma-reference .ref-trust article:nth-child(n+3) { min-height: 86px; padding: 16px 12px; border-right: 0; border-top: 1px solid rgba(221,178,100,.16); }
  body.fma-navy.fma-reference .ref-trust article:first-child { border-top: 0; }
  body.fma-navy.fma-reference .ref-trust article > i { width: 44px; height: 44px; flex-basis: 44px; border-radius: 11px; font-size: 19px; }
  body.fma-navy.fma-reference .ref-trust strong { font-size: 16px; }
  body.fma-navy.fma-reference .ref-trust span { font-size: 11px; }
  body.fma-navy.fma-reference .ref-section,
  body.fma-navy.fma-reference .ref-services { padding: 62px 0; }
  body.fma-navy.fma-reference .ref-service-grid { grid-template-columns: 1fr; }
  body.fma-navy.fma-reference .ref-service-card { min-height: 64px; padding: 12px 14px; }
  body.fma-navy.fma-reference .ref-about-image { height: 300px; }
  body.fma-navy.fma-reference .ref-about-image img { transform: scale(var(--about-image-scale-mobile,var(--about-image-scale,1))); }
  body.fma-navy.fma-reference .ref-profile { grid-template-columns: 1fr; height: auto; min-height: 0; }
  body.fma-navy.fma-reference .ref-profile-photo { height: 315px; min-height: 315px; }
  body.fma-navy.fma-reference .ref-profile-photo > img { transform: scale(1.55); transform-origin: center 22%; object-position: center 17%; }
  body.fma-navy.fma-reference .ref-profile-copy { padding: 25px; }
  body.fma-navy.fma-reference .ref-contact-card { grid-template-columns: 1fr; padding: 27px 22px; }
  body.fma-navy.fma-reference .ref-contact-card > .ref-btn { justify-self: start; }
  body.fma-navy.fma-editorial .fma-issue-grid,
  body.fma-navy.fma-editorial .legal-service-grid { grid-template-columns: 1fr; }
  body.fma-navy.fma-editorial:not(.fma-reference) .legal-page-hero { padding: 54px 0 50px; }
  body.fma-navy.fma-editorial:not(.fma-reference) .legal-page-hero h1 { font-size: 38px; }
  body.fma-navy.fma-editorial:not(.fma-reference) .legal-page-hero p { font-size: 13px; }
  body.fma-navy.fma-editorial .legal-section { padding: 60px 0; }
  body.fma-navy .legal-article-grid,
  body.fma-navy .legal-media-grid,
  body.fma-navy .legal-gallery-grid,
  body.fma-navy .fma-social-grid { grid-template-columns: 1fr; }
  body.fma-navy .legal-article-single .entry-img { height: 280px; }
  body.fma-navy .legal-video-frame,
  body.fma-navy .legal-gallery-grid article img { height: 225px; }
  body.fma-navy .fma-social-card { min-height: 255px; }
  body.fma-navy .legal-final-cta { padding-bottom: 60px; }
  body.fma-navy .navy-process { padding: 40px 0 44px; }
  body.fma-navy .navy-process header { margin-bottom: 22px; }
  body.fma-navy .navy-process-grid article { min-height: 0; padding: 22px 18px; }
  body.fma-navy .legal-footer .row > .col-lg-4,
  body.fma-navy .legal-footer .row > .col-lg-2,
  body.fma-navy .legal-footer .row > .col-lg-3 { width: 100%; }
  body.fma-navy .coral-phone-list { flex-direction: column; align-items: flex-start; gap: 4px; }
  body.fma-navy .coral-phone-separator { display: none; }
}

@media (max-width: 480px) {
  body.fma-navy.fma-reference #hero.ref-hero h1 { font-size: 36px; }
  body.fma-navy.fma-reference .ref-profile-photo { height: 285px; min-height: 285px; }
  body.fma-navy .fma-contact-layout .col-lg-5 .fma-contact-actions { grid-template-columns: 1fr; }
  body.fma-navy .legal-conversion-panel,
  body.fma-navy .legal-article-cta { padding: 30px 22px !important; }
}

/* 2026-08 launch polish: resilient states, contrast and editorial trust. */
body.fma-navy.fma-reference .ref-contact-intro h2 {
  color: #fff !important;
}

body.fma-navy .legal-conversion-panel .btn-legal-outline,
body.fma-navy .legal-conversion-panel .btn-legal-outline:hover,
body.fma-navy .legal-conversion-panel .btn-legal-outline:focus {
  color: #fff !important;
  border-color: rgba(221,178,100,.82) !important;
}

body.fma-navy .legal-form .loading,
body.fma-navy .legal-form .error-message,
body.fma-navy .legal-form .sent-message {
  display: none;
}

body.fma-navy .legal-final-cta > .container {
  display: block;
}

body.fma-navy .legal-final-cta .legal-conversion-panel {
  width: 100%;
}

body.fma-navy .fma-social-grid {
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}

body.fma-navy .fma-social-card.fma-social-instagram {
  background: linear-gradient(145deg,#fff8f3,#f4e8ec) !important;
}

body.fma-navy .fma-scope-card summary b {
  margin-right: 26px;
  white-space: nowrap;
}

body.fma-navy .fma-article-review {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 34px 0;
  padding: 22px 24px;
  color: var(--ink);
  background: var(--ivory-100);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold-600);
  border-radius: 4px;
}

body.fma-navy .fma-article-review > i {
  flex: 0 0 auto;
  color: var(--gold-600);
  font-size: 24px;
}

body.fma-navy .fma-article-review strong {
  display: block;
  color: var(--ink);
  font-family: "Source Serif 4",serif;
  font-size: 17px;
  line-height: 1.35;
}

body.fma-navy .fma-article-review p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  body.fma-navy .fma-social-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.fma-navy .fma-social-grid {
    grid-template-columns: 1fr !important;
  }

  body.fma-navy .fma-scope-card summary b {
    margin-right: 20px;
    font-size: 9px;
  }

  body.fma-navy .fma-article-review {
    padding: 19px 18px;
  }
}

@media (max-width: 420px) {
  body.fma-navy .fma-scope-card summary b {
    display: none;
  }
}

/* Contact conversion page */
body.fma-navy .fma-contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.fma-navy .legal-page-hero .fma-contact-hero-actions .btn-legal-outline {
  color: #fff !important;
  border-color: rgba(221,178,100,.72) !important;
  background: rgba(255,255,255,.035) !important;
}

body.fma-navy .legal-page-hero .fma-contact-hero-actions .btn-legal-outline:hover {
  color: var(--navy-950) !important;
  background: var(--gold-400) !important;
}

body.fma-navy .legal-page-hero .fma-contact-hero-actions .btn-legal-outline:focus-visible {
  color: var(--navy-950) !important;
  background: var(--gold-400) !important;
  outline: 3px solid rgba(255,255,255,.92);
  outline-offset: 3px;
}

body.fma-navy .fma-contact-hero-note {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 17px 0 0 !important;
  color: rgba(255,255,255,.76) !important;
  font-size: 12px !important;
}

body.fma-navy .fma-contact-hero-note i { color: var(--gold-400); font-size: 15px; }

body.fma-navy .fma-contact-proof-section {
  position: relative;
  z-index: 2;
  margin-top: -38px;
}

body.fma-navy .fma-contact-proof {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: 0 18px 45px rgba(4,17,28,.13);
}

body.fma-navy .fma-contact-proof article {
  display: flex;
  gap: 13px;
  align-items: center;
  min-height: 94px;
  padding: 20px;
}

body.fma-navy .fma-contact-proof article + article { border-left: 1px solid var(--line); }

body.fma-navy .fma-contact-proof i {
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--gold-700);
  background: var(--ivory-100);
  border: 1px solid rgba(184,132,50,.22);
  border-radius: 50%;
  font-size: 16px;
}

body.fma-navy .fma-contact-proof strong {
  display: block;
  color: var(--ink);
  font-family: "Source Serif 4",serif;
  font-size: 16px;
  line-height: 1.25;
}

body.fma-navy .fma-contact-proof span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

body.fma-navy .fma-contact-main-section { padding-top: 58px !important; }

body.fma-navy .fma-contact-process {
  display: grid;
  grid-template-columns: .8fr 1.5fr;
  gap: 34px;
  align-items: start;
  margin: 24px 0 30px;
  padding: 30px;
  background: var(--ivory-100);
  border: 1px solid var(--line);
  border-radius: 5px;
}

body.fma-navy .fma-contact-process-heading h2 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 28px;
}

body.fma-navy .fma-contact-process-heading p { margin: 0; color: var(--muted); font-size: 13px; }

body.fma-navy .fma-contact-process ol {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.fma-navy .fma-contact-process li {
  min-height: 145px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
}

body.fma-navy .fma-contact-process li > span {
  display: block;
  margin-bottom: 20px;
  color: var(--gold-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

body.fma-navy .fma-contact-process strong {
  display: block;
  color: var(--ink);
  font-family: "Source Serif 4",serif;
  font-size: 18px;
}

body.fma-navy .fma-contact-process li p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  body.fma-navy .fma-contact-proof { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.fma-navy .fma-contact-proof article:nth-child(3) { border-left: 0; }
  body.fma-navy .fma-contact-proof article:nth-child(n+3) { border-top: 1px solid var(--line); }
  body.fma-navy .fma-contact-process { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
  body.fma-navy .fma-contact-hero-actions { align-items: stretch; flex-direction: column; }
  body.fma-navy .fma-contact-hero-actions .btn-legal { justify-content: center; width: 100%; }
  body.fma-navy .fma-contact-proof-section { margin-top: -18px; }
  body.fma-navy .fma-contact-proof { grid-template-columns: 1fr; }
  body.fma-navy .fma-contact-proof article + article,
  body.fma-navy .fma-contact-proof article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  body.fma-navy .fma-contact-process { padding: 24px 20px; }
  body.fma-navy .fma-contact-process ol { grid-template-columns: 1fr; }
  body.fma-navy .fma-contact-process li { min-height: 0; }
}

/* Media authority and professional records */
body.fma-navy .fma-authority-section { background: #fff; }

body.fma-navy .fma-authority-heading {
  align-items: end;
  margin-bottom: 34px;
}

body.fma-navy .fma-authority-heading h2 { margin-bottom: 0; }

body.fma-navy .fma-authority-heading > p {
  max-width: 590px;
  margin: 0;
  padding-left: 28px;
  color: var(--muted);
  border-left: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.75;
}

body.fma-navy .fma-featured-coverage-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}

body.fma-navy .fma-featured-coverage-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 34px;
  overflow: hidden;
  background: var(--ivory-50);
  border: 1px solid var(--line);
  border-radius: 5px;
}

body.fma-navy .fma-featured-coverage-card:first-child {
  color: #fff;
  background: var(--navy-900);
  border-color: rgba(221,178,100,.35);
}

body.fma-navy .fma-featured-coverage-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 3px;
  background: var(--gold-500);
  content: "";
}

body.fma-navy .fma-source-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
  color: var(--gold-700);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.fma-navy .fma-source-line b {
  padding: 5px 8px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-size: 9px;
}

body.fma-navy .fma-featured-coverage-card:first-child .fma-source-line { color: var(--gold-400); }
body.fma-navy .fma-featured-coverage-card:first-child .fma-source-line b { color: rgba(255,255,255,.68); background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.14); }

body.fma-navy .fma-featured-coverage-card h2 {
  margin: 0 0 14px;
  font-size: 27px;
  line-height: 1.18;
}

body.fma-navy .fma-featured-coverage-card h2 a { color: var(--ink); text-decoration: none; }
body.fma-navy .fma-featured-coverage-card:first-child h2 a { color: #fff; }
body.fma-navy .fma-featured-coverage-card h2 a:hover { color: var(--gold-600); }

body.fma-navy .fma-featured-coverage-card > p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

body.fma-navy .fma-featured-coverage-card:first-child > p { color: rgba(255,255,255,.64); }

body.fma-navy .fma-coverage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  align-items: center;
  margin-top: auto;
}

body.fma-navy .fma-related-link {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

body.fma-navy .fma-featured-coverage-card:first-child .fma-related-link { color: rgba(255,255,255,.7); }
body.fma-navy .fma-related-link:hover { color: var(--gold-600); }

body.fma-navy .fma-records-section { background: var(--ivory-50); }

body.fma-navy .fma-record-list {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}

body.fma-navy .fma-record-list > a {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 16px;
  align-items: start;
  min-height: 202px;
  padding: 25px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  text-decoration: none;
  transition: border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}

body.fma-navy .fma-record-list > a:hover {
  transform: translateY(-2px);
  border-color: var(--gold-400);
  box-shadow: 0 16px 34px rgba(5,18,29,.08);
}

body.fma-navy .fma-record-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--gold-700);
  background: var(--ivory-100);
  border: 1px solid rgba(184,132,50,.25);
  border-radius: 50%;
  font-size: 19px;
}

body.fma-navy .fma-record-list b {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-700);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.fma-navy .fma-record-list strong {
  display: block;
  color: var(--ink);
  font-family: "Source Serif 4",serif;
  font-size: 17px;
  line-height: 1.35;
}

body.fma-navy .fma-record-list small {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

body.fma-navy .fma-record-list > a > .bi-box-arrow-up-right { color: var(--gold-600); font-size: 13px; }

body.fma-navy .fma-coverage-list {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 5px;
}

body.fma-navy .fma-coverage-list article {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 24px 27px;
}

body.fma-navy .fma-coverage-list article + article { border-top: 1px solid var(--line); }
body.fma-navy .fma-coverage-list article > div > span { color: var(--gold-700); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
body.fma-navy .fma-coverage-list h3 { margin: 6px 0 7px; font-size: 20px; }
body.fma-navy .fma-coverage-list p { max-width: 780px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

body.fma-navy .fma-coverage-list-links {
  display: flex;
  min-width: 135px;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

body.fma-navy .fma-coverage-list-links a { color: var(--gold-700); font-size: 10px; font-weight: 800; text-decoration: none; }
body.fma-navy .fma-coverage-list-links a:hover { color: var(--navy-900); }

body.fma-navy .fma-professional-proof {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr)) auto;
  gap: 0;
  align-items: stretch;
  margin-top: 24px;
  overflow: hidden;
  background: var(--navy-900);
  border: 1px solid rgba(221,178,100,.34);
  border-radius: 5px;
}

body.fma-navy .fma-professional-proof > div {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 84px;
  padding: 18px 20px;
  border-right: 1px solid rgba(255,255,255,.1);
}

body.fma-navy .fma-professional-proof > div > i { color: var(--gold-400); font-size: 21px; }
body.fma-navy .fma-professional-proof strong { display: block; color: #fff; font-family: "Source Serif 4",serif; font-size: 15px; }
body.fma-navy .fma-professional-proof small { display: block; margin-top: 3px; color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.4; }

body.fma-navy .fma-professional-proof > a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  color: var(--navy-950);
  background: var(--gold-400);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

body.fma-navy .fma-professional-proof > a:hover { background: #e6bd72; }

@media (max-width: 991px) {
  body.fma-navy .fma-record-list { grid-template-columns: 1fr; }
  body.fma-navy .fma-record-list > a { min-height: 0; }
  body.fma-navy .fma-professional-proof { grid-template-columns: repeat(3,minmax(0,1fr)); }
  body.fma-navy .fma-professional-proof > a { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  body.fma-navy .fma-authority-heading { align-items: start; }
  body.fma-navy .fma-authority-heading > p { padding: 15px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  body.fma-navy .fma-featured-coverage-grid { grid-template-columns: 1fr; }
  body.fma-navy .fma-featured-coverage-card { min-height: 0; padding: 27px 23px; }
  body.fma-navy .fma-featured-coverage-card h2 { font-size: 23px; }
  body.fma-navy .fma-coverage-list article { grid-template-columns: 1fr; gap: 17px; padding: 22px 20px; }
  body.fma-navy .fma-coverage-list-links { min-width: 0; align-items: flex-start; }
  body.fma-navy .fma-record-list > a { grid-template-columns: 42px 1fr auto; padding: 21px 18px; }
  body.fma-navy .fma-record-icon { width: 42px; height: 42px; }
  body.fma-navy .fma-professional-proof { grid-template-columns: 1fr; }
  body.fma-navy .fma-professional-proof > div { min-height: 74px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  body.fma-navy .fma-professional-proof > a { grid-column: auto; }
}

/* Mobile usability polish: readable forms, visible hero actions and safe-area spacing. */
body.fma-navy .legal-floating-contact {
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
  padding: 0 !important;
}

body.fma-navy .legal-page-hero .legal-hero-actions .btn-legal-outline {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(221,178,100,.72) !important;
  color: #fff !important;
}

body.fma-navy .legal-page-hero .legal-hero-actions .btn-legal-outline:hover,
body.fma-navy .legal-page-hero .legal-hero-actions .btn-legal-outline:focus-visible {
  background: var(--gold-400) !important;
  border-color: var(--gold-400) !important;
  color: var(--navy-950) !important;
}

@media (max-width: 767px) {
  body.fma-navy .legal-page-hero p { font-size: 14px; line-height: 1.65; }
  body.fma-navy .legal-contact-card { padding: 28px 24px; }
  body.fma-navy .legal-form label { font-size: 12px; }
  body.fma-navy .legal-form .form-control {
    font-size: 16px;
    line-height: 1.4;
    min-height: 50px;
    padding: 12px 14px;
  }
  body.fma-navy .legal-form textarea.form-control { min-height: 140px; }
  body.fma-navy .legal-form .btn-legal { font-size: 12px; min-height: 48px; }
  body.fma-navy .fma-form-privacy { font-size: 11px; line-height: 1.6; }
  body.fma-navy .fma-footer-socials a { height: 44px; width: 44px; }
  body.fma-navy .legal-floating-contact {
    bottom: max(18px, env(safe-area-inset-bottom));
    right: max(8px, env(safe-area-inset-right));
    width: 48px;
    height: 48px;
  }
  body.fma-navy .legal-floating-contact .fma-floating-whatsapp {
    width: 48px;
    height: 48px;
    min-height: 48px;
  }
  body.fma-navy .back-to-top {
    bottom: max(18px, env(safe-area-inset-bottom));
    left: max(8px, env(safe-area-inset-left));
    width: 44px;
    height: 44px;
  }
  body.fma-navy .back-to-top i { font-size: 23px; }
  body.fma-navy.fma-contact-page .legal-floating-contact { display: none !important; }
}

@media (max-width: 360px) {
  body.fma-navy .legal-floating-contact { height: 48px; width: 48px; }
  body.fma-navy .legal-floating-contact .fma-floating-whatsapp {
    height: 48px;
    min-height: 48px;
    width: 48px;
  }
}

/* Refined mobile navigation and a sharper portrait-format hero crop. */
.fma-mobile-menu-head { display: none; }

@media (max-width: 991px) {
  body.fma-navy .navbar-mobile {
    inset: 76px 0 0;
    height: calc(100vh - 76px);
    height: calc(100dvh - 76px);
    padding: 14px;
    background: rgba(3,12,20,.82) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  body.fma-navy .navbar-mobile > ul {
    inset: 14px 14px auto;
    max-height: calc(100dvh - 104px);
    padding: 10px;
    position: absolute !important;
    width: auto !important;
    z-index: 1;
    overflow-y: auto;
    background: linear-gradient(180deg,#0b2234 0%,#081b2b 100%) !important;
    border: 1px solid rgba(221,178,100,.3) !important;
    border-radius: 14px;
    box-shadow: 0 24px 64px rgba(0,0,0,.42) !important;
    animation: fma-mobile-menu-in .22s ease-out both;
  }
  body.fma-navy .navbar-mobile > .mobile-nav-toggle { display: none !important; }
  body.fma-navy .navbar-mobile .fma-mobile-menu-head {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px 9px 12px;
    border-bottom: 1px solid rgba(221,178,100,.25);
  }
  body.fma-navy .navbar-mobile .fma-mobile-menu-head span {
    color: var(--gold-400);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  body.fma-navy .navbar-mobile .fma-mobile-menu-head .fma-mobile-menu-close,
  body.fma-navy .navbar-mobile .fma-mobile-menu-head .fma-mobile-menu-close:focus {
    display: inline-flex;
    width: 38px;
    height: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    padding: 0 !important;
    color: #fff !important;
    background: rgba(221,178,100,.14);
    border: 1px solid rgba(221,178,100,.45);
    border-radius: 999px;
    font-family: Arial,sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
  }
  body.fma-navy .navbar-mobile li + li { border-top: 1px solid rgba(255,255,255,.07); }
  body.fma-navy .navbar-mobile a,
  body.fma-navy .navbar-mobile a:focus {
    min-height: 50px;
    padding: 14px 13px !important;
    color: rgba(255,255,255,.86) !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
  }
  body.fma-navy .navbar-mobile a:hover,
  body.fma-navy .navbar-mobile .active,
  body.fma-navy .navbar-mobile li:hover > a {
    color: var(--gold-400) !important;
    background: rgba(221,178,100,.1);
  }
  body.fma-navy .navbar-mobile .nav-cta,
  body.fma-navy .navbar-mobile .nav-cta:focus {
    min-height: 48px;
    margin: 11px 0 0;
    color: var(--navy-950) !important;
    background: linear-gradient(135deg,var(--gold-400),var(--gold-600)) !important;
    border: 1px solid var(--gold-400);
    border-radius: 7px;
  }
}

@media (max-width: 767px) {
  body.fma-navy.fma-reference #hero.ref-hero::before {
    height: 430px;
    background-image:
      linear-gradient(180deg,rgba(5,18,29,0) 0%,rgba(5,18,29,0) 70%,rgba(5,18,29,.14) 79%,rgba(5,18,29,.72) 94%,var(--navy-950) 100%),
      var(--hero-image-mobile,var(--hero-image,url("../img/optimized/hero-firm.jpeg")));
    background-position: center,var(--hero-position-mobile,center 18%);
    background-size: cover,cover;
  }
  body.fma-navy.fma-reference .ref-hero-copy { padding-top: 440px; }
}

@media (max-width: 480px) {
  body.fma-navy .navbar-mobile { padding: 10px; }
  body.fma-navy .navbar-mobile > ul { inset: 10px 10px auto; max-height: calc(100dvh - 96px); }
}

@keyframes fma-mobile-menu-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Stage 2: professional service-area presentation. */
body.fma-navy.fma-locations-page .fma-location-overview {
  padding: 82px 0 92px;
  background: var(--ivory-50);
}

body.fma-navy.fma-locations-page .fma-location-notice {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 19px;
  align-items: center;
  padding: 22px 26px;
  color: #fff;
  background:
    linear-gradient(105deg,rgba(221,178,100,.08),transparent 46%),
    var(--navy-900);
  border: 1px solid rgba(221,178,100,.34);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(5,18,29,.12);
}

body.fma-navy.fma-locations-page .fma-location-notice-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--gold-400);
  background: rgba(221,178,100,.08);
  border: 1px solid rgba(221,178,100,.42);
  border-radius: 50%;
  font-size: 22px;
}

body.fma-navy.fma-locations-page .fma-location-notice-label,
body.fma-navy.fma-locations-page .fma-location-type,
body.fma-navy.fma-locations-page .fma-office-fact-label {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-400);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.fma-navy.fma-locations-page .fma-location-notice strong {
  display: block;
  color: #fff;
  font-family: "Source Serif 4",serif;
  font-size: 21px;
  line-height: 1.2;
}

body.fma-navy.fma-locations-page .fma-location-notice p {
  max-width: 880px;
  margin: 4px 0 0;
  color: rgba(255,255,255,.64);
  font-size: 12px;
  line-height: 1.6;
}

body.fma-navy.fma-locations-page .fma-location-section-heading {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(360px,.72fr);
  gap: 60px;
  align-items: end;
  margin: 60px 0 27px;
}

body.fma-navy.fma-locations-page .fma-location-section-heading .legal-eyebrow {
  margin-bottom: 10px;
}

body.fma-navy.fma-locations-page .fma-location-section-heading h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(31px,3vw,42px);
  line-height: 1.07;
}

body.fma-navy.fma-locations-page .fma-location-section-heading > p {
  margin: 0;
  padding: 3px 0 3px 26px;
  color: var(--muted);
  border-left: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.75;
}

body.fma-navy.fma-locations-page .fma-location-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}

body.fma-navy.fma-locations-page .fma-location-card {
  display: flex;
  min-width: 0;
  min-height: 428px;
  flex-direction: column;
  padding: 28px 28px 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(5,18,29,.045);
  transition: transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

body.fma-navy.fma-locations-page .fma-location-card:hover {
  border-color: rgba(173,123,44,.48);
  box-shadow: 0 20px 44px rgba(5,18,29,.09);
  transform: translateY(-3px);
}

body.fma-navy.fma-locations-page .fma-location-card-primary {
  color: #fff;
  background:
    linear-gradient(150deg,rgba(221,178,100,.08),transparent 48%),
    var(--navy-900);
  border-color: rgba(221,178,100,.35);
  box-shadow: 0 18px 42px rgba(5,18,29,.15);
}

body.fma-navy.fma-locations-page .fma-location-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

body.fma-navy.fma-locations-page .fma-location-index {
  color: var(--gold-600);
  font-family: "Source Serif 4",serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

body.fma-navy.fma-locations-page .fma-location-card-primary .fma-location-index {
  color: var(--gold-400);
}

body.fma-navy.fma-locations-page .fma-location-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--gold-600);
  background: var(--ivory-100);
  border: 1px solid var(--gold-200);
  border-radius: 50%;
  font-size: 19px;
}

body.fma-navy.fma-locations-page .fma-location-card-primary .fma-location-icon {
  color: var(--gold-400);
  background: rgba(221,178,100,.08);
  border-color: rgba(221,178,100,.38);
}

body.fma-navy.fma-locations-page .fma-location-card:not(.fma-location-card-primary) .fma-location-type {
  color: var(--gold-600);
}

body.fma-navy.fma-locations-page .fma-location-card h2 {
  margin: 2px 0 12px;
  font-size: 27px;
  line-height: 1.12;
}

body.fma-navy.fma-locations-page .fma-location-card-primary h2 {
  color: #fff;
}

body.fma-navy.fma-locations-page .fma-location-card > p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.72;
}

body.fma-navy.fma-locations-page .fma-location-card-primary > p {
  color: rgba(255,255,255,.65);
}

body.fma-navy.fma-locations-page .fma-location-features {
  display: grid;
  gap: 7px;
  margin: auto 0 22px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

body.fma-navy.fma-locations-page .fma-location-card-primary .fma-location-features {
  border-color: rgba(255,255,255,.12);
}

body.fma-navy.fma-locations-page .fma-location-features li {
  display: grid;
  grid-template-columns: 17px minmax(0,1fr);
  gap: 8px;
  align-items: start;
  color: #46565e;
  font-size: 10px;
  line-height: 1.55;
}

body.fma-navy.fma-locations-page .fma-location-features i {
  color: var(--gold-600);
  font-size: 14px;
}

body.fma-navy.fma-locations-page .fma-location-card-primary .fma-location-features li {
  color: rgba(255,255,255,.72);
}

body.fma-navy.fma-locations-page .fma-location-card-primary .fma-location-features i {
  color: var(--gold-400);
}

body.fma-navy.fma-locations-page .fma-location-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  color: var(--gold-600);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}

body.fma-navy.fma-locations-page .fma-location-link i { transition: transform .2s ease; }
body.fma-navy.fma-locations-page .fma-location-link:hover i { transform: translateX(4px); }
body.fma-navy.fma-locations-page .fma-location-card-primary .fma-location-link { color: var(--gold-400); }

body.fma-navy.fma-locations-page .fma-location-guidance {
  padding: 88px 0;
  background: var(--ivory-100);
}

body.fma-navy.fma-locations-page .fma-guidance-panel {
  display: grid;
  grid-template-columns: minmax(0,1.32fr) minmax(340px,.68fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: var(--shadow);
}

body.fma-navy.fma-locations-page .fma-guidance-copy {
  padding: 53px 55px 48px;
}

body.fma-navy.fma-locations-page .fma-guidance-copy h2 {
  max-width: 650px;
  margin: 0 0 16px;
  font-size: clamp(31px,3vw,40px);
  line-height: 1.1;
}

body.fma-navy.fma-locations-page .fma-guidance-copy > p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

body.fma-navy.fma-locations-page .fma-guidance-steps {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin-top: 31px;
}

body.fma-navy.fma-locations-page .fma-guidance-steps > span {
  display: grid;
  min-height: 85px;
  align-content: center;
  gap: 5px;
  padding: 15px;
  color: var(--ink);
  background: var(--ivory-50);
  border: 1px solid var(--ivory-200);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
}

body.fma-navy.fma-locations-page .fma-guidance-steps b {
  color: var(--gold-600);
  font-family: "Source Serif 4",serif;
  font-size: 18px;
  line-height: 1;
}

body.fma-navy.fma-locations-page .fma-office-fact {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 43px 40px;
  color: #fff;
  background:
    linear-gradient(145deg,rgba(221,178,100,.09),transparent 50%),
    var(--navy-900);
  border-left: 1px solid rgba(221,178,100,.35);
}

body.fma-navy.fma-locations-page .fma-office-fact-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--gold-400);
  background: rgba(221,178,100,.08);
  border: 1px solid rgba(221,178,100,.42);
  border-radius: 50%;
  font-size: 19px;
}

body.fma-navy.fma-locations-page .fma-office-fact strong {
  color: #fff;
  font-family: "Source Serif 4",serif;
  font-size: 25px;
  line-height: 1.15;
}

body.fma-navy.fma-locations-page .fma-office-fact p {
  margin: 14px 0 25px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  line-height: 1.7;
}

body.fma-navy.fma-locations-page .fma-office-fact a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  color: var(--gold-400);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}

body.fma-navy.fma-locations-page .fma-location-faq-section { background: var(--ivory-50); }
body.fma-navy.fma-locations-page .fma-location-faq-section .fma-faq-layout > div:first-child { padding-top: 8px; }
body.fma-navy.fma-locations-page .fma-location-faq-section .fma-faq-layout > div:first-child h2 { margin: 0 0 13px; font-size: 35px; line-height: 1.12; }
body.fma-navy.fma-locations-page .fma-location-faq-section .fma-faq-layout > div:first-child p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

@media (max-width: 991px) {
  body.fma-navy.fma-locations-page .fma-location-section-heading { grid-template-columns: 1fr; gap: 18px; }
  body.fma-navy.fma-locations-page .fma-location-section-heading > p { padding: 15px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  body.fma-navy.fma-locations-page .fma-location-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.fma-navy.fma-locations-page .fma-location-card-primary { grid-column: 1 / -1; min-height: 350px; }
  body.fma-navy.fma-locations-page .fma-guidance-panel { grid-template-columns: 1fr; }
  body.fma-navy.fma-locations-page .fma-office-fact { border-top: 1px solid rgba(221,178,100,.35); border-left: 0; }
}

@media (max-width: 767px) {
  body.fma-navy.fma-locations-page .fma-location-overview { padding: 58px 0 64px; }
  body.fma-navy.fma-locations-page .fma-location-notice { grid-template-columns: 44px minmax(0,1fr); gap: 14px; padding: 20px 18px; }
  body.fma-navy.fma-locations-page .fma-location-notice-icon { width: 44px; height: 44px; font-size: 18px; }
  body.fma-navy.fma-locations-page .fma-location-notice strong { font-size: 18px; }
  body.fma-navy.fma-locations-page .fma-location-notice p { font-size: 11px; }
  body.fma-navy.fma-locations-page .fma-location-section-heading { margin: 45px 0 23px; }
  body.fma-navy.fma-locations-page .fma-location-section-heading h2 { font-size: 30px; }
  body.fma-navy.fma-locations-page .fma-location-grid { grid-template-columns: 1fr; }
  body.fma-navy.fma-locations-page .fma-location-card-primary { grid-column: auto; }
  body.fma-navy.fma-locations-page .fma-location-card { min-height: 0; padding: 25px 22px 23px; }
  body.fma-navy.fma-locations-page .fma-location-card-top { margin-bottom: 20px; }
  body.fma-navy.fma-locations-page .fma-location-card h2 { font-size: 25px; }
  body.fma-navy.fma-locations-page .fma-location-features { margin-top: 3px; }
  body.fma-navy.fma-locations-page .fma-location-guidance { padding: 64px 0; }
  body.fma-navy.fma-locations-page .fma-guidance-copy { padding: 34px 23px 29px; }
  body.fma-navy.fma-locations-page .fma-guidance-copy h2 { font-size: 29px; }
  body.fma-navy.fma-locations-page .fma-guidance-steps { grid-template-columns: 1fr; gap: 8px; margin-top: 25px; }
  body.fma-navy.fma-locations-page .fma-guidance-steps > span { min-height: 65px; grid-template-columns: 35px minmax(0,1fr); align-items: center; align-content: normal; }
  body.fma-navy.fma-locations-page .fma-office-fact { padding: 34px 24px; }
  body.fma-navy.fma-locations-page .fma-location-faq-section .fma-faq-layout > div:first-child h2 { font-size: 29px; }
}

@media (max-width: 420px) {
  body.fma-navy.fma-locations-page .fma-location-notice { grid-template-columns: 1fr; }
  body.fma-navy.fma-locations-page .fma-location-notice-icon { margin-bottom: 2px; }
}

/* Stage 3: shared readability, contrast and vertical rhythm. */
body.fma-navy {
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.fma-navy .legal-eyebrow,
body.fma-navy .ref-eyebrow,
body.fma-navy .navy-process header > span {
  line-height: 1.45;
}

body.fma-navy.fma-editorial:not(.fma-reference) .legal-page-hero p {
  max-width: 790px;
  color: rgba(255,255,255,.78) !important;
  font-size: 16px;
  line-height: 1.72;
}

body.fma-navy.fma-editorial .legal-section,
body.fma-navy.fma-reference .ref-section,
body.fma-navy.fma-reference .ref-services {
  padding-top: 76px;
  padding-bottom: 76px;
}

body.fma-navy.fma-reference #services.ref-services {
  padding-top: 64px;
  padding-bottom: 64px;
}

body.fma-navy .legal-section-heading {
  margin-bottom: 31px;
}

body.fma-navy .legal-section-heading h2,
body.fma-navy.fma-reference .ref-heading h2,
body.fma-navy.fma-reference .ref-about-copy h2,
body.fma-navy.fma-reference .coral-section-heading h2 {
  line-height: 1.1;
}

body.fma-navy .legal-section-heading p,
body.fma-navy .fma-heading-split > p,
body.fma-navy.fma-reference .ref-heading > p,
body.fma-navy.fma-reference .ref-about-copy > p,
body.fma-navy.fma-reference .coral-section-heading p {
  color: var(--muted) !important;
  font-size: 14px;
  line-height: 1.75;
}

body.fma-navy.fma-editorial .legal-section-heading p,
body.fma-navy.fma-editorial .fma-heading-split > p {
  color: var(--muted) !important;
  font-size: 14px;
  line-height: 1.75;
}

body.fma-navy .fma-heading-split > p {
  padding-top: 3px;
  padding-bottom: 3px;
}

body.fma-navy.fma-reference .ref-trust span {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.55;
}

body.fma-navy.fma-reference .navy-issue-panel > p,
body.fma-navy.fma-reference .ref-profile > .ref-profile-copy > p,
body.fma-navy.fma-reference .coral-article-card p {
  color: var(--muted) !important;
  font-size: 13.5px;
  line-height: 1.7;
}

body.fma-navy.fma-reference .ref-profile-qualifications h4 {
  font-size: 11.5px;
}

body.fma-navy.fma-reference .ref-profile-qualifications li {
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.65;
}

body.fma-navy .navy-process-grid article {
  min-height: 130px;
}

body.fma-navy .navy-process-grid h3 {
  font-size: 14px;
  line-height: 1.35;
}

body.fma-navy .navy-process-grid p {
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 1.6;
}

body.fma-navy.fma-reference .ref-contact-card address a,
body.fma-navy.fma-reference .ref-contact-card address span {
  color: rgba(255,255,255,.74);
  font-size: 12px;
  line-height: 1.55;
}

body.fma-navy.fma-editorial .fma-issue-card {
  min-height: 148px;
  padding: 22px;
}

body.fma-navy.fma-editorial .fma-issue-card p {
  color: var(--muted) !important;
  font-size: 12.5px !important;
  line-height: 1.6;
}

body.fma-navy.fma-editorial .legal-service-card p,
body.fma-navy.fma-editorial .fma-engagement-card p,
body.fma-navy .fma-scope-card li,
body.fma-navy .fma-process-list p,
body.fma-navy .legal-check-list p,
body.fma-navy .legal-doc-list li {
  color: var(--muted) !important;
  font-size: 13.5px;
  line-height: 1.7;
}

body.fma-navy .fma-engagement-grid {
  margin-bottom: 60px !important;
}

body.fma-navy .legal-faq summary {
  font-size: 14px;
  line-height: 1.55;
}

body.fma-navy .legal-faq details p {
  color: var(--muted) !important;
  font-size: 13.5px;
  line-height: 1.75;
}

body.fma-navy .legal-conversion-panel p,
body.fma-navy .legal-article-cta p {
  color: rgba(255,255,255,.74) !important;
  font-size: 14px;
  line-height: 1.75;
}

body.fma-navy .legal-article-card p,
body.fma-navy .legal-media-card p,
body.fma-navy .fma-social-card p,
body.fma-navy .legal-empty-state p {
  color: var(--muted) !important;
  font-size: 13px;
  line-height: 1.7;
}

body.fma-navy .legal-contact-card p,
body.fma-navy .legal-contact-card address {
  color: var(--muted) !important;
  font-size: 13px;
  line-height: 1.7;
}

body.fma-navy .fma-contact-layout .legal-contact-card p,
body.fma-navy .fma-contact-layout .legal-contact-card address {
  font-size: 13px;
  line-height: 1.7;
}

body.fma-navy.fma-locations-page .fma-location-notice p,
body.fma-navy.fma-locations-page .fma-location-card > p,
body.fma-navy.fma-locations-page .fma-guidance-copy > p,
body.fma-navy.fma-locations-page .fma-location-faq-section .fma-faq-layout > div:first-child p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

body.fma-navy.fma-locations-page .fma-location-notice p {
  color: rgba(255,255,255,.7);
}

body.fma-navy.fma-locations-page .fma-location-features li {
  font-size: 11.5px;
  line-height: 1.55;
}

body.fma-navy.fma-locations-page .fma-location-link,
body.fma-navy.fma-locations-page .fma-office-fact a {
  font-size: 11px;
}

body.fma-navy.fma-locations-page .fma-office-fact p {
  color: rgba(255,255,255,.7);
  font-size: 12.5px;
}

body.fma-navy .fma-form-privacy {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

body.fma-navy #footer.legal-footer {
  color: rgba(255,255,255,.68);
}

body.fma-navy .legal-footer-brand > p {
  color: rgba(255,255,255,.66) !important;
  font-size: 13px;
  line-height: 1.7;
}

body.fma-navy .coral-footer-links a,
body.fma-navy .coral-footer-contact-list a,
body.fma-navy .coral-footer-contact-list p,
body.fma-navy .legal-footer .row > :nth-child(2) a {
  color: rgba(255,255,255,.7) !important;
  font-size: 12px;
  line-height: 1.6;
}

body.fma-navy .legal-copyright {
  color: rgba(255,255,255,.55) !important;
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 991px) {
  body.fma-navy .fma-heading-split > p {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  body.fma-navy.fma-editorial:not(.fma-reference) .legal-page-hero {
    padding-top: 52px;
    padding-bottom: 48px;
  }

  body.fma-navy.fma-editorial:not(.fma-reference) .legal-page-hero h1 {
    font-size: clamp(34px,10.2vw,40px);
    line-height: 1.05;
  }

  body.fma-navy.fma-editorial:not(.fma-reference) .legal-page-hero p {
    font-size: 14.5px;
    line-height: 1.7;
  }

  body.fma-navy.fma-editorial .legal-section,
  body.fma-navy.fma-reference .ref-section,
  body.fma-navy.fma-reference .ref-services {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  body.fma-navy.fma-reference #services.ref-services {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  body.fma-navy .legal-section-heading {
    margin-bottom: 27px;
  }

  body.fma-navy .legal-section-heading h2,
  body.fma-navy.fma-reference .ref-heading h2,
  body.fma-navy.fma-reference .ref-about-copy h2,
  body.fma-navy.fma-reference .coral-section-heading h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  body.fma-navy .legal-section-heading p,
  body.fma-navy .fma-heading-split > p,
  body.fma-navy.fma-reference .ref-heading > p,
  body.fma-navy.fma-reference .ref-about-copy > p,
  body.fma-navy.fma-reference .coral-section-heading p {
    font-size: 13.5px;
    line-height: 1.7;
  }

  body.fma-navy.fma-editorial .legal-section-heading p,
  body.fma-navy.fma-editorial .fma-heading-split > p {
    font-size: 13.5px;
    line-height: 1.7;
  }

  body.fma-navy.fma-editorial .fma-issue-card {
    min-height: 0;
  }

  body.fma-navy .navy-process-grid article {
    min-height: 0;
  }

  body.fma-navy .fma-engagement-grid {
    margin-bottom: 48px !important;
  }
}

/* Stage 4: Gallery and media presentation. */
body.fma-navy.fma-gallery-page .fma-gallery-index {
  position: relative;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(5,18,29,.045);
}

body.fma-navy.fma-gallery-page .fma-gallery-index .container {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  padding-right: 0;
  padding-left: 0;
}

body.fma-navy.fma-gallery-page .fma-gallery-index a {
  display: grid;
  min-width: 0;
  min-height: 86px;
  grid-template-columns: 32px minmax(0,1fr);
  grid-template-rows: auto auto;
  gap: 1px 10px;
  align-content: center;
  padding: 17px 19px;
  color: var(--ink);
  border-right: 1px solid var(--line);
  text-decoration: none;
  transition: color .2s ease,background-color .2s ease;
}

body.fma-navy.fma-gallery-page .fma-gallery-index a:first-child { border-left: 1px solid var(--line); }
body.fma-navy.fma-gallery-page .fma-gallery-index a:hover { color: var(--gold-600); background: var(--ivory-100); }

body.fma-navy.fma-gallery-page .fma-gallery-index a > span {
  grid-row: 1 / span 2;
  color: var(--gold-600);
  font-family: "Source Serif 4",serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

body.fma-navy.fma-gallery-page .fma-gallery-index strong {
  overflow: hidden;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.fma-navy.fma-gallery-page .fma-gallery-index small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

body.fma-navy.fma-gallery-page .fma-authority-heading h2 {
  margin: 0;
  font-size: clamp(32px,3vw,43px);
  line-height: 1.08;
}

body.fma-navy.fma-gallery-page .fma-authority-heading > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

body.fma-navy.fma-gallery-page .fma-featured-coverage-grid { gap: 20px; }

body.fma-navy.fma-gallery-page .fma-featured-coverage-card {
  min-height: 300px;
  padding: 32px;
  border-radius: 7px;
  box-shadow: 0 10px 28px rgba(5,18,29,.045);
  transition: border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}

body.fma-navy.fma-gallery-page .fma-featured-coverage-card:hover {
  border-color: rgba(173,123,44,.5);
  box-shadow: 0 18px 38px rgba(5,18,29,.08);
  transform: translateY(-2px);
}

body.fma-navy.fma-gallery-page .fma-featured-coverage-card > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

body.fma-navy.fma-gallery-page .fma-featured-coverage-card:first-child > p {
  color: rgba(255,255,255,.72);
}

body.fma-navy.fma-gallery-page #media-video { border-block: 1px solid var(--ivory-200); }

body.fma-navy.fma-gallery-page #media-video .legal-media-grid {
  width: 100%;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin: 0 auto;
}

body.fma-navy.fma-gallery-page .legal-media-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  border-radius: 7px !important;
}

body.fma-navy.fma-gallery-page .legal-video-frame {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  padding: 0;
  overflow: hidden;
  background: var(--navy-900);
  border: 0;
  cursor: pointer;
}

body.fma-navy.fma-gallery-page .legal-video-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 55%,rgba(5,18,29,.22));
  content: "";
  pointer-events: none;
}

body.fma-navy.fma-gallery-page .legal-video-frame img {
  width: 100%;
  height: 100%;
  filter: saturate(.92) contrast(1.03);
  object-fit: cover;
  transition: transform .35s ease,filter .35s ease;
}

body.fma-navy.fma-gallery-page .legal-media-card:hover .legal-video-frame img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.025);
}

body.fma-navy.fma-gallery-page .fma-video-preview > span {
  z-index: 1;
  width: 54px;
  height: 54px;
}

body.fma-navy.fma-gallery-page .fma-media-card-body {
  display: flex;
  min-height: 150px;
  flex: 1;
  flex-direction: column;
  padding: 21px 22px 23px !important;
}

body.fma-navy.fma-gallery-page .fma-media-card-body h2 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.2;
}

body.fma-navy.fma-gallery-page .fma-media-card-body p {
  margin: 0;
  color: var(--muted) !important;
  font-size: 13px;
  line-height: 1.65;
}

body.fma-video-modal-open { overflow: hidden; }

.fma-video-modal {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  padding: 28px;
  place-items: center;
  background: rgba(2,12,20,.86);
  backdrop-filter: blur(8px);
}

.fma-video-modal[hidden] { display: none; }

.fma-video-modal-panel {
  position: relative;
  width: min(100%,980px);
  overflow: hidden;
  background: var(--navy-950);
  border: 1px solid rgba(221,178,100,.5);
  border-radius: 7px;
  box-shadow: 0 28px 80px rgba(0,0,0,.48);
}

.fma-video-modal-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: rgba(5,18,29,.88);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

.fma-video-modal-close:hover,
.fma-video-modal-close:focus-visible { color: var(--navy-950); background: var(--gold-400); }

.fma-video-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.fma-video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fma-video-modal-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
}

.fma-video-modal-meta h2 {
  margin: 0;
  color: #fff !important;
  font-size: 21px;
  line-height: 1.25;
}

.fma-video-modal-meta a {
  flex: 0 0 auto;
  color: var(--gold-400) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

body.fma-navy.fma-gallery-page .fma-record-list { gap: 16px; }

body.fma-navy.fma-gallery-page .fma-record-list > a {
  min-height: 220px;
  padding: 24px 22px;
  border-radius: 7px;
}

body.fma-navy.fma-gallery-page .fma-record-source {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  margin-bottom: 7px;
}

body.fma-navy.fma-gallery-page .fma-record-list .fma-record-source b {
  margin: 0;
  font-size: 9px;
  line-height: 1.4;
}

body.fma-navy.fma-gallery-page .fma-record-source em {
  padding: 3px 6px;
  color: var(--muted);
  background: var(--ivory-100);
  border: 1px solid var(--line);
  border-radius: 2px;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.fma-navy.fma-gallery-page .fma-record-list strong {
  font-size: 18px;
  line-height: 1.3;
}

body.fma-navy.fma-gallery-page .fma-record-list small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.62;
}

body.fma-navy.fma-gallery-page .fma-coverage-list { border-radius: 7px; }

body.fma-navy.fma-gallery-page .fma-coverage-list article {
  padding: 26px 28px;
  transition: background-color .2s ease;
}

body.fma-navy.fma-gallery-page .fma-coverage-list article:hover { background: var(--ivory-50); }

body.fma-navy.fma-gallery-page .fma-coverage-list p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
}

body.fma-navy.fma-gallery-page .fma-coverage-list-links a { font-size: 11px; }

body.fma-navy.fma-gallery-page .fma-gallery-photo-section { background: #fff; }

body.fma-navy.fma-gallery-page .legal-gallery-grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-radius: 7px !important;
}

body.fma-navy.fma-gallery-page .fma-gallery-visual {
  position: relative;
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--navy-900);
  padding: 0 !important;
}

body.fma-navy.fma-gallery-page .legal-gallery-grid article .fma-gallery-visual img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  filter: saturate(.92) contrast(1.02);
  object-fit: cover;
  transition: filter .35s ease,transform .35s ease;
}

body.fma-navy.fma-gallery-page .legal-gallery-grid article:hover .fma-gallery-visual img {
  filter: saturate(1) contrast(1.03);
  transform: scale(1.025);
}

body.fma-navy.fma-gallery-page .fma-gallery-visual > span {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 34px;
  height: 28px;
  place-items: center;
  color: var(--gold-400);
  background: rgba(5,18,29,.86);
  border: 1px solid rgba(221,178,100,.45);
  border-radius: 3px;
  font: 700 11px/1 "Source Serif 4",serif;
}

body.fma-navy.fma-gallery-page .legal-gallery-grid article > div:last-child {
  display: flex;
  min-height: 150px;
  flex: 1;
  flex-direction: column;
  padding: 21px 22px 23px;
}

body.fma-navy.fma-gallery-page .legal-gallery-grid h2 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.2;
}

body.fma-navy.fma-gallery-page .legal-gallery-grid p {
  margin: 0;
  color: var(--muted) !important;
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 991px) {
  body.fma-navy.fma-gallery-page #media-video .legal-media-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }

  body.fma-navy.fma-gallery-page .fma-gallery-index .container {
    width: 100%;
    max-width: none;
    grid-auto-columns: minmax(170px,42vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: inline proximity;
  }

  body.fma-navy.fma-gallery-page .fma-gallery-index .container::-webkit-scrollbar { display: none; }

  body.fma-navy.fma-gallery-page .fma-gallery-index a {
    min-height: 80px;
    scroll-snap-align: start;
  }
}

@media (max-width: 767px) {
  body.fma-navy.fma-gallery-page .fma-gallery-index a {
    grid-template-columns: 27px minmax(0,1fr);
    padding: 15px 16px;
  }

  body.fma-navy.fma-gallery-page .fma-gallery-index a > span { font-size: 18px; }
  body.fma-navy.fma-gallery-page .fma-authority-heading h2 { font-size: 30px; }
  body.fma-navy.fma-gallery-page .fma-featured-coverage-card { padding: 26px 22px; }
  body.fma-navy.fma-gallery-page #media-video .legal-media-grid { grid-template-columns: 1fr; }
  body.fma-navy.fma-gallery-page .fma-media-card-body { min-height: 190px; padding: 21px 21px 23px !important; }
  body.fma-navy.fma-gallery-page .fma-record-list > a { min-height: 0; padding: 21px 18px; }
  body.fma-navy.fma-gallery-page .fma-record-list small { font-size: 11.5px; }
  body.fma-navy.fma-gallery-page .fma-coverage-list article { padding: 22px 20px; }
  body.fma-navy.fma-gallery-page .fma-gallery-visual { aspect-ratio: 16 / 10; }
  body.fma-navy.fma-gallery-page .legal-gallery-grid article > div:last-child { min-height: 0; }
  .fma-video-modal { padding: 14px; }
  .fma-video-modal-meta { display: block; padding: 16px 18px 18px; }
  .fma-video-modal-meta h2 { margin-bottom: 10px; font-size: 18px; }
  .fma-video-modal-close { top: 8px; right: 8px; width: 38px; height: 38px; }
}

/* Stage 5: Contact conversion journey. */
body.fma-navy.fma-contact-page .legal-floating-contact { display: none !important; }
body.fma-navy.fma-contact-page .legal-page-hero { padding-bottom: 118px; }
body.fma-navy.fma-contact-page .legal-page-hero .container > p:not(.fma-contact-hero-note) { max-width: 800px; }
body.fma-navy.fma-contact-page .fma-contact-proof-section { background: var(--ivory-50); }
body.fma-navy.fma-contact-page .fma-contact-proof article { transition: background .2s ease; }
body.fma-navy.fma-contact-page .fma-contact-proof article:hover { background: var(--ivory-100); }
body.fma-navy.fma-contact-page .fma-contact-main-section .fma-coverage-grid { margin-bottom: 0; }
body.fma-navy.fma-contact-page .fma-contact-process { margin-top: 28px; margin-bottom: 34px; }
body.fma-navy.fma-contact-page .fma-contact-layout { align-items: stretch; }
body.fma-navy.fma-contact-page .fma-contact-layout > div { display: flex; }
body.fma-navy.fma-contact-page .fma-contact-layout .legal-contact-card { width: 100%; }
body.fma-navy.fma-contact-page .fma-office-card { position: relative; overflow: hidden; }
body.fma-navy.fma-contact-page .fma-office-card::after {
  position: absolute;
  right: -82px;
  bottom: -104px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(221,178,100,.11);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
body.fma-navy.fma-contact-page .fma-enquiry-card > p { max-width: 700px; margin-bottom: 25px; font-size: 14px; line-height: 1.7; }
body.fma-navy.fma-contact-page .legal-form .form-group { margin-bottom: 17px; }
body.fma-navy.fma-contact-page .legal-form label {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .025em;
}
body.fma-navy.fma-contact-page .legal-form .form-control { min-height: 52px; padding: 13px 14px; }
body.fma-navy.fma-contact-page .legal-form textarea.form-control { min-height: 150px; resize: vertical; }
body.fma-navy.fma-contact-page .fma-form-privacy {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  padding: 13px 14px;
  color: var(--muted);
  background: var(--ivory-100);
  border: 1px solid var(--line);
  border-radius: 3px;
  font-size: 10px;
  line-height: 1.55;
}
body.fma-navy.fma-contact-page .fma-form-privacy i { color: var(--gold-600); font-size: 15px; }

@media (max-width: 767px) {
  body.fma-navy.fma-contact-page .legal-page-hero { padding-bottom: 78px; }
  body.fma-navy.fma-contact-page .fma-contact-main-section { padding-top: 46px !important; }
  body.fma-navy.fma-contact-page .fma-contact-process { margin-top: 22px; }
}

/* Stage 5: Editorial article listing and detail. */
body.fma-navy.fma-blog-listing-page .fma-blog-listing-section { padding-top: 66px; }
body.fma-navy.fma-blog-page .legal-page-hero h1 { max-width: 940px; }
body.fma-navy.fma-blog-page .legal-page-hero p { max-width: 860px; }
body.fma-navy.fma-blog-listing-page .fma-blog-index-heading {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(360px,1fr);
  gap: 50px;
  align-items: end;
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
body.fma-navy.fma-blog-listing-page .fma-blog-index-heading h2 { margin: 0; color: var(--ink); font-size: clamp(30px,3vw,42px); }
body.fma-navy.fma-blog-listing-page .fma-blog-index-heading > div:last-child {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 11px;
  align-items: baseline;
}
body.fma-navy.fma-blog-listing-page .fma-blog-index-heading > div:last-child > strong {
  grid-row: 1 / span 2;
  color: var(--gold-700);
  font-family: "Source Serif 4",serif;
  font-size: 42px;
  line-height: 1;
}
body.fma-navy.fma-blog-listing-page .fma-blog-index-heading > div:last-child > span {
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
body.fma-navy.fma-blog-listing-page .fma-blog-index-heading p {
  grid-column: 2;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
body.fma-navy.fma-blog-listing-page .legal-article-card { display: flex; flex-direction: column; min-height: 100%; }
body.fma-navy.fma-blog-listing-page .legal-article-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
body.fma-navy.fma-blog-listing-page .fma-article-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
}
body.fma-navy.fma-blog-listing-page .fma-article-card-meta span {
  color: var(--gold-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
body.fma-navy.fma-blog-listing-page .fma-article-card-meta b { color: #b5aa9b; font-family: "Source Serif 4",serif; font-size: 16px; }
body.fma-navy.fma-blog-listing-page .legal-article-card h2 { margin: 0 0 12px; line-height: 1.18; }
body.fma-navy.fma-blog-listing-page .legal-article-card p { margin-bottom: 18px; font-size: 12px; line-height: 1.65; }
body.fma-navy.fma-blog-listing-page .legal-article-card-body > a:last-child { margin-top: auto; font-size: 10px; font-weight: 800; }
body.fma-navy.fma-blog-listing-page .fma-featured-article {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr);
  min-height: 390px;
}
body.fma-navy.fma-blog-listing-page .fma-featured-article .legal-article-image { height: 100%; min-height: 390px; }
body.fma-navy.fma-blog-listing-page .fma-featured-article .legal-article-card-body { justify-content: center; padding: 34px; }
body.fma-navy.fma-blog-listing-page .fma-featured-article h2 { font-size: clamp(26px,2.45vw,36px); }

body.fma-navy.fma-blog-detail-page .fma-blog-detail-section { padding-top: 50px; }
body.fma-navy.fma-blog-detail-page .fma-article-toolbar,
body.fma-navy.fma-blog-detail-page .legal-article-single { max-width: 940px; margin-inline: auto; }
body.fma-navy.fma-blog-detail-page .fma-article-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
body.fma-navy.fma-blog-detail-page .fma-article-toolbar a,
body.fma-navy.fma-blog-detail-page .fma-article-toolbar span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}
body.fma-navy.fma-blog-detail-page .fma-article-toolbar a:hover { color: var(--gold-700); }
body.fma-navy.fma-blog-detail-page .legal-article-single .entry-img { aspect-ratio: 16 / 9; height: auto; margin: 24px 0 38px; }
body.fma-navy.fma-blog-detail-page .legal-article-single .entry-img img { width: 100%; height: 100%; object-fit: cover; }
body.fma-navy.fma-blog-detail-page .legal-article-single .entry-content {
  max-width: 790px;
  margin-inline: auto;
  font-size: 15px;
  line-height: 1.85;
}
body.fma-navy.fma-blog-detail-page .legal-article-single .entry-content h2 { margin-top: 40px; font-size: 30px; line-height: 1.2; }
body.fma-navy.fma-blog-detail-page .legal-article-single .entry-content h3 { margin-top: 30px; font-size: 23px; }
body.fma-navy.fma-blog-detail-page .fma-article-review,
body.fma-navy.fma-blog-detail-page .legal-article-cta { max-width: 790px; margin-inline: auto; }
body.fma-navy.fma-blog-detail-page .fma-article-related { margin-top: 70px; padding-top: 38px; border-top: 1px solid var(--line); }
body.fma-navy.fma-blog-detail-page .fma-article-related-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 25px;
}
body.fma-navy.fma-blog-detail-page .fma-article-related-heading h2 { margin: 0; color: var(--ink); font-size: 34px; }
body.fma-navy.fma-blog-detail-page .fma-article-related-heading > a {
  color: var(--gold-700);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.fma-navy.fma-blog-detail-page .fma-article-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
body.fma-navy.fma-blog-detail-page .fma-article-related-grid > a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 330px;
  padding-bottom: 20px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: 0 10px 26px rgba(5,18,29,.045);
}
body.fma-navy.fma-blog-detail-page .fma-article-related-grid img { width: 100%; height: 165px; margin-bottom: 18px; object-fit: cover; }
body.fma-navy.fma-blog-detail-page .fma-article-related-grid span,
body.fma-navy.fma-blog-detail-page .fma-article-related-grid strong,
body.fma-navy.fma-blog-detail-page .fma-article-related-grid small { margin-inline: 19px; }
body.fma-navy.fma-blog-detail-page .fma-article-related-grid span {
  color: var(--gold-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
body.fma-navy.fma-blog-detail-page .fma-article-related-grid strong {
  margin-top: 7px;
  font-family: "Source Serif 4",serif;
  font-size: 19px;
  line-height: 1.22;
}
body.fma-navy.fma-blog-detail-page .fma-article-related-grid small {
  margin-top: auto;
  padding-top: 16px;
  color: var(--gold-700);
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  body.fma-navy.fma-blog-listing-page .fma-blog-index-heading { grid-template-columns: 1fr; gap: 22px; }
  body.fma-navy.fma-blog-listing-page .fma-featured-article { grid-column: span 2; }
  body.fma-navy.fma-blog-detail-page .fma-article-related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.fma-navy.fma-blog-detail-page .fma-article-related-grid > a:last-child { display: none; }
}

@media (max-width: 767px) {
  body.fma-navy.fma-blog-listing-page .fma-blog-listing-section { padding-top: 46px; }
  body.fma-navy.fma-blog-listing-page .fma-blog-index-heading h2 { font-size: 31px; }
  body.fma-navy.fma-blog-listing-page .fma-featured-article { grid-column: auto; display: flex; min-height: 0; }
  body.fma-navy.fma-blog-listing-page .fma-featured-article .legal-article-image { height: 220px; min-height: 0; }
  body.fma-navy.fma-blog-listing-page .fma-featured-article .legal-article-card-body { padding: 24px; }
  body.fma-navy.fma-blog-listing-page .fma-featured-article h2 { font-size: 24px; }
  body.fma-navy.fma-blog-detail-page .fma-blog-detail-section { padding-top: 36px; }
  body.fma-navy.fma-blog-detail-page .fma-article-toolbar { margin-bottom: 18px; }
  body.fma-navy.fma-blog-detail-page .legal-article-single .entry-img { margin: 20px 0 28px; }
  body.fma-navy.fma-blog-detail-page .legal-article-single .entry-content { font-size: 14px; line-height: 1.8; }
  body.fma-navy.fma-blog-detail-page .legal-article-single .entry-content h2 { margin-top: 32px; font-size: 25px; }
  body.fma-navy.fma-blog-detail-page .fma-article-related { margin-top: 52px; }
  body.fma-navy.fma-blog-detail-page .fma-article-related-heading { align-items: flex-start; flex-direction: column; }
  body.fma-navy.fma-blog-detail-page .fma-article-related-grid { grid-template-columns: 1fr; }
  body.fma-navy.fma-blog-detail-page .fma-article-related-grid > a:last-child { display: flex; }
}

/* Stage 5: Service-detail navigation and content clarity. */
body.fma-navy.fma-service-page .fma-service-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
body.fma-navy.fma-service-page .fma-service-hero-actions .btn-legal-outline {
  color: #fff !important;
  background: rgba(255,255,255,.035) !important;
  border-color: rgba(221,178,100,.72) !important;
}
body.fma-navy.fma-service-page .fma-service-hero-actions .btn-legal-outline:hover,
body.fma-navy.fma-service-page .fma-service-hero-actions .btn-legal-outline:focus-visible {
  color: var(--navy-950) !important;
  background: var(--gold-400) !important;
}
body.fma-navy.fma-service-page .fma-service-hero-note {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 16px 0 0 !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 11px !important;
}
body.fma-navy.fma-service-page .fma-service-hero-note i { color: var(--gold-400); font-size: 14px; }
body.fma-navy.fma-service-page .fma-service-index { position: relative; z-index: 2; background: #fff; border-bottom: 1px solid var(--line); }
body.fma-navy.fma-service-page .fma-service-index .container {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  max-width: 1240px;
}
body.fma-navy.fma-service-page .fma-service-index a {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-content: center;
  min-height: 88px;
  padding: 16px 20px;
  color: var(--ink);
  border-left: 1px solid var(--line);
  transition: background .2s ease;
}
body.fma-navy.fma-service-page .fma-service-index a:last-child { border-right: 1px solid var(--line); }
body.fma-navy.fma-service-page .fma-service-index a:hover { background: var(--ivory-100); }
body.fma-navy.fma-service-page .fma-service-index a > span {
  grid-row: 1 / span 2;
  color: var(--gold-700);
  font-family: "Source Serif 4",serif;
  font-size: 19px;
  font-weight: 700;
}
body.fma-navy.fma-service-page .fma-service-index strong { font-size: 10px; line-height: 1.2; }
body.fma-navy.fma-service-page .fma-service-index small { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.25; }
body.fma-navy.fma-service-page #situasi,
body.fma-navy.fma-service-page #dokumen,
body.fma-navy.fma-service-page #proses,
body.fma-navy.fma-service-page #kawasan,
body.fma-navy.fma-service-page #faq { scroll-margin-top: 110px; }
body.fma-navy.fma-service-page .fma-service-main-section { padding-top: 70px; }
body.fma-navy.fma-service-page .fma-service-detail > .col-lg-7 > p {
  max-width: 720px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.75;
}
body.fma-navy.fma-service-page .legal-check-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
body.fma-navy.fma-service-page .legal-check-list p {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 74px;
  margin: 0;
  padding: 16px;
  color: var(--ink) !important;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.55;
}
body.fma-navy.fma-service-page .legal-check-list p i { margin-top: 1px; color: var(--gold-600); font-size: 17px; }
body.fma-navy.fma-service-page .fma-service-card-kicker {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  color: var(--gold-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
body.fma-navy.fma-service-page .fma-sticky-card { top: 112px; padding: 30px; border-top: 3px solid var(--gold-500) !important; }
body.fma-navy.fma-service-page .fma-sticky-card .btn-legal { justify-content: center; width: 100%; }
body.fma-navy.fma-service-page .fma-service-local-section .fma-heading-split > div:last-child {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}
body.fma-navy.fma-service-page .fma-service-location-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
  color: var(--gold-700);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}
body.fma-navy.fma-service-page .fma-service-faq-section .legal-faq details { background: #fff; border-color: var(--line); }
body.fma-navy.fma-service-page .fma-service-final-section { padding-top: 62px; }

@media (max-width: 991px) {
  body.fma-navy.fma-service-page .fma-service-index { overflow-x: auto; scrollbar-width: none; }
  body.fma-navy.fma-service-page .fma-service-index::-webkit-scrollbar { display: none; }
  body.fma-navy.fma-service-page .fma-service-index .container {
    grid-template-columns: repeat(5,175px);
    width: max-content;
    max-width: none;
    padding-inline: max(20px,calc((100vw - 720px) / 2));
  }
  body.fma-navy.fma-service-page .fma-service-index a:first-child { border-left: 0; }
  body.fma-navy.fma-service-page .fma-sticky-card { position: static; }
  body.fma-navy.fma-service-page .fma-service-local-section .fma-heading-split > div:last-child { padding-left: 0; border-left: 0; }
}

@media (max-width: 767px) {
  body.fma-navy.fma-service-page .fma-service-hero-actions { align-items: stretch; flex-direction: column; }
  body.fma-navy.fma-service-page .fma-service-hero-actions .btn-legal { justify-content: center; width: 100%; }
  body.fma-navy.fma-service-page .fma-service-hero-note { align-items: flex-start; line-height: 1.55; }
  body.fma-navy.fma-service-page .fma-service-index .container { grid-template-columns: repeat(5,150px); padding-inline: 15px; }
  body.fma-navy.fma-service-page .fma-service-index a { min-height: 78px; padding: 13px 15px; }
  body.fma-navy.fma-service-page .fma-service-main-section { padding-top: 48px; }
  body.fma-navy.fma-service-page .legal-check-list { grid-template-columns: 1fr; }
  body.fma-navy.fma-service-page .legal-check-list p { min-height: 0; }
  body.fma-navy.fma-service-page .fma-sticky-card { padding: 25px 22px; }
}

/* Stage 6: unified closing consultation panels and a more useful editorial footer. */
body.fma-navy .legal-conversion-panel,
body.fma-navy .legal-article-cta {
  isolation: isolate;
  box-shadow: 0 22px 55px rgba(5,18,29,.14);
}
body.fma-navy .legal-conversion-panel {
  padding: 58px 60px !important;
  background:
    radial-gradient(circle at 92% 10%,rgba(221,178,100,.12),transparent 28%),
    linear-gradient(135deg,var(--navy-950),var(--navy-800)) !important;
  border-top: 3px solid var(--gold-500) !important;
}
body.fma-navy .legal-conversion-panel > * { position: relative; z-index: 1; }
body.fma-navy .legal-conversion-panel h2 {
  max-width: 720px;
  margin: 14px 0 13px;
  font-size: clamp(31px,3.2vw,43px);
  line-height: 1.08;
}
body.fma-navy .legal-conversion-panel p {
  max-width: 690px;
  margin-bottom: 26px;
}
body.fma-navy .legal-conversion-panel .legal-hero-actions {
  gap: 11px;
  margin-top: 4px;
}
body.fma-navy .legal-article-cta {
  padding: 45px 48px !important;
  background:
    radial-gradient(circle at 93% 8%,rgba(221,178,100,.11),transparent 30%),
    linear-gradient(135deg,var(--navy-950),var(--navy-800)) !important;
  border-top: 3px solid var(--gold-500) !important;
}
body.fma-navy .legal-article-cta h2 {
  max-width: 720px;
  margin: 0 0 12px;
  font-size: clamp(27px,2.8vw,37px);
  line-height: 1.12;
}
body.fma-navy .legal-article-cta p { max-width: 690px; margin-bottom: 23px; }
body.fma-navy .legal-article-cta .btn-legal,
body.fma-navy .legal-conversion-panel .btn-legal { min-height: 48px; }
body.fma-navy .fma-service-final-section,
body.fma-navy .fma-location-cta { padding-block: 68px 76px; }

body.fma-navy .legal-footer {
  padding-top: 70px !important;
  background:
    radial-gradient(circle at 88% 0,rgba(221,178,100,.075),transparent 24%),
    linear-gradient(155deg,#061724 0%,var(--navy-950) 70%) !important;
}
body.fma-navy .legal-footer .row { --bs-gutter-x: 44px; }
body.fma-navy .legal-footer .coral-footer-column {
  position: relative;
  min-height: 235px;
  padding-left: 31px;
  border-left: 1px solid rgba(221,178,100,.14);
}
body.fma-navy .legal-footer-brand > p {
  max-width: 335px;
  margin: 20px 0 17px;
  color: rgba(255,255,255,.66) !important;
  font-size: 12.5px;
  line-height: 1.75;
}
body.fma-navy .legal-footer h4 {
  margin-bottom: 21px;
  color: var(--gold-400) !important;
  font-size: 10px;
  letter-spacing: .18em;
}
body.fma-navy .coral-footer-links { gap: 3px; }
body.fma-navy .coral-footer-links a {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 25px;
  color: rgba(255,255,255,.67) !important;
  font-size: 11.5px;
  transition: color .2s ease,transform .2s ease;
}
body.fma-navy .coral-footer-links a::before {
  width: 0;
  height: 1px;
  content: "";
  background: var(--gold-400);
  transition: width .2s ease;
}
body.fma-navy .coral-footer-links a:hover { color: #fff !important; transform: translateX(3px); }
body.fma-navy .coral-footer-links a:hover::before { width: 10px; }
body.fma-navy .coral-footer-contact-list { gap: 13px; }
body.fma-navy .coral-footer-contact-list p {
  grid-template-columns: 17px minmax(0,1fr);
  gap: 9px;
  color: rgba(255,255,255,.67) !important;
  font-size: 11.5px;
  line-height: 1.62;
}
body.fma-navy .coral-footer-contact-list i { margin-top: 2px; }
body.fma-navy .fma-footer-availability {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 19px;
}
body.fma-navy .fma-footer-availability span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(221,178,100,.18);
  border-radius: 999px;
  font-size: 9.5px;
}
body.fma-navy .fma-footer-availability i { color: var(--gold-400); }
body.fma-navy .fma-footer-socials { gap: 8px; }
body.fma-navy .fma-footer-socials a {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,.025);
}
body.fma-navy .fma-footer-actions {
  display: grid;
  justify-items: start;
  gap: 13px;
  margin-top: 21px;
}
body.fma-navy .fma-footer-actions .btn-legal {
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding-inline: 17px;
}
body.fma-navy .fma-footer-contact-link {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: rgba(255,255,255,.72) !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}
body.fma-navy .fma-footer-contact-link i { color: var(--gold-400); transition: transform .2s ease; }
body.fma-navy .fma-footer-contact-link:hover { color: #fff !important; }
body.fma-navy .fma-footer-contact-link:hover i { transform: translateX(3px); }
body.fma-navy .legal-copyright {
  margin-top: 50px !important;
  padding: 21px 0 !important;
  color: rgba(255,255,255,.5) !important;
  font-size: 10.5px;
  line-height: 1.55;
}

@media (max-width: 1199px) {
  body.fma-navy .legal-footer .row { --bs-gutter-x: 28px; }
  body.fma-navy .legal-footer .coral-footer-column { padding-left: 22px; }
}

@media (max-width: 991px) {
  body.fma-navy .legal-footer .coral-footer-column {
    min-height: 0;
    padding-top: 27px;
    padding-left: calc(var(--bs-gutter-x) * .5);
    border-top: 1px solid rgba(221,178,100,.14);
    border-left: 0;
  }
  body.fma-navy .legal-footer-brand { padding-bottom: 8px; }
  body.fma-navy .fma-footer-actions .btn-legal { width: auto; }
}

@media (max-width: 767px) {
  body.fma-navy .legal-conversion-panel,
  body.fma-navy .legal-article-cta { padding: 35px 24px !important; }
  body.fma-navy .legal-conversion-panel h2 { font-size: 31px; }
  body.fma-navy .legal-article-cta h2 { font-size: 28px; }
  body.fma-navy .legal-conversion-panel .legal-hero-actions { align-items: stretch; flex-direction: column; }
  body.fma-navy .legal-conversion-panel .legal-hero-actions .btn-legal,
  body.fma-navy .legal-article-cta .btn-legal { justify-content: center; width: 100%; }
  body.fma-navy .fma-service-final-section,
  body.fma-navy .fma-location-cta { padding-block: 52px 58px; }
  body.fma-navy .legal-footer { padding-top: 52px !important; }
  body.fma-navy .legal-footer .row { --bs-gutter-x: 30px; }
  body.fma-navy .legal-footer .coral-footer-column { padding-top: 25px; }
  body.fma-navy .fma-footer-actions .btn-legal { width: 100%; }
  body.fma-navy .legal-copyright { align-items: flex-start; margin-top: 37px !important; }
}
