:root {
  --ink: #102a43;
  --blue: #006ca8;
  --blue-deep: #004d78;
  --teal: #00a4a7;
  --mist: #f1f6f8;
  --line: #d3e0e6;
  --paper: #ffffff;
  --muted: #5a7182;
  --shadow: 0 18px 48px rgba(16, 42, 67, 0.12);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--blue); }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-weight: 750; letter-spacing: -0.035em; line-height: 1.06; }
h1 { font-size: clamp(2.5rem, 6.3vw, 5.25rem); }
h2 { font-size: clamp(1.85rem, 3.7vw, 3.35rem); }
h3 { font-size: clamp(1.2rem, 2.1vw, 1.65rem); }
p, li { max-width: 76ch; }
ul { padding-left: 1.2rem; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.65rem 0.85rem;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.content-shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.site-header { position: relative; z-index: 5; background: var(--paper); border-bottom: 1px solid rgba(16, 42, 67, 0.12); }
.header-utility { background: var(--ink); color: #dbe8ee; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; }
.header-utility-inner { display: flex; width: min(1320px, calc(100% - 3rem)); min-height: 29px; margin-inline: auto; align-items: center; justify-content: space-between; gap: 1rem; }
.header-utility-inner span:nth-child(2) { color: #9db4c1; }
.header-utility-inner a { color: #dbe8ee; text-decoration: none; }
.header-utility-inner a:hover { color: #fff; }
.header-inner { display: flex; width: min(1320px, calc(100% - 3rem)); min-height: 78px; margin-inline: auto; align-items: center; gap: 2rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 0.6rem; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-mark { display: grid; grid-template-columns: repeat(3, 6px); align-items: end; gap: 3px; height: 31px; padding: 0 1px; }
.brand-mark i { display: block; width: 6px; background: var(--teal); }
.brand-mark i:nth-child(1) { height: 12px; }
.brand-mark i:nth-child(2) { height: 22px; background: var(--blue); }
.brand-mark i:nth-child(3) { height: 31px; background: var(--blue-deep); }
.brand-copy { display: grid; line-height: 0.9; letter-spacing: -0.04em; }
.brand-copy strong { font-size: 1.45rem; }
.brand-copy small { margin-top: 0.18rem; color: var(--muted); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.site-nav { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: clamp(0.75rem, 1.7vw, 1.75rem); font-size: 0.86rem; font-weight: 700; }
.site-nav a { position: relative; padding-block: 0.45rem; color: #27455c; text-decoration: none; }
.site-nav .nav-contact { color: #fff; }
.site-nav a:not(.nav-contact)::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--teal); content: ""; opacity: 0; transform: scaleX(0); transition: 160ms ease; }
.site-nav a:hover::after, .site-nav .is-active::after { opacity: 1; transform: scaleX(1); }
.nav-contact, .button { display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem; min-height: 2.8rem; padding: 0.6rem 1.05rem; border: 1px solid var(--blue); background: var(--blue); color: #fff; font-weight: 700; text-decoration: none; transition: 160ms ease; }
.nav-contact:hover, .button:hover { border-color: var(--blue-deep); background: var(--blue-deep); color: #fff; transform: translateY(-1px); }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { cursor: pointer; list-style: none; font-weight: 700; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu-panel { position: absolute; top: 2.2rem; right: 0; display: grid; width: min(19rem, calc(100vw - 2rem)); padding: 0.65rem; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-menu-panel a { padding: 0.7rem; font-weight: 700; text-decoration: none; }

.home-hero, .page-hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; }
.home-hero { min-height: min(77vh, 730px); display: grid; align-items: end; }
.page-hero { min-height: 420px; display: grid; align-items: end; }
.page-hero-compact { min-height: 360px; }
.home-hero > img, .page-hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-hero::after, .page-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5, 27, 46, 0.93) 0%, rgba(5, 27, 46, 0.62) 48%, rgba(5, 27, 46, 0.17) 100%); content: ""; }
.home-hero-overlay, .page-hero-overlay { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding-block: clamp(4rem, 8vw, 8rem); }
.home-hero-overlay { display: flex; min-height: min(77vh, 730px); flex-direction: column; justify-content: flex-end; padding-bottom: clamp(2rem, 4vw, 3.25rem); }
.home-hero-copy { max-width: 640px; }
.home-hero h1, .page-hero h1 { max-width: 12ch; margin-bottom: 1.2rem; color: #fff; }
.home-hero h1 { font-size: clamp(3.25rem, 7vw, 6.5rem); }
.page-hero h1 { font-size: clamp(2.5rem, 5.4vw, 4.7rem); }
.home-hero p:not(.eyebrow), .hero-copy { max-width: 58ch; margin-bottom: 1.8rem; color: #e8f2f5; font-size: clamp(1rem, 1.35vw, 1.16rem); }
.eyebrow, .card-label { margin-bottom: 0.8rem; color: var(--teal); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.home-hero .eyebrow, .page-hero .eyebrow { color: #b6eeee; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }
.button-ghost { border-color: rgba(255,255,255,0.55); background: transparent; color: #fff; }
.button-ghost:hover { border-color: #fff; background: #fff; color: var(--ink); }
.home-hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(680px, 100%); margin-top: clamp(3rem, 8vw, 6.5rem); padding: 1.35rem 1.5rem; border-top: 1px solid rgba(255,255,255,0.36); border-bottom: 1px solid rgba(255,255,255,0.2); background: rgba(7, 32, 51, 0.34); backdrop-filter: blur(8px); }
.home-hero-proof div { display: grid; gap: 0.1rem; padding-inline: 1rem; border-left: 1px solid rgba(255,255,255,0.24); }
.home-hero-proof div:first-child { padding-left: 0; border-left: 0; }
.home-hero-proof strong { color: #fff; font-size: 1.55rem; letter-spacing: -0.04em; }
.home-hero-proof span { color: #b7ccd5; font-size: 0.75rem; }

.intro-band { padding-block: clamp(4.2rem, 8vw, 7rem); background: var(--mist); }
.intro-grid { display: grid; grid-template-columns: minmax(220px, 0.8fr) 1.2fr; gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.intro-grid h2, .page-band h2 { max-width: 14ch; margin-bottom: 0; }
.intro-body { display: grid; gap: 0.85rem; color: #38566a; font-size: 1.08rem; }
.intro-body p { margin-bottom: 0; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(3rem, 6vw, 5rem); background: var(--line); }
.value-grid article { min-height: 190px; padding: 1.55rem; background: var(--mist); }
.value-grid strong { color: var(--teal); font-size: 0.77rem; letter-spacing: 0.14em; }
.value-grid h3 { margin: 1rem 0 0.6rem; font-size: 1.4rem; }
.value-grid p { margin-bottom: 0; color: var(--muted); font-size: 0.94rem; }
.page-band { padding-block: clamp(3.8rem, 7vw, 6.4rem); }
.page-band-solutions { padding-top: clamp(4.7rem, 9vw, 7.8rem); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-heading-row h2 { margin-bottom: 0; }
.text-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 0.35rem; padding-bottom: 0.25rem; border-bottom: 1px solid currentColor; color: var(--blue-deep); font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--teal); }
.page-band-dark { background: var(--ink); color: #e7f0f4; }
.page-band-dark h2 { color: #fff; }
.page-band-dark .eyebrow { color: #8ce5e8; }
.section-heading-row-dark { align-items: end; }
.text-link-light { color: #d6f8f8; }
.text-link-light:hover { color: #fff; }

.listing-grid { display: grid; gap: 1.25rem; margin-top: 2.35rem; }
.four-columns { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.three-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.listing-card { display: grid; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 9px 24px rgba(17, 46, 69, 0.05); transition: transform 180ms ease, box-shadow 180ms ease; }
.listing-card:hover { box-shadow: 0 18px 34px rgba(17, 46, 69, 0.12); transform: translateY(-4px); }
.listing-card > img { width: 100%; height: 188px; object-fit: cover; filter: saturate(0.84); }
.listing-card-copy { display: flex; flex-direction: column; min-height: 245px; height: 100%; padding: 1.45rem 1.45rem 1.35rem; }
.listing-card h3 { margin-bottom: 0.8rem; font-size: clamp(1.22rem, 1.6vw, 1.48rem); }
.listing-card p:not(.card-label) { display: -webkit-box; overflow: hidden; margin-bottom: 1.2rem; color: var(--muted); font-size: 0.92rem; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.listing-card .card-label { margin-bottom: 0.65rem; color: var(--blue); font-size: 0.68rem; }
.listing-card-news > img { height: 205px; object-position: center; }
.listing-card-news .listing-card-copy { min-height: 290px; }
.listing-card-news h3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.listing-card-news p:not(.card-label) { -webkit-line-clamp: 3; }
.listing-card a { margin-top: auto; color: var(--blue-deep); font-size: 0.9rem; font-weight: 800; text-decoration: none; }
.listing-card a::after { display: inline-block; width: 2.2rem; margin-left: 0.45rem; border-top: 1px solid currentColor; content: ""; vertical-align: middle; transition: width 180ms ease; }
.listing-card a:hover::after { width: 3rem; }
.listing-card a span, .link-grid span { margin-left: 0.25rem; }
.content-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 2.35rem; background: var(--line); }
.content-card-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.content-card { display: flex; min-width: 0; min-height: 230px; flex-direction: column; padding: 1.5rem; background: #fff; }
.content-card .card-label { margin-bottom: 0.65rem; color: var(--blue); font-size: 0.68rem; }
.content-card h3 { margin-bottom: 0.8rem; font-size: clamp(1.22rem, 1.7vw, 1.52rem); }
.content-card p:not(.card-label) { margin-bottom: 0; color: var(--muted); font-size: 0.94rem; }
.content-card a { margin-top: auto; padding-top: 1.35rem; color: var(--blue-deep); font-size: 0.9rem; font-weight: 800; text-decoration: none; }
.content-card a::after { display: inline-block; width: 2.1rem; margin-left: 0.45rem; border-top: 1px solid currentColor; content: ""; vertical-align: middle; transition: width 180ms ease; }
.content-card a:hover::after { width: 3rem; }
.section-note { max-width: 68ch; margin: 1.1rem 0 0; color: var(--muted); font-size: 1.02rem; }
.resource-panel { padding: clamp(2rem, 5vw, 3.4rem); border-top: 4px solid var(--teal); background: var(--mist); }
.resource-panel h2 { max-width: 18ch; }
.resource-panel p:not(.eyebrow) { margin-bottom: 1.4rem; color: #38566a; font-size: 1.04rem; }
.link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,0.25); border-left: 1px solid rgba(255,255,255,0.25); }
.link-grid a { display: flex; min-height: 8.4rem; flex-direction: column; justify-content: space-between; padding: 1.35rem; border-right: 1px solid rgba(255,255,255,0.25); border-bottom: 1px solid rgba(255,255,255,0.25); color: #fff; font-size: 1.04rem; font-weight: 700; text-decoration: none; }
.link-grid a::before { color: #7ed9db; content: "01"; font-size: 0.7rem; letter-spacing: 0.12em; }
.link-grid a:nth-child(2)::before { content: "02"; }
.link-grid a:nth-child(3)::before { content: "03"; }
.link-grid a:nth-child(4)::before { content: "04"; }
.link-grid a:nth-child(5)::before { content: "05"; }
.link-grid a:nth-child(6)::before { content: "06"; }
.link-grid a:nth-child(7)::before { content: "07"; }
.link-grid a:nth-child(8)::before { content: "08"; }
.link-grid a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.contact-strip { position: relative; padding-block: clamp(3.2rem, 6vw, 5.2rem); background: #0d334d; color: #fff; }
.contact-strip::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; background: var(--teal); content: ""; }
.contact-strip-inner { display: flex; gap: 2rem; align-items: center; justify-content: space-between; }
.contact-strip h2 { max-width: 20ch; margin: 0; color: #fff; }
.contact-strip .eyebrow { color: #d1ffff; }
.button-light { border-color: #fff; background: #fff; color: var(--blue-deep); }
.button-light:hover { border-color: var(--ink); background: var(--ink); color: #fff; }

.page-main { padding-block: 1.6rem clamp(4rem, 8vw, 7rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 2.5rem; color: var(--muted); font-size: 0.88rem; }
.breadcrumbs a { color: var(--blue); }
.breadcrumbs > * + *::before { margin-right: 0.55rem; color: var(--muted); content: "/"; }
.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, 0.28fr); gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.article-content { min-width: 0; }
.article-section { padding-block: 1.75rem; border-top: 1px solid var(--line); }
.article-section:first-child { padding-top: 0; border-top: 0; }
.article-section h2, .article-section h3 { margin-bottom: 1rem; }
.article-section p { margin-bottom: 0.85rem; }
.article-section li + li { margin-top: 0.45rem; }
.article-section-compact { padding-block: 1rem; }
.article-intro { margin-bottom: 1rem; }
.related-links { padding: 1.4rem; background: var(--mist); border-top: 4px solid var(--teal); }
.related-links h2 { margin-bottom: 1rem; font-size: 1.55rem; }
.related-links ul { margin: 0; padding: 0; list-style: none; }
.related-links li + li { margin-top: 0.7rem; }
.related-links a { color: var(--blue-deep); font-weight: 700; }

.faq-list { display: grid; gap: 0.8rem; }
.faq-list details { border: 1px solid var(--line); background: #fff; }
.faq-list summary { position: relative; padding: 1.05rem 3.1rem 1.05rem 1.2rem; cursor: pointer; color: var(--ink); font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 0.9rem; right: 1.2rem; color: var(--blue); content: "+"; font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 1.2rem 1.2rem; }
.legal-main { max-width: 880px; }

.tailored-page { display: grid; gap: clamp(3.5rem, 7vw, 6.5rem); }
.tailored-page .breadcrumbs { margin-bottom: 0; }
.editorial-intro { display: grid; grid-template-columns: minmax(240px, 0.84fr) minmax(0, 1.16fr); gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.editorial-intro h2 { max-width: 12ch; margin-bottom: 0; }
.editorial-intro-copy { display: grid; gap: 1rem; color: #38566a; font-size: 1.08rem; }
.editorial-intro-copy p { margin-bottom: 0; }
.editorial-intro-copy .text-link { justify-self: start; margin-top: 0.35rem; }
.tailored-section { padding-top: clamp(3.5rem, 7vw, 6rem); border-top: 1px solid var(--line); }
.section-copy h2 { max-width: 16ch; margin-bottom: 0; }
.partner-why { display: grid; grid-template-columns: minmax(245px, 0.84fr) minmax(0, 1.16fr); gap: clamp(2rem, 7vw, 6rem); padding: clamp(2rem, 5vw, 4rem); border-top: 4px solid var(--teal); background: var(--mist); }
.partner-why .section-copy p:last-child { margin: 1.1rem 0 0; color: var(--muted); }
.partner-step-list { display: grid; border-top: 1px solid var(--line); }
.partner-step-list article { display: grid; grid-template-columns: 2.8rem 1fr; gap: 0.5rem 1rem; padding-block: 1.25rem; border-bottom: 1px solid var(--line); }
.partner-step-list strong, .benefit-grid strong, .investor-highlight-grid strong { grid-row: span 2; color: var(--teal); font-size: 0.72rem; letter-spacing: 0.14em; }
.partner-step-list h3, .partner-step-list p { margin-bottom: 0; }
.partner-step-list p { grid-column: 2; color: var(--muted); font-size: 0.94rem; }
.partner-model-grid, .benefit-grid, .investor-highlight-grid, .about-fact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 2.35rem; background: var(--line); }
.partner-model, .benefit-grid article, .investor-highlight-grid article, .about-fact-grid article { display: flex; min-width: 0; min-height: 205px; flex-direction: column; padding: 1.5rem; background: #fff; }
.partner-model h3, .benefit-grid h3, .investor-highlight-grid h3 { margin: 0.9rem 0 0.7rem; }
.partner-model p, .benefit-grid p, .investor-highlight-grid p { margin-bottom: 0; color: var(--muted); font-size: 0.94rem; }
.partner-model a { margin-top: auto; padding-top: 1.2rem; color: var(--blue-deep); font-size: 0.9rem; font-weight: 800; text-decoration: none; }
.partner-model a::after { display: inline-block; width: 2.1rem; margin-left: 0.45rem; border-top: 1px solid currentColor; content: ""; vertical-align: middle; }
.benefit-grid article { min-height: 170px; background: var(--mist); }
.investor-highlight-grid article { min-height: 275px; }
.investor-navigation { padding: clamp(2rem, 5vw, 4rem); background: var(--ink); color: #e7f0f4; }
.investor-navigation .eyebrow { color: #8ce5e8; }
.investor-navigation h2 { color: #fff; }
.investor-navigation .link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.investor-dates { padding-top: 0; border-top: 0; }
.date-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2.35rem; border-top: 1px solid var(--line); }
.date-list article { display: grid; gap: 0.45rem; padding: 1.35rem 1.5rem 1.35rem 0; border-bottom: 1px solid var(--line); }
.date-list article + article { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.date-list time { color: var(--blue); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; }
.date-list p { margin: 0; font-weight: 700; }
.investor-news { padding-top: 0; border-top: 0; }
.about-fact-grid { margin-top: 0; }
.about-fact-grid article { min-height: 160px; justify-content: end; background: var(--mist); }
.about-fact-grid strong { display: block; margin-bottom: 0.35rem; color: var(--blue-deep); font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.06em; line-height: 1; }
.about-fact-grid span { color: var(--muted); font-size: 0.92rem; }
.about-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 2.35rem; background: var(--line); }
.about-link-grid a { display: flex; min-height: 190px; flex-direction: column; padding: 1.4rem; background: #fff; color: var(--ink); text-decoration: none; }
.about-link-grid h3 { margin-bottom: 0.75rem; }
.about-link-grid p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.about-link-grid span { margin-top: auto; padding-top: 1rem; color: var(--blue); font-weight: 800; }
.about-link-grid a:hover { background: var(--mist); color: var(--ink); }
.history-panel { padding: clamp(2rem, 5vw, 4rem); border-top: 4px solid var(--teal); background: #eaf4f6; }
.history-panel h2 { max-width: 16ch; }
.history-panel p:last-child { margin-bottom: 0; color: #38566a; font-size: 1.05rem; }
.contact-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 2.35rem; background: var(--line); }
.contact-topic-grid article { min-height: 180px; padding: 1.5rem; background: #fff; }
.contact-topic-grid h3 { margin-bottom: 0.75rem; }
.contact-topic-grid p { margin-bottom: 0; color: var(--muted); }
.contact-details-panel { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(260px, 0.9fr); gap: clamp(2rem, 8vw, 8rem); padding: clamp(2rem, 5vw, 4rem); border-top: 4px solid var(--teal); background: var(--mist); }
.contact-details-panel h2 { margin-bottom: 1rem; }
.contact-details-panel address { color: #38566a; font-style: normal; font-size: 1.05rem; }
.contact-actions { display: grid; align-content: center; gap: 0.75rem; }
.contact-action-label, .contact-phone, .contact-email { margin: 0; }
.contact-action-label { color: var(--muted); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-phone, .contact-email { color: var(--blue-deep); font-weight: 800; }
.page-contact-cta { margin-top: clamp(1rem, 3vw, 3rem); }

.site-footer { background: #071f31; color: #dbe7ed; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr 0.8fr; gap: 2rem; width: min(1180px, calc(100% - 3rem)); margin-inline: auto; padding-block: 3.8rem; }
.site-footer .brand { color: #fff; }
.footer-entity { margin: 1rem 0 0; font-size: 0.9rem; font-style: normal; }
.footer-links { display: grid; grid-template-columns: repeat(2, max-content); gap: 0.55rem 1.6rem; align-content: start; }
.footer-links a { font-size: 0.9rem; }
.footer-contact { display: grid; align-content: start; gap: 0.2rem; font-size: 0.9rem; }
.footer-contact small { margin-top: 1rem; color: #a8bdc8; }

@media (max-width: 1080px) {
  .header-utility-inner, .header-inner { width: min(1180px, calc(100% - 3rem)); }
  .site-nav { gap: 0.8rem; font-size: 0.83rem; }
  .four-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-card-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  .header-utility { display: none; }
  .header-inner { min-height: 68px; }
  .site-nav { display: none; }
  .mobile-menu { display: block; }
  .page-layout, .intro-grid { grid-template-columns: 1fr; }
  .editorial-intro, .partner-why, .contact-details-panel { grid-template-columns: 1fr; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .value-grid { grid-template-columns: 1fr; }
  .partner-model-grid, .benefit-grid, .investor-highlight-grid, .about-fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .investor-navigation .link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-links { order: -1; }
  .three-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .content-shell, .header-inner, .header-utility-inner, .home-hero-overlay, .page-hero-overlay, .footer-inner { width: min(100% - 2rem, 1180px); }
  .home-hero, .home-hero-overlay { min-height: 680px; }
  .home-hero h1 { max-width: 8ch; font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .home-hero-proof { grid-template-columns: 1fr; gap: 0.85rem; margin-top: 3rem; padding: 1.05rem 0; background: transparent; }
  .home-hero-proof div, .home-hero-proof div:first-child { padding: 0; border: 0; }
  .page-hero, .page-hero-compact { min-height: 310px; }
  .home-hero::after, .page-hero::after { background: linear-gradient(0deg, rgba(8, 32, 51, 0.94), rgba(8, 32, 51, 0.45)); }
  .four-columns, .three-columns, .link-grid { grid-template-columns: 1fr; }
  .content-card-grid, .partner-model-grid, .benefit-grid, .investor-highlight-grid, .about-fact-grid, .about-link-grid, .contact-topic-grid, .investor-navigation .link-grid, .date-list { grid-template-columns: 1fr; }
  .date-list article + article { padding-left: 0; border-left: 0; }
  .partner-why, .investor-navigation, .contact-details-panel, .history-panel { padding: 1.5rem; }
  .listing-card > img { height: 192px; }
  .contact-strip-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
  .footer-links { grid-template-columns: 1fr; }
  .brand-copy strong { font-size: 1.25rem; }
}
