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

:root {
  --navy: #071b2c;
  --navy-2: #0b273d;
  --blue: #075985;
  --cyan: #06b6d4;
  --cyan-dark: #0891b2;
  --white: #ffffff;
  --mist: #f2f7f9;
  --line: #d8e4e9;
  --ink: #10283a;
  --muted: #5d7180;
  --success: #0f766e;
  --shadow: 0 18px 45px rgba(7, 27, 44, 0.12);
  --radius: 6px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  color: var(--navy);
  font-family: 'Manrope', 'Inter', sans-serif;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 { font-size: clamp(2.55rem, 5.5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.35rem); }
h3 { font-size: 1.2rem; }

.home-page h1, .home-page h2, .home-page h3 {
  font-family: 'Barlow Condensed', 'Manrope', sans-serif;
  font-weight: 700;
}

.home-page h3 { font-size: 1.38rem; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.section-sm { padding: 80px 0; }
.section-dark { background: var(--navy); color: rgba(255,255,255,.78); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-mist { background: var(--mist); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--cyan-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow::before { width: 34px; height: 2px; background: currentColor; content: ''; }
.section-dark .eyebrow, .hero .eyebrow, .page-hero .eyebrow { color: #6ee7f5; }

.section-heading { max-width: 740px; margin-bottom: 48px; }
.section-heading p { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 1.06rem; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading.center p { margin-inline: auto; }
.section-dark .section-heading p { color: rgba(255,255,255,.68); }

.btn {
  min-height: 50px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--cyan);
  color: var(--navy);
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.btn:hover { background: #67e8f9; transform: translateY(-2px); }
.btn-secondary { border-color: rgba(255,255,255,.65); background: transparent; color: var(--white); }
.btn-secondary:hover { border-color: var(--white); background: var(--white); color: var(--navy); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--blue); color: var(--white); }
.btn-outline { border-color: var(--line); background: transparent; color: var(--navy); }
.btn-outline:hover { border-color: var(--cyan); background: #ecfeff; }
.btn svg { width: 18px; height: 18px; }
.btn img { width: 20px; height: 20px; max-width: 20px; max-height: 20px; flex: 0 0 20px; object-fit: contain; }
.btn-whatsapp { border-color: #22c55e; background: #128c4a; color: var(--white); }
.btn-whatsapp:hover { border-color: #34d36f; background: #0f7a40; color: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.14);
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.site-header.scrolled, .site-header.solid {
  border-color: var(--line);
  background: rgba(255,255,255,.98);
  box-shadow: 0 8px 30px rgba(7,27,44,.08);
}

.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 270px; height: 54px; content: url('../images/smart-group-crewing-logo-transparent.png?v=20260902-logo'); object-fit: contain; object-position: left center; filter: brightness(0) invert(1); transition: filter .25s ease; }
.site-header.scrolled .brand img, .site-header.solid .brand img { filter: none; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-links a { position: relative; color: var(--white); font-size: .89rem; font-weight: 700; white-space: nowrap; }
html[lang="ru"] .nav-links { gap: 20px; }
html[lang="ru"] .nav-links a { font-size: .8rem; }
.site-header.scrolled .nav-links a, .site-header.solid .nav-links a { color: var(--ink); }
.nav-links a::after { position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; background: var(--cyan); content: ''; transition: width .25s ease; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.header-cta { min-height: 44px; padding-inline: 18px; }
.lang-toggle {
  min-width: 48px;
  height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 4px;
  background: rgba(7,27,44,.18);
  color: var(--white);
  cursor: pointer;
  font-size: .76rem;
  font-weight: 800;
}
.site-header.scrolled .lang-toggle, .site-header.solid .lang-toggle { border-color: var(--line); background: var(--mist); color: var(--muted); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.site-header.scrolled .menu-toggle, .site-header.solid .menu-toggle { color: var(--navy); }
.menu-toggle svg { width: 25px; height: 25px; }

.hero {
  min-height: 760px;
  height: 100svh;
  max-height: 980px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,27,44,.96) 0%, rgba(7,27,44,.79) 43%, rgba(7,27,44,.2) 75%),
    linear-gradient(0deg, rgba(7,27,44,.62), transparent 42%),
    url('../images/vessel-froyanes.jpg') center 55% / cover no-repeat;
  content: '';
  transform: scale(1.01);
}

.hero-content { position: relative; z-index: 1; max-width: 850px; padding: 176px 0 76px; }
.hero h1 { margin-bottom: 24px; color: var(--white); }
.hero-copy { max-width: 720px; margin-bottom: 32px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero .button-row { margin-bottom: 72px; }
.hero-actions { align-items: stretch; }
.hero-actions .btn { min-width: 220px; max-width: 100%; min-height: 58px; white-space: normal; text-align: center; }
.hero-actions .btn svg, .hero-actions .btn img { width: 18px; height: 18px; max-width: 18px; max-height: 18px; flex: 0 0 18px; }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.22); }
.trust-item { padding: 24px 26px 0 0; display: flex; gap: 12px; color: rgba(255,255,255,.86); font-size: .9rem; font-weight: 700; }
.trust-item svg { width: 21px; height: 21px; flex: 0 0 auto; color: var(--cyan); }

.priority-vacancy { padding: 34px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.priority-vacancy-grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.45fr); gap: 40px; align-items: center; }
.priority-vacancy-media { position: relative; min-height: 260px; overflow: hidden; border-radius: var(--radius); background: var(--navy); }
.priority-vacancy-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.priority-vacancy-copy { min-width: 0; }
.priority-title-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: start; }
.priority-title-row h2 { margin-bottom: 8px; font-size: clamp(2.1rem,3.7vw,3.5rem); }
.priority-title-row p { margin: 0; color: var(--muted); }
.priority-position { display: inline; }
.priority-break { display: block; }
.priority-vessel { display: inline-block; font-size: .82em; }
.priority-salary { color: var(--blue); font-family: 'Barlow Condensed','Manrope',sans-serif; font-size: 2.6rem; line-height: 1; text-align: right; white-space: nowrap; }
.priority-salary span { margin-top: 6px; display: block; color: var(--muted); font-family: 'Inter',sans-serif; font-size: .72rem; font-weight: 700; }
.priority-facts { margin: 24px 0 28px; padding: 18px 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.priority-facts span { display: flex; gap: 9px; align-items: center; color: var(--ink); font-size: .82rem; font-weight: 700; }
.priority-facts svg { width: 18px; height: 18px; color: var(--cyan-dark); }

.photo-credit { position: absolute; right: 10px; bottom: 8px; z-index: 2; padding: 3px 6px; background: rgba(7,27,44,.76); color: rgba(255,255,255,.82); font-size: .56rem; line-height: 1.2; }

.page-hero {
  min-height: 510px;
  padding-top: 84px;
  display: grid;
  align-items: end;
  position: relative;
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
}

.page-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,27,44,.96), rgba(7,27,44,.62)), var(--page-image, url('../images/offshore-operations.jpg')) center / cover no-repeat; content: ''; }
.page-hero .container { position: relative; z-index: 1; padding-bottom: 72px; }
.page-hero h1 { max-width: 850px; margin-bottom: 18px; color: var(--white); font-size: clamp(2.7rem, 5vw, 4.5rem); }
.page-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.8); font-size: 1.1rem; }
.page-hero.crew { --page-image: url('../images/norwegian-fishing-crew.jpg'); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(48px, 7vw, 90px); }
.split > *, .why-grid > *, .contact-layout > * { min-width: 0; }
.split-media { position: relative; min-height: 520px; }
.split-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media::after { position: absolute; right: -16px; bottom: -16px; width: 40%; height: 42%; border-right: 4px solid var(--cyan); border-bottom: 4px solid var(--cyan); content: ''; pointer-events: none; }
.split-copy p { color: var(--muted); }
.signature { margin-top: 28px; padding-left: 20px; border-left: 3px solid var(--cyan); color: var(--navy); font-weight: 700; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.service-card, .vacancy-card, .testimonial-card, .value-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(7,27,44,.05);
}

.service-card { min-height: 345px; padding: 34px; display: flex; flex-direction: column; }
.icon-box { width: 52px; height: 52px; margin-bottom: 32px; display: grid; place-items: center; border: 1px solid #a9d9e3; border-radius: 2px; background: #f1fbfc; color: var(--blue); clip-path: polygon(0 0,100% 0,100% 72%,72% 100%,0 100%); box-shadow: inset 0 3px 0 var(--cyan); }
.icon-box svg { width: 25px; height: 25px; }
.service-card p { color: var(--muted); }
.list-clean { margin: 10px 0 0; padding: 0; list-style: none; }
.list-clean li { padding: 5px 0; display: flex; align-items: flex-start; gap: 10px; color: var(--ink); font-size: .94rem; }
.list-clean li svg { width: 17px; height: 17px; margin-top: 4px; flex: 0 0 auto; color: var(--cyan-dark); }

.stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.stat { padding: 12px 34px; border-left: 1px solid rgba(255,255,255,.16); }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat strong { display: block; margin-bottom: 9px; color: var(--white); font-family: 'Manrope',sans-serif; font-size: clamp(2.5rem,4vw,4rem); line-height: 1; }
.stat span { color: rgba(255,255,255,.62); font-size: .88rem; font-weight: 700; text-transform: uppercase; }

.vacancy-card { padding: 30px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.vacancy-card-with-media { padding: 0; overflow: hidden; }
.vacancy-card-media { height: 235px; position: relative; overflow: hidden; background: var(--navy); }
.vacancy-card-media::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(7,27,44,.5),transparent 55%); content: ''; }
.vacancy-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.vacancy-card-with-media:hover .vacancy-card-media img { transform: scale(1.035); }
.vacancy-card-content { padding: 28px; }
.vacancy-card:hover { border-color: #a5dce6; box-shadow: var(--shadow); transform: translateY(-5px); }
.vacancy-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.vacancy-tag { padding: 6px 9px; border-radius: 3px; background: #e7f9fc; color: var(--blue); font-size: .7rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.vacancy-card h3 { margin: 16px 0 22px; font-size: 1.42rem; }
.job-meta { margin: 0 0 26px; padding: 0; display: grid; gap: 10px; list-style: none; }
.job-meta li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; color: var(--muted); font-size: .9rem; }
.job-meta svg { width: 17px; height: 17px; margin-top: 3px; color: var(--cyan-dark); }
.vacancy-card .btn { width: 100%; }
.vacancy-card-featured { border-top: 4px solid var(--cyan); }
.vacancy-employer { margin: -12px 0 22px; color: var(--blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.vacancy-card h3 + .vacancy-employer { margin-top: -14px; }
.salary-pill { width: fit-content; margin: -10px 0 20px; padding: 7px 10px; border-left: 3px solid var(--cyan); background: var(--mist); color: var(--navy); font-size: .85rem; font-weight: 800; }
.vacancy-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.vacancies-hero { --page-image: url('../images/vessel-prowess.jpg'); }

.prowess-detail { background: var(--white); }
.detail-heading { margin-bottom: 46px; padding-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 36px; border-bottom: 1px solid var(--line); }
.detail-heading h2 { margin-bottom: 10px; }
.detail-heading p { margin: 0; color: var(--muted); }
.vessel-id { display: flex; gap: 10px; flex: 0 0 auto; }
.vessel-id span { padding: 10px 13px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.vessel-id strong { display: block; color: var(--navy); font-size: .96rem; }
.detail-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.45fr); gap: clamp(38px, 6vw, 80px); align-items: start; }
.detail-summary { position: sticky; top: 110px; overflow: hidden; border-radius: var(--radius); background: var(--navy); color: rgba(255,255,255,.74); box-shadow: var(--shadow); }
.detail-summary img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.detail-summary-body { padding: 28px; }
.detail-summary h3 { margin: 18px 0 8px; color: var(--white); font-size: 2rem; }
.detail-summary p { margin-bottom: 24px; }
.detail-summary .btn { width: 100%; }
.detail-content { display: grid; gap: 0; }
.detail-block { padding: 28px 0; display: grid; grid-template-columns: 48px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.detail-block:first-child { padding-top: 0; border-top: 0; }
.detail-block h3 { margin: 2px 0 12px; font-size: 1.35rem; }
.detail-block p { margin-bottom: 0; color: var(--muted); }
.detail-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 4px; background: #e7f9fc; color: var(--blue); }
.detail-icon svg { width: 20px; height: 20px; }
.detail-list { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.detail-list li { position: relative; padding-left: 20px; color: var(--muted); }
.detail-list li::before { position: absolute; top: .73em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-dark); content: ''; }
.detail-note { margin-top: 16px !important; padding: 14px 16px; border-left: 3px solid var(--cyan); background: var(--mist); color: var(--ink) !important; font-size: .9rem; }

.timeline { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); position: relative; }
.timeline::before { position: absolute; top: 28px; right: 12.5%; left: 12.5%; height: 1px; background: var(--line); content: ''; }
.timeline-step { position: relative; z-index: 1; padding: 0 26px; text-align: center; }
.timeline-number { width: 58px; height: 58px; margin: 0 auto 24px; display: grid; place-items: center; border: 0; border-radius: 0; background: var(--navy); color: var(--cyan); clip-path: polygon(14% 0,100% 0,100% 86%,86% 100%,0 100%,0 14%); font-family: 'Manrope',sans-serif; font-weight: 800; box-shadow: inset 0 -3px 0 var(--cyan); }
.timeline-step p { margin: 0; color: var(--muted); font-size: .92rem; }

.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.advantages { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); }
.advantage { min-height: 150px; padding: 26px 22px 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.advantage:nth-child(even) { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.16); }
.advantage svg { width: 24px; height: 24px; margin-bottom: 15px; color: var(--cyan); }
.advantage h3 { margin-bottom: 9px; font-size: 1rem; }
.advantage p { margin: 0; color: rgba(255,255,255,.6); font-size: .88rem; }

.reviews-section { overflow: hidden; }
.reviews-heading-row { margin-bottom: 14px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.reviews-heading-row .section-heading { margin-bottom: 0; }
.reviews-controls { flex: 0 0 auto; display: flex; gap: 8px; }
.reviews-controls button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 4px; background: var(--white); color: var(--navy); cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.reviews-controls button:hover { border-color: var(--cyan-dark); background: var(--navy); color: var(--white); }
.reviews-controls svg { width: 19px; height: 19px; }
.review-disclaimer { margin: 0 0 28px; color: var(--muted); font-size: .78rem; }
.reviews-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 370px); gap: 18px; overflow-x: auto; padding: 2px 2px 18px; scroll-behavior: smooth; scrollbar-color: var(--cyan-dark) var(--mist); scrollbar-width: thin; }
.reviews-track::-webkit-scrollbar { height: 6px; }
.reviews-track::-webkit-scrollbar-track { background: var(--mist); }
.reviews-track::-webkit-scrollbar-thumb { background: var(--cyan-dark); }
.testimonial-card { min-height: 340px; padding: 30px; display: flex; flex-direction: column; border-top: 3px solid var(--cyan-dark); }
.review-meta { margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.review-meta span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 3px; color: var(--navy); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.stars { margin-bottom: 20px; display: flex; gap: 3px; color: var(--cyan-dark); }
.stars svg { width: 16px; height: 16px; fill: currentColor; }
.testimonial-card blockquote { margin: 0 0 26px; flex: 1; color: var(--ink); font-size: 1rem; }
.quote-author { padding-top: 20px; border-top: 1px solid var(--line); }
.quote-author strong, .quote-author span { display: block; }
.quote-author span { color: var(--muted); font-size: .83rem; }

.team-showcase { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: stretch; }
.team-photo { min-height: 520px; position: relative; overflow: hidden; border-radius: var(--radius); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-photo-caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px; background: linear-gradient(0deg, rgba(7,27,44,.96), transparent); color: var(--white); }
.team-photo-caption strong { display: block; font-family: 'Manrope',sans-serif; font-size: 1.15rem; }
.team-photo-caption span { color: rgba(255,255,255,.7); font-size: .88rem; }
.team-roles { display: grid; gap: 14px; }
.team-role { padding: 25px; display: grid; grid-template-columns: 46px 1fr; gap: 17px; align-items: start; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.team-role .icon-box { width: 46px; height: 46px; margin: 0; }
.team-role h3 { margin: 2px 0 7px; }
.team-role p { margin: 0; color: var(--muted); font-size: .9rem; }

.crab-hero-section {
  min-height: 680px;
  padding: 108px 0;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}
.crab-hero-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,18,30,.97) 0%, rgba(3,18,30,.84) 47%, rgba(3,18,30,.18) 78%),
    linear-gradient(0deg, rgba(3,18,30,.74), transparent 54%),
    url('../images/vessel-prowess.jpg') center / cover no-repeat;
  content: '';
}
.crab-hero-section .container { position: relative; z-index: 1; }
.crab-hero-content { max-width: 760px; }
.crab-hero-content h2 { margin-bottom: 22px; color: var(--white); font-size: clamp(2.35rem,4.5vw,4.25rem); }
.crab-hero-content > p { max-width: 680px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.crab-proof { margin: 32px 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.crab-proof div { padding: 20px 18px; border-left: 1px solid rgba(255,255,255,.2); }
.crab-proof div:first-child { padding-left: 0; border-left: 0; }
.crab-proof strong, .crab-proof span { display: block; }
.crab-proof strong { color: var(--white); font-family: 'Manrope',sans-serif; font-size: .95rem; }
.crab-proof span { margin-top: 4px; color: rgba(255,255,255,.58); font-size: .76rem; }
.position-rail { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 8px; }
.position-rail span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.24); border-radius: 3px; background: rgba(7,27,44,.42); color: rgba(255,255,255,.86); font-size: .78rem; font-weight: 700; }

.fleet-section { padding: 104px 0; background: #eaf2f5; }
.fleet-heading-row { margin-bottom: 38px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.fleet-count { color: var(--blue); font-family: 'Manrope',sans-serif; font-size: 1rem; font-weight: 800; white-space: nowrap; }
.fleet-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.fleet-card { min-width: 0; overflow: hidden; border: 1px solid #cbdbe1; border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 24px rgba(7,27,44,.06); transition: transform .25s ease, box-shadow .25s ease; }
.fleet-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(7,27,44,.13); }
.fleet-card-priority { border-top: 4px solid var(--cyan); }
.fleet-card[hidden] { display: none; }
.fleet-card-media { aspect-ratio: 16 / 9; position: relative; overflow: hidden; background: var(--navy); }
.fleet-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.fleet-card:hover .fleet-card-media img { transform: scale(1.035); }
.fleet-card-media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,27,44,.7), transparent 54%); content: ''; }
.fleet-card-badge { position: absolute; z-index: 1; left: 16px; bottom: 14px; padding: 5px 8px; border-radius: 2px; background: var(--cyan); color: var(--navy); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.fleet-card-body { padding: 24px; }
.fleet-card h3 { margin: 0 0 5px; font-size: 1.35rem; }
.fleet-type { margin: 0 0 20px; min-height: 44px; color: var(--muted); font-size: .9rem; }
.fleet-spec { padding: 11px 0; display: grid; grid-template-columns: 110px 1fr; gap: 12px; border-top: 1px solid var(--line); }
.fleet-spec span { color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.fleet-spec strong { color: var(--navy); font-size: .82rem; text-align: right; }
.fleet-card-link { margin-top: 16px; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.fleet-card-link svg { width: 16px; height: 16px; }
.fleet-actions { margin-top: 28px; display: flex; justify-content: center; }
.fleet-note { max-width: 760px; margin: 18px auto 0; color: var(--muted); font-size: .76rem; text-align: center; }

.operations-showcase { padding: 108px 0; background: var(--navy); color: rgba(255,255,255,.72); }
.operations-showcase h2, .operations-showcase h3 { color: var(--white); }
.operations-showcase .section-heading p { color: rgba(255,255,255,.64); }
.operations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.operation-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: var(--navy-2); }
.operation-media { min-height: 320px; position: relative; overflow: hidden; }
.operation-media::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(7,27,44,.55),transparent 55%); content: ''; }
.operation-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.operation-copy { padding: 30px; }
.operation-kicker { color: var(--cyan); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.operation-copy h3 { margin: 8px 0 12px; font-size: 1.8rem; }
.operation-copy p { margin-bottom: 24px; }
.operations-showcase .btn-outline { border-color: rgba(255,255,255,.38); color: var(--white); }

.arctic-expertise { padding: 110px 0; background: var(--white); }
.arctic-expertise-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.arctic-gallery { min-width: 0; display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; }
.arctic-gallery figure { min-height: 460px; margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); }
.arctic-gallery figure:last-child { min-height: 360px; margin-top: 72px; }
.arctic-gallery img { width: 100%; height: 100%; object-fit: cover; }
.arctic-copy p { color: var(--muted); }
.arctic-list { margin: 28px 0 32px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; list-style: none; }
.arctic-list li { display: flex; gap: 9px; align-items: flex-start; color: var(--navy); font-size: .9rem; font-weight: 700; }
.arctic-list svg { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; color: var(--cyan-dark); }

