/* ============================================================
   FinMet Technologies — StoneX-style institutional portal
   ============================================================ */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

.tech-site {
  --portal-black: #fff7d6;
  --portal-ink: #161616;
  --portal-muted: #666;
  --portal-paper: #f7f6ef;
  --portal-card: #fff;
  --portal-line: #deded6;
  --portal-line-dark: rgba(34, 34, 34, 0.14);
  --portal-gold: #d0b028;
  --portal-gold-dark: #9b7f12;
  --portal-gold-soft: #e0b830;
  --portal-champagne: #fff7d6;
  --portal-graphite: #222;
  --portal-green: #10b981;
  margin: 0;
  background: var(--portal-paper);
  color: var(--portal-ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.tech-site.nav-open {
  overflow: hidden;
}

/* Managed events and articles */
.cms-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.cms-listing-main,
.cms-entry-main {
  background: var(--portal-paper);
}

.cms-listing-hero,
.cms-entry-hero {
  border-bottom: 1px solid var(--portal-line);
  background: #fff;
}

.cms-listing-hero .cms-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 50px;
  align-items: end;
  padding-block: clamp(70px, 10vw, 145px) clamp(55px, 8vw, 105px);
}

.cms-listing-hero h1,
.cms-entry-heading h1 {
  margin: 10px 0 0;
  max-width: 920px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 500;
  line-height: 0.94;
}

.cms-listing-hero .cms-shell > p:last-child {
  max-width: 540px;
  margin: 0;
  color: var(--portal-muted);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.director-posts-main .cms-listing-hero h1 {
  font-size: clamp(3rem, 5.4vw, 5rem);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.director-post-feed {
  padding-block: clamp(52px, 7vw, 96px);
  background: #efeee7;
}

.director-post-stack {
  display: grid;
  gap: clamp(28px, 5vw, 52px);
  width: min(820px, 100%);
  margin-inline: auto;
}

.director-post-feed-item {
  overflow: hidden;
  border: 1px solid var(--portal-line);
  background: #fff;
  box-shadow: 0 24px 70px rgba(31, 29, 19, 0.07);
}

.director-post-detail-main .director-post-feed-item {
  width: min(820px, 100%);
  margin-inline: auto;
}

.director-post-feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--portal-line);
}

.director-post-feed-head strong {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.1;
}

.director-post-identity {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.director-post-identity small {
  display: block;
  margin-top: 5px;
  color: var(--portal-muted);
  font-size: 0.68rem;
  line-height: 1.35;
}

.director-post-linkedin-mark {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 4px;
  background: #0a66c2;
  color: #fff;
  font: 800 1.08rem/1 "Manrope", sans-serif;
  letter-spacing: -0.05em;
}

.director-post-source {
  color: var(--portal-gold-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.director-post-source:hover,
.director-post-source:focus-visible {
  color: var(--portal-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.director-post-feed-copy {
  padding: 30px 28px 32px;
  color: #34342f;
  font-size: 1rem;
  line-height: 1.8;
}

.director-post-feed-copy > :first-child { margin-top: 0; }
.director-post-feed-copy > :last-child { margin-bottom: 0; }

.director-post-feed-copy p,
.director-post-feed-copy blockquote {
  margin: 0 0 18px;
}

.director-post-feed-copy h2,
.director-post-feed-copy h3 {
  margin: 24px 0 12px;
  font: 600 1.2rem/1.3 "Newsreader", Georgia, serif;
}

.director-post-feed-copy ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.director-post-feed-image {
  margin: 0;
  border-top: 1px solid var(--portal-line);
  background: #f4f3ed;
}

.director-post-feed-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.director-post-feed-image a {
  display: block;
}

/* LinkedIn-style director and company feed */
.director-network-hero { padding-block:clamp(52px,7vw,90px); background:#161916; color:#fff; }
.director-network-hero-inner { display:flex; align-items:end; justify-content:space-between; gap:42px; }
.director-network-hero h1 { max-width:820px; margin:12px 0 14px; font:600 clamp(2.6rem,6vw,5.8rem)/.94 "Newsreader",Georgia,serif; letter-spacing:-.045em; }
.director-network-hero p:not(.cms-entry-tag) { max-width:760px; margin:0; color:#c8cbc6; font-size:clamp(.95rem,1.4vw,1.12rem); line-height:1.7; }
.director-network-hero a { flex:0 0 auto; padding:13px 19px; border:1px solid #d7b855; color:#f1d576; font-size:.76rem; font-weight:800; text-decoration:none; }
.director-post-feed { padding-block:clamp(34px,5vw,72px); background:#f3f2ef; }
.director-feed-layout { display:grid; grid-template-columns:260px minmax(0,650px); justify-content:center; align-items:start; gap:24px; }
.director-feed-profile { position:sticky; top:120px; overflow:hidden; border:1px solid #deddd8; border-radius:9px; background:#fff; text-align:center; }
.director-feed-cover { height:62px; background:linear-gradient(120deg,#171a17 0 52%,#b8972b 52% 55%,#e1ca78 55% 100%); }
.director-feed-profile>img { display:block; width:72px; height:72px; margin:-36px auto 12px; border:4px solid #fff; border-radius:50%; background:#fff; object-fit:contain; }
.director-feed-profile h2 { margin:0 18px 7px; font:700 1.1rem/1.2 "Manrope",Arial,sans-serif; }
.director-feed-profile p { margin:0 18px 18px; color:#666; font-size:.72rem; line-height:1.5; }
.director-feed-profile a { display:block; padding:14px 18px; border-top:1px solid #e4e3df; color:#0a66c2; font-size:.74rem; font-weight:700; text-decoration:none; }
.director-feed-column { min-width:0; }
.director-feed-label { display:flex; justify-content:space-between; margin-bottom:10px; padding:12px 16px; border:1px solid #deddd8; border-radius:9px; background:#fff; color:#666; font-size:.7rem; }
.director-feed-label span { color:#202020; font-weight:700; }
.director-post-stack { display:grid; gap:12px; width:100%; margin-inline:0; }
.director-post-feed-item { overflow:hidden; border:1px solid #deddd8; border-radius:9px; background:#fff; color:#191919; box-shadow:0 1px 1px rgba(0,0,0,.03); font-family:"Manrope",Arial,sans-serif; }
.director-post-detail-shell,.director-post-detail-main .director-post-feed-item { width:min(650px,100%); margin-inline:auto; }
.director-post-feed-head { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; padding:14px 16px 8px; border-bottom:0; }
.director-post-author-link { display:flex; align-items:flex-start; min-width:0; gap:10px; color:inherit; text-decoration:none; }
.director-post-avatar { display:grid; flex:0 0 50px; width:50px; height:50px; place-items:center; border-radius:50%; object-fit:cover; }
.director-post-avatar-fallback { background:linear-gradient(145deg,#102f48,#0a66c2); color:#fff; font-size:.82rem; font-weight:800; }
.director-post-author-copy { display:block; min-width:0; padding-top:1px; }
.director-post-author-copy strong { display:block; overflow:hidden; font-family:"Manrope",Arial,sans-serif; font-size:.88rem; font-weight:700; line-height:1.25; text-overflow:ellipsis; white-space:nowrap; }
.director-post-author-copy>span,.director-post-author-copy small { display:block; overflow:hidden; max-width:460px; margin-top:0; color:#666; font-size:.68rem; line-height:1.4; text-overflow:ellipsis; white-space:nowrap; }
.director-post-menu { display:grid; flex:0 0 34px; width:34px; height:34px; place-items:center; border-radius:50%; color:#4a4a4a; font-size:.88rem; letter-spacing:.1em; text-decoration:none; }
.director-post-menu:hover { background:#ecebe8; }
.director-post-feed-copy { padding:7px 16px 14px; color:#202020; font-size:.875rem; line-height:1.52; }
.director-post-feed-copy p,.director-post-feed-copy blockquote { margin:0 0 12px; }
.director-post-feed-copy h2,.director-post-feed-copy h3 { margin:18px 0 9px; font:700 1rem/1.35 "Manrope",Arial,sans-serif; }
.director-post-feed-copy ul { margin:0 0 12px; padding-left:22px; }
.director-post-feed-image { margin:0; border-block:1px solid #e1e0dc; background:#f7f7f7; }
.director-post-feed-image img { display:block; width:100%; height:auto; max-height:760px; object-fit:contain; }
.director-post-actions { display:flex; align-items:center; justify-content:space-between; gap:16px; margin:0 16px; padding:8px 2px; border-top:1px solid #e6e5e2; color:#666; font-size:.68rem; }
.director-post-feed-item.has-media .director-post-actions { border-top:0; }
.director-post-actions a { display:flex; align-items:center; gap:7px; padding:6px 8px; border-radius:4px; color:#404040; font-weight:700; text-decoration:none; }
.director-post-actions a:hover { background:#ecebe8; }
.director-post-actions svg { width:19px; height:19px; fill:#0a66c2; }
.director-post-embed { overflow:hidden; border:1px solid #d8d7d2; border-radius:9px; background:#fff; box-shadow:0 1px 1px rgba(0,0,0,.04); }
.director-post-embed-frame { display:block; width:100%; height:560px; border:0; background:#fff; color-scheme:light; }
.director-post-embed.has-media .director-post-embed-frame { height:760px; }

@media (max-width: 980px) {
  .director-feed-layout { grid-template-columns:minmax(0,650px); }
  .director-feed-profile { display:none; }
}

.cms-featured-event {
  display: grid;
  grid-template-columns: minmax(150px, 0.3fr) minmax(0, 1.2fr) auto;
  align-items: stretch;
  min-height: 330px;
  border: 1px solid var(--portal-line);
  background: #181916;
  color: #fffdf8;
}

.cms-featured-event-date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(circle at 20% 18%, rgba(199, 162, 58, 0.35), transparent 55%);
}

.cms-featured-event-date span {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  line-height: 0.82;
}

.cms-featured-event-date strong {
  color: #d9b961;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cms-featured-event-copy {
  align-self: center;
  padding: 42px clamp(30px, 5vw, 68px);
}

.cms-featured-event-copy h2 {
  margin: 10px 0 18px;
  font: 500 clamp(2.3rem, 4vw, 4.3rem)/0.95 "Newsreader", Georgia, serif;
}

.cms-featured-event-copy > p:not(.cms-entry-tag) {
  max-width: 680px;
  margin: 0;
  color: #c8c6bd;
  line-height: 1.7;
}

.cms-featured-event-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.cms-featured-event-copy li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #dedbd1;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cms-featured-event-link {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  min-width: 190px;
  padding: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.cms-featured-event-link:hover,
.cms-featured-event-link:focus-visible {
  background: #c8a640;
  color: #161711;
}

.cms-featured-event + .cms-card-grid {
  margin-top: clamp(38px, 6vw, 72px);
}

.cms-entry-tag {
  margin: 0;
  color: var(--portal-gold-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cms-listing-feed,
.cms-managed-feed {
  padding-block: clamp(50px, 7vw, 90px);
}

.cms-managed-feed {
  border-top: 1px solid var(--portal-line);
  background: #f1f0e8;
}

.cms-managed-feed header {
  display: grid;
  grid-template-columns: 180px minmax(0, 680px);
  gap: 25px;
  margin-bottom: 38px;
}

.cms-managed-feed h2 {
  margin: 0;
  font: 500 clamp(2.1rem, 4vw, 4rem)/1 "Newsreader", Georgia, serif;
}

.cms-article-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  min-height: 500px;
  margin-bottom: clamp(42px, 6vw, 76px);
  border: 1px solid var(--portal-line);
  background: #fff;
}

.cms-article-feature-image {
  position: relative;
  display: block;
  min-height: 500px;
  overflow: hidden;
  background: #1a1c19;
}

.cms-article-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.cms-article-feature:hover .cms-article-feature-image img { transform: scale(1.025); }

.cms-article-feature-image.is-empty {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #111410 0 62%, #9d7a16 62% 63%, #ddc76d 63% 100%);
  color: #fff;
  text-decoration: none;
}

.cms-article-feature-image.is-empty span {
  position: relative;
  z-index: 2;
  font: 600 clamp(3rem, 7vw, 6.5rem)/1 "Newsreader", Georgia, serif;
  letter-spacing: -.05em;
}

.cms-article-feature-image.is-empty i {
  position: absolute;
  width: 44%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(255,255,255,.04), 0 0 0 72px rgba(255,255,255,.03);
}

.cms-article-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 72px);
}

.cms-article-feature-copy h2 {
  margin: 16px 0 22px;
  font: 500 clamp(2.2rem, 4.2vw, 4.4rem)/.98 "Newsreader", Georgia, serif;
  letter-spacing: -.035em;
}

.cms-article-feature-copy h2 a { color: inherit; text-decoration: none; }
.cms-article-feature-copy>p:not(.cms-entry-tag) { margin: 0; color: var(--portal-muted); line-height: 1.75; }
.cms-article-feature-copy>div { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--portal-line); }
.cms-article-feature-copy time { color: var(--portal-muted); font-size: .72rem; }
.cms-article-feature-copy>div a { color: var(--portal-gold-dark); font-size: .74rem; font-weight: 800; text-decoration: none; }

.cms-archive-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 14px;
  color: var(--portal-muted);
  font-size: .72rem;
}

.cms-archive-heading span { color: var(--portal-ink); font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }

.cms-event-section + .cms-event-section { margin-top: clamp(70px, 10vw, 128px); }

.cms-editorial-placeholder {
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(0, 1.22fr);
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #30332f;
  background: #171a17;
  color: #fff;
}

.cms-placeholder-mark {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.15);
  background: radial-gradient(circle at 30% 20%, rgba(222,197,102,.25), transparent 38%), #10120f;
}

.cms-placeholder-mark span { position: relative; z-index: 2; font: 600 clamp(3.2rem, 7vw, 6rem)/1 "Newsreader", Georgia, serif; color: #e2cc77; letter-spacing: -.06em; }
.cms-placeholder-mark i { position: absolute; width: 58%; aspect-ratio: 1; border: 1px solid rgba(226,204,119,.34); border-radius: 50%; }
.cms-placeholder-mark i:nth-of-type(2) { width: 82%; }
.cms-placeholder-mark i:nth-of-type(3) { width: 110%; }

.cms-placeholder-copy { align-self:center; padding:clamp(30px,5vw,70px); }
.cms-placeholder-copy h2 { max-width:650px; margin:14px 0 18px; font:500 clamp(2.25rem,4.5vw,4.7rem)/.98 "Newsreader",Georgia,serif; letter-spacing:-.04em; }
.cms-placeholder-copy>p:not(.cms-entry-tag) { max-width:640px; margin:0; color:#c4c7c2; line-height:1.75; }
.cms-placeholder-copy>div { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.cms-placeholder-copy a { padding:12px 15px; border:1px solid rgba(226,204,119,.6); color:#ead57d; font-size:.72rem; font-weight:800; text-decoration:none; }
.cms-placeholder-copy a:hover { background:#ead57d; color:#171a17; }

.cms-editorial-placeholder.is-director { grid-template-columns:190px minmax(0,1fr); min-height:330px; }
.cms-editorial-placeholder.is-director .cms-placeholder-mark { min-height:330px; }
.cms-editorial-placeholder.is-director .cms-placeholder-copy { padding:34px; }
.cms-editorial-placeholder.is-director .cms-placeholder-copy h2 { font-size:clamp(2rem,4vw,3.1rem); }
.director-feed-label.is-featured { border-color:#d8bd62; background:#fffdf5; }
.director-feed-label.is-archive { margin-top:24px; }

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

.cms-card {
  min-width: 0;
  border-right: 1px solid var(--portal-line);
  border-bottom: 1px solid var(--portal-line);
  background: #fff;
}

.cms-card-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e9e7dc;
}

.cms-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.cms-card-image.is-brand-logo {
  display: grid;
  place-items: center;
  padding: clamp(28px, 4vw, 54px);
  background: radial-gradient(circle at 50% 38%, #241c09 0, #0a0a08 58%, #050504 100%);
}

.cms-card-image.is-brand-logo img {
  width: min(72%, 280px);
  height: min(82%, 230px);
  object-fit: contain;
}

.cms-card:hover .cms-card-image img {
  transform: scale(1.025);
}

.cms-card-image-empty {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eeece2, #f8f7f1);
  color: var(--portal-gold-dark);
  text-decoration: none;
}

.cms-card-image-empty span {
  padding: 10px 13px;
  border: 1px solid var(--portal-gold);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cms-card > div {
  padding: 25px;
}

.cms-card > div > span,
.cms-card small {
  color: var(--portal-gold-dark);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cms-card h2 {
  margin: 11px 0 13px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.cms-card h2 a {
  text-decoration: none;
}

.cms-card h2 a:hover {
  color: var(--portal-gold-dark);
}

.cms-card p {
  margin: 0 0 20px;
  color: var(--portal-muted);
  font-size: 0.9rem;
}

.cms-empty {
  padding: 35px;
  border: 1px solid var(--portal-line);
  background: #fff;
  color: var(--portal-muted);
}

.cms-entry-heading {
  padding-block: clamp(70px, 9vw, 125px) clamp(45px, 6vw, 80px);
}

.cms-entry-heading h1 {
  font-size: clamp(2.8rem, 6.2vw, 6.2rem);
}

.cms-entry-excerpt {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--portal-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.cms-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 25px;
  margin-top: 30px;
  color: #4f4e49;
  font-size: 0.77rem;
  font-weight: 700;
}

.cms-entry-image {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto -1px;
}

.cms-entry-image img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.cms-entry-image.is-brand-logo {
  background: radial-gradient(circle at 50% 40%, #241c09 0, #0a0a08 56%, #050504 100%);
}

.cms-entry-image.is-brand-logo img {
  height: clamp(380px, 50vw, 680px);
  padding: clamp(58px, 8vw, 118px);
  box-sizing: border-box;
  object-fit: contain;
}

.cms-entry-image.is-brand-logo figcaption {
  padding: 12px 18px 16px;
  color: #d9c984;
}

.cms-entry-image figcaption,
.cms-qr figcaption {
  padding-top: 8px;
  color: var(--portal-muted);
  font-size: 0.72rem;
}

.cms-entry-layout {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(240px, 330px);
  justify-content: space-between;
  gap: 55px;
  padding-block: clamp(55px, 8vw, 100px);
}

.cms-entry-body {
  font-family: "Manrope", sans-serif;
  font-size: 1.04rem;
  line-height: 1.8;
}

.cms-entry-body h2,
.cms-entry-body h3 {
  margin: 2.2em 0 0.6em;
  line-height: 1.2;
}

.cms-entry-body h2 {
  font: 500 2.3rem/1.1 "Newsreader", Georgia, serif;
}

.cms-entry-body p,
.cms-entry-body ul,
.cms-entry-body blockquote {
  margin-block: 0 1.35em;
}

.cms-entry-body blockquote {
  padding: 20px 0 20px 25px;
  border-left: 3px solid var(--portal-gold);
  color: #4e4d47;
  font: 500 1.5rem/1.45 "Newsreader", Georgia, serif;
}

.cms-entry-aside {
  display: grid;
  align-content: start;
  gap: 20px;
}

.cms-llm-summary,
.cms-qr,
.cms-related-links {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--portal-line);
  background: #fff;
}

.cms-llm-summary > span {
  color: var(--portal-gold-dark);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cms-llm-summary p,
.cms-llm-summary li {
  color: #55544f;
  font-size: 0.82rem;
}

.cms-llm-summary ul {
  margin: 15px 0 0;
  padding-left: 18px;
}

.cms-qr img {
  display: block;
  width: 100%;
  height: auto;
}

.cms-register-link {
  display: block;
  padding: 14px 17px;
  background: var(--portal-gold-dark);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.cms-related-links {
  margin-bottom: clamp(55px, 8vw, 100px);
}

.cms-related-links h2 {
  margin: 0 0 13px;
  font-size: 1rem;
}

.cms-related-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cms-related-links a {
  color: var(--portal-gold-dark);
  font-size: 0.8rem;
  font-weight: 800;
}

@media (max-width: 820px) {
  .cms-shell { width: min(100% - 28px, 1180px); }
  .cms-listing-hero .cms-shell,
  .cms-managed-feed header,
  .cms-entry-layout { grid-template-columns: 1fr; gap: 25px; }
  .cms-listing-hero .cms-shell { padding-block: 58px; }
  .cms-listing-hero h1,
  .cms-entry-heading h1 { font-size: clamp(2.7rem, 14vw, 4.7rem); }
  .cms-card-grid { grid-template-columns: 1fr; }
  .cms-article-feature { grid-template-columns:1fr; min-height:0; }
  .cms-article-feature-image { min-height:clamp(280px,70vw,500px); }
  .cms-editorial-placeholder { grid-template-columns:1fr; }
  .cms-placeholder-mark { min-height:230px; border-right:0; border-bottom:1px solid rgba(255,255,255,.15); }
  .cms-editorial-placeholder.is-director { grid-template-columns:1fr; }
  .cms-editorial-placeholder.is-director .cms-placeholder-mark { min-height:180px; }
  .cms-entry-image { width: 100%; }
  .cms-entry-layout { padding-block: 45px; }
  .cms-entry-aside { grid-row: 1; }
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  background: #000;
  color: #fff;
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-loader {
  display: none;
}

.has-js .site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 42%, rgba(208, 176, 40, 0.16), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf3 52%, #f0ecd9 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.site-ready .site-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader-mark {
  display: grid;
  justify-items: center;
  gap: 20px;
  width: min(270px, 72vw);
  padding: 34px 28px 30px;
  border: 1px solid rgba(208, 176, 40, 0.36);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-loader-mark img {
  display: block;
  width: min(184px, 58vw);
  height: auto;
}

.site-loader-mark span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(208, 176, 40, 0.2);
}

.site-loader-mark span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--portal-gold);
  transform: translateX(-100%);
  animation: loaderSweep 960ms cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes loaderSweep {
  to {
    transform: translateX(100%);
  }
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--portal-line);
  background: rgba(255, 255, 255, 0.92);
  color: var(--portal-ink);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.portal-utility {
  position: sticky;
  top: 0;
  z-index: 130;
  background: #fff;
  color: #4f4520;
  border-bottom: 1px solid var(--portal-line);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1260px, calc(100% - 40px));
  min-height: 34px;
  margin: 0 auto;
}

.portal-utility-inner > span {
  white-space: nowrap;
}

.portal-utility nav {
  display: flex;
  gap: 18px;
  margin-left: auto;
}

.portal-utility a {
  color: #4f4520;
  text-decoration: none;
}

.portal-utility a:hover {
  color: var(--portal-gold-dark);
}

.portal-header {
  position: sticky;
  top: 34px;
  z-index: 120;
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
  min-height: 78px;
  /* Side gutter matches body sections (min(1260px, 100% - 40px) => 20px) so the
     logo + nav row aligns with the page content beneath it. */
  padding: 0 max(20px, calc((100% - 1260px) / 2));
  border-bottom: 1px solid var(--portal-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
}

.portal-brand {
  display: inline-flex;
  align-items: center;
  width: 154px;
  flex: none;
}

.portal-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.portal-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
}

.portal-nav a {
  padding: 10px 12px;
  color: var(--portal-ink);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 160ms ease;
}

.portal-nav a:hover,
.portal-nav a:focus-visible,
.portal-nav a[aria-current="page"] {
  color: var(--portal-gold-dark);
  outline: none;
}

.portal-cta,
.portal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--portal-gold);
  background: var(--portal-gold);
  color: #111;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.portal-cta:hover,
.portal-cta:focus-visible,
.portal-button:hover,
.portal-button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.portal-button-secondary {
  border-color: #cfc8ad;
  background: rgba(255, 255, 255, 0.5);
  color: var(--portal-graphite);
}

.portal-button-primary:hover,
.portal-button-primary:focus-visible,
.portal-cta:hover,
.portal-cta:focus-visible {
  background: var(--portal-gold-dark);
  border-color: var(--portal-gold-dark);
  color: #111;
}

.portal-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 26%, rgba(208, 176, 40, 0.13), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf4 54%, #f1eedf 100%);
  color: var(--portal-ink);
}

/* Offset in-page anchor jumps so section headings clear the sticky header */
main#main > section[id] {
  scroll-margin-top: 128px;
}

.portal-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  mix-blend-mode: multiply;
}

.portal-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.76fr);
  align-items: start;
  gap: clamp(38px, 6vw, 82px);
  width: min(1260px, calc(100% - 40px));
  min-height: 760px;
  margin: 0 auto;
  padding: 68px 0 124px;
}

.portal-hero-copy {
  max-width: 820px;
}

.portal-hero-lede {
  max-width: 660px;
  color: var(--portal-gold-dark);
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  font-weight: 900;
  line-height: 1.38;
}

.portal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--portal-gold-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.portal-eyebrow::after {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.portal-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--portal-ink);
  font-size: clamp(2.65rem, 4.35vw, 4.35rem);
  letter-spacing: -0.038em;
  line-height: 1.03;
}

.portal-hero-copy > p:not(.portal-eyebrow) {
  max-width: 720px;
  margin: 26px 0 0;
  color: #555;
  font-size: clamp(1.05rem, 1.55vw, 1.24rem);
}

.portal-hero-copy > .portal-hero-lede {
  color: var(--portal-gold-dark);
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  font-weight: 900;
}

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

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hero-benefits li {
  border-left: 2px solid var(--portal-gold);
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--portal-graphite);
  font-size: 0.88rem;
  font-weight: 800;
}

.portal-media-panel {
  position: relative;
  display: grid;
  gap: 0;
  border: 1px solid var(--portal-line-dark);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 32px 80px rgba(80, 65, 20, 0.13);
}

.hero-orbit-panel {
  position: relative;
  align-self: start;
  display: grid;
  gap: 18px;
  justify-items: center;
  margin-top: 20px;
  padding: 28px;
  border: 1px solid var(--portal-line-dark);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 32px 80px rgba(80, 65, 20, 0.14);
  backdrop-filter: blur(10px);
}

.home-orbit-stage {
  --orbit-outer: min(19vw, 218px);
  --orbit-inner: min(14vw, 154px);
  position: relative;
  display: grid;
  place-items: center;
  justify-self: center;
  width: min(540px, 100%);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}

.home-orbit-stage::before,
.home-orbit-stage::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(214, 182, 111, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.home-orbit-stage::before {
  inset: 8%;
}

.home-orbit-stage::after {
  inset: 25%;
  border-color: rgba(34, 34, 34, 0.09);
}

.home-orbit-core {
  position: relative;
  z-index: 3;
  width: min(210px, 40%);
  padding: 10px;
  border: 1px solid rgba(214, 182, 111, 0.38);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.home-orbit-core img {
  display: block;
  width: 100%;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.home-orbit-core strong,
.home-orbit-core span {
  display: block;
}

.home-orbit-core strong {
  margin-top: 10px;
  color: var(--portal-gold-dark);
  font-size: 0.9rem;
  line-height: 1.2;
}

.home-orbit-core span {
  margin-top: 4px;
  color: var(--portal-muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.home-orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: homeOrbitSpin 58s linear infinite;
}

.home-orbit-ring-inner {
  animation-duration: 44s;
  animation-direction: reverse;
}

.home-orbit-item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  margin: -38px 0 0 -38px;
  padding: 5px;
  border: 1px solid rgba(214, 182, 111, 0.4);
  background:
    linear-gradient(145deg, rgba(214, 182, 111, 0.72), rgba(255, 255, 255, 0.18)),
    #fff;
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  transform: rotate(var(--angle)) translateX(var(--orbit-outer)) rotate(calc(-1 * var(--angle)));
}

.home-orbit-ring-inner .home-orbit-item {
  width: 62px;
  height: 62px;
  margin: -31px 0 0 -31px;
  transform: rotate(var(--angle)) translateX(var(--orbit-inner)) rotate(calc(-1 * var(--angle)));
}

.home-orbit-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  animation: homeOrbitCounter 58s linear infinite;
}

.home-orbit-ring-inner .home-orbit-item img {
  animation-duration: 44s;
  animation-direction: reverse;
}

.home-orbit-stage:hover .home-orbit-ring,
.home-orbit-stage:hover .home-orbit-item img {
  animation-play-state: paused;
}

@keyframes homeOrbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes homeOrbitCounter {
  to {
    transform: rotate(-360deg);
  }
}

.hero-orbit-stage {
  --orbit-outer: min(14.6vw, 198px);
  --orbit-inner: min(10.6vw, 138px);
  width: min(520px, 100%);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.6) 0 21%, transparent 22%),
    radial-gradient(circle, transparent 43%, rgba(208, 176, 40, 0.22) 44%, transparent 45%),
    radial-gradient(circle, transparent 67%, rgba(208, 176, 40, 0.16) 68%, transparent 69%),
    radial-gradient(circle at 58% 38%, rgba(208, 176, 40, 0.14), transparent 42%);
}

.hero-orbit-stage .home-orbit-core {
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 241, 236, 0.92)),
    #fff;
}

.hero-orbit-stage .home-orbit-core img {
  border-radius: 0;
}

.hero-orbit-stage .home-orbit-item img {
  object-position: var(--pos, center top);
}

.home-hero-orbit-stage {
  margin: clamp(4px, 1vw, 12px) auto 2px;
}

.home-hero-orbit-stage + .home-hero-note {
  width: 100%;
}

.portal-hero-image {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  background: #0b0b0b;
}

.portal-hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.portal-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.78));
}

.portal-hero-image figcaption {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 24px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.portal-market-tape {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--portal-line-dark);
}

.portal-market-tape div {
  min-height: 96px;
  padding: 18px;
  border-right: 1px solid var(--portal-line-dark);
  border-bottom: 1px solid var(--portal-line-dark);
}

.portal-market-tape span {
  display: block;
  color: #716843;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portal-market-tape strong {
  display: block;
  margin-top: 8px;
  color: var(--portal-gold-dark);
  font-size: 1.45rem;
  line-height: 1;
}

.home-hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.68fr);
  align-items: center;
  min-height: 568px;
  padding: 42px 0 28px;
}

.home-hero-copy {
  max-width: 760px;
}

.home-hero-copy h1 {
  max-width: 740px;
  font-size: clamp(2.7rem, 4.1vw, 4.25rem);
  line-height: 1.01;
}

.home-hero-copy > p:not(.portal-eyebrow) {
  max-width: 690px;
  margin-top: 18px;
  font-size: clamp(1rem, 1.22vw, 1.13rem);
  line-height: 1.62;
}

.home-hero-copy > .portal-hero-lede {
  max-width: 620px;
  color: #3f3a25;
  font-size: clamp(1.08rem, 1.45vw, 1.25rem);
  line-height: 1.45;
}

.home-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 720px;
  margin: 34px 0 0;
  border: 1px solid var(--portal-line);
  background: var(--portal-line);
}

.home-hero-proof div {
  min-height: 102px;
  padding: 17px 18px;
  background: rgba(255, 255, 255, 0.82);
}

.home-hero-proof dt,
.home-hero-proof dd {
  margin: 0;
}

.home-hero-proof dt {
  color: var(--portal-gold-dark);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-hero-proof dd {
  margin-top: 12px;
  color: var(--portal-ink);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.2;
}

.home-outcome-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--portal-ink);
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.home-outcome-list li {
  position: relative;
  padding-left: 24px;
}

.home-outcome-list li::before {
  content: "";
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid var(--portal-gold);
  background: var(--portal-gold);
  box-shadow: 0 0 0 4px rgba(208, 176, 40, 0.12);
}

.home-hero-outcomes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 650px;
  margin-top: 22px;
  color: #3f3a25;
  font-size: 0.95rem;
}

.home-outcome-panel {
  padding: 22px;
  border: 1px solid var(--portal-line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 46px rgba(80, 65, 20, 0.06);
}

.home-hero-visual {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(155, 127, 18, 0.22);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 26px 70px rgba(80, 65, 20, 0.13);
  backdrop-filter: blur(10px);
}

.home-hero-photo {
  position: relative;
  min-height: 340px;
  aspect-ratio: 1.2 / 1;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.home-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center;
}

.home-hero-photo::after {
  content: "";
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
}

.home-hero-photo figcaption {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.45;
}

.home-people-orbit {
  --orbit-size: 148px;
  --orbit-radius: 56px;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: var(--orbit-size);
  height: var(--orbit-size);
  border: 1px solid rgba(208, 176, 40, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 28%, rgba(255, 255, 255, 0.72) 29% 42%, transparent 43%),
    rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: none;
}

.home-people-orbit::before {
  content: "";
  position: absolute;
  inset: 21px;
  border: 1px solid rgba(208, 176, 40, 0.28);
  border-radius: 50%;
}

.home-people-orbit-core {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(208, 176, 40, 0.34);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(80, 65, 20, 0.16);
}

.home-people-orbit-core img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.home-people-orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: homeHeroOrbit 28s linear infinite;
}

.home-people-orbit-ring figure {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  padding: 3px;
  border: 1px solid rgba(208, 176, 40, 0.48);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  transform: rotate(var(--angle)) translateX(var(--orbit-radius)) rotate(calc(-1 * var(--angle)));
}

.home-people-orbit-ring img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  animation: homeHeroOrbitCounter 28s linear infinite;
}

@keyframes homeHeroOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes homeHeroOrbitCounter {
  to {
    transform: rotate(-360deg);
  }
}

.home-hero-note {
  display: grid;
  gap: 10px;
  padding: 20px 22px;
  border: 1px solid var(--portal-line);
  background: #fff;
}

.home-hero-note span {
  color: var(--portal-gold-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-hero-note strong {
  color: var(--portal-ink);
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.36;
}

.home-client-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  align-items: center;
  gap: 1px;
  width: min(1260px, calc(100% - 40px));
  margin: 30px auto 0;
  border: 1px solid var(--portal-line);
  background: var(--portal-line);
  box-shadow: 0 18px 54px rgba(80, 65, 20, 0.08);
}

.home-client-strip p {
  display: grid;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 22px 24px;
  background: #fff;
  color: #4c4630;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.45;
}

.home-client-strip div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
}

.home-client-strip a {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 18px;
  background: #fff;
  transition: background 160ms ease, transform 160ms ease;
}

.home-client-strip a:hover,
.home-client-strip a:focus-visible {
  transform: translateY(-2px);
  background: #fff8dc;
  outline: none;
}

.home-client-strip img {
  display: block;
  width: 100%;
  max-width: 134px;
  height: 48px;
  object-fit: contain;
}

.home-focus-rail {
  margin: 14px auto 0;
  box-shadow: 0 18px 48px rgba(80, 65, 20, 0.08);
}

/* The homepage outcome rail follows the client strip; it must not inherit the
   overlapping treatment used by generic access rails elsewhere on the site. */
.access-rail.home-focus-rail {
  margin: 14px auto 0;
}

.access-rail.home-focus-rail a {
  min-height: 182px;
  padding: 22px;
}

.home-focus-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.home-focus-icon {
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 1px solid rgba(155, 127, 18, 0.34);
  color: var(--portal-gold-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.home-focus-rail a:hover .home-focus-icon,
.home-focus-rail a:focus-visible .home-focus-icon {
  transform: translateY(-2px);
  border-color: rgba(17, 17, 17, 0.38);
  background: rgba(255, 255, 255, 0.42);
  color: #111;
}

.home-focus-rail a {
  min-height: 122px;
  background: rgba(255, 255, 255, 0.92);
}

.access-rail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1260px, calc(100% - 40px));
  margin: -72px auto 0;
  border: 1px solid var(--portal-line);
  background: var(--portal-card);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.access-rail a {
  min-height: 168px;
  padding: 24px;
  border-right: 1px solid var(--portal-line);
  color: var(--portal-ink);
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.access-rail a:last-child {
  border-right: 0;
}

.access-rail a:hover,
.access-rail a:focus-visible {
  transform: translateY(-6px);
  background: var(--portal-gold);
  color: #111;
  outline: none;
}

.access-rail span {
  display: block;
  color: var(--portal-gold-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.access-rail a:hover span,
.access-rail a:focus-visible span {
  color: #111;
}

.access-rail strong {
  display: block;
  margin-top: 20px;
  font-size: 1.14rem;
  line-height: 1.1;
}

.access-rail small {
  display: block;
  margin-top: 12px;
  color: var(--portal-muted);
  font-size: 0.86rem;
  line-height: 1.42;
}

.access-rail a:hover small,
.access-rail a:focus-visible small {
  color: rgba(17, 17, 17, 0.76);
}

.portal-section-head,
.team-section,
.client-preview-section,
.client-hero-section,
.client-scroll-section,
.partner-marquee-section,
.solutions-portal,
.one-partner-section,
.selector-section,
.portal-contact,
.portal-footer {
  width: min(1260px, calc(100% - 40px));
  margin-inline: auto;
}

.partner-marquee-section {
  padding: 72px 0;
}

.portal-section-head {
  margin-bottom: 26px;
}

.portal-section-head.split {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.44fr);
  gap: 32px;
  align-items: start;
}

.portal-section-head h2,
.portal-section-head h1,
.team-section h2,
.one-partner-copy h2,
.one-partner-copy h1,
.selector-section h1,
.selector-section h2,
.portal-contact h1,
.portal-contact h2 {
  margin: 0;
  color: var(--portal-ink);
  font-size: clamp(2rem, 3.45vw, 3.3rem);
  letter-spacing: -0.036em;
  line-height: 1.06;
}

.portal-section-head p:not(.portal-eyebrow),
.team-section p,
.one-partner-copy p,
.selector-section > div p,
.portal-contact p {
  color: var(--portal-muted);
  font-size: 1rem;
  line-height: 1.62;
}

.about-narrative-section {
  width: min(1260px, calc(100% - 40px));
  margin: -92px auto 96px;
  padding: 42px 0 0;
  border-top: 1px solid var(--portal-line);
}

.about-narrative-copy {
  display: grid;
  gap: 16px;
}

.about-narrative-copy p {
  margin: 0;
  color: var(--portal-muted);
  font-size: 1.1rem;
  line-height: 1.72;
}

.team-section {
  padding: 18px 0 76px;
}

.team-group-stack {
  display: grid;
  gap: 22px;
}

.team-group {
  border: 1px solid var(--portal-line);
  background: #fff;
  box-shadow: 0 24px 64px rgba(80, 65, 20, 0.08);
}

.team-group-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px 26px;
  border-bottom: 1px solid var(--portal-line);
  background:
    linear-gradient(180deg, #fff, #fffdf7);
}

.team-group-head span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--portal-gold);
  color: var(--portal-gold-dark);
  font-weight: 900;
}

.team-group-head h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.3vw, 2.1rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1px;
  background: var(--portal-line);
}

.team-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  min-height: 176px;
  padding: 22px;
  background: #fff;
  color: var(--portal-ink);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.team-card-text {
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 176px;
  border-left: 4px solid rgba(208, 176, 40, 0.72);
}

.team-card:hover {
  transform: translateY(-5px);
  background: #fff7d6;
  box-shadow:
    inset 0 4px 0 var(--portal-gold),
    0 20px 48px rgba(80, 65, 20, 0.13);
}

.team-portrait {
  width: 92px;
  height: 92px;
  margin: 0;
  border: 1px solid rgba(208, 176, 40, 0.42);
  background:
    linear-gradient(145deg, rgba(208, 176, 40, 0.18), rgba(255, 255, 255, 0.92));
}

.team-portrait {
  overflow: hidden;
}

.team-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.team-monogram {
  display: grid;
  place-items: center;
  background: #f7f0d8;
  color: #806512;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0;
}

.team-card h4 {
  margin: 0;
  color: var(--portal-ink);
  font-size: 1.16rem;
  line-height: 1.16;
}

.team-card p {
  margin: 8px 0 0;
  color: var(--portal-muted);
  font-size: 0.92rem;
  line-height: 1.38;
}

.team-card small {
  display: block;
  margin-top: 9px;
  color: #7b724e;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.team-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--portal-gold-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.team-card .profile-social {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-top: 14px;
  border: 1px solid rgba(155, 127, 18, 0.36);
  background: #fff;
  color: var(--portal-gold-dark);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(80, 65, 20, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.team-card .profile-social svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.team-card .profile-social span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.team-card .profile-social:hover,
.team-card .profile-social:focus-visible {
  transform: translateY(-2px);
  border-color: var(--portal-gold-dark);
  background: var(--portal-gold);
  color: #161616;
  box-shadow: 0 13px 26px rgba(80, 65, 20, 0.16);
}

.bank-partner-marquee {
  overflow: hidden;
  overflow: clip;
  border: 1px solid var(--portal-line);
  background: var(--portal-card);
  contain: paint;
}

.bank-partner-track {
  display: flex;
  width: max-content;
  animation: partnerDrift 34s linear infinite;
}

.bank-partner-marquee:hover .bank-partner-track {
  animation-play-state: paused;
}

.bank-partner-track span {
  display: grid;
  place-items: center;
  width: clamp(210px, 22vw, 300px);
  min-height: 92px;
  padding: 18px;
  border-right: 1px solid var(--portal-line);
  color: #111;
  font-weight: 900;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.bank-partner-track span:hover {
  transform: translateY(-4px);
  background: rgba(208, 176, 40, 0.16);
  color: var(--portal-gold-dark);
  box-shadow: inset 0 -3px 0 var(--portal-gold);
}

.insight-line-block {
  display: inline-grid;
  gap: 4px;
  padding: 18px 22px 20px;
  border-left: 4px solid var(--portal-gold);
  background: linear-gradient(90deg, rgba(208, 176, 40, 0.14), rgba(255, 255, 255, 0));
}

.insight-line-block span {
  display: block;
}

.partner-assurance-grid {
  display: grid;
  grid-template-columns: 0.46fr 1fr;
  gap: 1px;
  margin-top: 1px;
  border: 1px solid var(--portal-line);
  border-top: 0;
  background: var(--portal-line);
}

.partner-assurance-grid article {
  min-height: 138px;
  padding: 24px;
  background: #fff;
}

.partner-assurance-grid span {
  display: block;
  color: var(--portal-gold-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partner-assurance-grid p {
  margin: 16px 0 0;
  color: var(--portal-muted);
  font-size: 1.02rem;
}

@keyframes partnerDrift {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.client-preview-section {
  padding: 102px 0 86px;
}

.client-preview-section .portal-button {
  margin-top: 16px;
}

.client-preview-marquee {
  overflow: hidden;
  overflow: clip;
  border: 1px solid var(--portal-line);
  background: #fff;
  box-shadow: 0 26px 70px rgba(80, 65, 20, 0.09);
  contain: paint;
}

.client-preview-track {
  display: flex;
  width: max-content;
  animation: clientDrift 46s linear infinite;
}

.client-preview-marquee:hover .client-preview-track {
  animation-play-state: paused;
}

.client-preview-track a {
  display: grid;
  place-items: center;
  gap: 12px;
  width: clamp(178px, 18vw, 238px);
  min-height: 154px;
  padding: 22px;
  border-right: 1px solid var(--portal-line);
  color: var(--portal-ink);
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.client-preview-track a:hover,
.client-preview-track a:focus-visible {
  transform: translateY(-6px);
  background: #fff7d6;
  box-shadow: inset 0 -4px 0 var(--portal-gold);
  outline: none;
}

.client-preview-track img {
  display: block;
  max-width: 128px;
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.client-preview-track span {
  color: #4f4520;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
}

.home-value-grid article {
  min-height: 260px;
}

.client-hero-section {
  padding: 104px 0 58px;
}

.client-hero-section .portal-section-head.split {
  align-items: start;
}

.client-proof-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  color: var(--portal-ink);
  font-size: clamp(1.05rem, 1.32vw, 1.18rem);
  font-weight: 700;
  line-height: 1.52;
  list-style: none;
}

.client-proof-list li {
  position: relative;
  padding-left: 34px;
}

.client-proof-list li::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--portal-gold);
  background:
    linear-gradient(135deg, rgba(208, 176, 40, 0.22), rgba(255, 255, 255, 0.85));
  box-shadow: inset 0 0 0 3px #fff;
}

.client-proof-list li::after {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 5px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--portal-gold-dark);
  border-bottom: 2px solid var(--portal-gold-dark);
  transform: rotate(-45deg);
}

.client-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--portal-line);
  background: var(--portal-line);
}

.client-spotlight-card {
  display: grid;
  align-content: space-between;
  min-height: 300px;
  padding: 26px;
  background:
    linear-gradient(180deg, #fff, #fffdf7);
  color: var(--portal-ink);
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.client-spotlight-card:hover,
.client-spotlight-card:focus-visible {
  transform: translateY(-6px);
  background: #fff7d6;
  box-shadow:
    inset 0 5px 0 var(--portal-gold),
    0 26px 70px rgba(80, 65, 20, 0.14);
  outline: none;
}

.client-spotlight-card span {
  color: var(--portal-gold-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.client-spotlight-card img {
  display: block;
  width: min(172px, 72%);
  height: 132px;
  margin: 28px auto;
  object-fit: contain;
}

.client-spotlight-card strong {
  display: block;
  color: var(--portal-ink);
  font-size: 1.42rem;
  line-height: 1.1;
}

.client-scroll-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  padding: 68px 0 112px;
}

.client-scroll-copy {
  position: sticky;
  top: 132px;
}

.client-scroll-copy h2 {
  margin: 0;
  color: var(--portal-ink);
  font-size: clamp(2.15rem, 4.1vw, 4.05rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.client-scroll-copy p:not(.portal-eyebrow) {
  color: var(--portal-muted);
  font-size: 1.03rem;
}

.client-scroll-copy .portal-button {
  margin-top: 14px;
}

.client-group-stack {
  display: grid;
  gap: 20px;
}

.client-group-card {
  border: 1px solid var(--portal-line);
  background: #fff;
  box-shadow: 0 24px 64px rgba(80, 65, 20, 0.08);
}

.client-group-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  padding: 26px;
  border-bottom: 1px solid var(--portal-line);
  background:
    linear-gradient(180deg, #fff, #fffdf7);
}

.client-group-head span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--portal-gold);
  color: var(--portal-gold-dark);
  font-weight: 900;
}

.client-group-head h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.client-group-head p {
  margin: 10px 0 0;
  color: var(--portal-muted);
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(154px, 1fr));
  gap: 0;
  border-top: 1px solid var(--portal-line);
  background: #fff;
}

.client-logo-grid[data-reveal-stagger] > * {
  opacity: 1;
  transform: none;
}

.client-logo-card {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  min-height: 156px;
  padding: 20px 16px;
  border-right: 1px solid var(--portal-line);
  border-bottom: 1px solid var(--portal-line);
  background: #fff;
  color: var(--portal-ink);
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

@media (min-width: 1280px) {
  .client-group-card:nth-child(1) .client-logo-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .client-group-card:nth-child(2) .client-logo-grid,
  .client-group-card:nth-child(3) .client-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 681px) and (max-width: 1279px) {
  .client-group-card:nth-child(1) .client-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .client-group-card:nth-child(2) .client-logo-grid,
  .client-group-card:nth-child(3) .client-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 360px) and (max-width: 680px) {
  .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-group-card:nth-child(1) .client-logo-card:last-child {
    grid-column: 1 / -1;
  }
}

.client-logo-card:hover,
.client-logo-card:focus-visible {
  transform: translateY(-5px);
  background: #fff7d6;
  box-shadow:
    inset 0 4px 0 var(--portal-gold),
    0 20px 48px rgba(80, 65, 20, 0.13);
  outline: none;
}

.client-logo-card img {
  display: block;
  max-width: 118px;
  width: 100%;
  height: 74px;
  object-fit: contain;
}

.client-logo-card span {
  color: #514924;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.25;
}

@keyframes clientDrift {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.solutions-portal {
  width: 100%;
  padding: 92px max(20px, calc((100% - 1260px) / 2));
  background: #fff;
}

.solution-path-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 0.86fr));
  gap: 1px;
  border: 1px solid var(--portal-line);
  background: var(--portal-line);
}

.solution-path-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 28px;
  background: #fff;
}

.solution-path-card.is-featured {
  background:
    linear-gradient(180deg, #fffdf2, var(--portal-champagne));
  color: var(--portal-ink);
  box-shadow: inset 0 4px 0 var(--portal-gold);
}

.solution-path-card span {
  color: var(--portal-gold-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solution-path-card.is-featured span {
  color: var(--portal-gold-dark);
}

.solution-path-card h3 {
  margin: 28px 0 0;
  font-size: clamp(1.45rem, 2.1vw, 2.15rem);
}

.solution-path-card.is-featured h3 {
  color: var(--portal-ink);
}

.solution-path-card p,
.solution-path-card li {
  color: var(--portal-muted);
}

.solution-path-card.is-featured p,
.solution-path-card.is-featured li {
  color: var(--portal-muted);
}

.solution-path-card ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.solution-path-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 10px 1px 0;
  background: var(--portal-gold);
}

.solution-path-card a {
  margin-top: auto;
  color: currentColor;
  font-weight: 900;
  text-decoration-color: var(--portal-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.home-solutions-section .solution-path-grid {
  grid-template-columns: 1fr;
}

.home-solutions-section .solution-path-card {
  min-height: 0;
}

.home-solutions-section .solution-path-card:last-child {
  grid-column: auto;
}

.home-solutions-section .solution-path-card h3 {
  font-size: clamp(1.25rem, 1.65vw, 1.72rem);
}

.one-partner-section {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding: 72px 0;
}

.one-partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--portal-line);
  background: var(--portal-line);
}

.one-partner-grid article {
  min-height: 206px;
  padding: 24px;
  background: #fff;
}

.one-partner-grid span,
.selector-list span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--portal-gold);
  color: var(--portal-gold-dark);
  font-weight: 900;
}

.one-partner-grid h3 {
  margin-top: 28px;
}

.one-partner-grid p {
  color: var(--portal-muted);
}

.home-value-section .one-partner-grid article,
.home-group-section .one-partner-grid article {
  min-width: 0;
}

.home-group-visual {
  display: grid;
  gap: 1px;
  min-width: 0;
  border: 1px solid var(--portal-line);
  background: var(--portal-line);
}

.home-group-photo {
  display: grid;
  grid-template-rows: minmax(250px, 1fr) auto;
  min-width: 0;
  margin: 0;
  background: #fff;
}

.home-group-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  max-height: 320px;
  object-fit: cover;
  object-position: center 38%;
}

.home-group-photo figcaption {
  display: grid;
  grid-template-columns: minmax(120px, 0.3fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px 22px;
  background: #fff;
}

.home-group-photo figcaption span {
  color: var(--portal-gold-dark);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-group-photo figcaption strong {
  color: var(--portal-ink);
  font-size: 1rem;
  line-height: 1.35;
}

.home-group-visual .one-partner-grid {
  border: 0;
}

.home-group-visual .one-partner-grid article {
  min-height: 190px;
}

.home-value-section .one-partner-grid span,
.home-group-section .one-partner-grid span {
  display: inline-grid;
  width: fit-content;
  min-width: 78px;
  max-width: 100%;
  height: 46px;
  padding: 0 14px;
  line-height: 1;
  white-space: nowrap;
}

.selector-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 0.92fr);
  gap: 40px;
  align-items: start;
  padding: 72px 0;
}

.selector-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--portal-line);
  background: var(--portal-line);
  list-style: none;
}

.selector-list li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 22px;
  background: #fff;
}

.selector-list span {
  grid-row: span 2;
}

.selector-list strong {
  font-size: 1.18rem;
}

.selector-list p {
  margin: 0;
  color: var(--portal-muted);
}

.selector-list-visual li {
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 20px;
  min-height: 126px;
  padding: 24px;
  align-content: center;
  transition: background-color 180ms ease;
}

.selector-list-visual li:hover {
  background: #fbfaf5;
}

.selector-list-visual .selector-visual {
  position: relative;
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 76px;
  height: 78px;
  padding-bottom: 20px;
  overflow: hidden;
  border: 1px solid rgba(163, 130, 0, 0.38);
  background: #faf8ef;
  box-shadow: inset 3px 0 0 rgba(210, 169, 5, 0.86), 0 10px 24px rgba(68, 54, 9, 0.07);
  color: var(--portal-gold-dark);
}

.selector-list-visual .selector-visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  border-top: 1px solid rgba(163, 130, 0, 0.2);
  background: #fff;
  content: "";
}

.selector-list-visual .selector-visual svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.selector-list-visual .selector-visual em {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 2px;
  left: 0;
  color: #171717;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}

.selector-list-visual strong {
  align-self: end;
}

.selector-list-visual p {
  align-self: start;
  max-width: 62ch;
}

.solutions-portal .portal-section-head {
  width: 100%;
}

.portal-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(340px, 0.78fr);
  gap: 40px;
  align-items: start;
  padding: 72px 0;
}

.portal-contact strong {
  display: block;
  margin-top: 22px;
  color: var(--portal-gold-dark);
}

.home-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--portal-line);
  background: var(--portal-line);
}

.home-tech-grid article {
  display: grid;
  align-content: start;
  min-height: 236px;
  padding: 24px;
  background:
    linear-gradient(180deg, #fff, #fffdf3);
}

.home-tech-grid img {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.home-tech-grid h3 {
  margin: 26px 0 0;
  color: var(--portal-ink);
  font-size: clamp(1.32rem, 2vw, 1.9rem);
}

.home-tech-grid p {
  color: var(--portal-muted);
}

.home-collaboration-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--portal-line);
  background: var(--portal-line);
}

.home-collaboration-list span {
  display: grid;
  min-height: 88px;
  align-items: center;
  padding: 20px;
  background: #fff;
  color: var(--portal-ink);
  font-weight: 900;
  line-height: 1.25;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.home-collaboration-list span:hover {
  transform: translateY(-4px);
  background: var(--portal-gold);
  color: #111;
}

.home-collaboration-note {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--portal-gold-dark);
  font-size: 1.08rem;
  font-weight: 900;
}

.home-ethos-section {
  display: block;
}

.home-ethos-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 32px;
  align-items: center;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--portal-line);
  background:
    radial-gradient(circle at 88% 24%, rgba(208, 176, 40, 0.18), transparent 26%),
    linear-gradient(135deg, #ffffff, #fff9df);
}

.home-ethos-card h2 {
  margin: 0;
  color: var(--portal-ink);
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.home-ethos-card p:not(.portal-eyebrow) {
  max-width: 760px;
  color: var(--portal-muted);
}

.home-ethos-card img {
  display: block;
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.home-contact-cta {
  display: block;
  padding-top: 64px;
}

.home-contact-cta > div {
  max-width: 880px;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--portal-line);
  background: #fff;
  box-shadow: 0 28px 70px rgba(80, 65, 20, 0.12);
}

.home-contact-cta .portal-button {
  margin-top: 12px;
}

.home-presence-section .country-flag {
  display: grid;
  place-items: center;
  width: 66px;
  height: 50px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid rgba(155, 127, 18, 0.3);
  background: #fff;
  box-shadow: 0 8px 20px rgba(80, 65, 20, 0.08);
}

.home-presence-section .country-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-presence-section .selector-list {
  gap: 12px;
  border: 0;
  background: transparent;
}

.home-presence-section .selector-list li {
  border: 1px solid var(--portal-line);
}

.home-presence-section .selector-list[data-reveal-stagger] > * {
  opacity: 1;
  transform: none;
}

.home-solutions-section,
.home-standards-section,
.home-group-section,
.home-tech-section,
.home-collaboration-section,
.home-ethos-section,
.home-presence-section,
.home-contact-cta {
  border-top: 1px solid var(--portal-line);
}

.home-group-section > .portal-section-head > p:not(.portal-eyebrow),
.home-solutions-section > .portal-section-head > p:not(.portal-eyebrow),
.home-tech-section > .portal-section-head > p:not(.portal-eyebrow),
.home-collaboration-section > .portal-section-head > p:not(.portal-eyebrow) {
  margin: 20px 0 0;
  color: var(--portal-muted);
  line-height: 1.6;
}

@media (min-width: 981px) {
  .home-group-section {
    grid-template-columns: minmax(260px, 0.4fr) minmax(0, 1fr);
    gap: 44px;
    padding: 56px 0;
  }

  .home-group-section > .portal-section-head,
  .home-solutions-section > .portal-section-head,
  .home-tech-section > .portal-section-head,
  .home-collaboration-section > .portal-section-head {
    position: static;
    align-self: start;
    display: block;
    width: 100%;
    margin: 0;
  }

  .home-group-section > .portal-section-head > *,
  .home-solutions-section > .portal-section-head > *,
  .home-tech-section > .portal-section-head > *,
  .home-collaboration-section > .portal-section-head > * {
    max-width: 100%;
  }

  .home-group-section > .portal-section-head h2,
  .home-solutions-section > .portal-section-head h2,
  .home-tech-section > .portal-section-head h2,
  .home-collaboration-section > .portal-section-head h2,
  .home-standards-section > div h2,
  .home-presence-section > div h2 {
    font-size: clamp(2rem, 2.75vw, 2.8rem);
    line-height: 1.06;
  }

  .home-group-section > .portal-section-head p:not(.portal-eyebrow),
  .home-solutions-section > .portal-section-head p:not(.portal-eyebrow),
  .home-tech-section > .portal-section-head p:not(.portal-eyebrow),
  .home-collaboration-section > .portal-section-head p:not(.portal-eyebrow) {
    font-size: 1rem;
    line-height: 1.58;
  }

  .home-solutions-section,
  .home-tech-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.4fr) minmax(0, 1fr);
    gap: 44px;
    align-items: start;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .home-solutions-section .solution-path-grid {
    grid-template-columns: 1fr;
  }

  .home-solutions-section .solution-path-card {
    display: grid;
    grid-template-columns: minmax(118px, 0.42fr) minmax(170px, 0.72fr) minmax(170px, 1fr) auto;
    gap: 22px;
    align-items: center;
    min-height: 112px;
    padding: 18px 22px;
  }

  .home-solutions-section .solution-path-card h3 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .home-solutions-section .solution-path-card p,
  .home-solutions-section .solution-path-card a {
    margin: 0;
  }

  .home-solutions-section .solution-path-card a {
    white-space: nowrap;
  }

  .home-tech-grid article {
    min-height: 210px;
    padding: 24px;
  }

  .home-standards-section,
  .home-presence-section {
    grid-template-columns: minmax(260px, 0.4fr) minmax(0, 1fr);
    gap: 44px;
    padding: 56px 0;
  }

  .home-standards-section > div,
  .home-presence-section > div {
    position: static;
    align-self: start;
  }

  .home-collaboration-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.38fr) minmax(0, 1fr);
    gap: 44px;
    align-items: start;
    padding: 56px 0;
  }

  .home-collaboration-list,
  .home-collaboration-note {
    grid-column: 2;
  }

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

  .home-collaboration-list span {
    min-height: 76px;
  }

  .home-presence-section .selector-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-presence-section .selector-list li {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 166px;
  }

  .home-presence-section .selector-list span {
    grid-row: auto;
  }
}

.portal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--portal-line);
  background: #fff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.1);
}

.portal-form label {
  display: grid;
  gap: 8px;
  color: var(--portal-gold-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portal-form input,
.portal-form select,
.portal-form textarea {
  width: 100%;
  border: 1px solid var(--portal-line);
  background: #fff;
  color: var(--portal-ink);
  padding: 13px 12px;
  outline: none;
}

.portal-form input:focus,
.portal-form select:focus,
.portal-form textarea:focus {
  border-color: var(--portal-gold);
  box-shadow: 0 0 0 3px rgba(168, 121, 39, 0.14);
}

.portal-form label:nth-last-of-type(1),
.portal-form .contact-message,
.portal-form .portal-button {
  grid-column: 1 / -1;
}

.portal-form .contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form-status {
  grid-column: 1 / -1;
  min-height: 1.4em;
  margin: 0;
  color: var(--portal-muted);
  font-size: 0.82rem;
}

.contact-form-status.is-success { color: #28734e; }
.contact-form-status.is-error { color: #a32d2d; }

.portal-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 44px;
  padding: 48px 0 110px;
  border-top: 1px solid var(--portal-line);
}

.portal-footer img {
  width: 158px;
}

.portal-footer p {
  max-width: 520px;
  color: var(--portal-muted);
}

.portal-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 22px;
}

.portal-footer a {
  color: var(--portal-gold-dark);
  font-weight: 800;
}

.footer-socials {
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
  padding-right: 92px;
}

.portal-footer .footer-socials .social-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(155, 127, 18, 0.34);
  background: rgba(255, 255, 255, 0.84);
  color: var(--portal-gold-dark);
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(80, 65, 20, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.portal-footer .footer-socials .social-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.portal-footer .footer-socials .social-icon:hover,
.portal-footer .footer-socials .social-icon:focus-visible {
  transform: translateY(-2px);
  border-color: var(--portal-gold-dark);
  background: var(--portal-gold);
  color: #161616;
  box-shadow: 0 16px 32px rgba(80, 65, 20, 0.16);
}

.whatsapp-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 0;
  border: 1px solid rgba(248, 231, 173, 0.44);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.58)),
    rgba(255, 255, 255, 0.72);
  color: #111;
  text-decoration: none;
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 18px 48px rgba(80, 65, 20, 0.18),
    0 0 0 7px rgba(248, 231, 173, 0.08);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.whatsapp-fab span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(209, 250, 229, 0.55);
  background: var(--portal-green);
  font-weight: 900;
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 12px 26px rgba(16, 185, 129, 0.28);
}

.whatsapp-fab svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  filter: drop-shadow(0 1px 2px rgba(17, 19, 15, 0.34));
}

.whatsapp-fab strong {
  display: none;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(248, 231, 173, 0.74);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.7)),
    rgba(255, 255, 255, 0.84);
  outline: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

[data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--i, 0) * 80ms);
  will-change: opacity, transform;
}

[data-reveal-stagger].is-visible > * {
  opacity: 1;
  transform: none;
}

@media (min-width: 981px) {
  .sticky-story-section {
    min-height: 260vh;
    padding: 118px 0 240px;
  }

  .sticky-story-copy,
  .sticky-story-grid {
    position: sticky;
    top: 132px;
  }

  .sticky-story-copy {
    align-self: start;
  }

  .sticky-story-grid {
    min-height: calc(100vh - 164px);
    align-content: stretch;
  }

  .sticky-story-grid article {
    min-height: 0;
    opacity: 0.46;
    transform: translateY(18px) scale(0.985);
    transition:
      opacity 240ms ease,
      transform 260ms ease,
      background 260ms ease,
      box-shadow 260ms ease;
  }

  .sticky-story-grid article.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    background:
      linear-gradient(180deg, #fff, #fffdf2);
    box-shadow:
      inset 0 4px 0 var(--portal-gold),
      0 22px 70px rgba(80, 65, 20, 0.12);
  }

  .sticky-story-grid article.is-past {
    opacity: 0.72;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-story-grid article {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-people-orbit-ring,
  .home-people-orbit-ring img,
  .home-orbit-ring,
  .home-orbit-item img {
    animation: none;
  }
}

@media (max-width: 1120px) {
  .portal-cta {
    display: none;
  }

  .portal-hero-grid,
  .one-partner-section,
  .selector-section,
  .portal-contact,
  .client-scroll-section {
    grid-template-columns: 1fr;
  }

  .client-scroll-copy {
    position: static;
  }

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

  .home-solutions-section .solution-path-grid,
  .home-collaboration-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 28px;
  }

  .home-hero-visual {
    max-width: 720px;
  }

  .home-client-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .cms-featured-event {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .cms-featured-event-link {
    grid-column: 1 / -1;
    min-width: 0;
    padding: 22px 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .portal-utility {
    display: none;
  }

  main#main > section[id] {
    scroll-margin-top: 92px;
  }

  .portal-header {
    top: 0;
    min-height: 72px;
    padding: 0 14px;
  }

  .portal-header .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .portal-header .site-nav {
    position: fixed;
    inset: 78px 14px auto;
    display: grid;
    gap: 0;
    padding: 12px;
    border-radius: 0;
    border: 1px solid var(--portal-line);
    background: #fff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .portal-header .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .portal-header .site-nav a {
    padding: 14px;
    border-bottom: 0;
  }

  .portal-brand {
    width: 122px;
  }

  .portal-hero-grid {
    min-height: 0;
    padding: 56px 0 110px;
  }

  .home-hero-grid {
    padding: 42px 0 28px;
  }

  .portal-media-panel {
    max-width: 680px;
  }

  .hero-orbit-panel {
    margin-top: 0;
  }

  .home-hero-orbit-stage {
    --orbit-outer: min(34vw, 208px);
    --orbit-inner: min(24vw, 146px);
    width: min(520px, 100%);
  }

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

  .portal-section-head.split {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 680px) {
  .director-post-feed {
    padding-block: 34px 48px;
  }

  .director-post-feed .cms-shell {
    width: min(100% - 24px, 1180px);
  }

  .director-post-feed-head {
    align-items: flex-start;
    padding: 18px;
  }

  .director-post-identity {
    align-items: flex-start;
  }

  .director-post-feed-head strong {
    font-size: 1.18rem;
  }

  .director-post-source {
    font-size: 0.6rem;
  }

  .director-post-feed-copy {
    padding: 22px 18px 24px;
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .director-network-hero { padding-block:46px; }
  .director-network-hero-inner { align-items:flex-start; flex-direction:column; gap:24px; }
  .director-network-hero h1 { font-size:clamp(2.7rem,13vw,4.3rem); }
  .director-feed-layout { grid-template-columns:1fr; }
  .director-feed-profile { display:none; }
  .director-post-feed-head { padding:14px 14px 8px; }
  .director-post-feed-head strong { font-size:.88rem; }
  .director-post-feed-copy { padding:7px 14px 14px; font-size:.84rem; line-height:1.52; }
  .director-post-actions { margin-inline:12px; }
  .director-post-actions>span { display:none; }
  .director-post-embed-frame { height:540px; }
  .director-post-embed.has-media .director-post-embed-frame { height:700px; }

  .cms-featured-event {
    grid-template-columns: 1fr;
  }

  .cms-featured-event-date {
    min-height: 150px;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .cms-featured-event-date span {
    font-size: 4rem;
  }

  .cms-featured-event-copy {
    padding: 32px 24px;
  }

  .cms-featured-event-link {
    min-width: 0;
    padding: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .has-js .site-loader {
    background:
      radial-gradient(circle at 50% 38%, rgba(208, 176, 40, 0.22), transparent 34%),
      linear-gradient(160deg, #ffffff 0%, #fbfaf3 55%, #f0ecd9 100%);
  }

  .site-loader-mark {
    width: min(260px, 78vw);
    padding: 30px 24px 26px;
  }

  .portal-header {
    min-height: 62px;
    max-width: 100vw;
    gap: 12px;
    /* Body sections drop to min(100% - 28px, 1260px) (14px gutter) on mobile.
       Match it so the header edges line up with content. */
    padding-inline: 14px;
  }

  .portal-hero-grid,
    .team-section,
    .client-preview-section,
    .client-hero-section,
    .client-scroll-section,
    .access-rail,
    .home-client-strip,
    .partner-marquee-section,
    .solutions-portal,
    .one-partner-section,
    .selector-section,
    .portal-contact,
    .portal-footer {
    width: min(100% - 28px, 1260px);
  }

  .portal-hero-grid {
    padding: 42px 0 92px;
    width: calc(100% - 28px);
    max-width: 1260px;
  }

  .home-hero-grid {
    padding: 24px 0 18px;
    gap: 20px;
  }

  .portal-hero h1 {
    font-size: clamp(2rem, 9vw, 2.55rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }

  .portal-eyebrow {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 8px;
    font-size: 0.66rem;
    letter-spacing: 0.11em;
    overflow-wrap: anywhere;
  }

  .portal-eyebrow::after {
    width: 26px;
  }

  .portal-hero-copy > p:not(.portal-eyebrow) {
    max-width: 100%;
    font-size: 0.98rem;
    overflow-wrap: break-word;
  }

  .home-hero-copy > .portal-hero-lede {
    font-size: 1rem;
  }

  .portal-actions {
    display: grid;
  }

  .portal-button {
    width: 100%;
  }

  .home-hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
  }

  .home-hero-proof div {
    min-height: 96px;
    padding: 12px 10px;
  }

  .home-hero-proof dt {
    font-size: 0.56rem;
    letter-spacing: 0.08em;
  }

  .home-hero-proof dd {
    margin-top: 9px;
    font-size: 0.76rem;
    overflow-wrap: anywhere;
  }

  .home-hero-orbit-stage {
    --orbit-outer: min(31vw, 126px);
    --orbit-inner: min(22vw, 88px);
    width: min(318px, 100%);
  }

  .home-hero-visual {
    order: 1;
    gap: 0;
    margin-top: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .home-hero-visual .home-hero-note {
    display: none;
  }

  .home-hero-orbit-stage .home-orbit-core {
    width: 128px;
    padding: 7px;
  }

  .home-hero-orbit-stage .home-orbit-core img {
    border-radius: 0;
  }

  .home-hero-orbit-stage .home-orbit-core strong {
    margin-top: 7px;
    font-size: 0.78rem;
  }

  .home-hero-orbit-stage .home-orbit-core span {
    display: none;
  }

  .home-hero-orbit-stage .home-orbit-item {
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    padding: 4px;
  }

  .home-hero-orbit-stage .home-orbit-ring-inner .home-orbit-item {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
  }

  .home-hero-photo,
  .home-hero-photo img {
    min-height: 268px;
  }

  .home-people-orbit {
    --orbit-size: 112px;
    --orbit-radius: 42px;
    top: 12px;
    right: 12px;
  }

  .home-people-orbit::before {
    inset: 16px;
  }

  .home-people-orbit-core {
    width: 38px;
    height: 38px;
  }

  .home-people-orbit-core img {
    width: 26px;
    height: 26px;
  }

  .home-people-orbit-ring figure {
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
  }

  .home-hero-note {
    padding: 17px;
  }

  .home-client-strip {
    margin-top: 0;
  }

  .home-client-strip p {
    padding: 16px;
  }

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

  .home-client-strip div a:last-child {
    grid-column: 1 / -1;
  }

  .home-client-strip a {
    min-height: 78px;
    padding: 14px;
  }

  .home-client-strip img {
    max-width: 116px;
    height: 40px;
  }

  .portal-media-panel {
    display: none;
  }

  .about-narrative-section {
    width: min(100% - 28px, 1260px);
    margin: 0 auto 64px;
    padding-top: 34px;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
  }

  .access-rail {
    grid-template-columns: 1fr;
    margin-top: -58px;
  }

  .home-focus-rail {
    margin-top: 12px;
  }

  .access-rail a {
    min-height: 132px;
    border-right: 0;
    border-bottom: 1px solid var(--portal-line);
  }

  .home-focus-rail a {
    min-height: 0;
    padding: 16px;
  }

  .access-rail.home-focus-rail a {
    min-height: 0;
    padding: 16px;
  }

  .home-focus-icon {
    width: 42px;
    height: 42px;
    padding: 9px;
  }

  .home-focus-rail strong {
    margin-top: 10px;
  }

  .home-focus-rail small {
    margin-top: 7px;
  }

  .partner-marquee-section,
  .team-section,
  .client-preview-section,
  .client-hero-section,
  .client-scroll-section,
  .one-partner-section,
  .selector-section,
  .portal-contact {
    padding: 50px 0;
  }

  .solutions-portal {
    padding: 50px 14px;
  }

  .portal-section-head h2,
  .portal-section-head h1,
  .team-section h2,
  .client-scroll-copy h2,
  .one-partner-copy h2,
  .one-partner-copy h1,
  .selector-section h1,
  .selector-section h2,
  .portal-contact h1,
  .portal-contact h2 {
    font-size: clamp(1.78rem, 8.2vw, 2.35rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

    .solution-path-grid,
    .one-partner-grid,
    .partner-assurance-grid,
    .home-tech-grid,
    .home-collaboration-list,
    .home-ethos-card,
    .team-grid,
    .client-spotlight-grid,
    .portal-form,
    .portal-footer {
    grid-template-columns: 1fr;
  }

  .bank-partner-track span {
    width: 220px;
    min-height: 78px;
  }

  .client-preview-track a {
    width: 196px;
    min-height: 132px;
    padding: 18px;
  }

  .client-preview-track img {
    height: 60px;
  }

  .client-spotlight-card {
    min-height: 226px;
  }

  .client-group-head {
    grid-template-columns: 1fr;
  }

  .team-group-head,
  .team-card {
    grid-template-columns: 1fr;
  }

  .team-card {
    min-height: 0;
  }

  .solution-path-card {
    min-height: 0;
    padding: 20px;
  }

  .solution-path-card h3 {
    margin-top: 18px;
  }

  .solution-path-card p {
    margin-bottom: 14px;
  }

  .home-solutions-section .solution-path-grid {
    grid-template-columns: 1fr;
  }

  .home-tech-grid article,
  .home-collaboration-list span {
    min-height: 0;
  }

  .home-tech-grid article {
    padding: 20px;
  }

  .home-collaboration-list span {
    padding: 16px;
  }

  .home-ethos-card {
    gap: 18px;
    padding: 24px;
  }

  .home-group-photo {
    grid-template-rows: 220px auto;
  }

  .home-group-photo img {
    min-height: 220px;
  }

  .home-group-photo figcaption {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
  }

  .home-contact-cta > div {
    padding: 24px;
  }

  .home-ethos-card img {
    max-width: 150px;
  }

  .selector-list li {
    grid-template-columns: 1fr;
  }

  .selector-list span {
    grid-row: auto;
  }

  .selector-list-visual li {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px 16px;
    min-height: 0;
    padding: 18px;
  }

  .selector-list-visual .selector-visual {
    grid-row: span 2;
    align-self: start;
  }

  .selector-list-visual strong,
  .selector-list-visual p {
    min-width: 0;
  }

  .home-presence-section .selector-list li {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 8px 16px;
    min-height: 0;
    padding: 16px;
  }

  .home-presence-section .selector-list .country-flag {
    grid-row: span 2;
    align-self: start;
  }

  .home-presence-section .selector-list strong,
  .home-presence-section .selector-list p {
    min-width: 0;
  }

  .portal-footer nav {
    justify-content: flex-start;
  }

  .footer-socials {
    justify-content: flex-start;
    padding-right: 0;
    padding-bottom: 52px;
  }
}

/* ============================================================
   Company brochure and gated download
   ============================================================ */
.home-reframed .fm-brochure {
  overflow: hidden;
  padding: clamp(70px, 9vw, 126px) 0;
  border-block: 1px solid var(--fm-line, var(--portal-line));
  background: #e9e6dc;
}

.home-reframed .fm-brochure-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.72fr);
  gap: clamp(52px, 9vw, 138px);
  align-items: center;
}

.home-reframed .fm-brochure-copy {
  max-width: 730px;
}

.fm-brochure-covers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  width: min(100%, 560px);
  padding: 18px 10px 52px;
}

.fm-brochure-preview {
  position: relative;
  margin: 0;
  transition: transform .35s ease, filter .35s ease;
}

.fm-brochure-preview.is-bullion { transform: rotate(-3deg); }
.fm-brochure-preview.is-jewellery { transform: translateY(42px) rotate(3deg); }
.fm-brochure-preview:hover { z-index: 2; transform:translateY(-8px) rotate(0); filter:drop-shadow(0 28px 28px rgba(48,40,15,.2)); }

.fm-brochure-preview img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(89,72,18,.28);
  box-shadow: 16px 20px 0 rgba(190,183,159,.72), 0 30px 60px rgba(48,40,15,.15);
}

.fm-brochure-preview figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 9px 10px;
  border: 1px solid rgba(224,198,96,.45);
  background: rgba(9,49,49,.9);
  color: #f6e28f;
  font-size: .66rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .06em;
  backdrop-filter: blur(6px);
}

.home-reframed .fm-brochure-copy h2 {
  max-width: 720px;
  margin: 15px 0 24px;
  color: var(--fm-ink, var(--portal-ink));
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3rem, 5.2vw, 6rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.home-reframed .fm-brochure-copy > p:not(.fm-kicker) {
  max-width: 640px;
  margin: 0;
  color: #595850;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.7;
}

.fm-brochure-cta,
.brochure-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  margin-top: 34px;
  padding: 14px 18px 14px 22px;
  border: 1px solid #b49515;
  border-radius: 0;
  background: var(--portal-gold);
  color: #17150c;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.fm-brochure-cta:hover,
.fm-brochure-cta:focus-visible,
.brochure-form-submit:hover,
.brochure-form-submit:focus-visible {
  transform: translateY(-3px);
  background: #d9bb38;
  box-shadow: 0 13px 30px rgba(91, 72, 8, 0.2);
  outline: none;
}

.fm-brochure-cta svg,
.brochure-form-submit svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fm-brochure-cover {
  position: relative;
  justify-self: center;
  display: flex;
  flex-direction: column;
  width: min(100%, 400px);
  aspect-ratio: 0.72;
  padding: clamp(25px, 3.2vw, 42px);
  border: 1px solid rgba(120, 95, 14, 0.3);
  background: #fbf9f0;
  box-shadow: 28px 32px 0 #d5d0c2, 0 36px 80px rgba(56, 49, 22, 0.16);
  transform: rotate(1.5deg);
}

.fm-brochure-cover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  width: 1px;
  height: 100%;
  background: rgba(155, 127, 18, 0.22);
}

.fm-brochure-cover-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.fm-brochure-cover-top img {
  width: 126px;
  height: auto;
}

.fm-brochure-cover-top span,
.fm-brochure-cover small {
  color: #6e674d;
  font-size: 0.63rem;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

.fm-brochure-cover > strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 310px;
  margin-top: clamp(54px, 7vw, 90px);
  color: #181711;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.05rem, 3.3vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.fm-brochure-cover-metal {
  position: absolute;
  right: -14%;
  bottom: 13%;
  width: 62%;
  aspect-ratio: 1;
  overflow: hidden;
  isolation: isolate;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6e58a 2%, #aa7c0d 37%, #ecd45f 61%, #8c650b 100%);
  box-shadow: inset -18px -20px 35px rgba(72, 44, 0, 0.28), 0 22px 50px rgba(103, 76, 6, 0.24);
  transform-origin: 52% 54%;
  animation: fm-gold-medallion-float 5.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  will-change: transform;
}

.fm-brochure-cover-metal::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -28%;
  border-radius: inherit;
  background: linear-gradient(108deg, transparent 34%, rgba(255, 249, 195, 0.08) 42%, rgba(255, 253, 220, 0.72) 50%, rgba(255, 241, 153, 0.12) 58%, transparent 66%);
  transform: translateX(-78%) rotate(8deg);
  animation: fm-gold-medallion-sheen 5.8s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  pointer-events: none;
}

.fm-brochure-cover-metal span {
  position: absolute;
  z-index: 2;
  top: 24%;
  left: 25%;
  color: rgba(71, 49, 2, 0.7);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  text-shadow: 0 1px 0 rgba(255, 246, 175, 0.42);
}

.fm-brochure-cover-metal i {
  position: absolute;
  z-index: 1;
  inset: 17%;
  border: 1px solid rgba(255, 247, 185, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(90, 59, 0, 0.08), inset 0 0 18px rgba(255, 247, 185, 0.08);
  animation: fm-gold-medallion-ring 5.8s ease-in-out infinite;
}

@keyframes fm-gold-medallion-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.8deg);
  }
  50% {
    transform: translate3d(-3px, -8px, 0) rotate(1.4deg);
  }
}

@keyframes fm-gold-medallion-sheen {
  0%,
  18% {
    transform: translateX(-78%) rotate(8deg);
    opacity: 0;
  }
  28% {
    opacity: 0.8;
  }
  48%,
  100% {
    transform: translateX(78%) rotate(8deg);
    opacity: 0;
  }
}

@keyframes fm-gold-medallion-ring {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.985);
  }
  50% {
    opacity: 1;
    transform: scale(1.018);
  }
}

.fm-brochure-cover > small {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-right: 34%;
}

.brochure-dialog {
  width: min(790px, calc(100% - 36px));
  max-width: 790px;
  max-height: calc(100dvh - 36px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(208, 176, 40, 0.48);
  border-radius: 0;
  background: #fff;
  color: #161616;
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.38);
}

.brochure-dialog::backdrop {
  background: rgba(11, 11, 9, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.brochure-dialog-layout {
  display: block;
}

.brochure-form {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 36px 38px 28px;
  background: #fff;
}

.brochure-form-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 32px;
  padding-right: 52px;
}

.brochure-form-brand img {
  width: 126px;
  height: auto;
}

.brochure-form-brand span,
.brochure-form-heading > span {
  color: #816a0f;
  font-size: 0.67rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brochure-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #d9d6cc;
  border-radius: 50%;
  background: #fff;
  color: #161616;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease;
}

.brochure-dialog-close:hover,
.brochure-dialog-close:focus-visible {
  transform: translateY(-2px);
  border-color: var(--portal-gold);
  color: var(--portal-gold-dark);
  outline: none;
}

.brochure-dialog-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.brochure-form-heading {
  margin: 8px 0 2px;
  padding-right: 42px;
}

.brochure-form-heading > span {
  display: block;
  margin: 0 0 5px;
}

.brochure-form-heading h2 {
  margin: 0 0 4px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.brochure-form-heading p {
  margin: 0;
  color: #55544e;
  font-size: 0.94rem;
}

.brochure-form label:not(.brochure-honeypot) {
  display: grid;
  gap: 5px;
}

.brochure-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.brochure-contact-grid label { display:grid; gap:5px; }

.brochure-choice {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 6px 0 4px;
  padding: 0;
  border: 0;
}

.brochure-choice legend {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 7px;
  color: #34332f;
  font-size: .72rem;
  font-weight: 800;
}

.brochure-form .brochure-choice-card {
  position: relative;
  display: block;
  cursor: pointer;
}

.brochure-form .brochure-choice-card input {
  position: absolute;
  width: 1px;
  min-height: 1px;
  margin: 0;
  opacity: 0;
}

.brochure-choice-card > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 88px;
  padding: 13px 14px;
  border: 1px solid #cbc8be;
  background: #f7f6f1;
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.brochure-choice-card strong { color:#20201c; font-size:.8rem; line-height:1.25; }
.brochure-choice-card small { margin-top:5px; color:#6b6961; font-size:.66rem; line-height:1.35; }
.brochure-choice-card input:checked + span { border-color:#a8850d; background:#fcf7dc; box-shadow:inset 0 0 0 1px #c7a62f; }
.brochure-choice-card input:focus-visible + span { outline:3px solid rgba(208,176,40,.22); outline-offset:2px; }
.brochure-choice-card.is-bundle > span { background:#143c3b; }
.brochure-choice-card.is-bundle strong { color:#fff; }
.brochure-choice-card.is-bundle small { color:#c6d6d1; }
.brochure-choice-card.is-bundle input:checked + span { background:#0f3332; color:#fff; box-shadow:inset 0 0 0 1px #e1c75d; }

.brochure-form label > span {
  color: #34332f;
  font-size: 0.72rem;
  font-weight: 800;
}

.brochure-form input {
  width: 100%;
  min-height: 43px;
  padding: 9px 12px;
  border: 1px solid #cbc8be;
  border-radius: 0;
  background: #fff;
  color: #171713;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.brochure-form input:focus {
  border-color: #ad8d12;
  box-shadow: 0 0 0 3px rgba(208, 176, 40, 0.16);
}

.brochure-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.brochure-form-privacy {
  margin: 1px 0 0;
  color: #716f68;
  font-size: 0.66rem;
  line-height: 1.5;
}

.brochure-form-submit {
  width: 100%;
  margin-top: 2px;
}

.brochure-form-submit:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
  box-shadow: none;
}

.brochure-form-status {
  min-height: 20px;
  margin: -2px 0 0;
  color: #5a574e;
  font-size: 0.74rem;
  font-weight: 700;
}

.brochure-form-status.is-error {
  color: #9e3026;
}

.brochure-form-status.is-success {
  color: #08785a;
}

@media (max-width: 820px) {
  .home-reframed .fm-brochure-layout {
    grid-template-columns: 1fr;
  }

  .fm-brochure-cover {
    justify-self: start;
    width: min(82vw, 390px);
  }

  .brochure-form {
    padding: 32px 30px 24px;
  }

  .brochure-choice { grid-template-columns:1fr; }
  .brochure-choice-card > span { min-height:68px; }
}

@media (max-width: 520px) {
  .home-reframed .fm-brochure {
    padding: 58px 0 76px;
  }

  .home-reframed .fm-brochure-layout {
    gap: 52px;
  }

  .home-reframed .fm-brochure-copy h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .fm-brochure-cta {
    width: 100%;
  }

  .fm-brochure-cover {
    width: calc(100% - 24px);
    margin-left: 0;
    padding: 27px;
    box-shadow: 18px 20px 0 #d5d0c2, 0 25px 55px rgba(56, 49, 22, 0.14);
  }

  .fm-brochure-covers { width:100%; padding-inline:0; }
  .fm-brochure-preview img { box-shadow:10px 13px 0 rgba(190,183,159,.72), 0 20px 40px rgba(48,40,15,.13); }

  .brochure-dialog { width:calc(100% - 20px); max-height:calc(100dvh - 20px); }
  .brochure-form { padding:28px 20px 22px; }
  .brochure-contact-grid { grid-template-columns:1fr; }

  .fm-brochure-cover > strong {
    font-size: clamp(2rem, 9.5vw, 2.75rem);
  }

  .brochure-dialog {
    width: calc(100% - 18px);
    max-height: calc(100dvh - 18px);
    height: auto;
  }

  .brochure-form {
    padding: 25px 18px 18px;
  }

  .brochure-form-brand {
    justify-content: flex-start;
    min-height: 38px;
    padding-right: 44px;
  }

  .brochure-form-brand img {
    width: 112px;
  }

  .brochure-form-brand span {
    display: none;
  }

  .brochure-form-heading {
    margin-top: 3px;
  }

  .brochure-form-heading h2 {
    font-size: clamp(1.75rem, 8vw, 2.2rem);
  }

  .brochure-dialog-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fm-brochure-cta,
  .brochure-form-submit,
  .brochure-dialog-close {
    transition: none;
  }

  .fm-brochure-cover-metal,
  .fm-brochure-cover-metal::before,
  .fm-brochure-cover-metal i {
    animation: none;
  }
}

/* ============================================================
   DealMate product page
   ============================================================ */
.dealmate-reframed {
  background: var(--fm-paper);
}

.dealmate-reframed .dm-main {
  overflow: clip;
}

.dm-shell {
  width: min(calc(100% - 80px), 1320px);
  margin-inline: auto;
}

.dm-hero,
.dm-problem,
.dm-shift,
.dm-capabilities,
.dm-users,
.dm-built-for,
.dm-access,
.dm-contact {
  padding: 104px 0;
}

.dm-hero {
  padding-top: 92px;
  background: var(--fm-eggshell);
  border-bottom: 1px solid var(--fm-line);
}

.dm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  align-items: center;
  gap: clamp(64px, 8vw, 120px);
}

.dm-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--fm-gold-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.dm-label::before {
  content: "";
  width: 28px;
  height: 1px;
  flex: 0 0 28px;
  background: var(--fm-gold);
}

.dm-label span {
  color: var(--fm-ink-soft);
}

.dm-hero h1,
.dm-main h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.dm-hero h1 {
  max-width: 770px;
  font-size: 5.6rem;
  line-height: 0.94;
}

.dm-hero h1 em,
.dm-main h2 em {
  color: var(--fm-gold-deep);
  font-style: normal;
}

.dm-hero-lede,
.dm-section-lede {
  color: var(--fm-ink-soft);
  line-height: 1.75;
}

.dm-hero-lede {
  max-width: 720px;
  margin: 32px 0 0;
  font-size: 1.05rem;
}

.dm-hero-lede sup {
  color: var(--fm-gold-deep);
  font-size: 0.64em;
}

.dm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.dm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--fm-gold-deep);
  background: transparent;
  color: var(--fm-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.dm-button:hover,
.dm-button:focus-visible {
  background: #fff;
  color: var(--fm-gold-deep);
  transform: translateY(-2px);
}

.dm-button-primary {
  background: var(--fm-gold);
  color: #171712;
}

.dm-button-primary:hover,
.dm-button-primary:focus-visible {
  background: var(--fm-gold-deep);
  color: #fff;
}

.dm-hero-visual {
  min-width: 0;
  border: 1px solid var(--fm-line);
  background: #fff;
  box-shadow: 20px 24px 0 #e7dfcb;
}

.dm-product-lockup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 150px;
  padding: 28px;
  border-bottom: 1px solid var(--fm-line);
}

.dm-product-lockup img {
  width: min(260px, 100%);
  max-height: 88px;
  object-fit: contain;
  object-position: left center;
}

.dm-product-lockup span,
.dm-contrast-panel header span {
  color: var(--fm-ink-soft);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

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

.dm-field-grid > div {
  display: grid;
  gap: 7px;
  min-height: 88px;
  padding: 18px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
}

.dm-field-grid > div:nth-child(2n) {
  border-right: 0;
}

.dm-field-grid > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.dm-field-grid small {
  color: var(--fm-gold-deep);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dm-field-grid strong {
  align-self: end;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
}

.dm-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 88px;
  border-top: 1px solid var(--fm-line);
  border-left: 1px solid var(--fm-line);
}

.dm-metrics > div {
  display: grid;
  align-content: space-between;
  gap: 28px;
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
}

.dm-metrics strong {
  color: var(--fm-gold-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: 2.3rem;
  font-weight: 500;
}

.dm-metrics span {
  max-width: 190px;
  color: var(--fm-ink-soft);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.dm-problem,
.dm-users,
.dm-access {
  background: #fff;
}

.dm-split-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(64px, 8vw, 116px);
}

.dm-sticky-copy {
  position: sticky;
  top: 152px;
}

.dm-main h2 {
  max-width: 880px;
  font-size: 4.2rem;
  line-height: 0.98;
}

.dm-section-lede {
  max-width: 760px;
  margin: 28px 0 0;
  font-size: 1rem;
}

.dm-problem-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--fm-line);
  list-style: none;
}

.dm-problem-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  padding: 28px 0 30px;
  border-bottom: 1px solid var(--fm-line);
}

.dm-problem-list li > span {
  color: var(--fm-gold-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.dm-problem-list strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1.4;
}

.dm-problem-list p {
  margin: 10px 0 0;
  color: var(--fm-ink-soft);
  line-height: 1.7;
}

.dm-shift,
.dm-contact {
  background: #11130f;
  color: #fffdf7;
}

.dm-centered-heading {
  display: grid;
  justify-items: center;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.dm-centered-heading .dm-label {
  justify-content: center;
  color: var(--fm-gold-bright);
}

.dm-centered-heading .dm-label span {
  color: #a7aaa2;
}

.dm-centered-heading h2 {
  color: #fffdf7;
}

.dm-centered-heading .dm-section-lede {
  color: #c9cbc4;
}

.dm-contrast {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
  margin-top: 64px;
}

.dm-contrast-panel {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #fffdf7;
  color: var(--fm-ink);
}

.dm-excel-panel {
  border-color: #956258;
  background: #fff8f5;
}

.dm-register-panel {
  border-color: var(--fm-gold);
}

.dm-contrast-panel header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--fm-line);
}

.dm-contrast-panel header p {
  margin: 0;
  color: var(--fm-gold-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dm-excel-panel header p {
  color: #7f3f35;
}

.dm-sheet {
  display: grid;
  grid-template-columns: 36px repeat(3, minmax(0, 1fr));
  margin: 22px;
  border-top: 1px solid #dac8c2;
  border-left: 1px solid #dac8c2;
  font-size: 0.72rem;
}

.dm-sheet > div {
  min-width: 0;
  min-height: 34px;
  padding: 8px;
  overflow: hidden;
  border-right: 1px solid #dac8c2;
  border-bottom: 1px solid #dac8c2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-sheet > div:nth-child(-n + 4),
.dm-sheet > div:nth-child(4n + 1) {
  background: #efe5e1;
  color: #765b54;
  font-weight: 700;
  text-align: center;
}

.dm-field-grid-contrast {
  margin: 22px;
  border-top: 1px solid var(--fm-line);
  border-left: 1px solid var(--fm-line);
}

.dm-field-grid-contrast > div:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--fm-line);
}

.dm-check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0 22px 26px;
  list-style: none;
}

.dm-check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--fm-ink-soft);
  font-size: 0.82rem;
  line-height: 1.55;
}

.dm-check-list li::before {
  position: absolute;
  left: 0;
  font-weight: 800;
}

.dm-negative-list li::before {
  content: "×";
  color: #8e4438;
}

.dm-positive-list li::before {
  content: "✓";
  color: var(--fm-gold-deep);
}

.dm-contrast-arrow {
  display: grid;
  place-items: center;
  color: var(--fm-gold-bright);
  font-size: 2rem;
}

.dm-concept-note {
  margin: 36px 0 0;
  color: #999d95;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.dm-capabilities,
.dm-built-for {
  background: var(--fm-eggshell);
}

.dm-section-heading {
  max-width: 920px;
}

.dm-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 64px;
  border-top: 1px solid var(--fm-line);
  border-left: 1px solid var(--fm-line);
}

.dm-capability-grid article {
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
  background: #fff;
}

.dm-capability-grid article > span,
.dm-access-grid article > span {
  color: var(--fm-gold-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.6rem;
}

.dm-capability-grid h3,
.dm-role-list h3,
.dm-segment-grid h3,
.dm-access-grid h3 {
  margin: 48px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

.dm-capability-grid p,
.dm-role-list p,
.dm-segment-grid p,
.dm-access-grid p {
  margin: 16px 0 0;
  color: var(--fm-ink-soft);
  font-size: 0.92rem;
  line-height: 1.7;
}

.dm-quote {
  padding: 108px 40px;
  background: var(--fm-paper);
  border-top: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
}

.dm-quote blockquote {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Newsreader", Georgia, serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  text-align: center;
}

.dm-quote strong {
  color: var(--fm-gold-deep);
  font-weight: 500;
}

.dm-role-list {
  border-top: 1px solid var(--fm-line);
}

.dm-role-list article {
  display: grid;
  grid-template-columns: minmax(190px, 0.68fr) minmax(0, 1.32fr);
  gap: 36px;
  padding: 28px 0;
  border-bottom: 1px solid var(--fm-line);
}

.dm-role-list h3 {
  margin: 0;
  font-size: 1.45rem;
}

.dm-role-list p {
  margin: 0;
}

.dm-segment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 64px;
}

.dm-segment-grid article {
  padding: 34px;
  border: 1px solid var(--fm-line);
  background: #fff;
}

.dm-segment-grid article > span {
  color: var(--fm-gold-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dm-segment-grid h3 {
  margin-top: 52px;
  font-size: 2.5rem;
}

.dm-segment-grid ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--fm-line);
  list-style: none;
}

.dm-segment-grid li {
  position: relative;
  padding-left: 18px;
  color: var(--fm-ink-soft);
  font-size: 0.84rem;
  line-height: 1.6;
}

.dm-segment-grid li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--fm-gold);
}

.dm-access-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 64px;
  border-top: 1px solid var(--fm-line);
  border-left: 1px solid var(--fm-line);
}

.dm-access-grid article {
  min-height: 270px;
  padding: 26px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
}

.dm-access-grid h3 {
  margin-top: 44px;
  font-size: 1.55rem;
}

.dm-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: center;
  gap: clamp(64px, 8vw, 120px);
}

.dm-contact h2 {
  color: #fffdf7;
}

.dm-contact-grid > div > p {
  max-width: 720px;
  margin: 28px 0 0;
  color: #c8cac4;
  line-height: 1.75;
}

.dm-contact-grid .dm-contact-note {
  color: var(--fm-gold-bright);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dm-contact-card {
  padding: 34px;
  border: 1px solid rgba(215, 181, 75, 0.5);
  background: #fffdf7;
  color: var(--fm-ink);
  font-style: normal;
}

.dm-contact-card > span {
  color: var(--fm-gold-deep);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dm-contact-card > strong {
  display: block;
  margin-top: 42px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 2.8rem;
  font-weight: 500;
}

.dm-contact-card > p {
  margin: 8px 0 0;
  color: var(--fm-ink-soft);
}

.dm-contact-card dl {
  margin: 30px 0;
  border-top: 1px solid var(--fm-line);
}

.dm-contact-card dl > div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--fm-line);
}

.dm-contact-card dt {
  color: var(--fm-gold-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dm-contact-card dd {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
}

@media (max-width: 1120px) {
  .dm-hero h1 {
    font-size: 4.4rem;
  }

  .dm-main h2 {
    font-size: 3.4rem;
  }

  .dm-hero-grid,
  .dm-contact-grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 54px;
  }

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

@media (max-width: 900px) {
  .dm-hero-grid,
  .dm-split-layout,
  .dm-contact-grid {
    grid-template-columns: 1fr;
  }

  .dm-sticky-copy {
    position: static;
  }

  .dm-hero-visual {
    max-width: 720px;
    box-shadow: 12px 14px 0 #e7dfcb;
  }

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

  .dm-contrast {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dm-contrast-arrow {
    transform: rotate(90deg);
  }

  .dm-capability-grid,
  .dm-segment-grid {
    grid-template-columns: 1fr;
  }

  .dm-contact-card {
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  .dm-shell {
    width: min(calc(100% - 32px), 1320px);
  }

  .dm-hero,
  .dm-problem,
  .dm-shift,
  .dm-capabilities,
  .dm-users,
  .dm-built-for,
  .dm-access,
  .dm-contact {
    padding: 64px 0;
  }

  .dm-hero {
    padding-top: 54px;
  }

  .dm-hero h1 {
    font-size: 3.1rem;
    line-height: 0.98;
  }

  .dm-main h2 {
    font-size: 2.6rem;
    line-height: 1;
  }

  .dm-hero-lede,
  .dm-section-lede {
    font-size: 0.94rem;
  }

  .dm-actions {
    display: grid;
  }

  .dm-button {
    width: 100%;
  }

  .dm-product-lockup {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
  }

  .dm-product-lockup img {
    max-height: 70px;
  }

  .dm-field-grid > div {
    min-height: 82px;
    padding: 14px;
  }

  .dm-metrics {
    margin-top: 54px;
  }

  .dm-metrics > div {
    min-height: 130px;
    padding: 18px;
  }

  .dm-metrics strong {
    font-size: 1.9rem;
  }

  .dm-problem-list li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .dm-centered-heading {
    justify-items: start;
    text-align: left;
  }

  .dm-centered-heading .dm-label {
    justify-content: flex-start;
  }

  .dm-contrast-panel header {
    display: grid;
    gap: 6px;
  }

  .dm-sheet {
    margin: 14px;
    font-size: 0.64rem;
  }

  .dm-sheet > div {
    padding: 6px 4px;
  }

  .dm-field-grid-contrast {
    margin: 14px;
  }

  .dm-check-list {
    padding: 0 16px 22px;
  }

  .dm-capability-grid {
    margin-top: 42px;
  }

  .dm-capability-grid article {
    min-height: 0;
    padding: 24px;
  }

  .dm-capability-grid h3,
  .dm-segment-grid h3 {
    margin-top: 34px;
    font-size: 1.75rem;
  }

  .dm-quote {
    padding: 76px 20px;
  }

  .dm-quote blockquote {
    font-size: 2.35rem;
    text-align: left;
  }

  .dm-role-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dm-segment-grid,
  .dm-access-grid {
    margin-top: 42px;
  }

  .dm-segment-grid article {
    padding: 24px;
  }

  .dm-access-grid {
    grid-template-columns: 1fr;
  }

  .dm-access-grid article {
    min-height: 0;
    padding: 24px;
  }

  .dm-access-grid h3 {
    margin-top: 34px;
  }

  .dm-contact-card {
    padding: 24px;
  }

  .dm-contact-card > strong {
    margin-top: 34px;
    font-size: 2.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dm-button {
    transition: none;
  }
}

@media (max-width: 380px) {
  .portal-hero h1 {
    font-size: clamp(2.08rem, 10vw, 2.5rem);
  }

  .portal-form {
    padding: 18px;
  }
}

/* ============================================================
   Homepage 2026 — institutional editorial direction
   ============================================================ */

.home-reframed {
  --fm-ink: #141612;
  --fm-ink-soft: #4f514b;
  --fm-gold: #a97d28;
  --fm-gold-deep: #72521b;
  --fm-gold-bright: #d7b65f;
  --fm-eggshell: #f3efe3;
  --fm-paper: #fffefb;
  --fm-line: rgba(20, 22, 18, 0.18);
  --fm-line-light: rgba(255, 255, 255, 0.22);
  background: var(--fm-eggshell);
  color: var(--fm-ink);
}

.home-reframed .portal-utility {
  background: var(--fm-ink);
  color: #eee8d9;
  border-bottom: 0;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
}

.home-reframed .portal-utility-inner {
  width: min(1320px, calc(100% - 64px));
  min-height: 32px;
}

.home-reframed .portal-header {
  top: 32px;
  min-height: 84px;
  gap: clamp(32px, 6vw, 88px);
  padding: 0 max(32px, calc((100% - 1320px) / 2));
  border-color: var(--fm-line);
  background: rgba(255, 254, 251, 0.96);
  box-shadow: none;
}

.home-reframed .portal-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(20, 22, 18, 0.08);
}

.home-reframed .portal-brand {
  width: 166px;
}

.home-reframed .portal-nav {
  justify-content: flex-end;
  gap: clamp(6px, 1.6vw, 24px);
}

.home-reframed .portal-nav a {
  position: relative;
  padding: 30px 2px 28px;
  color: var(--fm-ink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-reframed .portal-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 23px;
  left: 0;
  height: 1px;
  background: var(--fm-gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.home-reframed .portal-nav a:hover::after,
.home-reframed .portal-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.home-reframed .portal-nav a:hover,
.home-reframed .portal-nav a:focus-visible {
  color: var(--fm-gold-deep);
}

.fm-shell {
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
}

.fm-kicker {
  margin: 0 0 22px;
  color: var(--fm-gold-deep);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.fm-hero {
  position: relative;
  overflow: hidden;
  background: var(--fm-eggshell);
}

.fm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(20, 22, 18, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 22, 18, 0.045) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}

.fm-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: clamp(56px, 7vw, 112px);
  min-height: calc(100vh - 116px);
  padding: clamp(70px, 8vw, 116px) 0;
}

.fm-hero-copy {
  max-width: 760px;
}

.fm-hero h1,
.fm-section-heading h2,
.fm-audience-intro h2,
.fm-presence-copy h2,
.fm-pmla-lead h2,
.fm-close h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.fm-hero h1 {
  max-width: 760px;
  font-size: clamp(4.2rem, 6.9vw, 7.2rem);
  line-height: 0.89;
}

.fm-hero-lede {
  max-width: 650px;
  margin: 34px 0 0;
  color: var(--fm-ink-soft);
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  line-height: 1.65;
}

.fm-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 36px;
}

.fm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  padding: 0 0 7px;
  border-bottom: 1px solid currentColor;
  color: var(--fm-ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, gap 160ms ease;
}

.fm-text-link:hover,
.fm-text-link:focus-visible {
  gap: 22px;
  color: var(--fm-gold-deep);
  outline: none;
}

.fm-text-link-muted {
  color: #6e6f68;
}

.fm-proof-row {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1.35fr;
  margin: clamp(52px, 8vh, 82px) 0 0;
  padding: 0;
  border-top: 1px solid var(--fm-line);
}

.fm-proof-row div {
  min-width: 0;
  padding: 20px 18px 0 0;
}

.fm-proof-row div + div {
  padding-left: 18px;
  border-left: 1px solid var(--fm-line);
}

.fm-proof-row dt,
.fm-proof-row dd {
  margin: 0;
}

.fm-proof-row dt {
  color: #76776f;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fm-proof-row dd {
  margin-top: 6px;
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
}

.fm-hero-image {
  position: relative;
  align-self: stretch;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
  background: #d9d4c8;
  box-shadow: 24px 24px 0 rgba(169, 125, 40, 0.14);
}

.fm-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.fm-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(0.82) contrast(1.04);
}

.fm-hero-image figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  background: rgba(20, 22, 18, 0.9);
  color: #fff;
  backdrop-filter: blur(10px);
}

.fm-hero-image figcaption span {
  color: var(--fm-gold-bright);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.fm-hero-image figcaption strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  font-weight: 500;
  line-height: 1.15;
}

.fm-image-index {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 10px;
  background: rgba(255, 254, 251, 0.9);
  color: var(--fm-ink);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.fm-hero-bottom {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
  background: rgba(255, 254, 251, 0.5);
}

.fm-hero-bottom span {
  padding: 16px clamp(16px, 2.5vw, 40px);
  color: #595b55;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}

.fm-hero-bottom span + span {
  border-left: 1px solid var(--fm-line);
}

.fm-section-heading {
  max-width: 980px;
}

.fm-section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 64px;
  max-width: none;
}

.fm-section-heading h2,
.fm-audience-intro h2,
.fm-presence-copy h2,
.fm-pmla-lead h2 {
  max-width: 850px;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.97;
}

.fm-section-heading-row > p,
.fm-audience-intro > p:not(.fm-kicker),
.fm-presence-copy > p:not(.fm-kicker),
.fm-pmla-lead > p:not(.fm-kicker) {
  margin: 0;
  color: var(--fm-ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.fm-clients {
  overflow: hidden;
  padding: clamp(90px, 10vw, 140px) 0;
  background: var(--fm-paper);
}

.fm-logo-window {
  margin-top: 58px;
  overflow: hidden;
  border-top: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
}

.fm-logo-track {
  display: flex;
  width: max-content;
  animation: fmLogoScroll 42s linear infinite;
}

.fm-logo-window:hover .fm-logo-track,
.fm-logo-window:focus-within .fm-logo-track {
  animation-play-state: paused;
}

.fm-logo-loop {
  display: flex;
  width: max-content;
}

.fm-logo-card {
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  width: 272px;
  min-height: 188px;
  padding: 30px 28px 18px;
  border-right: 1px solid var(--fm-line);
  background: var(--fm-paper);
  color: var(--fm-ink);
  text-decoration: none;
}

.fm-logo-card-featured {
  width: 350px;
  background: var(--fm-eggshell);
}

.fm-logo-card img {
  display: block;
  width: 100%;
  max-width: 185px;
  height: 92px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.08);
  transition: filter 180ms ease, transform 180ms ease;
}

.fm-logo-card-featured img {
  max-width: 230px;
}

.fm-logo-card span {
  justify-self: start;
  color: #76776f;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

a.fm-logo-card:hover img,
a.fm-logo-card:focus-visible img {
  filter: grayscale(0) contrast(1);
  transform: scale(1.04);
}

a.fm-logo-card:focus-visible {
  outline: 2px solid var(--fm-gold);
  outline-offset: -4px;
}

@keyframes fmLogoScroll {
  to { transform: translateX(-50%); }
}

.fm-client-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
}

.fm-client-footer > span {
  color: #6c6d66;
  font-size: 0.75rem;
  font-weight: 700;
}

.fm-market-role {
  padding: clamp(100px, 12vw, 170px) 0;
  background: var(--fm-eggshell);
}

.fm-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 68px;
  border-top: 1px solid var(--fm-line);
  border-left: 1px solid var(--fm-line);
}

.fm-capability {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 440px;
  padding: 28px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
  color: var(--fm-ink);
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease;
}

.fm-capability:hover,
.fm-capability:focus-visible,
.fm-capability-primary {
  background: var(--fm-ink);
  color: #fffdf8;
  outline: none;
}

.fm-capability-number,
.fm-capability-arrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.fm-capability div {
  align-self: end;
}

.fm-capability p {
  margin: 0 0 10px;
  color: var(--fm-gold-bright);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.fm-capability:not(.fm-capability-primary):not(:hover):not(:focus-visible) p {
  color: var(--fm-gold-deep);
}

.fm-capability h3 {
  max-width: 320px;
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.2rem, 3.1vw, 3.45rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.fm-capability-arrow {
  justify-self: end;
  margin-top: 32px;
  font-size: 1.25rem;
}

.fm-audiences {
  padding: clamp(100px, 12vw, 170px) 0;
  background: var(--fm-paper);
}

.fm-audience-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(64px, 9vw, 150px);
}

.fm-audience-intro {
  position: sticky;
  top: 156px;
}

.fm-audience-intro > p:not(.fm-kicker) {
  max-width: 480px;
  margin-top: 28px;
}

.fm-audience-intro .fm-text-link {
  margin-top: 36px;
}

.fm-audience-list {
  display: grid;
  border-top: 1px solid var(--fm-line);
}

.fm-audience-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 28px;
  min-height: 260px;
  padding: 38px 4px 42px;
  border-bottom: 1px solid var(--fm-line);
}

.fm-audience-card > span {
  padding-top: 5px;
  color: var(--fm-gold-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.fm-audience-card p {
  margin: 0 0 8px;
  color: #71736c;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.fm-audience-card h3 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.fm-audience-card small {
  display: block;
  max-width: 540px;
  margin-top: 18px;
  color: var(--fm-ink-soft);
  font-size: 0.93rem;
  line-height: 1.7;
}

.fm-presence {
  padding: clamp(100px, 12vw, 170px) 0;
  background: var(--fm-eggshell);
}

.fm-presence-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(58px, 8vw, 126px);
}

.fm-presence-image {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: #d4d0c6;
}

.fm-presence-image img {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.04);
}

.fm-presence-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 14px 18px;
  background: var(--fm-paper);
  color: var(--fm-ink);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fm-presence-copy > p:not(.fm-kicker) {
  margin-top: 28px;
}

.fm-presence-list {
  margin: 42px 0 36px;
  padding: 0;
  border-top: 1px solid var(--fm-line);
}

.fm-presence-list div {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--fm-line);
}

.fm-presence-list dt,
.fm-presence-list dd {
  margin: 0;
}

.fm-presence-list dt {
  font-weight: 800;
}

.fm-presence-list dd {
  color: #666860;
  font-size: 0.88rem;
}

.fm-pmla {
  padding: clamp(100px, 12vw, 170px) 0;
  background: var(--fm-paper);
}

.fm-pmla-lead {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 70px;
}

.fm-pmla-lead .fm-kicker {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.fm-pmla-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 70px 0 32px;
  padding: 0;
  border-top: 1px solid var(--fm-line);
  border-left: 1px solid var(--fm-line);
  list-style: none;
}

.fm-pmla-grid li {
  min-height: 270px;
  padding: 28px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
}

.fm-pmla-grid span {
  display: block;
  margin-bottom: 72px;
  color: var(--fm-gold-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.fm-pmla-grid strong {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  font-weight: 500;
  line-height: 1.05;
}

.fm-pmla-grid p {
  margin: 14px 0 0;
  color: var(--fm-ink-soft);
  font-size: 0.88rem;
  line-height: 1.65;
}

.fm-platforms {
  padding: clamp(100px, 12vw, 170px) 0;
  background: var(--fm-eggshell);
}

.fm-platform-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
  gap: 14px;
  margin-top: 66px;
}

.fm-platform-card {
  display: grid;
  grid-template-rows: 280px 1fr;
  min-width: 0;
  border: 1px solid var(--fm-line);
  background: var(--fm-paper);
}

.fm-platform-visual {
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  padding: 42px;
  border-bottom: 1px solid var(--fm-line);
  background: #fff;
}

.fm-platform-visual img {
  display: block;
  max-width: 82%;
  max-height: 180px;
  object-fit: contain;
  filter: grayscale(0.18);
}

.fm-platform-card > div:last-child {
  padding: 28px;
}

.fm-platform-card span {
  color: var(--fm-gold-deep);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fm-platform-card h3 {
  margin: 14px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.fm-platform-card p {
  margin: 14px 0 0;
  color: var(--fm-ink-soft);
  font-size: 0.88rem;
}

.fm-platform-card .fm-text-link {
  margin-top: 28px;
}

.fm-close {
  padding: clamp(90px, 11vw, 150px) 0;
  background: var(--fm-ink);
  color: #fffdf8;
}

.fm-close-grid {
  display: grid;
  grid-template-columns: 0.34fr 1.34fr 0.48fr;
  align-items: end;
  gap: 48px;
}

.fm-close .fm-kicker {
  color: var(--fm-gold-bright);
}

.fm-close h2 {
  max-width: 800px;
  font-size: clamp(3.4rem, 5.7vw, 6.5rem);
  line-height: 0.92;
}

.fm-close-grid > div {
  padding-bottom: 7px;
}

.fm-close-grid > div p {
  margin: 0 0 28px;
  color: #c5c3ba;
  font-size: 0.82rem;
}

.fm-text-link-light {
  color: #fffdf8;
}

.home-reframed .fm-footer {
  background: #0d0e0c;
  color: #fffdf8;
  border-top-color: rgba(255, 255, 255, 0.14);
}

.home-reframed .fm-footer img {
  filter: brightness(0) invert(1);
}

.home-reframed .fm-footer a {
  color: #e9e4d7;
}

.home-reframed .fm-footer .social-icon {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #fff;
}

@media (max-width: 1120px) {
  .fm-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    gap: 46px;
  }

  .fm-hero h1 {
    font-size: clamp(3.8rem, 6.8vw, 5.8rem);
  }

  .fm-capability {
    min-height: 380px;
  }

  .fm-presence-grid {
    grid-template-columns: 1fr 0.92fr;
    gap: 54px;
  }

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

  .fm-platform-card:last-child {
    grid-column: 1 / -1;
    grid-template-columns: 0.7fr 1.3fr;
    grid-template-rows: auto;
  }

  .fm-platform-card:last-child .fm-platform-visual {
    border-right: 1px solid var(--fm-line);
    border-bottom: 0;
  }

  .fm-close-grid {
    grid-template-columns: 0.3fr 1.3fr;
  }

  .fm-close-grid > div {
    grid-column: 2;
  }
}

@media (max-width: 980px) {
  .home-reframed .portal-header {
    top: 0;
    min-height: 74px;
    padding: 0 22px;
  }

  .home-reframed .portal-header .site-nav {
    inset: 74px 16px auto;
    padding: 10px;
    background: var(--fm-paper);
  }

  .home-reframed .portal-header .site-nav a {
    padding: 14px 12px;
  }

  .home-reframed .portal-header .site-nav a::after {
    display: none;
  }

  .fm-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .fm-hero-copy {
    max-width: 820px;
  }

  .fm-hero-image,
  .fm-hero-image img {
    min-height: 0;
    height: min(72vw, 690px);
  }

  .fm-section-heading-row,
  .fm-pmla-lead {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .fm-pmla-lead .fm-kicker {
    grid-column: auto;
    margin-bottom: -4px;
  }

  .fm-capability-grid,
  .fm-pmla-grid {
    grid-template-columns: 1fr;
  }

  .fm-capability {
    min-height: 320px;
  }

  .fm-audience-layout,
  .fm-presence-grid {
    grid-template-columns: 1fr;
  }

  .fm-audience-intro {
    position: static;
    max-width: 720px;
  }

  .fm-presence-image,
  .fm-presence-image img {
    min-height: 0;
    height: min(76vw, 690px);
  }
}

@media (max-width: 680px) {
  .fm-shell,
  .home-reframed .portal-utility-inner {
    width: min(100% - 36px, 1320px);
  }

  .home-reframed .portal-brand {
    width: 132px;
  }

  .fm-hero-grid {
    gap: 46px;
    padding: 62px 0 58px;
  }

  .fm-hero h1 {
    font-size: clamp(3.25rem, 16vw, 4.8rem);
  }

  .fm-hero-lede {
    margin-top: 26px;
    font-size: 1rem;
  }

  .fm-hero-links {
    display: grid;
    gap: 20px;
  }

  .fm-proof-row {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .fm-proof-row div {
    padding: 15px 0;
    border-bottom: 1px solid var(--fm-line);
  }

  .fm-proof-row div + div {
    padding-left: 0;
    border-left: 0;
  }

  .fm-hero-image,
  .fm-hero-image img {
    height: 118vw;
    max-height: 600px;
  }

  .fm-hero-image {
    box-shadow: 12px 12px 0 rgba(169, 125, 40, 0.14);
  }

  .fm-hero-image figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

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

  .fm-hero-bottom span:nth-child(3) {
    border-left: 0;
  }

  .fm-hero-bottom span:nth-child(n + 3) {
    border-top: 1px solid var(--fm-line);
  }

  .fm-section-heading h2,
  .fm-audience-intro h2,
  .fm-presence-copy h2,
  .fm-pmla-lead h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .fm-clients,
  .fm-market-role,
  .fm-audiences,
  .fm-presence,
  .fm-pmla,
  .fm-platforms {
    padding: 86px 0;
  }

  .fm-logo-window {
    margin-top: 42px;
  }

  .fm-logo-card,
  .fm-logo-card-featured {
    width: 215px;
    min-height: 150px;
    padding: 22px 20px 14px;
  }

  .fm-logo-card img,
  .fm-logo-card-featured img {
    max-width: 160px;
    height: 72px;
  }

  .fm-client-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .fm-capability-grid {
    margin-top: 46px;
  }

  .fm-capability {
    min-height: 290px;
    padding: 24px;
  }

  .fm-capability h3 {
    font-size: 2.65rem;
  }

  .fm-audience-card {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    min-height: 0;
    padding: 32px 0;
  }

  .fm-audience-card h3 {
    font-size: 2.65rem;
  }

  .fm-presence-image,
  .fm-presence-image img {
    height: 112vw;
    max-height: 580px;
  }

  .fm-presence-list div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .fm-pmla-grid {
    margin-top: 44px;
  }

  .fm-pmla-grid li {
    min-height: 230px;
  }

  .fm-pmla-grid span {
    margin-bottom: 52px;
  }

  .fm-platform-grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .fm-platform-card,
  .fm-platform-card:last-child {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 230px auto;
  }

  .fm-platform-card:last-child .fm-platform-visual {
    border-right: 0;
    border-bottom: 1px solid var(--fm-line);
  }

  .fm-close {
    padding: 88px 0;
  }

  .fm-close-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fm-close-grid > div {
    grid-column: auto;
  }

  .fm-close h2 {
    font-size: clamp(3.15rem, 14vw, 4.7rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fm-logo-track {
    animation: none;
  }

  .fm-logo-loop[aria-hidden="true"] {
    display: none;
  }
}

/* ============================================================
   Site-wide editorial system + navigation hierarchy
   ============================================================ */

.site-reframed {
  --fm-ink: #141612;
  --fm-ink-soft: #52534d;
  --fm-gold: #a97d28;
  --fm-gold-deep: #72521b;
  --fm-gold-bright: #d7b65f;
  --fm-eggshell: #f3efe3;
  --fm-paper: #fffefb;
  --fm-line: rgba(20, 22, 18, 0.18);
  --fm-line-light: rgba(255, 255, 255, 0.22);
  --portal-gold: var(--fm-gold);
  --portal-gold-dark: var(--fm-gold-deep);
  --portal-paper: var(--fm-eggshell);
  --portal-card: var(--fm-paper);
  --portal-line: rgba(20, 22, 18, 0.18);
  --portal-ink: var(--fm-ink);
  --portal-muted: var(--fm-ink-soft);
  background: var(--fm-eggshell);
  color: var(--fm-ink);
}

.site-reframed .portal-utility {
  background: var(--fm-ink);
  color: #eee8d9;
  border-bottom: 0;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
}

.site-reframed .portal-utility-inner {
  width: min(1320px, calc(100% - 64px));
  min-height: 32px;
}

.utility-markets,
.utility-markets > span {
  display: inline-flex;
  align-items: center;
}

.utility-markets {
  gap: 18px;
}

.utility-markets > span {
  gap: 7px;
}

.utility-markets img {
  display: block;
  width: 18px;
  height: 12px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.site-reframed .portal-header {
  top: 32px;
  min-height: 84px;
  gap: clamp(32px, 6vw, 88px);
  padding: 0 max(32px, calc((100% - 1320px) / 2));
  border-color: var(--fm-line);
  background: rgba(255, 254, 251, 0.97);
  box-shadow: none;
}

.site-reframed .portal-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(20, 22, 18, 0.08);
}

.site-reframed .portal-brand {
  width: 166px;
}

.site-reframed .portal-nav {
  justify-content: flex-end;
  gap: clamp(6px, 1.6vw, 24px);
}

.site-reframed .portal-nav > a,
.site-reframed .nav-dropdown > summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 84px;
  padding: 0 2px;
  color: var(--fm-ink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.site-reframed .portal-nav > a::after,
.site-reframed .nav-dropdown > summary::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 1px;
  background: var(--fm-gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-reframed .portal-nav > a:hover::after,
.site-reframed .portal-nav > a:focus-visible::after,
.site-reframed .portal-nav > a[aria-current="page"]::after,
.site-reframed .nav-dropdown:hover > summary::before,
.site-reframed .nav-dropdown:focus-within > summary::before,
.site-reframed .nav-dropdown.is-current > summary::before {
  transform: scaleX(1);
  transform-origin: left;
}

.site-reframed .portal-nav > a:hover,
.site-reframed .portal-nav > a:focus-visible,
.site-reframed .nav-dropdown > summary:hover,
.site-reframed .nav-dropdown > summary:focus-visible,
.site-reframed .nav-dropdown.is-current > summary {
  color: var(--fm-gold-deep);
  outline: none;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > summary {
  gap: 8px;
  cursor: pointer;
  list-style: none;
}

.nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown > summary::after {
  content: "+";
  color: var(--fm-gold-deep);
  font-size: 0.88rem;
  font-weight: 600;
  transition: transform 180ms ease;
}

.nav-dropdown[open] > summary::after {
  transform: rotate(45deg);
}

.nav-dropdown-panel {
  display: grid;
  min-width: 260px;
  max-width: calc(100vw - 32px);
  border: 1px solid var(--fm-line);
  background: var(--fm-paper);
  box-shadow: 0 22px 60px rgba(20, 22, 18, 0.15);
}

.site-reframed .portal-nav .nav-dropdown-panel a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--fm-line);
  color: var(--fm-ink);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.site-reframed .portal-nav .nav-dropdown-panel a:last-child {
  border-bottom: 0;
}

.site-reframed .portal-nav .nav-dropdown-panel a:hover,
.site-reframed .portal-nav .nav-dropdown-panel a:focus-visible,
.site-reframed .portal-nav .nav-dropdown-panel a[aria-current="page"] {
  background: var(--fm-eggshell);
  color: var(--fm-gold-deep);
  outline: none;
}

.site-reframed .portal-nav .nav-dropdown-panel a::after {
  display: none;
}

@media (min-width: 981px) {
  .nav-dropdown-panel {
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
  }

  .nav-dropdown:hover .nav-dropdown-panel,
  .nav-dropdown:focus-within .nav-dropdown-panel,
  .nav-dropdown[open] .nav-dropdown-panel {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    transition-delay: 0s;
  }

  .nav-dropdown.is-menu-suppressed .nav-dropdown-panel {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translate(-50%, 10px) !important;
  }
}

/* Shared inner-page composition */

.site-reframed .page-main {
  background: var(--fm-paper);
}

.site-reframed .page-main > section {
  width: 100%;
  margin: 0;
  padding: clamp(96px, 10vw, 148px) max(32px, calc((100% - 1320px) / 2));
}

.site-reframed .page-main > section:nth-child(odd) {
  background: var(--fm-eggshell);
}

.site-reframed .page-main > section:nth-child(even) {
  background: var(--fm-paper);
}

.site-reframed .page-main h1,
.site-reframed .page-main h2,
.site-reframed .page-main h3,
.site-reframed .page-main h4,
.site-reframed .client-scroll-copy h2 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.site-reframed .portal-section-head h1,
.site-reframed .one-partner-copy h1,
.site-reframed .selector-section h1,
.site-reframed .portal-contact h1,
.site-reframed .client-hero-section h1 {
  max-width: 900px;
  font-size: clamp(4rem, 6.3vw, 7rem);
  line-height: 0.9;
}

.site-reframed .portal-section-head h2,
.site-reframed .team-section h2,
.site-reframed .one-partner-copy h2,
.site-reframed .selector-section h2,
.site-reframed .portal-contact h2,
.site-reframed .client-scroll-copy h2 {
  max-width: 900px;
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: 0.95;
}

.site-reframed .portal-section-head.split {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: end;
  margin-bottom: 58px;
}

.site-reframed .portal-section-head > p:not(.portal-eyebrow),
.site-reframed .portal-section-head.split > p,
.site-reframed .one-partner-copy p,
.site-reframed .selector-section > div p,
.site-reframed .portal-contact p,
.site-reframed .client-scroll-copy p:not(.portal-eyebrow) {
  color: var(--fm-ink-soft);
  line-height: 1.78;
}

.site-reframed .portal-eyebrow {
  color: var(--fm-gold-deep);
  font-size: 0.68rem;
  letter-spacing: 0.17em;
}

.site-reframed .portal-eyebrow::after {
  height: 1px;
}

.site-reframed .solutions-portal .portal-section-head,
.site-reframed .portal-section-head {
  width: 100%;
}

.site-reframed .solution-path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--fm-line);
  background: transparent;
}

.site-reframed .solution-path-card {
  min-height: 380px;
  padding: 30px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
  background: rgba(255, 254, 251, 0.7);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.site-reframed .solution-path-card:nth-child(3n) {
  border-right: 0;
}

.site-reframed .solution-path-card.is-featured {
  background: var(--fm-paper);
  box-shadow: inset 0 4px 0 var(--fm-gold);
}

.site-reframed .solution-path-card:hover {
  position: relative;
  z-index: 2;
  transform: translateY(-5px);
  background: #fff8e8;
  box-shadow: 0 24px 50px rgba(20, 22, 18, 0.1);
}

.site-reframed .solution-path-card:target {
  position: relative;
  z-index: 2;
  transform: translateY(-5px);
  background: #fff8e8;
  box-shadow: 0 24px 50px rgba(20, 22, 18, 0.1), inset 0 4px 0 var(--fm-gold);
  scroll-margin-top: 120px;
}

.site-reframed .solution-path-card h3 {
  font-size: clamp(1.85rem, 2.6vw, 2.8rem);
  line-height: 1;
}

.site-reframed .one-partner-section,
.site-reframed .selector-section,
.site-reframed .portal-contact,
.site-reframed .client-scroll-section {
  gap: clamp(54px, 8vw, 120px);
}

.site-reframed .one-partner-grid,
.site-reframed .selector-list,
.site-reframed .team-grid,
.site-reframed .client-spotlight-grid {
  gap: 0;
  border-color: var(--fm-line);
  background: transparent;
}

.site-reframed .one-partner-grid article,
.site-reframed .selector-list li,
.site-reframed .team-card,
.site-reframed .client-spotlight-card {
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
  background: rgba(255, 254, 251, 0.74);
}

.site-reframed .one-partner-grid h3,
.site-reframed .selector-list strong,
.site-reframed .team-card h4,
.site-reframed .client-group-head h3 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
}

.site-reframed .selector-list strong {
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.08;
}

.site-reframed .team-group,
.site-reframed .client-group-card {
  border-color: var(--fm-line);
  background: var(--fm-paper);
  box-shadow: none;
}

.site-reframed .team-group-head,
.site-reframed .client-group-head {
  background: var(--fm-paper);
  border-color: var(--fm-line);
}

.site-reframed .team-group-head h3,
.site-reframed .client-group-head h3 {
  font-size: clamp(1.8rem, 2.8vw, 3rem);
}

.site-reframed .about-narrative-section {
  margin: 0;
  border-top: 0;
}

.site-reframed .client-scroll-copy {
  top: 150px;
}

.site-reframed .portal-form {
  border-color: var(--fm-line);
  background: var(--fm-paper);
  box-shadow: none;
}

.site-reframed .portal-form input,
.site-reframed .portal-form select,
.site-reframed .portal-form textarea {
  min-height: 50px;
  border-color: var(--fm-line);
  background: #fff;
}

/* Country flags */

.country-visual img {
  display: block;
  width: 42px;
  height: 28px;
  object-fit: cover;
  border: 1px solid var(--fm-line);
}

.selector-list-visual .country-visual {
  padding-bottom: 20px;
}

.fm-presence-list dt {
  display: flex;
  align-items: center;
  gap: 11px;
}

.fm-presence-list dt img {
  display: block;
  width: 26px;
  height: 18px;
  object-fit: cover;
  border: 1px solid var(--fm-line);
}

/* Client marks stay restrained until the relationship is explored */

.client-logo-card img,
.client-spotlight-card img,
.fm-logo-card img {
  filter: grayscale(1) saturate(0.2) contrast(1.04);
  opacity: 0.7;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.client-logo-card:hover img,
.client-logo-card:focus-visible img,
.client-spotlight-card:hover img,
.client-spotlight-card:focus-visible img,
.fm-logo-card:hover img,
.fm-logo-card:focus-visible img {
  filter: grayscale(0) saturate(1) contrast(1);
  opacity: 1;
  transform: scale(1.04);
}

.site-reframed .client-logo-card:hover,
.site-reframed .client-logo-card:focus-visible,
.site-reframed .client-spotlight-card:hover,
.site-reframed .client-spotlight-card:focus-visible {
  background: #fff8e8;
}

/* Scroll-driven ore-to-bullion refinement sequence */

.fm-hero::before {
  display: none;
}

.fm-market-animation {
  position: relative;
  align-self: stretch;
  min-height: 590px;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.fm-refinement-scroll {
  position: relative;
  align-self: stretch;
  min-height: 590px;
}

.fm-refinement-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.fm-refinement-frame {
  position: absolute;
  top: 42%;
  left: 50%;
  display: block;
  width: min(88%, 430px);
  aspect-ratio: 1;
  background-image: url("assets/hero/gold-refinement-sprite-v3.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400% 400%;
  filter: drop-shadow(0 26px 22px rgba(80, 61, 22, 0.17));
  opacity: 1;
  transform: translate(-50%, -50%);
  will-change: opacity;
}

.fm-refinement-frame-b {
  opacity: 0;
}

.has-js .fm-refinement-frame {
  visibility: hidden;
}

.has-js .fm-refinement-visual.is-ready .fm-refinement-frame {
  visibility: visible;
}

/* No capability is permanently dark; every card earns emphasis on interaction. */

.fm-capability-primary {
  background: transparent;
  color: var(--fm-ink);
}

.fm-capability-primary p {
  color: var(--fm-gold-deep);
}

.site-reframed .portal-footer {
  width: 100%;
  margin: 0;
  padding: 66px max(32px, calc((100% - 1320px) / 2)) 110px;
  border-top-color: rgba(255, 255, 255, 0.14);
  background: #0d0e0c;
  color: #fffdf8;
}

.site-reframed .portal-footer img {
  filter: brightness(0) invert(1);
}

.site-reframed .portal-footer p {
  color: #aaa9a2;
}

.site-reframed .portal-footer a {
  color: #e9e4d7;
}

.site-reframed .portal-footer .footer-socials .social-icon {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #fff;
}

@media (max-width: 1120px) {
  .site-reframed .solution-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-reframed .solution-path-card:nth-child(3n) {
    border-right: 1px solid var(--fm-line);
  }

  .site-reframed .solution-path-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 980px) {
  .site-reframed .portal-utility {
    display: none;
  }

  .site-reframed .portal-header {
    top: 0;
    min-height: 74px;
    padding: 0 22px;
  }

  .site-reframed .portal-brand {
    width: 132px;
  }

  .site-reframed .portal-header .site-nav {
    inset: 74px 16px auto;
    max-height: calc(100vh - 94px);
    overflow-y: auto;
    padding: 10px;
    background: var(--fm-paper);
  }

  .site-reframed .portal-nav > a,
  .site-reframed .nav-dropdown > summary {
    min-height: 0;
    padding: 15px 13px;
  }

  .site-reframed .portal-nav > a::after,
  .site-reframed .nav-dropdown > summary::before {
    display: none;
  }

  .nav-dropdown-panel {
    display: none;
    min-width: 0;
    margin: 0 10px 10px;
    border: 0;
    border-left: 1px solid var(--fm-gold);
    box-shadow: none;
  }

  .nav-dropdown[open] .nav-dropdown-panel {
    display: grid;
  }

  .site-reframed .portal-nav .nav-dropdown-panel a {
    min-height: 44px;
    padding: 11px 16px;
  }

  .site-reframed .page-main > section {
    padding: 88px 24px;
  }

  .site-reframed .portal-section-head.split,
  .site-reframed .one-partner-section,
  .site-reframed .selector-section,
  .site-reframed .portal-contact,
  .site-reframed .client-scroll-section {
    grid-template-columns: 1fr;
  }

  .site-reframed .client-scroll-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-reframed .page-main > section {
    padding: 74px 18px;
  }

  .site-reframed .portal-section-head h1,
  .site-reframed .one-partner-copy h1,
  .site-reframed .selector-section h1,
  .site-reframed .portal-contact h1,
  .site-reframed .client-hero-section h1 {
    font-size: clamp(3.15rem, 15vw, 4.6rem);
  }

  .site-reframed .portal-section-head h2,
  .site-reframed .team-section h2,
  .site-reframed .one-partner-copy h2,
  .site-reframed .selector-section h2,
  .site-reframed .portal-contact h2,
  .site-reframed .client-scroll-copy h2 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .site-reframed .solution-path-grid {
    grid-template-columns: 1fr;
  }

  .site-reframed .solution-path-card,
  .site-reframed .solution-path-card:nth-child(2n),
  .site-reframed .solution-path-card:nth-child(3n) {
    min-height: 280px;
    border-right: 0;
  }

  .site-reframed .one-partner-grid {
    grid-template-columns: 1fr;
  }

  .site-reframed .portal-footer {
    padding: 54px 18px 96px;
  }

  .fm-market-animation {
    min-height: 390px;
  }

  .fm-refinement-frame {
    width: min(88vw, 330px);
  }

  .fm-refinement-frame {
    top: 44%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fm-refinement-frame {
    will-change: auto;
  }
}

/* Full-width mobile navigation: the menu belongs to the header, not its remaining flex column. */
@media (max-width: 980px) {
  .site-reframed .portal-header .site-nav {
    position: absolute;
    inset: 100% 0 auto;
    width: 100%;
    max-width: none;
    max-height: calc(100svh - 74px);
    flex: none;
    align-items: stretch;
    justify-content: start;
    padding: 12px 22px 18px;
    border-right: 0;
    border-left: 0;
  }

  .site-reframed .portal-header .site-nav > a,
  .site-reframed .portal-header .site-nav > .nav-dropdown {
    width: 100%;
  }

  .site-reframed .portal-header .site-nav > a,
  .site-reframed .portal-header .nav-dropdown > summary {
    justify-content: space-between;
    padding-inline: 4px;
  }

  .site-reframed .portal-header .nav-dropdown-panel {
    width: 100%;
    margin: 0 0 8px;
    border-left: 0;
    background: rgba(169, 125, 40, 0.07);
  }
}

/* ============================================================
   PMLA compliance page — editorial control system
   ============================================================ */

.pmla-reframed .pmla-page {
  overflow: hidden;
  background: var(--fm-paper);
}

.pmla-reframed .pmla-page h1,
.pmla-reframed .pmla-page h2,
.pmla-reframed .pmla-page h3,
.pmla-reframed .pmla-page p,
.pmla-reframed .pmla-page li,
.pmla-reframed .pmla-page summary,
.pmla-reframed .pmla-page dt,
.pmla-reframed .pmla-page dd,
.pmla-reframed .pmla-page a {
  letter-spacing: 0;
}

.pmla-reframed .pmla-page h1,
.pmla-reframed .pmla-page h2,
.pmla-reframed .pmla-page h3 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
}

.pmla-reframed .pmla-page .fm-kicker {
  letter-spacing: 0;
}

.pmla-page-hero {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  overflow: hidden;
  background-color: var(--fm-eggshell);
  background-image: url("assets/finmet/pmla-compliance-scales.png");
  background-position: center 52%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pmla-page-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(243, 239, 227, 0.84);
  content: "";
}

.pmla-page-hero-inner {
  display: flex;
  min-height: 560px;
  padding: 76px 0 64px;
  flex-direction: column;
}

.pmla-page-hero h1 {
  max-width: 1040px;
  margin: 0;
  font-size: 6rem;
  line-height: 0.92;
}

.pmla-page-lede {
  max-width: 720px;
  margin: 30px 0 0;
  color: var(--fm-ink-soft);
  font-size: 1.12rem;
  line-height: 1.7;
}

.pmla-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px;
}

.pmla-page-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid var(--fm-line);
  background: var(--fm-paper);
}

.pmla-proof-band {
  border-bottom: 1px solid var(--fm-line);
  background: var(--fm-paper);
}

.pmla-page-proof div {
  min-width: 0;
  padding: 18px 20px 20px;
}

.pmla-page-proof div + div {
  border-left: 1px solid var(--fm-line);
}

.pmla-page-proof dt,
.pmla-page-proof dd {
  margin: 0;
}

.pmla-page-proof dt {
  color: #72736d;
  font-size: 0.67rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pmla-page-proof dd {
  margin-top: 7px;
  font-size: 0.92rem;
  font-weight: 800;
}

.pmla-page-obligations,
.pmla-page-path,
.pmla-page-risk,
.pmla-page-offering,
.pmla-page-screenmate,
.pmla-page-faq,
.pmla-related {
  padding: 130px 0;
}

.pmla-page-obligations,
.pmla-page-offering,
.pmla-page-faq {
  background: var(--fm-paper);
}

.pmla-page-path,
.pmla-page-risk,
.pmla-page-screenmate {
  background: var(--fm-eggshell);
}

.pmla-related {
  border-top: 1px solid var(--fm-line);
  background: var(--fm-eggshell);
}

.pmla-related-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 72px;
}

.pmla-related-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: 4.9rem;
  line-height: 0.98;
}

.pmla-related-heading > p {
  margin: 0;
  color: var(--fm-ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.pmla-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 68px;
  border-top: 1px solid var(--fm-line);
  border-left: 1px solid var(--fm-line);
}

.pmla-related-grid > a {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 390px;
  padding: 28px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
  background: rgba(255, 254, 251, 0.56);
  color: var(--fm-ink);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pmla-related-grid > a:hover,
.pmla-related-grid > a:focus-visible {
  z-index: 1;
  background: var(--fm-gold);
  color: #171710;
  outline: 0;
  transform: translateY(-5px);
}

.pmla-article-number,
.pmla-article-source,
.pmla-article-link {
  font-family: Manrope, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pmla-article-number {
  color: var(--fm-gold-deep);
}

.pmla-related-grid > a:hover .pmla-article-number,
.pmla-related-grid > a:focus-visible .pmla-article-number {
  color: #171710;
}

.pmla-article-source {
  margin-top: 66px;
  color: #74756f;
}

.pmla-related-grid h3 {
  margin: 17px 0 38px;
  font-size: 2rem;
  line-height: 1.08;
}

.pmla-article-link {
  align-self: end;
  padding-top: 20px;
  border-top: 1px solid currentColor;
}

.pmla-page-split {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 110px;
}

.pmla-page-sticky-copy {
  position: sticky;
  top: 150px;
}

.pmla-page-sticky-copy h2,
.pmla-page-heading-row h2,
.pmla-screenmate-copy h2,
.pmla-page-close h2 {
  margin: 0;
  font-size: 4.9rem;
  line-height: 0.98;
}

.pmla-page-sticky-copy > p:not(.fm-kicker),
.pmla-page-heading-row > p,
.pmla-screenmate-copy > p:not(.fm-kicker) {
  margin: 26px 0 0;
  color: var(--fm-ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.pmla-obligation-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--fm-line);
  list-style: none;
}

.pmla-obligation-list li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 22px;
  min-height: 138px;
  padding: 27px 0;
  border-bottom: 1px solid var(--fm-line);
}

.pmla-obligation-list > li > span {
  padding-top: 5px;
  color: var(--fm-gold-deep);
  font-size: 0.72rem;
  font-weight: 800;
}

.pmla-obligation-list h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
}

.pmla-obligation-list p {
  max-width: 670px;
  margin: 10px 0 0;
  color: var(--fm-ink-soft);
  font-size: 0.92rem;
  line-height: 1.65;
}

.pmla-page-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(260px, 0.58fr);
  align-items: end;
  gap: 70px;
}

.pmla-page-heading-row > p {
  margin: 0;
}

.pmla-step-grid,
.pmla-risk-grid,
.pmla-offer-grid {
  display: grid;
  margin: 68px 0 0;
  padding: 0;
  border-top: 1px solid var(--fm-line);
  border-left: 1px solid var(--fm-line);
  list-style: none;
}

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

.pmla-step-grid li {
  display: grid;
  grid-template-rows: auto 82px auto 1fr;
  min-height: 390px;
  padding: 26px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
  background: rgba(255, 254, 251, 0.56);
}

.pmla-step-grid span,
.pmla-risk-grid article > span,
.pmla-offer-grid article > span {
  color: var(--fm-gold-deep);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pmla-step-grid svg,
.pmla-offer-icon svg {
  width: 34px;
  height: 34px;
  align-self: center;
  fill: none;
  stroke: var(--fm-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.pmla-step-grid h3,
.pmla-risk-grid h3,
.pmla-offer-grid h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
}

.pmla-step-grid p,
.pmla-offer-grid p {
  margin: 16px 0 0;
  color: var(--fm-ink-soft);
  font-size: 0.88rem;
  line-height: 1.65;
}

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

.pmla-risk-grid article {
  min-height: 360px;
  padding: 26px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
  background: var(--fm-paper);
}

.pmla-risk-grid h3 {
  margin-top: 84px;
}

.pmla-risk-grid ul,
.pmla-failure-strip ul,
.pmla-faq-list ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pmla-risk-grid li,
.pmla-failure-strip li,
.pmla-faq-list li {
  position: relative;
  padding-left: 17px;
  color: var(--fm-ink-soft);
  font-size: 0.85rem;
  line-height: 1.55;
}

.pmla-risk-grid li + li,
.pmla-failure-strip li + li,
.pmla-faq-list li + li {
  margin-top: 8px;
}

.pmla-risk-grid li::before,
.pmla-failure-strip li::before,
.pmla-faq-list li::before {
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--fm-gold);
  content: "";
}

.pmla-failure-strip {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 72px;
  margin-top: 34px;
  padding: 34px 0 0;
  border-top: 1px solid var(--fm-line);
}

.pmla-failure-strip .fm-kicker,
.pmla-failure-strip ul {
  margin: 0;
}

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

.pmla-offer-grid article {
  display: grid;
  grid-template-rows: auto 110px auto 1fr;
  min-height: 390px;
  padding: 28px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
}

.pmla-offer-icon {
  display: grid;
  align-self: center;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(169, 125, 40, 0.48);
  background: var(--fm-eggshell);
}

.pmla-screenmate-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 100px;
}

.pmla-screenmate-visual {
  padding: 28px;
  border: 1px solid var(--fm-line);
  background: var(--fm-paper);
  box-shadow: 22px 22px 0 rgba(169, 125, 40, 0.12);
}

.pmla-screenmate-topbar,
.pmla-screenmate-search,
.pmla-screenmate-status,
.pmla-screenmate-visual dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.pmla-screenmate-topbar {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--fm-line);
}

.pmla-screenmate-topbar span {
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.pmla-screenmate-topbar small,
.pmla-screenmate-search span,
.pmla-screenmate-status span,
.pmla-screenmate-visual dt {
  color: #74756f;
  font-size: 0.67rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pmla-screenmate-search {
  margin-top: 30px;
  padding: 18px;
  border: 1px solid var(--fm-line);
}

.pmla-screenmate-search b {
  padding: 11px 14px;
  background: var(--fm-gold);
  color: #fff;
  font-size: 0.69rem;
  text-transform: uppercase;
}

.pmla-screenmate-status {
  margin-top: 26px;
  padding: 22px 0;
  border-top: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
}

.pmla-screenmate-status strong {
  color: #35624a;
  font-size: 0.82rem;
}

.pmla-screenmate-visual dl {
  margin: 0;
}

.pmla-screenmate-visual dl div {
  padding: 18px 0;
  border-bottom: 1px solid var(--fm-line);
}

.pmla-screenmate-visual dt,
.pmla-screenmate-visual dd {
  margin: 0;
}

.pmla-screenmate-visual dd {
  text-align: right;
  font-size: 0.82rem;
  font-weight: 700;
}

.pmla-screenmate-copy h2 {
  font-size: 4.5rem;
}

.pmla-quality-list {
  margin: 34px 0 30px;
  padding: 0;
  border-top: 1px solid var(--fm-line);
  list-style: none;
}

.pmla-quality-list li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--fm-line);
}

.pmla-quality-list strong {
  font-size: 0.82rem;
}

.pmla-quality-list span {
  color: var(--fm-ink-soft);
  font-size: 0.82rem;
  line-height: 1.55;
}

.pmla-faq-list {
  border-top: 1px solid var(--fm-line);
}

.pmla-faq-list details {
  border-bottom: 1px solid var(--fm-line);
}

.pmla-faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  padding: 27px 42px 27px 0;
  cursor: pointer;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.15;
  list-style: none;
}

.pmla-resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  padding-top: 30px;
}

.pmla-faq-list summary::-webkit-details-marker {
  display: none;
}

.pmla-faq-list summary::after {
  position: absolute;
  right: 0;
  color: var(--fm-gold-deep);
  content: "+";
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
}

.pmla-faq-list details[open] summary::after {
  content: "−";
}

.pmla-faq-list summary span {
  padding-top: 5px;
  color: var(--fm-gold-deep);
  font-family: Manrope, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}

.pmla-faq-list details > div {
  max-width: 760px;
  padding: 0 0 30px 68px;
}

.pmla-faq-list details p {
  margin: 0;
  color: var(--fm-ink-soft);
  font-size: 0.92rem;
  line-height: 1.7;
}

.pmla-faq-list details p + p {
  margin-top: 14px;
}

.pmla-page-close {
  padding: 110px 0 42px;
  background: var(--fm-ink);
  color: #fffdf8;
}

.pmla-page-close-grid {
  display: grid;
  grid-template-columns: 0.3fr 1.2fr 0.5fr;
  align-items: end;
  gap: 48px;
}

.pmla-page-close .fm-kicker {
  color: var(--fm-gold-bright);
}

.pmla-page-close h2 {
  font-size: 5.3rem;
}

.pmla-page-close-grid > div p {
  margin: 0 0 28px;
  color: #c7c5bb;
  font-size: 0.85rem;
  line-height: 1.65;
}

.pmla-disclaimer {
  margin-top: 72px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #96968f;
  font-size: 0.7rem;
}

@media (max-width: 1120px) {
  .pmla-page-hero h1 {
    font-size: 4.8rem;
  }

  .pmla-page-split,
  .pmla-screenmate-layout {
    gap: 60px;
  }

  .pmla-page-sticky-copy h2,
  .pmla-page-heading-row h2,
  .pmla-screenmate-copy h2 {
    font-size: 4rem;
  }

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

  .pmla-screenmate-layout {
    grid-template-columns: 1fr 0.92fr;
  }

  .pmla-page-close-grid {
    grid-template-columns: 0.3fr 1.3fr;
  }

  .pmla-page-close-grid > div {
    grid-column: 2;
  }
}

@media (max-width: 980px) {
  .pmla-page-obligations,
  .pmla-page-path,
  .pmla-page-risk,
  .pmla-page-offering,
  .pmla-page-screenmate,
  .pmla-page-faq,
  .pmla-related {
    padding: 96px 0;
  }

  .pmla-page-split,
  .pmla-page-heading-row,
  .pmla-screenmate-layout,
  .pmla-related-heading {
    grid-template-columns: 1fr;
  }

  .pmla-related-grid {
    grid-template-columns: 1fr;
  }

  .pmla-related-grid > a {
    min-height: 310px;
  }

  .pmla-page-sticky-copy {
    position: static;
    max-width: 780px;
  }

  .pmla-page-heading-row > p {
    max-width: 620px;
  }

  .pmla-screenmate-visual {
    max-width: 760px;
  }

  .pmla-page-close-grid {
    grid-template-columns: 1fr;
  }

  .pmla-page-close-grid > div {
    grid-column: auto;
    max-width: 520px;
  }
}

@media (max-width: 680px) {
  .pmla-page-hero,
  .pmla-page-hero-inner {
    min-height: 0;
  }

  .pmla-page-hero {
    background-position: 54% center;
  }

  .pmla-page-hero-inner {
    width: min(100% - 36px, 1320px);
    padding: 54px 0 50px;
  }

  .pmla-page-hero h1 {
    font-size: 3.2rem;
    line-height: 0.96;
  }

  .pmla-page-lede {
    margin-top: 24px;
    font-size: 1rem;
  }

  .pmla-page-actions {
    display: grid;
    gap: 20px;
  }

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

  .pmla-page-proof div:nth-child(3) {
    border-left: 0;
  }

  .pmla-page-proof div:nth-child(n + 3) {
    border-top: 1px solid var(--fm-line);
  }

  .pmla-page-obligations,
  .pmla-page-path,
  .pmla-page-risk,
  .pmla-page-offering,
  .pmla-page-screenmate,
  .pmla-page-faq,
  .pmla-related {
    padding: 78px 0;
  }

  .pmla-page-split,
  .pmla-screenmate-layout {
    gap: 46px;
  }

  .pmla-page-sticky-copy h2,
  .pmla-page-heading-row h2,
  .pmla-screenmate-copy h2,
  .pmla-related-heading h2 {
    font-size: 3.15rem;
  }

  .pmla-related-heading {
    gap: 26px;
  }

  .pmla-related-grid {
    margin-top: 44px;
  }

  .pmla-related-grid > a {
    min-height: 0;
    padding: 24px;
  }

  .pmla-article-source {
    margin-top: 48px;
  }

  .pmla-related-grid h3 {
    font-size: 1.75rem;
  }

  .pmla-obligation-list li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
  }

  .pmla-obligation-list h3 {
    font-size: 1.7rem;
  }

  .pmla-step-grid,
  .pmla-risk-grid,
  .pmla-offer-grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .pmla-step-grid li,
  .pmla-risk-grid article,
  .pmla-offer-grid article {
    min-height: 0;
  }

  .pmla-step-grid li {
    grid-template-rows: auto 70px auto auto;
  }

  .pmla-risk-grid h3 {
    margin-top: 54px;
  }

  .pmla-failure-strip {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pmla-screenmate-visual {
    padding: 18px;
    box-shadow: 10px 10px 0 rgba(169, 125, 40, 0.12);
  }

  .pmla-screenmate-search,
  .pmla-screenmate-status,
  .pmla-screenmate-visual dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .pmla-screenmate-visual dd {
    text-align: left;
  }

  .pmla-quality-list li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .pmla-faq-list summary {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    padding-right: 30px;
    font-size: 1.42rem;
  }

  .pmla-faq-list details > div {
    padding-left: 42px;
  }

  .pmla-resource-links {
    display: grid;
    gap: 20px;
  }

  .pmla-page-close {
    padding: 78px 0 34px;
  }

  .pmla-page-close h2 {
    font-size: 3.5rem;
  }

  .pmla-disclaimer {
    margin-top: 52px;
  }
}

/* ============================================================
   Homepage content review — approved PM narrative
   ============================================================ */

.home-reframed .fm-hero::before {
  display: none;
}

.home-reframed .fm-hero h1 {
  max-width: 720px;
  font-size: 6rem;
}

.fm-origin-proof {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  max-width: 650px;
  margin-top: 58px;
  padding-top: 20px;
  border-top: 1px solid var(--fm-line);
}

.fm-origin-proof span {
  color: var(--fm-gold-deep);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.fm-origin-proof p {
  margin: 0;
  color: var(--fm-ink);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.55;
}

.fm-story,
.fm-standards,
.fm-group-structure,
.fm-ethos,
.fm-global-presence {
  padding: 128px 0;
}

.fm-story {
  background: var(--fm-eggshell);
}

.fm-story-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 112px;
}

.fm-story-heading {
  position: sticky;
  top: 156px;
}

.fm-story h2,
.fm-standards h2,
.fm-group-structure h2,
.fm-collaboration h2,
.fm-ethos h2,
.fm-global-presence h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.fm-story-mark {
  display: grid;
  width: 176px;
  margin-top: 48px;
  padding: 18px 0 0;
  border-top: 3px solid var(--fm-gold);
  color: var(--fm-gold-deep);
  line-height: 1;
}

.fm-story-mark span {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fm-story-mark strong {
  margin-top: 8px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
}

.fm-story-copy {
  max-width: 730px;
}

.fm-story-copy p {
  margin: 0;
  color: var(--fm-ink-soft);
  font-size: 1.04rem;
  line-height: 1.78;
}

.fm-story-copy p + p {
  margin-top: 24px;
}

.fm-story-copy .fm-story-lead {
  color: var(--fm-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 2rem;
  line-height: 1.28;
}

.fm-participant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.fm-participant-list li {
  padding: 9px 12px;
  border: 1px solid var(--fm-line);
  background: var(--fm-paper);
  color: var(--fm-ink);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fm-standards {
  background: var(--fm-ink);
  color: #fffdf8;
}

.fm-standards-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  gap: 112px;
}

.fm-standards .fm-kicker,
.fm-collaboration .fm-kicker {
  color: var(--fm-gold-bright);
}

.fm-standards-copy > p {
  max-width: 720px;
  margin: 0;
  color: #c8c6bd;
  font-size: 1rem;
  line-height: 1.78;
}

.fm-standard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 42px 0 36px;
  padding: 0;
  border-top: 1px solid var(--fm-line-light);
  border-left: 1px solid var(--fm-line-light);
  list-style: none;
}

.fm-standard-grid li {
  display: grid;
  gap: 9px;
  min-height: 130px;
  padding: 22px;
  border-right: 1px solid var(--fm-line-light);
  border-bottom: 1px solid var(--fm-line-light);
}

.fm-standard-grid strong {
  color: var(--fm-gold-bright);
  font-size: 1.12rem;
  letter-spacing: 0.05em;
}

.fm-standard-grid span {
  align-self: end;
  color: #d4d1c8;
  font-size: 0.78rem;
  line-height: 1.45;
}

.fm-standards .fm-text-link {
  color: #fffdf8;
}

.fm-group-structure {
  background: var(--fm-paper);
}

.fm-entity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 60px;
  border-top: 1px solid var(--fm-line);
  border-left: 1px solid var(--fm-line);
}

.fm-entity-grid article {
  min-height: 310px;
  padding: 32px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
  background: #fff;
}

.fm-entity-grid article > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--fm-gold-deep);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fm-entity-grid article > span img {
  width: 26px;
  height: 18px;
  border: 1px solid rgba(20, 22, 18, 0.12);
  object-fit: cover;
}

.fm-entity-grid h3 {
  margin: 82px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.fm-entity-grid p {
  max-width: 440px;
  margin: 18px 0 0;
  color: var(--fm-ink-soft);
  line-height: 1.65;
}

.fm-group-note {
  max-width: 850px;
  margin: 34px 0 26px;
  color: var(--fm-ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.fm-collaboration {
  padding: 128px 0;
  background: #191a17;
  color: #fffdf8;
}

.fm-collaboration-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: 88px;
}

.fm-collaboration-image {
  position: sticky;
  top: 156px;
  margin: 0;
}

.fm-collaboration-image img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.08);
}

.fm-collaboration-image figcaption {
  padding: 14px 0;
  border-bottom: 1px solid var(--fm-line-light);
  color: #aaa89f;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fm-collaboration-copy > p:not(.fm-kicker) {
  max-width: 680px;
  margin: 28px 0 0;
  color: #c8c6bd;
  line-height: 1.75;
}

.fm-organisation-directory {
  margin-top: 64px;
}

.fm-organisation-directory-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--fm-line-light);
}

.fm-organisation-directory-heading p {
  margin: 0;
}

.fm-organisation-directory-heading > p:last-child {
  max-width: 420px;
  color: #aaa89f;
  font-size: 0.82rem;
  line-height: 1.55;
  text-align: right;
}

.fm-organisation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-left: 1px solid var(--fm-line-light);
  list-style: none;
}

.fm-organisation-grid li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  min-height: 148px;
  padding: 24px;
  border-right: 1px solid var(--fm-line-light);
  border-bottom: 1px solid var(--fm-line-light);
}

.fm-organisation-grid strong {
  color: var(--fm-gold-bright);
  font-size: 0.77rem;
  letter-spacing: 0.08em;
}

.fm-organisation-grid span {
  color: #d9d6cc;
  font-size: 0.76rem;
  line-height: 1.45;
}

.fm-organisation-grid small {
  color: #a8a398;
  font-size: 0.68rem;
  line-height: 1.45;
}

.client-hero-intro {
  max-width: 480px;
  margin: 22px 0 0;
  color: var(--fm-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.client-logo-card .client-logo-wordmark {
  display: grid;
  place-items: center;
  min-height: 52px;
  color: #0e5a50;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.fm-collaboration-copy .fm-collaboration-note {
  padding-left: 18px;
  border-left: 2px solid var(--fm-gold);
  color: #e5e1d5;
}

.fm-ethos {
  background: var(--fm-eggshell);
}

.fm-ethos-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: center;
  gap: 92px;
}

.fm-ethos-symbol {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid var(--fm-line);
  background: var(--fm-paper);
}

.fm-ethos-symbol img {
  display: block;
  width: 72%;
  max-height: 220px;
  object-fit: contain;
}

.fm-ethos h2 {
  max-width: 850px;
}

.fm-ethos p:not(.fm-kicker) {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--fm-ink-soft);
  line-height: 1.75;
}

.fm-global-presence {
  background: var(--fm-paper);
}

.fm-location-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 58px 0 0;
  padding: 0;
  border-top: 1px solid var(--fm-line);
  border-left: 1px solid var(--fm-line);
  list-style: none;
}

.fm-location-grid li {
  display: grid;
  align-content: space-between;
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
}

.fm-location-grid img {
  width: 52px;
  height: 34px;
  border: 1px solid rgba(20, 22, 18, 0.12);
  object-fit: cover;
}

.fm-location-grid div {
  display: grid;
  gap: 8px;
}

.fm-location-grid strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
}

.fm-location-grid span {
  color: var(--fm-ink-soft);
  font-size: 0.78rem;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .home-reframed .fm-hero h1 {
    font-size: 5rem;
  }

  .fm-story-layout,
  .fm-standards-layout {
    gap: 64px;
  }

  .fm-story h2,
  .fm-standards h2,
  .fm-group-structure h2,
  .fm-collaboration h2,
  .fm-ethos h2,
  .fm-global-presence h2 {
    font-size: 4rem;
  }

  .fm-collaboration-layout {
    gap: 52px;
  }

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

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

@media (max-width: 980px) {
  .fm-story-layout,
  .fm-standards-layout,
  .fm-collaboration-layout,
  .fm-ethos-layout {
    grid-template-columns: 1fr;
  }

  .fm-story-heading,
  .fm-collaboration-image {
    position: static;
  }

  .fm-collaboration-image img {
    height: min(76vw, 660px);
  }

  .fm-ethos-symbol {
    width: min(310px, 100%);
  }
}

@media (max-width: 680px) {
  .home-reframed .fm-hero h1 {
    font-size: 3.4rem;
  }

  .fm-origin-proof {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 42px;
  }

  .fm-story,
  .fm-standards,
  .fm-group-structure,
  .fm-collaboration,
  .fm-ethos,
  .fm-global-presence {
    padding: 82px 0;
  }

  .fm-story-layout,
  .fm-standards-layout,
  .fm-collaboration-layout,
  .fm-ethos-layout {
    gap: 48px;
  }

  .fm-story h2,
  .fm-standards h2,
  .fm-group-structure h2,
  .fm-collaboration h2,
  .fm-ethos h2,
  .fm-global-presence h2 {
    font-size: 2.85rem;
  }

  .fm-story-copy .fm-story-lead {
    font-size: 1.55rem;
  }

  .fm-standard-grid,
  .fm-entity-grid,
  .fm-organisation-grid,
  .fm-location-grid {
    grid-template-columns: 1fr;
  }

  .fm-standard-grid li {
    min-height: 110px;
  }

  .fm-entity-grid article {
    min-height: 250px;
    padding: 26px;
  }

  .fm-entity-grid h3 {
    margin-top: 58px;
    font-size: 2.25rem;
  }

  .fm-collaboration-image img {
    height: 112vw;
    max-height: 560px;
  }

  .fm-organisation-grid li {
    min-height: 126px;
  }

  .fm-organisation-directory-heading {
    display: block;
  }

  .fm-organisation-directory-heading > p:last-child {
    margin-top: 10px;
    text-align: left;
  }

  .fm-ethos-symbol {
    width: 220px;
  }

  .fm-location-grid li {
    grid-template-columns: 58px 1fr;
    align-items: center;
    align-content: center;
    gap: 20px;
    min-height: 130px;
    padding: 22px;
  }
}

@media (max-width: 420px) {
  .home-reframed .fm-hero h1 {
    font-size: 3rem;
  }
}

/* Final homepage rhythm overrides live after all legacy homepage rules. */
.home-reframed .fm-hero-grid {
  min-height: 0;
  padding: 72px 0;
}

.home-reframed .fm-section-heading h2,
.home-reframed .fm-audience-intro h2,
.home-reframed .fm-story h2,
.home-reframed .fm-standards h2,
.home-reframed .fm-group-structure h2,
.home-reframed .fm-collaboration h2,
.home-reframed .fm-ethos h2,
.home-reframed .fm-global-presence h2 {
  font-size: 4.6rem;
}

.home-reframed .fm-clients,
.home-reframed .fm-audiences,
.home-reframed .fm-platforms {
  padding: 108px 0;
}

.home-reframed .fm-story,
.home-reframed .fm-standards,
.home-reframed .fm-group-structure,
.home-reframed .fm-collaboration,
.home-reframed .fm-ethos,
.home-reframed .fm-global-presence {
  padding: 108px 0;
}

.home-reframed .fm-audience-card {
  min-height: 205px;
  padding: 30px 4px 32px;
}

.home-reframed .fm-entity-grid article {
  min-height: 270px;
}

.home-reframed .fm-entity-grid h3 {
  margin-top: 56px;
}

.home-reframed .fm-platform-card {
  grid-template-rows: 230px 1fr;
}

.home-reframed .fm-platform-visual {
  padding: 32px;
}

.home-reframed .fm-collaboration-image img {
  height: 540px;
}

@media (max-width: 1120px) {
  .home-reframed .fm-section-heading h2,
  .home-reframed .fm-audience-intro h2,
  .home-reframed .fm-story h2,
  .home-reframed .fm-standards h2,
  .home-reframed .fm-group-structure h2,
  .home-reframed .fm-collaboration h2,
  .home-reframed .fm-ethos h2,
  .home-reframed .fm-global-presence h2 {
    font-size: 3.8rem;
  }
}

@media (max-width: 680px) {
  .home-reframed .fm-hero-grid {
    padding: 48px 0 52px;
  }

  .home-reframed .fm-section-heading h2,
  .home-reframed .fm-audience-intro h2,
  .home-reframed .fm-story h2,
  .home-reframed .fm-standards h2,
  .home-reframed .fm-group-structure h2,
  .home-reframed .fm-collaboration h2,
  .home-reframed .fm-ethos h2,
  .home-reframed .fm-global-presence h2 {
    font-size: 2.75rem;
  }

  .home-reframed .fm-clients,
  .home-reframed .fm-audiences,
  .home-reframed .fm-platforms,
  .home-reframed .fm-story,
  .home-reframed .fm-standards,
  .home-reframed .fm-group-structure,
  .home-reframed .fm-collaboration,
  .home-reframed .fm-ethos,
  .home-reframed .fm-global-presence {
    padding: 78px 0;
  }

  .home-reframed .fm-audience-card {
    min-height: 0;
  }

  .home-reframed .fm-platform-card,
  .home-reframed .fm-platform-card:last-child {
    grid-template-rows: 210px auto;
  }

  .home-reframed .fm-collaboration-image img {
    height: 112vw;
    max-height: 520px;
  }
}

/* Revised homepage product and expertise systems. */
.home-reframed .fm-hero h1 {
  max-width: 760px;
  font-size: 5.25rem;
}

.fm-expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid var(--fm-line);
  border-left: 1px solid var(--fm-line);
  list-style: none;
}

.fm-expertise-grid li {
  display: grid;
  gap: 30px;
  min-height: 142px;
  padding: 20px;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
  background: var(--fm-paper);
}

.fm-expertise-grid span {
  color: var(--fm-gold-deep);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.fm-expertise-grid strong {
  align-self: end;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.1;
}

.fm-product-grid {
  align-items: stretch;
}

.home-reframed .fm-product-card {
  grid-template-rows: 220px 1fr;
}

.fm-product-card > div:last-child {
  display: flex;
  flex-direction: column;
}

.fm-product-card h3 {
  font-size: 2.45rem;
}

.fm-product-card p {
  line-height: 1.62;
}

.fm-product-features {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--fm-line);
  list-style: none;
}

.fm-product-features li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid var(--fm-line);
  color: var(--fm-ink-soft);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
}

.fm-product-features li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--fm-gold);
}

