:root {
  --navy: #071a36;
  --blue: #004f9f;
  --green: #009e88;
  --ink: #17243a;
  --muted: #64748b;
  --surface: #f4f7fb;
}

button, input, textarea, select { font: inherit; }
.nav-toggler { border: 0; background: transparent; padding: 8px; }
.navbar__lang a { color: rgba(255,255,255,.72); transition: color .2s; }
.navbar__lang a:hover, .navbar__lang a.active { color: #fff; }
.nav-dropdown:focus-within .nav-dropdown__menu { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.mobile-menu .mobile-menu__sub { margin: 0; }
.map-section--static .map-section__map { background: linear-gradient(115deg, rgba(7,26,54,.8), rgba(0,79,159,.35)), url('../assets/hero-bg.png') center/cover; }
.brands__logo-item { display: flex; align-items: center; justify-content: center; transition: opacity .2s, transform .2s; }
.brands__logo-item:hover, .brands__group:hover { opacity: .78; transform: translateY(-2px); }

.inner-page .navbar, body:not(.home-page) > .navbar { position: absolute; }
.page-hero { position: relative; padding: 180px 0 86px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(0,158,136,.4), transparent 34%), linear-gradient(135deg, #071a36, #004f9f); overflow: hidden; }
.page-hero--image::before { content: ""; position: absolute; inset: 0 -2% 0 38%; background-image: var(--page-hero-image); background-position: center; background-size: cover; opacity: .32; filter: saturate(.72) contrast(.92); -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.38) 27%, #000 72%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.38) 27%, #000 72%); }
.page-hero::after { content: ""; position: absolute; inset: auto -6% -180px 35%; height: 260px; border: 46px solid rgba(255,255,255,.05); border-radius: 50%; transform: rotate(-9deg); }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: #a0c1ff; font-size: .86rem; }
.breadcrumbs a { color: #fff; }
.page-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.055em; }
.page-perex { max-width: 780px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.65; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.page-content { padding: 88px 0 110px; }
.content-narrow { max-width: 900px; }
.page-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,360px); gap: clamp(38px,6vw,82px); align-items: start; }
.page-layout--single { display: block; }
.page-layout--single .page-main { max-width: 900px; }
.page-main { min-width: 0; }
.page-main > .content-block:first-child { margin-top: 0; }
.page-main > .content-block:first-child > :first-child { margin-top: 0; }
.page-sidebar { position: sticky; top: 28px; display: grid; gap: 24px; }
.page-sidebar__card { overflow: hidden; padding: 28px; border-radius: 22px; background: var(--surface); }
.page-sidebar__card--intro { color: #dce8f8; background: var(--navy); }
.page-sidebar__card--intro p { margin: 0; color: #fff; font-size: 1.12rem; font-weight: 650; line-height: 1.65; }
.page-sidebar__card--intro ul { display: grid; gap: 13px; margin: 22px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.page-sidebar__card--intro li { position: relative; padding-left: 20px; line-height: 1.5; }
.page-sidebar__card--intro li::before { content: ""; position: absolute; top: .58em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.page-sidebar__section { display: grid; gap: 18px; overflow: visible; padding: 0; border-radius: 0; background: none; }
.page-sidebar__section > h2 { margin: 0 0 2px; color: var(--navy); font-size: 1.45rem; }
.sidebar-article { overflow: hidden; border: 1px solid #e3e9f1; border-radius: 18px; background: #fff; box-shadow: 0 14px 35px rgba(7,26,54,.07); }
.sidebar-article__image { display: block; min-height: 145px; background-position: center; background-size: cover; }
.sidebar-article > div { padding: 20px; }
.sidebar-article > div > span { color: var(--green); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sidebar-article h3 { margin: 7px 0 12px; color: var(--navy); font-size: 1.2rem; line-height: 1.2; }
.sidebar-article h3 a { color: inherit; }
.page-sidebar__cta { color: #fff; background: var(--green); }
.page-sidebar__cta small { letter-spacing: .1em; text-transform: uppercase; }
.page-sidebar__cta h2 { margin: 8px 0 22px; color: #fff; font-size: 1.65rem; line-height: 1.15; }
.page-sidebar__cta .btn { color: var(--navy); background: #fff; }
.page-crossroads { padding: 75px 0 100px; background: var(--surface); }
.page-crossroads h2 { margin: 0 0 28px; color: var(--navy); font-size: clamp(2rem,4vw,3.5rem); letter-spacing: -.04em; }
.page-crossroads__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.page-crossroads__grid a { display: flex; min-height: 120px; padding: 25px; align-items: flex-end; justify-content: space-between; gap: 20px; border-radius: 18px; color: #fff; background: linear-gradient(135deg,var(--navy),var(--blue)); font-size: 1.15rem; font-weight: 750; transition: transform .2s; }
.page-crossroads__grid a:hover { transform: translateY(-3px); }
.page-crossroads__grid b { color: var(--green); font-size: 1.5rem; }
.content-block { margin: 0 0 54px; }
.prose { color: #4b5d73; font-size: 1.08rem; line-height: 1.92; }
.prose h2, .prose h3, .prose h4 { margin: 1.65em 0 .7em; color: var(--navy); font-weight: 750; line-height: 1.2; letter-spacing: -.025em; }
.prose h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.prose h3 { font-size: 1.65rem; }
.prose h4 { font-size: 1.3rem; }
.prose p, .prose ul, .prose ol, .prose blockquote { margin: 0 0 1.35em; }
.prose p { line-height: 1.92; }
.prose ul, .prose ol { padding-left: 1.55em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { padding-left: .2em; }
.prose li + li { margin-top: .45em; }
.prose li::marker { color: var(--green); font-weight: 800; }
.prose strong { color: var(--navy); font-weight: 750; }
.prose a { color: var(--blue); text-decoration: underline; }
.prose blockquote { padding: 24px 28px; border-left: 4px solid var(--green); border-radius: 0 12px 12px 0; color: #33465f; background: var(--surface); font-size: 1.18rem; line-height: 1.75; }
.content-image__link, .article-cover a, .content-gallery a, .person-card__photo-link, .about-photos__item a { position: relative; display: block; }
.about-photos__item a { width: 100%; height: 100%; }
.about-photos__item a img { transition: transform .35s ease; }
.about-photos__item a:hover img { transform: scale(1.025); }
.about-photos__item .image-zoom-hint { right: 12px; bottom: 12px; width: 34px; height: 34px; font-size: 1.1rem; }
.content-image img, .article-cover img { width: 100%; max-height: 680px; object-fit: cover; border-radius: 22px; }
.content-image figcaption { margin-top: 10px; color: var(--muted); font-size: .88rem; }
.content-gallery { display: grid; grid-template-columns: repeat(var(--gallery-columns,2), minmax(0,1fr)); gap: 18px; }
.content-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 16px; transition: transform .25s; }
.content-gallery--contain img { object-fit: contain; background: var(--surface); }
.content-gallery a { overflow: hidden; border-radius: 16px; }
.content-gallery a:hover img { transform: scale(1.025); }
.image-zoom-hint { position: absolute; z-index: 2; right: 16px; bottom: 16px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #071a36; background: rgba(255,255,255,.92); box-shadow: 0 8px 24px rgba(7,26,54,.22); font-size: 1.45rem; font-weight: 300; line-height: 1; pointer-events: none; }
.contact-editorial { padding: 0 0 clamp(40px,7vw,86px); }
.contact-editorial .content-block:first-child { margin-top: 0; }
.page-cta { padding: 58px 0; color: #fff; background: var(--green); }
.page-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.page-cta small { text-transform: uppercase; letter-spacing: .12em; }
.page-cta h2 { margin: 7px 0 0; color: #fff; font-size: clamp(1.8rem,4vw,3.2rem); }
.page-cta .btn { color: var(--navy); background: #fff; }

.article-archive, .contact-main, .contact-people { padding: 84px 0 110px; }
.article-list { display: grid; gap: 30px; }
.archive-card { display: grid; grid-template-columns: minmax(280px,.8fr) 1.2fr; min-height: 330px; overflow: hidden; border-radius: 22px; background: var(--surface); }
.archive-card__image { display: block; background-position: center; background-size: cover; }
.archive-card__body { padding: clamp(30px,5vw,62px); align-self: center; }
.archive-card h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(1.7rem,3vw,2.5rem); line-height: 1.08; }
.archive-card h2 a { color: inherit; }
.archive-card p { margin: 0 0 24px; color: var(--muted); line-height: 1.7; }
.text-link { color: var(--blue); font-weight: 700; }
.reading-time { display: inline-flex; align-items: center; gap: 6px; margin: 0; color: inherit; font-size: .86rem; font-weight: 650; }
.reading-time img { width: 15px; height: 15px; object-fit: contain; }
.sidebar-article .reading-time img { filter: brightness(0); opacity: .6; }
.pagination { display: flex; gap: 8px; margin-top: 42px; }
.pagination a { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--blue); background: var(--surface); }
.pagination a.active { color: #fff; background: var(--blue); }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; margin-top: 24px; color: #a0c1ff; }
.article-meta .reading-time img { filter: brightness(0) invert(1); }
.article-cover { margin-top: 60px; }
.article-detail .article-cover { margin: 0 0 54px; }
.article-detail .page-main > .content-block:last-child { margin-bottom: 0; }
.empty-state { padding: 35px; border-radius: 18px; color: var(--muted); background: var(--surface); }

.contact-layout { display: grid; grid-template-columns: 1.45fr .75fr; gap: 28px; align-items: start; }
.contact-form-card, .company-contact-card { padding: clamp(28px,5vw,54px); border-radius: 24px; background: var(--surface); }
.contact-form-card h2, .company-contact-card h2, .contact-people h2 { margin: 0 0 30px; color: var(--navy); font-size: clamp(1.8rem,4vw,3rem); }
.company-contact-card { position: sticky; top: 28px; color: #dce8f8; background: var(--navy); }
.company-contact-card h2 { color: #fff; font-size: 1.7rem; line-height: 1.35; }
.company-contact-card p { margin: 0 0 24px; line-height: 1.8; }
.company-contact-card a { color: #fff; }
.btn--dark { background: var(--blue); }
.article-read-button { display: inline-flex; flex-wrap: wrap; gap: 12px; }
.contact-form { display: grid; gap: 20px; }
.contact-form label { display: grid; gap: 8px; color: var(--ink); font-size: .9rem; font-weight: 650; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 16px; border: 1px solid #d6dfeb; border-radius: 10px; color: var(--ink); background: #fff; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,158,136,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .form-consent { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; line-height: 1.45; }
.form-consent input { width: auto; margin-top: 3px; }
.form-honeypot { position: absolute !important; left: -10000px !important; }
.form-message { margin: 0 0 22px; padding: 14px 16px; border-radius: 10px; }
.form-message--success { color: #075f50; background: #d8f5ee; }
.form-message--error { color: #8d2430; background: #ffe0e3; }
.contact-people { padding-top: 0; }
.people-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.person-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid #e3e9f1; border-radius: 20px; background: #fff; box-shadow: 0 16px 40px rgba(7,26,54,.07); }
.person-card__photo { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; background: #e9eff7; }
.person-card__photo-link { overflow: hidden; }
.person-card__photo-link .person-card__photo { transition: transform .35s ease; }
.person-card__photo-link:hover .person-card__photo { transform: scale(1.025); }
.person-card__photo-link .image-zoom-hint { width: 34px; height: 34px; right: 11px; bottom: 11px; font-size: 1.15rem; }
.person-card__placeholder { object-position: center; }
.person-card__body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.person-card__role { min-height: 2.7em; margin: 0 0 7px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.person-card h3 { margin: 0 0 15px; color: var(--navy); font-size: 1.35rem; }
.person-card__body > p { color: var(--muted); line-height: 1.65; }
.person-card__body a { color: var(--blue); }
.person-card__utilities { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; margin-top: auto; padding-top: 20px; border-top: 1px solid #e3e9f1; }
.person-card__vcard { display: flex; min-width: 0; align-items: center; gap: 11px; align-self: center; }
.person-card__download-icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 50%; background: #e7f0fa; }
.person-card__download-icon img { width: 20px; height: 20px; }
.person-card__vcard > span:last-child { display: grid; gap: 4px; min-width: 0; }
.person-card__vcard strong { overflow: hidden; color: var(--blue); font-size: .88rem; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.person-card__vcard small { color: var(--muted); font-size: .72rem; line-height: 1.2; }
.person-card__qr { display: grid; justify-items: center; gap: 6px; }
.person-card__qr img { display: block; width: 92px; height: 92px; padding: 5px; border: 1px solid #dfe7f0; border-radius: 10px; background: #fff; }
.person-card__qr span { color: var(--muted); font-size: .68rem; font-weight: 750; line-height: 1.2; }
.person-card__utilities > .person-card__vcard:only-child { grid-column: 1 / -1; }

body.lightbox-open { overflow: hidden; }
.site-lightbox [hidden] { display: none !important; }
.site-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; color: #fff; background: rgba(3,12,27,.96); }
.site-lightbox::backdrop { background: rgba(3,12,27,.96); }
.site-lightbox__shell { position: relative; display: grid; width: 100%; height: 100%; grid-template-columns: 84px minmax(0,1fr) 84px; grid-template-rows: 64px minmax(0,1fr); }
.site-lightbox__toolbar { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding: 10px 18px 8px 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.site-lightbox__toolbar > div { display: flex; gap: 8px; }
.site-lightbox__toolbar button, .site-lightbox__nav { border: 1px solid rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.08); cursor: pointer; }
.site-lightbox__toolbar button { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; font-size: 1.35rem; }
.site-lightbox__counter { color: #b9cadc; font-size: .78rem; font-weight: 750; letter-spacing: .08em; }
.site-lightbox__stage { position: relative; grid-column: 2; grid-row: 2; display: grid; min-width: 0; min-height: 0; place-items: center; overflow: auto; padding: 28px 24px 72px; }
.site-lightbox__stage img { display: block; max-width: 100%; max-height: calc(100vh - 170px); object-fit: contain; box-shadow: 0 18px 60px rgba(0,0,0,.42); cursor: zoom-in; }
.site-lightbox__stage.is-qr img { box-sizing: border-box; width: min(72vh,720px); height: auto; max-width: 100%; max-height: calc(100vh - 165px); padding: clamp(14px,2vw,26px); border-radius: 18px; background: #fff; box-shadow: 0 22px 70px rgba(0,0,0,.48); cursor: default; }
.site-lightbox__stage.is-zoomed { place-items: start center; }
.site-lightbox__stage.is-zoomed img { max-width: none; max-height: none; cursor: zoom-out; }
.site-lightbox__caption { position: fixed; left: 50%; bottom: 20px; max-width: min(820px,calc(100vw - 160px)); margin: 0; padding: 9px 16px; border-radius: 999px; color: #dce8f4; background: rgba(7,26,54,.84); transform: translateX(-50%); text-align: center; font-size: .82rem; line-height: 1.45; }
.site-lightbox__nav { align-self: center; display: grid; width: 48px; height: 70px; place-items: center; border-radius: 12px; font-size: 2.3rem; }
.site-lightbox__nav--prev { grid-column: 1; grid-row: 2; justify-self: end; }
.site-lightbox__nav--next { grid-column: 3; grid-row: 2; justify-self: start; }
.site-lightbox__toolbar button:hover, .site-lightbox__nav:hover { border-color: rgba(33,199,173,.65); background: rgba(33,199,173,.24); }

@media (max-width: 900px) {
  .archive-card, .contact-layout, .page-layout { grid-template-columns: 1fr; }
  .archive-card__image { min-height: 280px; }
  .company-contact-card, .page-sidebar { position: static; }
  .page-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .page-sidebar__card--intro, .page-sidebar__cta { grid-column: 1 / -1; }
  .page-crossroads__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .people-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .page-hero { padding: 130px 0 65px; }
  .page-hero--image::before { inset: 0 -2% 0 10%; opacity: .22; }
  .page-content, .article-archive, .contact-main, .contact-people { padding-top: 60px; padding-bottom: 75px; }
  .content-gallery, .form-row, .people-grid, .page-sidebar, .page-crossroads__grid { grid-template-columns: 1fr; }
  .page-cta .container { align-items: flex-start; flex-direction: column; }
  .person-card__qr img { width: 86px; height: 86px; }
  .site-lightbox__shell { grid-template-columns: 50px minmax(0,1fr) 50px; grid-template-rows: 58px minmax(0,1fr); }
  .site-lightbox__stage { padding: 16px 8px 65px; }
  .site-lightbox__stage img { max-height: calc(100vh - 145px); }
  .site-lightbox__stage.is-qr img { width: min(78vw,620px); max-height: calc(100vh - 140px); padding: 14px; border-radius: 13px; }
  .site-lightbox__nav { width: 42px; height: 60px; border-radius: 9px; }
  .site-lightbox__caption { bottom: 12px; max-width: calc(100vw - 24px); border-radius: 12px; font-size: .72rem; }
}