.certificate-section { background: var(--white); }
.certificate-section.section-mist { background: var(--mist); }
.certificate-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.certificate-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7,27,44,.08);
}
.certificate-visual {
  min-height: 220px;
  padding: 24px;
  display: grid;
  place-items: center;
  position: relative;
  background: linear-gradient(145deg,#f8fbfc,#eef6f8);
}
.certificate-visual img { width: min(250px, 90%); max-height: 170px; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(7,27,44,.10)); }
.certificate-mark {
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  border: 2px solid #c5dce5;
  color: var(--blue);
  font-family: 'Manrope',sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(10% 0,100% 0,100% 90%,90% 100%,0 100%,0 10%);
}
.certificate-body { padding: 26px; display: flex; flex-direction: column; align-items: center; border-top: 5px solid var(--navy); background: var(--navy); color: rgba(255,255,255,.76); text-align: center; }
.certificate-body h3 { margin-bottom: 12px; color: var(--white); font-size: 1.08rem; text-align: center; }
.certificate-body p { min-height: 128px; margin-bottom: 22px; color: var(--white); font-size: .98rem; line-height: 1.55; text-align: center; }
.certificate-body .btn { min-height: 46px; }
.certificate-btn { width: 118px; margin-inline: auto; display: flex; background: #ef3429; color: var(--white); line-height: 1.05; }
.certificate-btn:hover { background: #ff4a3f; color: var(--white); }
.certificate-note { max-width: 830px; margin: 24px auto 0; color: var(--muted); font-size: .82rem; text-align: center; }

.cta {
  position: relative;
  min-height: 510px;
  padding: 100px 0;
  display: grid;
  align-items: center;
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
}
.cta::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,27,44,.94), rgba(7,27,44,.48)), url('../images/offshore-operations.jpg') center/cover no-repeat; content: ''; }
.cta .container { position: relative; z-index: 1; }
.cta h2 { max-width: 760px; margin-bottom: 20px; color: var(--white); }
.cta p { max-width: 620px; margin-bottom: 30px; color: rgba(255,255,255,.78); font-size: 1.06rem; }