.fm-product-card .fm-text-link {
  margin-top: auto;
  padding-top: 28px;
}

.fm-backbone {
  padding: 108px 0;
  background: #ece5d2;
}

.fm-backbone-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1.14fr);
  align-items: end;
  gap: 100px;
}

.fm-backbone h2 {
  max-width: 720px;
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.fm-backbone-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--fm-line);
  list-style: none;
}

.fm-backbone-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--fm-line);
}

.fm-backbone-list span {
  color: var(--fm-gold-deep);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.fm-backbone-list strong {
  font-size: 1rem;
}

.home-reframed .fm-collaboration-image img {
  height: 480px;
}

@media (max-width: 1120px) {
  .home-reframed .fm-hero h1 {
    font-size: 4.55rem;
  }

  .fm-backbone h2 {
    font-size: 3.8rem;
  }
}

@media (max-width: 980px) {
  .fm-backbone-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 680px) {
  .home-reframed .fm-hero h1 {
    font-size: 3.05rem;
  }

  .fm-expertise-grid {
    grid-template-columns: 1fr;
  }

  .fm-expertise-grid li {
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 96px;
  }

  .home-reframed .fm-product-card,
  .home-reframed .fm-product-card:last-child {
    grid-template-rows: 200px auto;
  }

  .fm-product-card h3 {
    font-size: 2.15rem;
  }

  .fm-backbone {
    padding: 78px 0;
  }

  .fm-backbone h2 {
    font-size: 2.75rem;
  }

  .home-reframed .fm-collaboration-image img {
    height: 112vw;
    max-height: 500px;
  }
}

/* ============================================================
   Sitewide phone hardening
   ============================================================ */

@media (max-width: 680px) {
  .site-reframed:not(.home-reframed) .page-main > section {
    padding: 56px 16px;
  }

  .site-reframed:not(.home-reframed) .page-main > section:first-child {
    padding-top: 48px;
  }

  .site-reframed:not(.home-reframed):not(.pmla-reframed) .portal-section-head h1,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .one-partner-copy h1,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .selector-section h1,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .portal-contact h1,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .client-hero-section h1 {
    font-size: 2.75rem;
    line-height: 0.98;
    letter-spacing: -0.035em;
  }

  .site-reframed:not(.home-reframed):not(.pmla-reframed) .portal-section-head h2,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .team-section h2,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .one-partner-copy h2,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .selector-section h2,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .portal-contact h2,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .client-scroll-copy h2 {
    font-size: 2.35rem;
    line-height: 1;
  }

  .site-reframed .portal-section-head.split {
    gap: 24px;
    margin-bottom: 36px;
  }

  .site-reframed .one-partner-section,
  .site-reframed .selector-section,
  .site-reframed .portal-contact,
  .site-reframed .client-scroll-section {
    gap: 38px;
  }

  .site-reframed .solution-path-card,
  .site-reframed .solution-path-card:nth-child(2n),
  .site-reframed .solution-path-card:nth-child(3n) {
    min-height: 0;
    padding: 22px;
  }

  .site-reframed .solution-path-card h3 {
    margin-top: 18px;
    font-size: 1.95rem;
  }

  .site-reframed .team-group-head,
  .site-reframed .client-group-head {
    padding: 20px;
  }

  .site-reframed .team-group-head h3,
  .site-reframed .client-group-head h3 {
    font-size: 2rem;
  }

  .site-reframed .team-card {
    padding: 20px;
  }

  .site-reframed .client-spotlight-card {
    min-height: 180px;
    padding: 22px;
  }

  .site-reframed .client-logo-card {
    min-height: 126px;
    padding: 14px 10px;
  }

  .site-reframed .client-logo-card img {
    height: 58px;
  }

  .site-reframed .portal-footer {
    padding: 48px 16px 104px;
  }

  .site-reframed .portal-footer nav {
    gap: 12px 18px;
  }

  .whatsapp-fab {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }

  .whatsapp-fab span {
    width: 38px;
    height: 38px;
  }

  .whatsapp-fab svg {
    width: 23px;
    height: 23px;
  }

  .pmla-page-hero-inner {
    width: min(100% - 32px, 1320px);
    padding: 46px 0 44px;
  }

  .pmla-page-hero h1 {
    font-size: 2.85rem;
  }

  .pmla-page-obligations,
  .pmla-page-path,
  .pmla-page-risk,
  .pmla-page-offering,
  .pmla-page-screenmate,
  .pmla-page-faq {
    padding: 64px 0;
  }

  .pmla-page-sticky-copy h2,
  .pmla-page-heading-row h2,
  .pmla-screenmate-copy h2 {
    font-size: 2.75rem;
  }

  .pmla-step-grid,
  .pmla-risk-grid,
  .pmla-offer-grid {
    margin-top: 34px;
  }

  .home-reframed .fm-clients,
  .home-reframed .fm-audiences,
  .home-reframed .fm-platforms,
  .home-reframed .fm-story,
  .home-reframed .fm-standards,
  .home-reframed .fm-collaboration,
  .home-reframed .fm-global-presence,
  .home-reframed .fm-backbone {
    padding: 64px 0;
  }

  .home-reframed .fm-product-card,
  .home-reframed .fm-product-card:last-child {
    grid-template-rows: 170px auto;
  }

  .home-reframed .fm-product-card > div:last-child {
    padding: 22px;
  }

  .home-reframed .fm-product-card h3 {
    font-size: 2rem;
  }

  .home-reframed .fm-product-features {
    margin-top: 20px;
  }

  .home-reframed .fm-product-features li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 380px) {
  .home-reframed .fm-hero h1 {
    font-size: 2.75rem;
  }

  .home-reframed .fm-market-animation {
    min-height: 360px;
  }

  .site-reframed:not(.home-reframed):not(.pmla-reframed) .portal-section-head h1,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .one-partner-copy h1,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .selector-section h1,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .portal-contact h1,
  .site-reframed:not(.home-reframed):not(.pmla-reframed) .client-hero-section h1 {
    font-size: 2.5rem;
  }

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

  .pmla-page-hero h1 {
    font-size: 2.65rem;
  }

  .pmla-reframed .pmla-page-close-grid {
    width: min(1320px, calc(100vw - 44px));
  }

  .pmla-reframed .pmla-page-close-grid > * {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

/* Mobile refinement stays pinned until the full rock-to-bar sequence completes. */
@media (max-width: 980px) {
  .home-reframed .fm-hero {
    overflow: clip;
  }

  .home-reframed .fm-refinement-scroll {
    --fm-mobile-sequence-height: min(390px, calc(100svh - 96px));
    min-height: calc(var(--fm-mobile-sequence-height) + 90svh);
  }

  .home-reframed .fm-market-animation {
    position: sticky;
    top: max(76px, calc(50svh - 195px));
    align-self: start;
    width: 100%;
    height: var(--fm-mobile-sequence-height);
    min-height: var(--fm-mobile-sequence-height);
  }
}

@media (max-width: 380px) {
  .home-reframed .fm-refinement-scroll {
    --fm-mobile-sequence-height: min(360px, calc(100svh - 96px));
  }

  .home-reframed .fm-market-animation {
    top: max(76px, calc(50svh - 180px));
  }
}

@media (max-width: 980px) and (prefers-reduced-motion: reduce) {
  .home-reframed .fm-refinement-scroll {
    min-height: var(--fm-mobile-sequence-height);
  }

  .home-reframed .fm-market-animation {
    position: relative;
    top: auto;
  }
}

/* Interactive global presence */
.home-reframed .fm-global-presence {
  position: relative;
  overflow: hidden;
  padding: 108px 0 0;
  background: #0c0f0e;
  color: #fffdf7;
  user-select: none;
}

.fm-globe-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 72px;
}

.home-reframed .fm-globe-heading h2 {
  max-width: 820px;
  color: #fffdf7;
  font-size: 4.6rem;
  letter-spacing: 0;
}

.fm-globe-heading > p {
  max-width: 470px;
  margin: 0 0 8px;
  color: #aeb3ad;
  font-size: 1.08rem;
  line-height: 1.75;
}

.fm-globe-heading .fm-kicker {
  color: #d7b54b;
}

.fm-globe-stage {
  position: relative;
  width: min(100%, 1600px);
  height: 720px;
  margin: 42px auto 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  cursor: grab;
  isolation: isolate;
}

.fm-globe-stage.is-dragging {
  cursor: grabbing;
}

.fm-globe-canvas {
  position: absolute;
  inset: 0;
}

.fm-globe-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  touch-action: pan-y;
  transition: opacity 600ms ease;
}

.fm-globe-stage.is-ready .fm-globe-canvas canvas {
  opacity: 1;
}

.fm-globe-orbit-label {
  position: absolute;
  top: 28px;
  right: max(28px, calc((100% - 1320px) / 2));
  left: max(28px, calc((100% - 1320px) / 2));
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  pointer-events: none;
}

.fm-globe-readout {
  position: absolute;
  bottom: 68px;
  left: max(28px, calc((100% - 1320px) / 2));
  z-index: 4;
  display: grid;
  width: 330px;
  padding-left: 22px;
  border-left: 2px solid #d7b54b;
  pointer-events: none;
}

.fm-globe-readout span {
  color: #d7b54b;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.fm-globe-readout strong {
  margin-top: 8px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.fm-globe-readout p {
  margin: 10px 0 0;
  color: #aeb3ad;
  font-size: 0.84rem;
  line-height: 1.5;
}

.fm-globe-pins {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.fm-globe-pins button {
  position: absolute;
  top: var(--pin-y, 50%);
  left: var(--pin-x, 50%);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 10px;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  opacity: 0;
  pointer-events: none;
  transform: translate(-14px, -50%);
  transition: opacity 180ms ease;
}

.fm-globe-pins button.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.fm-globe-pins button > span {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border: 2px solid #fff7d5;
  border-radius: 50%;
  background: #d7b54b;
  box-shadow: 0 0 0 5px rgba(215, 181, 75, 0.2);
}

.fm-globe-pins button em {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px #000;
  white-space: nowrap;
}

.fm-globe-pins button:hover em,
.fm-globe-pins button:focus-visible em,
.fm-globe-pins button.is-active em {
  border-color: #d7b54b;
  color: #f3d979;
}

.fm-globe-locations {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.fm-globe-locations button {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 126px;
  padding: 24px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  background: transparent;
  color: #fffdf7;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.fm-globe-locations button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #d7b54b;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.fm-globe-locations button:hover,
.fm-globe-locations button:focus-visible,
.fm-globe-locations button.is-active {
  background: rgba(215, 181, 75, 0.07);
}

.fm-globe-locations button:hover::before,
.fm-globe-locations button:focus-visible::before,
.fm-globe-locations button.is-active::before {
  transform: scaleX(1);
}

.fm-globe-locations img {
  display: block;
  width: 44px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  object-fit: cover;
}

.fm-globe-locations span {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.fm-globe-locations strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0;
}

.fm-globe-locations small {
  color: #929892;
  font-size: 0.68rem;
  line-height: 1.45;
}

@media (max-width: 1120px) {
  .fm-globe-heading {
    gap: 48px;
  }

  .home-reframed .fm-globe-heading h2 {
    font-size: 3.8rem;
  }

  .fm-globe-stage {
    height: 650px;
  }

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

  .fm-globe-locations button:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
}

@media (max-width: 680px) {
  .home-reframed .fm-global-presence {
    padding: 68px 0 0;
  }

  .fm-globe-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-reframed .fm-globe-heading h2 {
    font-size: 2.75rem;
  }

  .fm-globe-heading > p {
    font-size: 0.98rem;
  }

  .fm-globe-stage {
    height: 560px;
    margin-top: 30px;
  }

  .fm-globe-orbit-label {
    top: 20px;
    right: 18px;
    left: 18px;
  }

  .fm-globe-readout {
    bottom: 24px;
    left: 18px;
    width: min(280px, calc(100% - 36px));
    padding-left: 16px;
  }

  .fm-globe-readout strong {
    font-size: 2.3rem;
  }

  .fm-globe-pins button em {
    font-size: 0.65rem;
  }

  .fm-globe-locations {
    grid-template-columns: 1fr;
  }

  .fm-globe-locations button,
  .fm-globe-locations button:nth-child(-n + 2) {
    min-height: 94px;
    padding: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .fm-globe-locations button:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 420px) {
  .fm-globe-stage {
    height: 500px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fm-globe-canvas canvas,
  .fm-globe-pins button,
  .fm-globe-locations button::before {
    transition: none;
  }
}

/* Desktop hero runway: finish the refinement before the next section enters. */
@media (min-width: 981px) {
  .home-reframed .fm-hero {
    overflow: clip;
  }

  .home-reframed .fm-hero-grid {
    align-items: start;
  }

  .home-reframed .fm-hero-copy {
    position: sticky;
    top: 156px;
  }

  .home-reframed .fm-refinement-scroll {
    min-height: calc(190svh - 116px);
  }

  .home-reframed .fm-market-animation {
    position: sticky;
    top: 116px;
    width: 100%;
    height: calc(100svh - 116px);
    min-height: 590px;
  }
}

@media (min-width: 981px) and (prefers-reduced-motion: reduce) {
  .home-reframed .fm-hero-copy {
    position: static;
  }

  .home-reframed .fm-refinement-scroll,
  .home-reframed .fm-market-animation {
    min-height: 590px;
  }

  .home-reframed .fm-market-animation {
    position: relative;
    top: auto;
    height: 590px;
  }
}

/* Homepage layout for the approved PM copy. */
.home-reframed .fm-hero-copy {
  align-self: start;
  padding-top: clamp(76px, 10vh, 112px);
}

.home-reframed .fm-hero h1 {
  max-width: 760px;
  font-size: clamp(4.4rem, 6vw, 6.4rem);
}

.home-reframed .fm-hero-lede {
  max-width: 650px;
  margin-top: 30px;
}

.home-reframed .fm-story-layout,
.home-reframed .fm-standards-layout {
  gap: clamp(64px, 8vw, 112px);
}

.home-reframed .fm-audience-card {
  min-height: 170px;
  padding: 28px 4px 30px;
}

.home-reframed .fm-audience-card h3 {
  max-width: 680px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}

.home-reframed .fm-standards-copy > p {
  max-width: 760px;
}

.home-reframed .fm-standard-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-reframed .fm-standard-grid li {
  min-height: 150px;
  padding: 20px 16px;
}

.home-reframed .fm-group-note {
  margin-bottom: 0;
}

.home-reframed .fm-platforms .fm-section-heading-row {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
}

.home-reframed .fm-platforms .fm-section-heading-row > p {
  max-width: 760px;
}

.home-reframed .fm-product-grid-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-reframed .fm-product-grid-compact .fm-product-card,
.home-reframed .fm-product-grid-compact .fm-product-card:last-child {
  grid-column: auto;
  grid-template-columns: 1fr;
  grid-template-rows: 210px auto;
  min-height: 300px;
}

.home-reframed .fm-product-grid-compact .fm-platform-visual,
.home-reframed .fm-product-grid-compact .fm-product-card:last-child .fm-platform-visual {
  padding: 28px;
  border-right: 0;
  border-bottom: 1px solid var(--fm-line);
}

.home-reframed .fm-product-grid-compact h3 {
  margin: 0;
  padding: 24px 26px 28px;
  font-size: clamp(1.7rem, 2.3vw, 2.5rem);
}

.home-reframed .fm-product-grid-compact .fm-product-card-copy .fm-text-link {
  margin: -10px 26px 26px;
  padding-top: 0;
}

.home-reframed .fm-standards-link {
  margin-top: 30px;
}

.home-reframed .fm-collaboration-layout {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
}

.home-reframed .fm-collaboration h2 {
  font-size: clamp(3.2rem, 4.4vw, 4.6rem);
}

.home-reframed .fm-collaboration-copy > p:not(.fm-kicker) {
  margin-top: 22px;
}

.home-reframed .fm-organisation-grid {
  margin-top: 0;
}

.home-reframed .fm-organisation-grid li {
  min-height: 148px;
}

.home-reframed .fm-ethos h2 {
  font-size: clamp(2.7rem, 4vw, 4.2rem);
  line-height: 1.04;
}

.home-reframed .fm-globe-heading {
  grid-template-columns: 1fr;
}

@media (max-width: 1120px) {
  .home-reframed .fm-standard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-reframed .fm-product-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-reframed .fm-product-grid-compact .fm-product-card:last-child {
    grid-column: auto;
  }

  .home-reframed .fm-platforms .fm-section-heading-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .home-reframed .fm-audience-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-reframed .fm-audience-intro {
    position: static;
  }

}

@media (max-width: 680px) {
  .home-reframed .fm-hero-copy {
    padding-top: 0;
  }

  .home-reframed .fm-hero h1 {
    font-size: clamp(2.75rem, 13vw, 3.55rem);
  }

  .home-reframed .fm-hero-lede {
    margin-top: 20px;
  }

  .home-reframed .fm-story-layout,
  .home-reframed .fm-standards-layout {
    gap: 38px;
  }

  .home-reframed .fm-story-copy .fm-story-lead {
    font-size: 1.42rem;
  }

  .home-reframed .fm-story-copy p {
    font-size: 0.96rem;
  }

  .home-reframed .fm-audience-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 24px 0;
  }

  .home-reframed .fm-audience-card h3 {
    font-size: 1.18rem;
  }

  .home-reframed .fm-standard-grid,
  .home-reframed .fm-product-grid-compact {
    grid-template-columns: 1fr;
  }

  .home-reframed .fm-standard-grid li {
    min-height: 104px;
  }

  .home-reframed .fm-product-grid-compact .fm-product-card,
  .home-reframed .fm-product-grid-compact .fm-product-card:last-child {
    grid-column: auto;
    grid-template-rows: 170px auto;
    min-height: 250px;
  }

  .home-reframed .fm-product-grid-compact h3 {
    padding: 20px 22px 24px;
  }

  .home-reframed .fm-collaboration-layout {
    grid-template-columns: 1fr;
  }

  .home-reframed .fm-collaboration h2,
  .home-reframed .fm-ethos h2 {
    font-size: 2.6rem;
  }

  .home-reframed .fm-organisation-grid li {
    min-height: 126px;
  }
}

/* Keep the complete interactive globe visible in a standard desktop viewport. */
@media (min-width: 981px) {
  .home-reframed .fm-global-presence {
    padding-top: clamp(44px, 6vh, 72px);
  }

  .home-reframed .fm-globe-heading h2 {
    max-width: 720px;
    font-size: clamp(3.2rem, 4vw, 4rem);
  }

  .home-reframed .fm-globe-stage {
    height: clamp(400px, 52svh, 540px);
    margin-top: clamp(16px, 2.5vh, 28px);
  }

  .home-reframed .fm-globe-orbit-label {
    top: 20px;
  }

  .home-reframed .fm-globe-readout {
    bottom: 32px;
  }

  .home-reframed .fm-globe-readout strong {
    font-size: clamp(2.2rem, 3vw, 3rem);
  }

  .home-reframed .fm-globe-locations button {
    min-height: 88px;
    padding: 16px 22px;
  }
}

/* Product catalogue */
.home-reframed .fm-platform-visual-finmet-sg {
  background: #fff;
}

.home-reframed .fm-platform-visual-finmet-sg img {
  width: min(82%, 280px);
  max-height: 118px;
}

.home-reframed .fm-platform-visual-swarnalok {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
  background: #0d4939;
}

.home-reframed .fm-platform-visual-swarnalok img {
  max-width: 100%;
  filter: none;
}

.home-reframed .fm-platform-visual-swarnalok .fm-swarnalok-logo {
  width: 100%;
  max-height: 64px;
}

.home-reframed .fm-platform-visual-swarnalok .fm-swarnalok-note {
  width: 100%;
  max-height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}

.home-reframed .fm-product-grid-compact .fm-product-card-copy > p {
  margin: -14px 26px 0;
  color: var(--fm-muted);
  font-size: 0.94rem;
}

.home-reframed .fm-product-grid-compact .fm-product-card-copy > p + .fm-text-link {
  margin-top: 20px;
}

.products-page {
  overflow: hidden;
  background: var(--fm-paper);
}

.products-shell {
  width: min(100% - clamp(36px, 7vw, 132px), 1480px);
  margin-inline: auto;
}

.products-hero {
  padding: clamp(76px, 9vw, 138px) 0 clamp(58px, 7vw, 104px);
  border-bottom: 1px solid var(--fm-line);
}

.products-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: clamp(48px, 8vw, 140px);
}

.products-hero h1 {
  max-width: 980px;
  margin: 16px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(4.25rem, 7.2vw, 7.4rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.products-hero-inner > p {
  max-width: 520px;
  margin: 0 0 8px;
  color: var(--fm-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  line-height: 1.65;
}

.products-index {
  padding: clamp(62px, 8vw, 118px) 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--fm-line);
  border-left: 1px solid var(--fm-line);
}

.product-overview-card {
  display: grid;
  grid-template-rows: 250px 1fr;
  min-width: 0;
  border-right: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
  background: #fff;
}

.product-overview-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 42px;
  border-bottom: 1px solid var(--fm-line);
  background: #f3f1e9;
}

.product-overview-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: var(--fm-gold);
}

.product-overview-visual img {
  display: block;
  width: auto;
  max-width: 74%;
  max-height: 150px;
  object-fit: contain;
}

.product-overview-visual-dealmate {
  background: #eef2ef;
}

.product-overview-visual-finmet-sg {
  background: #eef2ef;
}

.product-overview-visual-screenmate {
  place-items: end start;
  background: #1d2930;
}

.product-overview-visual-screenmate strong {
  position: relative;
  z-index: 1;
  color: #f2c85c;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 500;
  line-height: .72;
  letter-spacing: -.07em;
}

.product-overview-visual-finmet-sg img {
  width: min(82%, 300px);
  max-width: none;
  max-height: 122px;
}

.product-overview-visual-swarnalok {
  background: #0d4939;
}

.product-overview-visual-swarnalok .swarnalok-product-shot {
  width: min(84%, 230px);
  max-width: none;
  max-height: 188px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
  filter: none;
}

.product-overview-visual-swarnalok .swarnalok-product-mark {
  position: absolute;
  right: 18px;
  bottom: 15px;
  width: 150px;
  max-width: 40%;
  height: auto;
  max-height: 46px;
  object-fit: contain;
  filter: none;
}

.product-overview-card-pulse {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  grid-template-rows: minmax(360px, auto);
}

.product-overview-card-pulse .product-overview-visual {
  border-right: 1px solid var(--fm-line);
  border-bottom: 0;
}

.product-overview-card-pulse .product-overview-copy {
  min-height: 360px;
}

.product-overview-visual-pulse {
  align-content: center;
  gap: 36px;
  background:
    radial-gradient(circle at 78% 14%, rgba(242, 200, 92, .16), transparent 32%),
    #20211e;
}

.product-overview-visual-pulse img {
  width: min(78%, 430px);
  max-width: none;
  max-height: 150px;
  filter: none;
}

.product-overview-visual-pulse .product-number {
  color: #f2c85c;
}

.product-free-badge {
  position: absolute;
  top: 18px;
  right: 20px;
  padding: 8px 12px 7px;
  border: 1px solid rgba(242, 200, 92, .55);
  border-radius: 999px;
  color: #f2c85c;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pulse-market-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(88%, 520px);
  border: 1px solid rgba(255, 255, 255, .14);
}

.pulse-market-strip span {
  display: grid;
  gap: 7px;
  padding: 15px 16px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.pulse-market-strip span:last-child { border-right: 0; }

.pulse-market-strip small {
  color: #8f9289;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pulse-market-strip strong {
  color: #f4f2ea;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-number {
  position: absolute;
  top: 20px;
  left: 22px;
  color: var(--fm-gold-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.product-overview-copy {
  display: flex;
  flex-direction: column;
  min-height: 410px;
  padding: 30px clamp(24px, 2.5vw, 38px) 34px;
}

.product-overview-copy .product-type {
  margin: 0 0 18px;
  color: var(--fm-gold-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-overview-copy h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.6rem, 3.4vw, 3.7rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.product-overview-copy > p:not(.product-type) {
  margin: 22px 0 0;
  color: var(--fm-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.product-overview-copy .product-statement {
  color: var(--fm-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.2;
}

.product-overview-copy .product-reference-note {
  color: #8b887f;
  font-size: .76rem;
}

.product-overview-copy ul {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.product-overview-copy li {
  padding: 12px 0;
  border-top: 1px solid var(--fm-line);
  color: var(--fm-ink);
  font-size: 0.86rem;
  font-weight: 700;
}

.product-overview-copy .fm-text-link {
  margin-top: auto;
  padding-top: 30px;
}

.products-close {
  padding: clamp(70px, 9vw, 132px) 0;
  border-top: 1px solid var(--fm-line);
  background: #f3f1e9;
}

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

.advisory-overview .cms-entry-tag,
.advisory-cta .cms-entry-tag { color: #d5ae4d; }

.advisory-overview h1,
.advisory-assignments h2,
.advisory-cta h2 {
  margin: 16px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.advisory-overview {
  display: grid;
  min-height: calc(100svh - 116px);
  padding: clamp(44px, 6vw, 78px) 0;
  border-bottom: 1px solid #35382f;
  background:
    radial-gradient(circle at 82% 18%, rgba(213, 174, 77, .12), transparent 28%),
    #171914;
  color: #f6f3eb;
}

.advisory-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .72fr);
  gap: clamp(52px, 8vw, 128px);
  align-items: center;
}

.advisory-overview-heading { align-self: center; }

.advisory-overview h1 {
  max-width: 800px;
  margin-top: 24px;
  font-size: clamp(4.2rem, 7.2vw, 7.3rem);
  line-height: .88;
}

.advisory-overview-copy {
  padding: clamp(26px, 4vw, 48px) 0 clamp(26px, 4vw, 48px) clamp(28px, 4vw, 52px);
  border-left: 1px solid rgba(213, 174, 77, .45);
}

.advisory-overview-copy p {
  margin: 20px 0 0;
  color: #bdbdb5;
  font-size: clamp(.94rem, 1.15vw, 1.08rem);
  line-height: 1.65;
}

.advisory-overview-copy .advisory-lead {
  margin-top: 0;
  color: #f1eee5;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.25;
}

.advisory-overview-copy a {
  display: inline-flex;
  gap: 14px;
  margin-top: 34px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d5ae4d;
  color: #d5ae4d;
  font-size: .76rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.advisory-assignments { padding: clamp(68px, 9vw, 128px) 0; background: #f1efe7; }
.advisory-assignments header { display: grid; grid-template-columns: 1fr 2fr; gap: clamp(34px, 9vw, 148px); margin-bottom: 54px; }
.advisory-assignments h2 { max-width: 670px; color: var(--fm-ink); font-size: clamp(2.8rem, 5.3vw, 5.2rem); line-height: .95; }
.advisory-assignment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--fm-line); border-left: 1px solid var(--fm-line); }
.advisory-assignment-grid article { min-height: 270px; padding: 28px; border-right: 1px solid var(--fm-line); border-bottom: 1px solid var(--fm-line); background: rgba(255,255,255,.6); }
.advisory-assignment-grid span { color: var(--fm-gold-deep); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.advisory-assignment-grid h3 { margin: 48px 0 12px; font-family: "Newsreader", Georgia, serif; font-size: clamp(1.7rem, 2.8vw, 2.55rem); font-weight: 500; line-height: 1; }
.advisory-assignment-grid p { max-width: 480px; margin: 0; color: var(--fm-muted); line-height: 1.6; }
.advisory-cta { padding: clamp(64px, 9vw, 118px) 0; background: #fff; }
.advisory-cta .advisory-shell { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 34px; align-items: end; }
.advisory-cta h2 { max-width: 650px; color: var(--fm-ink); font-size: clamp(2.7rem, 5vw, 4.9rem); line-height: .95; }

@media (max-width: 720px) {
  .advisory-shell { width: min(100% - 32px, 1180px); }
  .advisory-overview { min-height: auto; padding: 56px 0 64px; }
  .advisory-overview-grid, .advisory-assignments header, .advisory-cta .advisory-shell { grid-template-columns: 1fr; }
  .advisory-overview h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .advisory-overview-copy { padding: 28px 0 0; border-top: 1px solid rgba(213, 174, 77, .45); border-left: 0; }
  .advisory-assignment-grid { grid-template-columns: 1fr; }
}

.products-close-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 46px;
}

.products-close h2 {
  max-width: 780px;
  margin: 14px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

@media (max-width: 1080px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .products-shell {
    width: min(100% - 34px, 1480px);
  }

  .products-hero {
    padding: 62px 0 54px;
  }

  .products-hero-inner,
  .products-close-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .products-hero h1 {
    font-size: clamp(3.25rem, 15vw, 4.8rem);
  }

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

  .product-overview-card,
  .product-overview-card-finmet-sg,
  .product-overview-card-pulse {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 190px auto;
  }

  .product-overview-card-finmet-sg .product-overview-visual,
  .product-overview-card-pulse .product-overview-visual {
    border-right: 0;
    border-bottom: 1px solid var(--fm-line);
  }

  .product-overview-card-pulse .product-overview-copy { min-height: 0; }

  .product-overview-visual-pulse { gap: 20px; }

  .product-overview-visual-pulse img { width: min(76%, 330px); max-height: 84px; }

  .pulse-market-strip { width: min(92%, 420px); }

  .pulse-market-strip span { padding: 10px 8px; }

  .product-overview-visual {
    padding: 32px;
  }

  .product-overview-visual img {
    max-height: 112px;
  }

  .product-overview-visual-finmet-sg img {
    max-height: 86px;
  }

  .product-overview-copy {
    min-height: 0;
    padding: 26px 24px 30px;
  }

  .product-overview-copy .fm-text-link {
    margin-top: 26px;
    padding-top: 0;
  }

  .products-close .fm-button {
    justify-self: start;
  }
}

/* Compact homepage systems and uncropped conference photography. */
.home-reframed .fm-audiences {
  padding: clamp(72px, 7vw, 96px) 0;
}

.home-reframed .fm-audience-layout {
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(42px, 5vw, 76px);
}

.home-reframed .fm-audience-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid var(--fm-line);
}

.home-reframed .fm-audience-card {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  min-height: 148px;
  padding: 24px;
  border-right: 1px solid var(--fm-line);
}

.home-reframed .fm-audience-card:last-child {
  grid-column: 1 / -1;
}

.home-reframed .fm-audience-card h3 {
  font-size: clamp(1.12rem, 1.45vw, 1.5rem);
}

.home-reframed .fm-collaboration-image img {
  height: auto;
  aspect-ratio: 1200 / 927;
  object-fit: contain;
  object-position: center;
}

.cms-director-feed {
  background: #faf8f0;
}

.cms-director-feed .cms-entry-tag {
  color: var(--portal-gold-dark);
}

.cms-entry-meta a {
  color: var(--portal-gold-dark);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 980px) {
  .home-reframed .fm-audience-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 680px) {
  .home-reframed .fm-audiences {
    padding: 58px 0;
  }

  .home-reframed .fm-audience-list {
    grid-template-columns: 1fr;
  }

  .home-reframed .fm-audience-card,
  .home-reframed .fm-audience-card:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 21px 18px;
  }

  .home-reframed .fm-collaboration-image img {
    height: auto;
    max-height: none;
  }
}

/* ============================================================
   Bullionaire 2025 event archive
   ============================================================ */

.bullionaire-page {
  --bullionaire-wine: #8d221d;
  --bullionaire-wine-dark: #5e1512;
  --bullionaire-gold: #c9a449;
  --bullionaire-cream: #f6f0e2;
  --bullionaire-night: #151714;
  background: var(--bullionaire-cream);
}

.bullionaire-main {
  overflow: clip;
  background: var(--bullionaire-cream);
  color: var(--bullionaire-night);
}

.bullionaire-main h1,
.bullionaire-main h2,
.bullionaire-main h3,
.bullionaire-main h4 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
}

.bullionaire-hero {
  position: relative;
  background: var(--bullionaire-night);
  color: #fffdf8;
}

.bullionaire-hero-image {
  position: relative;
  aspect-ratio: 1600 / 698;
  min-height: 430px;
  overflow: hidden;
}

.bullionaire-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 15, 13, 0.78), rgba(14, 15, 13, 0.05) 58%),
    linear-gradient(0deg, rgba(14, 15, 13, 0.9), transparent 55%);
}

.bullionaire-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bullionaire-hero-copy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.72fr);
  gap: 62px;
  margin-top: -240px;
  padding-bottom: 64px;
  z-index: 1;
}

.bullionaire-back {
  grid-column: 1 / -1;
  width: fit-content;
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.bullionaire-back:hover,
.bullionaire-back:focus-visible {
  color: #fff;
}

.bullionaire-hero-copy h1 {
  max-width: 740px;
  margin: 12px 0 0;
  font-size: clamp(4.2rem, 7vw, 7.4rem);
  letter-spacing: -0.055em;
  line-height: 0.84;
}

.bullionaire-hero-copy > div > p:last-child {
  max-width: 640px;
  margin: 26px 0 0;
  color: rgba(255, 253, 248, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
}

.bullionaire-facts {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.bullionaire-facts div {
  min-height: 112px;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.bullionaire-facts dt {
  color: var(--bullionaire-gold);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bullionaire-facts dd {
  margin: 28px 0 0;
  color: #fffdf8;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.bullionaire-intro,
.bullionaire-highlights,
.bullionaire-speakers,
.bullionaire-associates {
  padding: 112px 0;
}

.bullionaire-intro {
  background: #fffdf8;
}

.bullionaire-intro-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 110px;
}

.bullionaire-intro h2,
.bullionaire-section-heading h2 {
  max-width: 880px;
  margin: 12px 0 0;
  font-size: clamp(3.2rem, 5vw, 5.5rem);
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.bullionaire-intro-copy > p {
  max-width: 740px;
  margin: 0;
  color: #55584f;
  font-size: 1.04rem;
  line-height: 1.78;
}

.bullionaire-intro-copy > p + p {
  margin-top: 22px;
}

.bullionaire-collaborators {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
}

.bullionaire-collaborators span {
  padding: 10px 13px;
  border: 1px solid #d8d1bf;
  color: #3d3e39;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bullionaire-highlights {
  background: var(--bullionaire-cream);
}

.bullionaire-section-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.3fr) minmax(0, 1fr);
  align-items: start;
  gap: 58px;
  margin-bottom: 58px;
}

.bullionaire-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfc5ae;
  border-left: 1px solid #cfc5ae;
  list-style: none;
}

.bullionaire-highlight-grid li {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 26px;
  border-right: 1px solid #cfc5ae;
  border-bottom: 1px solid #cfc5ae;
  background: rgba(255, 253, 248, 0.48);
}

.bullionaire-highlight-grid li > span,
.bullionaire-day > header span {
  color: var(--bullionaire-wine);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bullionaire-highlight-grid strong {
  margin-top: 82px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.72rem;
  font-weight: 500;
  line-height: 1;
}

.bullionaire-highlight-grid p {
  margin: 18px 0 0;
  color: #67695f;
  font-size: 0.86rem;
  line-height: 1.58;
}

.bullionaire-programme,
.bullionaire-booking {
  padding: 112px 0;
  background: var(--bullionaire-night);
  color: #fffdf8;
}

.bullionaire-section-heading-light h2 {
  color: #fffdf8;
}

.bullionaire-section-heading-light .cms-entry-tag,
.bullionaire-programme .bullionaire-agenda-label {
  color: var(--bullionaire-gold);
}

.bullionaire-day {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.bullionaire-day + .bullionaire-day {
  margin-top: 78px;
}

.bullionaire-day > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  padding: 28px 0;
}

.bullionaire-day > header span {
  color: var(--bullionaire-gold);
}

.bullionaire-day > header h3 {
  margin: 10px 0 0;
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  line-height: 1;
}

.bullionaire-day > header > p {
  margin: 0;
  color: rgba(255, 253, 248, 0.65);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bullionaire-agenda {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.bullionaire-agenda > article {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 42px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.bullionaire-agenda > article time {
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bullionaire-agenda-label {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bullionaire-agenda h4 {
  max-width: 900px;
  margin: 8px 0 0;
  color: #fffdf8;
  font-size: clamp(1.7rem, 2.6vw, 2.9rem);
  line-height: 1;
}

.bullionaire-agenda strong {
  display: block;
  margin-top: 14px;
  color: #ece2c6;
  font-size: 0.8rem;
}

.bullionaire-agenda div > p:last-child {
  max-width: 760px;
  margin: 15px 0 0;
  color: rgba(255, 253, 248, 0.65);
  font-size: 0.9rem;
  line-height: 1.62;
}

.bullionaire-agenda-feature {
  position: relative;
}

.bullionaire-agenda-feature::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background: linear-gradient(90deg, rgba(141, 34, 29, 0.34), rgba(141, 34, 29, 0));
}

.bullionaire-speakers {
  background: #fffdf8;
}

.bullionaire-speaker-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d6cfbd;
  border-left: 1px solid #d6cfbd;
}

.bullionaire-speaker {
  border-right: 1px solid #d6cfbd;
  border-bottom: 1px solid #d6cfbd;
}

.bullionaire-speaker summary {
  position: relative;
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 24px;
  min-height: 190px;
  padding: 22px 54px 22px 22px;
  cursor: pointer;
  list-style: none;
}

.bullionaire-speaker summary::-webkit-details-marker {
  display: none;
}

.bullionaire-speaker summary::after {
  content: "+";
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--bullionaire-wine);
  font-size: 1.2rem;
  font-weight: 700;
}

.bullionaire-speaker[open] summary::after {
  content: "−";
}

.bullionaire-speaker summary img {
  width: 142px;
  height: 146px;
  object-fit: cover;
  object-position: top center;
  filter: saturate(0.78) contrast(1.03);
}

.bullionaire-speaker summary > span {
  align-self: end;
  display: flex;
  flex-direction: column;
}

.bullionaire-speaker small {
  color: var(--bullionaire-wine);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bullionaire-speaker summary strong {
  margin-top: 16px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.65rem, 2.2vw, 2.5rem);
  font-weight: 500;
  line-height: 0.98;
}

.bullionaire-speaker summary em {
  margin-top: 10px;
  color: #6b6c65;
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.4;
}

.bullionaire-speaker > div {
  padding: 0 28px 28px 188px;
}

.bullionaire-speaker > div p {
  margin: 0;
  color: #5d5f57;
  font-size: 0.86rem;
  line-height: 1.7;
}

.bullionaire-booking {
  background:
    radial-gradient(circle at 85% 5%, rgba(201, 164, 73, 0.14), transparent 30%),
    var(--bullionaire-wine-dark);
}

.bullionaire-archive-note {
  grid-column: 2;
  max-width: 620px;
  margin: 0;
  color: rgba(255, 253, 248, 0.68);
  line-height: 1.7;
}

.bullionaire-price-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.bullionaire-price-layout article {
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.bullionaire-price-layout article > span {
  color: var(--bullionaire-gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bullionaire-price-layout dl {
  margin: 34px 0 0;
}

.bullionaire-price-layout dl div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.bullionaire-price-layout dt {
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.78rem;
}

.bullionaire-price-layout dd {
  margin: 0;
  color: #fffdf8;
  font-size: 0.84rem;
  font-weight: 800;
  text-align: right;
}

.bullionaire-price-layout article > p {
  margin: 32px 0 0;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.78rem;
  line-height: 1.7;
}

.bullionaire-price-layout a {
  color: #fffdf8;
}

.bullionaire-associates {
  background: var(--bullionaire-cream);
}

.bullionaire-associate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfc5ae;
  border-left: 1px solid #cfc5ae;
}

.bullionaire-associate-grid > div {
  display: grid;
  place-items: center;
  min-height: 154px;
  padding: 24px;
  border-right: 1px solid #cfc5ae;
  border-bottom: 1px solid #cfc5ae;
  background: #fffdf8;
}

.bullionaire-associate-grid img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: 78px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.04);
  opacity: 0.78;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.bullionaire-associate-grid > div:hover img {
  filter: none;
  opacity: 1;
  transform: scale(1.04);
}

.bullionaire-close {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-top: 46px;
}

.bullionaire-close p {
  max-width: 620px;
  margin: 0;
  color: #65675f;
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .bullionaire-hero-copy {
    grid-template-columns: 1fr;
    margin-top: -190px;
  }

  .bullionaire-facts {
    max-width: 720px;
  }

  .bullionaire-intro-grid {
    gap: 60px;
  }

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

@media (max-width: 780px) {
  .bullionaire-hero-image {
    min-height: 500px;
  }

  .bullionaire-hero-copy {
    gap: 38px;
    margin-top: -265px;
    padding-inline: 18px;
  }

  .bullionaire-hero-copy h1 {
    font-size: clamp(3.7rem, 15vw, 5.4rem);
  }

  .bullionaire-intro,
  .bullionaire-highlights,
  .bullionaire-speakers,
  .bullionaire-associates,
  .bullionaire-programme,
  .bullionaire-booking {
    padding: 76px 0;
  }

  .bullionaire-intro-grid,
  .bullionaire-section-heading,
  .bullionaire-speaker-grid,
  .bullionaire-price-layout {
    grid-template-columns: 1fr;
  }

  .bullionaire-intro-grid,
  .bullionaire-section-heading {
    gap: 34px;
  }

  .bullionaire-section-heading h2,
  .bullionaire-intro h2 {
    font-size: clamp(2.8rem, 12vw, 4.1rem);
  }

  .bullionaire-archive-note {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .bullionaire-hero-image {
    min-height: 460px;
  }

  .bullionaire-hero-image img {
    object-position: 66% center;
  }

  .bullionaire-hero-copy {
    margin-top: -250px;
  }

  .bullionaire-facts,
  .bullionaire-highlight-grid,
  .bullionaire-associate-grid {
    grid-template-columns: 1fr;
  }

  .bullionaire-facts div {
    min-height: 94px;
  }

  .bullionaire-facts dd {
    margin-top: 18px;
  }

  .bullionaire-highlight-grid li {
    min-height: 230px;
  }

  .bullionaire-highlight-grid strong {
    margin-top: 58px;
  }

  .bullionaire-day > header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bullionaire-agenda > article {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bullionaire-speaker summary {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 150px;
    padding: 18px 44px 18px 18px;
  }

  .bullionaire-speaker summary img {
    width: 96px;
    height: 112px;
  }

  .bullionaire-speaker > div {
    padding: 0 22px 24px;
  }

  .bullionaire-price-layout article {
    padding: 24px 20px;
  }

  .bullionaire-price-layout dl div,
  .bullionaire-close {
    display: block;
  }

  .bullionaire-price-layout dd {
    margin-top: 8px;
    text-align: left;
  }

  .bullionaire-close .fm-text-link {
    margin-top: 24px;
  }
}

/* Home technology rail: keep all products inside one slow, continuously moving frame. */
.home-reframed .fm-platform-carousel {
  position: relative;
  margin-top: 66px;
  overflow: hidden;
}

.home-reframed .fm-platform-carousel::before,
.home-reframed .fm-platform-carousel::after {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: clamp(20px, 5vw, 72px);
  content: "";
  pointer-events: none;
}

.home-reframed .fm-platform-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--fm-eggshell), transparent);
}

.home-reframed .fm-platform-carousel::after {
  right: 0;
  background: linear-gradient(-90deg, var(--fm-eggshell), transparent);
}

.home-reframed .fm-platform-carousel .fm-product-grid-compact {
  display: flex;
  width: max-content;
  margin-top: 0;
  gap: 16px;
  will-change: transform;
}

.home-reframed .fm-platform-carousel .fm-product-card,
.home-reframed .fm-platform-carousel .fm-product-card:last-child {
  flex: 0 0 clamp(270px, 24vw, 340px);
  grid-column: auto;
  grid-template-columns: 1fr;
  grid-template-rows: 210px minmax(0, 1fr);
  min-height: 350px;
}

.home-reframed .fm-platform-carousel.is-animated .fm-product-grid-compact {
  animation: fmPlatformRail 58s linear infinite;
}

.home-reframed .fm-platform-carousel:hover .fm-product-grid-compact,
.home-reframed .fm-platform-carousel:focus-within .fm-product-grid-compact {
  animation-play-state: paused;
}

.home-reframed .fm-platform-visual-pulse {
  position: relative;
  background: #202020;
}

.home-reframed .fm-platform-visual-pulse img {
  width: min(92%, 290px);
  max-height: 112px;
  filter: none;
}

.home-reframed .fm-platform-free-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 9px;
  border: 1px solid rgba(226, 204, 119, 0.55);
  background: rgba(9, 9, 8, 0.72);
  color: #ead57d;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-reframed .fm-platform-carousel.is-static {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

@keyframes fmPlatformRail {
  to {
    transform: translateX(calc(-50% - 8px));
  }
}

@media (max-width: 680px) {
  .home-reframed .fm-platform-carousel {
    margin-top: 42px;
  }

  .home-reframed .fm-platform-carousel .fm-product-card,
  .home-reframed .fm-platform-carousel .fm-product-card:last-child {
    flex-basis: min(82vw, 310px);
    grid-template-rows: 170px minmax(0, 1fr);
    min-height: 310px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-reframed .fm-platform-carousel .fm-product-grid-compact {
    animation: none;
    transform: none;
  }
}
