/* Finpro — shared design system. Edit these tokens to change the whole site. */
:root {
  --navy: #102c3d;
  --blue: #133358;
  --teal: #43acab;
  --accent: #43acab;
  --ink: #203442;
  --muted: #60717b;
  --pale: #f3f6f7;
  --line: #dde5e8;
  --cyan: #0189bb;
  --indigo: #27408a;
  --accent-light: #b9dfdf;
  --radius: 22px;
}
body { font-family: 'Avenir Next', 'Segoe UI', Arial, sans-serif; color: var(--ink); font-size: 17px; line-height: 1.75; background: #fff; }
a { color: inherit; text-decoration: none; }
a, button { transition: background .2s, color .2s, transform .2s; }
img { max-width: 100%; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.055em; font-weight: 500; }
h2 { font-size: clamp(38px, 4.15vw, 72px); margin: 0 0 28px; }
h3 { font-size: 26px; letter-spacing: -.035em; }
p { color: var(--muted); }
em { font-style: normal; color: var(--blue); }
/* Wider on every route, including at Bootstrap's intermediate breakpoints. */
.container { width: calc(100% - 80px); max-width: 1760px; padding-left: 0; padding-right: 0; }
.topbar { color: var(--muted); background: var(--pale); font-size: 12px; padding: 7px 0; letter-spacing: .025em; }
.topbar i { margin-right: 8px; color: var(--blue); }
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 4px 16px #02111c08; }
.navbar { min-height: 80px; padding-top: 5px; padding-bottom: 5px; }
.navbar-brand { display: flex; align-items: center; width: 170px; height: 68px; overflow: hidden; margin-right: 30px; }
.navbar-brand img { width: 170px; }
.nav-link { font-size: 14px; font-weight: 600; padding: 16px 18px !important; color: var(--ink); }
button.nav-link { border: 0; background: none; }
.nav-link.active, .nav-link:hover { color: var(--blue) !important; }
.dropdown-toggle::after { margin-left: 8px; vertical-align: .18em; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--accent); color: var(--navy); border: 0; border-radius: 100px; padding: 9px 9px 9px 25px; font-weight: 600; font-size: 15px; line-height: 1.4; min-height: 58px; }
.button > span { display: grid; place-items: center; width: 40px; height: 40px; background: var(--navy); color: #fff; border-radius: 50%; font-size: 22px; flex-shrink: 0; }
.button:hover { color: white; background: var(--teal); transform: translateY(-2px); }
.button-small { min-height: 50px; padding-left: 22px; gap: 24px; background: var(--navy); color: #fff; }
.button-small > span { background: var(--accent); color: var(--navy); width: 34px; height: 34px; }
.services-dropdown { position: static; }
.services-menu { width: min(960px, 100%); right: 0; left: auto !important; padding: 12px; margin-top: 0 !important; border: 1px solid var(--line); border-radius: 0 0 22px 22px; box-shadow: 0 24px 45px #102c3d24; }
.services-menu.show { display: grid; grid-template-columns: 260px 1fr; }
.menu-intro { background: var(--pale); padding: 28px; border-radius: 14px; }
.menu-intro h2 { font-size: 38px; }
.menu-intro .eyebrow { font-size: 11px; }
.menu-services { padding: 10px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 16px; }
.menu-services .dropdown-item { display: flex; align-items: center; white-space: normal; gap: 12px; padding: 15px 8px; font-size: 14px; line-height: 1.4; border-bottom: 1px solid var(--line); border-radius: 8px; color: var(--ink); }
.menu-services .dropdown-item > i { font-size: 22px; color: var(--blue); }
.menu-services .dropdown-item > span:last-child { margin-left: auto; font-size: 20px; }
.menu-services .dropdown-item:hover, .menu-services .dropdown-item:focus { background: var(--pale); color: var(--blue); }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 600; letter-spacing: .13em; margin-bottom: 25px; }
.eyebrow::before { content: ''; width: 7px; height: 7px; background: currentColor; border-radius: 50%; flex-shrink: 0; }
.eyebrow.light { color: var(--accent-light); }
.hero { background: var(--navy); color: white; position: relative; }
.hero-slide { position: relative; min-height: clamp(670px, 47vw, 860px); display: flex; align-items: center; padding: 70px 0 140px; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #102c3df0, #102c3dad 43%, #102c3d10 85%), linear-gradient(0deg,#102c3d70, transparent 40%); }
.hero-content { position: relative; }
.hero .eyebrow { margin-bottom: 32px; }
.hero h1 { font-size: clamp(54px, 6.15vw, 108px); font-weight: 500; line-height: .99; margin-bottom: 32px; letter-spacing: -.065em; }
.hero h1 span { color: var(--accent-light); }
.hero p { max-width: 470px; color: #e1edf8; font-size: 18px; line-height: 1.6; margin-bottom: 35px; }
.hero-secondary { display: inline-flex; gap: 20px; align-items: center; margin-left: 28px; font-size: 14px; color: white; }
.hero-secondary:hover { color: var(--accent-light); }
.hero-controls { position: absolute; bottom: 30px; left: 0; right: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #ffffff40; padding-top: 22px; }
.carousel-controls { display: flex; align-items: center; gap: 20px; }
.carousel-controls button { width: 40px; height: 40px; color: white; border: 1px solid #ffffff70; border-radius: 50%; background: transparent; }
.carousel-controls button:hover { color: var(--navy); background: var(--accent); border-color: var(--accent-light); }
#slide-count { font-size: 12px; letter-spacing: .15em; }
.hero-note { display: flex; align-items: center; gap: 25px; color: #fff; font-size: 11px; letter-spacing: .15em; }
.hero-note span { font-size: 24px; }
.hero-carousel:not(.owl-loaded) { display: block; }
.hero-carousel:not(.owl-loaded) .hero-slide:not(:first-child) { display: none; }
/* Keep outgoing content visible while Owl moves the stage. */
.hero-carousel .owl-stage { display: flex; }
.hero-carousel .owl-item { display: flex; float: none; }
.hero-carousel .hero-slide { width: 100%; }
.expertise-strip { background: var(--navy); color: #fff; padding: 28px 0; }
.expertise-strip .container { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.expertise-strip span { font-size: 16px; letter-spacing: -.02em; }
.expertise-strip span:not(:first-child) { display: flex; align-items: center; gap: 16px; border-left: 1px solid #43acab50; padding: 8px 0 8px 28px; }
.expertise-strip .bi { color: var(--accent-light); font-size: 22px; line-height: 1; flex-shrink: 0; }
.expertise-strip span:first-child { color: var(--accent-light); font-size: 11px; letter-spacing: .15em; }
.section { padding: clamp(60px, 7.5vw, 60px) 0; }
.section-tint { background: var(--pale); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 470px; margin: 0 0 5px; }
.about-image { position: relative; padding: 0 22px 22px 0; }
.about-image > img { width: 100%; height: clamp(440px, 37vw, 440px); object-fit: cover; border-radius: var(--radius); }
.image-caption { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 35px; padding: 30px 35px; border-radius: 18px; background: var(--accent); color: var(--navy); font-size: 22px; line-height: 1.3; letter-spacing: -.025em; }
.image-caption i { font-size: 44px; }
.text-link { display: inline-flex; align-items: center; gap: 28px; color: var(--ink); font-weight: 600; font-size: 14px; margin-top: 18px; }
.text-link > span { font-size: 23px; }
.text-link:hover { color: var(--blue); }
/* Photographic expertise tiles, with readable content in every interaction state. */
.service-card { display: flex; flex-direction: column; justify-content: end; position: relative; min-height: clamp(380px, 29vw, 490px); height: 100%; overflow: hidden; border-radius: var(--radius); background: var(--navy); color: white; isolation: isolate; }
.service-image { position: absolute; inset: 0; z-index: -2; }
.service-image img { height: 100%; width: 100%; object-fit: cover; transition: transform .6s; }
.service-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,#102c3d5c, #102c3d10 76%, #102c3ddc 76%, #102c3d 76%); }
.service-number { position: absolute; top: 28px; left: 28px; font-size: 11px; font-weight: 600; letter-spacing: .15em; color: white; }
.service-arrow { position: absolute; top: 22px; right: 22px; display: grid; place-items: center; border: 1px solid #ffffff90; border-radius: 50%; width: 44px; height: 44px; font-size: 25px; }
.service-body { padding: 30px; }
.service-body > i { color: var(--accent-light); font-size: 28px; display: block; margin-bottom: 16px; }
.service-body h3 { font-size: clamp(25px, 2.15vw, 37px); max-width: 380px; margin-bottom: 5px; min-height: 2.16em; }
.service-body .text-link { color: #e1edf8; font-size: 13px; display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid #ffffff40; }
.service-card:hover { color: white; }
.service-card:hover img { transform: scale(1.06); }
.service-card:hover .service-arrow { background: var(--accent); color: var(--navy); border-color: var(--accent-light); }
.process-section { background: var(--navy); color: white; }
.process-section .eyebrow { color: var(--accent-light); }
.process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 28px; margin-top: 65px; }
.process-grid article { position: relative; padding: 0 20px 0 0; }
.process-section .process-grid article + article::before { content: ""; position: absolute; top: 0; bottom: 0; left: -14px; width: 1px; background: linear-gradient(to bottom, #43acab70, #43acab25); }
@media (min-width: 768px) and (max-width: 991px) {
  .process-section .process-grid article:nth-child(3n + 1)::before { display: none; }
}
@media (max-width: 767px) {
  .process-section .process-grid article + article::before { top: -14px; bottom: auto; left: 0; width: 100%; height: 1px; background: linear-gradient(to right, #43acab70, #43acab25); }
}

.process-icon { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 22px; background: #e6f4f4; border: 1px solid #bde3e4; color: var(--blue); font-size: 32px; line-height: 1; margin-bottom: 28px; }
.process-grid h3 { font-size: 22px; min-height: 50px; }
.process-grid p { font-size: 15px; line-height: 1.65; }
.process-section .process-icon { color: var(--accent-light); background: #43acab12; border-color: #43acab35; }
.process-section .process-grid p { color: #d7e6f5; }


.team-portrait { position: relative; overflow: hidden; border-radius: var(--radius); background: #e4eef7; }
.team-portrait img { width: 100%; height: clamp(370px, 33vw, 570px); object-fit: cover; object-position: top; transition: transform .6s; }
.team-portrait > span { position: absolute; bottom: 20px; left: 20px; color: white; background: #102c3dd9; padding: 7px 14px; border-radius: 100px; font-size: 10px; letter-spacing: .12em; }
.team-card:hover img { transform: scale(1.025); }
.team-caption { display: flex; gap: 20px; padding: 25px 0 0; }
.team-icon { display: grid; place-items: center; flex-shrink: 0; width: 38px; height: 38px; color: var(--blue); background: #e6f4f4; border-radius: 11px; font-size: 20px; line-height: 1; }
.team-card h3 { font-size: clamp(24px, 1.8vw, 31px); margin: 0 0 10px; }
.team-card p { font-size: 14px; line-height: 1.5; }
/* Compact full-width inner-page mastheads. */
.page-banner { position: relative; isolation: isolate; overflow: hidden; background: var(--navy); color: #fff; }
.banner-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; z-index: -2; }
.banner-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #102c3dfa 0%, #102c3ded 35%, #102c3d8f 65%, #102c3d40 100%); }
.banner-content { min-height: 330px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 48px; padding-bottom: 48px; }
.page-banner .eyebrow { margin-bottom: 18px; }
.page-banner h1 { font-size: clamp(38px, 3.7vw, 64px); line-height: 1.08; letter-spacing: -.045em; max-width: 920px; margin: 0; text-wrap: balance; }
.page-banner .banner-subtitle { color: #fff; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.45; margin: 20px 0 0; max-width: 760px; }
.page-banner .banner-lead { color: #d7e6f5; font-size: 16px; line-height: 1.65; max-width: 690px; margin: 12px 0 0; }
.breadcrumb-bar { background: #fff; border-bottom: 1px solid var(--line); }
.breadcrumb-line { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; min-height: 56px; padding-top: 14px; padding-bottom: 14px; font-size: 13px; line-height: 1.5; color: var(--muted); }
.breadcrumb-line i { font-size: 10px; color: #597aa0; }
.breadcrumb-line [aria-current] { color: var(--blue); }
.breadcrumb-line a:hover { color: var(--blue); }
@media (max-width: 767px) {
  .banner-content { min-height: 220px; padding-top: 36px; padding-bottom: 36px; }
  .page-banner h1 { font-size: clamp(34px, 8vw, 46px); }
  .page-banner .eyebrow { font-size: 10px; }
  .page-banner .banner-subtitle { font-size: 18px; margin-top: 16px; }
  .page-banner .banner-lead { font-size: 14px; }
  .banner-overlay { background: linear-gradient(90deg, #102c3df2, #102c3dc9); }
  .banner-photo { object-position: 65% center; }
  .breadcrumb-line { font-size: 12px; gap: 8px; }
}
.value-card { background: var(--pale); border-radius: var(--radius); padding: 45px; }
.page-about .row > [class*="col-"] > .value-card { height: 100%; }
.value-card h3 { font-size: 34px; }
.value-card p { margin-bottom: 0; }
.page-about .value-card { border-top: 0; position: relative; padding: 45px; }
.page-about .value-card::after { content: '↗'; position: absolute; right: 30px; top: 25px; font-size: 30px; color: var(--blue); }
.reason { border-top: 1px solid var(--line); padding: 28px 0; }
.reason h3 { font-size: 26px; }
.reason p { margin: 0; }
.partner-panel { padding: 45px; color: white; background: var(--navy); border-radius: var(--radius); }
.partner-panel h3 { font-size: 32px; }
.partner-panel p { color: #d7e6f5; }
.partner-panel a { color: var(--accent-light); overflow-wrap: anywhere; font-size: 15px; }
.service-detail { padding: 70px 0 80px; }
.service-overview { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4vw, 70px); align-items: center; margin-bottom: 56px; }
.service-overview-copy h2 { font-size: clamp(32px, 2.8vw, 48px); margin-bottom: 22px; }
.service-overview-copy .service-description { font-size: 18px; line-height: 1.75; margin: 0; }
.service-information { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, 1fr); gap: clamp(32px, 4vw, 70px); align-items: start; }
.service-scope > h3 { font-size: 32px; }
.service-outro { margin: 26px 0 0; }
.service-enquiry { margin-top: 32px; padding: 30px; }
.service-enquiry:first-child { margin-top: 0; }
.service-enquiry h3 { font-size: 28px; }
.service-detail-image { display: block; width: 100%; height: clamp(300px, 26vw, 410px); object-fit: cover; object-position: center; border-radius: var(--radius); margin-bottom: 0; }
.service-description { font-size: 20px; line-height: 1.8; }
.check-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin-top: 25px; }
.check-list li { position: relative; border-bottom: 1px solid var(--line); padding: 25px 0 25px 38px; font-size: 16px; }
.check-list li::before { content: '↗'; position: absolute; left: 0; top: 23px; color: var(--blue); font-size: 23px; }
.service-sidebar { background: var(--navy); color: white; padding: 35px; border-radius: var(--radius); position: relative; }
.service-sidebar h2 { font-size: 30px; }
.service-sidebar a { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 15px; padding: 18px 0; border-bottom: 1px solid #ffffff25; color: #e1edf8; }
.service-sidebar a.current, .service-sidebar a:hover { color: var(--accent-light); }
.service-sidebar a.button { margin-top: 28px; padding: 18px 25px; color: var(--navy); border: 0; background: var(--accent); }
.contact-panel { border: 0; background: var(--pale); border-radius: 28px; padding: 48px; }
.contact-panel > h2 { font-size: 40px !important; }
label { font-size: 14px; font-weight: 600; margin-bottom: 9px; }
.form-control, .form-select { background-color: white; border: 1px solid var(--line); border-radius: 10px; padding: 15px; font-size: 16px; }
.form-control:focus, .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px #43acab18; }
.captcha-row { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; }
.captcha-row img { border-radius: 8px; }
.captcha-refresh { background: white; border: 1px solid var(--line); border-radius: 50%; width: 44px; height: 44px; font-size: 23px; }
.form-note { font-size: 13px; margin-top: 16px; line-height: 1.6; }
.cta-section { background: var(--accent); color: var(--navy); padding: 80px 0; }
.cta-section .eyebrow.light { color: var(--navy); }
.cta-section h2 { font-size: clamp(40px, 4.6vw, 78px); margin: 0; }
.cta-section .button-white { background: var(--navy); color: white; flex-shrink: 0; }
.cta-section .button-white > span { color: var(--navy); background: white; }
footer { background: var(--navy); color: #d7e6f5; padding: 80px 0 0; font-size: 14px; overflow: hidden; }
footer p { color: #d7e6f5; }
footer h3 { color: #fff; font-size: 15px; margin-bottom: 25px; letter-spacing: 0; }
footer a:not(.footer-brand) { display: block; margin: 10px 0; }
footer a:hover { color: var(--accent-light); }
.footer-brand { display: inline-block; color: white; font-size: 56px; font-weight: 600; letter-spacing: -.055em; line-height: 1; margin-bottom: 28px; }
.footer-brand span { display: block; font-size: 11px; letter-spacing: .28em; margin-top: 14px; font-weight: 400; }
.footer-intro { margin-bottom: 25px; }
.footer-wordmark { color: #cadff3; font-size: clamp(52px, 9.4vw, 167px); font-weight: 400; letter-spacing: -.065em; line-height: 1.1; padding: 65px 0 40px; border-bottom: 1px solid #ffffff30; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: 12px; }
.skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.navbar-toggler { border: 0; }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler:focus:not(:focus-visible) { outline: none; }
.navbar-toggler:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.skip-link:focus-visible { position: fixed; top: 10px; left: 15px; z-index: 200; width: auto; height: auto; clip-path: none; background: white; padding: 12px; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
.hero :focus-visible, footer :focus-visible { outline-color: var(--accent-light); }
.status-panel { max-width: 900px; margin: auto; text-align: center; padding: 45px; }
.status-panel .eyebrow { justify-content: center; }
.status-panel h1 { font-size: 52px; }
.honeypot { position: absolute; left: -9999px; }
#main, #expertise { scroll-margin-top: 100px; }
@media (min-width: 1600px) {
  .container { width: calc(100% - 120px); }
  .section-heading > p { max-width: 540px; }
  .hero p { max-width: 530px; font-size: 20px; }
}
@media (max-width: 1199px) {
  .nav-link { padding-left: 11px !important; padding-right: 11px !important; font-size: 13px; }
  .navbar-brand { width: 145px; margin-right: 12px; }
  .navbar-brand img { width: 145px; }
  .service-body h3 { font-size: 32px; }
  .section-heading { gap: 40px; }
  .service-sidebar { padding: 26px; }
}
@media (max-width: 991px) {
  .container { width: calc(100% - 48px); }
  .navbar { min-height: 64px; }
  .navbar-brand { height: 54px; }
  .navbar-toggler { min-width: 44px; min-height: 44px; }
  .navbar-collapse { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 100vw; background: #fff; border-top: 1px solid #b8ccdf; padding: 10px 24px 22px; max-height: calc(100dvh - 65px); overflow-y: auto; box-shadow: 0 12px 20px #102c3d14; }
  .navbar-collapse > .navbar-nav { border-bottom: 1px solid #b8ccdf; padding-bottom: 10px; margin-bottom: 18px; }
  .nav-link { padding: 12px 0 !important; font-size: 16px; }
  .services-menu { width: 100%; margin-bottom: 14px; border-radius: 16px; box-shadow: none; }
  .services-menu.show { grid-template-columns: 1fr; }
  .menu-intro { padding: 18px; }
  .menu-intro h2, .menu-intro .eyebrow { display: none; }
  .menu-intro .text-link { margin: 0; }
  .menu-services { padding: 8px; }
  .hero-slide { min-height: 670px; }
  .hero h1 { font-size: clamp(56px, 8vw, 80px); }
  .hero-shade { background: linear-gradient(90deg,#102c3ded,#102c3d90 65%,#102c3d30); }
  .expertise-strip .container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 30px; }
  .expertise-strip span:first-child { grid-column: 1 / -1; }
  .expertise-strip span:not(:first-child) { border-left: 0; border-top: 1px solid #43acab50; padding: 14px 0 6px; gap: 12px; }
  .section-heading { align-items: start; }
  .section-heading > p { max-width: 340px; }
  .about-image > img { height: 540px; }
  .process-grid { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .team-portrait img { height: 370px; }
  .team-caption { gap: 10px; }
  .team-card h3 { font-size: 23px; }
  .service-sidebar { position: static; }
  .cta-section .container { align-items: start !important; }
}
@media (max-width: 767px) {
  body { font-size: 16px; }
  .row { --bs-gutter-x: 24px; }
  .container { width: calc(100% - 36px); }
  .topbar .container > span:last-child { display: none; }
  .navbar-brand { width: 130px; }
  .navbar-brand img { width: 130px; }
  .menu-services { grid-template-columns: 1fr; }
  .hero-slide { min-height: 670px; padding: 55px 0 120px; }
  .hero h1 { font-size: clamp(44px, 9.5vw, 70px); }
  .hero .eyebrow { font-size: 10px; margin-bottom: 26px; }
  .hero p { font-size: 17px; max-width: 390px; }
  .hero-photo { object-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg,#102c3ded,#102c3d9e); }
  .hero-secondary { display: flex; width: max-content; margin: 23px 0 0; }
  .hero-controls { bottom: 22px; padding-top: 18px; }
  .hero-note { font-size: 0; gap: 0; }
  .hero-note span { font-size: 26px; }
  .carousel-controls { gap: 16px; }
  .expertise-strip { padding: 22px 0; }
  .expertise-strip .container { gap: 8px 22px; }
  .expertise-strip span { font-size: 13px; }
  .section { padding: 65px 0; }
  h2 { font-size: clamp(36px, 8vw, 52px); }
  .eyebrow { font-size: 11px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { max-width: none; margin-top: 25px; }
  .about-image { padding: 0 15px 25px 0; }
  .about-image > img { height: 300px; }
  .image-caption { padding: 22px 25px; gap: 25px; font-size: 20px; }
  .image-caption i { font-size: 34px; }
  .service-card { min-height: 410px; }
  .service-body h3 { font-size: 32px; }
  .service-body { padding: 25px; }
  .process-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 40px; }
  .process-grid article { display: grid; grid-template-columns: 65px 1fr; column-gap: 20px; }
  .process-icon { grid-row: 1 / 3; width: 60px; height: 60px; font-size: 27px; border-radius: 18px; margin: 0; }
  .process-grid h3 { min-height: 0; margin: 8px 0 14px; }
  .process-grid p { grid-column: 2; }
  .team-portrait img { height: auto; aspect-ratio: 4 / 4.4; object-fit: cover; }
  .team-caption { gap: 20px; }
  .team-card h3 { font-size: 28px; }
  .team-card { margin-bottom: 15px; }
  .value-card, .page-about .value-card, .partner-panel, .contact-panel { padding: 28px; }
  .value-card h3, .partner-panel h3 { font-size: 29px; }
  .service-description { font-size: 18px; }
  .check-list { grid-template-columns: 1fr; }
  .contact-panel > h2 { font-size: 34px !important; }
  .cta-section { padding: 55px 0; }
  .cta-section h2 { font-size: 38px; }
  footer { padding-top: 55px; }
  .footer-wordmark { padding: 35px 0 25px; font-size: clamp(37px,8vw,61px); }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .status-panel { padding: 10px; }
  .status-panel h1 { font-size: 38px; }
}
/* Compact homepage expertise and leadership previews. */
.home-services, .home-leadership { padding: 64px 0; }
.home-services .section-heading, .home-leadership .section-heading { margin-bottom: 30px; }
.home-services .section-heading h2, .home-leadership .section-heading h2 { font-size: clamp(34px, 3vw, 50px); }
.home-services .section-heading .eyebrow, .home-leadership .section-heading .eyebrow { margin-bottom: 16px; }
.home-services .service-card { min-height: 350px; }
.home-services .service-body { padding: 24px; }
.home-services .service-body h3 { font-size: clamp(24px, 1.8vw, 25px); }
.home-services .service-body > i { font-size: 23px; margin-bottom: 10px; }
.home-services .service-body .text-link { margin-top: 12px; padding-top: 10px; }
.home-services .service-number { top: 22px; left: 24px; }
.home-services .service-arrow { width: 36px; height: 36px; top: 16px; right: 18px; font-size: 22px; }
.home-leadership .team-card { display: grid; grid-template-columns: 43% 1fr; align-items: center; background: #fff; border-radius: 16px; overflow: hidden; height: 100%; }
.home-leadership .team-portrait { border-radius: 0; height: 240px; background: #fff; }
.home-leadership .team-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.home-leadership .team-portrait > span { display: none; }
.home-leadership .team-caption { display: block; padding: 22px; }
.home-leadership .team-icon { margin-bottom: 16px; }
.home-leadership .team-card h3 { font-size: clamp(21px, 1.55vw, 24px); line-height: 1.15; }
.home-leadership .team-card p { font-size: 13px; margin-bottom: 0; }
@media (min-width: 768px) and (max-width: 1199px) {
  .home-leadership .team-card { display: block; }
  .home-leadership .team-portrait { height: 240px; }
  .home-leadership .team-portrait img { object-fit: contain; }
  .home-leadership .team-caption { padding: 20px; }
  .home-leadership .team-icon { margin-bottom: 12px; }
}
@media (max-width: 767px) {
  .home-services, .home-leadership { padding: 48px 0; }
  .home-services .service-card { min-height: 290px; }
  .home-services .service-body h3 { font-size: 26px; }
  .home-leadership .team-card { margin: 0; grid-template-columns: 38% 1fr; }
  .home-leadership .team-portrait { height: 210px; }
  .home-leadership .team-portrait img { aspect-ratio: auto; }
  .home-leadership .team-caption { padding: 18px; }
  .home-leadership .team-card h3 { font-size: 23px; }
}

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

@media (max-width: 991px) {
  .service-overview { grid-template-columns: 1fr; gap: 28px; margin-bottom: 40px; }
  .service-information { grid-template-columns: 1fr; gap: 32px; }
  .service-detail { padding: 48px 0; }
  .service-detail-image { height: clamp(230px, 48vw, 390px); }
  .service-enquiry { padding: 26px; }
}

/* Logo palette: blue #144c8c, cyan #0189bb, teal #43acab, indigo #27408a. */
.button { background: var(--blue); color: #fff; }
.button > span { background: #fff; color: var(--blue); }
.button:hover { background: var(--indigo); color: #fff; }
.button-small > span { background: #fff; color: var(--blue); }
.hero .button { background: #fff; color: var(--blue); }
.hero .button > span { background: var(--blue); color: #fff; }
.hero .button:hover { background: var(--accent-light); }
.nav-link.active, .nav-link:hover { color: var(--indigo) !important; }
.eyebrow::before { background: var(--teal); }
.eyebrow.light::before, .process-section .eyebrow::before { background: var(--accent-light); }
.menu-services .dropdown-item > i, .topbar i { color: var(--cyan); }
.image-caption, .banner-stamp { background: #eaf3f3; color: var(--ink); }
.expertise-strip { background: var(--navy); }
.process-section { background: var(--navy); }
.process-icon, .team-icon { color: var(--blue); background: #e6f4f4; border-color: #bde3e4; }
.process-section .process-icon { color: var(--accent-light); background: #43acab20; border-color: #43acab70; }
.service-card:hover .service-arrow { color: #173456; }
.service-sidebar { background: var(--navy); }
.service-sidebar a.button { background: #fff; color: var(--blue); }
.service-sidebar a.button > span { background: var(--blue); color: #fff; }
.service-sidebar a.button:hover { background: var(--accent-light); }
.cta-section { background: #eaf3f3; color: var(--ink); }
.cta-section .eyebrow.light { color: var(--blue); }
.cta-section .eyebrow.light::before { background: var(--teal); }
.cta-section .button-white { background: var(--blue); color: #fff; }
.cta-section .button-white > span { background: #fff; color: var(--blue); }
.cta-section .button-white:hover { background: var(--navy); }
footer { background: var(--navy); }
:focus-visible { outline-color: var(--cyan); }

/* About: stronger editorial contrast and more substantial surfaces. */
.page-about .about-introduction { padding: 80px 0; }
.page-about .about-introduction h2 { font-size: clamp(38px, 3.6vw, 62px); color: #132d42; }
.page-about .about-introduction p { color: #4b5e6b; }
.page-about .about-image::before { content: ''; position: absolute; inset: 22px 0 0 22px; background: #e4f0f2; border-radius: 24px; }
.page-about .about-image > img { position: relative; box-shadow: 0 12px 30px #02111c12; }
.page-about .image-caption { background: var(--blue); color: white; box-shadow: 0 12px 25px #144c8c26; }
.page-about .image-caption i { color: #a6dddd; }
.page-about .value-card { border: 1px solid #d4e1e8; padding: 36px 40px; box-shadow: 0 14px 32px #102c3d0b; border-radius: 16px; }
.page-about .value-card::after { content: none; }
.page-about .vision-card { background: #fff; border-left: 4px solid var(--teal); }
.page-about .mission-card { background: var(--blue); border-color: var(--blue); color: #fff; }
.page-about .mission-card p { color: #e4eef8; }
.page-about .mission-card .eyebrow { color: #c1e7e7; }
.page-about .value-icon { float: right; font-size: 32px; line-height: 1; margin: 0 0 15px 20px; color: var(--teal); }
.page-about .mission-card .value-icon { color: #b9dfdf; }
.page-about .value-card h3 { font-size: 30px; }
.about-difference { background: #0d273b; color: white; padding: 80px 0; }
.about-difference h2 { font-size: clamp(38px, 3.6vw, 62px); }
.about-difference .eyebrow { color: #a6dddd; }
.about-difference p { color: #c6d5df; }
.about-difference .button { background: white; color: var(--blue); margin-top: 12px; }
.about-difference .button > span { background: var(--blue); color: white; }
.about-difference .reason { display: flex; gap: 22px; padding: 23px 0; border-color: #ffffff26; }
.about-difference .reason:first-child { padding-top: 0; border-top: 0; }
.about-difference .reason:last-child { padding-bottom: 0; }
.about-difference .reason h3 { font-size: 25px; color: white; margin-bottom: 9px; }
.about-difference .reason p { font-size: 16px; line-height: 1.65; }
.reason-icon { display: grid; place-items: center; flex-shrink: 0; width: 48px; height: 48px; border: 1px solid #43acab55; background: #43acab15; color: #a6dddd; border-radius: 12px; font-size: 23px; }
.page-about .about-partner { padding: 75px 0; background: var(--navy); color: #fff; }
.page-about .about-partner p { color: #c5d5df; }
.page-about .about-partner .eyebrow { color: var(--accent-light); }
.page-about .about-partner h2 { font-size: clamp(36px, 3.3vw, 56px); }
.page-about .about-partner .partner-panel { background: #193b50; color: #fff; border: 1px solid #ffffff24; border-top: 4px solid var(--teal); box-shadow: 0 15px 35px #00000014; }
.page-about .about-partner .partner-panel p { color: #c5d5df; }
.page-about .about-partner .partner-panel .eyebrow, .page-about .about-partner .partner-panel a { color: var(--accent-light); }
.page-about .about-partner .partner-panel a:hover { color: #fff; text-decoration: underline; }
.page-about .about-partner .partner-panel a:focus-visible { outline: 2px solid var(--accent-light); outline-offset: 4px; }
.page-about .cta-section { background: white; border-top: 1px solid #dce5eb; padding: 60px 0; }
.page-about .cta-section h2 { font-size: clamp(38px, 4vw, 64px); color: #132d42; }
@media (max-width: 767px) {
  .page-about .about-introduction, .about-difference, .page-about .about-partner { padding: 50px 0; }
  .page-about .value-card { padding: 28px; }
  .about-difference .reason { gap: 16px; }
  .about-difference .reason h3 { font-size: 23px; }
  .page-about .cta-section { padding: 48px 0; }
}

/* Balanced About columns and a darker shared breadcrumb bar. */
@media (min-width: 992px) {
  .about-difference .why-finpro-row { --bs-gutter-x: clamp(40px, 5vw, 88px); }
  .about-difference .why-finpro-row > .col-lg-6:first-child > p { max-width: 560px; }
}
.breadcrumb-bar { background: #02111c; border-bottom: 1px solid #02111c; }
.breadcrumb-line { color: #d5e2ea; }
.breadcrumb-line i { color: #98b9c9; }
.breadcrumb-line [aria-current] { color: #a6dddd; }
.breadcrumb-line a:hover { color: #fff; }
.breadcrumb-line a:focus-visible { outline-color: #a6dddd; }

/* Services overview: neutral gallery, contrasting process section. */
.services-catalog { background: #fff; }
.services-catalog .service-card { box-shadow: 0 12px 28px #02111c14; }
.services-process > .container > p { color: #c6d5df; }

/* Service detail pages: layered backgrounds with a dark navigation panel. */
.service-detail { background: #eef3f7; }
.service-detail .service-overview { padding-bottom: 44px; border-bottom: 1px solid #cddce6; }
.service-detail .service-enquiry { background: #fff; border: 1px solid #d4e1e8; border-left: 4px solid #43acab; box-shadow: 0 10px 28px #02111c08; }
.service-detail .service-sidebar { background: #0d273b; border: 1px solid #234456; box-shadow: 0 12px 30px #02111c14; }
.service-detail .check-list li { border-color: #cddce6; }
.service-detail .service-detail-image { box-shadow: 0 12px 30px #02111c12; }
@media (max-width: 767px) {
  .service-detail .service-overview { padding-bottom: 30px; }
}

/* Clearly separated surfaces on service detail pages. */
.service-detail-page .service-detail { background: #fff; }
.service-detail-page .service-enquiry { background: #f0f5f8; }
.service-detail-page .cta-section { background: #d7eaec; border-top: 1px solid #bdd8dc; }

/* Service detail refinement: editorial introduction and distinct support panels. */
.service-detail-page .service-overview { gap: clamp(35px, 5vw, 90px); padding-bottom: 60px; margin-bottom: 55px; }
.service-visual { position: relative; margin: 0; padding: 0 22px 25px 0; }
.service-visual::before { content: ''; position: absolute; inset: 22px 0 0 22px; background: #e4f0f2; border-radius: 24px; }
.service-visual .service-detail-image { position: relative; height: clamp(320px, 29vw, 470px); border-radius: 20px; }
.service-visual figcaption { position: absolute; bottom: 0; right: 0; display: flex; align-items: center; gap: 18px; padding: 22px 28px; background: #0d273b; color: #a6dddd; border-radius: 16px; box-shadow: 0 12px 25px #02111c1a; font-size: 10px; letter-spacing: .12em; line-height: 1.6; }
.service-visual figcaption > i { font-size: 30px; }
.service-visual figcaption strong { font-size: 17px; font-weight: 500; letter-spacing: -.01em; color: #fff; }
.service-category { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); background: #eaf3f6; border: 1px solid #d6e7ee; border-radius: 100px; padding: 8px 16px; font-size: 11px; letter-spacing: .12em; font-weight: 600; margin-bottom: 24px; }
.service-category i { font-size: 18px; }
.service-overview-copy .overview-link { padding-bottom: 8px; border-bottom: 1px solid #43acab; margin-top: 26px; }
.service-detail-page .check-list { gap: 16px; margin-top: 28px; }
.service-detail-page .check-list li { display: flex; align-items: flex-start; gap: 14px; padding: 22px; background: #f3f7fa; border: 1px solid #dce6ec; border-radius: 14px; font-size: 16px; line-height: 1.65; }
.service-detail-page .check-list li::before { content: none; }
.service-detail-page .check-list li > i { display: grid; place-items: center; width: 28px; height: 28px; flex-shrink: 0; background: #ddefee; color: #144c8c; border-radius: 50%; font-size: 19px; }
.service-detail-page .service-outro { border-left: 3px solid #43acab; padding-left: 20px; line-height: 1.8; }
.service-detail-page .service-sidebar { border-radius: 20px; padding: 32px; }
.service-detail-page .service-sidebar > .eyebrow { font-size: 10px; margin-bottom: 15px; }
.service-detail-page .service-sidebar > a:not(.button) { padding: 17px 12px; border-radius: 8px; }
.service-detail-page .service-sidebar > a:not(.button) > i { font-size: 20px; color: #a6dddd; flex-shrink: 0; }
.service-detail-page .sidebar-label { flex: 1; }
.service-detail-page .service-sidebar a.current { background: #43acab20; color: #fff; box-shadow: inset 3px 0 #43acab; }
.service-detail-page .service-sidebar > a:not(.button):hover { background: #ffffff0c; }
.service-detail-page .service-enquiry { position: relative; background: #eaf3f6; padding: 30px; border: 1px solid #d5e6ec; box-shadow: none; }
.enquiry-icon { display: grid; place-items: center; width: 44px; height: 44px; color: var(--blue); background: #fff; border-radius: 13px; font-size: 23px; margin-bottom: 18px; }
.service-enquiry .button { margin-top: 24px; font-size: 14px; }
@media (max-width: 991px) {
  .service-detail-page .service-overview { gap: 32px; padding-bottom: 36px; margin-bottom: 36px; }
}
@media (max-width: 767px) {
  .service-visual { padding: 0 12px 22px 0; }
  .service-visual .service-detail-image { height: 250px; }
  .service-visual figcaption { padding: 16px 20px; }
  .service-visual figcaption strong { font-size: 15px; }
  .service-detail-page .check-list li { padding: 18px; }
  .service-detail-page .service-sidebar, .service-detail-page .service-enquiry { padding: 24px; }
}

.footer-bottom-bar { width: 100%; background: #02111c; margin-top: 35px; color: #d5e2ea; }

/* Shared refined service cards for homepage and services overview. */
.home-services .section-heading { gap: 48px; margin-bottom: 36px; }
.home-services .section-heading > p { max-width: 510px; line-height: 1.75; }
:is(.home-services, .services-catalog) .service-card-refined { display: flex; justify-content: flex-start; min-height: 0; border-radius: 18px; border: 1px solid #102c3d18; box-shadow: 0 8px 22px #102c3d09; transition: transform .25s ease, box-shadow .25s ease; }
:is(.home-services, .services-catalog) .service-card-refined::after { content: none; }
.service-card-media { position: relative; min-height: 270px; display: flex; align-items: flex-end; flex: 1; overflow: hidden; }
.service-card-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-card-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #102c3d05 25%, #102c3d65 58%, #102c3de8 100%); }
.service-card-caption { position: relative; z-index: 1; padding: 24px; width: 100%; }
.service-card-caption > i { display: grid; place-items: center; width: 38px; height: 38px; color: #c3ebeb; background: #102c3d66; border: 1px solid #b9dfdf60; border-radius: 10px; font-size: 21px; margin-bottom: 14px; }
.service-card-caption h3 { color: #fff; font-size: clamp(23px, 1.65vw, 28px); font-weight: 500; line-height: 1.2; letter-spacing: -.035em; margin: 0; min-height: 1.4em; max-width: 430px; text-wrap: balance; }
.service-card-footer { display: flex; justify-content: space-between; align-items: center; padding: 15px 24px; background: #102c3d; border-top: 1px solid #ffffff24; color: #e5eff4; font-size: 13px; font-weight: 600; }
.service-link-arrow { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #ffffff35; border-radius: 50%; font-size: 21px; font-weight: 400; transition: background .2s, color .2s, transform .2s; }
:is(.home-services, .services-catalog) .service-card-refined:hover, :is(.home-services, .services-catalog) .service-card-refined:focus-visible { transform: translateY(-4px); box-shadow: 0 16px 32px #102c3d1c; }
.service-card-refined:hover .service-link-arrow, .service-card-refined:focus-visible .service-link-arrow { background: #b9dfdf; color: #102c3d; transform: translateX(2px); }
:is(.home-services, .services-catalog) .service-card-refined:hover img { transform: scale(1.035); }
@media (min-width: 1600px) { .service-card-media { min-height: 300px; } }
@media (max-width: 767px) {
  .service-card-media { min-height: 250px; }
  .service-card-caption { padding: 20px; }
  .service-card-caption h3 { font-size: 25px; }
  .service-card-footer { padding: 13px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  :is(.home-services, .services-catalog) .service-card-refined:hover, :is(.home-services, .services-catalog) .service-card-refined:focus-visible, :is(.home-services, .services-catalog) .service-card-refined:hover img, .service-card-refined:hover .service-link-arrow { transform: none; }
}

.page-home .expertise-strip { background: #02111c; }

/* Centre icon glyphs independently of text baselines. */
.service-card-caption > i, .service-link-arrow { line-height: 1; }
.service-card-caption > i::before, .service-link-arrow > i::before { display: block; line-height: 1; vertical-align: 0; }
.service-link-arrow > i { display: block; line-height: 1; font-size: 18px; }
.service-card-caption h3 { min-height: 1.4em; }

/* Lower the caption slightly while preserving its spacing above the footer. */
.service-card-caption { transform: translateY(10px); }

.footer-brand.footer-logo { display: inline-flex; align-items: center; padding: 14px 18px; background: #fff; border-radius: 10px; line-height: 1; }
.footer-logo img { display: block; width: 200px; max-width: 100%; height: auto; }

.service-sidebar > a:last-of-type { border-bottom: 0; }

/* Keep service navigation visible within its own content section on desktop. */
@media (min-width: 992px) {
  .service-detail-page .service-sidebar {
    position: sticky;
    top: 110px;
    align-self: start;
    max-height: calc(100dvh - 130px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #43acab #0d273b;
  }
}

.page-home .image-caption { background: #133358; color: #fff; }
.page-home .image-caption i { color: #b9dfdf; }

/* Shared secondary calls to action. */
a.text-link, .hero-secondary {
  --link-button-color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: fit-content;
  max-width: 100%;
  min-height: 48px;
  padding: 7px 7px 7px 20px;
  border: 1px solid var(--link-button-color);
  border-radius: 100px;
  color: var(--link-button-color);
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}
a.text-link > span, .hero-secondary > span {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--link-button-color);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
a.text-link:hover, .hero-secondary:hover {
  background: var(--link-button-color);
  color: #fff;
}
a.text-link:hover > span, .hero-secondary:hover > span {
  background: #fff;
  color: var(--blue);
}
a.text-link:focus-visible, .hero-secondary:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}
.hero-secondary { --link-button-color: #fff; }
.hero-secondary > span { color: var(--blue); }
.hero-secondary:hover { color: var(--blue); }
.hero-secondary:hover > span { background: var(--blue); color: #fff; }

/* Let labels carry secondary actions; reserve arrows for primary calls to action. */
a.text-link, .hero-secondary { padding: 12px 22px; justify-content: center; }
.button:not(:has(> span)) { padding: 15px 25px; justify-content: center; }
.button > span { font-size: 18px; }

.about-leadership { scroll-margin-top: 110px; }

.cta-section .cta-description { max-width: 760px; margin: 24px 0 0; color: #4b5e6b; font-size: 17px; line-height: 1.75; }

/* Contrast-rich leadership preview cards. */
.home-leadership { background: #fff; }
.home-leadership .team-card { background: var(--navy); color: #fff; border: 1px solid #193b50; box-shadow: 0 10px 24px #102c3d14; }
.home-leadership .team-caption { border-left: 3px solid var(--teal); }
.home-leadership .team-card h3 { color: #fff; }
.home-leadership .team-card p { color: #c5d5df; }
.home-leadership .team-icon { background: #ffffff12; color: var(--accent-light); border: 1px solid #ffffff24; }

/* Circular portraits and sculpted panels for the About leadership cards. */
.about-leadership { background: linear-gradient(to bottom, #f5f6f7 0%, #f5f6f7 65%, #e5eaed 65%); }
.about-leadership .row { --bs-gutter-x: 48px; --bs-gutter-y: 40px; max-width: 1240px; margin-left: auto; margin-right: auto; }
.about-leadership .team-card { position: relative; isolation: isolate; height: 100%; padding: 0 28px 48px; text-align: center; color: #fff; margin: 0; }
.about-leadership .team-card::before { content: ""; position: absolute; z-index: -1; inset: 88px 0 0; background: var(--navy); border: 1px solid #193b50; border-radius: 90px 0 90px 0; box-shadow: 0 12px 28px #102c3d12; }
.about-leadership .team-portrait { width: clamp(150px, 16vw, 210px); aspect-ratio: 1; margin: 0 auto; border: 5px solid var(--navy); border-radius: 50%; background: #fff; }
.about-leadership .team-portrait img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; object-position: center top; }
.about-leadership .team-caption { display: block; padding: 26px 0 0; }
.about-leadership .team-card h3 { color: #fff; font-size: clamp(22px, 2vw, 28px); line-height: 1.25; margin-bottom: 10px; }
.about-leadership .team-card p { color: #b9dfdf; font-size: 15px; line-height: 1.6; margin: 0 auto 20px; max-width: 250px; }
.about-leadership .team-icon { display: none; }
@media (min-width: 768px) and (max-width: 991px) {
  .about-leadership .row { --bs-gutter-x: 24px; }
  .about-leadership .team-card { padding: 0 18px 40px; }
}
@media (max-width: 767px) {
  .about-leadership .row { --bs-gutter-x: 0; --bs-gutter-y: 36px; max-width: 370px; }
  .about-leadership .team-portrait { width: 180px; }
  .about-leadership .team-card { min-height: 350px; padding-bottom: 44px; }
}

/* Office contact details shared across the contact page and footer. */
.office-panel address, .footer-office address { font-style: normal; color: #d7e6f5; margin-bottom: 16px; }
.office-panel a, .footer-office a { overflow-wrap: anywhere; }
.office-links a { display: block; width: fit-content; margin: 6px 0; }
.office-panel .office-hours, .footer-office .office-hours { margin: 16px 0 0; font-size: 14px; color: #d7e6f5; }
.office-hours span { white-space: nowrap; }
.footer-offices { margin-top: 32px; padding-top: 32px; border-top: 1px solid #ffffff24; }
.footer-office { padding: 28px; height: 100%; background: #ffffff05; border: 1px solid #ffffff24; border-radius: 16px; }
.footer-office .eyebrow { font-size: 11px; margin-bottom: 18px; }
.footer-office h3 { font-size: 20px; margin-bottom: 14px; }
.footer-office a { color: var(--accent-light); }
.office-panel a:hover, .footer-office a:hover { text-decoration: underline; }

.nav-chat-button { gap: 10px; }
.nav-chat-button > i { display: inline-flex; font-size: 19px; line-height: 1; }

/* Shared callback form. */
.callback-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.cta-section .callback-layout h2 { font-size: clamp(36px, 4vw, 64px); }
.callback-form { background: #fff; border: 1px solid #bdd8dc; border-radius: 18px; padding: 24px; box-shadow: 0 8px 24px #102c3d08; display: grid; gap: 12px; }
.cta-section#callback { padding: 48px 0; scroll-margin-top: 100px; }
.callback-form .form-control { padding: 11px 13px; }
.callback-form label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.callback-form .button { justify-content: space-between; width: 100%; margin-top: 4px; }

.callback-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 767px) { .callback-layout { grid-template-columns: 1fr; } }

/* Keep LinkedIn beside the callback on desktop and the menu toggle on mobile. */
.nav-linkedin { display: inline-flex; align-items: center; justify-content: center; width: auto; height: auto; padding: 3px; flex-shrink: 0; margin-left: 16px; order: 3; color: #0a66c2; background: #0a66c2; border-radius: 6px; font-size: 30px; line-height: 1; }
.nav-linkedin .bi::before { display: block; background: #fff; border-radius: 2px; }
.nav-linkedin:hover { color: var(--navy); background: var(--navy); }
.nav-linkedin:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
@media (max-width: 991px) {
  .nav-linkedin { order: 0; margin-left: auto; margin-right: 8px; }
}

.team-linkedin { display: inline-flex; align-items: center; justify-content: center; width: auto; height: auto; padding: 0; margin-top: 12px; color: #fff; font-size: 30px; line-height: 1; }
.team-linkedin .bi::before { display: block; }
.team-linkedin:hover { color: var(--accent-light); }
.team-linkedin:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* Keep leadership links on a shared bottom baseline as text wraps. */
.home-leadership .team-card { align-items: stretch; }
.about-leadership .team-card { display: flex; flex-direction: column; }
.about-leadership .team-portrait { flex-shrink: 0; }
.home-leadership .team-caption,
.about-leadership .team-caption { display: flex; flex-direction: column; flex: 1; }
.team-caption > div { display: flex; flex-direction: column; flex: 1; }
.team-caption .team-linkedin { flex-shrink: 0; align-self: flex-start; margin-top: auto; }
.team-caption .team-icon { flex-shrink: 0; }
.team-caption > div > p { margin-bottom: 12px; }
.about-leadership .team-linkedin { align-self: center; }
@media (min-width: 768px) and (max-width: 1199px) {
  .home-leadership .team-card { display: flex; flex-direction: column; }
  .home-leadership .team-portrait { flex-shrink: 0; }
}

/* Stretch photos with the text column in side-by-side leadership cards. */
@media (min-width: 1200px), (max-width: 767px) {
  .home-leadership .team-portrait { height: auto; min-height: 240px; align-self: stretch; }
  .home-leadership .team-portrait img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
}

/* Fixed WhatsApp contact shortcut on every page. */
.whatsapp-float { position: fixed; left: max(20px, env(safe-area-inset-left)); bottom: max(20px, env(safe-area-inset-bottom)); z-index: 1000; display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 4px 16px #0003; text-decoration: none; }
.whatsapp-float i { display: inline-flex; font-size: 32px; line-height: 1; }
.whatsapp-float:hover { background: #128c7e; color: #fff; }
.whatsapp-float:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; }

/* Reserve space below footer text for the fixed WhatsApp shortcut. */
.footer-bottom { padding-bottom: calc(98px + env(safe-area-inset-bottom, 0px)); }
