:root {
  --accent: #4552ff;
  --accent-rgb: 69, 82, 255;
  --accent-text: #fff;
  --ink: #111318;
  --muted: #646a74;
  --paper: #fff;
  --warm: #f4f2ed;
  --soft: #f7f7f5;
  --line: #dedfdc;
  --radius: 22px;
  --shadow: 0 26px 80px rgba(17, 19, 24, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Aptos", "Segoe UI", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.page-width { width: min(1440px, calc(100% - 80px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 12px 18px; background: var(--accent); color: var(--accent-text); border-radius: 0 0 8px 8px; font-weight: 800; }
.skip-link:focus { top: 0; }

.utility-bar { background: var(--ink); color: #fff; font-size: 12px; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; color: #bfc3cb; }
.utility-inner div { display: flex; gap: 28px; }
.utility-inner a { color: #fff; text-decoration: none; }
.utility-inner a:hover { color: var(--accent); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { display: grid; grid-template-columns: minmax(210px, 270px) 1fr auto; align-items: center; gap: 32px; min-height: 88px; }
.brand { display: flex; align-items: center; width: 100%; }
.brand img { width: auto; max-width: 248px; height: 50px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2vw, 34px); }
.primary-nav a { position: relative; color: #343841; font-size: 14px; font-weight: 700; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--accent); transition: right .2s ease; }
.primary-nav a:hover::after { right: 0; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 49px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.header-cta { background: var(--ink); color: #fff; }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.brand-switcher { display: flex; align-items: center; justify-content: flex-end; gap: 24px; height: 36px; border-top: 1px solid #efefec; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-switcher::before { content: "Explore the group"; margin-right: auto; color: #8a8f98; font-weight: 650; }
.brand-switcher a { color: #777c85; text-decoration: none; }
.brand-switcher a:hover, .brand-switcher a.active { color: var(--accent); }
.menu-button { display: none; width: 46px; height: 42px; padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.hero { overflow: hidden; background: var(--warm); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); min-height: 690px; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 88px clamp(32px, 5vw, 78px) 88px 0; }
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 780px; margin: 0; font-size: clamp(58px, 6.3vw, 96px); line-height: .93; letter-spacing: -.068em; }
.hero-lead { max-width: 720px; margin: 30px 0 0; color: #3e444d; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button.primary { background: var(--accent); color: var(--accent-text); }
.button.ghost { border-color: #bfc2c2; background: transparent; color: var(--ink); }
.button.ghost:hover { border-color: var(--ink); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 38px; color: #555b64; font-size: 12px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(var(--accent-rgb), .14); }
.hero-media { position: relative; min-width: 0; margin-right: calc((100vw - min(1440px, calc(100vw - 80px))) / -2); overflow: hidden; background: #252831; }
.hero-media > img { width: 100%; height: 100%; min-height: 690px; object-fit: cover; object-position: 58% center; filter: saturate(.85) contrast(1.04); }
.hero-tint { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(var(--accent-rgb), .36), transparent 32%), linear-gradient(180deg, transparent 45%, rgba(10,12,16,.5)); mix-blend-mode: multiply; }
.hero-stamp { position: absolute; right: 36px; bottom: 34px; width: 230px; padding: 24px; border-top: 4px solid var(--accent); background: rgba(16,18,24,.86); color: #fff; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-stamp small { display: block; margin-bottom: 16px; color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-stamp strong { font-size: 18px; line-height: 1.45; }

.intro-section { padding: 118px 0; }
.intro-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr); gap: clamp(50px, 9vw, 150px); align-items: start; }
h2 { margin: 0; font-size: clamp(43px, 5.2vw, 74px); line-height: .98; letter-spacing: -.055em; }
.intro-copy > p { margin: 0; color: var(--muted); font-size: 20px; line-height: 1.7; }
.intro-copy blockquote { margin: 42px 0 0; padding: 26px 0 0; border-top: 2px solid var(--accent); color: var(--ink); font-size: 26px; font-weight: 780; line-height: 1.25; letter-spacing: -.025em; }

.services-section { padding: 110px 0 120px; background: var(--soft); }
.section-title { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .65fr); gap: 70px; align-items: end; margin-bottom: 52px; }
.section-title > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { display: flex; flex-direction: column; min-height: 380px; padding: 30px; border: 1px solid #e0e1de; border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-number { color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.service-card h3 { margin: 76px 0 16px; font-size: 30px; line-height: 1.05; letter-spacing: -.04em; }
.service-card p { margin: 0; color: var(--muted); font-size: 16px; }
.service-card a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 25px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 800; text-decoration: none; }
.service-card a span { color: var(--accent); }

.markets-section { position: relative; overflow: hidden; padding: 120px 0; background: var(--ink); color: #fff; }
.markets-section::before { content: ""; position: absolute; right: -16vw; top: -26vw; width: 60vw; height: 60vw; border: 1px solid rgba(var(--accent-rgb), .45); border-radius: 50%; box-shadow: 0 0 0 90px rgba(var(--accent-rgb), .04), 0 0 0 180px rgba(var(--accent-rgb), .025); }
.markets-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 170px); align-items: start; }
.markets-copy { position: sticky; top: 150px; }
.markets-copy h2 { max-width: 660px; }
.text-link { display: inline-flex; gap: 18px; margin-top: 38px; padding-bottom: 8px; border-bottom: 2px solid var(--accent); font-weight: 800; text-decoration: none; }
.market-list { margin: 0; padding: 0; list-style: none; }
.market-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: center; min-height: 84px; border-bottom: 1px solid rgba(255,255,255,.16); font-size: clamp(24px, 3vw, 40px); font-weight: 750; letter-spacing: -.035em; }
.market-list li:first-child { border-top: 1px solid rgba(255,255,255,.16); }
.market-list span { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .12em; }

.process-section { padding: 116px 0; }
.section-title.compact h2 { font-size: clamp(42px, 4.4vw, 66px); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-grid li { min-height: 260px; padding: 30px 28px; border-right: 1px solid var(--line); }
.process-grid li:last-child { border-right: 0; }
.process-grid span { color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.process-grid h3 { margin: 58px 0 12px; font-size: 26px; letter-spacing: -.03em; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.journeys-section { background: var(--warm); }
.journeys-grid { display: grid; grid-template-columns: 1fr 1fr; }
.journey-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 590px; padding: clamp(52px, 6vw, 88px); }
.client-card { margin-left: calc((100vw - min(1440px, calc(100vw - 80px))) / -2); padding-left: calc((100vw - min(1440px, calc(100vw - 80px))) / 2); background: var(--accent); color: var(--accent-text); }
.client-card .eyebrow { color: inherit; opacity: .75; }
.candidate-card { background: var(--warm); }
.journey-card h2 { font-size: clamp(42px, 4.7vw, 68px); }
.journey-card > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 0; font-size: 18px; opacity: .82; }
.journey-card .button { margin-top: auto; }
.button.light { background: #fff; color: #111318; }
.button.dark-button { background: var(--ink); color: #fff; }

.compliance-section { padding: 120px 0; background: #17191f; color: #fff; }
.compliance-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(460px, 1.22fr); gap: clamp(60px, 9vw, 150px); align-items: start; }
.compliance-copy { position: sticky; top: 150px; }
.compliance-copy h2 { max-width: 590px; }
.compliance-copy > p:not(.eyebrow) { max-width: 590px; margin: 26px 0 32px; color: #bdc1ca; font-size: 18px; }
.compliance-copy small { display: block; margin-top: 16px; color: #8f949f; }
.policy-panel { border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: #1e2129; overflow: hidden; }
.panel-title { display: flex; justify-content: space-between; gap: 22px; padding: 26px 30px; border-bottom: 1px solid rgba(255,255,255,.14); }
.panel-title span { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.policy-links a { display: flex; justify-content: space-between; gap: 20px; padding: 20px 30px; border-bottom: 1px solid rgba(255,255,255,.1); color: #e8e9ec; font-weight: 700; text-decoration: none; transition: background .2s ease, padding .2s ease; }
.policy-links a:last-child { border-bottom: 0; }
.policy-links a:hover { padding-left: 36px; background: rgba(var(--accent-rgb), .12); }
.policy-links b { color: var(--accent); }

.group-section { padding: 118px 0; }
.brand-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.brand-card { position: relative; display: flex; flex-direction: column; min-height: 270px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.brand-card::after { content: ""; position: absolute; right: -65px; bottom: -65px; width: 150px; height: 150px; border-radius: 50%; background: var(--brand); opacity: .16; }
.brand-card:hover, .brand-card.is-current { transform: translateY(-4px); border-color: var(--brand); box-shadow: 0 18px 50px rgba(17,19,24,.1); }
.brand-card img { width: 100%; height: 58px; object-fit: contain; object-position: left center; }
.brand-card span { max-width: 170px; margin-top: auto; color: var(--muted); font-size: 13px; }
.brand-card b { position: absolute; right: 24px; bottom: 20px; color: var(--brand); font-size: 24px; }
.group-home-link { display: grid; grid-template-columns: auto minmax(180px, 320px) 1fr; gap: 24px; align-items: center; margin-top: 18px; padding: 22px 26px; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; }
.group-home-link span { color: var(--muted); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.group-home-link img { height: 42px; object-fit: contain; object-position: left; }
.group-home-link b { justify-self: end; color: var(--accent); font-size: 24px; }

.contact-section { padding: 116px 0; background: var(--warm); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 150px); align-items: start; }
.contact-actions { border-top: 1px solid #c9cac7; }
.contact-actions > a, .contact-actions > address { position: relative; display: flex; flex-direction: column; gap: 5px; padding: 22px 45px 22px 0; border-bottom: 1px solid #c9cac7; font-style: normal; text-decoration: none; }
.contact-actions small { color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-actions strong { font-size: clamp(17px, 2vw, 24px); }
.contact-actions > a > span { position: absolute; right: 4px; top: 50%; color: var(--accent); font-size: 24px; transform: translateY(-50%); }

.site-footer { padding: 72px 0 26px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 50px; padding-bottom: 62px; }
.footer-brand img { width: 250px; height: 62px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 300px; color: #9ca1ab; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid > div > strong { margin-bottom: 12px; color: var(--accent); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: #b9bdc5; font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #737986; font-size: 11px; }

/* Developer handover */
.handover-page { background: var(--soft); }
.handover-bar { padding: 12px 0; background: var(--ink); color: #fff; font-size: 13px; }
.handover-bar .page-width { display: flex; justify-content: space-between; gap: 20px; }
.handover-bar a { color: var(--accent); font-weight: 800; }
.handover { width: min(1160px, calc(100% - 64px)); margin: 0 auto; padding: 80px 0 110px; }
.handover h1 { max-width: 940px; margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .96; letter-spacing: -.055em; }
.handover .intro { max-width: 860px; margin: 28px 0 0; color: var(--muted); font-size: 20px; }
.handover h2 { margin: 72px 0 18px; font-size: clamp(32px, 4vw, 48px); }
.handover h3 { margin: 34px 0 12px; font-size: 24px; }
.handover p, .handover li { color: #505660; }
.status-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 48px 0; }
.status { padding: 26px; border-radius: 16px; border-top: 4px solid var(--status); background: #fff; }
.status strong { display: block; font-size: 18px; }
.status p { margin-bottom: 0; }
.table-wrap { overflow-x: auto; margin: 24px 0 54px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
table { width: 100%; min-width: 820px; border-collapse: collapse; }
th, td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #ecece8; color: #474c55; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
td { color: #454b55; font-size: 14px; }
.tag { display: inline-block; padding: 4px 9px; border-radius: 999px; background: rgba(var(--accent-rgb), .12); color: #2d38d7; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.handover-callout { margin: 34px 0; padding: 26px 30px; border-left: 5px solid var(--accent); background: #fff; box-shadow: 0 12px 40px rgba(17,19,24,.08); }
.source-list li { margin: 9px 0; }
.source-list a { color: #3039d8; }

@media (max-width: 1120px) {
  .page-width { width: min(100% - 48px, 1440px); }
  .header-inner { grid-template-columns: minmax(180px, 240px) 1fr auto; gap: 20px; }
  .primary-nav { gap: 18px; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr repeat(3, .8fr); gap: 30px; }
}

@media (max-width: 900px) {
  .utility-inner > span, .header-cta { display: none; }
  .utility-inner { justify-content: flex-end; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: block; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 88px; display: none; flex-direction: column; align-items: flex-start; padding: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 20px 40px rgba(17,19,24,.12); }
  .primary-nav.open { display: flex; }
  .brand-switcher { overflow-x: auto; justify-content: flex-start; gap: 20px; }
  .brand-switcher::before { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; }
  .hero-media { min-height: 480px; margin-right: 0; }
  .hero-media > img { min-height: 480px; }
  .intro-grid, .section-title, .markets-grid, .compliance-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .markets-copy, .compliance-copy { position: static; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .service-card h3 { margin-top: 45px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .journeys-grid { grid-template-columns: 1fr; }
  .client-card { margin-left: 0; padding-left: clamp(52px, 6vw, 88px); }
  .journey-card { min-height: 500px; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .status-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .page-width { width: min(100% - 32px, 1440px); }
  .utility-inner div { width: 100%; justify-content: space-between; gap: 12px; font-size: 10px; }
  .header-inner { min-height: 76px; }
  .brand img { max-width: 210px; height: 42px; }
  .primary-nav { top: 76px; }
  .brand-switcher { height: 38px; }
  .hero-copy { padding: 66px 0; }
  h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-media, .hero-media > img { min-height: 390px; }
  .hero-media > img { object-position: 64% center; }
  .hero-stamp { right: 16px; bottom: 16px; width: 190px; padding: 18px; }
  .intro-section, .services-section, .markets-section, .process-section, .group-section, .contact-section, .compliance-section { padding: 82px 0; }
  h2 { font-size: clamp(40px, 13vw, 58px); }
  .intro-copy > p { font-size: 18px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .market-list li { min-height: 74px; font-size: 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-card { min-height: 540px; padding: 54px 24px; }
  .client-card { padding-left: 24px; }
  .compliance-grid { grid-template-columns: minmax(0, 1fr); }
  .policy-panel { min-width: 0; }
  .panel-title { flex-direction: column; gap: 6px; }
  .policy-links a { padding-inline: 20px; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 230px; }
  .group-home-link { grid-template-columns: 1fr auto; }
  .group-home-link span { grid-column: 1 / -1; }
  .group-home-link img { max-width: 230px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .handover { width: min(100% - 32px, 1160px); padding-top: 56px; }
  .handover h1 { font-size: 48px; }
}

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

@media print {
  .utility-bar, .site-header, .menu-button { position: static; }
  .service-card, .policy-panel { break-inside: avoid; box-shadow: none; }
}
