/* Shared maritime presentation; existing forms and vacancy markup are retained. */
:root { --navy: #071b2c; --navy-2: #132d3e; --blue: #075985; --cyan: #8bc6d0; --cyan-dark: #197684; --mist: #f2f4f4; --line: #d9dfe1; --muted: #586b76; --shadow: 0 12px 36px #071b2c0b; --radius: 3px; --container: min(1320px, calc(100% - 96px)); }
html { scroll-padding-top: 108px; }
body { overflow-x: clip; }
* { letter-spacing: 0 !important; }
svg { width: 20px; height: 20px; flex: 0 0 auto; stroke-width: 1.5; }
button, a, summary, input, select, textarea { touch-action: manipulation; }
:focus-visible { outline: 3px solid #197684; outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, h4 { font-family: 'Manrope', 'Inter', Arial, sans-serif; font-weight: 600; }
.home-page h1, .home-page h2, .home-page h3 { font-family: 'Barlow Condensed', 'Manrope', Arial, sans-serif; font-weight: 700; }
h1 { font-size: 64px; line-height: 1.1; }
h2 { font-size: 44px; line-height: 1.18; }
h3, .home-page h3 { font-size: 21px; line-height: 1.35; }
p { line-height: 1.75; }
.section { padding: 100px 0; }
.eyebrow { color: #266672; font-size: 11px; line-height: 1.5; font-weight: 700; margin-bottom: 24px; }
.eyebrow::before { width: 22px; height: 1px; }
.section-heading { margin-bottom: 38px; max-width: 700px; }
.section-heading h2 { margin: 0; }
.section-heading p { font-size: 16px; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 64px; margin-bottom: 44px; }
.heading-row .section-heading { margin-bottom: 0; flex: 1; }
.heading-row > p { color: var(--muted); width: 350px; max-width: 100%; margin-bottom: 4px; }
.heading-row > .text-link { flex: 0 0 auto; }
.btn { min-height: 52px; height: auto; padding: 15px 23px; line-height: 1.35; font-size: 13px; font-weight: 600; border-radius: 2px; background: #b8d5d8; white-space: normal; }
.btn:hover { background: #d5e7e9; transform: none; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: #234252; color: #fff; }
.btn-outline { background: transparent; color: var(--navy); border-color: #a5b3bb; }
.btn-secondary { background: #071b2c10; color: #fff; border-color: #ffffff70; }
.btn-secondary:hover { background: #fff; color: var(--navy); }
.btn:disabled { opacity: .6; cursor: wait; }
.text-link { display: inline-flex; align-items: center; gap: 22px; font-size: 13px; line-height: 1.5; font-weight: 600; border-bottom: 1px solid #aebec3; padding-bottom: 9px; }
.text-link:hover { color: #197684; border-color: currentColor; }
.text-link svg { width: 18px; height: 18px; }
.skip-link { position: fixed; top: -100px; left: 16px; background: #fff; color: var(--navy); padding: 12px 20px; z-index: 2000; }
.skip-link:focus { top: 12px; }
.site-header { background: #071b2c25; border-color: #ffffff25; }
.nav { min-height: 80px; gap: 32px; }
.brand img { width: 228px; height: 62px; content: normal; }
.nav-links, html[lang="ru"] .nav-links { gap: 23px; }
.nav-links a, html[lang="ru"] .nav-links a { font-size: 12px; font-weight: 500; }
.nav-links a::after { height: 1px; background: #b8d5d8; }
.nav-tools { display: flex; align-items: center; gap: 22px; flex-shrink: 0; }
.whatsapp-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 11px 16px; border: 1px solid transparent; border-radius: 3px; background: #12834c; color: #fff; font-size: 12px; font-weight: 600; white-space: nowrap; transition: background .2s; }
.whatsapp-button:hover { background: #0c713f; color: #fff; }
.whatsapp-button img { width: 20px; height: 20px; flex: 0 0 20px; object-fit: contain; }
.header-whatsapp { min-height: 40px; padding: 8px 6px; border: 0; border-radius: 2px; background: transparent; box-shadow: none; color: #fff; }
.header-whatsapp:hover { background: #ffffff12; color: #fff; }
.site-header.scrolled .header-whatsapp, .site-header.solid .header-whatsapp { color: var(--navy); }
.site-header.scrolled .header-whatsapp:hover, .site-header.solid .header-whatsapp:hover { background: #071b2c0a; color: var(--navy); }
.site-header.scrolled .header-whatsapp img, .site-header.solid .header-whatsapp img { filter: brightness(0) saturate(100%) invert(12%) sepia(19%) saturate(1867%) hue-rotate(164deg) brightness(91%) contrast(97%); }
.mobile-menu-contact { display: none; }
.language-menu { position: relative; color: #fff; font-size: 12px; }
.language-menu summary { list-style: none; cursor: pointer; display: flex; gap: 8px; align-items: center; min-height: 44px; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary svg { width: 15px; height: 15px; }
.language-menu nav { position: absolute; right: 0; top: calc(100% + 10px); min-width: 154px; background: #fff; color: var(--navy); padding: 8px; box-shadow: 0 8px 32px #0002; border: 1px solid var(--line); }
.language-menu nav a { display: block; padding: 10px 12px; }
.language-menu nav a:hover, .language-menu nav a[aria-current] { background: var(--mist); }
.site-header.scrolled .language-menu, .site-header.solid .language-menu { color: var(--navy); }
.hero.maritime-hero { min-height: clamp(580px, 72svh, 680px); height: auto; max-height: none; align-items: center; padding: 92px 0 54px; }
.maritime-hero::before { z-index: 1; background: linear-gradient(90deg,#041723ed 0%,#071b2cba 35%,#071b2c1a 72%),linear-gradient(0deg,#071b2ca6,transparent 36%); transform: none; }
.hero-vessel { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% 55%; }
.hero .hero-content { width: var(--container); max-width: none; padding: 0; margin-inline: auto; z-index: 2; }
.hero-brand { width: 360px; max-width: 100%; margin-bottom: 28px; }
.hero-brand img { display: block; width: 100%; height: auto; aspect-ratio: 1200 / 356; object-fit: contain; filter: brightness(0) invert(1); }
.hero .eyebrow { color: #b9d5db; margin-bottom: 20px; }
.hero h1 { font-size: 52px; max-width: 790px; margin: 0 0 24px; font-weight: 700; text-wrap: balance; }
.hero-copy { max-width: 515px; font-size: 16px; color: #e1e7ea; line-height: 1.8; margin-bottom: 32px; }
.hero .hero-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 16px 28px; margin-bottom: 22px; }
.contract-link { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; max-width: 100%; padding: 13px 20px; background: #fff; color: var(--navy); font-size: 14px; font-weight: 600; line-height: 1.4; border: 1px solid #fff; border-radius: 2px; transition: background .2s, transform .2s; }
.contract-link:hover { background: #e6eef0; }
.contract-link:active { transform: translateY(1px); }
.contract-link svg { width: 18px; height: 18px; transition: transform .2s; }
.contract-link:hover svg { transform: translateX(3px); }
.application-link { display: inline-flex; align-items: center; min-height: 44px; color: #fff; font-size: 14px; text-decoration: underline; text-decoration-color: #a2b9c4; text-underline-offset: 6px; text-decoration-thickness: 1px; transition: text-decoration-color .2s; }
.application-link:hover { text-decoration-color: #fff; }
.hero-secondary { display: flex; gap: 30px; color: #e6eef0; font-size: 12px; }
.hero-secondary a { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; font-size: 13px; }
.hero-secondary img { width: 16px; height: 16px; flex: 0 0 16px; }
.hero-secondary a:hover { color: #a8d9dd; }
.hero-secondary svg { width: 16px; height: 16px; }
.hero-log { position: absolute; z-index: 2; left: 0; right: 0; bottom: 22px; display: block; text-align: right; color: #e1e7ea; font-size: 10px; line-height: 1.5; }
.hero-log > span:first-child { display: inline-flex; align-items: center; gap: 12px; }
.hero-log svg { width: 20px; height: 20px; color: #b8d5d8; }
.hero-photo-credit { color: #c8d5da; }
.trust-band { position: relative; border: 0; background: linear-gradient(#041a2be8,#041a2be8),url('../images/vessel-froyanes.c67be1966aa9.webp') left top / cover no-repeat; color: #fff; padding: 50px 0 42px; }
.trust-inner { position: relative; display: grid; grid-template-columns: 180px minmax(0,1fr); align-items: center; gap: 34px; padding-bottom: 25px; }
.trust-inner::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: #d8edf17a; }
.trust-intro { border-left: 3px solid #37bed1; padding: 9px 0 9px 28px; }
.trust-intro span, .trust-intro h2 { display: block; margin: 0; font-family: 'Manrope', 'Inter', Arial, sans-serif; font-size: 15px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.trust-intro span { color: #5bd4e3; }
.trust-intro h2 { color: #fff; }
.trust-numbers { display: grid; grid-template-columns: .9fr 1.25fr 1.25fr .9fr; margin: 0; }
.trust-stat { position: relative; min-width: 0; display: flex; flex-direction: column; justify-content: center; min-height: 124px; padding: 0 30px; border-left: 1px solid #d8edf159; }
.trust-stat::after { content: ''; position: absolute; left: 50%; bottom: -26px; width: 2px; height: 12px; background: #4fd4e3; }
.trust-stat dt { order: 1; color: #e5eef1; font-size: 14px; font-weight: 400; line-height: 1.45; max-width: 170px; margin-top: 8px; }
.trust-stat dd { margin: 0; display: flex; align-items: center; min-height: 67px; }
.trust-numbers .stat-figure { display: flex; align-items: baseline; color: #fff; font-family: 'Manrope', 'Inter', Arial, sans-serif; font-size: 60px; font-weight: 700; line-height: 1; white-space: nowrap; font-variant-numeric: lining-nums tabular-nums; }
.trust-database .stat-figure { font-size: 56px; }
.stat-plus { color: #51d3e2; align-self: flex-start; font-size: 27px; font-weight: 500; margin: 2px 0 0 5px; }
.stat-slash { color: #51d3e2; font-size: 47px; font-weight: 300; margin-inline: 5px; }
.trust-world dd { gap: 13px; }
.trust-world svg { width: 54px; height: 54px; color: #51d3e2; stroke-width: 1.25; }
.stat-world-label { font-family: 'Manrope', 'Inter', Arial, sans-serif; font-size: 25px; font-weight: 650; line-height: 1.2; color: #fff; white-space: nowrap; }
.trust-world dt { margin-left: 67px; }
.priority-vacancy { background: var(--white); padding: 44px 0; }
.priority-vacancy-grid { grid-template-columns: minmax(230px,.75fr) minmax(0,1.65fr); gap: 40px; }
.priority-vacancy-media { min-height: 244px; }
.priority-title-row h2 { font-size: 27px; line-height: 1.25; }
.priority-vessel { font-family: 'Inter',sans-serif; font-size: 16px; display: inline-block; white-space: nowrap; color: var(--muted); font-weight: 500; }
.priority-title-row p { font-size: 12px; margin-top: 12px; }
.priority-vacancy .eyebrow { margin-bottom: 14px; }
.priority-salary { font-family: 'Manrope',sans-serif; font-size: 34px; color: var(--navy); font-weight: 500; }
.priority-salary span { font-size: 10px; font-weight: 400; }
.priority-facts { margin: 18px 0; padding: 16px 0; }
.priority-facts span { font-size: 11px; font-weight: 500; }
.expertise-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: 240px 240px; gap: 16px; }
.expertise-card { position: relative; isolation: isolate; overflow: hidden; background: var(--navy); color: #fff; border-radius: 2px; }
.expertise-wide { grid-row: span 2; }
.expertise-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg,#041623ef,transparent 80%); }
.expertise-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .7s; }
.expertise-card:hover img { transform: scale(1.04); }
.expertise-card > div { position: absolute; inset: auto 24px 24px; }
.expertise-index { display: block; color: #d7e4e8; font-size: 11px; margin-bottom: 14px; }
.asset-credit { font-size: 10px; color: #d0dde3; }
.expertise-card h3 { color: #fff; font-size: 23px; font-weight: 500; margin: 0 28px 8px 0; }
.expertise-card p { color: #d3dee3; font-size: 12px; margin: 0; max-width: 200px; }
.expertise-card svg { position: absolute; right: 0; bottom: 0; }
.expertise-wide h3 { font-size: 32px; }
.expertise-wide img { object-position: 62% center; }
.recruitment-section { background: var(--white); padding: 64px 0 72px; }
.recruitment-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); column-gap: 72px; row-gap: 30px; align-items: start; }
.recruitment-heading { grid-column: 1 / -1; }
.recruitment-heading h2 { margin: 0 0 12px; }
.recruitment-heading p { margin: 0; color: var(--muted); font-size: 15px; }
.recruitment-photo { margin: 0; }
.recruitment-photo img { width: 100%; height: auto; object-fit: contain; }
.recruitment-photo figcaption { margin-top: 10px; font-size: 11px; color: var(--muted); }
.recruitment-copy { align-self: center; max-width: 470px; }
.recruitment-copy h3 { margin: 0 0 10px; font-size: 20px; }
.recruitment-copy p { margin: 0 0 28px; color: #435963; font-size: 15px; line-height: 1.75; }
.editorial-contact { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: 15px; font-weight: 600; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; text-decoration-color: #99adb5; transition: color .2s; }
.editorial-contact:hover { color: #075985; text-decoration-color: currentColor; }
.editorial-contact svg { width: 18px; height: 18px; }
.split { gap: 72px; }
.editorial-photo { margin: 0; position: relative; min-width: 0; }
.editorial-photo img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 2px; }
.seafarer-story, .northern-section, .crew-journal { padding-block: 64px; }
.editorial-photo figcaption { padding-top: 12px; color: var(--muted); font-size: 10px; }
.company-photo img { aspect-ratio: auto; height: auto; object-fit: contain; }
.editorial-list { padding: 0; margin: 26px 0 32px; list-style: none; }
.editorial-list li { display: flex; gap: 12px; align-items: start; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.editorial-list svg { color: #567984; width: 17px; height: 17px; margin-top: 3px; }
.owner-story { position: relative; isolation: isolate; color: #d6e0e5; min-height: 400px; padding-block: 72px; display: flex; align-items: center; }
.owner-story::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,#041623ed,#041623ce 43%,#04162322); }
.owner-background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 65% 50%; }
.owner-copy { max-width: 660px; }
.owner-copy h2 { color: #fff; }
.owner-copy .eyebrow { color: #c0d5dc; }
.owner-copy p { max-width: 540px; }
.owner-copy .editorial-contact { color: #fff; }
.owner-copy .editorial-contact:hover { color: #d3e5eb; }
.owner-services { list-style: none; padding: 0; margin: 24px 0 32px; }
.owner-services li { border-top: 1px solid #ffffff35; padding: 12px 0; font-size: 13px; }
.owner-credit { display: block; margin-top: 24px; font-size: 10px; color: #c4d0d7; }
.northern-specs { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 26px 0; padding-block: 18px; border-block: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.certificate-section { padding: 76px 0; }
.home-page .certificate-section.section-mist,
.home-page .company-story.section-mist { background: var(--white); }
.certificate-grid { gap: 20px; }
.certificate-card { display: flex; flex-direction: column; box-shadow: none; border: 1px solid var(--line); }
.certificate-visual { background: #fff; padding: 24px; min-height: 170px; }
.certificate-visual img { height: 126px; width: 190px; max-width: 100%; object-fit: contain; filter: none; box-shadow: none; }
.certificate-body { flex: 1; background: #fff; color: var(--ink); border-top: 1px solid #e8eded; padding: 23px; text-align: center; }
.certificate-body h3 { color: var(--navy); font-size: 17px; margin-bottom: 14px; }
.certificate-body p { min-height: 0; color: var(--muted); font-size: 13px; flex: 1; }
.certificate-body .text-link { align-self: center; justify-content: center; min-width: 124px; min-height: 44px; margin-top: auto; padding: 11px 16px; border: 0; border-radius: 3px; background: #df3327; color: #fff; font-size: 12px; line-height: 1.4; gap: 10px; text-align: center; }
.certificate-body .text-link:hover { background: #bc241b; color: #fff; }
.certificate-body .text-link:focus-visible { outline-color: #bc241b; }
.certificate-note { font-size: 11px; }
.accreditation-marquee { width: 100%; overflow: hidden; border-block: 1px solid var(--line); background: #fff; padding: 14px 0; }
.accreditation-marquee-track { display: flex; width: max-content; animation: accreditation-scroll 22s linear infinite; will-change: transform; }
.accreditation-marquee-item { flex: 0 0 auto; }
.accreditation-marquee-item img { display: block; width: auto; height: 88px; max-width: none; }
@keyframes accreditation-scroll { to { transform: translateX(-50%); } }
.journal-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 72px; align-items: center; }
.journal-feature { display: block; }
.journal-feature img { aspect-ratio: 1.8; width: 100%; height: auto; object-fit: cover; }
.journal-feature > div { padding-top: 26px; }
.journal-feature .eyebrow { margin-bottom: 12px; }
.journal-feature h3 { font-size: 26px; max-width: 500px; }
.journal-note { border-left: 1px solid var(--line); padding-left: 60px; }
.journal-note > svg { width: 36px; height: 36px; color: #8aa3ad; margin-bottom: 24px; }
.journal-note h3 { font-size: 31px; }
.journal-note p { font-size: 14px; color: var(--muted); }
.journal-note h2 { font-size: 38px; }
.journal-contribute { display: block; width: fit-content; margin-top: 24px; padding-block: 6px; font-size: 12px; color: var(--muted); text-decoration: underline; text-underline-offset: 4px; }
.company-history { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; }
.company-history h2 { max-width: 520px; }
.company-history p { color: var(--muted); max-width: 520px; }
.history-line { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-top: 1px solid #a8b9c1; padding-top: 20px; margin: 28px 0; }
.history-line strong { display: block; font-size: 25px; font-weight: 500; margin-bottom: 4px; }
.history-line span { color: var(--muted); font-size: 12px; }
.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
.article-card { padding: 28px 0; border-top: 1px solid #93a8b1; display: flex; flex-direction: column; gap: 18px; }
.article-card .eyebrow { margin: 0; font-size: 10px; }
.article-card h3 { margin: 0; font-size: 22px; }
.article-card p { color: var(--muted); font-size: 13px; margin: 0; flex: 1; }
.article-card .text-link { align-self: start; }
.closing-band { background: var(--white); color: var(--navy); padding: 48px 0; border-top: 1px solid var(--line); }
.closing-band .container { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.closing-band h2 { color: var(--navy); margin-bottom: 0; font-size: 30px; max-width: 620px; }
.closing-band .editorial-contact { flex-shrink: 0; }
.closing-band .eyebrow { color: #b8d5d8; }
.closing-band .button-row { flex-direction: column; align-items: stretch; }
.site-footer { background: #04131f; }
.footer-grid { gap: 48px; grid-template-columns: 1.3fr .7fr .8fr 1fr; }
.footer-brand img { content: normal; width: 250px; height: auto; }
.footer-brand p { color: #b4c4cc; font-size: 13px; }
.footer-col h3 { font-size: 13px; font-family: 'Inter',sans-serif; }
.footer-links { font-size: 12px; color: #bdcbd2; }
.footer-links a { overflow-wrap: anywhere; }
.footer-links svg { vertical-align: middle; width: 15px; height: 15px; }
.footer-bottom { color: #a8bcc6; font-size: 11px; }
.page-hero { min-height: 440px; padding-top: 150px; }
.page-hero h1 { font-size: 54px; max-width: 840px; }
.page-hero p { font-size: 16px; }
.page-hero::before { background: linear-gradient(90deg,#071b2cec,#071b2c70),var(--page-image,url('../images/vessel-froyanes.c67be1966aa9.webp')) center/cover; }
.page-hero .container { padding-bottom: 64px; }
.split-media::after { display: none; }
.split-media img { box-shadow: none; }
.split-media-team, .split-media-team img { min-height: 0; height: auto; object-fit: contain; }
.service-card, .value-card { box-shadow: none; border: 0; border-top: 1px solid #a4b8c1; border-radius: 0; padding: 28px 0; background: transparent; }
.card-grid, .content-grid { gap: 40px; }
.service-card { min-height: 0; }
.icon-box { width: 36px; height: 36px; border: 0; background: transparent; clip-path: none; box-shadow: none; margin-bottom: 24px; place-items: start; }
.service-card h3, .value-card h3 { font-size: 21px; }
.service-card p, .value-card p { font-size: 14px; }
.timeline::before { top: 21px; }
.timeline-number { clip-path: none; border-radius: 0; box-shadow: none; background: var(--mist); color: var(--navy); font-size: 21px; font-weight: 500; height: 44px; width: 44px; }
.timeline-step h3 { font-size: 18px; }
.vacancy-card { box-shadow: none; }
.vacancy-card:hover { transform: none; box-shadow: none; border-color: #8da9b5; }
.vacancy-card h3 { font-size: 23px; }
.vacancy-employer { font-weight: 500; text-transform: none; font-size: 14px; }
.vacancy-tag { border-radius: 0; background: #edf2f3; color: #435f6d; font-size: 10px; }
.salary-pill { background: transparent; border-left: 0; padding: 0; margin: 0 0 22px; font-size: 21px; font-weight: 500; }
.vacancy-card-featured { border-top: 3px solid #487787; }
.vacancy-card-content { padding: 28px; display: flex; flex-direction: column; height: auto; flex: 1; }
.vacancy-card-with-media { display: flex; flex-direction: column; }
.vacancy-card-content > .btn, .vacancy-actions { margin-top: auto; }
.vacancy-card-media { height: auto; aspect-ratio: 1.95; }
.filter-bar { box-shadow: none; padding: 24px 0; background: transparent; border-width: 1px 0; border-radius: 0; gap: 20px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.filter-bar .search-field { grid-column: 1 / -1; }
.filter-bar > .btn { align-self: end; }
.results-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 28px 0; color: var(--muted); font-size: 13px; }
.field { min-width: 0; align-content: start; }
.input, .select, .textarea { border-radius: 2px; background: #fff; min-width: 0; font-size: 14px; }
.input, .select { padding-inline: 12px; }
.field label { font-size: 12px; font-weight: 500; }
.form-card { padding: 36px; box-shadow: none; }
.form-status.error { background: #fff2ef; color: #863c2e; border-color: #b75b46; }
.form-status { overflow-wrap: anywhere; }
.file-hint { margin: 0; font-size: 11px; color: var(--muted); }
.form-note a { text-decoration: underline; }
.form-progress { display: flex; gap: 12px; border-top: 1px solid #ffffff35; margin-top: 32px; padding-top: 20px; font-size: 12px; color: #cad7dc; }
.form-progress svg { color: #a4c2ca; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) 260px; justify-content: space-between; gap: 80px; }
.article-body h2 { font-size: 29px; margin-top: 42px; }
.article-body p, .article-body li { color: var(--muted); }
.article-body ul, .article-body ol { padding-left: 22px; }
.article-body li { padding-left: 8px; margin-bottom: 12px; }
.article-body a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article-aside { position: sticky; top: 130px; align-self: start; border-top: 1px solid var(--line); padding-top: 24px; }
.article-aside h3 { font-size: 18px; }
.article-aside p { font-size: 13px; color: var(--muted); }
.article-aside .btn { width: 100%; margin-top: 12px; }
.article-caveat { font-size: 12px; padding: 20px 0; border-block: 1px solid var(--line); margin-top: 36px; }
.js .reveal { opacity: 1; transform: none; }
@media(min-width: 1700px) { .hero h1 { font-size: 60px; max-width: 860px; } .hero-copy { max-width: 560px; } }
@media(max-width: 1200px) { :root { --container: calc(100% - 64px); } .header-contact { display: none; } .nav { gap: 24px; } .nav-links, html[lang="ru"] .nav-links { gap: 18px; } .brand img { width: 210px; } .standard-grid { gap: 64px; } h2 { font-size: 38px; } .hero h1 { font-size: 56px; max-width: 590px; } .certificate-grid { grid-template-columns: repeat(4,minmax(0,1fr)); } .certificate-body { padding: 20px 16px; } }
@media(max-width: 1000px) { .nav-links { gap: 14px; } .nav-links a, html[lang="ru"] .nav-links a { font-size: 11px; } .brand img { width: 185px; } .hero h1 { font-size: 50px; max-width: 530px; } .hero-copy { max-width: 465px; font-size: 15px; } .expertise-grid { grid-template-rows: 220px 220px; } .expertise-card h3 { font-size: 19px; } .expertise-card > div { inset-inline: 18px; } .split { gap: 40px; } .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 36px; } .footer-brand { grid-column: 1 / -1; } .journal-grid { gap: 40px; } .journal-note { padding-left: 34px; } .article-layout { grid-template-columns: minmax(0,1fr) 230px; gap: 40px; } }
@media(min-width: 901px) and (max-width: 1100px) {
  .nav { gap: 16px; }
  .brand img { width: 170px; }
  .nav-links, html[lang="ru"] .nav-links { gap: 12px; }
  .nav-tools { gap: 12px; }
  .header-whatsapp { padding-inline: 12px; }
}
@media(max-width: 900px) {
  .nav { min-height: 76px; } .brand img { width: 215px; height: 54px; } .nav-tools { margin-left: auto; gap: 18px; }
  .header-whatsapp { display: inline-flex; width: 40px; min-width: 40px; height: 40px; min-height: 40px; padding: 0; }
  .header-whatsapp-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .nav-links { inset: 76px 0 auto; min-height: 0; height: calc(100svh - 76px); overflow-y: auto; overscroll-behavior: contain; padding: 16px 28px max(24px,env(safe-area-inset-bottom)); gap: 0; visibility: hidden; pointer-events: none; }
  .nav-links.open { visibility: visible; pointer-events: auto; }
  .nav-links > a, html[lang="ru"] .nav-links > a, .site-header .nav-links > a { flex-shrink: 0; font-size: 16px; padding-block: 12px; }
  .mobile-menu-contact { display: flex; flex-direction: column; flex-shrink: 0; width: 100%; margin-top: auto; padding-top: 28px; color: var(--navy); }
  .mobile-menu-contact strong { font-size: 15px; font-weight: 600; }
  .mobile-menu-contact p { margin: 3px 0 10px; font-size: 12px; color: var(--muted); }
  .site-header .nav-links .mobile-menu-contact a { display: flex; align-items: center; gap: 10px; width: 100%; padding: 7px 0; border: 0; color: var(--navy); font-size: 12px; font-weight: 400; white-space: normal; overflow-wrap: anywhere; }
  .mobile-menu-contact a > svg { width: 16px; height: 16px; color: var(--muted); }
  .site-header .nav-links .mobile-menu-contact .whatsapp-button { justify-content: center; gap: 10px; min-height: 46px; margin-top: 14px; padding: 12px 16px; background: #12834c; color: #fff; font-size: 14px; font-weight: 600; }
  .site-header .nav-links .mobile-menu-contact .whatsapp-button:hover { background: #0c713f; }
  .mobile-menu-contact .whatsapp-button > svg { color: #fff; }
  .language-menu nav { z-index: 10; }
  .hero.maritime-hero { min-height: min(680px, calc(100svh - 52px)); padding-top: 116px; padding-bottom: 76px; }
  .hero h1 { font-size: 48px; max-width: 520px; }
  .maritime-hero::before { background: linear-gradient(90deg,#041723ef,#071b2c8c 65%,#071b2c35),linear-gradient(0deg,#071b2cd6,transparent 80%); }
  .heading-row { gap: 30px; } .heading-row > p { width: 280px; }
  .standard-grid { grid-template-columns: 1fr 1fr; gap: 40px; } .standard-steps li { gap: 14px; }
  .split { grid-template-columns: 1fr 1fr; gap: 36px; } .company-story .split { grid-template-columns: 1fr; } .company-photo { max-width: 760px; }
  .certificate-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-layout { gap: 40px; } .contact-layout > .section-heading { max-width: 640px; }
  .expertise-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 260px 220px 220px; }
  .expertise-wide { grid-row: auto; grid-column: 1/-1; } .expertise-wide img { object-position: center 54%; }
  .closing-band .container { gap: 32px; }
}
@media(max-width: 1100px) {
  .trust-inner { grid-template-columns: 145px minmax(0,1fr); gap: 20px; }
  .trust-intro { padding-left: 18px; }
  .trust-stat { padding-inline: 15px; }
  .trust-numbers .stat-figure { font-size: 48px; }
  .trust-database .stat-figure { font-size: 43px; }
  .stat-plus { font-size: 22px; }
  .stat-slash { font-size: 36px; }
  .trust-world svg { width: 40px; height: 40px; }
  .stat-world-label { font-size: 19px; }
  .trust-world dt { margin-left: 53px; }
}
@media(max-width: 800px) {
  .trust-band { padding: 34px 0 28px; background-position: 18% top; }
  .trust-inner { display: block; padding-bottom: 0; }
  .trust-inner::after { display: none; }
  .trust-intro { width: max-content; max-width: 100%; margin-bottom: 24px; padding-block: 5px; }
  .trust-intro span, .trust-intro h2 { font-size: 13px; }
  .trust-numbers { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-stat { min-height: 120px; padding: 16px; }
  .trust-stat:nth-child(odd) { border-left: 0; }
  .trust-stat:nth-child(n+3) { border-top: 1px solid #d8edf159; }
  .trust-stat::after { display: none; }
  .trust-stat dt { font-size: 12px; max-width: 145px; }
  .trust-numbers .stat-figure, .trust-database .stat-figure { font-size: 43px; }
  .stat-plus { font-size: 20px; }
  .stat-slash { font-size: 34px; }
  .trust-world dd { gap: 8px; }
  .trust-world svg { width: 35px; height: 35px; }
  .stat-world-label { font-size: 19px; }
  .trust-world dt { margin-left: 43px; }
}
@media(max-width: 640px) {
  :root { --container: calc(100% - 40px); }
  body { font-size: 15px; } h2 { font-size: 32px; } h3, .home-page h3 { font-size: 20px; }
  .section { padding: 66px 0; } .section-sm { padding: 50px 0; }
  .brand img { width: 144px; height: 48px; } .nav { gap: 8px; min-height: 76px; } .nav-tools { gap: 8px; } .language-menu summary { gap: 6px; } .language-menu summary > svg:first-child { display: none; } .menu-toggle { width: 36px; height: 44px; }
  .hero.maritime-hero { height: auto; max-height: none; min-height: min(650px, calc(100svh - 52px)); padding: 164px 0 64px; align-items: center; }
  .hero-vessel { width: 100%; height: 480px; object-position: 68% top; }
  .maritime-hero::before { background: linear-gradient(180deg,#071b2c30 0%,#071b2c20 16%,#071b2cbf 35%,#071b2c 61%); }
  .hero .hero-content { padding: 0; }
  .hero-brand { width: 250px; margin-bottom: 22px; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 20px; }
  .hero h1 { font-size: 36px; max-width: 100%; font-weight: 700; margin-bottom: 22px; line-height: 1.15; }
  .hero-copy { font-size: 16px; margin-bottom: 25px; color: #d4dfe5; }
  .hero .hero-actions { flex-direction: row; align-items: center; margin-bottom: 16px; gap: 10px 22px; }
  .contract-link { padding: 12px 16px; gap: 14px; font-size: 13px; min-height: 46px; }
  .application-link { font-size: 13px; }
  .hero-secondary { gap: 24px; }
  .hero-log { bottom: 20px; font-size: 9px; gap: 12px; }
  .hero-log > span:first-child { max-width: none; gap: 4px; } .hero-photo-credit { display: inline; }
  .priority-vacancy { padding: 30px 0 36px; }
  .priority-vacancy-grid { grid-template-columns: 1fr; gap: 26px; }
  .priority-vacancy-media { min-height: 0; aspect-ratio: 1.91; }
  .priority-title-row { grid-template-columns: minmax(0,1fr) auto; gap: 16px; }
  .priority-title-row h2 { font-size: 23px; }
  .priority-title-row p { font-size: 11px; }
  .priority-salary { font-size: 28px; text-align: right; }
  .priority-salary span { max-width: 94px; white-space: normal; font-size: 10px; line-height: 1.5; }
  .priority-facts { gap: 12px; grid-template-columns: 1fr; }
  .priority-facts span { font-size: 12px; }
  .heading-row { display: block; margin-bottom: 30px; }
  .heading-row > p { width: auto; margin: 22px 0 0; font-size: 14px; }
  .heading-row > .text-link { margin-top: 24px; }
  .eyebrow { margin-bottom: 18px; }
  .expertise-grid { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: 255px; gap: 16px; }
  .expertise-wide { grid-column: auto; }
  .expertise-card > div { inset: auto 24px 24px; }
  .expertise-card h3, .expertise-wide h3 { font-size: 25px; }
  .expertise-card p { max-width: 80%; font-size: 12px; }
  .standard-grid { grid-template-columns: 1fr; gap: 36px; }
  .standard-intro { position: static; } .standard-intro p { margin: 22px 0; font-size: 14px; }
  .standard-steps li { padding: 21px 0; gap: 14px; grid-template-columns: 24px 1fr 20px; }
  .standard-steps h3 { font-size: 17px; } .standard-steps p { font-size: 12px; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .editorial-photo img { aspect-ratio: 3 / 2; }
  .company-photo img { aspect-ratio: auto; }
  .recruitment-section { padding: 48px 0; }
  .recruitment-layout { grid-template-columns: 1fr; gap: 26px; }
  .recruitment-heading { grid-column: auto; }
  .recruitment-heading h2 { font-size: 30px; }
  .recruitment-heading p { font-size: 16px; }
  .recruitment-copy { max-width: none; }
  .recruitment-copy h3 { font-size: 19px; }
  .recruitment-copy p { font-size: 16px; margin-bottom: 24px; }
  .company-history { grid-template-columns: 1fr; gap: 28px; }
  .journal-note h2 { font-size: 30px; }
  .closing-band .editorial-contact { margin-top: 20px; }
  .split-copy p, .owner-copy p, .journal-note p { font-size: 16px; }
  .owner-story { padding: 64px 0; min-height: 0; }
  .owner-story::before { background: #071b2ccf; }
  .owner-services li { font-size: 12px; }
  .northern-section .editorial-photo { order: -1; }
  .certificate-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .certificate-visual { padding: 16px 12px; min-height: 116px; }
  .certificate-visual img { height: 90px; }
  .certificate-body { padding: 18px 12px; }
  .certificate-body h3 { font-size: 14px; }
  .certificate-body p { font-size: 11px; line-height: 1.6; margin-bottom: 20px; }
  .certificate-body .text-link { min-width: 0; width: 100%; font-size: 11px; padding-inline: 8px; gap: 8px; }
  .certificate-note { font-size: 10px; }
  .accreditation-marquee { padding-block: 10px; }
  .accreditation-marquee-item img { height: 62px; }
  .journal-grid { grid-template-columns: 1fr; gap: 38px; }
  .journal-feature h3 { font-size: 24px; }
  .journal-note { border-left: 0; padding: 28px 0 0; border-top: 1px solid var(--line); }
  .journal-note h3 { font-size: 26px; }
  .journal-note > svg { margin-bottom: 18px; }
  .history-line { gap: 24px; } .history-line span { font-size: 11px; }
  .article-grid { grid-template-columns: 1fr; gap: 6px; }
  .article-card h3 { font-size: 22px; }
  .closing-band { padding: 50px 0; } .closing-band .container { display: block; } .closing-band .button-row { margin-top: 30px; }
  .site-footer { padding-top: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 28px; }
  .footer-brand, .footer-col:last-child { grid-column: 1 / -1; }
  .footer-links { font-size: 12px; }
  .footer-bottom { font-size: 10px; gap: 15px; margin-top: 34px; }
  .page-hero { min-height: 410px; padding-top: 130px; } .page-hero .container { padding-bottom: 46px; } .page-hero h1 { font-size: 35px; } .page-hero p { font-size: 14px; }
  .split-media, .split-media img { min-height: 280px; }
  .split-media-team, .split-media-team img { min-height: 0; height: auto; }
  .filter-bar { grid-template-columns: 1fr 1fr; gap: 16px 12px; }
  .filter-bar .search-field { grid-column: 1 / -1; }
  .filter-bar .select { font-size: 12px; padding-inline: 8px; }
  .filter-bar .field label { font-size: 11px; }
  .filter-bar > .btn { grid-column: 1 / -1; }
  .results-summary { font-size: 12px; align-items: start; }
  .vacancy-card-with-media { padding: 0; }
  .vacancy-card-content { padding: 24px; }
  .vacancy-card-media { height: auto; aspect-ratio: 1.8; }
  .vacancy-actions { grid-template-columns: 1fr 1fr; }
  .vacancy-actions .btn { font-size: 12px; padding: 13px 10px; gap: 8px; }
  .form-card { padding: 24px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 1fr; gap: 36px; }
  .article-body h2 { font-size: 27px; }
  .article-aside { position: static; }
  .article-body { font-size: 14px; }
}
@media(max-width: 374px) { :root { --container: calc(100% - 32px); } .brand img { width: 132px; } .nav-tools { gap: 6px; } .header-whatsapp { width: 38px; min-width: 38px; height: 38px; min-height: 38px; } .hero h1 { font-size: 32px; } h2 { font-size: 29px; } .priority-title-row { grid-template-columns: 1fr; } .priority-salary { text-align: left; } .priority-salary span { max-width: none; } .trust-stat { padding-inline: 12px; } .trust-numbers .stat-figure, .trust-database .stat-figure { font-size: 36px; } .stat-plus { font-size: 17px; margin-left: 2px; } .stat-slash { font-size: 29px; } .trust-world svg { width: 30px; height: 30px; } .stat-world-label { font-size: 17px; } .trust-world dt { margin-left: 38px; } }
@media(max-width: 640px) and (max-height: 760px) {
  .hero.maritime-hero { min-height: 0; padding: 108px 0 88px; }
  .hero h1 { font-size: 30px; margin-bottom: 18px; }
  .hero .eyebrow { margin-bottom: 14px; }
  .hero-copy { font-size: 16px; line-height: 1.65; margin-bottom: 20px; }
}
@media(prefers-reduced-motion: reduce) { .hero-vessel, .accreditation-marquee-track { animation: none; transform: none; } html { scroll-behavior: auto; } }
