@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #092743;
  --ink: #102f4b;
  --blue: #176cae;
  --blue-deep: #0d4e88;
  --teal: #29a9a1;
  --coral: #d85051;
  --paper: #fbfcfd;
  --mist: #eff5f8;
  --pale: #e4f0f5;
  --line: #d8e4ea;
  --muted: #668092;
  --white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(16, 47, 75, .07);
  --shadow-md: 0 18px 44px rgba(16, 47, 75, .12);
  --container: 1180px;
  --sans: 'DM Sans', sans-serif;
  --display: 'Manrope', sans-serif;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.6 var(--sans); }
body:before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .25; z-index: -1; background-image: radial-gradient(rgba(23,108,174,.08) .6px, transparent .6px); background-size: 7px 7px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.045em; }
h1 { font-size: clamp(3.3rem, 7vw, 6.8rem); line-height: .98; font-weight: 800; margin-bottom: 1.6rem; }
h2 { font-size: clamp(2.25rem, 4vw, 4.1rem); line-height: 1.06; font-weight: 700; margin-bottom: 1.35rem; }
h3 { font-size: 1.1rem; line-height: 1.2; margin-bottom: .55rem; }
em { font-family: Georgia, serif; font-weight: 400; color: var(--blue); }
.container { width: min(var(--container), calc(100% - 72px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -4rem; background: var(--navy); color: var(--white); padding: .65rem 1rem; z-index: 20; }
.skip-link:focus { top: 1rem; }

.site-header { height: 88px; display: flex; align-items: center; border-bottom: 1px solid rgba(216,228,234,.7); background: rgba(251,252,253,.9); backdrop-filter: blur(15px); position: relative; z-index: 10; transition: box-shadow .3s ease, background .3s ease; }
.site-header.is-scrolled { position: sticky; top: 0; box-shadow: 0 7px 24px rgba(9,39,67,.07); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .7rem; min-width: 230px; }
.brand img { width: 48px; height: 36px; object-fit: cover; object-position: center; border-radius: 5px; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { color: var(--navy); font: 800 1.17rem/1 var(--display); letter-spacing: -.055em; }
.brand small { margin-top: .27rem; color: var(--muted); font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.primary-nav { display: flex; align-items: center; gap: 2rem; font-size: .83rem; font-weight: 600; color: #49677d; }
.primary-nav > a:not(.button):not(.nav-login) { position: relative; padding: .5rem 0; }
.primary-nav > a:not(.button):not(.nav-login):after { content: ''; position: absolute; height: 2px; bottom: 0; left: 0; width: 0; background: var(--teal); transition: width .25s ease; }
.primary-nav > a:hover:after, .primary-nav > a.is-active:after { width: 100%; }
.primary-nav > a.is-active { color: var(--navy); }
.nav-login { border-left: 1px solid var(--line); padding-left: 1.5rem; color: var(--navy); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 50px; padding: .8rem 1.3rem; border: 1px solid var(--blue); background: var(--blue); color: var(--white); font-weight: 700; font-size: .82rem; transition: transform .25s var(--ease), background .25s ease, box-shadow .25s ease, color .25s ease; }
.button:hover { background: var(--blue-deep); transform: translateY(-3px); box-shadow: 0 10px 18px rgba(23,108,174,.2); }
.button span { font-size: 1.1rem; line-height: 1; }
.button-small { min-height: 40px; padding: .6rem 1rem; font-size: .75rem; gap: .55rem; }
.button-quiet { background: transparent; color: var(--blue); border-color: var(--line); }
.button-quiet:hover { color: var(--white); border-color: var(--blue); }
.button-outline { min-height: 42px; padding: .6rem .8rem; color: var(--blue); background: transparent; border-color: var(--line); font-size: .74rem; }
.button-outline:hover { color: var(--white); border-color: var(--blue); }
.button-light { background: transparent; border-color: rgba(255,255,255,.35); color: var(--white); }
.button-white { background: var(--white); border-color: var(--white); color: var(--navy); }
.button-white:hover { background: var(--pale); color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: .7rem; color: var(--blue); font-weight: 700; font-size: .82rem; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link-light { color: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .6rem; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4.4rem; padding-top: 5rem; padding-bottom: 5.2rem; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.45rem; color: var(--blue); text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; font-weight: 800; }
.eyebrow-line { width: 28px; height: 1px; background: var(--coral); }
.hero h1 { color: var(--navy); max-width: 720px; }
.hero h1 em { color: var(--blue); }
.hero-lede { max-width: 520px; margin-bottom: 2.2rem; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; }
.hero-note { display: flex; align-items: center; gap: .65rem; margin-top: 3.5rem; color: var(--muted); font-size: .72rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(41,169,161,.12); }
.hero-visual { position: relative; min-height: 540px; display: flex; align-items: center; justify-content: center; }
.portrait-frame { position: relative; width: min(410px, 88%); height: 490px; overflow: visible; background: var(--navy); border-radius: 205px 205px 10px 10px; box-shadow: 24px 24px 0 var(--pale); }
.portrait-frame:before { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.33); border-radius: 194px 194px 0 0; z-index: 1; pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; border-radius: 205px 205px 10px 10px; object-fit: cover; object-position: 57% center; filter: saturate(.92); }
.portrait-tag { position: absolute; left: -32px; bottom: 36px; z-index: 2; display: flex; align-items: center; gap: .7rem; padding: .9rem 1.1rem; background: var(--white); box-shadow: var(--shadow-md); }
.portrait-tag strong, .portrait-tag small { display: block; }
.portrait-tag strong { font: 700 .74rem var(--display); color: var(--navy); }
.portrait-tag small { margin-top: .25rem; color: var(--muted); font-size: .64rem; }
.mini-cross { display: grid; place-items: center; width: 30px; height: 30px; background: var(--pale); color: var(--teal); font: 700 1.25rem/1 var(--display); }
.hero-stamp { position: absolute; right: -10px; top: 60px; display: flex; align-items: center; gap: .75rem; padding: 1rem .85rem; color: var(--blue); border-left: 2px solid var(--teal); background: rgba(255,255,255,.9); font-size: .65rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; letter-spacing: .06em; box-shadow: var(--shadow-sm); }
.hero-stamp i { width: 1px; height: 28px; background: var(--line); }
.trust-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: .9rem; padding: 1.5rem 1rem; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.line-icon { color: var(--teal); font: 700 .68rem var(--display); letter-spacing: .08em; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font: 700 .78rem var(--display); color: var(--navy); }
.trust-item small { margin-top: .2rem; color: var(--muted); font-size: .67rem; }

.section { padding-top: 8rem; padding-bottom: 8rem; }
.section-kicker { margin-bottom: 1.6rem; }
.section-kicker > span { width: 36px; height: 1px; background: var(--coral); display: inline-block; }
.split-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 5rem; align-items: end; margin-bottom: 3.5rem; }
.split-heading h2 { max-width: 620px; margin: 0; }
.split-heading p { color: var(--muted); line-height: 1.8; margin-bottom: 1.4rem; }
.about-grid { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 380px; }
.about-panel { padding: 3.3rem; background: var(--navy); color: var(--white); }
.panel-label { display: flex; justify-content: space-between; color: #9dc4da; font: 700 .65rem var(--display); text-transform: uppercase; letter-spacing: .15em; }
.panel-label span { color: var(--teal); font-size: 1.4rem; }
.about-panel > p { max-width: 390px; margin: 4.8rem 0 3rem; font: 500 1.55rem/1.35 var(--display); letter-spacing: -.04em; }
.about-lines { border-top: 1px solid rgba(255,255,255,.18); }
.about-lines div { display: flex; gap: 1.2rem; padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.18); color: #c5dae5; font-size: .77rem; }
.about-lines b { color: var(--teal); font-size: .64rem; }
.about-image { position: relative; overflow: hidden; background: var(--pale); }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; opacity: .85; }
.about-image:after { content: ''; position: absolute; inset: 0; background: linear-gradient(140deg, transparent 30%, rgba(23,108,174,.32)); }
.about-image > span { position: absolute; right: 2rem; bottom: 2rem; z-index: 1; color: var(--white); font: 700 1.4rem/1.12 var(--display); letter-spacing: -.04em; text-align: right; }
.services-preview { background: var(--mist); }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3.6rem; }
.section-intro h2 { margin: 0; }
.section-intro p { max-width: 280px; color: var(--muted); margin: 0 0 .4rem; }
.service-grid { display: grid; grid-template-columns: 1.24fr 1fr 1fr; gap: 1rem; }
.service-card { position: relative; min-height: 290px; padding: 2rem; background: var(--white); border: 1px solid transparent; transition: border-color .3s ease, transform .3s var(--ease), box-shadow .3s ease; }
.service-card:hover { border-color: #b7d3df; transform: translateY(-7px); box-shadow: var(--shadow-md); }
.service-card:nth-child(4) { grid-column: 2 / 3; }
.service-card-feature { grid-row: span 2; background: var(--blue); color: var(--white); padding: 2.4rem; }
.service-card-feature:after { content: 'H'; position: absolute; right: 1.1rem; bottom: -.5rem; opacity: .08; font: 800 10rem/1 var(--display); }
.service-number { position: absolute; top: 1.5rem; right: 1.5rem; font: 700 .63rem var(--display); color: var(--muted); }
.service-card-feature .service-number { color: #b7d5e9; }
.service-symbol { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 2.7rem; color: var(--teal); background: var(--pale); font: 800 1.1rem var(--display); }
.service-card-feature .service-symbol { color: var(--white); background: rgba(255,255,255,.14); }
.service-card h3 { max-width: 190px; margin-bottom: .8rem; color: var(--navy); font-size: 1.35rem; }
.service-card-feature h3 { color: var(--white); }
.service-card p { max-width: 230px; min-height: 52px; color: var(--muted); font-size: .83rem; line-height: 1.6; }
.service-card-feature p { color: #bed9e8; }
.service-card a { position: absolute; left: 2rem; bottom: 1.8rem; font-size: .74rem; color: var(--blue); font-weight: 700; }
.service-card-feature a { color: var(--white); }
.service-card a span { margin-left: .55rem; }
.service-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 2rem; color: var(--muted); font-size: .76rem; }
.journey-head { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-bottom: 4.2rem; }
.journey-head h2 { margin: 0; }
.journey-head p { max-width: 340px; margin: 0; color: var(--muted); align-self: end; }
.journey-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.journey-list li { position: relative; padding: 2.2rem 1.5rem 0 0; border-right: 1px solid var(--line); margin-right: 1.5rem; }
.journey-list li:last-child { border: 0; margin: 0; }
.journey-list li > span { color: var(--coral); font: 700 .7rem var(--display); }
.journey-list h3 { margin: 1.5rem 0 .5rem; color: var(--navy); font-size: 1.25rem; }
.journey-list p { max-width: 190px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }

.dark-section { color: var(--white); background: var(--navy); }
.why-section { padding: 8rem 0; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8rem; }
.section-kicker.light, .eyebrow.light { color: #8fbed5; }
.why-section h2 { color: var(--white); }
.why-section em { color: #80cbc7; }
.dark-lede { max-width: 375px; margin-bottom: 2rem; color: #adc6d4; line-height: 1.8; }
.why-list { padding-top: 1rem; }
.why-list > div { display: grid; grid-template-columns: 50px 1fr; gap: 1.6rem; padding: 1.7rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.why-list > div:first-child { border-top: 1px solid rgba(255,255,255,.16); }
.why-list > div > span { color: var(--teal); font: 700 .7rem var(--display); padding-top: .25rem; }
.why-list h3 { margin: 0 0 .45rem; color: var(--white); font-size: 1.12rem; }
.why-list p { max-width: 390px; margin: 0; color: #aac2cf; font-size: .8rem; }
.portal-card { display: grid; grid-template-columns: 1fr 350px; min-height: 430px; overflow: hidden; background: var(--pale); }
.portal-copy { padding: 4.5rem; }
.portal-copy h2 { margin-bottom: 1.2rem; }
.portal-copy p { max-width: 500px; margin-bottom: 2rem; color: var(--muted); line-height: 1.75; }
.portal-mark { position: relative; display: grid; place-items: center; background: var(--blue); color: var(--white); overflow: hidden; }
.portal-mark:before, .portal-mark:after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.portal-mark:before { width: 490px; height: 490px; }
.portal-mark:after { width: 280px; height: 280px; }
.portal-mark span { position: relative; z-index: 1; font: 800 6rem/.8 var(--display); letter-spacing: -.15em; }
.portal-mark i { position: absolute; width: 1px; height: 65%; background: rgba(255,255,255,.2); }
.portal-mark small { position: absolute; right: 1.5rem; bottom: 1.5rem; color: #b9dbe5; font-size: .62rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .13em; text-align: right; }
.cta-band { background: var(--teal); color: var(--white); padding: 4.8rem 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.cta-inner h2 { margin-bottom: .3rem; color: var(--white); font-size: clamp(2rem, 4vw, 3.5rem); }
.cta-inner p:not(.eyebrow) { margin: 0; color: #d0f0ec; }
.cta-actions { display: flex; align-items: center; gap: 1.6rem; white-space: nowrap; }
.contact-preview { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; }
.contact-heading h2 { margin: 0; }
.contact-details { display: grid; grid-template-columns: 1.15fr .8fr .8fr; gap: 1.8rem; padding-top: 2.7rem; }
.contact-detail { display: flex; gap: .8rem; }
.detail-icon { display: grid; place-items: center; flex: 0 0 34px; height: 34px; color: var(--teal); border: 1px solid #b9d8dd; font-size: 1rem; }
.contact-detail small, .contact-detail strong { display: block; }
.contact-detail small { margin-bottom: .55rem; color: var(--blue); font-size: .61rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-detail strong { color: var(--navy); font: 600 .8rem/1.7 var(--display); }
.contact-detail p { margin: .55rem 0 0; color: var(--muted); font-size: .71rem; line-height: 1.5; }
.contact-detail .text-link { margin-top: .85rem; font-size: .72rem; }

.site-footer { color: #aec2cf; background: #071e34; }
.footer-main { display: grid; grid-template-columns: 1.55fr .8fr .8fr 1fr; gap: 3rem; padding-top: 4.5rem; padding-bottom: 4.2rem; }
.brand-footer { min-width: 0; }
.brand-footer img { background: var(--white); }
.brand-footer strong { color: var(--white); }
.brand-footer small { color: #8fa9b9; }
.footer-brand p { max-width: 240px; margin: 1.5rem 0 0; font: .88rem/1.6 Georgia, serif; color: #9bb6c6; }
.footer-col { display: flex; flex-direction: column; gap: .55rem; }
.footer-col h3 { margin-bottom: .7rem; color: var(--white); font: 700 .7rem var(--display); letter-spacing: .11em; text-transform: uppercase; }
.footer-col a, .footer-col span { color: #a6becc; font-size: .76rem; transition: color .2s ease; }
.footer-col a:hover { color: var(--white); }
.footer-contact a:first-of-type { color: var(--white); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,.12); color: #7894a5; font-size: .66rem; }
.footer-bottom strong { color: #bfd2dc; }
.back-top { position: fixed; right: 1.7rem; bottom: 1.7rem; z-index: 5; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); background: var(--white); color: var(--navy); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.back-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.page-hero { display: flex; min-height: 485px; align-items: end; justify-content: space-between; gap: 4rem; padding-top: 7.2rem; padding-bottom: 5.5rem; }
.page-hero-copy { max-width: 730px; }
.page-hero h1 { margin-bottom: 1.2rem; font-size: clamp(3.2rem, 6.5vw, 6rem); }
.page-hero-copy > p:last-child { max-width: 555px; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.page-hero-aside { min-width: 190px; padding-left: 1.2rem; border-left: 2px solid var(--teal); }
.page-hero-aside span { display: block; margin-bottom: 1rem; color: var(--blue); font: 700 .63rem var(--display); letter-spacing: .14em; text-transform: uppercase; }
.page-hero-aside strong { color: var(--navy); font: 700 1.3rem/1.2 var(--display); letter-spacing: -.04em; }
.story-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 7rem; align-items: center; }
.story-image { position: relative; height: 520px; background: var(--navy); }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; opacity: .88; }
.story-image:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(9,39,67,.65)); }
.image-caption { position: absolute; z-index: 1; left: 1.7rem; bottom: 1.8rem; color: var(--white); font: 700 1.3rem/1.2 var(--display); letter-spacing: -.04em; }
.story-copy h2 { max-width: 560px; }
.story-copy p { max-width: 490px; color: var(--muted); line-height: 1.8; }
.story-copy .button { margin-top: 1rem; }
.soft-section { background: var(--mist); }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; }
.approach-grid h2 { margin: 0; }
.approach-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.approach-items article { padding-top: 1rem; border-top: 2px solid var(--teal); }
.approach-items span { color: var(--coral); font: 700 .65rem var(--display); }
.approach-items h3 { margin-top: 2.7rem; }
.approach-items p, .capability p { color: var(--muted); font-size: .8rem; line-height: 1.7; }
.capability-heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 4rem; align-items: end; margin-bottom: 3.8rem; }
.capability-heading h2 { margin: 0; }
.capability-heading p { margin: 0; color: var(--muted); line-height: 1.7; }
.capability-list { border-top: 1px solid var(--line); }
.capability { display: grid; grid-template-columns: 80px 1fr 30px; align-items: start; gap: 1rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.capability > b { color: var(--coral); font: 700 .7rem var(--display); }
.capability h3 { margin: 0 0 .25rem; font-size: 1.35rem; }
.capability p { margin: 0; }
.capability > span { color: var(--teal); font-size: 1.3rem; text-align: right; }
.mission-section { color: var(--white); background: var(--navy); }
.mission-section h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.7rem); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.17); }
.mission-card, .vision-card { min-height: 300px; padding: 2.6rem; }
.mission-card { background: var(--blue); }
.vision-card { background: var(--navy); }
.card-index { display: block; color: #a6d4e0; font: 700 .67rem var(--display); letter-spacing: .14em; text-transform: uppercase; }
.mission-card p, .vision-card p { max-width: 430px; color: #bfd6e0; font-size: .84rem; line-height: 1.75; }

.page-hero-services { min-height: 455px; }
.service-index { display: flex; flex-direction: column; gap: .45rem; min-width: 205px; padding: 1.4rem; background: var(--pale); border-left: 3px solid var(--teal); }
.service-index span { color: var(--blue); font: 800 3.4rem/.8 var(--display); letter-spacing: -.1em; }
.service-index strong { color: var(--navy); font: 700 1rem/1.25 var(--display); }
.service-index i { width: 100%; height: 1px; margin: .9rem 0 .25rem; background: #bdd6df; }
.service-index small { color: var(--muted); font-size: .67rem; }
.catalogue-head { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.5rem; }
.catalogue-head h2 { margin: 0; }
.catalogue-head > p { max-width: 300px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.7; }
.service-filters { display: flex; flex-wrap: wrap; gap: .55rem; padding-bottom: 1.8rem; border-bottom: 1px solid var(--line); }
.filter-button { padding: .58rem 1rem; border: 1px solid var(--line); color: var(--muted); background: transparent; font-size: .72rem; transition: color .2s, background .2s, border-color .2s; }
.filter-button:hover, .filter-button.is-active { color: var(--white); background: var(--blue); border-color: var(--blue); }
.catalogue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 1px; background: var(--line); }
.catalogue-card { display: flex; flex-direction: column; min-height: 380px; padding: 2rem; background: var(--paper); transition: background .25s ease; }
.catalogue-card:hover { background: var(--white); }
.catalogue-card.is-hidden { display: none; }
.catalogue-top { display: flex; align-items: start; justify-content: space-between; }
.service-symbol.large { width: 54px; height: 54px; margin: 0; background: var(--pale); font-size: 1.25rem; }
.catalogue-no { color: var(--coral); font: 700 .68rem var(--display); }
.catalogue-card h3 { margin: 2.9rem 0 .7rem; color: var(--navy); font-size: 1.4rem; }
.catalogue-card > p { margin-bottom: 1.3rem; color: var(--muted); font-size: .8rem; line-height: 1.7; }
.examples { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: 2rem; }
.examples span { padding: .28rem .5rem; color: var(--blue); background: var(--pale); font-size: .62rem; }
.catalogue-card .button { align-self: start; margin-top: auto; }
.service-note { display: flex; align-items: center; gap: 1.6rem; }
.service-note .mini-cross { flex: 0 0 42px; width: 42px; height: 42px; }
.service-note h2 { margin: 0 0 .35rem; font-size: 1.5rem; }
.service-note p { margin: 0; color: var(--muted); font-size: .82rem; }
.service-note .text-link { margin-left: auto; white-space: nowrap; }

.page-hero-contact { min-height: 455px; }
.contact-aside a { display: block; margin-top: .45rem; color: var(--navy); font: 700 .88rem var(--display); }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7rem; align-items: start; }
.contact-info h2 { margin-bottom: 3rem; }
.info-stack { display: flex; flex-direction: column; gap: 2rem; }
.info-row { display: flex; align-items: start; gap: 1rem; }
.info-row .detail-icon { flex: 0 0 40px; width: 40px; height: 40px; }
.info-row small { display: block; margin-bottom: .55rem; color: var(--blue); font: 800 .62rem var(--display); letter-spacing: .12em; text-transform: uppercase; }
.info-row strong { display: block; color: var(--navy); font: 600 .86rem/1.75 var(--display); }
.info-row p { margin: .35rem 0 0; color: var(--muted); font-size: .76rem; }
.info-row .text-link { margin-top: .7rem; font-size: .74rem; }
.form-card { padding: 3rem; background: var(--white); box-shadow: var(--shadow-md); }
.form-card-head { margin-bottom: 2rem; }
.form-card-head .section-kicker { margin-bottom: 1rem; }
.form-card-head h2 { margin-bottom: .65rem; font-size: 2rem; }
.form-card-head p { max-width: 440px; margin: 0; color: var(--muted); font-size: .82rem; }
form { display: flex; flex-direction: column; gap: 1.15rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { position: relative; display: block; color: var(--navy); font-size: .7rem; font-weight: 700; }
input, textarea { display: block; width: 100%; margin-top: .45rem; padding: .8rem .85rem; border: 1px solid var(--line); border-radius: 0; outline: none; color: var(--navy); background: var(--paper); font-size: .82rem; transition: border-color .2s ease, box-shadow .2s ease; }
textarea { resize: vertical; min-height: 110px; }
input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,108,174,.1); }
label.is-invalid input, label.is-invalid textarea { border-color: var(--coral); }
.field-error { display: block; min-height: 0; margin-top: .25rem; color: var(--coral); font-size: .64rem; font-weight: 500; }
.form-submit { align-self: start; min-width: 168px; border: 0; }
.form-submit b { font-size: 1rem; font-weight: 400; }
.button-loader { display: none; width: 13px; height: 13px; border: 2px solid rgba(255,255,255,.5); border-top-color: var(--white); border-radius: 50%; animation: spin .7s linear infinite; }
.form-submit.is-loading .button-loader { display: block; }
.form-submit.is-loading b { display: none; }
.form-submit.is-loading { opacity: .8; pointer-events: none; }
.form-status { min-height: 1.4em; margin: 0; color: var(--teal); font-size: .75rem; }
.form-status.is-error { color: var(--coral); }
.map-band { position: relative; overflow: hidden; color: var(--white); background: var(--blue-deep); padding: 5.3rem 0; }
.map-content { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.map-content h2 { color: var(--white); margin-bottom: .7rem; }
.map-content em { color: #9bdad6; }
.map-content p { margin: 0; color: #bbd5e2; }
.map-grid { position: absolute; inset: -80px -30px; opacity: .13; background-image: linear-gradient(30deg, transparent 48%, #fff 49%, transparent 50%), linear-gradient(150deg, transparent 48%, #fff 49%, transparent 50%); background-size: 52px 52px; transform: rotate(8deg); }
.map-content > div:not(.map-grid) { position: relative; }
.map-content > .button { position: relative; }

.register-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7rem; align-items: center; min-height: 710px; padding-top: 5.8rem; padding-bottom: 6rem; }
.register-intro h1 { font-size: clamp(3.2rem, 6vw, 5.7rem); }
.register-intro > p:not(.eyebrow) { max-width: 420px; color: var(--muted); line-height: 1.8; }
.register-aside { display: flex; gap: .8rem; align-items: start; max-width: 360px; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.register-aside p { margin: 0; color: var(--muted); font-size: .73rem; line-height: 1.6; }
.register-aside strong { color: var(--navy); }
.register-card { max-width: 590px; width: 100%; justify-self: end; }
.register-card .form-card-head h2 { font-size: 2.3rem; }
.register-footer-note { padding: 2rem 0; }
.register-footer-note .container { display: flex; gap: .8rem; align-items: center; color: var(--muted); font-size: .8rem; }
.register-footer-note a { color: var(--blue); font-weight: 700; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-revealed { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 980px) {
  .container { width: min(var(--container), calc(100% - 48px)); }
  .primary-nav { gap: 1.1rem; }
  .hero { gap: 2rem; }
  .hero h1 { font-size: clamp(3.2rem, 7vw, 5.2rem); }
  .contact-details { grid-template-columns: 1fr 1fr; row-gap: 2.5rem; }
  .contact-detail:first-child { grid-column: span 2; }
  .contact-layout, .story-grid, .register-shell { gap: 4rem; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 36px, var(--container)); }
  .site-header { height: 76px; }
  .brand { min-width: 0; }
  .brand img { width: 43px; height: 32px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .48rem; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 76px; right: 18px; left: 18px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav > a:not(.button):not(.nav-login) { padding: .8rem .7rem; }
  .primary-nav > a:not(.button):not(.nav-login):after { display: none; }
  .nav-login { margin-top: .3rem; padding: .8rem .7rem; border-top: 1px solid var(--line); border-left: 0; }
  .primary-nav .button { margin-top: .35rem; }
  .hero { min-height: auto; display: flex; flex-direction: column; align-items: stretch; gap: 3rem; padding-top: 4rem; padding-bottom: 4rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero-lede { font-size: .98rem; }
  .hero-note { margin-top: 2.5rem; }
  .hero-visual { min-height: 470px; }
  .portrait-frame { width: min(350px, 82vw); height: 420px; }
  .hero-stamp { right: 0; top: 35px; }
  .portrait-tag { left: 0; bottom: 20px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item, .trust-item:first-child { padding: 1rem .5rem; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .split-heading, .about-grid, .journey-head, .why-grid, .portal-card, .contact-preview, .story-grid, .approach-grid, .capability-heading, .mission-grid, .contact-layout, .register-shell { display: flex; flex-direction: column; gap: 2.7rem; }
  .split-heading { margin-bottom: 2.5rem; }
  .about-grid { min-height: 0; gap: 0; }
  .about-panel { padding: 2rem; }
  .about-panel > p { margin: 3rem 0 2rem; font-size: 1.25rem; }
  .about-image { min-height: 280px; }
  .section-intro, .catalogue-head, .cta-inner, .map-content { display: flex; flex-direction: column; align-items: start; gap: 1.2rem; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-feature { grid-row: auto; grid-column: span 2; min-height: 300px; }
  .service-card:nth-child(4) { grid-column: auto; }
  .service-card { min-height: 300px; padding: 1.4rem; }
  .service-card a { left: 1.4rem; bottom: 1.4rem; }
  .journey-list { grid-template-columns: 1fr 1fr; row-gap: 1rem; }
  .journey-list li { border-right: 0; border-bottom: 1px solid var(--line); margin: 0; padding: 1.5rem 1rem 1.5rem 0; }
  .journey-list li:nth-child(odd) { border-right: 1px solid var(--line); }
  .why-section { padding: 5.5rem 0; }
  .why-grid { gap: 2rem; }
  .portal-card { gap: 0; }
  .portal-copy { padding: 2.3rem; }
  .portal-mark { min-height: 240px; }
  .cta-band { padding: 3.4rem 0; }
  .cta-actions { flex-wrap: wrap; }
  .contact-preview { gap: 1rem; }
  .contact-details { grid-template-columns: 1fr; padding-top: 1.5rem; gap: 1.8rem; }
  .contact-detail:first-child { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.4rem; padding-top: 3.4rem; padding-bottom: 3rem; }
  .footer-brand, .footer-contact { grid-column: span 2; }
  .footer-bottom { flex-direction: column; gap: .45rem; }
  .page-hero { min-height: auto; flex-direction: column; align-items: start; gap: 3rem; padding-top: 4rem; padding-bottom: 4rem; }
  .page-hero h1 { font-size: clamp(3rem, 13vw, 4.7rem); }
  .page-hero-aside { margin-left: 1rem; }
  .story-grid { gap: 3rem; }
  .story-image { width: 100%; height: 420px; }
  .approach-items { grid-template-columns: 1fr; gap: 1.5rem; }
  .approach-items h3 { margin-top: 1.4rem; }
  .mission-card, .vision-card { min-height: 240px; padding: 2rem; }
  .catalogue-grid { grid-template-columns: 1fr; }
  .catalogue-card { min-height: 335px; }
  .service-note { align-items: start; flex-wrap: wrap; }
  .service-note .text-link { margin-left: 58px; }
  .form-card { padding: 1.6rem; }
  .form-row { grid-template-columns: 1fr; gap: 1.15rem; }
  .map-content > .button { margin-top: 1rem; }
  .register-shell { min-height: auto; padding-top: 4rem; padding-bottom: 5rem; }
  .register-card { justify-self: auto; }
  .register-footer-note .container { flex-wrap: wrap; }
}
@media (max-width: 390px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card-feature { grid-column: auto; }
  .trust-item strong { font-size: .7rem; }
  .hero-actions { align-items: start; flex-direction: column; gap: 1.1rem; }
}