.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.value-card { padding: 30px; }
.value-card h3 { margin: 0 0 12px; }
.value-card p { margin: 0; color: var(--muted); }

.requirements { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.requirement { padding: 24px; display: flex; gap: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.requirement svg { width: 23px; height: 23px; flex: 0 0 auto; color: var(--cyan-dark); }
.requirement h3 { margin-bottom: 7px; font-size: 1rem; }
.requirement p { margin: 0; color: var(--muted); font-size: .9rem; }

.filter-bar { margin-bottom: 30px; padding: 22px; display: grid; grid-template-columns: 1.5fr 1fr 1fr auto; gap: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(7,27,44,.05); }
.field { display: grid; gap: 7px; }
.field label { color: var(--navy); font-size: .78rem; font-weight: 800; }
.input, .select, .textarea {
  width: 100%;
  border: 1px solid #cbd9df;
  border-radius: 4px;
  outline: none;
  background: var(--white);
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.input, .select { min-height: 49px; padding: 0 14px; }
.textarea { min-height: 145px; padding: 13px 14px; resize: vertical; }
.input:focus, .select:focus, .textarea:focus { border-color: var(--cyan-dark); box-shadow: 0 0 0 3px rgba(6,182,212,.12); }
.file-input { width: 100%; max-width: 100%; min-width: 0; padding: 12px; border: 1px dashed #aebfc7; border-radius: 4px; background: var(--mist); }
.vacancy-results { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.empty-state { padding: 50px 24px; grid-column: 1/-1; border: 1px dashed #aebfc7; text-align: center; color: var(--muted); }

.form-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field.full { grid-column: 1 / -1; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }
.form-status { margin-top: 16px; padding: 12px 14px; display: none; border-left: 3px solid var(--success); background: #ecfdf5; color: #115e59; font-size: .9rem; }
.form-status.show { display: block; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-list { margin: 34px 0 0; padding: 0; list-style: none; }
.contact-list li { padding: 20px 0; display: grid; grid-template-columns: 42px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.contact-list svg { width: 22px; height: 22px; margin-top: 3px; color: var(--cyan-dark); }
.contact-list strong, .contact-list span { display: block; }
.contact-list span { color: var(--muted); font-size: .92rem; }
.map-panel { min-height: 360px; display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(140deg, #dceff3, #f4f9fa); }
.map-panel::before { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(#8db3bf 1px, transparent 1px), linear-gradient(90deg,#8db3bf 1px,transparent 1px); background-size: 44px 44px; content: ''; transform: rotate(-8deg) scale(1.15); }
.map-pin { position: relative; z-index: 1; padding: 24px 28px; border-radius: var(--radius); background: var(--navy); color: var(--white); box-shadow: var(--shadow); text-align: center; }
.map-pin svg { width: 28px; height: 28px; margin: 0 auto 10px; color: var(--cyan); }

.site-footer { padding: 72px 0 24px; background: #04131f; color: rgba(255,255,255,.64); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr 1fr; gap: 52px; }
.footer-brand img { width: 280px; margin-bottom: 22px; content: url('../images/smart-group-crewing-logo-transparent.png?v=20260902-logo'); filter: brightness(0) invert(1); }
.footer-brand p { max-width: 380px; margin: 0; font-size: .9rem; }
.footer-col h3 { margin-bottom: 20px; color: var(--white); font-size: .92rem; }
.footer-links { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.footer-links a:hover { color: var(--cyan); }
.socials { margin-top: 22px; display: flex; gap: 10px; }
.socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; color: var(--white); }
.socials a:hover { border-color: var(--cyan); color: var(--cyan); }
.socials svg { width: 17px; height: 17px; }
.footer-bottom { margin-top: 52px; padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-legal { display: flex; gap: 18px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .brand img { width: 220px; }
  .nav-links { gap: 18px; }
  .nav-links a { font-size: .82rem; }
  .header-cta { display: none; }
  .fleet-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .certificate-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 32px, 740px); }
  .section { padding: 84px 0; }
  .nav { min-height: 74px; }
  .brand img { width: 210px; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-links {
    position: fixed;
    inset: 74px 0 auto;
    min-height: calc(100svh - 74px);
    padding: 42px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: var(--white);
    transform: translateX(100%);
    transition: transform .3s ease;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a, .site-header .nav-links a, .site-header.scrolled .nav-links a { width: 100%; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 1.05rem; }
  .nav-links a::after { display: none; }
  .hero { min-height: 720px; height: auto; }
  .hero::before { background-position: 64% center; }
  .hero-content { padding-top: 155px; }
  .trust-strip { grid-template-columns: 1fr; gap: 0; }
  .trust-item { padding-top: 14px; }
  .priority-vacancy-grid { grid-template-columns: minmax(240px,.68fr) minmax(0,1.32fr); gap: 24px; }
  .priority-vacancy-media { min-height: 300px; }
  .operations-grid { grid-template-columns: 1fr; }
  .split, .why-grid, .contact-layout { grid-template-columns: 1fr; }
  .team-showcase { grid-template-columns: 1fr; }
  .fleet-grid { grid-template-columns: 1fr 1fr; }
  .certificate-grid { grid-template-columns: 1fr 1fr; }
  .arctic-expertise-grid { grid-template-columns: 1fr; }
  .split-media { min-height: 420px; order: -1; }
  .split-media img { min-height: 420px; }
  .card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .stats { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .stat:nth-child(3) { border-left: 0; padding-left: 0; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 34px 0; }
  .timeline::before { display: none; }
  .filter-bar { grid-template-columns: 1fr 1fr; }
  .filter-bar .field:first-child { grid-column: 1 / -1; }
  .filter-bar .btn { align-self: end; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-summary { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .detail-summary img { height: 100%; aspect-ratio: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 28px); }
  html, body { width: 100%; max-width: 100%; overflow-x: clip; }
  body { min-width: 0; font-size: 15px; }
  section, .container, .crab-hero-content, .arctic-copy, .team-showcase > *, .priority-vacancy-grid > *, .fleet-heading-row > * { min-width: 0; max-width: 100%; }
  h1, h2, h3, .eyebrow, .btn, .vacancy-tag, .salary-pill { overflow-wrap: anywhere; word-break: normal; hyphens: none; }
  .section { padding: 68px 0; }
  .section-sm { padding: 58px 0; }
  .brand img { width: 180px; }
  .nav { gap: 10px; }
  .lang-toggle { min-width: 48px; height: 38px; padding-inline: 8px; }
  .hero { min-height: 760px; max-height: none; }
  .hero::before { background: linear-gradient(180deg, rgba(7,27,44,.5), rgba(7,27,44,.96) 74%), url('../images/vessel-froyanes.jpg') 58% center/cover no-repeat; }
  .hero-content { padding: 138px 0 44px; }
  .hero h1 { font-size: 2.35rem; }
  .hero .button-row { margin-bottom: 44px; }
  .btn { height: auto; padding-top: 13px; padding-bottom: 13px; line-height: 1.3; text-align: center; white-space: normal; }
  .priority-vacancy { padding: 24px 0 44px; }
  .priority-vacancy-grid { grid-template-columns: 1fr; gap: 28px; }
  .priority-vacancy-media { min-height: 240px; }
  .priority-title-row { grid-template-columns: 1fr; gap: 16px; }
  .priority-salary { text-align: left; }
  .priority-facts { grid-template-columns: 1fr; }
  .button-row .btn { width: 100%; }
  .page-hero { min-height: 450px; }
  .page-hero .container { padding-bottom: 52px; }
  .page-hero h1 { font-size: 2.3rem; }
  .split { gap: 38px; }
  .split-media, .split-media img { min-height: 340px; }
  .split-media::after { right: -6px; bottom: -8px; }
  .service-card, .vacancy-card, .testimonial-card, .value-card, .form-card { padding: 24px; }
  .reviews-heading-row { flex-direction: column; align-items: stretch; gap: 16px; }
  .reviews-heading-row .section-heading { text-align: left; }
  .reviews-controls { align-self: flex-end; padding-top: 0; }
  .reviews-track { width: 100%; max-width: 100%; grid-auto-columns: calc(100vw - 46px); }
  .testimonial-card { width: 100%; min-height: 330px; }
  .vacancy-card-with-media { padding: 0; }
  .vacancy-card-media { height: 220px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 8px 14px; }
  .stat strong { font-size: 2.4rem; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-step { padding: 0; display: grid; grid-template-columns: 58px 1fr; gap: 18px; text-align: left; }
  .timeline-number { margin: 0; grid-row: 1 / 3; }
  .timeline-step h3 { margin: 5px 0 0; }
  .advantages, .requirements, .content-grid, .vacancy-results, .form-grid { grid-template-columns: 1fr; }
  .advantage:nth-child(even) { padding-left: 0; border-left: 0; }
  .filter-bar { grid-template-columns: 1fr; }
  .filter-bar .field:first-child { grid-column: auto; }
  .vacancy-actions { grid-template-columns: 1fr; }
  .detail-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .vessel-id { width: 100%; }
  .vessel-id span { flex: 1; }
  .detail-summary { display: block; }
  .detail-summary img { height: auto; aspect-ratio: 4 / 3; }
  .detail-block { grid-template-columns: 42px minmax(0,1fr); gap: 14px; }
  .detail-icon { width: 40px; height: 40px; }
  .field.full { grid-column: auto; }
  .contact-layout { gap: 44px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-brand img { width: 240px; }
  .footer-bottom { flex-direction: column; }
  .team-photo { min-height: 380px; }
  .team-role { padding: 20px; }
  .crab-hero-section { min-height: 760px; padding: 88px 0 70px; align-items: end; }
  .crab-hero-section::before { background: linear-gradient(180deg, rgba(3,18,30,.44), rgba(3,18,30,.96) 70%), url('../images/vessel-prowess.jpg') 58% center / cover no-repeat; }
  .crab-proof { grid-template-columns: 1fr; }
  .crab-proof div, .crab-proof div:first-child { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .crab-proof div:first-child { border-top: 0; }
  .fleet-section { padding: 72px 0; }
  .fleet-heading-row { grid-template-columns: 1fr; gap: 6px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .certificate-grid { grid-template-columns: 1fr; }
  .certificate-visual { min-height: 190px; }
  .certificate-body p { min-height: 0; }
  .fleet-spec { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
  .fleet-spec span, .fleet-spec strong { min-width: 0; overflow-wrap: anywhere; }
  .operations-showcase { padding: 72px 0; }
  .operation-media { min-height: 240px; }
  .arctic-expertise { padding: 72px 0; }
  .arctic-expertise-grid { gap: 44px; }
  .arctic-gallery { grid-template-columns: 1fr 1fr; }
  .arctic-gallery figure { min-height: 320px; }
  .arctic-gallery figure:last-child { min-height: 270px; margin-top: 36px; }
  .arctic-list { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .stats { grid-template-columns: 1fr; gap: 0; }
  .stat, .stat:nth-child(3) { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .stat:first-child { padding-top: 0; border-top: 0; }
}

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

.split-media-team { min-height: 0; }
.split-media-team img { height: auto; min-height: 0; object-fit: contain; }
