: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; }
.mobile-menu__sub { display: block; margin-top: 10px; font-size: 1rem !important; color: #a0c1ff !important; }
.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; }

.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::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; }
.content-block { margin: 0 0 54px; }
.prose { color: var(--ink); font-size: 1.08rem; line-height: 1.82; }
.prose h2, .prose h3, .prose h4 { margin: 1.7em 0 .65em; color: var(--navy); line-height: 1.15; }
.prose h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
.prose h3 { font-size: 1.65rem; }
.prose p, .prose ul, .prose ol, .prose blockquote { margin: 0 0 1.25em; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose a { color: var(--blue); text-decoration: underline; }
.prose blockquote { padding: 22px 26px; border-left: 4px solid var(--green); background: var(--surface); font-size: 1.18rem; }
.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(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 a:hover img { transform: translateY(-3px); }
.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; }
.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 { margin-top: 24px; color: #a0c1ff; }
.article-cover { margin-top: 60px; }
.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); }
.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 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 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 { overflow: hidden; 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__silhouette { position: relative; overflow: hidden; background: linear-gradient(145deg,#eef3f9,#d7e2ef); }
.person-card__silhouette::before { content: ""; position: absolute; top: 19%; left: 50%; width: 27%; aspect-ratio: 1; border-radius: 50%; transform: translateX(-50%); background: #9badc1; }
.person-card__silhouette::after { content: ""; position: absolute; left: 50%; bottom: -11%; width: 64%; aspect-ratio: 1.15; border-radius: 50% 50% 20% 20%; transform: translateX(-50%); background: #9badc1; }
.person-card__body { 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__actions { display: flex; gap: 16px; margin-top: 18px; padding-top: 14px; border-top: 1px solid #e3e9f1; font-size: .86rem; font-weight: 700; }

@media (max-width: 900px) {
  .archive-card, .contact-layout { grid-template-columns: 1fr; }
  .archive-card__image { min-height: 280px; }
  .company-contact-card { position: static; }
  .people-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .page-hero { padding: 130px 0 65px; }
  .page-content, .article-archive, .contact-main, .contact-people { padding-top: 60px; padding-bottom: 75px; }
  .content-gallery, .form-row, .people-grid { grid-template-columns: 1fr; }
  .page-cta .container { align-items: flex-start; flex-direction: column; }
}
